/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/@fontsource-variable/manrope/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* manrope-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-cyrillic-ext-wght-normal.d1990364.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* manrope-cyrillic-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-cyrillic-wght-normal.2ffcac4f.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* manrope-greek-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-greek-wght-normal.6b69666c.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* manrope-vietnamese-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-vietnamese-wght-normal.383b32a0.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* manrope-latin-ext-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-latin-ext-wght-normal.f5cc7610.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* manrope-latin-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/_next/static/media/manrope-latin-wght-normal.fedf4c92.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/Blog.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
  /* Updated Section Styling */
  .card-container {
    position: relative;
    overflow: hidden; 
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

  }
  .card-cross{
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -50px;
    height: 580px;
    background-color: #19164d;
    --c: 90px; /* control the curvature (works with percentage) */
  aspect-ratio: 1;
  /* you can also update the 60%  */
  -webkit-mask: radial-gradient(60% var(--c) at 50% var(--c),#0000 calc(100% - 2px),#000) 0 calc(-1*var(--c));
          mask: radial-gradient(60% var(--c) at 50% var(--c),#0000 calc(100% - 2px),#000) 0 calc(-1*var(--c));
   scrollbar-width: none; /* Firefox */
   width: 100%;
     overflow-x: hidden;
  }
.card-cross::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
  .card-wrapper {
    position: absolute;
    top: 75px;
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 100px;
    position: relative;
    animation: slide-cards 60s linear infinite;
    box-sizing: border-box;
    /* margin-top: -290px; */
    animation-play-state: running; 
   
  }
  .card-wrapper:hover {
    animation-play-state: paused;
  }
  .animated-card {
    flex: 0 0 auto;
    width: 400px;
    height: 433px; 
    margin-right: 10px;
    padding: 0px;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    z-index: 1; 
    margin-bottom: 0px;
    background: white; 
    
  }


 
  /* .cards-image{
   
   height: 180px;
  } */


  /* .cards-image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center ;
  } */




    .card-container h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      font-weight: 600;
      color: #4440DB;
    }
    
    .card-container p {
  
      color: #020202;
      margin-bottom: 60px;
      margin-top: 30px;
    }

    
    
    @keyframes slide-cards {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    
  

    /* .card-info {
      
    
      padding: 25px;
      text-align: center;
      
    }
     */

    
    /* .card-user-info {
      display: flex;
      align-items: center;
      justify-content: start;
      width: 100%;
      height: auto;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
  }
    */
    /* .user-icon {
      display: flex;
      align-items: center;
      gap: 8px;
  } */
  /* .user-icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
} */
    
.user-icon p {
  font-size: 12px;
  /* color: #333; */
  font-weight: 600;
  margin: 0;
}

/*     
  .card-date-info {
    display: flex;
    height: 30px;
    align-items: center;
    margin-left: 30px;
   
  } */


   .top-section {
      text-align: center;
      margin: 0;
      padding: 50px;
      height: 250px;
      clip-path: ellipse(100% 100% at 50% 0%); /* Curve on TOP */
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      background-image: url('/assets/section0.webp');
        


  }

  
  .top-section>p{
    color: white;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
  }
  
  
  .bottom-section {
      text-align: center;
      margin: 0;
      padding: 10px;
      background-color: #4440DB;
      clip-path: ellipse(100% 50% at 50% 0%); /* Curved top */
      box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  }
  
  
  /* .date-icon {
    width: 16px;
    height: 16px;
} */


.date-text {
  font-size: 12px;
  
  margin: 0;
}
 
    
    /* Divider style */
.divider {
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ccc; 
  width: 90%; 
  margin-left: 10px; 
}

/* Existing styles */
.youtube-link {
  color: #ff0000;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  margin-top: -120px; 
  margin-left: 10px;
}

.read-more-button{
  display: flex;
  justify-content: space-around;
  align-items: center;
   /* background-color: #ECECEC; */
   width: 156px;
   height: 48px;
   margin-top: 31px;
   background-color: white;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   border: none;
   cursor: pointer;
   
}
.read-more-button:hover{
  color: white;
  background-color: #4440DB;
}
.read-more-button>img{
 
  width: 15px;
  height: 15px;
 
}


  .card-desc{
    text-align: start;
    width: 314px;
    height: 58px;
    margin-top: 30px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis; 

  }
  @media screen and (max-width: 768px) {
    .card-wrapper {
      /* width: 130%;
      min-width: 177%; */
      gap: 50px;
      /* border: 1px solid red; */
    }
  
    .animated-card {
      width: 280px;
      height: 350px; /* Adjusted height for smaller screens */
    }
  
    .cards-image {
      margin-top: -10px;
      height: 140px;
    }
  
    .cards-image img {
      height: 160px;
      -o-object-position: center;
         object-position: center;
    }
  
    .card-info {
      padding: 15px;
    }
  
    .card-user-info {
      padding: 8px 0;
    }
  
    .card-date-info {
      margin-left: 15px;
    }
  
    .card-desc {
      width: 250px;
      height: auto;
      margin-top: 20px;
    }
  
    .read-more-button {
      width: 130px;
      height: 42px;
      margin-top: 20px;
    }
  
    .read-more-button img {
      width: 12px;
      height: 12px;
    }
  
    /* Adjusted top section with curved effect */
    .top-section {
      
      height: 150px;
      padding: 10px;
      clip-path: ellipse(100% 100% at 50% 0%); 
      /* border: 1px solid red; */
    }
  



    .top-section > p {
      font-size: 26px;
      line-height: 36px;
    }
  
    .card-cross {
      height: 490px;
    }
  
    /* Adjusting the bottom-section to maintain symmetry */
    .bottom-section {
      clip-path: ellipse(120% 50% at 50% 100%); /* Mirroring the curve */
    }
  }


  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .card-cross {
      height: 510px;
    }
  
    .card-wrapper {
      /* width: 156%;
      min-width: 156%; */
      gap: 70px;
      
      /* border: 1px solid red; */
    }
  
    .animated-card {
      width: 320px;
      height: 370px;
    }
  
    .cards-image {
      height: 160px;
     
    }
  
    .cards-image img {
      height: 160px;
      /* border: 1px solid red; */
      -o-object-fit: cover;
         object-fit: cover;
      
    }
  
    .card-info {
      padding: 15px;
    }
  
    .card-desc {
      width: 280px;
      height: 60px;
      margin-top: 25px;
    }
  
    .card-desc p {
      font-size: 14px !important;
      line-height: 22px !important;
    }
  
    .read-more-button {
      width: 140px;
      height: 45px;
      margin-top: 0px;
    }
  
    .top-section {
      height: 200px;
      padding: 25px;
    }
  
    .top-section > p {
      font-size: 28px;
      line-height: 38px;
    }
  
    .user-icon p,
    .date-text {
      font-size: 11px;
    }
  }

  
  @media screen and (max-width: 660px) {
    .card-wrapper {
      /* width: 200%;
      min-width: 258%; */
      gap: 30px; /* Reduced gap */
      top: 62px;
     
    }
    
    .animated-card {
      width: 200px; /* Slightly wider for better content display */
      height: 250px; /* Adjusted height */
    }
    
    .cards-image {
      height: 90px; /* Reduced height */
    }
    
    .cards-image img {
      width: 100%;
      height: 100px; /* Adjusted height */
      -o-object-position: center ;
         object-position: center ;
  
    }
    
    .card-info {
      padding: 10px;
    }
    
    .card-user-info {
     
      gap: 5px;
      padding: 5px 0;
    }
    
    .user-icon {
      gap: 5px;
    }
    
    .user-icon img {
      width: 12px;
      height: 12px;
    }
    
    .user-icon p {
      font-size: 8px;
    }
    
    .card-date-info {
      font-size: 8px;
      margin-left: 0;
      height: auto;
    }
    
    .date-icon {
      width: 10px;
      height: 10px;
    }
    
    .date-text {
      font-size: 8px;
      margin-left: 5px;
    }
    
    .card-desc {
      width: 100%;
      height: auto;
      margin-top: 10px;
    }
    
    .card-desc p {
      font-size: 10px !important;
      line-height: 14px !important;
      margin: 5px 0 !important;
    }
    
    .read-more-button {
      width: 100px;
      height: 30px;
      margin-top: 15px;
      padding: 0 10px;
      font-size: 10px;
    }
    
    .read-more-button img {
      width: 8px;
      height: 8px;
    }
    
    .top-section {
      padding: 10px;
      height: 150px;
      margin-bottom: 80px;
    }
    
    .top-section > p {
      font-size: 16px;
      line-height: 24px;
     
    }
    
    .card-cross {
      margin-top: -100px;
      height: 360px;
      --c: 50px;
    }
  }
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/Testimonial.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

   /* .testimonial-section {
    
    margin: auto;
    width: 100%;
    height: 1000px;
    text-align: center;
    position: relative;
  
  } */
/*   
  .testimonial-section > h1 {
    font-weight: 600;
    font-size: 2.5vw;
    color: #4440db;
  }
   */
  .testimonial-section > h2 {
    font-size: 2.361vw;
    margin-top: 1vw;
    font-weight: 600;
  }
  
  /* .testimonial-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80%;
  
  } */
  
  /* .backcard {
    width: 50%;
    height: 720px;
    background-color: #18164d;
    position: absolute;
    left: 0;
    z-index: 0;
  }
   */
  /* .reviewcards {
    position: relative;
    width: 987.005px;
    height: 429.998px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
   
  } */
  
  .reviewcard {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 30px; 
    overflow: hidden;
    background-image: url(/_next/static/media/Testimonials_bg.e0e7ee6e.webp);
   
    /* background-image: url('./../../public/assets/Testimonials_bg.png'); */
    background-repeat: no-repeat;

  }
  
  
  /* .reviewcard > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 10px;
  } */
  /* .profileimg{
    width: 230px;
    height: 230px;
    object-fit: contain;
  } */
  /* .reviewcard-content{
    margin-top: 20px;
    height: 260px;
    width: 570px;
    color: white;
    text-align: start;
    padding-left: 40px;
  } */

  /* .reviewcard-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:  white;
   
  } */


  .reviewcard-header>div{
    display: flex;
    align-items: center;
  }


  /* .reviewname{
    display: flex;
    gap: 10px;
  
  } */


  .reviewname>h4{
    font-size: 18px;
    font-weight: 600;
  }
  .reviewname>p{
    font-size: 18px;
    color: #CFCFCF;
  }
  .reviewcard-content>h2{
    margin: 25px 0;
    font-size: 32px;
    font-weight: 600;
  }
  .reviewcard-content>p{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;

  }
  .upperquote{
    position: absolute;
    top: 3%;
    left: 30%;
  }
  .lowerquate{
    position: absolute;
    bottom: 9%;
    right: 2%;
  }


 @media (max-width: 768px) {
  .testimonial-section {
    height: 91.15vw; /* 700px / 768px * 100 ≈ 91.15vw */
    padding: 3.9vw 0; /* 30px / 768px * 100 ≈ 3.9vw */
  }

  .testimonial-section > h3 {
    font-size: 3.65vw; /* 28px / 768px * 100 ≈ 3.65vw */
  }

  .testimonial-section > h2 {
    font-size: 3.125vw; /* 24px / 768px * 100 ≈ 3.125vw */
    margin-top: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .backcard {
    width: 50%; /* Keep the same width */
    height: 65.1vw; /* 500px / 768px * 100 ≈ 65.1vw */
  }

  .reviewcards {
    margin-top: 5.2vw; /* 40px / 768px * 100 ≈ 5.2vw */
    width: 90%; /* Adjusted width for smaller screens */
    height: 45.57vw; /* 350px / 768px * 100 ≈ 45.57vw */
    
  }

  .reviewcard {
    margin-top: 6.51vw; /* 50px / 768px * 100 ≈ 6.51vw */
    height: 100%; /* Keep full height */
    background-size: contain;
    border: none;
  }

  .profileimg {
    width: 19.53vw; /* 150px / 768px * 100 ≈ 19.53vw */
    height: 19.53vw; /* 150px / 768px * 100 ≈ 19.53vw */
  }

  .reviewcard-content {
    /* border: 1px solid red; */
    /* margin-bottom:2.472vw; */
    margin-top: -20px;
    height: auto;
    /* border: 1px solid red; */
    width: 58.6vw; /* 450px / 768px * 100 ≈ 58.6vw */
    padding-left: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .reviewcard-header {
    gap: 1.3vw; /* 10px / 768px * 100 ≈ 1.3vw */
  }

  .reviewname {
    gap: 1.3vw; /* 10px / 768px * 100 ≈ 1.3vw */
  }

  .reviewname > h4 {
    font-size: 2.34vw; /* 18px / 768px * 100 ≈ 2.34vw */
  }

  .reviewname > p {
    font-size: 2.34vw; /* 18px / 768px * 100 ≈ 2.34vw */
  }

  .reviewcard-content > h2 {
    font-size: 3.125vw; /* 24px / 768px * 100 ≈ 3.125vw */
    margin: 1.95vw 0; /* 15px / 768px * 100 ≈ 1.95vw */
  }

  .reviewcard-content > p {
    font-size: 2.08vw; /* 16px / 768px * 100 ≈ 2.08vw */
    line-height: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .reviewcard-header img {
    width: 10.42vw; /* 80px / 768px * 100 ≈ 10.42vw */
    height: auto; /* Maintain aspect ratio */
  }

  .upperquote {
    width: 5.21vw; /* 40px / 768px * 100 ≈ 5.21vw */
    height: auto; /* Maintain aspect ratio */
    top: 2%; /* Adjusted position */
    left: 20%; /* Adjusted position */
  }

  .lowerquate {
    width: 5.21vw; /* 40px / 768px * 100 ≈ 5.21vw */
    height: auto; /* Maintain aspect ratio */
    bottom: 15%; /* Adjusted position */
    right: 2%; /* Adjusted position */
  }
}
@media (max-width: 1024px){


  .testimonial-section {
    height: 91.15vw; /* 700px / 768px * 100 ≈ 91.15vw */
    padding: 3.9vw 0; /* 30px / 768px * 100 ≈ 3.9vw */
  }

  .testimonial-section > h3 {
    font-size: 3.65vw; /* 28px / 768px * 100 ≈ 3.65vw */
  }

  .testimonial-section > h2 {
    font-size: 3.125vw; /* 24px / 768px * 100 ≈ 3.125vw */
    margin-top: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .backcard {
    width: 50%; /* Keep the same width */
    height: 65.1vw; /* 500px / 768px * 100 ≈ 65.1vw */
  }

  .reviewcards {
    margin-top: 5.2vw; /* 40px / 768px * 100 ≈ 5.2vw */
    width: 90%; /* Adjusted width for smaller screens */
    height: 45.57vw; /* 350px / 768px * 100 ≈ 45.57vw */
    border: none;
  }

  .reviewcard {
    margin-top: 6.51vw; /* 50px / 768px * 100 ≈ 6.51vw */
    height: 100%; /* Keep full height */
    background-size: contain;
    border: none;
  }

  .profileimg {
    width: 19.53vw; /* 150px / 768px * 100 ≈ 19.53vw */
    height: 19.53vw; /* 150px / 768px * 100 ≈ 19.53vw */
  }

  .reviewcard-content {
    margin-bottom:5.472vw;
    height: auto;
    /* border: 1px solid red; */
    width: 58.6vw; /* 450px / 768px * 100 ≈ 58.6vw */
    padding-left: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .reviewcard-header {
    gap: 1.3vw; /* 10px / 768px * 100 ≈ 1.3vw */
  }

  .reviewname {
    gap: 1.3vw; /* 10px / 768px * 100 ≈ 1.3vw */
  }

  .reviewname > h4 {
    font-size: 2.34vw; /* 18px / 768px * 100 ≈ 2.34vw */
  }

  .reviewname > p {
    font-size: 2.34vw; /* 18px / 768px * 100 ≈ 2.34vw */
  }

  .reviewcard-content > h2 {
    font-size: 3.125vw; /* 24px / 768px * 100 ≈ 3.125vw */
    margin: 1.95vw 0; /* 15px / 768px * 100 ≈ 1.95vw */
  }

  .reviewcard-content > p {
    font-size: 2.08vw; /* 16px / 768px * 100 ≈ 2.08vw */
    line-height: 2.6vw; /* 20px / 768px * 100 ≈ 2.6vw */
  }

  .reviewcard-header img {
    width: 10.42vw; /* 80px / 768px * 100 ≈ 10.42vw */
    height: auto; /* Maintain aspect ratio */
  }

  .upperquote {
    width: 5.21vw; /* 40px / 768px * 100 ≈ 5.21vw */
    height: auto; /* Maintain aspect ratio */
    top: 2%; /* Adjusted position */
    left: 20%; /* Adjusted position */
  }

  .lowerquate {
    width: 5.21vw; /* 40px / 768px * 100 ≈ 5.21vw */
    height: auto; /* Maintain aspect ratio */
    bottom: 15%; /* Adjusted position */
    right: 2%; /* Adjusted position */
  }
}



@media screen and (min-width: 769px) and (max-width: 1024px) {
  .testimonial-section {
    height: 750px;
    padding: 30px 0;
    /* border: 1px solid red; */
  }
  .testimonial-cards{
    margin-top: 50px;
    /* border: 1px solid red; */
  }

  .testimonial-section > h3 {
    font-size: 28px;
  }

  .testimonial-section > h2 {
    font-size: 24px;
    margin-top: 15px;
  }

  .backcard {
    width: 50%;
    height: 500px;
  }

  .reviewcards {
    width: 750px;
    height: 350px;
    margin-top: 40px;
  }

  .reviewcard {
    margin-top: 50px;
    height: 100%;
    background-size: cover;
  }

  .profileimg {
    width: 150px;
    height: 150px;
  }

  .reviewcard-content {
    margin-bottom: 20px;
    height: auto;
    width: 450px;
    padding-left: 20px;
  }

  .reviewcard-header {
    gap: 10px;
  }

  .reviewname {
    gap: 10px;
  }

  .reviewname > h4,
  .reviewname > p {
    font-size: 18px;
  }

  .reviewcard-content > h2 {
    font-size: 24px;
    margin: 15px 0;
  }

  .reviewcard-content > p {
    font-size: 16px;
    line-height: 20px;
  }

  .reviewcard-header img {
    width: 80px;
    height: auto;
  }

  .upperquote {
    width: 40px;
    top: 3%;
    left: 25%;
  }

  .lowerquate {
    width: 40px;
    bottom: 9%;
    right: 2%;
  }
}
@media screen and (max-width: 660px) {
  .testimonial-section {
    height: auto;
    padding: 30px 0;
  }
  .testimonial-section h3{
    font-size: 20px;
  }
  .testimonial-section h2{
    font-size: 16px;
  }

  .testimonial-cards {
    margin-top: 70px;
    height: auto;
  }

  

  .reviewcards {
    width: 90%;
    height: 200px;
    margin-top: 30px;
    margin-left: 30px;
    
  }

  .reviewcard {
    height: 200px;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 15px;
    /* border: 1px solid red; */
     will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  }

  .profileimg {
    width: 80px;
    height: 80px;
  }

  .reviewcard-content {
    margin-top: 20px;
    padding-left: 15px;
 
  }

  .reviewcard-header {
    gap: 5px;
  }

  .reviewname h4,
  .reviewname p {
    font-size: 12px;
  }

  .reviewcard-content h2 {
    font-size: 10px;
    margin: 4px 0;
  }

  .reviewcard-content p {
    font-size: 8px;
    line-height: 1.3;
  }

  .upperquote {
    width: 20px;
    top: 14%;
    left: 25%;
  }

  .lowerquate {
    width: 20px;
    bottom: 14%;
    right: 2%;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/ServiceSection.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/* .services-section-container{
  margin: auto;
  width: 1440px;
  border: 1px solid red;
} */


/* Services Section */
.services-section {
  font-family: var(--font-poppins), sans-serif;
  background: linear-gradient(145deg, #191a32, #24253f);
  padding: 3vw 1vw;
  color: white;
  border-radius: 2vw;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 3.472vw auto;
  /* Centers section horizontally */
  /* max-width: 85vw;  */
  /* max-width:1440px; */
  /* max-width: 1380px; */

  width: 87%;
  max-width: 1440px;
  /* border: 1px solid red; */
}

/* .services-header h2 {
  font-family: var(--font-poppins);
  font-size: 3vw;
  color: #5c5bd6;
  font-weight: 600;
  margin-bottom: 5vh;
} */

/* .services-header p {
  font-size: 2.5vw;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 5vh;
  line-height: 4vw;
} */
/* Services Tags */
/* .services-tags {
 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 3vw;
  font-size: 1vw; 
  font-weight: 500;
} */


.service-tag {
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0.694vw 0.389vw;
  font-size: 0.9vw;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 15vw;
  height: 3.5vw;
  text-align: center;
  letter-spacing: -2%;
  transform-origin: top;
}



.service-tag:hover {
  font-weight: 500;
  border: none;
  background-color: #3330a4;
  color: #ffffff;
  transform: scaleY(1.10);
}

/* 
.services-content {
  font-family: var(--font-poppins);
  width: 100%;

  display: flex;

  justify-content: space-around; 
  transition: opacity 0.5s ease;
  padding: 20px;

} */


/* .services-image {
  flex: 1;
  max-width: 34.722vw;
} */

/* .services-image img {
  width: 30vw;
  height: 20vw;
  border-radius: 35px;
  border: 10px solid #5c5b5b; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
} */

/* .services-description {
  position: relative;
  width: 48.889vw;
  text-align: left;

} */

.services-description h3 {
  font-family: var(--font-poppins);
  font-size: 1.5vw;
  color: #ffffff;
  margin-bottom: 10px;
}

.services-description p {
  margin: 1vw 0;
  margin-top: 1vw;

  font-size: 1.1vw;
  line-height: 2vw;
  padding-right: 1vw;
  color: #ffffff;

}

.services-description strong {
  font-family: var(--font-poppins);
  font-size: 3vw;
  color: #ffffff;
  font-weight: 800;
}

/* Learn More Button */
.learn-more-btn {
  /* position: absolute;
  bottom: 10px; */
  height: 4vw;
  width: 10vw;
  background-color: #4440DB;
  color: white;
  border: none;
  border-radius: 1px;
  /* font-size: 0.9rem; */
  cursor: pointer;
  transition: all 0.4s ease;

}

.learn-more-btn:hover {
  font-family: var(--font-poppins);
  background-color: white;
  color: #5c5bd6;
  border: 1px solid #5c5bd6;
  transform: scale(1.1);
}


/* Slide-up Animation */
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.services-content .services-im .services-content .services-description {
  animation: slideUp 0.5s ease-in-out;
}

@media screen and (min-width: 1800px) {

  .service-tag {
    width: 13vw;
    height: 3.5vw;
    padding: 0.694vw 0.389vw;
  }

}

@media screen and (min-width: 1441px) {
  .services-description {
    width: 704px;
    /* border: 1px solid red; */

  }
}

@media screen and (min-width: 2560px) {
  .services-section {
    padding: 80px 40px;
  }

  .services-header {
    /* border: 1px solid red; */
  }

  .services-header h2 {
    /* font-weight: 400; */
    font-size: 40px;
    margin-bottom: 1vw;
  }

  .services-tags {
    margin-bottom: 1vw;
  }

  .services-header p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 1vw;
    /* font-weight: 300; */
  }




  .service-tag {
    font-size: 18px;
    width: 220px;
    height: 60px;
  }

  .services-content {
    padding: 40px;

  }

  .services-image img {
    width: 500px;
    height: 350px;
  }

  .services-description {
    width: 704px;
    /* border: 1px solid red; */

  }

  .services-description p {
    font-size: 20px;
    line-height: 40px;
  }

  .learn-more-btn {
    height: 60px;
    width: 180px;
    font-size: 18px;
  }
}

/* For 4K Screens (3840px) */
@media screen and (min-width: 3840px) {
  .services-section {
    padding: 100px 50px;
  }

  .services-header h2 {
    font-size: 48px;
  }

  .services-header p {
    font-size: 28px;
    line-height: 40px;
  }

  .service-tag {
    font-size: 20px;
    width: 220px;
    height: 70px;
  }

  .services-content {
    padding: 50px;
  }

  .services-image img {
    width: 600px;
    height: 420px;
  }

  .services-description p {
    font-size: 22px;
    line-height: 32px;
  }

  .learn-more-btn {
    height: 70px;
    width: 200px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .services-section {
    /* width: 95%; */
    /* padding: 5vw 3vw; */

    border-radius: 5vw;
    /* border: 1px solid red; */
  }

  .services-header h2 {
    /* font-size: 5vw; */
    margin-bottom: 3vw;
  }

  .services-header p {
    /* font-size: 4vw; */
    line-height: 5vw;
    margin-bottom: 4vw;
  }

  .services-tags {
    gap: 2vw;
    font-size: 3vw;
    /* border: 1px solid red; */
  }

  .service-tag {
    width: 25vw;
    height: 5vw;
    font-size: 1.4vw;
    /* font-size: 3vw; */
    /* padding: 1.5vw 3vw; */
  }

  .services-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 3vw; */
    padding: 10px;
  }

  .services-image {

    max-width: 100%;
  }

  .services-image img {
    width: 35vw;
    height: auto;
    border-radius: 3vw;

  }

  .services-description {

    width: 45vw;
    height: auto;
  }

  .services-description p {
    font-size: 1.4vw;
    line-height: 18px;
  }

  .learn-more-btn {
    bottom: 2vw;
    width: 15vw;
    height: 5vw;
    font-size: 1.5vw;

  }
}

/* Mobile Navigation Arrows */
.mobile-nav-arrows {
  display: none;
  /* Hidden by default */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3vw;
  width: 80%;
  position: relative;
}

.active-service-title {

  font-size: 4vw;
  font-weight: 500;
  color: white;
  text-align: center;
  flex-grow: 1;
  padding: 0 3vw;
}

.nav-arrow {

  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 6vw;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* Show arrows only on mobile */
@media screen and (max-width: 660px) {
  .services-section {}

  .active-service-title {
    max-width: 50%;
    border-radius: 12px;
    padding: 4px;
    border: 1px solid white;
    font-size: 9px;
  }

  .services-section h2 {
    font-size: 5vw;
  }

  .mobile-nav-arrows {
    display: flex;
  }

  .services-header p {
    font-size: 14px;
    font-weight: 500;
  }

  .services-tags {
    display: none !important;
  }

  .services-content {
    flex-direction: column;
  }

  .services-image {
    margin-bottom: 5vw;
  }

  .services-image img {
    border: 5px solid #5c5b5b;
  }

  .services-description {
    width: 80vw !important;
    height: auto !important;
    text-align: center;
  }

  .services-description p {
    font-size: 9px;
    line-height: 26px;
  }

  .learn-more-btn {
    position: relative !important;
    bottom: auto !important;
    margin: 4vw auto 0 !important;
    width: 22vw !important;
    height: 8vw !important;
    font-size: 9px !important;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/HeroSection.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* Box Container */
.box-container {
  /* margin-top: 0; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #18164D;
  display: flex;
  align-items: center;
  padding: 3vw;
  /* margin-top: -23vw; */
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 9999;
  height: 7vw;
  width: 70vw;
  max-width: 1440px;
  /* margin-bottom: -70px; */
 

}

/* .box-footer {
  font-size: 1vw;
  display: flex;
  align-items: center;
  gap: 1rem;
  
} */

/* .box-footer p {
  font-size: 1vw;
  margin-bottom: 10px;
  flex: 1;
} */


.box-button {
  font-family: 'poppins bold', Arial, sans-serif;
  height: 44px;
  width: 132px;
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.5vw;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.box-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}







/* .hero-container {
  height: 32vw;
  position: relative;
  margin-top: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(130deg, #0c1e43 50%, #1e3a70 40%);
  color: white;
  padding: 2vw;
  position: relative;
  z-index: 1;
  border: 1px solid red;

} */
 
/* 
.hero-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c8d5;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
  z-index: 0;
} */
.hero-container{
  /* position: relative; */
  /* border: 1px solid red; */
  max-height: 17.59vw; /* Adjusted for 4K screens */
  height: auto; /* Ensures it scales properly */
  min-height: 15.278vw; /* Keeps it readable on smaller screens */
  /* border: 1px solid red; */
}
/* Video Section */
/* .hero-video {
  margin-left: 250px;
  flex-shrink: 0;
} */

.video-button {
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  background: #4440DB;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 3px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.video-button:hover {
  background: #082dff;
  border: 0px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;

}

/* .play-icon {
  margin-left: 0.5vw;
} */


/* Icons Section */
.hero-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-left: -0.5vw;
  width: 41.667vw;

}


/* Individual Icon Item */
.icon-item {
  margin-bottom: -2vw;
  margin-top: 2vw;
  display: flex;
  align-items: center;
  gap: -9vw;
}


/* Icon Circle */
.icon-circle {
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  -moz-column-gap: -9vw;
       column-gap: -9vw;
  align-items: center;
  width: 4vw;
  height: 4vw;
  background-color: rgb(12, 12, 12);
  border-radius: 50%;
  cursor: pointer;
}


.icon-circle:hover {
  background-color: #4440DB;
  box-shadow: #4440DB 0px 25px 50px -12px;
}

/* Image Styling */
.icon-circle img {
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Icon Text */
.icon-item p {
  font-size: 1vw;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

/* Icon Circle in the Middle */
.cross-line-icon {
  position: absolute;
  top: 60%;
  left: 49%;
  transform: translate(-50%, -50%); /* Centers the div */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
  transition: transform ease-out 200ms;
  /* border: 1px solid red; */
}


/* Icon Circle */
.cross-line-icon .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 1vw;
  background-blend-mode: color-burn;
  transition: transform 1.2s ease-in-out;
  transform-origin: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


/* Image inside Icon Circle */
.cross-line-icon .icon-circle img {
  width: 12vw;
  height: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;

}

/* Zoom-in effect on hover */
.cross-line-icon:hover .icon-circle {
  transform: scale(1.2);

}
/* 

/* Section Content Alignment */
.hero-content,
.hero-icons {
  position: relative;
  z-index: 1;
}


/* .hero-wrapper{
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

} */


@media screen and (min-width: 2560px) {
  .icon-circle {
    width: 3vw;
    height: 3vw;
    /* border: 1px solid red; */
  }

  /* .icon-circle img {
    width: 1.8vw;
    height: 1.8vw;
  } */

  .icon-item p {
    font-size: 20px;
  }
  .box-container {

    /* border: 1px solid red; */
    
    height: 150px;
  }
  .box-footer p {
    font-size: 0.8vw;
    line-height: 1vw;
  
  }
  .hero-container{
    height: 13.417vw;
    /* border: 1px solid red; */
  }
}


@media screen and (max-width: 768px) {
  .hero-container {
    /* padding: 1rem; */
    height: auto;
  }

  .box-container {
    display: flex;
    align-items: center;
    
    width: 93%;
    height: auto;
    height: 7vw;
    /* border: 1px solid red; */
  }

  .box-footer p {
    font-size: 1.5vw;
    margin-bottom: 0;
  }
  .box-footer button{
    width: 9.167vw;
    height: 3vw;
    font-size: 0.9vw;
  }

  .box-button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
.hero-video{
  margin-left: 100px;
}

  .video-button {
    /* width: 12vw;
    height: 12vw; */
  }

 

  

  .icon-circle img {
    /* width: 6vw;
    height: 6vw; */
  }



  .cross-line-icon {
    /* top: 70%;
    left: 50%; */
  }
  .hero-container{
    min-height: 19.417vw;
    /* border: 1px solid red; */
  }
  .hero-wrapper{
    width: 100vw;
  }
  .hero-icons{
    width: 41.66vw;
    padding: 0;
    height: 15vw;
    gap: 0;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    row-gap: 2vw;
    /* border: 1px solid red; */
    height: -moz-fit-content;
    height: fit-content;
  }
  
  
}
@media screen and (max-width: 660px){
  .box-container{
    height: 41px;
    border-radius: 3px;
  }
  .box-footer p{
    font-weight: 500;
    line-height: 15px;
    font-size: 7px;
  }
  .box-footer button{
    font-size: 5px;
    padding: 0;
  }
  .hero-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 15px;
    
  }
 
 
  .icon-item p{
    font-size: 6px;
  }
  
  .hero-video{
    margin-left: 50px;
  }
  .hero-icons{
    width: 49vw;
    
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/Achievements.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* .achievements-container {
  margin: auto;
  padding-bottom: 2.5vw;

  text-align: center;
  margin-bottom: 0px;
  width: 87%;
  max-width: 1440px;
  
} */

/* .achievements-title {
  font-weight: 600;
  font-size: 2.361vw;
  margin-bottom: 2vw;
} */


/* body.dark-mode .achievements-description{
  color: white;
} */
/* .achievements-description {
  height: 160px;
  font-size: 18px;
  color: #555;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 0vw;
} */

/* .badges-grid {
  position: relative;
  width: 100%;
  height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  max-width: 1440px;
} */


.badges-grid :nth-child(10){
  z-index: inherit;
  /* border: 1px solid red; */
}

.badge-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 1s ease-in-out, opacity 0.5s ease, width 1s ease-in-out, height 1s ease-in-out;
}

.badge-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2vw;
  /* background-color: white; */
  
}

/* Centered (stacked) state */
.badge-item.stacked {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
  width: 8vw; /* Smaller size for back badges */
  height: 8vw; /* Smaller size for back badges */
}
.badge-item.arranged {
  opacity: 1;
  z-index: 2; /* Default z-index for arranged badges */
  width: 13vw; /* Smaller size for back badges */
  height: 13vw; /* Smaller size for back badges */
}


.badge-item.transitioning {
  z-index: 10 !important; /* Highest z-index for transitioning badge */
  width: 18vw !important; /* Larger size for transitioning badge */
  height: 18vw !important; /* Larger size for transitioning badge */
  opacity: 1;
}

/* Arranged state for top row */
.badge-item.arranged[data-row="top"] {
  opacity: 1;
  top: 0%;
  left: calc(38% + (var(--badge-index) * 21% - 30%)); /* Centered with fixed spacing */
  transform: translateX(-50%);
  z-index: 1;
}

/* Arranged state for bottom row */
.badge-item.arranged[data-row="bottom"] {
  opacity: 1;
  bottom: 0%;
  left: calc(38% + (var(--badge-index) * 21% - 30%)); /* Centered with fixed spacing */
  transform: translateX(-50%);
  z-index: 1;
}

/* .badge-item.arranged img[alt="Oracle App"] {
  width: 15vw !important;
  height: 15vw !important;
 
} */

/* Media Query for 2560px and above */
@media screen and (min-width: 2560px) {
  .badges-grid {
    height: 25vw;
  }

  .badge-item {
    width: 10vw; 
    height: 10vw;
  }
  .achievements-container{
    
    margin-top: 3vw;
  }

 
}
@media screen and (max-width: 786px){
.badges-grid{
  margin-top: 50px;
  /* border: 1px solid red; */
}
.achievements-description{
  font-size: 2vw;
  /* border: 1px solid red; */
}

.achievements-title{
  font-size: 3.5vw;
}



}
@media screen and (max-width: 660px){
  .achievements-container{
   
    margin-top: 30px;
  }
  .achievements-description{
    height: 100px;
    font-size: 8px;
    line-height: 12px;
  }
  .achievements-title{
    font-size: 18px;
    font-weight: 600;
  }
  .badges-grid{
    margin-top: 0;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/HomePage.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: var(--font-poppins), Arial, sans-serif;
 
}


.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.3) 40%,
      rgba(0, 0, 0, 0) 80%);
}





.info-card {
  margin: auto;
  margin-top: 50px;

  /* width: 35vw; */
  /* height: 8vw; */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 0;
  align-items: center;
  max-width: 1000px;
  max-height: 220px;
  min-width: 350px;
  /* min-height: 150px; */
  position: relative;
  /* border-radius: 15px; */
  overflow: hidden;
  border: 2px solid #4241db;

  /* background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(45deg, #FA00FF, #4200FE, #4440DB) border-box; */
  transition: all 0.3s ease;


}



.carousel-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s, opacity 0.5s, filter 0.5s;
  border-radius: 5px;
  /* Apply border-radius */
  overflow: hidden;
  /* Ensures border-image follows the border-radius */
}

.carousel-image.center-image {
  transform: scale(1.2);
  opacity: 1;
  filter: blur(0);
  z-index: 2;
  border: 4px solid transparent;
  border-radius: 8px;
  /* Rounded corners */
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(45deg, #FA00FF61, #4200FE8C, #4440DB) border-box;
}

.carousel-image.left-image {
  transform: translateX(-230px) scale(1);
  opacity: 0.5;
  filter: blur(7px);
  border: 4px solid transparent;
  border-radius: 8px;
  /* Rounded corners */
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(45deg, #FA00FF61, #4200FE8C, #4440DB) border-box;
}

.carousel-image.right-image {
  transform: translateX(230px) scale(1);
  opacity: 0.5;
  filter: blur(5px);
  border: 4px solid transparent;
  border-radius: 8px;
  /* Rounded corners */
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(45deg, #FA00FF61, #4200FE8C, #4440DB) border-box;
}


.carousel-image.left-image,
.carousel-image.right-image {
  opacity: 0.6;
  filter: blur(3px);
}


/* Text section */
.text-section {
  position: relative;
  margin-left: 10px;

  height: 600px;
  width: 37vw;

}

.text-section h1 {
  font-family: var(--font-poppins);
  margin: 20px 10px 15px 0;
  color: #4440DB;
}

.text-section h3 {
  color: #050D24;
}



.text-title {
  color: #05091f;
  font-weight: 500;
  font-size: 34px;
  margin: 10px 0;
  line-height: 50px;
  width: 90%;


}

.progress-bar {
  width: 100%;
  background-color: #ddd;
  height: 10px;
  border-radius: 5px;
  position: relative;
  /* margin: 20px 0; */
  /* border: 1px solid red; */
}

.progress-fill {
  height: 100%;
  background-color: #4440db;
  border-radius: 5px;
  transition: width 4s ease-in-out;
}

.progress-percentage {
  position: absolute;
  right: 10px;
  top: -20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}



/* Keyframe animation for fill and unfill */
@keyframes fillOutIn {

  0%,
  100% {
    width: 0%;
  }

  50% {
    width: 100%;
  }
}

.card-content {
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Card content styles */
.info-card .card-content p {
  font-family: 'Roboto', Arial;
  font-weight: 600;
  font-size: 20px;

  color: #050D24;
  /* margin: 10px 46px; */
  padding: 10px 80px;
  position: relative;
  z-index: 1;
  cursor: pointer;


}

.card-content>p {
  font-size: 18px;
  font-weight: 400;
  padding: 30px 0px;
  text-align: center;
}

/* .info-card .card-content p:hover {
  color: white;
} */


/* Black diagonal corner effect */
/* .info-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px; 
  height: 70px; 
  background-color: black;
  color: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: all 0.3s ease;
  pointer-events: none; 
 
} */

/* Expanding effect on hover */
/* .info-card:hover::after {
  width: 100%;
  height: 100%;
  clip-path: none;
  border-radius: 0;
} */


.learn-more-button {
  position: absolute;
  bottom: 0;
  margin-top: 15px;
  background-color: #4440db;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  height: 60px;
  width: 177px;
}

.learn-more-button:hover {
  background-color: #29292a;
  transform: scale(1.1);
}

@media screen and (min-width: 2560px) {
  .agency-wrapper {
    width: 1440px;
  }

  .info-card {
    height: 5vw;
  }

  .learn-more-button {
    height: 60px;
    width: 180px;
    font-size: 18px;
  }

}



/* Responsive Design for Mobile */
@media (max-width: 660px) {
  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .discover-button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
  }

  .dot-wrapper {
    width: 15px;
    height: 15px;
  }

  .inner-dot {
    width: 7px;
    height: 7px;
  }
}




.image {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
  transform: scale(0.8);
  filter: blur(2px);
}

.image img {
  width: 300px;
  height: 100px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image.highlighted {
  opacity: 1;
  transform: scale(1);
  filter: none;
  z-index: 10;
  border: 3px solid #4440db;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.image.next {
  transform: translateX(200px) scale(0.9);
  z-index: 5;
}

.image.prev {
  transform: translateX(-200px) scale(0.9);
  z-index: 5;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .agency-wrapper {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    width: 87%;
    margin: 0 auto;
  }

  .text-section {
    height: 520px;
  }

  .agency-left-container {
    position: relative;
    width: 49.097vw;
    height: 520px;
  }



  .image-carousel {
    width: 48.611vw;
    height: 320px;
  }


  .carousel-images {
    width: 15.972vw;
    height: 22.917vw;
  }

  .carousel-image.left-image {
    transform: translateX(-15.972vw) scale(1);
  }

  .carousel-image.right-image {
    transform: translateX(15.972vw) scale(1);

  }

  .text-title {
    font-size: 2.361vw;
    line-height: 3.472vw;
  }

  .progress-item h3 {
    font-size: 1.1vw;
    font-weight: 500;
  }

  .text-content p {
    font-size: 1.111vw;
  }

  .info-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 9vw;
  }

  .card-content p {
    padding: 0;
  }

  .info-card .card-content p {
    padding: 10px 50px;
    font-size: 1.111vw;
    line-height: 1.458vw;
    margin: 0.694vw 3.194vw;
  }

  .learn-more-button {
    position: absolute;
    /* Keep button at bottom */
    bottom: 0;
  }

  /* Ensure text content doesn't overflow */
  .text-content {
    width: 100%;
  }
}




@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center-align content */
  }

  .image-carousel {
    margin: 0 0 20px;
    /* Add space below carousel */
  }

  .text-section {
    margin: 0 20px;
    /* Add space around text */
  }
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .info-card {
    margin-left: 20px;
    margin-top: 80px;
    max-width: 90%;
  }
}

.card-content p {
  font-size: 14px;
  color: #050D24;
  padding: 10px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media query for extra small screens */
@media (max-width: 660px) {
  .card-content p {
    font-size: 12px;
    /* Smaller font size on very small screens */
  }
}





@media screen and (max-width: 768px) {
  .agency-wrapper {
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center align */
    text-align: center;
    /* Center text */
    /* border: 1px solid red; */

  }

  .text-title {
    margin: 30px auto;
  }

  .agency-left-container {
    margin: auto;
    width: 100%;
    /* border: 1px solid red; */
  }

  .carousel-images {

    /* border: 1px solid red; */
  }

  .text-section {
    width: 90%;
    /* Adjust width for smaller screens */
    padding: 20px;
    /* Add padding */
  }

  .image-carousel {
    /* border: 1px solid red; */
    width: 100%;
  }

  .text-section h1 {
    font-size: 24px;
    /* Reduce heading size */
  }

  .text-section p {
    font-size: 2vw;
    /* Adjust paragraph size */
  }

  .carousel {
    /* Make it full width */
    height: auto;
    /* Adjust height automatically */
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center carousel items */
    align-items: center;
    overflow: hidden;
  }

  .carousel-images {

    display: flex;
    justify-content: center;
    /* Center images */
    align-items: center;
    /* Adjust width for responsiveness */
  }

  .carousel img {
    max-width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    -o-object-fit: contain;
       object-fit: contain;
    /* Ensure full image visibility */
  }

  .info-card {
    margin-top: 30px;
    width: 100%;
    /* border: 1px solid red; */
  }

  .learn-more-button {
    position: static;
    margin: 20px auto;
  }

  .text-content {
    margin-top: 20px;
    width: 100%;
    /* border: 1px solid red; */
  }

  .text-section {
    padding: 20px 0;
    width: 100%;
    /* border: 1px solid red; */
  }


}


/* Mobile Responsive Styles (480px and below) */
@media screen and (max-width: 660px) {
  /* Video Container */

  .card-content {
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info-card .card-content p {
    text-align: center;
    margin: 10px 20px;
  }

  .info-card::after {
    width: 50px;
    height: 50px;
  }

  /* Content Container */
  .content-container {
    padding: 20px 0;
    background-size: contain;
  }

  /* Agency Wrapper */
  .agency-wrapper {
    flex-direction: column;
    width: 95%;
  }

  /* Agency Left Container */
  .agency-left-container {
    /* margin-top: -30px; */
    width: 100%;
    height: auto;
  }

  /* Carousel Images */
  .carousel-images {
    width: 80px;
    height: 90px;
    margin: 0 auto;

  }

  .info-card .card-content p {
    font-size: 10px;
    padding: 5px;


  }

  .image-carousel {
    height: 120px;
  }

  /* Info Card */
  .info-card {

    width: 70%;
    min-width: unset;
    min-height: 80px;
    margin: auto;
    padding: 0;

  }

  .card-content p {
    font-size: 14px;
    padding: 0;
    margin: 0 20px;
  }

  /* Text Section */
  .text-section {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
  }

  .text-title {
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0;
  }

  .text-content {
    text-align: center;
    /* border: 1px solid red; */
  }

  .text-content h3 {
    margin: auto;

    /* border: 1px solid red; */
  }

  .text-content p {
    font-size: 14px;
  }

  .text-section h1 {
    font-size: 25px;
    /* border: 1px solid red; */
  }

  /* Progress Bars */
  .progress-bar {
    height: 8px;
  }

  .progress-percentage {
    top: -18px;
  }

  .carousel-image.left-image {
    transform: translateX(-80px) scale(1);

  }

  .carousel-image.right-image {
    transform: translateX(80px) scale(1);

  }

  /* Learn More Button */
  .learn-more-button {
    position: relative;
    margin: 20px auto;
    width: 150px;
    height: 50px;
  }

  /* Adjust other sections for mobile */
  .cards-container,
  .card-container {
    padding: 0 15px;
  }


}

/* Additional small screen adjustments (360px and below) */
@media screen and (max-width: 360px) {
  .carousel-images {
    width: 150px;
    height: 200px;
  }

  .text-title {
    font-size: 22px;
  }

  .info-card {
    min-height: 120px;
  }

  .card-content p {
    font-size: 13px;
    margin: 0 10px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/Home/FAQ.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* .faq-wrapper {
  max-width: 1440px;
  margin: auto;
  padding-top: 1vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  
} */

/* .faq-title {
  font-family: var(--font-poppins), sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  color: #4440DB;
  margin-bottom: 5vw;
  text-align: center;
} */


/* .faq-grid {
  display: grid;
  padding-bottom: 5vw;
  grid-template-columns: 1fr 1fr; 
  row-gap: 5vw;
  column-gap: 6vw;
  justify-content: space-between;
  align-items: center;  
  grid-auto-rows: minmax(74px, auto); 

} */


.faq-container {
  display: flex;
  justify-content: center;
  /* Centers the grid */
  width: 100%;
}


.faq-grid .faq-item:nth-child(7) {
  grid-column: span 2;
  justify-self: center;
  width: 40vw;
  min-height: 5vw;
  height: auto;
}



.faq-item {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40vw;
  min-height: 5vw;
  /* background-color: #ffffff; */
  border: 1px solid #000000;
  /* border-radius: 0.2vw; */
  box-shadow: 0 1px 4px #333232;
  overflow: hidden;
  cursor: pointer;
  display: grid;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  ;
}

.faq-item.active {
  border-color: #4c5dff;
  box-shadow: 0 1px 4px #4c5dff;
  height: auto;
  overflow: visible;
  border-radius: 16px;
}

.faq-answer {
  padding: 0 1vw;
  font-size: 1vw;
  color: #666666;
  /* background-color: #fff; */
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question {

  /* font-size: 1vw; */
  line-height: 1vw;
  padding: 1vw;
  font-weight: 500;
  color: #1b1139;
  /* background-color: #ffffff; */
  display: flex;
  align-items: center;
}

.faq-question>p {
  font-size: 1.04vw;
  /* font-size: 16px; */
  line-height: 1.3vw;
}

.faq-icon {
  font-size: 2vw;
  margin-right: 1vw;
  line-height: 1;
}

.faq-icon::after {
  color: #4c5dff;
  box-shadow: 0 1px 4px #4c5dff;
}

@media (max-width: 768px) {
  .faq-question {
    gap: 2vw;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    width: 87%;
    /* border: 1px solid red; */
  }

  .faq-title {
    font-size: 28px;
    margin-bottom: 40px;


  }

  .faq-item {
    display: flex;
    justify-content: center;
    align-items: start;
    /* border: 1px solid red; */
    max-width: 100%;
    height: 70px;
    width: 100%;
    padding: 0 2.389vw;

  }

  .faq-question>p {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .faq-answer {
    font-size: 1.5vw;

  }




  .faq-grid .faq-item:nth-child(7) {
    grid-column: span 1;
    width: 100%;
    height: 70px;
  }
}

@media (max-width: 660px) {
  .faq-question p {
    font-size: 9px;
    line-height: 3vw;
  }

  .faq-answer {
    font-size: 10px;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-icon {
    font-size: 24px;
  }

  .faq-grid {
    row-gap: 2vw;
  }

  .faq-item {
    height: 45px;
  }

  .faq-grid .faq-item:nth-child(7) {
    height: 45px;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .faq-item.active:nth-child(7) {
    height: -moz-fit-content;
    height: fit-content;
  }
}
