:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
      "Source Han Sans CN", sans-serif;
  }
  body {
    padding-top: 56px; /* Adjust this value according to your navbar's height */
  }
  /* navbar styling */
  .active-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #0DB9EF;
    border-radius: 12px;
    color:black !important;
    padding:3px !important;
}

  .nav-link{
    font-size:12px;
    font-weight:500;
    color:#373737 !important;
  }
  .navbar-nav .nav-item {
    margin-right: 15px;
  }
  .navbar-expand-lg{
    padding:1rem 1rem !important;
  }

  /* Section 1 styling */

  .card-body{ 
   background-image: url('images/background_1.png'); 
   background-size: cover; 
   padding: 10px 50px 10px 50px;
   background-color: rgba(19, 19, 19, 0.7); /* Fallback color */
    backdrop-filter: blur(10px); /* Background blur effect */
    -webkit-backdrop-filter: blur(10px);
   
  } 
  .intro-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.intro-content h6 {
    font-size: 26px;
    font-weight: 600;
    color: #111111;
    margin-right: 10px;
    margin-top: 10px;
}
.intro-content img{
    height:27px;
    width:164px;
}
   .content-container {
    text-align: center; /* Center-align the content */
    margin-top: 10px; 
    font-weight:400;
    font-size:23px;
    line-height:43px;/* Adjust the margin-top as needed */
    color:#272727;
}

.content-container img {
    vertical-align: middle;
    margin-top:-4px;
    height: 25px;
    
}
.video-container {
    display: flex;
    justify-content: center;
    padding:10px 40px 10px 40px;
}
.video-container img{
   object-fit: cover;
   width: 100%;
}

.video {
    margin: 0 10px;
    border-radius: 10px;
    text-align: center;
}

.video iframe {
    border-radius: 20px;
}
.text-container{
    padding:10px;
    word-wrap: break-word; 
}
.text-container h1 {
    font-weight: 700;
    font-size:22px;
    text-align: left;
}

.text-container p {
    margin-top: 7px;
    text-align: left;
    font-size:15px;
    font-weight: 300;
}

/* section 2 styling*/
.section2 {
    background-image: url('images/background_1.png');
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
}

.container {
    display: flex;
    max-width: 1000px;
    height: 420px;
    background-color: rgb(244 244 244 / 90%);
    border-radius: 40px;
    border: 3px solid #FFFFFF;
    padding: 20px;
    margin-top: 20px; /* Add margin for spacing between containers */
}

.image-container {
    position: relative;
    flex: 0 0 57px;
}

.image {
    position: absolute;
    top: 10%;
    left: -8rem; /* Adjust to move the image to the left */
    width: 210px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}

.content {
    flex: 1; 
    padding: 40px;
    overflow-y: auto; 
    max-height: 400px;
    line-height: 28px;
}
.content h4{
    font-weight: 700;
    font-size: 21px;
   line-height: 20px;
}
.content h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 6px;
 }

::-webkit-scrollbar {
    width: 5px;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #EDEDED;
    margin-top: 10px;
    padding-top: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#0DB9EF 20%, #076A89 100%);
    border-radius: 6px; 
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(#0DB9EF 20%, #076A89 100%);
    height: 50px;
}

.reverse_con {
    flex-direction: row-reverse; 
}

.reverse_con .image {
    left: auto;
    right: -8rem; 
}

.reverse_con .content {
    padding-left: 2.5rem;
}

/* section 3 */
.section3 {
    padding: 20px;
    background-image: url('images/background_1.jpg');
    background-color: rgba(255, 255, 255, 0.8); /* Set the background color with transparency */
    /* Other section styles go here */
}

.section3 .image-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section3 .image-container div {
    width: 250px; 
    height: 250px;
    margin-right: 25px;
    margin-bottom: 25px; 
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.section3 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border:6px solid #FFFFFF;
    border-radius: 20px;
}
.popup {
    display: none;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(248, 248, 248, 0.8);
    padding: 20px !important;
    border-radius: 10px;
    border:2px solid #FFFFFF;
    z-index: 999; /* Ensure the popup appears above other content */
    width: 750px !important; /* Set the initial width of the popup */
    height:400px !important;
    max-height: 400px !important; /* Set the maximum height of the popup */
    overflow-y: scroll;
    backdrop-filter: blur(5px) !important;
}

.popup-content{
    width:auto !important;
    max-height: 400px !important;
    height:400px !important;
    overflow-y: scroll !important;
    padding: 20px !important;
   
}
.section3 .image-container div:hover .popup {
    display: block;
}
.popup_header{
    display: flex;
    align-items: baseline;
    width:750px !important;
    margin-bottom: -65px !important; 
   
}
.popup_image{
    height:165px !important;
    width:25% !important;
   
}
.popup_image img{
    width:100%;
    object-fit: cover;
    border: none !important;
} 
/* section 4 styling */
.section4{
background-color: rgb(244 244 244 / 90%);
margin-top: -6px;
padding-bottom: 10px;
}
.section4 .container{
border: 3px solid #0DB9EF;
}
.section4 .image {
    position: absolute;
    top: 10%;
    left: -8rem; /* Adjust to move the image to the left */
    width: 210px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}
/* section 5 styling */

.section5 {
    background: linear-gradient(135deg, #131313, #444651);
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-container{
    background: linear-gradient(180deg, #3C3C3C 0%, #1D6278 0.01%, #000000 100%);
    width:1200px;
    border-radius:20px;
}
.special-container .intro-content{
   padding:5px;
   background-color: #ffffff;
   align-items: baseline;
}
.section5 .text-container{
    /* padding:10px 5px 0px 5px; */
    /* margin-left: 15px; */
    word-wrap: break-word; 
    color:#ffffff;
    max-width: 435px;
    margin-top:18px;
}
.section5 .text-container h4 {
    font-weight: 500;
    font-size:20px;
    text-align: left;
}

.section5 .text-container p {
    margin-top: 7px;
    text-align: left;
    font-size:15px;
}
/* section 6 styling */
.section6 {
    background: #F7F3F3;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-direction: column; /* Stack items vertically */
}
/* .section6 .intro-content{
    background-color: #ffffff;
    align-items: baseline;
 } */

.section6 .video-container {
    margin-top: 20px; /* Adjust spacing between rows */
}

.section6 .video-container div {
    margin: 0 10px; /* Adjust spacing between videos */
}

.section6 iframe {
    width: 500px;
    height: 280px;
    border-radius: 16px;
}
.subject_con {
    background-image: url('images/background2.png');
    width: 1200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center; /* This centers content vertically */
    flex-direction: column; /* Stack items vertically */
    color:#ffffff;
}
.subject_con .intro-content{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    background-color: #ffffff;
    padding:10px;
    align-items: baseline;
}

/* .section6 .intro-content {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
} */

.section6 .card {
    width: 300px;
    height: 200px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensure the image does not overflow the card */
    background: none;
}

.section6 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire card */
    border-radius: 20px;
}

.title {
    margin: 0;
}

.sub-content {
    width: 75%;
    margin-top: 25px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    backdrop-filter: blur(10px); /* Add blur effect */
    background-color: rgba(217, 217, 217, 0.02); 
  
}
.sub-content hr{
    border: 1px solid #ffffff;
    height: 127px;
    margin:0px 20px 0px 20px;
}
.sub-video-container {
    border-radius: 25px;
    overflow: hidden;
    height:250px
}
.original{
    display: flex;
    justify-content: center;
    margin-bottom:2rem;
}
.sub-video-container img {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}
/* section 7 styling */
.section7{
    margin-top: -6px;
}
.podcast-con {
    display: flex;
    justify-content: space-evenly;
}
/* .section7 .intro-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
/* } */

.section7 .call-intro-content{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.section7 .call-intro-content img{
    height:17px;
    width:100px;
}
.section7 .call-intro-content h6{
    font-size:15px;
}

.podcast-con div {
    border-radius: 20px;
    width: 550px;
    
}
.podcast-con img{
object-fit: cover;
width: 100%;
}
/* section8 styling */
.section8{
    margin-top: -6px;
}
.health-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub-health-container {
    display: flex;
    justify-content: space-between;
    width: 90%; /* Adjust width as needed */
  }
  .card {
    width: calc(25% - 20px); /* Adjust width as needed */
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 20px;
  }
  .circle {
    width: 160px;
    height: 160px;
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
  }
  .text {
    text-align: center;
    margin-top: 10px;
    color:white;
  }
  .head1{
    font-size: 16px;
    font-weight: 500;
  }
  .head2{
    font-size: 15px;
    font-weight: 400;
  }
  .testimonial-container{
    display: flex;padding: 30px;
  }
  .icon-conatiner{
   margin-top:1rem;
  }
  .icon-conatiner img{
    height:30px;
    width:30px;
    margin-right: 25px;
  }
  /* section 9 styling */
  .mail_container{
    position: absolute;
     top: 0;
      left: 0; 
      width: 100%; 
      height: 100%; 
      background-color: rgba(193, 193, 193, 0.88);
  }
  .mail_footer_container{
    display: flex; 
    flex-direction: column;
     justify-content: center;
      align-items: center;
       height: 100%;
  }
  .mail-box{
    position: relative;
     margin-top: 10px;
  }
   .mail-box input{
    padding-right: 40px; 
    border-radius: 5px; 
    border: 1px solid #000;
     width: 385px;
     padding:7px;
  }
  .icon-box{
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    width: 40px; 
    background-color: #000;
     border-radius: 0 5px 5px 0; 
     display: flex; 
     justify-content: center; 
     align-items: center;
  }
  .icon-box i{
    color:white;
    font-size: 15px;
  }
  /* section 10 styling */
  .footer-container{
    background-color: #F7F3F3;
     display: flex;
     padding:60px;
  }
  .footer-container .mail-box input{
    padding-right: 40px; 
    border-radius: 5px; 
    border: 1px solid #000;
     width: 285px;
     padding:7px;
  }
  .footer-container a{
    color: #131313;
    font-size:15px;
    text-decoration: none;
  }
  /* Responsive styles for tablets */
@media (max-width: 768px) {
    .menu1{
        color:#373737 !important;
        font-size:13px !important;
        font-weight:700 !important;
      }
      .card-body{ 
       padding: 10px 50px 10px 50px;       
      } 
    
    .intro-content h6 {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .intro-content img{
        height:20px;
        width:100px;
    }
       .content-container {
        margin-top: 10px; 
        font-size:17px;
        line-height:43px;/* Adjust the margin-top as needed */
    }
    
    .content-container img {
        vertical-align: middle;
        margin-top:-4px;
        height:20px;
        width:120px;
        
    }
    .video-container {
        display: block;
        padding:10px 40px 10px 40px;
    }
    /* section 2 */
   
    .container {
        display: flex;
        max-width: 600px;
        height: 320px;
        padding: 20px;
        background-color: rgb(244 244 244 / 60%);
        border-radius: 40px;
        border: 3px solid #FFFFFF;
        margin-top: 20px; /* Add margin for spacing between containers */
    }
    
    .image-container {
        position: relative;
        flex: 0 0 57px;
    }
    
    .image {
        position: absolute;
        top: 10%;
        left: -6rem; /* Adjust to move the image to the left */
        width: 169px;
        height: 200px;
        border-radius: 20px;
        object-fit: cover;
    }
    
    .content {
        flex: 1; 
        padding: 40px;
        overflow-y: auto; 
        max-height: 400px;
        line-height: 28px;
    }
    .content h4{
        font-weight: 700;
        font-size: 21px;
       line-height: 20px;
    }
    .content h6{
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 6px;
     }
    
    ::-webkit-scrollbar {
        width: 5px;
        height: 50px;
        border-radius: 20px;
        border: 1px solid #EDEDED;
    }
    
    ::-webkit-scrollbar-thumb {
        background: linear-gradient(#0DB9EF 20%, #076A89 100%);
        border-radius: 6px; 
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(#0DB9EF 20%, #076A89 100%);
        height: 50px;
    }
    
    .reverse_con {
        flex-direction: row-reverse; 
    }
    
    .reverse_con .image {
        left: auto;
        right: -6rem; 
    }
    
    .reverse_con .content {
        padding-left: 2.5rem;
    }
    /* section 3 */
    .section3 .image-container div {
        width: calc(50% - 25px); /* Two images in a row for tablet view with 25px spacing */
    }
    /* section 4 */
    .section4 .image {
        position: absolute;
        top: 10%;
        left: -6rem;
        width: 185px;
        height: 170px;
        border-radius: 20px;
        object-fit: cover;
    }
    /* section 5 styling */

.section5 {
    background: linear-gradient(135deg, #131313, #444651);
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-container{
    background: linear-gradient(180deg, #3C3C3C 0%, #1D6278 0.01%, #000000 100%);
    width:700px;
    border-radius:20px;
}
.section5 .text-container{
    word-wrap: break-word; 
    color:#ffffff;
    max-width: 435px;
    margin-top:15px;
}
/* section 6 styling */
.original{
    display: block;
    margin-bottom: 0px;
}
.section6 .video-container {
    margin-top: 0px;
}
.video-img{
    padding-bottom: 20px;
}
.subject_con {
    background-image: url('images/background2.png');
    width: 700px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center; /* This centers content vertically */
    flex-direction: column; /* Stack items vertically */
    color:#ffffff;
    background-position: center;
}
.subject_con .intro-content{
    align-items: center;
    flex-direction: column;
}
.sub-content {
    width: 65%;
    margin-top: 15px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding-top: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    backdrop-filter: blur(10px); /* Add blur effect */
    background-color: rgba(217, 217, 217, 0.02); 
}
.sub-content h6{
    font-size:15px;
}
.sub-content p{
    font-size:13px;
}
.sub-content hr{
    border: 1px solid #ffffff;
    height: 127px;
    margin:0px 20px 0px 20px;
}

/* section 7 */
.section7 {
    background-image: url('images/background_1.jpg');
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
}
.podcast-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* section 8 */
.sub-health-container {
    flex-wrap: wrap; /* Allow items to wrap onto new rows */
}

.card {
    flex: 0 0 calc(50% - 20px); /* Two cards per row with margin */
    margin: 10px; /* Adjust margin between cards */
}
.section8 .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section8 .video {
    flex: 0 0 60%; /* Full width for one video per row */
    margin-bottom: 20px; /* Adjust spacing between videos */
    text-align: center; /* Center-align the video */
}
.section8 .video img{
   width:100%;
   object-fit: cover;
   border-radius: 20px;
}
.footer-container {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center-align items horizontally */
    padding: 30px; /* Adjust padding */
}

.footer-container > div {
    width: 100%; 
    margin-bottom: 30px; /* Adjust spacing between items */
}
.footer .icon-box{
    position: absolute; 
    top: 0; 
    left: 240px; 
    bottom: 0; 
    width: 40px; 
    background-color: #000;
     border-radius: 0 5px 5px 0; 
     display: flex; 
     justify-content: center; 
     align-items: center;
  }
}
/* Responsive styles for mobile devices */
@media (max-width: 576px) {
    
      .card-body{ 
       padding: 10px 40px 10px 40px;       
      } 
    .intro-content h6 {
        font-size: 18px;
        margin-right: 5px;
        margin-top: 12px;
    }
    .intro-content img{
        height:18px;
        width:100px;
    }
       .content-container {
        font-size:16px;
        line-height:30px;/* Adjust the margin-top as needed */
        color:#272727;
    }
    
    .content-container img {
        height: 20px;
        width:90px;
        
    }
    .video-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px;
    } 

    .text-container h1 {
        font-size:16px;
    }
    
    .text-container p {
        font-size:13px;
    }
    /* section2 */
    .intro-content{
       margin-bottom: 1rem;
    }
    .section2 .container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
        padding-top: 0px; /* Adjust as needed */
        margin-bottom: 70px;
      }
    
      .section2 .image-container {
        width: 144px;
        height: 60px;
        /* position: relative; */
        
        top: -11%;
    }
    .section2 .image {
        width: 100%;
        height: auto;
        /* max-width: 135px; */
        border-radius: 20px;
        object-fit: cover;
        left: auto;
    }
    
   .section2 .content {
    padding: 20px;
    background-color: rgb(244 244 244 / 60%);
    border-radius: 40px;
    /* border: 3px solid #FFFFFF; */
    text-align: center;
}
.reverse_con {
    flex-direction:column-reverse !important; 
}
.reverse_con .image-container {
    width: 144px;
    height: 60px;
    /* position: relative; */
    /* margin-bottom: 20px; */
    top: -11%;
}
.reverse_con .image {
    left: 2%;
    right: auto;
    top: -81%;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 199%;
}

.reverse_con .content {
    padding-left: 2.5rem;
}
   /* section 3 */
   .section3 .intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.section3 {
    padding: 20px;
    background-image: url('images/background_1.jpg');
    background-color: rgba(255, 255, 255, 0.8); /* Set the background color with transparency */
    /* Other section styles go here */
}

.section3 .image-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section3 .image-container div {
    width: 250px; 
    height: 250px;
    margin-right: 25px;
    margin-bottom: 25px; 
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}
.popup {
    width: 300px !important; /* Set the initial width of the popup */
    height:200px !important;
    max-height: 200px !important; /* Set the maximum height of the popup */
    overflow-y: scroll;
}
.popup-content{
    width:auto !important;
    max-height: 200px !important;
    height:200px !important;
    overflow-y: scroll !important;
}

/* section 5 styling */

.special-container{
    width:350px;
}
.section5 .text-container h4 {
    font-weight: 500;
    font-size:16px;
    text-align: left;
}

.section5 .text-container p {
    margin-top: 7px;
    font-size:13px;
}
/* section 6 styling */
.intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.intro-text{
    font-size: 14px;
}
.section6 .video-container div {
    margin: 0 10px; /* Adjust spacing between videos */
}
.section6 .subject_con {
    width: 340px;
    margin-top: 1rem;
}
.section6 .card {
    width: 300px;
    height: 200px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensure the image does not overflow the card */
    background: none;
}

.sub-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.sub-content hr{
    border: 1px solid #ffffff;
    height:0px;
    margin-bottom:20px;
}
.section6 .health-container {
    display: block;
  }
.section6 .sub-health-container {
    display: block;
  }
  /* section 7 styling */
.podcast-con div {
    width: 340px;
    
}
/* section8 styling */
.section8 .intro-content{
   padding-top: 10px;
}
.health-container {
    padding-top: 10px !important;
    display: flex;
  }
  .sub-health-container {
    display: flex;
    flex-direction: column;
  }
  .card {
    width: 320px;
  }
  /* section 9 styling */

   .mail-box input{
    padding-right: 10px; 
     width: 225px;
  }
  .section10 .icon-box{
    left:245px; 
  }
  .navbar-nav .nav-item {
    margin-right: 0;
    margin-bottom: 10px; /* Add some space between each menu item */
}

/* section4 */
.section4 .intro-content {
    margin-bottom: 2rem;
}
.section4 .container {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    padding-top: 0px; /* Adjust as needed */
    margin-bottom: 70px;
  }

  .section4 .image-container {
    width: 144px;
    height: 60px;
    /* position: relative; */
    
    top: -11%;
}
.section4 .image {
    width: 100%;
    height: auto;
    /* max-width: 135px; */
    border-radius: 20px;
    object-fit: cover;
    left: auto;
}

.section4 .content {
padding: 40px 0px 0px 0px;
background-color: rgb(244 244 244 / 60%);
border-radius: 40px;
/* border: 3px solid #FFFFFF; */
text-align: center;
}
.section4 .reverse_con {
flex-direction:column-reverse !important; 
}
.section4 .reverse_con .image-container {
width: 170px;
height: 100px;
top: -2%;
}
.section4 .reverse_con .image {
left: 2%;
right: auto;
top: -81%;
object-fit: cover;
object-position: top;
width: 100%;
}

.section4 .reverse_con .content {
padding-left: 0px;
}
.popup_header{
    display: flex;
    flex-direction: column;
   
}
.popup_image{
    height:165px !important;
    width:15% !important;  
}
     .section9{
        height: 215px;
     }
}
