body{
     font-size: 16px;
     margin-left: auto;
     font-weight: 600;
     font-family: sans-serif;
     color: #000000;
     background-color: #ffffff !important;
}
.bg-theme {
    background-color: #4c720f;
}
.bg-light-1 {
    background-color: #f4f1ea;
}

.btn-in {
background-color: #4c720f;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-in i {
    font-size: 20px;
    font-weight: 700;
}
.btn-in:hover {
background-color: #000000;
}

.nav-link {
    margin: 2px 10px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 15px;
}


.main-logo {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.hindi-cont {
    font-size: 12px;
    font-weight: 900;
    
}
.top-head {
    background-color: #4c720f;
}

.img-icon {
    width: 18px;
    height: 18px;
    overflow: hidden;
}

a{
    text-decoration: none;
    
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-info  a{
    text-decoration: none;
    color: #ffffff;
}

.main-header {
   
    width: 100%;
    background: #fff;
 
}
.hero .row{
    display: flex;
    align-items: stretch;
}

/* Left side carousel */
.hero .col-lg-7{
    display: flex;
}

.hero .carousel{
    height: 100%;
    width: 100%;
}

.hero .carousel-inner,
.hero .carousel-item{
    height: 100%;
}

.hero .carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Right side full height grid */
.hero .col-lg-5{
    display: flex;
}

.hero .col-lg-5 > .row{
    height: 100%;
    width: 100%;
}

/* Make all 4 boxes equal height */
.banner-box{
    min-height: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .banner-box img {
    width: 50px;
    height: 50px;
    overflow: hidden;

}

.banner-box {
    padding: 20px;
}
}



.small-img {
    width: 98px;
    height: 99px;
    overflow: hidden;
}
.locate {
    filter: brightness(0) invert(1);
}

.diseases_section {
    padding: 40px 0 50px 0;
}

.diseases_section h1 {
    font-size: 45px;
    font-weight: 700;
}

/*----ailments-section----*/

.ailments-section{
    padding:40px 0 50px 0;
}

/* .container{
    max-width:1300px;
    margin:auto;
} */
.section-title,
.section-title-h1 {
    text-align:center;
    font-size:49px;
    font-weight:600;
    color:#111;
    margin-bottom:15px;
}

.title-divider{
    width:180px;
    height:3px;
    background:#d9d9d9;
    margin:0 auto 40px;
    position:relative;
}

.title-divider::after{
    content:"";
    position:absolute;
    width:55px;
    height:4px;
    background:#f26a21;
    left:50%;
    top:-1px;
    transform:translateX(-50%);
}

.cards-wrapper{
    background:#fff;
    padding:18px;
    box-shadow:0 3px 12px rgba(0,0,0,0.12);
}

.cards-grid{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:14px;
}

.condition-card{
    position: relative;
    background:#4c720f;
    border:2px solid #6b9b18;
    text-align:center;
    padding:15px 10px;
    transition:.3s;
}

.condition-card::before{
    content:"";
    position:absolute;
    top:4px;
    left:4px;
    right:4px;
    bottom:4px;
    border:1px solid #ffffff;
    pointer-events:none;
}
.icon-circle{
    width:88px;
    height:88px;
    background:#fff;
    border-radius:50%;
    margin:0 auto 15px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon-circle img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.condition-card:hover .icon-circle img{
    border-radius:50%;
    transform:scale(1.3);
    transition:all 0.4s ease;
}
.icon-circle img{
    transition:all 0.4s ease;
}

.condition-card h4{
    color:#fff;
    font-size:15px;
    font-weight:600;
    line-height:1.4;
}

.btn-area{
    text-align:center;
    margin-top:50px;
}

.more-btn{
    display:inline-block;
    background:#4c720f;
    color:#fff;
    text-decoration:none;
    padding:18px 40px;
    border:2px solid #6b9b18;
    font-size:22px;
    font-weight:500;
    transition:.3s;
}

.more-btn:hover{
    background:#5a8615;
}

@media(max-width:1200px){
    .cards-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:768px){

    .section-title{
        font-size:34px;
    }

    .cards-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .condition-card h4{
        font-size:14px;
    }

    .more-btn{
        font-size:18px;
        padding:15px 25px;
    }
}

/*why-Choose*/

.why-choose{
    padding:40px 0px 50px 0px;
}

/* .container{
    max-width:1200px;
    margin:auto;
} */

/* .section-title{
    text-align:center;
    font-size:40px;
    font-weight:700;
    color:#000;
} */

.title-divider{
    width:160px;
    height:3px;
    background:#ddd;
    margin:12px auto 25px;
    position:relative;
}

.title-divider::after{
    content:"";
    width:50px;
    height:4px;
    background:#f26a21;
    position:absolute;
    left:50%;
    top:-1px;
    transform:translateX(-50%);
}

.section-description{
    max-width:1050px;
    margin:0 auto 40px;
    text-align:center;
    font-size:17px;
    line-height:1.8;
    color:#222;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.feature-card{
    background:#fff;
    box-shadow:0 4px 10px rgba(0,0,0,0.12);
    overflow:hidden;
    transition:0.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.feature-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}

.feature-title{
    background:#1d232b;
    color:#fff;
    text-align:center;
    padding:18px 10px;
    font-size:20px;
    font-weight:600;
}

@media(max-width:992px){

    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title{
        font-size:38px;
    }
}

@media(max-width:768px){

    .feature-grid{
        grid-template-columns:1fr;
    }

    .section-title{
        font-size:30px;
    }

    .section-description{
        font-size:15px;
    }
}

/*----treatment-steps-----*/
.treatment-steps{
    padding: 40px 0px 60px 0px;
}

/* .container{
    max-width:1200px;
    margin:auto;
} */

/* .section-title{
    text-align:center;
    font-size:40px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
} */

.title-divider{
    width:180px;
    height:3px;
    background:#d9d9d9;
    margin:0 auto 25px;
    position:relative;
}

.title-divider::after{
    content:'';
    width:55px;
    height:4px;
    background:#f26a21;
    position:absolute;
    left:50%;
    top:-1px;
    transform:translateX(-50%);
}

.section-description{
    max-width:1000px;
    margin:0 auto 50px;
    text-align:center;
    font-size:18px;
    line-height:1.7;
    color:#222;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.step-card{
    background:#5a8615;
    border:3px solid #fff;
    padding:25px;
    text-align:center;
    min-height:270px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:0.3s;
    box-shadow:0 4px 10px rgba(0,0,0,0.12);
    position:relative;
}

.step-card::before{
    content:"";
    position:absolute;
    top:8px;
    left:8px;
    right:8px;
    bottom:8px;
    border:1px solid rgba(255,255,255,0.6);
    pointer-events:none;
}
.step-number{
    font-size:58px;
    font-weight:800;
    color:#fff;
    line-height:1;
    margin-bottom:20px;
}

.step-icon{
    margin-bottom:20px;
}

.step-icon img{
    width:70px;
    height:70px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.step-title{
    font-size:24px;
    font-weight:700;
    color:#ffd83d;
    margin-bottom:8px;
}

.step-text{
    font-size:16px;
    line-height:1.5;
    color:#fff;
    font-weight:700;
}

.btn-wrapper{
    text-align:center;
    margin-top:45px;
}

.book-btn{
    display:inline-block;
    background:#5a8615;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    font-size:18px;
    font-weight:500;
    border:2px solid #7cb12a;
    transition:0.3s;
}

.book-btn:hover{
    background:#68991a;
}

@media(max-width:1024px){

    .steps-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .section-title{
        font-size:32px;
    }

    .section-description{
        font-size:15px;
    }

    .steps-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){

    .steps-grid{
        grid-template-columns:1fr;
    }
}

/*---consultation-content---*/

.consultation-section{
    background: #f4f1ea;
    padding: 50px 0 50px 0;
}

.consultation-title{
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
    color:#000;
}

.consultation-title span{
    color:#000;
}
/* 
.consultation-title span br + *{
    color:#006d67 !important;
} */

.title-line{
    display:flex;
    gap:8px;
}

.line-orange{
    width:55px;
    height:4px;
    background:#ea5c2c;
}



.consultation-text{
    font-size:1.1rem;
    line-height:1.8;
    color:#222;
}

/* Cards */
.advantage-card{
    background:#fff;
    border:1px solid #000000;
    padding:25px 20px;
    min-height:240px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.advantage-card:hover{
    transform:translateY(-5px);
}

.advantage-card i{
    font-size:55px;
    color:#bfc83d;
    margin-bottom:20px;
}

.advantage-card h5{
    font-size:1rem;
    letter-spacing:1px;
    margin-bottom:8px;
    font-weight:600;
}
.spinner-border {
    color: #fdfdfd;
}

/* Form */
.consultation-form{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.form-header{
    background:#5a8615;
    color:#fff;
    text-align:center;
    font-weight:700;
    font-size:1.4rem;
    letter-spacing:2px;
    padding:18px;
    position:relative;
}

.form-header::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:12px solid #5a8615;
}

.custom-input{
    border-radius:12px;
    padding:12px 15px;
    border:1px solid #d9d9d9;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.custom-input:focus{
    border-color:#5a8615;
    box-shadow:0 0 0 .2rem rgba(0,122,121,.15);
}

.btn-book{
    background:#000;
    color:#fff;
    padding:12px 35px;
    border-radius:12px;
    font-weight:600;
    letter-spacing:1px;
}

.btn-book:hover{
    background:#bfc83d;
    color:#fff;
}

@media (max-width: 991px){
    .consultation-title{
        font-size:2.2rem;
    }
}

/*=== OFFCANVAS=== */


.offcanvas-start{
    width:450px;
    background:#f5f5f5;
}

.contact-widget{
    padding:10px 5px 20px;
}

/* LOGO */
.logo-box img{
    max-width:230px;
    width:100%;
}

/* DESCRIPTION */
.contact-desc{
    font-size:16px;
    line-height:1.7;
    color:#000;
    font-weight:500;
    margin:20px 0 30px;
}

/* HEADING */
.contact-heading h2{
    font-size:28px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
}

.heading-line{
    display:flex;
    align-items:center;
    margin-bottom:35px;
}

.line-dark{
    width:55px;
    height:4px;
    background:#5a8615;
}

.line-light{
    width:95px;
    height:1px;
    background:#5a8615;
}

/* CONTACT ITEMS */
.contact-item{
    display:flex;
    gap:15px;
    margin-bottom:28px;
}

.icon-box{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#5a8615;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
}

.contact-content{
    font-size:16px;
    line-height:1.5;
    color:#000;
    font-weight:500;
}

.contact-content strong{
    font-weight:700;
}

/* APPOINTMENT BUTTON */
.appointment-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#5a8615;
    color:#fff;
    text-decoration:none;
    padding:15px;
    font-size:18px;
    font-weight:500;
    border:3px solid #5a8615;
    transition:.3s;
}

.appointment-btn:hover{
    background:#5a8615;
    color:#fff;
}

.custom-divider{
    margin:30px 0;
    border-top:1px solid #cfcfcf;
}

/* SOCIAL ICONS */
.social-links{
    display:flex;
    justify-content:center;
    gap:16px;
}

.social-links a{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#5a8615;
    border:3px solid #fff;
    box-shadow:0 0 0 2px #5a8615;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    transition:.3s;
}

.social-links a:hover{
    background:#5a8615;
    transform:translateY(-3px);
}

/* MOBILE */
@media(max-width:576px){

    .offcanvas-start{
        width:100%;
    }

    .contact-heading h2{
        font-size:24px;
    }

    .contact-content{
        font-size:15px;
    }

    .appointment-btn{
        font-size:16px;
    }
}

/*====stories of health====*/
.health-healing-section{
    background:#f5f5f5;
    padding:40px 0 50px 0;
}

/* HEADING */
/* .section-title{
    font-size:52px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
} */

.title-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:50px;
}

.title-divider .line{
    width:70px;
    height:1px;
    background:#ff5a1f;
}

.title-divider .center-line{
    width:55px;
    height:4px;
    background:#ff5a1f;
}

/* VIDEO CARD */
.video-card{
    display:block;
    text-decoration:none;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    transition:.3s;
    overflow:hidden;
    height:100%;
}

.video-card:hover{
    transform:translateY(-8px);
}

.video-thumbnail{
    position:relative;
}

.video-thumbnail img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

/* YOUTUBE - PLAY - BUTTON */
.youtube-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:68px;
    height:48px;
    background:#ff0000;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
}

.youtube-btn i{
    color:#fff;
    font-size:22px;
    margin-left:3px;
}

.video-card:hover .youtube-btn{
    background:#cc0000;
}

.video-content{
    padding:15px;
    text-align:center;
    color:#5a8615;
    font-size:18px;
    line-height:1.5;
    font-weight:500;
}

/* BUTTON */
.more-video-btn{
    display:inline-block;
    background:#5a8615;
    color:#fff;
    padding:14px 25px;
    text-decoration:none;
    border:3px solid #5a8615;
    font-size:18px;
    transition:.3s;
}

.more-video-btn:hover{
    background:#5a8615;
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:991px){

    .section-title{
        font-size:40px;
    }

    .video-content{
        font-size:16px;
    }
}

@media(max-width:576px){

    .section-title{
        font-size:30px;
    }

    .video-thumbnail img{
        height:220px;
    }
}

/*===our happy clients==*/

.clients_testimonials{
    padding: 50px 0 50px 0;
    background:#ebe6db;
    overflow:hidden;
}

/* .clients_testimonials .title{
    font-size:64px;
    line-height:1;
    font-weight:700;
    color:#0b4d3a;
    margin-bottom:30px;
    letter-spacing:-2px;
} */

.clients_testimonials p{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

.clients_testimonials .testimonials{
    display:flex;
    align-items:center;
    gap:40px;
    background:#fff;
    border-radius:20px;
    padding:25px;
    min-height:420px;
}

.clients_testimonials .profile{
    width:280px;
    flex-shrink:0;
}

.clients_testimonials .profile img{
    width:100%;
    border-radius:18px;
    display:block;
    object-fit:cover;
}

.clients_testimonials .message{
    flex:1;
}

.clients_testimonials .client_name{
    font-size:28px;
    font-weight:700;
    color:#5a8615;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    gap:15px;
}

.clients_testimonials .client_name a{
    display:inline-flex;
}

.clients_testimonials .client_name img{
    width:150px;
    height:60px;
    transition:.3s;
}

.clients_testimonials .client_name img:hover{
    transform:scale(1.1);
}

.clients_testimonials .message p{
    font-size:14px;
    line-height:1.4;
    color:#555;
    font-weight: 400;
    margin-bottom:15px;
}

.clients_testimonials .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    pointer-events:none;
}

.clients_testimonials .owl-prev,
.clients_testimonials .owl-next{
    position:absolute;
    width:52px;
    height:52px;
    border-radius:50% !important;
    background:#5a8615!important;
    color:#fff !important;
    font-size:30px !important;
    line-height:52px !important;
    margin:0 !important;
    pointer-events:auto;
    transition:.3s;
}

.clients_testimonials .owl-prev{
    left:-25px;
}

.clients_testimonials .owl-next{
    right:-25px;
}

.clients_testimonials .owl-prev:hover,
.clients_testimonials .owl-next:hover{
    background:#5a8615 !important;
}

.clients_testimonials .owl-prev span,
.clients_testimonials .owl-next span{
    position:relative;
    top:-2px;
}

.clients_testimonials .owl-dots{
    text-align:center;
    margin-top:30px;
}

.clients_testimonials .owl-dot span{
    width:12px;
    height:12px;
    background:#ccc;
    display:block;
    border-radius:50%;
}

.clients_testimonials .owl-dot.active span{
    background:#5a8615;
}

@media(max-width:991px){

    .clients_testimonials{
        padding:60px 0;
    }

    .clients_testimonials .title{
        font-size:42px;
        margin-bottom:20px;
    }

    .clients_testimonials .testimonials{
        flex-direction:column;
        text-align:center;
    }

    .clients_testimonials .profile{
        width:220px;
    }

    .clients_testimonials .client_name{
        justify-content:center;
        font-size:24px;
    }

    .clients_testimonials .owl-prev{
        left:5px;
    }

    .clients_testimonials .owl-next{
        right:5px;
    }
}

/*==founder==*/
/* ===== Founders Section ===== */

.founders-section {
    background: #ffffff;
    padding: 40px 0 50px 0;
}

/* .container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
} */

.section-heading h2 {
    font-size: 56px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.underline {
    display: block;
    width: 55px;
    height: 4px;
    background: #f26522;
    margin-bottom: 25px;
}

/* .section-heading p {
    max-width: 1100px;
    font-size: 22px;
    line-height: 1.7;
    color: #222;
    margin-bottom: 50px;
} */

.founders-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.founder-card {
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-6px);
}

.founder-card img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.founder-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #111;
}

/* ===== Responsive ===== */

@media (max-width: 1199px) {
    .founders-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 48px;
    }

    .founder-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .founders-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .section-heading p {
        font-size: 18px;
    }

    .founder-card h3 {
        font-size: 24px;
    }
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.image-wrapper img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: all 0.4s ease;
}

/* Button */
.profile-btn {
    background: #fff;
    color: #000;
    text-decoration: none;

    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;

    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* Hover Effects */
.image-wrapper:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.image-wrapper:hover .profile-btn {
    transform: translateY(0);
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

/*===media===*/

.media-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
}

.media-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.media-card {
    width: 240px;
    height: 90px;
    background: #fff;

    border: 1px solid #e8e8e8;
    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;

    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    transition: all .3s ease;
}

.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.media-card img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all .3s ease;
}

.media-card:hover img {
    filter: grayscale(0%);
}

/*===footer=====*/
.footer {
    background: #5a8615 ;
    color: #ffffff;
    /* font-family: 'Poppins', sans-serif; */
}

.footer .container {
    max-width: 1400px;
    margin: auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.1fr 1.5fr 1fr 1.2fr;
    gap: 60px;
    padding: 50px 40px;
}

.footer h3 {
    font-size: 34px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footer-logo {
    width: 110px;
    margin-bottom: 25px;
}

.footer-about p {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 25px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icons a {
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #005c55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
}

.security-badge {
    max-width: 130px;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ffd700;
    padding-left: 6px;
}

.footer-links a::before {
    content: "›";
    margin-right: 10px;
}

.hours-box {
    margin-bottom: 30px;
}

.hours-box h4 {
    margin-bottom: 10px;
    font-size: 24px;
}

.hours-box p {
    color: #ffffff;
    line-height: 1.7;
}

.contact-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-item i {
    color: #ffdf30;
    font-size: 28px;
    margin-top: 5px;
}

.contact-item p {
    line-height: 1.8;
    color: #ffffff;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 30px 40px;
    text-align: center;
}

.footer-disclaimer p {
    max-width: 1300px;
    margin: auto;
    color: #ffffff;
    line-height: 1.8;
}

.footer-bottom {
    text-align: center;
    padding: 25px;
}

.footer-bottom p {
    color: #ffffff;
}

