

/*=======================section animations========================*/


/*--------navbar-hover-effects---------*/


.service-nav-txt {
    color: white !important;
    font-size: 15px !important;
}

span.service-nav-txt a {
    color: #fff !important;
    font-size: 15px !important;
    text-decoration: none;
    padding: 5px 10px;          /* needed so background is visible */
    border-radius: 4px;        /* optional: rounded corners */
    transition: all 0.3s ease; /* smooth hover */
}

span.service-nav-txt a:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15);  /* light background */
}



.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    }

.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease-in-out;
    }

.navbar-nav .nav-link:hover {
    color: #007bff !important;   
    }

.navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
    }

.dropdown-menu .dropdown-item {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

.dropdown-menu .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
    }

.dropdown-menu {
    background-color: #9fb6c3;
    border: none; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); 
    }

.dropdown-menu .dropdown-item:hover {
    background-color: #007bff; 
    color: #fff; 
    transition: background-color 0.3s ease-in-out;
    }


/*-----------------------------*/


.animated-landing {
    opacity: 0;
    transform: translateY(100px);
    animation: bounceIn 3s ease forwards;
    }

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    }


.custom-width{
    width: 30rem !important;
    height:38rem;
    margin-top: 1rem;
    border-radius: 15px;
    margin-right: 1rem;
    }

.animated-section-text {
    opacity: 0;
    transform: translateX(-100px); 
    animation: slideInRight 3s ease-out forwards; 
    animation-delay: 1.5s;
    }

.animated-section {
    opacity: 0;
    transform: translateY(20px);
    transition: all 2s ease-in-out;
    }

.animated-section.show {
    opacity: 1;
    transform: translateY(0);
    }


@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-100px); 
    }
    100% {
        opacity: 1;
        transform: translateX(0); 
    }
    }

.animated-section-card {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 3s ease-out forwards;
    animation-delay: 1.5s;
    }

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
    }

.animated-section.show {
    opacity: 1;
    transform: translateY(0);
    }

.animated-section_img_1 {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInLeft 2s ease-out forwards;
    }

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
    }

.animated-section_img_2 {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInLeft 3.5s ease-out forwards;
    }

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
    }

.animated-section_img_3 {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInLeft 4.5s ease-out forwards;
    }

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
    }

.animated-image_bounce {
    display: inline-block;
    animation: bounce 1.5s infinite ease-in-out;
    }

.animated-image {
    opacity: 0; 
    transform: translateX(100px); 
    transition: all 1.5s ease-in-out; 
    }

.animated-image.show {
    opacity: 1; 
    transform: translateX(0); 
    }

.animated-image:nth-child(1) {
    transition-delay: 0.5s; 
    }

.animated-image:nth-child(2) {
    transition-delay: 1s; 
    }

.animated-image:nth-child(3) {
    transition-delay: 2s; 
    }


/*===========================================================*/


.cus-wdth{
    max-width: 1440px;

    }

html, body {
    overflow-x: hidden;
    width: 100%;
    overscroll-behavior: none;
    }

html{
    scroll-behavior: smooth;
    }

body{

    overflow: visible !important;
    padding-right: 0px !important;

    }

.hero-section {
    height: 100vh; 
    width: 100%;
    background: url('../images/hero_img-02-2.webp') no-repeat center center/cover; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    }

.navbar-toggler {
    border: none !important; 
    box-shadow: none;      
    }

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none; 
    box-shadow: none; 
    border: none; 
    }

.navbar {
    
    background-color: transparent; 
    position: absolute; 
    width: 96%;  
    z-index: 1054; 
    }

.navbar-brand img{
    height: 4rem; 
    width: auto;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

.offcanvas {
    background-color:rgba(255, 255, 255, 0.9);
    color: #000000;
    }

.offcanvas-body{
    margin-left: 2rem;

    }

.offcanvas-body .nav-link {
    color: #000000;
    font-size: 1rem; 
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    transition: .5s ease-in;
    }

.offcanvas-body .nav-link:hover {
    color: #000000; 
    transform-origin:left ;
    transform: scale(1.05);
    margin-right: 30px;
    }

.offcanvas-body .nav-link:hover .dropdown-toggle {
    padding-left: 25px;
    }

 .btn-close:hover {
    transform: scale(1.3);
    }

 .btn-close:focus {
    outline: none;
    box-shadow: none;
    }

.offcanvas-header {
    font-family: "Bai Jamjuree", sans-serif;
    margin-top: 30px;
    margin-left: 29px;
    }

.offcanvas.show {
    overflow: hidden; 
    }

.dropdown-menu {
    background-color:#fff;
    }

.dropdown-menu li:hover {
    background-color: skyblue;
    }

.navbar-nav .dropdown-menu {
    position: absolute; 
    }

.btn-close {
    width: 5em;
    }

.phone-contact {
    margin-left: auto; 
    display: flex;
    align-items: center;
    margin-top: 2rem;
    }

.phone-contact i {
    font-size: 1.2rem; 
    }

.phone-contact span {
    font-size: 1rem; 
    font-weight: 500; 
    padding-right: 20px;
    }

.navbar-toggler {
    /*margin-left: 1rem; */
    margin-top: 2rem;
    }

.mlm-nvb-toggler{
    margin-left: 0rem!important; 
    }


.cwd{
    margin-right: 3rem;
    }

.hero-content {
    position: absolute;
    top: 25vw; 
    left: 4vw; 
    color: white; 
    z-index: 1; 
    }

.hero-content h1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 5rem; 
    font-weight: bold;
    margin: 0;
    text-align: left;
    line-height: 1;
    }

.mlm-b-head{
    font-size: 3.5rem !important; 
    font-weight: 900!important; 
    line-height: 1.4!important; 
    width: 67%!important; 
    }


@media (max-width: 992px) {

.mlm-b-head{
    font-size: 2rem!important; 
    }
    }   


@media (max-width: 768px) {

.hero-content .mlm-b-head {  
    font-size: 2.5rem !important;  
    }  
    }

@media (max-width: 576px) {

.mlm-b-head {
    font-size: 1.5rem!important; 
    }
    }

@media (max-width: 1024px) {

.mlm-b-head {
    font-size: 3rem!important; 
    }
    }

@media(max-width:1430px) {

.mlm-b-head {
    font-size: 2.5rem!important; 
    }

.mlm-b-head-6 {
    font-size: 1rem!important;
    width: 55%!important;
    }
    }

@media(max-width:1575px) {

.mlm-b-head {
    font-size: 3.5rem; 
    }
    }

.hero-content h6 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    
    }

.mlm-b-head-6{
    font-size: .9rem!important; 
    width: 60%; 
    }


@media (max-width: 992px) {

.hero-content h1 {
    font-size: 2rem;
    }

.hero-content h6 {
    font-size: 0.9rem;
    }

.card-wrapper {
    flex-direction: column;
    align-items: center;
    }
    }

@media (max-width: 768px) {

.service-image {
    max-width: 100%;
    border-radius: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    }

.hero-content h1 {
    font-size: 3rem !important;
    }

@media(max-width:768px){

.mlm-b-head{
    font-size: 2.5rem!important;
    }
    }

.mlm-b-head{
    font-size: 2rem!important;
    }

.card {
    width: 80%;
    }

.phone-contact span {
    display: none;
    }

.navbar-toggler-icon {
    margin-right: -5px;
    }

.navbar-toggler-icon body{
    padding-right: 0px;
    }

.navbar {
    width: 95%; 
    } 

.mobile-hide{
   display: none;
   }

.hero-section{
    background: url('../images/mobile_res_img_02.webp') no-repeat center center/cover; 
    }

.hero-section {
    height: 100vh;
    }

.hero-content {
    top: 270px;
    
    }

.custom-width {
    width: 26rem !important;
    height: 40rem;
    margin-top: 0rem; 
    border-radius: 15px;
    margin-right: -1rem;
    }

.offcanvas-body .nav-link {
    color: #000000;
    font-size: 0.8rem; 
    
    }
/*
.navbar-toggler {
    margin-left: -3rem;
    }*/

.phone-contact {
    
    margin-top: 1rem;
    }

.navbar-toggler {
  
    margin-top: 1rem;
    }

.mgm{
    margin-left: -.7rem !important;
    }  
    
html, body {
    overflow-x: hidden;
    width: 100%;
    overscroll-behavior: none;
    }

html{
    scroll-behavior: smooth;
    }  
    }

@media (max-width: 576px) {

.hero-content h1 {
    font-size: 1.5rem;
    }

.hero-content h6 {
    font-size: 0.8rem;
    margin-right: 22px;
    }

.arrow-icon {
    width: 50px;
    }
    }

@media (max-width: 1024px) {

.hero-content h1 {
    font-size: 3rem;
    }

.hero-content h6 {
    font-size: 1rem;
    }

.card-wrapper .card {
    width: 19rem;
    }

.carousel {
    margin: 0 auto;
    }
    }

@media(max-width:1430px) {

.hero-content { 
    top: 20vw;
    left: 4vw;
    }

.hero-content h6 {
    font-size: 1rem;
    }

.hero-content h1 {
    font-size: 4.1rem;
    }

.carousal-pos {   
    top: 27vw!important; 
    left: 74vw!important; 
    }

.about-section h1 {  
    font-size: 5rem ;   
    }

.mlm-abt-head{
    font-size: 3.5rem !important;   
    }
    }


@media(max-width:1415px){ 

.hero-content {   
    top: 24vw;
    left: 3vw;
    } 

.carousal-pos { 
    top: 30vw!important;          
    left: 76vw!important;
    }
    }


@media(max-width:1350px){

.mlm-b-head-6 {
    font-size: 1rem!important;
    width: 59%!important;
    }

.mlm-b-head {
    font-size: 2.5rem!important;
    }
    } 


/*=================================cards section=================================*/


.carousal-pos {
    position: absolute;   
    top: 32vw;             
    left: 78vw;            
    transform: translate(-50%, -50%);
    overflow: hidden;
    }

.transparent-card{
    width: 12.5rem;
    }

.carousel-item .card {
    background-color: rgba(255, 255, 255, 0.3); 
    border: none;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
    height: 230px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    border-radius: 16px;  
    z-index: 1000; 
    }  

.carousel-item .card-body {
    color: #fff; 
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);  
    z-index: 1000;
    }

.carousel-item .card-title {
    font-family: "Bai Jamjuree", sans-serif;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 1.1rem;
    font-weight: 900;
    text-align: left;
    }

.mlm-crd-txt{
    padding-top: 15px !important;
    }

.carousel-item p{
    font-family: "Poppins", serif;
    padding-top: 0px;
    text-align: left;
    font-size:0.9rem;
    font-weight: 300;
    }

.carousel-item text-center{
    margin-top: -17px;
    }

.carousel .carousel-item .card {
    transition: transform 1s ease, box-shadow 0.3s ease; 
    }

.carousel .carousel-item .card {
    overflow: visible; 
    }

.carousel .carousel-item .card:hover {
    transform: scale(1); 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8); 
    border-radius: 16px; 
    }

.carousel .carousel-item .card:hover .card-body {
    background-color: rgba(0, 0, 0, 0.05); 
    }

.carousel .carousel-item .card img {
    transition: transform 0.3s ease-in-out; 
    }

.carousel .carousel-item .card:hover img {
    transform: translateY(-10px); 
    }


@media (max-width: 768px) {

.card-wrapper {
    gap: 10px; 
    }

.card {
    max-width: 285px; 
    }

.card h5 {
    font-size: 1rem;
    }

.card p {
    font-size: 0.85rem;
    }

.card img {
    max-width: 50px; 
    }
 
.carousel-item .card {
    height: 190px;
    }

.mob-view{
    display: none;
    }

.mob-view-size{
    width: 18rem; 
    }

.card-wrapper {
    flex-direction: column; 
    align-self: center;
    gap: 1.5rem; 
  
    }

.hero-content {
    top: 12rem;
    left: 6vw;
   
    }

.navbar-brand img {
    height: 2.5rem; 
    width: auto; 
    }

.carousel-item .card-title {
    font-family: "Bai Jamjuree", sans-serif;
    padding-top: 0px;
    }
    }


@media (max-width: 480px) {

.card-wrapper {
    flex-direction: column; 
    gap: 10px; 
    }

.card img {
    max-width: 40px; 
    }

.card p {
    font-size: 0.9rem; 
    }
    }


@media(max-width:1400px){

.carousal-pos {
    position: absolute;
    top: 30vw;
    left: 78vw;
    transform: translate(-50%, -50%);
    overflow: hidden;
    }
    }


@media(max-width: 768px) {
    
.carousal-pos {     
    top: 36rem!important;
    left: 13rem!important;

    }
    }


@media(min-width:360px) and (max-width:400px){

.carousal-pos {     
    top: 34rem!important;
    left: 11.6rem!important;
    }
    }


@media (max-width: 1300px){

.carousal-pos {
    position: absolute;
    top: 31vw;
    left: 71vw;
    transform: translate(-50%, -50%);
    overflow: hidden;
    }
    }


/*=============================About section=============================*/


.about-section {
    position: relative;
    inset: 0; 
    background-color: #314256;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
    min-height: 95vh;
    height: auto; 
    width: 100%;
    overflow: hidden;    
    }

.about-section-mlm{
    position: relative;
    inset: 0; 
    background-color: #314256;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
    min-height: 95vh;
    height: auto; 
    width: 100%;
    overflow: hidden;    
    }

.about-section h1 {
    font-family: "Bai Jamjuree", sans-serif;
    margin: 10px; 
    font-size: 5.5rem;
    color: #fff;
    position: absolute;
    top: 16%;
    left: 6%;
    font-weight: 600;
    }

.about-section-mlm h1{
    font-family: "Bai Jamjuree", sans-serif;
    margin: 10px; 
    font-size: 5.5rem;
    color: #fff;
    position: absolute;
    top: 16%;
    left: 6%;
    font-weight: 600;
    }


@media(max-width:768px){

.about-section-mlm h1{
    font-family: "Bai Jamjuree", sans-serif;
    margin: 10px; 
    font-size: 2.5rem!important;
    color: #fff;
    position: absolute;
    top: 12%!important;
    left: 6%;
    font-weight: 600;
    }

.about-section-mlm h4{
    
    top: 5%!important;
   
    } 

.about-section-mlm p {
   
    top: 53%;
    left: 0%; 
    justify-self: end;
    align-self: end;
    margin: 20px;
    font-size: 1.1rem;
    text-align: right;
    color: #fff;
    text-align: left;
    line-height: 2rem;
    margin-right: 0rem; 
    }    
    }


.mlm-abt-head{
  
    font-size: 3.5rem !important;
    font-weight: 600!important;
    line-height: 1.8!important;
    }

.about-section p {
    font-family: "Poppins", serif;
    position: absolute;
    top: 53%;
    left: 45%;
    justify-self: end; 
    align-self: end; 
    margin: 20px; 
    font-size: 1.1rem;
    text-align: right;
    color: #fff;
    text-align: left;
    line-height: 2rem;
    margin-right: 10rem;
    }


.about-section-mlm p{
    font-family: "Poppins", serif;
    position: absolute;
    top: 47%;
    left: 45%;
    justify-self: end; 
    align-self: end; 
    margin: 20px; 
    font-size: .9rem;
    text-align: right;
    color: #fff;
    text-align: left;
    line-height: 2rem;
    margin-right:7rem;
    }
   

@media(max-width:768px){

.about-section-mlm p {
   
    left: 0%; 
    margin-right: 0rem; 
    margin-top: 55px;
    }
    }    


.mlm-abt-txt{  
    top: 46%!important;
    left: 45%!important;
    font-size: 1!important;
    line-height: 1.8rem!important;
    margin-right: 8rem!important;
    }


.about-section h4{
    font-family: "Poppins", serif;   
    padding:20px 20px 21px 9px;
    position: absolute;
    top: 9%;
    left: 6%;
    color: #fff;
    font-weight: 200;
    font-size: 1.3rem;
    text-decoration-line: underline;
    }

.about-section-mlm h4{
    font-family: "Poppins", serif;   
    padding:20px 20px 21px 9px;
    position: absolute;
    top: 9%;
    left: 6%;
    color: #fff;
    font-weight: 200;
    font-size: 1.3rem;
    text-decoration-line: underline;
    }


 .about-title {
    display: inline-block; 
    position: relative; 
    font-size: 1.5rem; 
    color: #333; 
    }
/*
.about-title::after {
    content: ""; 
    position: absolute; 
    bottom: 15px; 
    left: 9%; 
    width: 72%;
    height: 1px; 
    background-color: #fff;
    }
*/

.learn-more-btn {
    font-family: "Poppins", serif;   
    display: inline-block; 
    padding: 10px 20px 10px 10px ; 
    font-size: .9rem; 
    color:#fff; 
    background-color: #4990E2; 
    border: none; 
    border-radius: 35px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
    position: absolute;
    top: 80%;
    left: 46%;
    width: 19rem;
    height: 3.5rem;
    text-decoration: none;
    margin-top: 10px;  
   }

.learn-more-btn-mlm {
    font-family: "Poppins", serif;   
    display: inline-block; 
    padding: 10px 20px 10px 10px ; 
    font-size: .9rem; 
    color:#fff; 
    background-color: #4990E2; 
    border: none; 
    border-radius: 35px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
    position: absolute;
    top: 82%;
    left: 46%;
    width: 19rem;
    height: 3.5rem;
    text-decoration: none;
    margin-top: 10px;  
   }


@media(max-width:768px){
    
.learn-more-btn-mlm {
    left: 9%;
    top: 88%;
    }   
    }


.learn-more-btn:hover {
    background-color: #fff; 
    font-weight: 600;
    font-size: 1.5;
    color: #000000;
    }

.hover-image {
    transition: transform 0.5s ease, opacity 0.5s ease; 
    }

.hover-image:hover {
    transform: scale(1.2) rotate(15deg); 
    opacity: 0.8; 
    }


@media(max-width:1280px){

.about-section h1 {
    font-size: 4.5rem; 
    }
    }


@media (max-width: 768px) {

.about-section h1 {
    font-size: 2rem; 
    }

.about-section h1 img {
    max-width: 90px; 
   
    }

.about-section p {
    font-size: 0.9rem; 
    }

.about-section .learn-more-btn {
    font-size: 0.9rem; 
    padding: 10px 16px;
    }

.mobile-img{
    width: 60px;
    }
  
.about-section {
    height: 100vh;
    }

.about-section-mlm {
    height: 140vh;
    }
    }


@media (max-width: 768px) {

.about-section h1 {
    font-size: 35px !important; 
    line-height: 60px;
    }
 
.about-section p {
    font-size: 0.85rem; 
    top: 48%; 
    left: 0%; 
    margin-right: 25px;
    margin-left: 30px;
    line-height: 25px;
    }
  
.about-section .learn-more-btn {
    width: 50%;
    padding: 0px 0;
    margin-left: 95px;
    top: 77% !important;
    left: 0px;
    height: 45px;
    }

.mobile-img{
    width: 100px;
    }

.mobile-img_1{
    width: 65px;
    } 

.home-about{
    line-height: 50px!important;
    }
    }


@media(max-width:1430px){

.learn-more-btn {     
    top: 84% !important;
    }
    }


/*=============================featured section=======================*/


.featured-care {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
    }

.featured-title{
    position: relative; 
    font-size: 1.5rem; 
    color: #333; 
    }

.featured-title::after {
    content: ""; 
    position: absolute;
    bottom: -38px; 
    left: 0%; 
    width: 100%;
    height: 2px; 
    background-color: #000000; 
    }

.featured-heading {
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 1.6rem;
    }

.mlm-ftd-head{
    font-size: 3.5rem !important;  
    }

.care-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    }

.care-item:last-child {
    border-bottom: none;
    }

.care-text {
    flex: 1;
    margin-right: 20px;
    margin-top: 40px;
    }

.care-text h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 2.8rem;
    color: #007BFF;
    margin-bottom: 10px;
    }

.mlm-ftd-sub-head{
    font-size: 2rem!important;
    }

.care-text p {
    font-family: "Poppins", serif;   
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(20%);
    transition: transform 2s ease-in-out, opacity 2s ease-in-out; 
    }

.ft-wd-adj{
    width: 75%;
    }   

.mlm-ftd-txt{
    width: 70%!important;
    }


@media(max-width:768px) {

.mlm-ftd-txt{
    width: 100%!important;
    }

.ft-wd-adj{
    width: 100%!important;
    }   
    }   

.active-text p{
    opacity: 1 !important;
    transform: none !important;
    }

.active-text care-link{
    opacity: 1 !important;
    }

.active-image img{
    transform: none !important;
    max-width: 567px !important;
    height: 270px !important;
    border-radius: 15px !important;
    }

.care-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 1s ease-in-out; 
    }

.care-link:hover {
    transform: scale(1.05);
    }

.care-image {
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    transform: scale(1);
    transition: transform 1.2s ease-in-out;  
    object-fit: cover; 
    width: 100%; 
    height: 140px; 
    z-index: 1;
    transform-origin: right;
    }

.care-item:hover .care-image {
    transform: scale(1.9); 
    height: 140px;
    }

.care-item:hover .care-text p {
    opacity: 1;
    transform: translateX(0); 
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out; 
    }

.care-item:hover .care-link {
    opacity: 1; 
    transition: opacity 4s ease-in-out; 
    }


@media (max-width: 768px) {
   
.care-text p {  
    opacity: 0; 
    transform: none; 
    transition:none ; 
    }

.care-item {
    flex-direction: column;
    lign-items: center; 
    }

.care-text {
    text-align: center;
    margin-bottom: 15px;
    }
    
.featured-heading {
    font-size: 1.75rem; 
    }

.mlm-ftd-head{
    font-size: 1.75rem !important; 
    }    

.care-text h3 {
    font-size: 1.25rem; 
    }

.mlm-ftd-sub-head{
    font-size: 1.25rem!important; 
    }

.care-text p {
    font-size: 0.9rem;
    opacity: 1;
    }

.care-text {
    flex: 1;
    margin-right: 20px;
    margin-top: 15px;
    }

.mobile-link{
    display: none
    }

.care-image {   
    height: 120px !important;
    }

.care-item.active .care-text p,
.care-item.active .care-link {
    opacity: 1;

    }
    }


@media(max-width:1500px){

.featured-care {
    width: 84%;
    margin: 0 auto;
    padding: 40px 0;
    }

.care-item:hover .care-image  {
    transform: scale(1.3); 
    height: 140px;
    }

.active-image img {
    transform: none !important;
    max-width: 390px !important;
    height: 200px !important;
    border-radius: 40px !important;
    }
    }


@media(max-width:1280px){

.featured-care {
    width: 84%;
    margin: 0 auto;
    padding: 40px 0;
    }

.care-item:hover .care-image  {
    transform: scale(1.1); 
    height: 140px;
    }

.learn-more-btn {
    top: 85%;
    }

.dental-services {
    max-width: 1200px;
    }


.active-image img {
    transform: none !important;
    max-width: 325px !important;
    height: 165px !important;
    border-radius: 40px !important;
    }
    }


@media(max-width:1024px){

.care-item:hover .care-image  {
    transform: scale(1.1); 
    height: 140px;
    }
    }


/*===============mobile================*/


@media (max-width: 768px) { 

.active-image img {
    width: 100%;
    max-width: 300px !important;
    display: block;
    margin: 0 auto 10px;
    opacity: 1;
    transition: opacity 3s ease;
    transform-origin: center;
    height: 140px !important;
    }  
    }


@media (max-width: 768px) {

.care-image {
    max-width: 300px;
    height: 120px;
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
    will-change: opacity, transform;
    transition: opacity 3s ease;
    }

.featured-care {
    overflow: hidden;
    padding: 20px 0;
    }

.care-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    transition: all 3s ease-in-out;
    }

.care-item h3 {
    margin: 10px 0;
    font-size: 1.5rem;
    }

.care-item img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
    opacity: 1;
    transition: opacity 3s ease;
    transform-origin:center;
    border-radius: 25px !important;
    }

.care-item p,
.care-item a {
    opacity: 0;
    max-height: 0; 
    overflow: hidden;
    transform: translateY(50px);
    transition: opacity 3s ease, transform 3s ease, max-height 3s ease;
    }

.care-item.visible p,
.care-item.visible a {
    opacity: 1;
    max-height: 500px; 
    transform: translateY(0);
    }
    }


/*=================================why us section=============================*/


.why-us-section {
    background-color: #314256; 
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    }

.why-us-container {
    max-width: 1200px;
    display: flex;
    gap: 110px;
    align-items: center;
    flex-wrap: wrap; 
    }


.why-us-image img {
    max-width: 300px; 
    width: 100%;
    height: auto;
    object-fit: cover; 
    }


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    }
  50% {
    transform: translateY(-10px); 
    }
    }

.why-us-content {
    color: white;
    max-width: 600px;
    }

.why-us-content h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 20px;
    }

.mlm-why-head{
    font-size: 3rem !important;
    }

.why-us-content p {
    font-family: "Poppins", serif;   
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 45px;
    }

.appointment-button {
    background-color: #4990E2;
    color:#fff;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    width: 20rem;
    height: 3.5rem;
    transition: background-color 0.3s ease;
    }

.appointment-button-mlm {
    background-color: #4990E2;
    color:#fff;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    width: 20rem;
    height: 4rem;
    transition: background-color 0.3s ease;
    }

  
@media(max-width:768px){

.appointment-button-mlm {
   
    width: 19rem;
    }
    }

.mlm-why-btn{
    font-size: 13px !important;
    }

.appointment-button:hover {
    background-color: #fff;
    color: #000000;
    }

    
@media (max-width: 768px) {

.why-us-container {
    flex-direction: column; 
    align-items: center; 
    }

.why-us-image,
.why-us-content {
    max-width: 100%; 
    margin-bottom: 20px;
    }

.why-us-content h2 {
    font-size: 2.5rem;
    }

.mlm-why-head {
    font-size: 2rem !important;
    }

.why-us-content p {
    font-size: 0.9rem; 
    width: 90%;
    line-height: 25px;
    }

.why-us-content .appointment-button {
    font-size: 1rem;
    width: auto; 
    }

.why-us-image img {
    width: 80%;
    margin-bottom: -65px;
    }

.why-us-container {
     gap: 55px;
   
    }

.why-us-container{
    margin-left:20px;

    }

.why-us-image{
    margin-left:65px;
    }
    }


@media only screen and (max-width: 768px) {

.why-us-content h2 {
    order: 1; 
    }

.why-us-image {
    order: 2; 
    }

.appointment-button {
    order: 3; 
    }

.appointment-button{
    margin-left: 3rem;
    }
    }


/*==================================services section===============================*/


.dental-services {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
 
    }

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    }

.header h1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-size: 4.5em;
    color: #222222;
    }

.mlm-service-head{
    
    font-weight: 700;
    font-size: 3.5em!important;
    }

  
.header .view-all {
    font-family: "Poppins", serif;    
    background-color: #4990E2;
    color: #ffff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: .8em;
    cursor: pointer;
    width: 16rem;
    height: 3rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: 6rem;
    }


.view-all {
    font-family: "Poppins", serif;    
    background-color: #4990E2;
    color: #ffff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: .8em;
    cursor: pointer;
    width: 15rem;
    height: 3rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: 2rem;
    margin-left: 2rem;   
    }    


@media(max-width:768px){

.view-all {  
    margin-left: 3.5rem;
    }
    }

.header .view-all:hover {
    background-color: #fff;
    border: 1px solid;
    color: #000000;  
    }

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    }

.service-item {
    position: relative;
    background-color: #314256;
    color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    }

.service-item.large {
    grid-column: span 2;
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;   
    }

.image-container {
    position: relative;
    width: 100%;
    height: 400px; 
    overflow: hidden;
    }


.service-image {
    max-width: 100%;
    border-radius: 25px;
    margin-bottom: 25px;
    margin-left :35px;
    }

.service-image-large{
    margin-left :0px;
    border-radius: 0px;
    margin-bottom:0px;
    }

.large-service{
    background-color: #fff;
    }

.info {
    padding: 15px;
    }

.info h2 {
    font-family: "Bai Jamjuree", sans-serif;  
    font-size: 2rem;
    margin-bottom: 10px;
    margin: 0px 0px 0px 25px;
    font-weight: 300;
    }

.mlm-service-head-2{
    font-size: 2rem !important;
    }

.mlm-service-img{
    margin-left: 9rem!important;
    }

.info p {
    font-family: "Poppins", serif;    
    font-size: 1em;
    margin-bottom: 15px;
    margin: 0px 5px 17px 24px;
    text-align: left;
    }

.arrow {
    color: #007BFF;
    font-size: 1.5em;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    }

.arrow:hover {
    color: #0056b3;
    }

.text-box h1{
    font-family: "Bai Jamjuree", sans-serif;  
    }

.text-box {
    font-family: "Poppins", serif;    
    position: absolute;
    top: 20%; 
    right: 4%; 
    background-color:#314256; 
    color: white;
    padding: 25px 55px; 
    border-radius: 20px; 
    font-size: 14px; 
    transition: transform 0.3s ease, background-color 0.3s ease;
    }

 .text-box:hover {
    transform: scale(1.1);   
    }

.text-box h1 {
    display: flex;
    align-items: center;
    gap: 8px; 
    margin-bottom: -10px;
    }

.text-with-icon {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    }
  
.snip1374 {
    max-width: 100%; 
    overflow: hidden; 
    }

.snip1374 img {
    width: 90%;   
    height: auto;   
    object-fit: cover; 
    }

.snip1374 img {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    }

.snip1374:hover img,
.snip1374.hover img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    }


@media(max-width:768px){

.service-image{
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 18px;
    margin-left: 18px;
    margin-right: 18px;
    }

.service-image-large{
    margin-left :0px !important;
    }
    
 .text-box {  
    top: 47% !important;
    right: 5% !important;
    padding: 0px 20px;
    }

.image-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    }
   
.service-item.large {
    background: url('../images/service_mobile_img.png') no-repeat center center/cover; 
    }

.service-image-large{
    display: none;
    }

.mlm-service-h2{
    font-size: 1.1rem!important;
    }

.mlm-service-head-2 {
    font-size: 1.1rem!important;
    }

.info p {
  
    font-size: 0.9em;
    line-height: 25px;
    
    }
    }


@media (max-width: 768px) {

.form-row {
   
    flex-direction: column;
    }
    }

.arrow-image {
    transition: transform 0.3s ease, opacity 0.3s ease; 
    }

.arrow-image:hover {
    transform: translateY(-10px) scale(1.1); 
    opacity: 1; 
    }

.arrow-image:hover text-box  {
   opacity: 1; 
   }

@media only screen and (max-width: 768px) {

.service-item.large.large-service {
    display: none;
    }
    
.info {
    padding: 5px!important;
    
    }    
    }

@media only screen and (min-width: 769px) {

.service-item-mob {
    display: none;
    }
    }


@media(max-width:1400px){

.dental-services{
    zoom: 0.9;
    }
    }    


/*=================================get-in touch==============================*/


.contact-section {
    padding: 100px 20px;
    max-width: 1300px;
    margin: 0 auto; 
    display: flex;
    gap: 20px;
    background-color: white;
    overflow: hidden;
    }

.form-container {
    flex: 1;
    background-color: #2c3e50;
    padding: 20px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

form[name="getform"] {
    font-family: "Poppins", serif;   
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 15px;
    }

.form-row {
    display: flex;
    gap: 20px;
    }

form[name="getform"] input, form[name="getform"] textarea, form[name="getform"] button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    }

.form-row input {
    flex: 1;
    }

form[name="getform"] input::placeholder, form[name="getform"] textarea::placeholder {
    color: #b0bec5;
    }

form[name="getform"] button {
    background-color: #3498db;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: .8em;
    width: 15rem;
    height: 3rem;
    border-radius: 25px;
    margin-top: 30px;
    align-self: center;

    }

form[name="getform"] button:hover {
    background-color: #fff;
    color: #000000;
    font-size: .9rem;
    }

.info-container {
    flex: 1;
    margin-left: 85px;
    }

.info-container h1 {
    font-family: "Bai Jamjuree", sans-serif;    
    font-size: 4.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    }

.mlm-cnt-head{
    font-size: 2.5rem! important;

    }   

.info-container h2 {
    font-family: "Bai Jamjuree", sans-serif;    
    font-size: 20px;
    margin-bottom: 20px;
    }

.info-container p {
    font-family: "Poppins", serif;     
    margin-bottom: 20px;
    line-height: 1.6;
    }

.info-container ul {
    font-family: "Poppins", serif;     
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    }

.info-container ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    }

.info-container ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    }

.map-container {
    position: relative;
    }

.map-container img {
    width: 100%;
    border-radius: 10px;
    }

.address-box {
    font-family: "Poppins", serif;     
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.address-box p {
    margin: 0;
    font-size: 14px;
    }

.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    }


 @media (max-width: 768px) {
    
.form-row {
    flex-direction: column;
    }

.form-group {
    width: 100%;
    }

.info-container {
    text-align: center;
    }

.map-container iframe {
    width: 100%;
    height: 250px;
    }

.address-box {
    text-align: center;
    }

.header h1 {
    font-size: 2.5rem;
    display: block;
    }

.mlm-service-head {
    font-size: 2rem !important;
    }

.header {
    display: block;    
    }

.mlm-cnt-head {
    font-size: 2rem! important;
    }
    }


@media (max-width: 768px) {

.contact-section {
    flex-direction: column; 
    }

.info-container h1 {
    order: 1;
    }

.form-container {
    order: 2; 
    }

.dental-services .custom-arrow_1 {
    height: 6rem;
    margin-left:2rem !important;
    }
    
.dental-services .custom-arrow_2 {
    height: 6rem;
    margin-left: 0rem !important;
    }

.mobile-view{
    display: none;
    }

.text-box h1{
    font-size: 1rem;
    }
    }


@media (max-width: 480px) {

.footer-section h1 {
    font-size: 1.5rem;
    }

.footer-section h2 {
    font-size: 1rem;
    }

.mlm-ftr-head {
    font-size: 1.5rem!important;
    }

.info-container ul {
    padding-left: 20px;
    }

.info-container {
    margin-left: 0px;
    }
    
.info-container ul {  
    text-align: left;
    }

.info-container h1 {
    padding-top: 0px;
    font-size: 2.5rem;  
    }

.contact-section {
    padding: 50px 30px;
    }

.services {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    }

.service-item {
    display: block; 
    }

.snip1374{
    margin: 0 0 0rem;
    }
    }


/*================================footer section============================*/


.footer-section .call-txt{
    font-size: 1rem;
    }

.footer-section .contact-txt{
    line-height: 1.3rem;
    }

.footer {
   background-color: #2D3E50;
   color: white;
   padding: 20px 20px;
   text-align: center;
   overflow: hidden;
   }

.footer-container {
   width: 100%;
   margin: 0 auto;
   }

.footer h2 {
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 4.5rem;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    }

.mlm-ftr-head{
    font-size: 2.5rem!important
    }    


@media(max-width:768px){

.mlm-ftr-head {
    font-size: 1.5rem!important;
    }
    }    

.appointment-button_footer{
    background-color: #3399ff;
    color: white;
    padding: 15px 45px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 40px;
    border-radius: 25px;
    transition: all 0.3s ease; 
    }

.appointment-button_footer:hover{
    background-color: #fff;
    color: #000000; 
    }

.footer-content {
    font-family: "Poppins", serif; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    font-weight: 200;
    font-size: .8rem;
    }

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
    }

.logo-section {
    text-align: center;
    }

.logo {
    width: 100px;
    margin-bottom: 20px;
    margin-right: 100px;
    }

.footer-section h3 {
    font-size: 1.2rem;
    color: #3399ff;
    margin-bottom: 10px;
    font-weight: 600;
    }

.footer-section p {
    line-height: 1.9;
    margin: 0;
    }

.social-icons img {
    width: 30px;
    margin: 0 5px;
    }

.footer-copyright {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #ccc;
    }

.footer-section a{
    text-decoration: none;
    }

.horizontal-line {
    border: 0;
    height: 1px; 
    background-color: #ccc; 
    margin-top: 30px; 
    margin-bottom:35px; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    }

.vertical-line {
    width: 1px; 
    background-color: #ccc; 
    height: auto; 
    margin: 0 30px; 
    align-self: stretch; 
    transform: scaleX(0.4); 
    transform-origin: left;
    }



@media (max-width: 768px) {

.footer-content {
    flex-direction: column; 
    align-items: center;
    }

.footer-section {
    text-align: center; 
    }

.vertical-line {
    display: none; 
    }

.appointment-button_footer {
    font-size: 1rem;
    width: 80%; 
    }

.horizontal-line {
    margin: 15px auto;
    width: 80%; 
    }

.vertical-line {
    display: none;
    }

.logo {
  
    margin-right: 0px;
    }

.footer h2 {
  
    font-size: 2.5rem;
    }
    }


/*==================================popup==========================*/


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    }

  
.popup-content {
    font-family: "Bai Jamjuree", sans-serif;      
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: fadeIn 0.5s ease; 
    }

   
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #314256;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    }  

form[name="contactForm"] input, form[name="contactForm"] textarea, form[name="contactForm"] button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    }

form[name="contactForm"] button {
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    }
   
    
@keyframes fadeIn {
   from {
   opacity: 0;
   transform: scale(0.9);
   }

   to {
   opacity: 1;
   transform: scale(1);
   }
   }


/*///////////////////////////////////////////////////////////////////////////////////*/

/*---------------------About-us-page----------------------------------*/


/*--------------------------Navabr-----------------------*/


.custom-navbarbg{
    background-color: #314256;
    width: 100%;
    position: static;
    padding-bottom: 17px;   
    }

.about-navbar img{
    height: 4.5rem;
    width: auto;  
    margin-left: 3.5rem; 
    }


@media(max-width:480px){

.about-navbar img {
    height: 2.5rem;
    width: auto;
    margin-left: 0rem;
    }

.about-us-section h1 {     
    font-size: 2rem !important;   
    }
    }


/*----------------------------carousal---------------------------*/


.carousal-section{
    overflow: hidden;
    }

.service-carousal h1{
    font-size: 3rem!important;
    /*padding-top: 27px!important;*/
    }

.mlm-service-b-head{
    font-size: 2.5rem !important;
    }


.about-carousal h1{
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    background-color: #314256;
    width: 28rem;
    height: 11rem;
    align-content: center;
    align-self: center;
    border-radius: 15px;
    /*padding-top: 55px;*/
    margin-left: 45rem;
    top: 0px;
    margin-top: 59px;
    margin-bottom: 0px;
    }

.mlm-abt-b-head{
    font-size:2.5rem!important;
    line-height: 3rem;
    }

.about-carousal p{  
    font-family: "Poppins", serif;
    font-size: 1.2rem;
    width: 60%;
    padding-left: 50px;
    font-weight: 300;
    }

.custom-car-width{
    width: 83%;   
    }

.img-custom {
    max-width: 100%; 
    height: auto;   
    border-radius: 20px; 
    max-height: 380px; 
    object-fit: cover; 
    margin-top: 4rem;
    filter: brightness(55%);
    }

.service-img-custom{
     max-width: 100%; 
    height: auto;   
    border-radius: 20px; 
    max-height: 420px; 
    object-fit: cover; 
    margin-top: 4rem;
    filter: brightness(70%);
    }

 .about-carousal-caption{
    padding-bottom: 3.25rem;
    left: 3%!important;
    }  

 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
    height: 13px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    opacity: 0.3;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    }

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff; 
    }

.landing-text{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    margin-top: 4rem;
    font-weight: bold;
    }

.landing-text h1{
    font-weight: 800; 
    }

.landing-text {
    font-weight: bold;
    background:linear-gradient(100deg, #314256, #6b6764);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    }

.mlm-abt-tag-txt{
    font-size: 1.8rem;
    }


@media (max-width: 1550px) {

.about-carousal h1 {
    font-size: 3.5rem;
    font-weight: 800;
    width: 22rem;
    height: 10rem;
    margin-left: 47rem;
    }

.about-carousal p {
    font-size: 1.2rem;
    width:70%;
    padding-left: 50px;
    }
    }


@media (max-width: 1500px) {

.about-carousal h1 {
    font-size: 4.5rem;
    margin-left: 41rem;
    }
    }


@media (max-width: 1350px) {
  .about-carousal h1 {
    font-size: 4rem;
    width: 20rem;
    height: 10rem;
    padding-top: 30px;
    margin-left: 42rem;
    }

.custom-car-width {
    width: 91%;
    }

.service-carousal h1 {
    font-size: 2.5rem !important;
    }

.about-carousal p {
    width: 61%;
    }
    }


@media (max-width: 1300px) {

.about-carousal h1 {
    font-size: 4rem;
    width: 24rem;
    margin-left: 40rem;
    }
    }


@media (max-width: 1200px) {

.about-carousal h1 {
    font-size: 3.5rem;
    width: 19rem;
    height: 10rem;
    margin-left: 40rem;
    }
    }


@media (max-width: 1550px) {

.services-carousal h1 {
    margin-left: 47rem;
    }
    }


@media (max-width: 1500px) {

.services-carousal h1 {
    font-size: 4.5rem;
    margin-left: 41rem;
    }
    }


@media (max-width: 1350px) {
  
.services-carousal h1 {
    font-size: 4rem;
    width: 20rem;
    height: 9rem;
    padding-top: 28px;
    margin-left: 42rem;
    }

.services-carousal p {
    width: 60%;
    }
    }


@media (max-width: 1300px) {
.services-carousal h1 {
    font-size: 4rem;
    width: 22rem;
    margin-left: 44rem;
    }
    }


@media (max-width: 1200px) {

.services-carousal h1 {
    font-size: 3.5rem;
    width: 19rem;
    height: 10rem;
    margin-left: 40rem;
    }
    }



/*--------------------------About Us-----------------------------*/


.about-us-section{
    overflow: hidden;
    }
 
.about-us-section {
    background-color: #f8f9fa; 
    }

.about-us-section img {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.breadcrumb{
    font-family: "Bai Jamjuree", sans-serif; 
    }

.about-us-section h1{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    }

.about-us-section h4{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size: 1.5rem;  
    }

.about-us-section p{
    font-family: "Poppins", serif; 
    }

.btn-primary{
    border-radius: 15px;
    }

.mv-text p{
    font-family: "Poppins", serif; 
    margin-left: 4rem;
    margin-top: -35px;
    font-weight: 300;
    }

.mv-text-1 p{
    font-family: "Poppins", serif; 
    margin-left: 4rem;
    }

.mv-text h2{
    font-family: "Bai Jamjuree", sans-serif;  
    font-weight: 800;
    font-size: 2.5rem;
    }

.about-us-section img{
    transition: transform .8s ease-in-out;
    }

.about-us-section img:hover{
    transform: scale(1.1);
    }

.activated-img{
    transform: scale(1.1);
    }


@media(max-width:768px){

.animated-section.show {
    font-size: 0.9rem;
    line-height: 25px;
    
    }

.mob-lf-mg{
    margin-left: 10px!important; 
    }    

.carousal-section{
    overflow: hidden;
    }

 body{
   overflow: hidden;
    }

.txt-mobile{
    font-size: 1rem;
    }

.doctor-image img {
     height: 350px !important; 
    }
    }

.format-text{
    font-size: 3rem;
    font-weight: 600;
    }



/*-----------------------why choose us---------------------*/


.custom-btn {
    background-color: #4990E2; 
    color: white;            
    border-radius: 20px;      
    font-size: 1rem;       
    text-transform: uppercase; 
    padding: 0.6rem 1rem;    
    transition: all 0.3s ease; 
    border: none;
    }

.custom-btn:hover {
    background-color: #fff; 
    color: #000000;          
    transform: scale(1.05);  
    }

.custom-btn-read-more {
    background-color: #4990E2; 
    color: white;            
    border-radius: 30px;      
    font-size: 0.9rem;       
    text-transform: uppercase; 
    padding: 0.6rem 2rem;    
    transition: all 0.3s ease; 
   
    }

.custom-btn-read-more:hover {
    background-color: #fff; 
    color: #000000;          
    border: 1px solid;
    }

.why-choose-us{
    height: auto;
    width: 100%;
    background-color:#314256;
    margin-top: 4rem;
    }

.why-choose-us h1{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 900;
    margin-top: 3rem;
    }

.header-p{
    text-align: center;
    font-family: "Poppins", serif;
    color: #a6a8ab;
    font-size: 1.1rem;
    }

.first-row {
    color: #c6cbcf;
    }

.mv-text h3{
    font-family: "Bai Jamjuree", sans-serif;  
    font-weight: 400;
    font-size: 1.5rem;
    margin-left: 4rem;
    font-weight: 500;
    }


@media(max-width:480px){

.mv-text h3{
    font-family: "Bai Jamjuree", sans-serif;  
    font-weight: 400;
    font-size: 1.8rem;
    }

.why-choose-us h1 {
    font-size: 2.5rem !important;
        
    }
    }


/*-------------------------------treatment aprch---------------------------*/


.treatemnt-section{
    overflow: hidden;
    }

.treatemnt-section h1{
    font-family: "Bai Jamjuree", sans-serif; 
    font-weight: 800;
    font-size: 3.5rem;
    }

.treatemnt-section p{
    font-family: "Poppins", serif;
    text-align: left;
    color: #000000;
    font-weight: 400;
    }
               
.treatemnt-section ul{
    font-family: "Poppins", serif;
    line-height: 2rem;
    margin-left: 1rem;
    }

.tick-list {
    font-family: "Poppins", serif;
    list-style: none; 
    padding: 0;
    margin: 0;
    }

.tick-list li {
    position: relative;
    padding-left: 25px; 
    }

.tick-list li::before {
    content: "✔"; 
    color:#2A8AEC ; 
    font-size: 16px; 
    position: absolute;
    left: 0;
    top: 0;
    }

.icon-wrapper {
    display: inline-block;
    vertical-align: middle; 
    margin-right: 10px; 
    height: 25px;
    width: 40px;
    }

.icon-wrapper img {
    height: 100%;
    width: auto;
    display: block;
    margin-top: -3rem;
    margin-left: -1rem;
    }


@media (max-width:768px){

.doctor-image {
    max-width: 375px !important;
    }

.appointment-btn {
   
    margin-bottom: 2rem !important;
    }

.doctor-content {   
    display:block! important;
   
    }

.doctor-info {
    text-align: center!important;
    }
    
.doctor-info p {

    width: 100% !important;
    }

.treatemnt-section img{
    width: 20rem;
    margin-left: 0rem! important;
    
    }
    
.mv-text-1 img{
    width: 3rem! important;
    }

.custom-car-width {
    width: 100% !important;
    }

.landing-text {   
    margin-top: 2rem!important;
    font-size: 1rem!important;     
    }

.mt-5 {
    margin-top: 1rem!important;
    }

.align-items-center {
    align-items: center!important;
    margin-left: .7rem;
    margin-right: 0.7rem;
    }

.custom-btn-read-more {
    margin-bottom: 2rem;
    }

.mobile-margin-treatemnt{
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    }

.treatemnt-section h1 {
    font-size: 2rem;
    }

.treatemnt-section p {
   font-size: .9rem;
    }    
    }


@media (min-width: 360px) and (max-width: 400px){

.treatemnt-section img {
    width: 18rem;
    }
    }


/*===========================Service-Page===========================*/


.services-carousal p{
    font-family: "Poppins", serif;
    font-size: 1.2rem;
    width: 60%;
    padding-left: 50px;
    font-weight: 400;
    }

.services-carousal h1{
 
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    background-color: #304255;
    width: 28rem;
    height: 11rem;
    align-content: center;
    align-self: center;
    border-radius: 15px;
    padding-top: 28px;
    margin-left: 46rem;
    top: 0px;
    margin-top: 59px;
    margin-bottom: -110px;
    }

 .service-section{
    margin-top: 5rem !important;
    }
     
 .service-section h1{
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 1rem
    } 
    
.mlm-service-head{  
    font-size: 3rem ;
    }    
   
 .service-section h4{
    font-family: "Bai Jamjuree", sans-serif; 
    margin-bottom: 1rem;
    }

 .service-section p{
    font-family: "Poppins", serif;
    line-height: 2rem;
    font-size: 1.1rem;
    padding-bottom: 2rem;
    }

 .dental-section {
    background-color: #304255; 
    color: #f8f8f8; 
    border-radius: 20px;
    padding: 30px;
    margin: 20px auto;
    max-width: 1350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.dental-section-2 {
    background-color:transparent; 
    color: #000000; 
    border:0.1px solid;
    border-radius: 20px;
    padding: 40px;
    margin: 70px auto;
    max-width: 1350px;
    }

.dental-section h2 {
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #ffffff;
    margin-top: 0px;
    font-weight: 450!important;
    }

.mlm-service-head-2{
    font-size: 2rem;
    }

.dental-section-2 h2 {
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 0px;
    }

.dental-section h4 {
    font-family: "Poppins", serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
    }

.mlm-servive-head-4{
    font-size: 1.2rem!important;
    }    

.dental-section-2 h4 {
    font-family: "Poppins", serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 300;
    }

.dental-section p {
    font-family: "Poppins", serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 250;
    }

.dental-section-2 p {
    font-family: "Poppins", serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 350;
    }

.dental-section .tabs {
    font-family: "Bai Jamjuree", sans-serif; 
    display: flex;
    margin-bottom: 10px;
    margin-top: 0rem;
    gap: 10rem; 
    }

.dental-section-2 .tabs {
    font-family: "Bai Jamjuree", sans-serif; 
    display: flex;
    margin-bottom: 10px;
    margin-top: 1rem;
    gap: 10rem;
    }

.dental-section .tabs .tab {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 1.1rem;
    }

.dental-section-2 .tabs .tab {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 1.1rem;
    }

.dental-section .tabs .tab.active {
    border-bottom: 3px solid #0056b3;
    color: #ffffff;
    font-size: 1.5rem;
    }

.dental-section-2 .tabs .tab.active {
    border-bottom: 3px solid #0056b3;
    color: #ffffff;
    font-size: 1.5rem;
    }

.dental-section ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    font-size: 1rem;
    opacity: .8;
    }

.dental-section-2 ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    font-size: 1rem;
    opacity: .8;
    }

.dental-section p {
    font-family: "Poppins", serif;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-right: 3rem;
    margin-top: 1rem;
    opacity: .8;
    }

.dental-section-2 p {
    font-family: "Poppins", serif;
    font-size: 1rem;
    margin-bottom: 0px;
    margin-right: 3rem;
    margin-top: 1rem;
    opacity: .8;
    }

.dental-section img {
    border-radius:20px!important;
    width: 100%;
    width: 36rem;
    height: 30rem;
    }

.dental-section-2 img {
    border-radius:20px!important;
    width: 36rem;
    height: 32.8rem;
    margin-left: 2rem;
    }

.tabs {
    display: flex;
    margin-bottom: 20px;
    }

.tabs .tab {
    background: transparent;
    color: #b0c4d1;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    transition: opacity 2s ease-in-out, visibility 0s 2s; 
    }

.tabs .tab.active {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    }

.tab-content {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 20px;
    font-weight: 250;
    margin-bottom: 0rem;
    transition: 2s ease-in-out, visibility 0s 2s; 
    }

.tab-mg{
    margin-left: 0px!important;
    }

.tabs-container {
    background-color: #304255; 
    padding: 15px 9px 10px 45px;
    border-radius: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin-top: 0px; 
    height: 16.5rem;
    }

.horizontal-line-service{
    width: 2px solid;
    color: #000000;
    border: 0;
    height: 2px;
    background-color: #ccc;
    margin-top: -13px;
    margin-bottom: 25px;
    width: 74%;
    margin-left: auto;
    margin-right: 16rem;
    opacity: .2;
    }

.horizontal-line-service-2{
    width: 2px solid;
    color: #000000;
    border: 0;
    height: 2px;
    background-color: #ccc;
    margin-top: -13px;
    margin-bottom: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: 16rem;
    opacity: .2;
    }

.horizontal-line-service-3{
    width: 2px solid;
    color: #000000;
     border: 0;
    height: 2px;
    background-color: #ccc;
    margin-top: -13px;
    margin-bottom: 25px;
    width: 72%;
    margin-left: auto;
    margin-right: 16rem;
    opacity: .2;
    }

.custm-width {

    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
    padding-left: 0.8rem;
    }

.dental-section .tab {
   
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 0 1 auto;
    text-align: center;
    }

.dental-section .tab-content {
    margin-top: 15px;
    }

.had{
    height: 18rem!important;
    }

.had-1{
    height: 19.8rem!important;
    }

.had-2 {
    height: 15rem!important;
    }  

.had-3{
    height: 18rem!important;
    }

.had-4{
    height: 15rem!important;
    }

.had-5{
     height: 15rem!important;
    }

.had-6{
    height: 18rem!important;
    }


@media (max-width: 767px) {

.dental-section h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    }

.dental-section h4 {
    font-size: 1.2rem;
    }

.dental-section p {
    font-size: 0.95rem;
    margin-right: 0rem;
    }

.dental-section .tab {
    padding: 8px 12px;
    font-size: 0.9rem;
    }

.dental-section .tabs {
    /*gap: 6rem;*/
    }

.dental-section .tabs {
   
    gap: 0rem; 
    }

.dental-section-2 .tabs {
    gap: 3rem;
    }

.tabs-container {
    height: 21rem;
    }

.had {
    height: 25rem!important;
    }

.had-3 {
    height: 25rem!important;
    }

.had-4 {
    height: 25rem!important;
    }

.had-5 {
    height: 25rem!important;
    }   

.service-section h1 {
    font-size: 1.4rem !important;
    }

.dental-section-2 h2 {  
    font-size: 1.5rem; 

    }

.para-section{
    padding-top: 0rem!important;
    }

.dental-section {
    padding: 0px;
    }

.dental-section-2 { 
    padding: 10px;
    margin: 40px auto;   
    padding-top: 1.8rem!important;
    }

.dental-section img { 
    height: 14rem !important;
    width: 25rem !important;
    margin-top: 1.1rem;
    }

.dental-section-2 img {  
    height: 14rem;
    margin-bottom:0.8rem;
    }
    
.custm-width {    
    padding-left: 0rem;
    }

.dental-section-4 {
    padding: 15px;
    }

.dental-section-4 img{
    margin-top: 0rem;
    }

.dental-section-2 p {
    margin-right: 0rem;  
    }

.custm-width {
    padding-bottom: 0.4rem;
    }

.mb-mg{
    margin-inline-start: 20px;
    }  

.service-section p {
    font-size: 0.9rem;
    margin-right: 10px;
    line-height: 25px;
    } 

.dental-section ul {
   
    font-size:0.9rem;
    }    
.dental-section-2 ul {
    font-size:0.9rem;
    }    
    }


@media (max-width: 768px) { 

  
.doctor-section h2 {
    font-size: 2rem!important;
    }

.custm-width {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px; 
    padding-top: 0rem;
    }
  
.custm-width .col-md-6:first-child {
    grid-row: 2; 
    }

.custm-width .col-md-6:last-child {
    grid-row: 1;
    padding: 25px;;
    }

.doctor-info h3 {
    font-size: 20px!important;
    margin-bottom: 25px;
    }
    }

.content-item {
    opacity: 0; 
    transform: translateY(30px); 
    transition: opacity 0.6s ease, transform 0.6s ease;
    }

.content-item.visible {
    opacity: 1;
    transform: translateY(0); 
    }

.doctor-section {
    background-color: #2d3e50;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    }

.doctor-section h4 {
    font-family: "Bai Jamjuree", sans-serif; 
    color: #4990E2;
    font-size: 22px;
    margin-bottom: 10px;
    }

.doctor-section h2 {
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 3.5rem;
    margin-bottom: 70px;
    line-height: 1.2;
    font-weight: 600;
    }

.doctor-content {
    font-family: "Poppins", serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }

.doctor-info {
    flex: 1;
    max-width: 700px;
    text-align: left;
    }

.doctor-info h3 {
    font-size: 26px;
    margin-bottom: 10px;
    }

.doctor-info p {
    line-height: 1.6;
    margin-bottom: 25px;
    width: 85%;
    font-weight: 200;
    }

.appointment-btn {
    display: inline-block;
    padding: 13px 33px;
    background-color: #4990E2;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 20px;
    transition: .3s ease-in-out; 
    }

.appointment-btn:hover {
    background-color: #fff;
    color: #000000;
    }

.doctor-image {
    flex: 1;
    max-width: 360px;
    position: relative;
    }

.doctor-image img {
    width: 100%;
    border-radius: 20px;
    border-radius: 175px;
    height: 490px;
    border: 3px solid;
    border-color: #4990E2;
    }

/*
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 35px;
    background-color: #4990E2;
    color: #fff;
    border-radius: 25%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    padding-top: 8px;
}

.social-icons i:hover {
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    transform: scale(1.1); 
    transition: transform 0.2s, background 0.2s, color 0.2s; 
}*/
/*
.social-icons i {
    display: inline-block;
    background: #4990E2; 
    color: #fff; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease; 
    padding-top: 3px;
}

.social-icons i:hover {
    background: #ffffff; 
    color: #000000;
    border-radius: 50%; 
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); 
    transform: scale(1.1); 
    transition: all 0.3s ease; 
}*/

.social-icons-container {
    display: inline-block;
    background: #4990E2;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: -38px;
    margin-bottom: 20px;
    text-decoration: none;
    }   

.social-icons-container i {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 10px; 
    line-height: 20px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    }

.social-icons-container i:hover {
    background: #ffffff; 
    color: #000000;
    border-radius: 50%; 
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); 
    transform: scale(1.1); 
    transition: all 0.3s ease; 
    }

.social-icons-container a{
    text-decoration: none;
    }


@media(max-width:768px){

.doctor-info{
    order: 1;
    }
    
.doctor-image img{
    order: 0;
    }
    }

.contact-section-1 {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: center;
    padding: 20px;
    margin-top: 5rem;
    }

.contact-card {
    border: 2px dashed #ccc;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: .7s ease-in-out;
    }

.contact-card:hover{
    border: 2px solid #304255 !important;
    }

.contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    }

.contact-section-1 h3 {
    margin: 10px 0;
    color: #000000;
    }

.contact-section-1 p {
    margin: 0;
    color: #000000;
    line-height: 1.5;
    }

.contact-section-1  a{
    text-decoration: none;
    }


@media(max-width:768px){

.contact-section-1 {
    display: block!important;
    }

.contact-card {
    margin-top: 25px;
    }

.locate-bannersection .container {
    display:block!important;
   
    } 

.locate-bannersection {
    margin-left: 0rem!important; 
    margin-top: 4rem! important; 
    }

.locate-banner p {
    font-size: 1.5rem!important;
    line-height: 30px!important;
    }

.banner-carousal-caption {
    margin-bottom: -1rem!important;
    }
    }


/*---------------------------------Faq section---------------------------------*/


.faq-section {
    max-width: 1165px;
    margin: auto;
    background: #fff;   
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.faq-section h2 {
    font-family: "Bai Jamjuree", sans-serif; 
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    }

.faq-section .highlight {
    color: #007BFF;
    }

.faq-item {
     margin-bottom: 10px;  
    }

.faq-question {
    font-family: "Poppins", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 20px 20px 5px 20px;
    width: 100%;
    text-align: left;
    font-size: 19px;
    cursor: pointer;
    outline: none;
    transition: .5s ease-in-out;
    }

.faq-question:hover {
    transform: scale(1.02);
    }

.icon {
    transition: transform 0.3s ease;
    }

.faq-answer {
    font-family: "Poppins", serif;
    padding: 1px 15px;
    font-size: 15px;
    padding-bottom: 10px;
    }

.faq-question.active .icon {
    transform: rotate(180deg);
    }

.faq-answer.show {
    display: block;
    }

.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: none;
    }

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    }

    
@media(max-width:768px){

.faq-section h2 {
    font-size: 2rem;
    margin-bottom: 2px;
    }

.pmb{
    padding: 0rem !important;
    }
    }    


/*========================================================*/


.locateus-contact{
    max-width: 1155px;
    }

.locate-bannersection{
    margin-left: 3rem;
    margin-top:7rem;
    }

.locate-bannersection .container{
    display: flex;
    align-items: center;
    max-width: 1140px;
    }

.locate-bannersection img{
    border-radius: 20px;
    }

.locate-bannersection img {
    max-width: 100%; 
    height: auto;
    }

.locate-banner  h3{
    font-family: "Poppins", serif;
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    }

.locate-banner p{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 45px;
    }

.banner-carousal-caption{
    margin-bottom: 5rem;
    }

 .locate-banner  p .highlight-text{
    color: #2A8AEC;
    }

.locate-img-custom{
    max-width: 100%; 
    height: auto;   
    border-radius: 20px; 
    max-height: 420px; 
    object-fit: cover; 
    margin-top: 4rem;
    filter: brightness(50%);
    }

.locate-head{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size: 2.5rem;
    font-weight: 600;
    }

.locate-text{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 1.2rem;
    }

.contact-card{
    font-family: "Bai Jamjuree", sans-serif;  
    }


/*=============================whatsup floating icon===============================*/


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 35px;
    right: 35px;
    background-color: #25d366; 
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
    transition: .3s ease-in-out;
    }

#scrollToTop {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    }

#scrollToTop[style*="display: block"] {
    opacity: 1 !important;
    }


.float:hover {
    transform: scale(1.1); 
    }

.float::before {
    content: "";
    position: absolute;
    width: 70px; 
    height: 70px;
    background: rgba(37, 211, 102, 0.6);
    border-radius: 50%;
    animation: blink 1.5s infinite; 
    z-index: -1; 
    top: -5px; 
    left: -5px; 
    }

    @keyframes blink {
        0%, 100% {
            transform: scale(1); 
            opacity: 0.6; 
        }
        50% {
            transform: scale(1.5); 
            opacity: 0.5; 
        }
    }   


/*===================why us image animation================*/

    
.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color:transparent;
    }

.capsule-border {
    position: relative;
    width: 350px;
    height: 550px;
    }

.capsule-border svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.capsule-border svg .border {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 700;
    stroke-dashoffset: 100;
    stroke: #d1d1d1;
    filter: drop-shadow(0 0 40px #ffffff);
    animation: drawCapsuleBorder 7s linear infinite;
    }

.capsule-border .image {
    width: 100%;
    height: 100%;
    border-radius: 175px;
    object-fit: cover;
    }

     

  @keyframes drawCapsuleBorder {
    0% {
        stroke-dashoffset: 1000;
                
      }
      100% {
        stroke-dashoffset:0;
                
      }
      }
  

@media(max-width:768px){

.capsule-border {
    position: relative;
    width: 230px;
    height: 450px;
    }

.capsule-border svg {
    position: absolute;
    top: 0;
    left: -90px;
    width: 130%;
    height: 100%;
    margin-right: 33rem;
    }
    }


/*========================accordian anim======================*/


@media(max-width:1300px){

.service-section {
    zoom: 0.9; 
    }
    }

@media(max-width:1350px){

.service-section {
    zoom: 0.9; 
    }
    }

@media(max-width:1400px){
  
.service-section {
    zoom: 0.9; 
    }
    }


/*============================why-us-page=========================*/



.why-us-main-head{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    }

.why-us-txt{
    font-family: "Poppins", serif; 
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 500;
    }

.lhtl{
    line-height: 2.3rem;
    }


/*-----------teeth animation-------------*/


 .slider-container {
    position: relative;
    width: 490px;
    height: 300px;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin: 3rem 2rem 2rem 2rem;
    }

.slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
  

.teeth-mask {
    position: absolute;
    top: 36%;
    left: 38%;
    width: 26%;
    height: 12%;
    background-color: rgba(245, 230, 150, 0.6);
    mix-blend-mode: color;
    pointer-events: none;
    clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
    z-index: 2;
    border-radius: 100px;
    }

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    cursor: ew-resize;
    z-index: 3;
    }


/*------------------------------------------*/


.service-section-head{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 45px;
    }

.why-us-main-text{
    font-family: "Poppins", serif; 
    font-size: 1.1rem;
    line-height: 2rem;
    }


.why-us-service-head{
    font-family: "Bai Jamjuree", sans-serif;  
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    }   

.why-us-service-text{
    font-family: "Poppins", serif; 
    font-size: 1.1rem;
    line-height: 2rem;
    }    

.service-section-why-us p{

    font-family: "Poppins", serif; 
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    }

.mts{

    margin-top: 6rem;
    }

.mtss{
    margin-top: 7rem;
    }    

.why-us-service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }

.why-us-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

.why-us-service-card h4 {
    margin-bottom: 10px;
    }

.why-us-service-card p {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    }

.why-us-service-card img {
    width: 80px;
    margin-top: auto;
    }


@media (max-width: 768px) {
    
.why-us-service-card {
    height: auto; 
    }
    }

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
    font-weight: 700;
    }


.why-us-content-text {
    max-width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }


.why-us-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    }

.why-us-item:last-child {
    border-bottom: none;
    }

.why-us-item img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    }

.why-us-item h4 {
    font-family: "Bai Jamjuree", sans-serif;  
    font-size: 2rem;
    font-weight:600;
    font-size:1.4rem;
    color:#333;
    margin-top: 20px;
    font-weight: 600;
    }

.why-us-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    font-family: "Poppins", serif; 
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    }


@media (max-width: 768px) { 

.section-title {
    font-size: 2rem;
    }

.why-us-item {
    flex-direction: column;
    text-align: center;
    }

.why-us-item img {
    margin-bottom: 10px;
    }

.why-us-main-head {
    
    font-size: 2rem;   
    }

.why-us-main-text {
    
    font-size: 1rem;  
    line-height: 25px;
    }  

.why-us-item p {

 line-height: 25px;    
}

.service-section-head {
   
    font-size: 2rem;
    }

.slider-container {
   
    width: 350px;
    height: 200px;
    margin: 2rem 0rem 0rem 0rem; 
    }

.why-us-service-card {
   
    margin-bottom: 15px;
    }


.mts {
    margin-top: 2rem;
    }
    }


@media (max-width: 768px) {  
    
.animated-image {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    }

.inner-txt{
    padding: 20px;
    }

.dental-section-2 img {
    
    margin-left: 0rem!important;
    }   
    }


/*------------services---------------*/


@media(max-width:768px){

.horizontal-line-service {
    
    width: 100%;
    }

.horizontal-line-service-2 {
    
    width: 95%;
    }  
    }

.dental-section-2 img {
    margin-left: 2rem; 
    }
    
.tabs-container {  
    padding: 15px 9px 10px 30px;
    }

.mlm-service-b-head{
    font-size: 2.5rem!important;
    }


/*=======================featured-care==================*/    


.featured-head-h2{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size:3.5rem !important;
    font-weight: 600;
    color: #2A8AEC;
    }

.featured-head-h2-mlm{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size:3rem !important;
    font-weight: 600;
    color: #2A8AEC;
    }
    
.featured-img-container img{
    width: 30rem;
    height: 25rem;
    border-radius: 15px;
    }   

.featured-care-text-p{
    font-family: "Poppins", serif; 
    font-size: 1.1rem;
    line-height: 1.8rem;
    }

.featured-text{
    font-family: "Poppins", serif; 
    font-size: 1.1rem;
    }

.featured-head{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size:3.5rem !important;
    font-weight: 700;
    }

.featured-head-mlm{
    font-family: "Bai Jamjuree", sans-serif;  
    font-size:3rem !important;
    font-weight: 700;
    }    

.mlm-ftred-b-txt{
    font-size: 2rem;
    }


@media(max-width:768px){

.featured-head-h2-mlm {   
    font-size: 1.5rem !important;
    }

.mlm-ftred-b-txt {
    font-size: 1rem;
    }  

.featured-head-mlm {  
    font-size: 2rem !important; 
    }   

.feautere-apmt-txt{
    font-size: 1.5rem !important;
    }

.featured-head {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 2rem !important;
    font-weight: 700;
    }

.featured-head-h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 2rem !important;
    font-weight: 600;
    color: #2A8AEC;
    } 

.featured-text {
    font-size: 0.9rem;
    }   

.featured-img-container img {
    width: 30rem;
    height: 22rem;
    }   

.featured-care-text-p {    
    font-size: .9rem;
    margin-top: 1rem;
    line-height: 25px;
    }  

.tick-list {
    font-size: 0.9rem;
    }   
    }    

.mlm-header{
    margin-top: 4rem;
}


/* ========================
   SERVICES SECTION STYLES
======================== */

:root {
  --accent: #2A8AEC;
  --card-bg: #f4f7fb;
  --text-dark: #000;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


.service-card {
  background: var(--card-bg);
  border-radius: 18px;
  padding: 26px 26px 30px;
  border: none;

  box-shadow:
    8px 8px 16px rgba(0, 0, 0, 0.08),
   -8px -8px 16px rgba(255, 255, 255, 0.9);

  transition: all 0.3s ease;
}


.service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    12px 12px 22px rgba(0, 0, 0, 0.12),
   -10px -10px 18px rgba(255, 255, 255, 0.95);
}


.service-card h2 {
  font-size: 2.2rem;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  color: var(--text-dark);
}


.service-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}


.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.service-card li {
  margin-bottom: 10px;
}


.service-card a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: color 0.2s ease;
}


.service-card a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--accent);
  font-size: 10px;
}


.service-card a:hover {
  color: var(--accent);
}


.service-section {
  scroll-margin-top: 100px;
}


.animated-section {
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    padding: 22px;
  }

  .service-card h2 {
    font-size: 1.8rem;
  }

  .service-card a {
    font-size: 15px;
  }

  .service-section {
    margin-top: .2rem !important;
}
}

