﻿body {
    font-family: "Trirong", serif;
}

.bg-yellow {
    background-color: #FBEFD2;
}

.bg-ltyellow {
    background-color: #FFFCF4;
}

.bg-blue {
    background-color: #1B6281;
}

.bg-ltblue {
    background-color: rgb(237 242 250);
}
/* carousel */
.carousel-title {
    font-size: 80px;
    color: #1B6281 !important;
    font-weight: 600;
}

#main-saving-slider {
    position: relative;
    z-index: 1;
}

    #main-saving-slider::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('img/tengin\ mara.webp') no-repeat center bottom;
        background-size: contain;
        z-index: -1;
        opacity: 0.6;
    }

.brand {
    margin-top: 30px;
    line-height: 39px;
    font-family: 'Sofia', cursive;
    font-weight: 900;
    font-size: 62px;
    color: #1b6281;
}

.brandsm {
    font-family: 'Sofia', cursive;
    font-weight: 900;
    font-size: 48px;
    color: #1b6281;
}

.dsplan {
    font-family: Raleway;
    font-weight: 600;
    color: #717273;
    font-size: 23px;
}

/*  nav bar */


#header-sec,
.navbar-brand {
    transition: all 0.3s ease-in-out;
}



.navbar-collapse {
    flex-grow: 0 !important;
}

.nav-item {
    font-family: "Trirong", serif;
    font-weight: 500;
    color: #717273;
    font-size: 18px;
    padding: auto 30px !important;
}

.nav-link {
    padding: 0.5rem 1rem !important;
    color:black;
}
  
    .nav-link:hover {
        color: #1B6281;
    }
.hero {
    position: relative;
}

    .hero p {
        font-size: 28px;
        color: #000;
        width: 66%;
        font-family: "Trirong", serif;
    }


/*  button */
.btn-enrolltoday {
    background: url(/svg/Button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffff;
    transition: 0.3s ease-in-out;
}

    .btn-enrolltoday:hover {
        color: #ffff;
        transform: scale(1.05);
    }

    .btn-enrolltoday span {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        vertical-align: baseline;
        background: transparent;
        padding: 10px 13px;
        font-weight: 700;
    }


/* key benifits table */
ul.liststyle {
    padding: 0 10px;
}

    ul.liststyle li {
        padding: 10px;
        border-bottom: 1px solid #d5d5d5;
        display: flex;
        align-items: center;
        font-size: 20px;
    }

        ul.liststyle li:before {
            content: url(/img/teeth-icon.png);
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            position: static;
        }


.cover {
    box-shadow: 0px 1px 7px rgb(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
}

.White-Yellow {
    border-top: 0;
    border-left: 75px solid #f2b518;
    border-right: 75px solid #ff5454;
    height: 3px !important;
    width: 0px;
    opacity: 1 !important;
}

.mainTitle {
    text-align: center;
    color: #717273;
}

.proceed {
    font-family: 'Sofia', cursive;
    font-weight: 900;
    font-size: 77px;
    color: #1b6281;
}

.mainTitle .dsplan {
    font-size: 50px;
}

#why-proceed-plans p {
    font-size: 20px;
    word-spacing: 2px;
    margin-top: 45px;
}

.plan-benefits-img {
    max-width: 70%;
}

/*  key benefits */
#key-benefits {
    background: rgb(237 242 250);
    padding: 30px 0 60px;
}

    #key-benefits p {
        font-size: 20px;
        text-align: left;
        margin: 0 0 20px 0;
    }

    #key-benefits li {
        font-size: 20px;
        line-height: 40px;
    }


#PricingTab {
    margin-top: 3rem;
    padding: 30px 0;
}


/*  Dental plans */
#dental-plans .dsplan {
    font-size: 38px;
}

tbody {
    font-size: 18px;
}

.tabcoO {
    background: #faf7f0;
    padding: 10px !important;
    font-weight: 600;
}

.tabco1 {
    background: #fff;
    width: 40%;
    padding: 10px !important;
}

th.tabco1 {
    background: #fff;
    padding: 32px 10px !important;
}

.tabco2 {
    background: #faedcb !important;
    text-align: center;
    text-wrap-mode: nowrap;
}

th.tabco2 {
    background: #faedcb;
    padding: 20px 5px !important;
}

.tabco3 {
    background: #c6def1 !important;
    text-align: center;
    text-wrap-mode: nowrap;
}

th.tabco3 {
    background: #c6def1;
    padding: 20px 10px !important;
}

.tabco4 {
    background: #f2c6de !important;
    text-align: center;
    text-wrap-mode: nowrap;
}

th.tabco4 {
    background: #f2c6de;
    padding: 20px 10px !important;
}

.plan-card {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* testimonial */

#testimonial {
    background: rgb(237 242 250);
    padding: 30px 0px;
    /* padding-bottom: 30px; */
}

.testimonials-author {
    font-size: 24px;
    font-weight: 600;
}

.testimonials-quotes p {
    position: relative;
}

    .testimonials-quotes p:before {
        content: "“";
        font-size: 90px;
        font-weight: 400;
        left: 13px;
        opacity: .3;
        position: absolute;
        top: -8px;
        line-height: 1;
    }

.testimonials-quotes p {
    font-family: "Satisfy", cursive;
    font-weight: 300;
    font-size: 22px;
    color: #5e5e5e;
}

.testimonial-stars {
    font-size: 18px !important;
}

.review-carousel-section {
    padding: 30px 0px;
}

.testimonial-img img {
    border-radius: 50%;
    width: 50px !important;
    display: inline !important;
}

/* owl carousel */
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .owl-carousel .owl-item.active {
        /* transform: scale(1.2); */
        opacity: 1;
    }

    .owl-carousel .owl-item:not(.active) {
        /* transform: scale(1); */
        opacity: 0.5;
    }

.owl-carousel .item {
    background-color: #fff;
    padding: 30px;
    margin: 0;
    min-height: 500px;
    /* transition: transform 0.3s, opacity 0.3s; */
}

/* our location */
#our-locations {
    background-color: #FFFCF4;
    padding: 30px 0px;
}

.brand-address {
    text-align: left;
    border-left: 4px solid #f2b518;
    padding-left: 6px;
}

.brandPhoneNumber {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #4d4d4d;
    text-decoration: none;
}

/* contact-section */
#contact-section {
    padding: 45px 0px;
}

.contact-title {
    font-size: 20px;
    font-weight: 600;
}



.ticket-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.ticket {
    text-align: center;
    padding: 30px;
    width: 200px;
    border-radius: 10px;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* text-wrap-mode: nowrap; */
}

    .ticket:hover {
        transform: scale(1.05);
    }


/* Bronze Ticket */
.bronze-ticket {
    background: linear-gradient(to bottom, #cd7f32, #9c6528);
    border: 2px solid #814d17;
    color: white;
}

    .bronze-ticket h1, .bronze-ticket p {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

/* Silver Ticket */
.silver-ticket {
    background: linear-gradient(to bottom, #c0c0c0, #a9a9a9);
    border: 2px solid #7d7d7d;
    color: white;
}

    .silver-ticket h1, .silver-ticket p {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

/* Gold Ticket */
.gold-ticket {
    background: linear-gradient(to bottom, #ffd700, #e6b800);
    border: 2px solid #b29500;
    color: white;
}

    .gold-ticket h1, .gold-ticket p {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

.ticket:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 10px rgba(0, 0, 0, 0.2);
}

/*  footer */
.footer-link {
    text-decoration: none;
    color: black;
    font-size: 18px;
}
    .footer-link:hover {
        color: #1B6281;
    }
   
    .copyright {
        font-size: 14px;
        font-weight: 300;
        color: white;
        /* background: #050B2D; */
    }

    .copyright a {
        font-weight: 500;
        color: white;
        text-decoration: none;
    }


/*  */
#commonly-asked-questions {
    padding: 30px 0px;
    /* background-image: url('img/pexels-photo-356079.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5; */
}

.faq-box {
    min-height: 320px;
    border: 0.5px solid rgb(226, 222, 222);
    position: relative;
    line-height: 25px;
    /* background-color: #1B6281; */
    /* box-shadow: 0px 1px 7px rgb(0, 0, 0, 0.3); */
    /* padding: 20px; */
    /* border-radius: 10px; */
}

/* .faq-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: url('svg/wave.svg') no-repeat center bottom;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
} */

#sub-slider {
    position: relative;
    height: 200px;
    background-color: #FFFCF4;
    z-index: 10;
}

    #sub-slider h2, #sub-slider p {
        position: relative;
        z-index: 2;
    }

    #sub-slider::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('img/Untitled\ design\ \(19\).webp') bottom no-repeat;
        z-index: 1;
        opacity: 0.6;
    }

.btn-primary {
    background-color: #1B6281 !important;
    border: 2px solid #1B6281;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

    .btn-primary:hover {
        background-color: #ffff !important;
        border: 2px solid #1B6281;
        color: #1B6281;
    }

.sub-slider-title {
    color: #1B6281;
    font-size: 60px;
}

#sub-slider p {
    font-size: 22px;
    font-weight: 600;
}

/* doctor */
.keerthi-senthil-img {
    outline: 2px solid grey;
    outline-offset: 5px;
}

.dr-text {
    font-size: 18px;
}


#contact-us {
    padding: 30px 0px;
}



/* dental-plans */
#membership-rules {
    background-color: rgb(237 242 250);
    padding: 40px 20px;
}

    #membership-rules h2 {
        font-weight: bold;
        color: #0d6efd;
    }


.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.card ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1;
}

    .card ul li:last-child {
        border-bottom: none;
    }

    .card ul li::before {
        content: "\25CF";
        margin-right: 10px;
    }


/* animation */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}



/* blog */
.text-danger {
    color: #1b6281 !important;
}

.btn-danger {
    background-color: #1b6281 !important;
    border: none !important;
}

.border-danger {
    border-color: #1b6281 !important;
}

#blog .card {
    background: #f6f6f6;
    /* position: relative; */
}

#blog .card-body {
    /* margin: -50px auto 0px; */
    width: 90%;
    background-color: #fff;
    position: relative;
    top: -30px;
    margin: 0px auto;
}

.form-label {
    font-size: 20px;
    
}

@media (max-width: 1320px) {
    .carousel-title {
        font-size: 70px;
        font-weight: 500;
    }
}

@media (max-width: 992px) {
    .carousel-title {
        font-size: 60px;
        font-weight: 500;
    }

    .sub-slider-title {
        font-size: 50px;
    }
    .proceed {
        font-size: 50px;
    }
    .mainTitle .dsplan {
        font-size: 40px;
    }
    .brandsm {
        font-size: 35px;
        color: #1b6281;
    }

}

@media (max-width: 768px) {
    .carousel-title {
        font-size: 50px;
    }

    #why-proceed-plans p {
        font-size: 18px;
        word-spacing: 1.5px;
        margin-top: 30px;
    }

    #key-benefits p, #key-benefits li, .form-label {
        font-size: 18px;
    }

    .sub-slider-title {
        font-size: 40px;
    }
    .proceed {
        font-size: 40px;
    }
    .mainTitle .dsplan {
        font-size: 30px;
    }
    .brandsm {
        font-size: 25px;
        color: #1b6281;
    }
}

@media (max-width: 576px) {
    .carousel-title {
        font-size: 40px;
    }

    #why-proceed-plans p {
        font-size: 16px;
        word-spacing: 1px;
        margin-top: 20px;
    }
    .proceed {
        font-size: 30px;
    }
   
    .mainTitle .dsplan {
        font-size: 25px;
    }
    #key-benefits p, #key-benefits li {
        font-size: 16px;
    }

    tbody {
        font-size: 16px;
    }

    .sub-slider-title {
        font-size: 35px;
    }

    .g-recaptcha {
        transform: scale(0.7);
    }
    .dsplan{
        font-size:20px;
    }
}

.hidden {
    display: none;
}

/* testimonial */
.video-testimonial .image-container {
    overflow: hidden;
    border-radius: 20px;
    /* margin-bottom: 20px; */
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}

    .video-testimonial .image-container img {
        width: 100%;
        /* border: 4px solid #f2b518; */
        border-radius: 20px;
        display: block;
        transition: transform 0.3s ease;
    }

        .video-testimonial .image-container img:hover {
            transform: scale(1.05);
        }

.review-container {
    background: #feffff;
    border: 2px solid rgb(27 98 129 / 15%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.testimonial-author {
    font-size: 20px;
    font-weight: 600;
}

.testimonial-quotes {
    font-size: 26px;
}
.breadcrumb-item{
    font-weight:600;
}