

@import url('https://fonts.googleapis.com/css2?family=outfit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Base */
#growth4docs-header {
  background-color: #F3FDFF;
  border-top: 11px solid #14b8a6;
  padding: 10px 0;
}

.header-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}

.logo-section img {
  height: 60px;
}

/* Desktop nav */
.nav-section a {
  margin-left: 40px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

.nav-section a:hover {
  color: #007B8F;
}

/* Hamburger icon */
.hamburger {
  display: none;
  font-size: 30px;
  font-weight: bold;
  color: #14b8a6;
  cursor: pointer;
  user-select: none;
}

/* --- MOBILE STYLES --- */
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }

  /* Position menu as floating dropdown */
  #mobile-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;           /* adjust below header */
    right: 25px;         /* align with hamburger */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    min-width: 180px;
    overflow: hidden;
    z-index: 1000;
  }

  #mobile-nav.active {
    display: flex;
    animation: fadeIn 0.2s ease-in-out;
  }

  #mobile-nav a {
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
    background: #fff;
    transition: background 0.3s, color 0.3s;
  }

  #mobile-nav a:hover {
    background: #eaf9fb;
    color: #007B8F;
  }

  #mobile-nav a:last-child {
    border-bottom: none;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .logo-section img {
    height: 65px;
  }
}



#first{
    
    background-color: #F3FDFF;
    
   
}

.note{
    font-family: "outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #000;
    padding-bottom: 20px;
    margin: 0px;
    text-align: center;
}


#vs{
    
    background-color: #F3FDFF;
   
}

#firstM {
    background-color: #F3FDFF;
}



.FTtitle {
    font-family: "outfit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 29px;
    margin: 20px 0;
    margin-top: 25px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    word-spacing: 1.3px;
    padding: 0px 550px;
}

.FTtitle .gradient{
  
    color: rgb(255, 191, 0);
    font-size: 36px;
    font-weight: 900 !important;
}

.FTsubtitle {
    font-family: "outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  color: #000;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 560px;
}

@media screen and (max-width:1700px) {
    .FTtitle{
        padding: 0px 30px;
    }
    .FTsubtitle{
        padding: 0px 400px;
    }


@media screen and (max-width:1400px) {
    .FTtitle{
        padding: 0px 30px;
    }
    .FTsubtitle{
        padding: 0px 140px;
    }
}




.FTtitle b{
   font-weight: 700;
   color: #6D5FC3;
}
.FTsubtitle {
    
    font-size: 15px;
    
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 10px;
}

}
@media screen and (max-width:380px) {
.FTtitle {
    font-size: 22px;
    }
    
    
    .FTsubtitle {
    font-size: 16px;
    }
}





.form-container {
    max-width: 740px;
    margin: 20px auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form-container h2 {
    font-size: 22px;
    text-align: center;
    color: #6D5FC3;
    margin-bottom: 25px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    font-size: 17px;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
}
input[type="text"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
    border-color: #3498db;
    outline: none;
}
button {
    width: 100%;
    background-color: #6D5FC3;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s;
    margin-top: 10px;
}
button:hover {
    background-color: #5246a0;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .form-container {
        padding: 15px;
        width: 380px;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    input[type="text"],
    input[type="number"],
    input[type="tel"] {
        padding: 10px 12px;
        font-size: 15px;
    }
    button {
        padding: 12px;
        font-size: 16px;
    }
    
    .FTtitle {
   padding: 0px;
    }
    

    .wp{
        font-size: 16px;
    }
}


.Fc {
    width: 100%;
    
}
.Fh{
    background: #493a86;
    color: white;
    padding: 20px 40px;
    margin: 0px 471px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 25px;
    
    text-align: center;
    font-family: "outfit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.Ftitle {
    font-family: "outfit", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    padding-top: 20px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    word-spacing: 1.3px;
}

.Ftitle .gradient{
  
    color:#1C9CA3;
    
    font-weight: 800 !important;
}



.m-name a{
    text-decoration: underline;
    text-decoration-color: #6f42c1;
    color: transparent;
    background: linear-gradient(90deg, rgb(154, 117, 255), rgb(255, 191, 0)); 
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 900 !important;
}

.Fsubtitle {
    font-family: "outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  color: #000;
    margin-bottom: 20px;
    text-align: center;
    padding: 8px 70px;
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: auto;
}
.image-container img {
    width: 500px;
    border-radius: 10px;
   
}


.icon {
    width: 24px;
    height: 24px;
}



@media screen and (max-width:2891px) {


    #firstM {
        display: none;
    }

    #sM {
        display: none;
    }


}

@media screen and (max-width:1510px) {
    .Fh{
        padding: 18px 12px;
        margin: 0px 380px;
        font-size: 23px;
    }
    
}

@media screen and (max-width:1200px) {
    #firstM {
        display: none;
    }

    .Fh{
        padding: 18px 12px;
        margin: 0px 320px;
        font-size: 23px;
    }
    
    #sM {
        display: none;
    }
    
}


@media screen and (max-width:1024px) {
    #firstM {
        display: none;
    }
    .Fh{
         color: #F4F4FA;
        padding: 18px 12px;
        margin: 0px 20px;
        font-size: 18px;
    }
    
    #sM {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #firstM {
        display: none;
    }

    .Fh{
        padding: 18px 12px;
        margin: 0px 20px;
        font-size: 18px;
    }

    
    #sM {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #first {
        display: none;
    }
    #firstM{
        display: block;
    }
    .Fh{
        padding: 10px 11px;
        margin: 0px 20px;
        font-size: 18px;
    }

    
    #sM {
        display: block;
    }
    .note{
    
    padding-bottom: 5px;
}
}

@media screen and (max-width:617px) {

    #first {
        display: none;
    }
    #firstM{
        display: block;
    }
    #sM {
        display: block;
    }
    
  



}

@media screen and (max-width:480px) {

    #first {
        display: none;
    }
    #firstM{
        display: block;
    }

    #sM {
        display: block;
    }
}

@media screen and (max-width: 365px) {

    #first {
        display: none;
    }
    #firstM{
        display: block;
 
   }

   #sM {
    display: block;
}
}

 /* Add these new styles for the video thumbnail */
 .video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    border-radius: 50%;
    padding: 5px 20px;
    transition: 0.3s ease;
}
.play-button img{
    width: 100%;
}

.video-iframe {
    width: 500px;
    height: 500px;
    border: none;
  
}

@media (max-width: 700px) {
    .play-button {
        top: 64%;
    }
}
@media (max-width: 600px) {
    .video-thumbnail {
        width: 100%;
        padding: 0px 10px;
    }
    .video-iframe {
        width: 100%;
        height: 456px;
        border: none;
    }

    .play-button {
        top: 50%;
    }
 
    .video-container {
        width: 100%;
        height: 100%; /* Maintain 16:9 aspect ratio */
    }
}
@media (max-width: 480px) {
    .video-thumbnail {
        width: 100%;
        padding: 0px 10px;
    }
    .video-iframe {
        width: 100%;
        height: 630px;
        border: none;
        
    }

    .play-button {
        top: 50%;
    }

   
    .video-container {
        width: 100%;
        height: 100%; /* Maintain 16:9 aspect ratio */
    }
}

@media (max-width: 360px) {
    .play-button {
        top: 50%;
    }
}


.register-btn2 {
    display: block;
    background-color: #F82828;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 25px auto;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    width: 450px;
    font-family: "inter", sans-serif;
    transition: background-color 0.3s;
}


.register-btn2:hover {
    background-color: #F82830;
    color: white;
    text-decoration: none;
}

.register-btn {
    display: block;
    background-color: #A32E1C;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 25px auto;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    width: 450px;
    font-family: "inter", sans-serif;
    transition: background-color 0.3s;
}


.register-btn:hover {
    background-color: #942817;
    color: white;
    text-decoration: none;
}

.seats-note {
    text-align: center;
    color: #f43e39;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .Fh{
        padding: 10px 11px;
        margin: 0px 20px;
        font-size: 16px;
    }

    .Ftitle {
        font-weight: 800;
        letter-spacing: normal;
        font-size: 25px;
        text-align: center;
        color: #000;
        padding: 10px 10px;
        padding-top: 15px;
        line-height: 35px;
    }
    
    .Ftitle b{
       font-weight: 700;
       color: #6D5FC3;
    }
    .Fsubtitle {
        
        font-size: 18px;
        
        margin-bottom: 20px;
        text-align: center;
        padding: 0px 21px;
    }

    .program-card {
        padding: 3px 25px;
        margin-bottom: 25px;
    }

    .image-container img {
        width: 360px;
        border-radius: 10px;
        margin-top: 0px;
    }
    
    .details-grid {
     gap: 8px;
    }
    
    
.detail-label {
   
    font-size: 17px;
    
}
    
    .content {
    gap: 18px;
    }
    
 


}

#sec{
    margin: 0;
    padding: 0;
   
}


#sec1{
    margin: 0;
    padding: 0;
   
}
.webinar-card1 {
    background-color: #0b0715; 
    padding: 30px;
    padding-top: 1px;
    width: 100%;
    
}

.webinar-card1 h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}
.webinar-card {
     color: transparent;
    background: linear-gradient(30deg, #FF9408, #F3F4F5); 
    padding: 30px;
    padding-top: 1px;
    width: 100%;
    
}

.webinar-card h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

.challenges-list {
    margin: 20px 0;
    padding: 10px 20px;
    padding-left: 550px;
}

.challenge-item {
    position: relative;
    padding:10px 50px;
    
    margin-bottom: 35px;
    font-size: 21px;
    color: #000000;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.checkbox-img {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.highlight-box {
    background-color:  #4d20c6;
 
    padding: 15px 20px;
    margin: 0px 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 25px;
}



@media (max-width: 600px) {
    .webinar-card1{
       padding: 0px;
       padding-top: 10px;
       
    }
    .webinar-card1 h1{
        font-size: 22px;
        margin-top: 10px;
    }
        .webinar-card {
        padding: 10px;
    }
    
    .webinar-card h1{
        font-size: 22px;
        margin-top: 10px;
    }
    .challenges-list {
       padding-left: 10px;
    }
    .challenge-item {
        font-size: 15px;
        
        padding: 2px 30px;
    }
    
    .checkbox-img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 20px;
    }
    
    .challenge-item {
        font-size: 14px;
        padding: 2px 30px;
    }
    .challenges-list {
        padding-left: 10px;
     }
}




.tainer {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-card {
  
    border-radius: 10px;
    padding: 10px;
    
}

.sec-card h3 {
    color: #000;
    font-size: 29px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.sec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.sec-box {
     background: url(../images/grid.jpg);
    background-repeat: repeat-y;
    background-size: 600px 350px;
    background-position: center;
    background-color: #1a1a1a;
    background-blend-mode: hard-light;
    
    
    border: 2px solid #F82828;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(248, 40, 40, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(109, 95, 195, 0.2);
}

.sec-box .icon {
    width: 15%;
    height: 60%;
    margin-bottom: 5px;
}

.sec-label {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.sec-label b {
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

 .register-btn {
            display: block;
            background-color: #A32E1C;
            color: white;
            text-align: center;
            padding: 15px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            margin: 15px auto;
            font-size: 20px;
            max-width: 450px;
            width: 100%;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;    
            border-radius: 55px;
        }

        .register-btn:hover {
            background-color: #A32E1C;
            transform: scale(1.02);
        }

        /* Automatic shine effect */
        .register-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(
                90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.3) 50%,
                rgba(255, 255, 255, 0) 100%
            );
            animation: shine 3s infinite;
        }

        @keyframes shine {
            0% { left: -100%; }
            20% { left: 100%; }
            100% { left: 100%; }
        }


.register-btn2 {
            display: block;
            background-color: #F82828;
            color: white;
            text-align: center;
            padding: 15px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            margin: 30px auto;
            font-size: 20px;
            max-width: 450px;
            width: 100%;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            border-radius: 15px;
        }

        .register-btn2:hover {
            background-color: #F82830;
            transform: scale(1.02);
        }

        /* Automatic shine effect */
        .register-btn2::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(
                90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.3) 50%,
                rgba(255, 255, 255, 0) 100%
            );
            animation: shine 3s infinite;
        }

        @keyframes shine {
            0% { left: -100%; }
            20% { left: 100%; }
            100% { left: 100%; }
        }



@media (max-width: 768px) {
    .sec-grid {
        grid-template-columns: 1fr;
    }
    
    .sec-card {
        padding: 20px;
    }
    
    .sec-label {
        font-size: 18px;
        font-weight: 500;
    }
    
    .register-btn {
        font-size: 18px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .sec-card {
        padding: 10px;
    }
    
    .sec-card h1 {
        font-size: 20px;
    }
    
    .sec-label {
        font-size: 18px;
    }
    
    .sec-box .icon {
        width: 25%;
        height: 60%;
    }
}







.subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
   
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    
    font-style: normal
}







.price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #e74c3c;
}

@media (max-width: 768px) {
   
    
    .subtitle {
        font-size: 20px;
    }
    
    .register-btn2 {
        font-size: 20px;
        width: 100%;
        max-width: 350px;
    }
   
    
    .register-btn {
        font-size: 16px;
        width: 65%;
        max-width: 350px;
    }

    .highlight-box {
        
        padding: 10px 10px 15px 10px;
        margin: 0px 0;
        font-weight: 600;
        font-size: 19px;
    }
}

@media (max-width: 480px) {
   
    
    .subtitle {
        font-size: 18px;
        line-height: 30px;
    }
    
    
    .price {
        font-size: 20px;
    }
    
    .sec-card h3 {
    font-size: 26px;
   }
}



.M.dr{
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
}




.set {
    padding: 40px 20px;
    background-color: #0b0715;
}

.set h2 {
    color: #ffbf00;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

.benefits-section {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.benefits-images {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.benefits-images img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;

}
.benefits-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.benefits-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.m-name{
    margin-top: 5px;
    font-size: 22px;
    padding-left: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    color:#F4F4FA;
}


.benefits-content {
    flex: 1;
    min-width: 300px;
    padding: 0 15px;
}

.benefits-list {
    list-style: none;
    margin-bottom: 25px;
    margin-left: -20px;
}

.benefitss-list {
    list-style: none;
    margin-bottom: 25px;
    
}


.benefitss-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
    color: #F4F4FA;
    font-weight: 600;
}
.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
     color: #F4F4FA;
    font-weight: 600;
}

.benefit-icon {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    margin-top: 7px;
    flex-shrink: 0;
}

.benefits-content p {
     color: #F4F4FA;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
    padding-left: 37px;
}

@media (max-width: 768px) {
    .set h1 {
        font-size: 24px;
    }
    
    .benefits-list li {
        font-size: 18px;
    }
    
    .benefitss-list li {
        font-size: 18px;
    }
    
    .benefits-content p {
        font-size: 18px;
        padding-left: 0;
        text-align: center;
        
    }
    
    .benefits-image {
        order: 1;
    }

    .benefits-section {
        gap: 0px;
    }
    
    .benefit-icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    .m-name{
   
    font-size: 20px;
    
}
}

@media (max-width: 480px) {
    .set {
        padding: 30px 15px;
    }
    
    .set h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .benefits-image {
        min-width: 100%;
    }
    
    .benefits-list li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
     .benefitss-list li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .benefits-content p {
        font-size: 18px;
    }
}
  
  #para {
    background-color: rgba(109, 95, 195, 0.18);
    padding: 40px 20px;
    text-align: center;
}

.para-content {
    max-width: 1200px;
    margin: 0 auto;
}

#para h1 {
    color: #F82828;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
   
    font-style: normal;
}

.para1 {
    margin-bottom: 30px;
}

.para1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.para1 li {
    list-style: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 0 20px;
    font-family: "Poppins", sans-serif;
   
    font-style: normal;
}

.para1 li b {
    font-weight: 700;
    
}

.register-btn2:hover {
    background-color: #F82830;
    transform: scale(1.02);
}

.register-btn:hover {
    background-color: #6e1b0e;
    transform: scale(1.02);
}

@media (max-width: 768px) {
    #para h1 {
        font-size: 24px;
    }
    
    .para1 li {
        font-size: 16px;
        padding: 0 15px;
    }

   
}

@media (max-width: 480px) {
    #para h1 {
        font-size: 22px;
    }
    
    .para1 li {
        font-size: 16px;
        text-align: left;
        padding: 0 10px;
    }
    
    
}

.last {
    max-width: 1000px;
    margin: 0 auto; 
   
    padding: 40px;
   
}

.thinking-header {
    text-align: center;
    margin-bottom: 30px;
}

.thinking-header h1 {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.thinking-header h2 {
    font-size: 28px;
    color: #6D5FC3;
    font-weight: 600;
}

.last-list {
    margin: 30px 0;
    margin-top: 40px;
    padding-left: 50px;
}

.last-list li {
    list-style-type: none;
    color: #fff;
    position: relative;
    padding-left: 40px;
   
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
    
    font-family: "outfit", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.last-list li:before {
    content: '✔';
    border: none;
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: bold;
    font-size: 24px;
}



.testimonial {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "outfit", sans-serif;
    font-style: normal
}

.testimonial span {
    color: #6D5FC3;
    font-weight: 700;
}

@media (max-width: 768px) {
    .last{
        padding: 30px 20px;
    }
    
    .thinking-header h1 {
        font-size: 30px;
    }
    
    .thinking-header h2 {
        font-size: 24px;
    }
    
    .last-list li {
        font-size: 17px;
        padding-left: 35px;
         line-height: 30px;
    }
    
    .testimonial {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .last {
        padding: 25px 15px;
    }
    
    .thinking-header h1 {
        font-size: 26px;
    }
    
    .thinking-header h2 {
        font-size: 20px;
    }
    
    .last-list li {
        font-size: 17px;
        padding-left: 30px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    
    .last-list li:before {
        font-size: 20px;
    }
    
    .testimonial {
        font-size: 22px;
    }

    .last-list {
        
        padding-left: 10px;
    }
}


.footer {
    background-color: #6D5FC33D;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e9ecef;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.copyright {
    color: #6c757d;
    font-size: 14px;
}

.privacy-link {
    color: #6D5FC3;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.privacy-link:hover {
    color: #3d3470;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
}




.register-button-container {
            position: fixed;
            bottom: -100px; /* Start hidden */
            left: 0;
            right: 0;
            background: linear-gradient(to right, #0057d6, #8800ae);
            padding: 16px 15px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: bottom 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            overflow: hidden;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }
        
         /* Shine animation */
        .register-button-container::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 40%;
            height: 200%;
            background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.3) 50%,
                rgba(255, 255, 255, 0) 100%
            );
            transform: rotate(30deg);
            animation: shine 3s infinite;
        }
        
        @keyframes shine {
            0% { left: -60%; }
            20% { left: 120%; }
            100% { left: 120%; }
        }
        
        
        .register-button-container.visible {
            bottom: 0; /* Show when scrolled */
        }
        
        .text-content {
            flex: 1;
            min-width: 0; /* Allows text to shrink properly */
             position: relative; /* Ensure text stays above shine */
            z-index: 1;
        }
        
        .register-buttonl {
            background-color: white;
            color: #e52e71;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 30px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            white-space: nowrap;
            flex-shrink: 0;
        }
        
        .register-buttonl:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }
        
        .price-info {
            color: white;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 3px;
        }
        
        .original-price {
            text-decoration: line-through;
            margin-right: 8px;
        }
        
        .discounted-price {
            font-size: 18px;
        }
        
        .urgency-text {
            color: white;
            font-size: 12px;
            font-style: italic;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .seats-left {
            color: #ffeb3b;
            font-weight: bold;
        }
        
        /* Responsive adjustments */
        @media (max-width: 480px) {
            .register-button-container {
                flex-wrap: nowrap;
                justify-content: flex-end;
            }
            .text-content {
                flex-basis: 100%;
                margin-bottom: 8px;
            }
            .register-buttonl {
                width: auto;
            }
        }
        
        @media (min-width: 768px) {
            .register-button-container {
                padding: 15px 20px;
            }
            .price-info {
                font-size: 16px;
            }
            .discounted-price {
                font-size: 20px;
            }
            .urgency-text {
                font-size: 14px;
            }
            .register-buttonl {
                font-size: 18px;
                padding: 12px 30px;
            }
            
               /* Slower shine animation for mobile */
        @keyframes shine-mobile {
            0% { left: -60%; }
            15% { left: 120%; }
            100% { left: 120%; }
        }
        }
        
        
    @media (max-width: 390px) {   
        .Fh {
            font-size: 16px;
        }
        
        .Ftitle {
        font-size: 22px;
        }
        
        
        .Fsubtitle {
        font-size: 16px;
        }
        .image-container img {
        width: 345px;
        }
        
        .webinar-card h1 {
        font-size: 21px;
        }
        
        .sec-card h3 {
        font-size: 24px;
        }
        #para h1 {
        font-size: 19px;
        }
        
        .testimonial {
        font-size: 20px;
        }
        
           .detail-content {
            font-size: 16px;
        }
    }   
    
    
   
  



#doctor-loss-section {
  background-color: #f2fdff; /* light cyan background */
  padding: 30px 20px;
}

#doctor-loss-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  gap: 40px;
}

#doctor-loss-section .image-column {
  flex: 1 1 500px;
}

#doctor-loss-section .image-column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#doctor-loss-section .text-column {
  flex: 1 1 500px;
}

#doctor-loss-section h2 {
  font-family: "outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

#doctor-loss-section .highlight {
  color: #00a9ab; /* teal-blue accent */
}

#doctor-loss-section p {
  font-family: "outfit", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-top: 20px;
}

#how-it-works-section {
  background-color: #f2fdff;
  text-align: center;
  padding: 30px 20px;
}

#how-it-works-section h2 {
  font-family: "outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

#how-it-works-section .highlight {
  color: #00b1b1;
}

#how-it-works-section .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

#how-it-works-section .step {
  flex: 1 1 250px;
  max-width: 250px;
}

#how-it-works-section .step img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

#how-it-works-section .step p {
      font-family: "outfit", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

#how-it-works-section .arrow {
  flex: 0 0 auto;
}

#how-it-works-section .arrow img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #how-it-works-section .steps {
    flex-direction: column;
  }

  #how-it-works-section .arrow img {
    transform: rotate(90deg);
    margin: 2px 0;
  }
}

#crm-demo {
  background-color: #f2fdff;
  padding: 30px 20px 40px;
  text-align: center;
  position: relative;
}

#crm-demo h2 {
      font-family: "outfit", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

#crm-demo .highlight {
  color: #00b1b1;
}

.crm-swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; /* required if previously absolute */
  z-index: 1;
}

.mockup {
  text-align: center;
}

.mockup img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}

.swiper-pagination {
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  z-index: 2 !important;
}


.swiper-pagination-bullet {
  background: #00b1b1;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}


/* Optional: center multiple slides on desktop */
@media (min-width: 769px) {
  .crm-swiper .swiper-wrapper {
    justify-content: center;
  }
}






.trusted-brands-section {
  text-align: center;
  padding: 10px 20px;
  background-color: #f2fdff;
}

.trusted-brands-section h3 {
    
  font-family: "outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #0d1321; /* dark navy */
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logo-row img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.logo-row img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@media (max-width: 769px) {
    
 .trusted-brands-section h3 {
    margin-bottom: 17px;
}
    .logo-row {
    gap: 10px;
    flex-wrap: nowrap;
}

.logo-row img {
    max-height: 22px;
}
}

#patient-flow {
  background-color: #f2fdff;
  padding: 30px 20px;
  text-align: center;
}

#patient-flow h2 {
  font-family: "outfit", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.feature-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.feature-box img {
  height: 55px;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-family: "outfit", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 769px) {
   #patient-flow h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  
} 
}


#doctor-types {
  font-family: "outfit", sans-serif;
  background-color: #f2fdff;
  padding: 0px 20px;
  text-align: center;
}

#doctor-types h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}

.doctor-types-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.doctor-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}

.doctor-type .icon {
  margin-bottom: 10px;
  width: 53px;
  height: 53px;
}

.doctor-type p {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

#growth-comparison {
  background-color: #f2fdff;
  padding: 30px 20px;
}

.comparison-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}

.column {
  max-width: 400px;
  flex: 1;
}




.image-box {
  width: 140%;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: -17px;
  margin-left: -70px;
}

.image-box img {
  max-height: 100%;
  max-width: 130%;
  object-fit: contain;
}


.label {
  display: inline-block;
  padding: 20px 35px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.label.dark {
  background-color: #333;
  color: #fff;
}

.label.yellow {
  background-color: #ffc107;
  color: #000;
}

.points {
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  margin-left: 105px;
}

.points li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.points li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* VS icon styles */
.vs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 290px;
}

.vs img {
  width: 100px;
  height: auto;
}

/* Responsive Layout */
@media (max-width: 768px) {
    #growth-comparison {
        padding-top: 0px;
    }

  .comparison-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .column {
    max-width: 90%;
  }

  .image-box {
    width: 125%;
    margin-left: -50px;
  }
  .image-box img {
    max-width: 92%;
}

    .points{
        margin-left: 50px;
    }

  .vs {
    margin: 3px 0;
    padding-top: 0;
  }
}


.custom-calendly {
  background: linear-gradient(to right, #ffe7b2, #ffd3dc);
  padding: 60px 20px;
  font-family: "outfit", sans-serif;
}

.custom-layout {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.custom-left {
  width: 35%;
  padding: 30px;
  text-align: left;
  background: #f9fafb;
}

.custom-left .logo {
  width: 55px;
}

.custom-left h2 {
  font-size: 34px;
  margin: 10px 0;
}

.custom-left h4 {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}

.custom-left p {
 font-family: "outfit", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 10px;
  color: #333;
}

.custom-left .icon {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.custom-right {
  width: 65%;
  padding: 20px;
}

@media (max-width: 768px) {
  .custom-layout {
    flex-direction: column;
  }

  .custom-left, .custom-right {
    width: 100%;
  }
}


@media (max-width: 768px) {
    #doctor-loss-section {
        padding: 20px;
    }
    #how-it-works-section {
        padding: 20px;
    }
    #crm-demo {
        padding: 20px;
    }

    #patient-flow {
        padding: 20px;
    }
    
    #doctor-types {
        padding: 20px;
    }

}

.footer {
  background: radial-gradient(
    circle at center,
    #143319,
    rgba(10, 20, 45, 0.903)
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 255, 153, 0.1); /* soft green line */
  color: #cfd8e3;
  padding: 20px 20px 20px;
}


.footer-top {
  text-align: center;
  margin-bottom: 20px;
}

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px; /* row gap, column gap */
  max-width: 900px;
  margin: 0 auto;
}

.trust-icons span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #77809a;
  font-size: 14px;
  white-space: nowrap;
}

.footer-line {
  border: none;
  border-top: 1px solid #1a1f2e;
  margin: 20px 0;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
  text-align: left;
}



.footer-column h3,
.footer-column h4 {
font-family: "outfit", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.footer-column h3 span {
  color: #12ef66;
}

.footer-column p{
    font-family: "outfit", sans-serif;
    font-size: 16px;
  line-height: 1.6;
}

.chat-link{
    margin-top: 15px;
}

.footer-column li {
  font-size: 16px;
  line-height: 30px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column a {
  text-decoration: none;
  color: #cfd8e3;
}

.footer-column a:hover {
  color: #4da6ff;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.chat-link a {
  color: #4da6ff;
  font-weight: 500;
}

.subscribe {
  margin-top: 10px;
  display: flex;
}

.subscribe input {
  padding: 6px 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  width: 70%;
}

.subscribe button {
  padding: 6px 12px;
  border: none;
  background-color: #4da6ff;
  color: white;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  font-size: 15px;
  color: #77809a;
  margin-top: 30px;
}

@media (max-width: 768px) {
    

  .footer-main {
    flex-direction: column;
    gap: 5px;
  }
    
    .footer-column {
    flex: 1 1 100px;
   
    text-align: left;
}    
    
  .subscribe {
    flex-direction: column;
  }

  .subscribe input, .subscribe button {
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
  }
  .footer-bottom{
    margin-top: -15 !important;
  }
  

}
