.alert-success-msg{
    background:#d4edda;
    color:#155724;
    border:1px solid #c3e6cb;
    padding:12px 15px;
    border-radius:5px;
    text-align:center;
    font-weight:600;
    margin-top:15px;
}

.ayurveda-title {
    position: relative;
    padding: 20px 15px;
}

.ayurveda-icon {
    margin-bottom: 18px;
    animation: float 3s ease-in-out infinite;
}

.sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.sub-title span {
    width: 45px;
    height: 2px;
    background: #8BAE5A;
    border-radius: 50px;
}

.sub-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #7A9D45;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ayurveda-title .title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f3b2c;
    margin-bottom: 20px;
}

.ayurveda-title p {
    max-width: 700px;
    margin: auto;
    font-size: 17px;
    line-height: 30px;
    color: #6b6b6b;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media(max-width:768px){

    .ayurveda-title .title{
        font-size: 34px;
    }

    .sub-title h3{
        font-size: 14px;
    }

    .ayurveda-title p{
        font-size: 15px;
        line-height: 26px;
    }

}

.top_bar{
    background:#1f6306;
}
.hero-section .hero-slider.prt-slider .slick-list {
    padding-bottom: 0;
}

.social_icons a{
    font-size:16px;
    transition:0.3s;
    color:#fff;
}

/* Phone & Email Icons */
.top_bar .fa-phone-alt,
.top_bar .fa-envelope{
    color:#fff;
}

/* Phone & Email Text */
.top_bar a{
    color:#fff;
}

/* Optional Hover Effect */
.top_bar a:hover{
    color:#f5f5f5;
}

.social_icons a:hover{
    opacity:0.8;
}

.appointment-btn{
    padding:10px !important;
}

.hero-section .hero-slide.slide-1 {
    background-image: url(../images/slides/slide1.png);
}
.hero-section .hero-slide.slide-2 {
    background-image: url(../images/slides/slide2.png);
}

.prt_floting_customsett
{
    display:none;
}








/* =========================================
   Ayurveda Treatment Section - Elegant Style
========================================= */

.ayurveda-treatment-section{
    position: relative;
}

/* Equal Height */
.ayurveda-treatment-section .slick-track{
    display: flex !important;
}

.ayurveda-treatment-section .slick-slide{
    height: inherit !important;
    padding: 12px;
}

.ayurveda-treatment-section .slick-slide > div{
    height: 100%;
}

/* Main Card */
.ayurveda-treatment-section .featured-imagebox-service.style1{
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #f8f5ef;
    transition: all .4s ease;
    border: 1px solid rgba(120, 146, 92, 0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

/* Soft Ayurveda Hover */
.ayurveda-treatment-section .featured-imagebox-service.style1:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(83, 107, 59, 0.10);
    background: #fbf9f4;
}

/* Image */
.ayurveda-treatment-section .featured-thumbnail{
    position: relative;
    overflow: hidden;
}

.ayurveda-treatment-section .featured-thumbnail img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all .5s ease;
    border-radius: 26px 26px 0 0;
}

/* Natural Overlay */
.ayurveda-treatment-section .featured-thumbnail::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(34, 49, 27, 0.18),
    rgba(34, 49, 27, 0.02));
}

.ayurveda-treatment-section .featured-imagebox-service.style1:hover img{
    transform: scale(1.05);
}

/* Content */
.ayurveda-treatment-section .featured-content{
    position: relative;
    text-align: center;
    padding: 24px 20px 26px;
}

/* Small Leaf Decoration */
.ayurveda-treatment-section .featured-content::before{
    content: "❋";
    display: block;
    font-size: 18px;
    color: #88a85b;
    margin-bottom: 10px;
    opacity: .8;
}

/* Heading */
.ayurveda-treatment-section .featured-title h3{
    margin-bottom: 8px;
}

.ayurveda-treatment-section .featured-title h3 a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #2d3f31;
    transition: all .3s ease;
    letter-spacing: .2px;
}

/* Hover Title */
.ayurveda-treatment-section .featured-imagebox-service.style1:hover .featured-title h3 a{
    color: #76974b;
}

/* Sanskrit Text */
.ayurveda-treatment-section .featured-desc p{
    margin: 0;
    color: #a78552;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
}

/* =========================================
   Slider Navigation
========================================= */

.ayurveda-treatment-section .slick-arrow{
    position: absolute;
    top: -80px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #f3f1ea;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    z-index: 9;
    transition: all .3s ease;
    font-size: 0;
}

.ayurveda-treatment-section .slick-arrow:hover{
    background: #7d9b54;
}

/* Prev */
.ayurveda-treatment-section .slick-prev{
    right: 62px;
}

.ayurveda-treatment-section .slick-prev::before{
    content: "←";
    font-size: 20px;
    color: #2d3f31;
}

/* Next */
.ayurveda-treatment-section .slick-next{
    right: 0;
}

.ayurveda-treatment-section .slick-next::before{
    content: "→";
    font-size: 20px;
    color: #2d3f31;
}

/* Arrow Hover */
.ayurveda-treatment-section .slick-arrow:hover::before{
    color: #fff;
}

/* Mobile */
@media(max-width:768px){

    .ayurveda-treatment-section .featured-thumbnail img{
        height: 200px;
    }

    .ayurveda-treatment-section .featured-title h3 a{
        font-size: 17px;
        line-height: 26px;
    }

    .ayurveda-treatment-section .slick-arrow{
        display: none !important;
    }

}

/* Slider Wrapper */
.slick_slider{
    position: relative;
}

/* Arrow Base */
.slick_slider .slick-prev,
.slick_slider .slick-next{
    width: 58px;
    height: 58px;

    border-radius: 50%;
    border: 2px solid #d7c7ad;

    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    z-index: 10;
    transition: 0.3s ease;
}

/* Remove Default Icon */
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before{
    display: none;
}

/* Custom Icons */
.slick_slider .slick-prev:after,
.slick_slider .slick-next:after{
    font-size: 24px;
    font-weight: 600;
    color: #7b6b52;
}

/* Left Arrow Symbol */
.slick_slider .slick-prev:after{
    content: "←";
}

/* Right Arrow Symbol */
.slick_slider .slick-next:after{
    content: "→";
}

/* Position */
.slick_slider .slick-prev{
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.slick_slider .slick-next{
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}

/* Hover */
.slick_slider .slick-prev:hover,
.slick_slider .slick-next:hover{
    background: #f6efe4;
    transform: translateY(-50%) scale(1.05);
}

.cta-title{
    font-family: 'Poppins', serif !important;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1f3b2f;
}

.explore-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px;
    padding: 6px 42px;

    border-radius: 50px;
    border: 2px solid #1f3b2f;

    background: transparent;
    color: #1f3b2f;
    text-decoration: none;

    font-weight: 600;
    letter-spacing: 0.5px;

    transition: 0.3s ease;
}

.explore-btn:hover{
    background: #1f3b2f;
    color: #fff;
    transform: translateY(-2px);
}


/*==============================
    Why Choose Section
==============================*/

.why-choose-section{
    padding: 80px 0;
    position: relative;
}

.why-choose-wrapper{
    background: linear-gradient(90deg,#16351f 0%, #1f4b2b 50%, #16351f 100%);
    border-radius: 24px;

    padding: 60px 40px;

    position: relative;
    overflow: hidden;
}

/* Optional soft glow */
.why-choose-wrapper::before{
    content: "";

    position: absolute;
    top: -100px;
    left: -100px;

    width: 250px;
    height: 250px;

    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.why-small-title{
    color: #d6e7d0;

    font-size: 16px;
    font-weight: 500;

    margin-bottom: 10px;
}

.why-main-title{
    color: #fff;

    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;

    margin-bottom: 50px;
}

/*==============================
    Why Box
==============================*/

.why-box{
    text-align: center;
    padding: 15px 10px;

    transition: 0.3s ease;
}

.why-box:hover{
    transform: translateY(-5px);
}

.why-icon{
    width: 78px;
    height: 78px;

    margin: 0 auto 22px;

    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);

    background: rgba(255,255,255,0.04);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #dcebcf;

    transition: 0.3s ease;
}

.why-box:hover .why-icon{
    background: rgba(255,255,255,0.08);
    transform: scale(1.05);
}

.why-icon svg{
    width: 38px;
    height: 38px;
}

/* Title */
.why-box h3{
    color: #fff;

    font-size: 20px;
    font-weight: 600;

    margin-bottom: 12px;
}

/* Description */
.why-box p{
    color: rgba(255,255,255,0.75);

    font-size: 15px;
    line-height: 1.7;

    margin-bottom: 0;
}

/*==============================
    Responsive
==============================*/

@media(max-width:991px){

    .why-main-title{
        font-size: 34px;
    }

    .why-box{
        margin-bottom: 30px;
    }

}

@media(max-width:767px){

    .why-choose-wrapper{
        padding: 50px 25px;
    }

    .why-main-title{
        font-size: 28px;
    }

    .why-box h3{
        font-size: 18px;
    }

}

.why-choose-section{
     padding: 0;
}
.why-choose-wrapper{
    border-radius: 0;
}

.why-choose-wrapper h2.title{
    color:#fff;
}

.why-choose-wrapper p
{
    color:#ccc;
}

.why-choose-wrapper .sub-title h3
{
    color:#ccc;
}





/*========================================
    Conditions Section
========================================*/

.conditions-section{
    padding: 80px 0;
    background: #fdfcf8;
}

/* Section Heading */
.conditions-section .sub-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.conditions-section .sub-title span{
    width: 45px;
    height: 1px;
    background: #9bb27c;
}

.conditions-section .sub-title h3{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6f8f4e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.conditions-section .title-header .title{
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 0;
}

/* Conditions Grid */
.conditions-wrapper{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    margin-top: 50px;
}

/* Single Item */
.condition-item{
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;

    min-height: 78px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 18px 20px;

    text-decoration: none;

    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.condition-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 0%;
    height: 100%;

    background: linear-gradient(90deg,#7b9f4d 0%, #94b86a 100%);
    transition: all 0.4s ease;
    z-index: 0;
}

.condition-item i,
.condition-item span{
    position: relative;
    z-index: 2;
}

.condition-item i{
    font-size: 22px;
    color: #7d9d57;
    transition: all 0.35s ease;
}

.condition-item span{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #222222;
    transition: all 0.35s ease;
}

/* Hover */
.condition-item:hover{
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.condition-item:hover::before{
    width: 100%;
}

.condition-item:hover i,
.condition-item:hover span{
    color: #ffffff;
}

/* Button */
.conditions-section .prt-btn{
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(90deg,#6f9444 0%, #85a957 100%);
    color: #ffffff !important;
    transition: all 0.35s ease;
}

.conditions-section .prt-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(111,148,68,0.25);
}

/*========================================
    Responsive
========================================*/

/* Large Desktop */
@media (max-width: 1399px){

    .conditions-wrapper{
        grid-template-columns: repeat(4, 1fr);
    }

}

/* Laptop */
@media (max-width: 1199px){

    .conditions-section .title-header .title{
        font-size: 44px;
        line-height: 54px;
    }

}

/* Tablet */
@media (max-width: 991px){

    .conditions-section{
        padding: 70px 0;
    }

    .conditions-wrapper{
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .conditions-section .title-header .title{
        font-size: 38px;
        line-height: 48px;
    }

    .condition-item{
        min-height: 72px;
        padding: 16px 18px;
    }

}

/* Mobile */
@media (max-width: 767px){

    .conditions-section{
        padding: 60px 0;
    }

    .conditions-wrapper{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 35px;
    }

    .conditions-section .title-header .title{
        font-size: 32px;
        line-height: 42px;
    }

    .conditions-section .sub-title h3{
        font-size: 14px;
    }

    .condition-item{
        border-radius: 14px;
        min-height: 65px;
        padding: 14px;
        gap: 10px;
    }

    .condition-item i{
        font-size: 18px;
    }

    .condition-item span{
        font-size: 13px;
        line-height: 20px;
    }

    .conditions-section .prt-btn{
        padding: 12px 24px;
        font-size: 14px;
    }

}

/* Small Mobile */
@media (max-width: 480px){

    .conditions-wrapper{
        grid-template-columns: 1fr;
    }

    .conditions-section .title-header .title{
        font-size: 28px;
        line-height: 36px;
    }

}

.marquee-text:before {
    font-size: 0;
}

.contact-info-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info-list .list-items{
    display: flex;
    align-items: flex-start;
    gap: 12px;

    width: 100%;

    margin-bottom: 10px;

    float: none !important;
}

.contact-info-list .contact-icon{
    flex: 0 0 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 6px;

    line-height: 1;
}

/* Yellow Icons */
.contact-phone-icon,
.contact-location-icon,
.contact-email-icon{
    color: #d8b15a;
}

/* SVG */
.contact-svg-icon{
    width: 18px;
    height: 18px;

    display: block;

    fill: #d8b15a;
}

/* Text */
.contact-info-list .list-items a,
.contact-info-list .list-items span{
    font-size: 15px;
    line-height: 140%;
    color: #ffffff;
    text-decoration: none;
}

.contact-info-list .list-items a:hover{
    color: #d8b15a;
}

/* Responsive */
@media(max-width:767px){

    .contact-info-list .list-items{
        gap: 10px;
        margin-bottom: 14px;
    }

    .contact-info-list .contact-icon{
        flex: 0 0 16px;
        margin-top: 5px;
    }

    .contact-svg-icon{
        width: 16px;
        height: 16px;
    }

    .contact-info-list .list-items a,
    .contact-info-list .list-items span{
        font-size: 14px;
        line-height: 24px;
    }

}

ul.footer-menu-list li.footer-menu-item {
    padding: 2px 20px 7px 25px;
    font-size: 14px;
    line-height: 24px;
    width: calc(100%);
    display: inline-block;
    vertical-align: top;
}

ul.footer-menu-list li.footer-menu-item a{
    font-size: 14px;
    color:rgba(255,255,255,0.78);
}




/* Parent Wrapper */
.footer-treatments-wrapper .footer-menu-list{
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px 24px;
}

/* List Item */
.footer-treatments-wrapper .footer-menu-item{
    position: relative;
    padding-left: 24px;
    transition: all 0.3s ease;
}

/* Custom Bullet Icon */
.footer-treatments-wrapper .footer-menu-item::before{
    content: "";
    width: 10px;
    height: 10px;

    position: absolute;
    left: 0;
    top: 8px;

    border-radius: 50%;
    background: linear-gradient(135deg, #8fd16d, #d8b36a);

    box-shadow: 0 0 8px rgba(143, 209, 109, 0.5);
}

/* Link Style */
.footer-treatments-wrapper .footer-menu-item-link{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;

    transition: all 0.3s ease;

    display: inline-block;
}

/* Hover Effects */
.footer-treatments-wrapper .footer-menu-item:hover{
    transform: translateX(4px);
}

.footer-treatments-wrapper .footer-menu-item:hover .footer-menu-item-link{
    color: #d8b36a;
}

/* Mobile */
@media(max-width: 767px){

    .footer-treatments-wrapper .footer-menu-list{
        grid-template-columns: 1fr;
        gap: 12px;
    }

}

/* Completely Remove Hover Effects & Borders */
.footer-social-icons-link,
.footer-social-icons-link:hover,
.footer-social-icons-link:focus,
.footer-social-icons-link:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
    transition: none !important;
}

.footer-social-icons-link svg,
.footer-social-icons-link:hover svg{
    transform: none !important;
    opacity: 1 !important;
}

ul.footer-social-icons li a {
    font-size: 14px;
    padding: 3px 10px 3px 0px;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

/* Footer About Section */
.footer-about{
    margin-bottom: 40px;
    max-width: 320px;
}

/* Logo */
.footer-about-logo img{
    max-width: 180px;
    width: 100%;
    margin-bottom: 18px;
}

/* Description */
.footer-about-text{
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Read More Button */
.footer-about-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #d8b36a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* Arrow */
.footer-about-btn::after{
    content: "→";
    transition: transform 0.3s ease;
}

/* Hover */
.footer-about-btn:hover{
    color: #ffffff;
}

.footer-about-btn:hover::after{
    transform: translateX(4px);
}


/* Book Button */
.menu-book-btn a{
    background: #ffcd1e;
    color: #111111 !important;

    padding: 10px 38px !important;

    border-radius: 60px;
    display: inline !important;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    line-height: 1;
    text-align: center;

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
}

/* Remove Theme Circle Hover Effect */
.menu-book-btn a::before,
.menu-book-btn a::after{
    display: none !important;
    content: none !important;
}

/* Hover */
.menu-book-btn a:hover{
    background: #1f4b2b !important;
    color: #ffffff !important;

    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* Herbal Menu Item */
.herbal-menu-item a{
    background: #1f6306;
    color: #ffffff !important;

    padding: 10px 38px !important;

    border-radius: 60px;
    display: inline !important;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    line-height: 1;
    text-align: center;

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
}

/* Remove Theme Circle Hover Effect */
.herbal-menu-item a::before,
.herbal-menu-item a::after{
    display: none !important;
    content: none !important;
}

/* Hover */
.herbal-menu-item a:hover{
    background: #ffcd1e !important;
    color: #111111 !important;

    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}



.prt-page-title-row {
    background-image: url(../images/headerbg.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 77px 0 85px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

.prt-page-title-row.style4 .page-title-heading h2 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    color:#1f6306;  
}

.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span {
    font-size: 46px;
}

.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../img/about_drjasmeet.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
    color: #000;
}

.featured-imagebox-team.style1 .featured-content .prt-history .d-flex {
    justify-content: center;
    display: none !important;
}

.prt-btn.prt-btn-style-border:link,.prt-btn.prt-btn-style-border:active,.prt-btn.prt-btn-style-border:visited {
    background-color: #ffcd1e;
    border: 0px solid currentColor;
}

.prt-btn.prt-btn-style-border:hover {
    
    border: 0 !important;
}



.cta-bnt{
    margin-top:40px;
}





#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item{
    width:100%;
}

.hero-slide{
    width:100%;
    aspect-ratio:16/7;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.hero-slide .container,
.hero-slide .row{
    height:100%;
}

.carousel-item a{
    display:block;
    width:100%;
    height:100%;
}

@media(max-width:767px){

   .slide {
    height: auto;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

}



/* Floating CTA Container */
.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.cta-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* WhatsApp Green */
.whatsapp-btn {
  background: #25D366;
}

/* Call Blue */
.call-btn {
  background: #0098db;
}

/* Hover Effects */
.cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  opacity: 0.95;
}

/* Icon Size */
.cta-btn i {
  font-size: 24px;
}

/* Mobile Only */
@media (max-width: 767px) {

  .floating-cta {
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .cta-btn {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .cta-btn i {
    font-size: 20px;
  }

}








.pdf-section{
    width:100%;
    background:#dfe3e6;
    overflow:hidden;
    position:relative;
    padding:20px 0;
}

/* TOOLBAR */

.pdf-toolbar{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
    z-index:999;
    position:relative;
}

.pdf-toolbar button{
    border:none;
    background:#111;
    color:#fff;
    padding:10px 16px;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
    font-size:14px;
}

.pdf-toolbar button:hover{
    background:#444;
}

.zoom-box{
    display:flex;
    align-items:center;
    gap:10px;
}

#zoomValue{
    font-weight:bold;
    min-width:60px;
    text-align:center;
}

/* BOOK AREA */

.book-wrapper{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:auto;
    padding:20px;
    box-sizing:border-box;
}

/* FLIPBOOK */

#flipbook{
    margin:auto;
}

/* PAGE */

.page{
    background:white;
    overflow:hidden;
}

.page canvas{
    width:100%;
    height:100%;
    display:block;
}

/* SHADOW */

#flipbook .page-wrapper{
    box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

/* MOBILE */

@media(max-width:768px){

    .pdf-toolbar button{
        padding:8px 12px;
        font-size:12px;
    }

    .zoom-box{
        width:100%;
        justify-content:center;
    }

}

/* LOADER */

#pdfLoader{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.92);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.loader-spinner{
    width:60px;
    height:60px;
    border:5px solid #ddd;
    border-top:5px solid #111;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin-bottom:15px;
}

@keyframes spin{

    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(360deg);
    }

}

#pdfLoader p{
    font-size:16px;
    font-weight:600;
    color:#111;
}






/* Language Switcher */
.language-switcher{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px auto 40px auto;
    width: 100%;
}

/* Buttons */
.language-switcher .lang-btn{
    border: none;
    background: #1b5e20;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.language-switcher .lang-btn:hover{
    background: #0d3b12;
    transform: translateY(-2px);
}

.language-switcher .lang-btn.active{
    background: #ff9800;
    color: #fff;
}

/* Language Content */
.lang-content{
    display: none;
}

.lang-content.active{
    display: block;
}

/* Responsive */
@media(max-width:767px){

    .language-switcher{
        gap: 10px;
        padding: 0 10px;
    }

    .language-switcher .lang-btn{
        padding: 8px 16px;
        font-size: 12px;
    }

}









.appointment-wrapper{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}

/* Main Button */
.appointment-toggle{
    background: #007bff;
    color: #fff;
    border: none;
    outline: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
    min-width: 220px;
}

.appointment-toggle:hover{
    background: #0056d2;
    transform: translateY(-2px);
}

/* Options Container */
.appointment-options{
    display: none;
    flex-direction: row;
    gap: 12px;
    margin-top: 5px;
    margin-bottom: 12px;
    animation: fadeUp 0.3s ease;
}

/* Active Class */
.appointment-options.show{
    display: flex;
}

/* Option Buttons */
.appointment-link{
    background: #ffffff;
    color: #007bff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    border: 2px solid #007bff;
}

.appointment-link:hover{
    background: #007bff;
    color: #fff;
}

/* Animation */
@keyframes fadeUp{
    from{
        opacity: 0;
        transform: translateY(10px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width: 576px){

    .appointment-wrapper{
        bottom: 15px;
        width: 90%;
    }

    .appointment-toggle{
        width: 100%;
        font-size: 15px;
        padding: 13px 20px;
    }

    .appointment-options{
        width: 100%;
        justify-content: center;
    }

    .appointment-link{
        flex: 1;
        text-align: center;
        padding: 12px 10px;
        font-size: 14px;
    }
}