*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Satoshi-Variable';
    background-color: #F3F3F3;
}


/* header and hero section */

.pc-header {
    padding: 2rem 2rem 1rem 2rem;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    max-width: 264.65px;
    height: auto;
    scale: 0.9;
}

nav {
    background-color: #FFFFFF;
    padding: 1.2rem;
    border-radius: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list {
    list-style-type:none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem 0 1rem;
}

.nav-item {
    margin: 0 1rem 0 1rem;
    font-family: 'Satoshi-Variable';
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #4E4E67;
    text-wrap: nowrap;
}
.active{
    color: #6E6AEE;
    font-weight: 700;
}
.nav-item:hover {
    color: #6E6AEE;
    cursor: pointer;
}

.cta-button {
    width: 192px;
    height: 62px;
    background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
    border-radius: 900px;
    outline: none;
    border: none;
    font-family: 'Satoshi-Variable';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
}


.cta-text p {
    font-family: 'Satoshi-Variable';
    font-style: normal;
    font-weight: 700;
    font-size: 5.25em;
    line-height: normal; /* problem */
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(90deg, #10174B 20.17%, rgba(16, 23, 75, 0.55) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap; 
    margin: 0;
    padding: 0;
}

.cta-text p img {
    display: inline-block;
    vertical-align: middle;
    height: 1em;
}

.cta-text > p {
    flex-wrap: nowrap;
}


.hero-section {
    position: relative;
}

.hero-main {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    justify-items: center;
    align-items: center;
    max-width: 1200px;
    margin: -5rem auto 0 auto;
    padding: 0 1rem 0 1rem;
}

.hero-left {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    grid-column: 1 / span 3;
    width: inherit;
}

.employ-image {
    height: 300px;
    border-radius: 32px;
    background-image: url(Image/hero-employ-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.employ-image img {
    position: absolute;
    top: 45.333%;   
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 80%;  
    max-width: 250px;
}


.employ-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    leading-trim: both;
    text-edge: cap;
    color: #6B6B81;
}

.hero-center {
    grid-column: 4 / span 6;
    position: relative;
    margin-bottom: -5rem;
}

.hero-center-pre {
    position: absolute;
    top: 8%;
    left: -35%;
}

.hero-center-pre img {
    scale: 0.9;
}

.hero-center-post{
    position: absolute;
    z-index: 9;
    top: 43%;
    right:6%;
}
.hero-center-post img {
    scale: 0.8;
  }

.hero-right {
    grid-column: 10 / span 3;
    width: inherit;
    background: linear-gradient(139.75deg, rgba(218, 220, 235, 0.63) 27.22%, rgba(255, 255, 255, 0.3717) 85.5%);
    box-shadow: 0px 39px 102px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(3.5px);
    border-radius: 45px; 
}

.twentyfour {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-247 {
    position: absolute;
    top: -24%;
    left: 22%;
    width: 55%;
}

.automated-text {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 0.9;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    background: linear-gradient(90deg, #6E6AEE 51.99%, #C056F4 78.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-right-text {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 0.9;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    background: linear-gradient(85.28deg, #323243 14.36%, #B5B5B5 86.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-bottom: 2rem;
}

.teeth {
  margin: 3.5rem 0 -4rem 0;
  padding: 0 0 0% 0;
  width: 82%;
}

.download-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 19px;
    width: 431px;
    height: 213px;
    position: absolute;
    bottom: -10%;
    right: 5%;
    padding: 20px;
}

.download-row-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.download-text {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 31px;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #3A3E4A;
}

.download-row-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.play-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 163px;
    height: 47.09px;
    margin: 0 auto;
}

.play-get {
    color: #3A3E4A;
}

.play-big-text {
    color: #3A3E4A;
    font-size: 2rem;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 426px;
    margin: 0rem auto 2rem auto;
    padding: 1rem 0 0 0;
}

.hamburger-menu {
    margin: 0 1rem 0 1rem;
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(28.5px);
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2rem 1.5rem;
    z-index: 1001;
}

.mobile-menu-overlay.active .mobile-menu-panel {
    right: 0;
}

.mobile-nav {
    background-color: transparent;
    padding: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-menu-close:hover {
    transform: rotate(90deg);
}

.mobile-menu-close img {
    width: 100%;
    height: 100%;
}

.mobile-nav-list {
    list-style: none;
    margin-top: 1rem;
}

.mobile-nav-item {
    padding: 1.2rem 1rem;
    color: #4E4E67;
    cursor: pointer;
    transition: all 0.2s ease;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #4E4E67;
}

.mobile-nav-item.active {
    color: #6E6AEE;
    font-weight: 700;
}

.mobile-nav-item:hover {
    color: #6E6AEE;
    transform: translateX(5px);
}

.mobile-cta {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    right: 1.5rem;
}

.mobile-cta-button {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
    border-radius: 50px;
    color: white;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-cta-button:hover {
    transform: scale(1.05);
}

.mobile-header {
    display: none;
}

.background-wrapper {
    background-image: url('Image/hero-section-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Background for mobile devices (less than 768px) */
@media (max-width: 768px) {
   
}

@media (min-width : 1025px) and (max-width : 1175px ) {

    .nav-item {
        text-wrap: nowrap;
        font-size: 0.9em;
    }

    .nav-list {
        padding: 0;
    }

    nav {
        padding: 0.8rem;
    }

    .cta-button {
        width: 8rem;
        height: 3rem;
        font-size: 0.9em;
    }

    .pc-header {
        padding: 2rem 0 1rem 0;
    }

    .header-container {
        width: 90vw
    }

    .hero-section {
        margin-top: -5rem;
        scale: 0.85;
    }

}

@media (min-width : 769px) and (max-width : 1024px ) {

    .pc-header {
        padding: 1rem 1rem 1rem 1rem;
    }

    .nav-item {
        text-wrap: nowrap;
        font-size: 0.9em;
    }

    .nav-list {
        padding: 0;
    }

    nav {
        padding: 0.8rem;
    }

    .cta-button {
        width: 8rem;
        height: 3rem;
        font-size: 0.9em;
    }
    .header-container {
        width: 90vw
    }

    .hero-section {
        margin-top: -12rem;
        scale: 0.6;
    }

    .main-center {
        scale: 0.8;
    }    
    
    .hero-main {
        width: 110%;
    }


}
  

@media (max-width: 768px) {

    .background-wrapper {
        background-image: url('Image/mobile-bg.svg'); 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobile-header {
        display: flex;
    }

    .pc-header {
        display: none;
    }

    .hero-main {
        grid-template-columns: 1fr; 
        grid-template-rows: repeat(3, auto); 
        justify-items: center; 
        align-items: center; 
        margin: 0 auto;
        padding: 0 1rem;
    }

    .hero-left,
    .hero-center,
    .hero-right {
        grid-column: 1 / -1; 
        width: 100%; 
        text-align: center;
    }

    .hero-center {
        grid-row: 1; 
        margin-top: -2.5rem;
    }

    .hero-left {
        grid-row: 2; 
        margin-top: -4rem;
    }

    .hero-right {
        grid-row: 3; 
        margin-top: 4rem;
        width: 90%;
        max-width: 300px;
    }
    .cta-text p {
        font-size: 2em;
    }

    .hero-center-post , .hero-center-pre {
        display: none;
    }

    .main-center {
        height: 30rem;
        width: auto;
        max-width: 100%;
    }

    .employ-text {
        max-width: 300px;
    }

    .hero-left {
        flex-direction: row; 
        gap: 2rem; 
        align-items: center; 
        max-width: 425px;
    }

    .employ-image {
        margin-bottom: 0;
        flex: 1; 
    }

    .employ-text {
        flex: 1; 
        text-align: left; 
        font-size: 1.2em;
    }

    .download-section {
        position: static;
        margin: 1rem auto 0rem auto;
    }
    .hero-section {
        padding-bottom: 2rem;
    }


}

@media (max-width: 426px) {
    .main-center {
        height: 23rem !important;
    }

    .hero-left {
        margin-top: -4rem !important;
    }

    .employ-text {
        font-size: 0.8em;
    }

    .download-row-two {
        margin-top: 0;
        justify-content: space-around;
    }

    .download-section {
        height: 120px;
        width: 90%;
        padding: 10px; 
        max-width: 250px;
    }

    .download-text {
        font-size: 1em;
        line-height: normal;
    }

    .play-icon {
        max-width: 100px; 
    }

    .play-store {
        width: auto;
    }
    
}


/* section two */


  /* Section Two */
  
  /* Main structure */
  .sec2-section {
    padding: 4rem;
  }
  
  .sec2-wrapper {
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .sec2-grid {
    max-width: 1300px;
    margin: 0 auto; 
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px; 
  }
  
  .sec2-result,
  .sec2-cta {
    grid-column: span 3;
  }
  
  @media screen and (max-width: 768px) {
    .sec2-result,
    .sec2-cta {
      grid-column: span 6;
    }
  }
  
  /* Elements styles */
  .sec2-title {
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 66px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 91.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2rem;
  }
  
  .sec2-result {
    background: linear-gradient(139.75deg, rgba(218, 220, 235, 0.63) 27.22%, rgba(255, 255, 255, 0.3717) 85.5%);
    box-shadow: 0px 39px 102px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(3.5px);
    border-radius: 45px;
    padding: 2rem;
  }
  
  .sec2-percentage {
    background: rgba(255, 255, 255, 0.47);
    border-radius: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin-bottom: 0.5rem;
  }
  
  .sec2-percentage-text {
    font-style: normal;
    font-weight: 700;
    font-size: 2.8em;
    line-height: normal;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    background: linear-gradient(90deg, #6E6AEE 34.05%, #C056F4 81.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  .sec2-result-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
    color: #4E4E67;
    margin-bottom: 1rem;
  }
  
  .sec2-result-text {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    color: #6B6B81;
  }
  
  .sec2-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  
  .sec2-cta-title {
    font-style: normal;
    font-weight: 400;
    font-size: 43px;
    line-height: 42px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: capitalize;
    color: #4E4E67;
  }
  
  .sec2-cta-btn {
    width: 299px;
    height: 59px;
    background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
    border-radius: 900px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
  }
  
  @media (max-width: 426px) {
    .sec2-result {
      background: linear-gradient(139.75deg, rgba(218, 220, 235, 0.63) 27.22%, rgba(255, 255, 255, 0.3717) 85.5%);
      box-shadow: 0px 39px 102px rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(3.5px);
      border-radius: 10px;
    }
    
    .sec2-title {
      font-weight: 500;
      font-size: 26px;
      line-height: 25px;
      text-align: center;
      letter-spacing: -0.03em;
    }
  }
  
  @media (max-width: 480px) {
    .sec2-section {
      padding: 1.5rem;
    }
    .sec2-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .sec2-result,
    .sec2-cta {
      grid-column: span 1;
    }
    .sec2-title {
      font-size: 28px;
      line-height: 30px;
    }
    .sec2-result {
      padding: 1rem;
      border-radius: 20px;
    }
    .sec2-result-title {
      font-size: 18px;
      line-height: normal;
    }
    .sec2-result-text {
      font-size: 16px;
      line-height: normal;
    }
    .sec2-percentage {
      margin-top: 1rem;
      width: fit-content;
    }
    .sec2-percentage-text {
      font-size: 18px;
      padding: 0 1rem;
    }
    .sec2-cta {
      padding: 1.5rem;
    }
    .sec2-cta-title {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 1rem;
    }
    .sec2-cta-btn {
      width: 100%;
      max-width: 100%;
      height: 45px;
      font-size: 15px;
      line-height: normal;
    }
  }
  
  @media (max-width: 360px) {
    .sec2-grid {
      grid-template-columns: 1fr;
    }
    .sec2-result,
    .sec2-cta {
      grid-column: span 1;
    }
    .sec2-cta-title {
      font-size: 18px;
      line-height: 20px;
    }
  }
  
  @media (min-width: 450px) {
    .sec2-cta-btn {
      width: auto;
      height: auto;
      padding: 1rem;
    }
  }
  

  /* section three */

  
.section-three {
    padding: 4rem 0;
}

.section-three-wrapper {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
    margin: 0 auto;
}

.section-three-left {
    background: rgba(255, 255, 255, 0.42);
    border-radius: 43px;
    width: 50%;
    padding: 3rem;
    min-height: 38rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-three-title {
    font-weight: 500;
    font-size: 3em;
    line-height: 66px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 91.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.section-three-description {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 26px;
    text-transform: capitalize;
    color: #6B6B81;
}

.section-three-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-three-right > img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

@media (max-width: 1023px) {
    .section-three {
        padding: 2rem 0;
    }

    .section-three-wrapper {
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
    }

    .section-three-left {
        width: 100%;
        min-height: auto;
        padding: 2rem;
        border-radius: 30px;
        max-width: 400px;
        margin-bottom: 2rem;
    }

    .section-three-right {
        width: 100%;
    }

    .section-three-title {
        font-size: 2em;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .section-three-description {
        font-size: 1em;
        line-height: 1.5;
    }

    .section-three-right > img {
        max-height: 400px;
    }
}



/* section four */

.four-wrapper {
    background-image: url('Image/background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.section-four {
    background-color: #EEEFF2;
}


.sec-four-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6rem;
}


  .sec-four-title {
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 66px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 35.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0rem auto 6rem auto;    
    padding: 2rem 0 1rem 0;
  }

  .cs6-right .sec-four-title{
    margin: 0;
  }

  .four-main-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr); 
    justify-items: center;
    align-items: stretch;
    gap: 1rem;    
    margin: 0 auto;
  }

  .four-reason {    
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(3.5px);
    border-radius: 45px;
    padding: 1rem;
    grid-column: span 3;
    max-width: 400px;
    position: relative;
    padding: 6rem 2rem 2rem 2rem;
  }

  .four-reason-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #4E4E67;
  }

  .four-text {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #6B6B81;
    flex: 1;
  }

  .four-reason-icon {
    background-color: #EEEFF2;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, 0.76);
    border: 11px solid #EEEFF2;
    border-radius: 900px;
  }

  .four-reason-icon img{
    width: 98%;
    padding: 2.5rem;
  }

  .four-main-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr); 
    justify-items: center;
    align-items: stretch;
    gap: 1rem;    
    margin: 0 auto;
  }

  .cta-four {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-column: span 9;
    width: 100%;
    max-height: 380px;
    overflow: hidden;
  }

  .cta-four-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .four-cta-title {
    font-style: normal;
    font-weight: 400;
    font-size: 43px;
    line-height: 42px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: capitalize;
    color: #4E4E67;
    margin-top: 4rem;
  }

  .cta-four-img img {
    width: 24rem;
    height: auto;
  }

@media (max-width: 768px) {
  .section-four {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .section-four {
    max-width: 100%;
    padding: 2rem;
    height: auto;
  }

  .sec-four-title {
    font-size: 48px; 
    line-height: 50px; 
    margin-bottom: 4rem; 
  }

  .sec-four-main {
    gap: 4rem;  
  }

  .four-reason {
    padding: 5rem 1.5rem 2rem 1.5rem; 
  }

  .four-reason-title {
    font-size: 22px;  
    line-height: 24px; 
  }

  .four-text {
    font-size: 16px;
    line-height: 20px; 
  }

  .four-reason-icon {
    padding: 1.5rem;  
    border-width: 10px; 
  }

  .four-cta-title {
    font-size: 32px;  
    line-height: 34px; 
  }

  .cta-four-img img {
    width: 24rem;  
  }
}

.mobile-carousel-wrapper-outer {
  max-width: 100vw;
  margin-bottom: 20px;
  margin: 0 auto;
}

.mobile-carousel-container {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.mobile-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0 20px;
}

.mobile-slide {
  flex: 0 0 calc(100% - 72px); 
  box-sizing: border-box;
  margin: 0 5px; 
  height: fit-content;
  max-width: 300px;
}

.mobile-slide:first-child {
  margin-left: 0;
}

.mobile-slide:last-child {
  margin-right: 0;
}

.mobile-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.mobile-prev-button, .mobile-next-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.mobile-arrow-icon {
  width: 30px;
  height: 30px;
  fill: #333;
}

.mobile-carousel-indicators {
  display: flex;
  margin: 0 20px;
  gap: 1rem;
}

.mobile-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6E6AEE;
  margin: 0 5px;
  cursor: pointer;
}

.mobile-indicator.mobile-active {
  background-color: #6E6AEE;
  position: relative;
}

.mobile-indicator.mobile-active::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 22px;
  height: 22px;
  border: 2px solid #6E6AEE;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
}


@media screen and (min-width: 768px) and (max-width: 1024px),screen and (max-width: 767px) {
    .sec-four-title {
      text-align: center;
      line-height: normal;
      font-size: 40px;
      margin-bottom: 4rem;
    }
}


@media screen and (min-width: 769px) {
  .section-four-mobile {
    display: none;
  }

}

.section-four-mobile {
    background-color: #EEEFF2;
}

.mobile-four-reason {    
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(3.5px);
  border-radius: 45px;
  padding: 1rem;
  max-width: 400px;
  position: relative;
  padding: 6rem 2rem 2rem 2rem;
  height: 100%;
}

.mobile-four-reason-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #4E4E67;
  max-width: 70%;
  margin: 0;
}

.mobile-four-text {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #6B6B81;
  flex: 1;
}

.mobile-four-reason-icon {
  background-color: #EEEFF2;
  border-radius: 50%;
  width: fit-content;
  padding: 2rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.76);
  border: 14px solid #EEEFF2;
  border-radius: 900px;
}

.four-mobile-bottom, .four-cta-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.four-cta-mobile {
  gap: 1rem;
  margin-top: -4rem;
}

.four-cta-text-mobile {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #4E4E67;
  max-width: 70%;
  text-align: center;
}

.four-cta-mobile-btn {
  width: 133px;
  height: 39.83px;
  background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
  border-radius: 900px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #FFFFFF;
}

.cta-three {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .cta-text-three {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: capitalize;
    color: #4E4E67;
  }

  .cta-sec-three {
    width: 239px;
    height: 59px;
    background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
    border-radius: 900px;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #FFFFFF;
  }



  .sec-four-title-mobile {
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 66px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 91.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0rem auto 6rem auto;    
    padding: 2rem 0 1rem 0;
  }

  @media (min-width: 768px) and (max-width: 1300px) {
    .sec-four-title-mobile {
      font-size: 48px;    
      line-height: 50px;  
      margin-bottom: 4rem; 
    }
  }  
  
@media screen and (min-width: 768px) and (max-width: 1024px),
screen and (max-width: 767px) {
 .sec-four-title-mobile {
   text-align: center;
   line-height: normal;
   font-size: 40px;
   margin-bottom: 0;
 }
}



/* section six */


.cs6-section {
  background-color: #E8EAF2;
  padding: 40px 20px;
}

.cs6-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 3rem;
}

.cs6-left {
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 592.42px;
}

.cs6-left-img {
  width: 100%;
  height: auto;
  display: block;
}

.cs6-right {
  flex: 1 1 45%;
  min-width: 300px;
}

.cs6-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 91.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.cs6-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #6B6B81;
  margin-bottom: 1.5rem;
}

.cs6-list {
  margin-top: 1rem;
}

.cs6-custom-list {
  list-style: none;
  padding-left: 0;
  counter-reset: cs6-counter;
}

.cs6-custom-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  counter-increment: cs6-counter;
}

.cs6-custom-list li::before {
  content: counter(cs6-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #6E6AEE;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.cs6-list-title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #3A3E4A;
  margin-bottom: 8px;
}

.cs6-list-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #6B6B81;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .cs6-wrapper {
      gap: 2rem;
      padding: 0 20px;
      max-width: 425px;
  }
  
  .cs6-title {
      font-size: 32px;
  }
  
  .cs6-description {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cs6-wrapper {
      flex-direction: column-reverse;
      gap: 2rem;
  }
  
  .cs6-left,
  .cs6-right {
      flex: 1 1 100%;
      max-width: 100%;
  }
  
  .cs6-title {
      font-size: 28px;
  }
  
  .cs6-list-title {
      font-size: 18px;
  }
  
  .cs6-list-description {
      font-size: 15px;
  }
  
  .cs6-custom-list li {
      padding-left: 35px;
  }
  
  .cs6-custom-list li::before {
      width: 25px;
      height: 25px;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cs6-section {
      padding: 30px 15px;
  }
  
  .cs6-title {
      font-size: 24px;
      line-height: 1.3;
  }
  
  .cs6-description {
      font-size: 14px;
  }
  
  .cs6-list-title {
      font-size: 16px;
  }
  
  .cs6-list-description {
      font-size: 14px;
  }
  
  .cs6-custom-list li {
      padding-left: 30px;
      margin-bottom: 15px;
  }
  
  .cs6-custom-list li::before {
      width: 22px;
      height: 22px;
      font-size: 13px;
  }
}


/* section eight */


.part-8 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  max-width: 1440px;
  margin: 60px auto;
  height: auto;
  left: 0px;
  padding: 0 40px;
}

.innovative-details {
  grid-column: span 6;
  margin: 0 30px 0 0;
}
.innovative-details h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 50px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(
    89.77deg,
    #10174b 11.98%,
    rgba(16, 23, 75, 0.55) 91.78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
.innovative-details p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #6b6b81;
}
.innovation-list {
  display: flex;
  max-width: 550px;
  flex-direction: column;
  margin-top: 35px;
}
.inno-feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.inno-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.inno-icon img {
  width:  55px;
  height: 55px;
}
.inno-text h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.inno-text p {
  font-size: 18px;
  color: #666;
  margin: 5px 0 0;
  font-weight: 500;
  line-height: 20px;
}
.innovative-image {
  grid-column: span 6;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.innovative-image img {
  width: 100%;
  /* max-width: 635.78px; */
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .part-8 {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 20px;
    max-width: 425px;
  }

  .innovative-details,
  .innovative-image {
    grid-column: span 1;
    width: 100%;
    margin: 0;
  }

  .innovative-details h2 {
    width: 100%;
    height: auto;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }

  .innovative-details p {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
  }

  .innovation-list {
    max-width: 100%;
    margin-top: 25px;
  }

  .inno-feature {
    margin-bottom: 25px;
  }

  .inno-text h3 {
    font-size: 16px;
  }

  .inno-text p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
  }

  .innovative-image {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .innovative-image img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}


/* sectino seven */


.part-7 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  padding-top: 2rem;
}
.feature-head {
  display: flex;
  height: 150px;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
  margin-bottom: 50px;
}
.feature-head h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: normal;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(
    89.77deg,
    #10174b 11.98%,
    rgba(16, 23, 75, 0.55) 91.78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.all-feature {
  display: flex;
  grid-column: 1 / -1;
  margin: 0 auto;
}

.feature-card {
  max-width: 310px;
  height: auto;
  display: flex;
  background: rgba(255, 255, 255, 0.41);
  border-radius: 45px;
  border: 4px solid #FFFFFF;
  backdrop-filter: blur(3.5px);
  flex-direction: column;
  margin: 10px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}


.feature-card h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #4e4e67;
  margin-bottom: 1rem;
}
.check i {
  color: #6e6aee;
  font-size: 1.5rem;
}
.feature {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-list {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  color: #6b6b81;
}

.feature-result {
  width: 100%;
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.feature-result h2 {
  max-width: 90%;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #4e4e67;
  margin: 0 auto 20px auto;
}
.feature-result button {
  width: 210px;
  height: 59px;
  background: linear-gradient(93.81deg, #6e6aee 11.36%, #c056f4 111.44%);
  border-radius: 900px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .feature-head {
    height: auto;
    padding: 1rem 0 0 0;
    margin-bottom: 30px;
  }

  .feature-head h1 {
    font-size: 32px;
    line-height: 1.2;
    width: 90%;
    height: auto;
  }

  .all-feature {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    width: 90%;
    height: auto;
    margin: 10px 0;
    padding: 25px 15px;
  }

  .feature-card h2 {
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
  }

  .feature {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .check {
    flex-shrink: 0;
  }

  .feature-list {
    font-size: 16px;
    line-height: 1.4;
    width: auto;
    height: auto;
  }

  .feature-result {
    margin: 30px 0 35px 0;
    padding: 0 20px;
  }

  .feature-result h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .feature-head h1 {
    font-size: 28px;
  }

  .feature-card h2 {
    font-size: 20px;
  }

  .feature-result h2 {
    font-size: 22px;
  }
}


/* section ten */
.section-ten {
  padding-top: 3rem;
  padding-bottom: 2rem;
}


.time-head {
  display: flex;
  height: 150px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.time-head h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 57px;
  line-height: 70px;
  eading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(
    89.77deg,
    #10174b 11.98%,
    rgba(16, 23, 75, 0.55) 91.78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

.time-start {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -60px;
  left: 45%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, #c056f4 0%, #6e6aee 100%);
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}
.time-start p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #ffffff;
}
.time-container {
  padding: 10px 50px;
  position: relative;
  width: 40%;
  background: linear-gradient(
    139.75deg,
    rgba(218, 220, 235, 0.63) 27.22%,
    rgba(255, 255, 255, 0.3717) 85.5%
  );
  box-shadow: 0px 39px 102px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(3.5px);
  border-radius: 45px;
  animation: movedown 1s linear forwards;
  opacity: 0;
}
.time-text {
  padding: 20px 40px 20px 0;
  position: relative;
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  text-transform: lowercase;
  color: #6b6b81;
}
.text-head {
  min-width: auto;
  height: 65px;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 900px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
}
.text-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  background: linear-gradient(90deg, #6e6aee 34.05%, #c056f4 81.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  white-space: nowrap;
}
.ellipse {
  position: absolute;
  width: 27px;
  height: 27px;
  background: #1c2778;
  border-radius: 50%;
  right: -75px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
}
.right-ellipse {
  left: -73.5px;
}
.left-container {
  left: 0;
}
.right-container {
  left: 50%;
}


.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: grey;
  top: 0;
  left: 45%;
  z-index: -1;
  animation: moveline 4s linear forwards;
}


.left-container-line {
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #1c277896;
  top: 55%;
  z-index: 1;
  right: -100px;
}
.right-container-line {
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #1c277896;
  top: 55%;
  z-index: 1;
  left: -100px;
}
.want-clinic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}
.want-clinic h2 {
  max-width: 90%;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #4e4e67;
  margin: 0 auto 20px auto;
}
.want-clinic button {
  width: 210px;
  height: 59px;
  background: linear-gradient(93.81deg, #6e6aee 11.36%, #c056f4 111.44%);
  border-radius: 900px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
/* all the animation for part-9 is here */
@keyframes moveline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes movedown {
  0% {
    opacity: 1;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.time-container:nth-child(2) {
  animation-delay: 0s;
}
.time-container:nth-child(3) {
  animation-delay: 1s;
}
.time-container:nth-child(4) {
  animation-delay: 2s;
}
.time-container:nth-child(5) {
  animation-delay: 3s;
}

/* responsiveness starts from here */

@media (max-width: 769px) {
  .head h1 {
    width: 90%;
    font-size: 36px;
    line-height: 1.2;
  }

  .timeline {
    margin: 50px auto 30px;
    padding: 0 20px;
    padding-top: 1rem;
  }

  .timeline::after {
    left: 50%;
    width: 1px;
  }

  .time-start {
    left: 50%;
    transform: translateX(-50%);
  }

  .time-container {
    width: 100%;
    left: 0 !important;
    margin: 50px auto 50px auto;
    padding: 20px;
    border-radius: 25px;
  }

  .left-container,
  .right-container {
    width: 480px;
  }

  .ellipse,
  .right-container-line,
  .left-container-line {
    display: none;
  }

  .time-text {
    padding: 15px 0;
    font-size: 16px;
  }

  .text-head {
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .time-head h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .text-head h2 {
    font-size: 20px;
    line-height: 1.2;
    white-space: normal;
  }

  .want-clinic h2 {
    width: 90%;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .want-clinic button {
    width: 180px;
    height: 50px;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1112px) {
  .right-ellipse {
    left: -64.5px;
  }
  .left-ellipse {
    right: -65.5px;
  }
}

@media (max-width: 480px) {
  .head h1 {
    font-size: 28px;
  }

  .time-text {
    font-size: 14px;
  }

  .text-head h2 {
    font-size: 18px;
  }

  .want-clinic h2 {
    font-size: 20px;
  }

  .left-container, .right-container {
    width: 80%;
  }
}





/* section 11 */
body {
  margin: 0;
  padding: 0;
  font-family: 'Satoshi-variable';
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.section-11 {
  background-image: url('Image/elevent-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  padding-top: 3rem;
}

.eleven-title {
  font-style: normal;
  font-weight: 500;
  font-size: 65px;
  line-height: 66px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(90.01deg, #FFFFFF 47.31%, rgba(255, 255, 255, 0.55) 88.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 0rem 1rem 3rem;
}

.eleven-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.eleven-cta > p {
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 42px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.eleven-cta-btn {
width: 246px;
height: 59px;
background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
border-radius: 900px;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
leading-trim: both;
text-edge: cap;
text-transform: capitalize;
color: #FFFFFF;
border: none;
outline: none;
}

/* s11 Section Styles */
.section-four-s11 {
  background-color: #EEEFF2;
}

.four-s11-wrapper {
  padding: 2rem 0;
}

/* Title Styles */
.sec-four-title-s11 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(89.77deg, #10174B 11.98%, rgba(16, 23, 75, 0.55) 91.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin: 0 auto 2rem auto;
  padding: 1rem;
}

/* Carousel Styles */
.s11-carousel-wrapper-outer {
  max-width: 100vw;
  margin: 0 auto 20px;
}

.s11-carousel-container {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.s11-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0 20px;
}

.s11-slide {
  flex: 0 0 calc(100% - 72px);
  box-sizing: border-box;
  margin: 0 5px;
  max-width: 317px;
}

/* Reason Card Styles */
.s11-four-reason {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 6rem 2rem 2rem;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  border: 4px solid #FFFFFF;
  backdrop-filter: blur(3.5px);
  border-radius: 28px;
}

.s11-four-reason-icon {
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFFFFF;
  border-radius: 900px;
}

.s11-four-reason-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #4E4E67;
  margin: 0;
}

.s11-four-text {
  font-weight: 400;
  font-size: 19px;
  margin: 0;
  color: #6B6B81;
}

/* Carousel Controls */
.s11-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.s11-prev-button,
.s11-next-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.s11-arrow-icon {
  width: 30px;
  height: 30px;
  fill: #333;
}

.s11-carousel-indicators {
  display: flex;
  margin: 0 5px;
  gap: 1rem;
}

.s11-indicator {
  width:  8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.s11-indicator.s11-active {
  position: relative;
}

.s11-indicator.s11-active::after {
  content: '';
  position: absolute;
  top:  -9px;
  left: -9px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

/* Bottom CTA Section */
.four-s11-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-cta-s11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: -4rem;
}

.four-cta-text-s11 {
  font-size: 18px;
  text-align: center;
  color: #4E4E67;
  max-width: 70%;
}

.four-cta-s11-btn {
  width: 133px;
  height: 40px;
  background: linear-gradient(93.81deg, #6E6AEE 11.36%, #C056F4 111.44%);
  border-radius: 900px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .sec-four-title-s11 {
      font-size: 32px;
      margin-bottom: 1rem;
  }
  
  .s11-slide {
      flex: 0 0 calc(100% - 40px);
  }
  
  .s11-four-reason {
      padding: 4rem 1.5rem 1.5rem;
  }
  
  .s11-four-reason-title {
      font-size: 22px;
  }
  
  .s11-four-text {
      font-size: 16px;
  }
}


@media (max-width : 425px) {
  .eleven-title {
      font-size: 2em;
      line-height: normal;
      margin: 0;
      text-align: center;
  }
  .eleven-cta > p {
      text-align: center;
  }
}


/* section nine */


.sec9-container {
  margin: 0 auto;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: minmax(300px, 1fr) 2fr;
  gap: 40px;
  background-image: url('Image/Group\ 770928\(1\).png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
}

.sec9-text-column {
  align-self: center;
  padding: 2rem;
  backdrop-filter: blur(31.5px);
}

.sec9-big-text {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.5rem, 4.5vw + 1rem, 3.75rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: linear-gradient(89.77deg, #FFFFFF 28.31%, rgba(255, 255, 255, 0.55) 91.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1.5rem;
}

.sec9-carousel-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2rem;
}

.sec9-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  padding: 10px 0;
}

.sec9-slide {
  flex: 0 0 auto;
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.5rem);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(37px);
  border-radius: 15px;
}

.sec9-card-container {
  position: relative;
  margin: 1rem;
}

.sec9-whatsapp-icon-circle {
  width: 76px;
  height: 76px;
  background: #FFFFFF;
  border-radius: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec9-arrow-icon-wrapper {
  position: absolute;
  top: 1px;
  right: 1px;
}

.sec9-text-content {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #FFFFFF;
  max-width: 70%;
  margin: 2rem 0 1rem 0;
}

/* Desktop Layout */
@media (min-width: 1025px) {
.sec9-container {
    padding: 0rem;
}

.sec9-slide {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
}
}

/* Tablet Layout */
@media (min-width: 769px) and (max-width: 1024px) {
.sec9-container {
    grid-template-columns: minmax(250px, 1fr) 2fr;
    gap: 30px;
    padding: 2rem;
}

.sec9-big-text {
    font-size: clamp(2rem, 3vw + 0.5rem, 2.5rem);
}

.sec9-slide {
    min-width: calc(60% - 20px);
    width: calc(60% - 20px);
}
}

/* Mobile Layout */
@media (max-width: 768px) {
.sec9-container {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 2rem;
    background-position: 65% center;
}

.sec9-text-column {
    padding: 1rem;
    text-align: center;
    backdrop-filter: none;
    text-align: left;
}

.sec9-big-text {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.sec9-carousel-column {
    padding: 1rem 0;
}

.sec9-slide {
    min-width: calc(85% - 15px);
    width: calc(85% - 15px);
    margin-right: 15px;
    padding: 1.25rem;
}

.sec9-carousel-track {
    padding-left: 15px;
}

.sec9-controls {
    justify-content: center;
    margin-top: 1.5rem;
}

.sec9-pagination-dots {
    gap: 15px;
}

.sec9-dot.sec9-active::after {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 1.5px;
}
}

/* Small Mobile */
@media (max-width: 480px) {
.sec9-container {
    padding: 1rem;
    gap: 0 !important;
}

.sec9-big-text {
    font-style: normal;
    font-weight: 500;
    font-size: 26px !important;
    line-height: 27px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(89.77deg, #FFFFFF 28.31%, rgba(255, 255, 255, 0.55) 91.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    backdrop-filter: blur(31.5px);
    margin-bottom: -1rem;
}

.sec9-slide {
    min-width: calc(90% - 10px);
    width: calc(90% - 10px);
}

.sec9-controls {
    justify-content: flex-start;
    margin-left: 1rem;
}

.sec9-arrow img {
    width: 32px;
    height: 32px;
}
}

.sec9-controls {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;
}

.sec9-pagination-dots {
display: flex;
gap: 20px;
}

.sec9-dot {
border-radius: 50%;
cursor: pointer;
transition: background 0.3s ease;
width: 8px;
height: 8px;
background: #FFFFFF;
}

.sec9-dot.sec9-active {
position: relative;
}

.sec9-dot.sec9-active::after {
content: '';
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
border: 2px solid #ffffff;
border-radius: 50%;
}

.sec9-arrow {
cursor: pointer;
transition: opacity 0.3s ease;
}

.sec9-arrow:hover {
opacity: 0.8;
}

.sec9-arrow img {
width: 40px;
height: 40px;
}
