* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #C33241;
  --secondary-color: #1abc9c;
  --highlight-color: #f7d794;
  --text-color: #333;
  --font-color: linear-gradient(180deg, #1DAA7E 0%, #1A8463 100%);
  --bg-color: #0E4936;
}

body {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  width: 100%;
}

.nav-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation {
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
 
}

.logo-image {
  width: 180px;
  height: auto;
}

.items {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--primary-color);
}

.btn {
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  background: linear-gradient(180deg, #1DAA7E 0%, #1A8463 100%);
  box-shadow: 0 4px 8px rgba(0, 4, 4, 0.3);
  cursor: pointer;
}

/* Hamburger Icon */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* ✅ Responsive Media Queries */
@media (max-width: 900px) {
  .items {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    display: none;
  }
  .logo-image{
     width: auto;
  max-width: 100px;
  height: auto;
  display: block;
  }
  .items.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
 
  
}

.main-section {
  background-image: 
    linear-gradient(to right, rgba(29, 160, 119, 0.2) 0%, rgba(29, 160, 119, 0) 50%, rgba(29, 160, 119, 0) 90%, rgba(29, 160, 119, 0.2) 100%),
    url('../Assest/image.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  width: 100%;

}

.front-part {

  position: relative;
  padding: 100px 40px;
  width: 100%;
  max-width: 1200px;
}
.heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.heading1 {
  display: flex;
  text-align: center;
  gap: 10px;
  flex-wrap: wrap;
}

.front-part h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

  .heading h1 {
  font-size: 60px;
  font-weight: bold;
  color:black;
}

.amb-switch {
  display: inline-block;
  position: relative;
  width: 60px; /* width of the word */
  height: 1em; /* aligns with text */
  vertical-align: middle;
  margin: 0 8px;
  overflow: hidden;
}

.word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #1A8463;
  opacity: 0;
  animation: fadeText 4s infinite;
}

.word.pass {
  animation-delay: 2s;
}

@keyframes fadeText {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

.highlight {
  color: #1A8463;
}


.amb {
 color: #1A8463;
}

.para1 {
  margin: 2rem 0;
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.4;
}

.para2 {
  margin-top: 2rem;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.images-section {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stack-img {
  width: 70px;
  height: 70px;
  margin-left: -10px;
  z-index: 1;
}

#stack-value {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-part {
  position: absolute;
  top: 0;
  right: 190px;
  width: 180px;
  max-height: 400px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 10;
}

.drpdwn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

/* Decorative Frames */
.frame1, .frame2, .frame3, .frame4, .frame5, .frame6 {
  position: absolute;
  pointer-events: none;
   animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* तल जान्छ */
  }
  100% {
    transform: translateY(0); /* फर्केर माथि आउँछ */
  }
}

.frame1 {
  right: 100px;
  top: 40px;
  width: 100px;
}

.frame2 {
  left: 60px;
  top: 100px;
  width:60px;
}

.frame3 {
  right: 290px;
  bottom: 120px;
  width: 50px;
}

.frame4 {
  right: 40px;
  top: 250px;
  width: 120px;
}

.frame5 {
  left: 190px;
  bottom:45px;
  width: 150px;
}

.frame6 {
  left: 40px;
  bottom: 200px;
  width: 130px;
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .front-part {
    padding: 80px 24px;
  }

  .front-part h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .para1, .para2 {
    text-align: center;
    font-size: 1.25rem;
  }

  .images-section {
    justify-content: center;
    flex-wrap: wrap;
  }

  .dropdown-part {
    position: static;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border: none;
  }

  .drpdwn {
    width: 100px;
    border: 1px solid #eee;
    border-radius: 6px;
  }

  .frame1, .frame2, .frame3, .frame4, .frame5, .frame6 {
    display: none; /* Hide decorative images on small screen */
  }
}

@media (max-width: 576px) {
  .front-part h1 {
    font-size: 2rem;
  }

  .para1, .para2 {
    font-size: 1rem;
  }

  .stack-img, #stack-value {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .drpdwn {
    /* width: 80px;
    font-size: 14px; */
    display: none;
  }
}
.second-section {
  background-color: #0E4936;
  overflow: hidden; 
  padding: 20px 0;
}

.bar {
  display: flex;
  gap: 40px;
  animation: moveLeft 9s linear infinite ;
  
}

.bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: white;
}

.bar h3 {
  font-family: "Nohemi", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  white-space: nowrap;
  color: #FAFAFA;
}

@keyframes moveLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
  


/* Responsive */
@media (max-width: 768px) {
  .bar {
    animation: none; 
    flex-direction: column;
    gap: 10px;
  }

  .bar h3 {
    font-size: 18px;
    text-align: center;
  }

  .bar-item {
    justify-content: center;
  }
}

.third-section {
  padding: 120px 40px 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.third-section .topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
  text-align: center;
}

.topic h3 {
  color: #1DA077;
  font-family: "Nohemi", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

#Moments {
  color: black;
}

.topic p {
  color: #414141;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.video-images {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 16px;
}

.img1 {
  width: 100%;
  max-width: 271px;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .third-section {
    padding: 80px 24px;
  }

  .topic h3 {
    font-size: 32px;
  }

  .topic p {
    font-size: 18px;
  }

  .video-images {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .img1 {
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .topic h3 {
    font-size: 26px;
  }

  .topic p {
    font-size: 16px;
  }

  .img1 {
    max-width: 100%;
  }
}
.fourth-section {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdfdfd; /* optional light bg */
}

.boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  color: #333;
}

.boxes p {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

.boxes h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.boxes h3 span {
  color: #1DA077;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .boxes p {
    font-size: 18px;
  }

  .boxes h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .boxes p {
    font-size: 16px;
  }

  .boxes h3 {
    font-size: 22px;
  }
}

.fifth-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  background: #f8f9fa;
  gap:30px;
}

.boxes1,
.boxes2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.clarity, .learn, .mentored, .achieve {
  background-color: #333;
  color: white;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 500px;
  max-width: 550px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.clarity { background-color: #C33241; }
.learn { background-color: #5492A0; }
.mentored { background-color: #6C64A8; }
.achieve { background-color: #A88964; }

.clarity-img, .learn-img, .mentored-img, .achieve-img {
  width: 250px;
  position: absolute;
  bottom: -20px;
}

.clarity-img, .mentored-img { left: -50px; bottom: -40px; }
.achieve-img, .learn-img { right: -30px; bottom:-70px }

.clarity-para, .learn-para, .mentored-para, .achieve-para {
  flex: 1;
  padding: 20px;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
.clarity-para, .mentored-para{
  text-align: right;
}
.learn-para,.achieve-para {
text-align: left;
}
.clarity-para h1,
.learn-para h1,
.mentored-para h1,
.achieve-para h1 {
  font-family: "Nohemi", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.step {
  font-size: 18px;
}

.step1 {
  font-size: 16px;
  margin-top: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .clarity,
  .learn,
  .mentored,
  .achieve {
    flex-direction: column;
    text-align:center;
    padding: 20px;
    font-size: 15px;
  }
  .clarity p , .learn p, .mentored p, .achieve p {
    display: none;
  }
  .clarity h1 , .learn h1, .mentored h1, .achieve h1 {
  text-align: center;
  }
  .clarity-img,
  .learn-img,
  .mentored-img,
  .achieve-img {
   width: 55%;
  max-width: 100%;
  height: auto;
  display: block;
   
  }
}


.sixth-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}

.trending {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explore {
  color: black;
  text-align: center;
  padding: 32px 24px;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 40px;
}

.explore h3 {
  font-size: 36px;
  font-family: Nohemi;
  margin-top: 12px;
}

.explore h3 span {
  color: #0E4936;
}

.explore p {
  font-size: 20px;
  font-family: Outfit;
}

.three-boxes {
  display: flex;
  gap: 32px;
  /* flex-wrap: wrap; */
  justify-content: center;
  width: 100%;
}

/* First Large Box */
.first-one {
  background-color: #C33241;
  color: white;
  border-radius: 32px;
  width: 100%;
  max-width: 590px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.view {
  text-align: right;
  font-size: 18px;
  font-family: Outfit;
}

.frame {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.images-frame {
  width: 120px;
  border-radius: 12px;
}

/* Course Stats Block */
.course-flex {
  /* background-color: #6C64A8; */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.course-flex h1 {
  font-size: 100px;
  margin-right: 20px;
  font-family: "Sora", sans-serif;
}

.course {
  text-align: left;
  font-family: Outfit;
}

.course h4 {
  font-size: 28px;
}

.course p {
  font-size: 16px;
  line-height: 1.4;
}

/* Second & Third Box Shared Style */
.second-one,
.third-one {
  background-color: #F9EBEC;
  border-radius: 30px;
  width: 100%;
  max-width: 280px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Outfit;
}

.second-one h1,
.third-one h1 {
  font-size: 100px;
  color: #C33241;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  margin-top: auto;
}

/* Rotated Text Section */
.up-courses,
.on-courses {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #C33241;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.up-courses h3,
.on-courses h3 {
  font-size: 28px;
}

.up-courses p,
.on-courses p {
  font-size: 16px;
  font-weight: 400;
}

/* ✅ Responsive Breakpoints */
@media (max-width: 768px) {
  .three-boxes {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
  .explore h3 {
    font-size: 28px;
  }

  .first-one,
  .second-one,
  .third-one {
    max-width: 100%;
    
  }

  .course-flex {
    flex-direction: column;
    text-align: center;
  }

  .course-flex h1 {
    font-size: 80px;
    margin: 0;
  }

  .course {
    align-items: center;
  }

  .up-courses,
  .on-courses {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
  }

  .frame {
    justify-content: center;
  }

  .images-frame {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .explore h3 {
    font-size: 22px;
  }

  .explore p {
    font-size: 16px;
  }

  .course-flex h1 {
    font-size: 60px;
  }

  .course h4 {
    font-size: 20px;
  }

  .course p {
    font-size: 14px;
  }

  .second-one h1,
  .third-one h1 {
    font-size: 70px;
  }
}

.seventh-section {
  background-color: #fdfdfd;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.our-partner {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.students {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #2B2B2B;
}

.students span {
  color: #1DA077;
}

.partner-logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-logo-track {
  display: flex;
  gap: 60px;
  animation: scroll-logos 25s linear infinite;
  width: max-content;
}

.p-logo {
  width: 140px;
  height: 30px;
  object-fit: contain;
  filter: grayscale(100%) brightness(70%);
  transition: filter 0.3s ease;
}

.p-logo:hover {
  filter: grayscale(0%) brightness(100%);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .students {
    font-size: 20px;
    padding: 0 10px;
  }

  .partner-logo-track {
    gap: 40px;
  }

  .p-logo {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .students {
    font-size: 18px;
  }

  .p-logo {
    width: 80px;
  }
}

.eight-section{
  /* background-color: red; */
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 112px;
}
.mentor{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  
  
}

.skills {
  display: flex;
justify-content: center;
align-items: center;
gap: 400px;
text-align: start;
}

.skills div p{
  color:black;
font-family: Outfit;
font-size: 24px;
font-style: normal;
/* font-weight: 400; */
line-height: normal;
}

.skills div h3{
  color:black;

/* Skillshikshya - 1/Mobile/Headings/Display 3 */
font-family: Nohemi;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
}
.skills div h3 span{
  color:#1DA077;
}
.arrow-img{
 filter: brightness(0%) saturate(100%);
}
.mentors-img{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:100px;
  
  padding: 50px;
}
.mentors-flip-image {
  position: relative;
  width: 300px;
  height: 400px;
  
}

.back-img, .front-img {
  position: absolute; /* <- 🛠️ This was missing */
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  object-fit: cover;
 
}

.back-img {
  background-color:white;
  top: 40px;
  left: 35px;
  height: 90%;
  z-index: 1;
  opacity: 0;
  transform: translateX(40px) rotate(-3deg);
  filter: brightness(0.95);
}
.back-img p{
  position: absolute;
  top: 60%;
  right: -190px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: left center;
  font-size: 20px;
  font-weight: bold;
  color:black;
  
 
}
.back-img p span{
  color:#1A8463;
}
.front-img {
  top: 0;
  left: 0;
  z-index: 2;
}

.front-img:hover ~ .back-img {
  opacity: 1;
}
 .mentor2{
  width:300px;

 }
 .mentor3{
  width: 300px;
 }

@media (max-width: 768px) {
  .skills{
  display: flex;
  flex-wrap: wrap;
    /* gap: 20px; */
    text-align: center;
   
  }
  .eight-section{
     height: 400px;
    
  }
  .skill-heading p{
    display: none;
  }

  .skills div h3 {
    font-size:35px;
  }

  .skills div p {
    font-size: 28px;
  }

  .card, .front-img, img{
    display: none;

  }

  .back-img {
    display: none; /* Disable flip effect on small screen */
  }
}

.ninth-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Outfit', sans-serif;
}

.FAQ {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FAQ-topics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
}

.topic1 p {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.topic1 h1 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.topic1 h1 span {
  color: #1DA077;
}

.view-all {
  font-size: 18px;
  color: #1DA077;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow-img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(389%) hue-rotate(80deg) brightness(94%) contrast(85%);
}

.FAQ-images {
  display: flex;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.faq-illustration {
  max-width: 350px;
  width: 100%;
  object-fit: contain;
}

.faq-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

/* FAQ Card Styles */

.faq-card {
  background: white;
  width: 360px;
  height: 150px;
  border-radius: 20px;
  cursor: pointer;
  perspective: 1000px;
  position: relative;
}

.faq-front,
.faq-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.faq-front {
   position: absolute;
      width: 100%;
      height: 100%;
      padding: 20px;
      border-radius: 20px;
      transition: all 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-color: white;
      font-weight: 700;
      font-size: 18px;
      z-index: 2;
     color:black;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-back {
      position: absolute;
      height: 100%;
      padding: 20px;
      border-radius: 20px;
      transition: all 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width:200px;
      left:90px;
      top:0;
       position: absolute;
      background-color:#118C4F;
      color: #000;
      z-index: 1;
      opacity: 0;
      transform: translateY(-30px);
      text-align: start;
}

.faq-back p {
      transform: translateY(-60px);
       color:white;
       font-size: 18px;
       font-weight: 600;
}

 .faq-card:hover .faq-back {
      opacity: 1;
    }

    .faq-card:hover .faq-front {
      transform: translateY(-5px);
      color: #118C4F;
    }

/* Responsive */

@media (max-width: 900px) {
  .cards {
    justify-content: center;
    gap: 20px;
  }

  .faq-card {
    width: 300px;
    height: 140px;
  }
   .faq-back{
    display: none;
   }
    .faq-card:hover .faq-front{ 
      color: #118C4F;
    }

}

@media (max-width: 480px) {
  .FAQ-topics {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .faq-card {
    width: 100%;
    max-width: 350px;
    height: 140px;
  }

  .faq-wrapper {
    gap: 30px;
  }
}
.tenth-section {
  padding: 60px 20px;
  position: relative;
  overflow: visible;
}

.testimonial {
  max-width: 1200px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 150px 20px 80px;
}

.testimonial-test {
  position: relative;
  z-index: 10;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
}

.testimonial-test h1 {
  color: black;
  font-family: Nohemi, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 20px;
}

.testimonial-test span {
  color: #0E4936;
}

.testimonial-test p:last-child {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* color: #1DA077; */
  font-weight: 600;
  font-size: 18px;
}

.arrow-img {
  width: 16px;
  height: 16px;
  /* filter: brightness(0) saturate(100%) invert(0); */
}

/* Image container */
.testimonial-image {
   position: relative;
  width: 100%;
  height: 400px;
  max-width: 900px;
  margin: 0 auto;
  pointer-events: none;
}

/* Images style and positions */
.image-test {
  width: 100px;
  border-radius: 30%;
  position: absolute;
  transition: none;
  user-select: none;
}

/* Positions for images */
.test1 { left: 375px; bottom: 190px;}
.test2 { right:300px; bottom: 190px; }
.test3 { right: 340px; top: -390px; }
.test5 { right: 50px; bottom: 360px; }
.test6 { right: 150px; top: -390px; }
.test7 { left: -10px; bottom: 200px;  }
.test8 { right: 30px; bottom: 190px; }
.test9 { left: 50px; top: -320px; }
.test10 { left: 150px; bottom: 230px;}
.test11 { left: -120px; bottom: 310px;  }

/* Hover animation */
.testimonial:hover .test1 { transform: translate(-30px, 40px); }
.testimonial:hover .test2 { transform: translate(40px, 30px); }
.testimonial:hover .test3 { transform: translate(30px, -40px); }
.testimonial:hover .test5 { transform: translate(-40px, -30px); }
.testimonial:hover .test6 { transform: translate(10px, -40px); }
.testimonial:hover .test7 { transform: translate(-30px, 30px); }
.testimonial:hover .test8 { transform: translate(40px, 40px); }
.testimonial:hover .test9 { transform: translate(-30px, -30px); }
.testimonial:hover .test10 { transform: translate(20px, 40px); }
.testimonial:hover .test11 { transform: translate(-40px, 10px); }

/* Responsive adjustments */
@media (max-width: 900px) {
  .testimonial {
    padding: 100px 20px 50px;
  }
  .tenth-section{
    height: 300px;
   
    
  }
  .testimonial-test {
    font-size: 20px;
    max-width: 90%;
  }
  .testimonial-test h1 {
    font-size: 32px;
  }
  .testimonial-image {
    height: 200px;
    /* max-width: 100%; */
  }
  .image-test {
    width: 60px;
  }
  /* Adjust positions for smaller screens */
  .test1 { left: 10px; bottom: 40px; }
  .test2 { right: 60px; top: 70px; }
  .test3 { right: 20px; top: 5px; }
  .test5 { right: 100px; bottom: 40px; }
  .test6 { left: 20px; bottom: 90px; }
  .test7 { left: 40px; bottom: 0px; }
  .test8 { left: 200px; bottom: 60px; }
  .test9 { left: 40px; top: 10px; }
  .test10 { left: 100px; bottom: 20px; }
  .test11 { left: 5px; bottom: 0px; }
}

@media (max-width: 480px) {
  .testimonial-test {
    font-size: 18px;
  }
  .testimonial-test h1 {
    font-size: 24px;
  }
  .image-test {
    display: none;
  }
}

.eleventh-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.BLOG {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

.BLOG-topics {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.topic-blog p {
  font-size: 24px;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 5px;
  color: #000;
}

.topic-blog h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.topic-blog h1 span {
  color: #1DA077;
}

.view-all {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.arrow-img {
  width: 18px;
  height: 18px;
   filter: brightness(0) saturate(100%);
}

.BLOG-images {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.blog1 {
  width: 600px;
  max-width: 100%;
  height: 610px;
  border-radius: 10px;
  object-fit: cover;
}

.blog-laptop {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 400px;
}

.blog2,
.blog3 {
  width: 450px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .BLOG-images {
    flex-direction: column;
    align-items: center;
  }
  .blog1 {
    width: 90%;
  }
  .blog2,
  .blog3 {
    width: 90%;
  }
  .blog-laptop {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .eleventh-section{
  
    height: 300px;
    
  }
  .BLOG-topics {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .topic-blog{
    text-align: center;
    padding-top: 450px;
  }
  .topic-blog h1 {
    font-size: 24px;
    text-align: center;
  }
  .topic-blog p {
    font-size: 18px;
  }
  .view-all {
    font-size: 18px;
  }
  .blog1,
  .blog2,
  .blog3 {
    width: 100%;
  }
  .blog-laptop {
    flex-direction: column;
    gap: 15px;
  }
}

.twelth-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.CTA {
  background: linear-gradient(180deg, #1DAA7E 0%, #1A8463 100%);
  border-radius: 30px;
  max-width: 1120px;
  margin: auto;
  color: white;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: 'Outfit', sans-serif;
}

/* Top Heading Section */
.top-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 50px;
  flex-wrap: wrap;
}

.top-section h1 {
  font-size: 48px;
  margin: 0;
  white-space: nowrap;
}

.logo-ic {
  width: 57px;
  filter: brightness(0) invert(1);
}

/* Mid Section - Main Content Columns */
.mid-section {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  color: white;
  line-height: 1.4;
  font-size: 18px;
}

.first {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.first img {
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.final-logo{
    filter: brightness(0) invert(1);
}

.second,
.third,
.fourth {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.second a,
.third a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: color 0.3s ease;
}

.second a:hover,
.third a:hover {
  color: #b0eacd;
}

.title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.social-icons img:hover {
  filter: brightness(0) invert(0.6);
}

/* Footer Section */
.footer-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255 255 255 / 0.7);
  border-top: 1px solid rgba(255 255 255 / 0.3);
  padding-top: 15px;
}

/* Responsive */

@media (max-width: 1024px) {
  .mid-section {
    gap: 40px;
  }
  .top-section h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .mid-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .top-section {
    gap: 10px;
  }
  .top-section h1 {
    font-size: 28px;
  }
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .top-section h1 {
  font-size: 32px;
  }
  .first img {
    max-width: 150px;
    
  }
  .logo-ic{
    display: none;
  }
  .mid-section{
    align-items: flex-start;
  }
  .second,
  .third,
  .fourth {
    flex: 12 12 100%;
   
  }
  .second a,
  .third a {
    display: none;
  }
  
} 
