.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height:1.4;
    color: var(--bs-heading-color);
}
/* Badge */
.hero-section{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    background:url(../images/caterer-banner.jpeg) center/cover;

    padding:60px 0;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(25,15,10,.78);

}
.hero-hindi-tag{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:12px 24px;

    margin-bottom:30px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.35);

    border-radius:50px;

    backdrop-filter:blur(10px);

}

.hindi-line-1{

    color:#f4c542;

    font-size:18px;

    font-weight:700;

}

.hindi-divider{

    color:#fff;

    font-size:18px;

}

.hindi-line-2{

    color:#fff;

    font-size:17px;

    font-weight:500;

}

@media(max-width:768px){

.hero-hindi-tag{

    flex-direction:column;

    gap:6px;

    border-radius:18px;

    padding:14px 18px;

}

.hindi-divider{

    display:none;

}

.hindi-line-1{

    font-size:16px;

}

.hindi-line-2{

    font-size:15px;

}

}

.hero-content{

    position:relative;

    text-align:center;

    background:rgba(0,0,0,0.3);


    border:1px solid rgba(255,255,255,.12);

    border-radius:28px;

    padding:70px 60px;

}

.hero-title{

    line-height:1.1;


}

.line-1{

    display:block;

    font-size:42px;

    color:#fff;

    font-weight:700;

}

.line-2{

    display:block;

    margin-top:12px;

    font-size:28px;

    color:#d9c7a3;

    font-style:italic;

    letter-spacing:6px;

    text-transform:uppercase;

}

.line-3{

    display:inline-block;

    margin-top:8px;

    font-size:42px;

    font-weight:800;

    color:#f2c14e;

    text-shadow:
        0 3px 15px rgba(242,193,78,.35);

}

.hero-subtitle{


    font-size:54px;

    font-weight:600;

}

.bride{

    color:#fff;

}

.food{

    color:#fff;

    background:linear-gradient(135deg,#8b1e24,#b92b32);

    padding:0px 22px;

    border-radius:12px;

    margin-left:10px;

    box-shadow:0 12px 30px rgba(139,30,36,.35);

}

.hero-title span{

    color:#d4af37;

}

.hero-subtitle{

    color:#fff;

    font-size:48px;

}


.hero-heading{

    color:#d4af37;

    margin-bottom:30px;

    font-size:26px;

}

.hero-features{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

    margin-bottom:35px;

}

.hero-features span{

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.15);

    padding:12px 22px;

    color:#fff;

    border-radius:40px;

}

.hero-description{

    color:#fff;

    font-size:24px;

    max-width:900px;

    margin:auto;

    margin-bottom:30px;

}

.hero-trust{

    max-width:850px;

    margin:0 auto;

    padding:22px;

    border-radius:16px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.35);

    color:#fff;

    line-height:1.8;

    margin-bottom:35px;

}

.hero-consultation{

    color:#d4af37;

    font-size:34px;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.hero-call{

    background:#8b1e24;

    color:#fff;

    padding:18px 42px;

    border-radius:40px;

}

.hero-whatsapp{

    background:#25D366;

    color:#fff;

    padding:18px 42px;

    border-radius:40px;

}

.hero-call:hover,
.hero-whatsapp:hover{

    color:#fff;

}

@media(max-width:991px){

.hero-content{

padding:40px 25px;

}

.hero-title{

font-size:42px;

}

.hero-subtitle{

font-size:30px;

}

.hero-heading{

font-size:20px;

}

.hero-description{

font-size:18px;

}

.hero-features span{

width:calc(50% - 10px);

text-align:center;

}

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-top:40px;

}

.hero-btn-one,
.hero-btn-two{

    min-width:250px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    border-radius:60px;

    font-size:18px;

    font-weight:600;

    transition:.35s;

}

.hero-btn-one{

    background:#8b1e24;

    color:#fff;

    border:none;

    box-shadow:0 15px 35px rgba(139,30,36,.35);

}

.hero-btn-two{

    background:transparent;

    color:#fff;

    border:2px solid #d4af37;

}

.hero-btn-two:hover{

    background:#d4af37;

    color:#222;

}

@media (max-width:767px){

.hero-content{

    padding:40px 20px;

    border-radius:20px;

}

.hero-title{

    font-size:42px;

    line-height:1.2;

}
.line-1 {
    display: block;
    font-size:32px;
    color: #fff;
    font-weight: 700;
}
.line-2{

    font-size:20px !important;

    letter-spacing:4px;

}

.line-3{

    font-size:32px !important;

}

.hero-subtitle{

    font-size:28px;

    line-height:1.4;

}

.food{

    display:inline-block;

    margin-top:12px;

    margin-left:0;

    padding:8px 18px;

    border-radius:8px;

}

}


.wedding-story-section{

    background:#faf8f4;

    position:relative;

    overflow:hidden;

    padding:100px 0;

}

.story-wrapper{

    position:relative;

}

.quote-icon{

    font-size:90px;

    color:#cdab65;

    opacity:.25;

    line-height:1;

    margin-bottom:10px;

}

.story-title{

  

    font-size:40px;

    font-weight:700;

    color:#222;


}

.story-text{

    font-family:'Poppins',sans-serif;

    font-size:20px;

    color:#111;

    line-height:1.8;

}

.story-divider{

    width:120px;

    height:3px;

    background:#cdab65;

    margin:10px auto;

}

.story-highlight{

  

    font-size:42px;

    font-weight:700;

    color:#ec1f23;

    margin-top:35px;

    position:relative;

}

.story-highlight:after{

    content:"";

    width:180px;

    height:5px;

    background:#cdab65;

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    bottom:-15px;

}

.risk-card{

    background:#fff;

    border-radius:15px;

    padding:18px;

    display:flex;

    align-items:center;

    gap:15px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.4s;

}

.risk-card:hover{

    transform:translateY(-8px);

}

.risk-card i{

    color:#b22222;

    font-size:26px;

}

.risk-card span{

    font-size:19px;

    font-weight:600;

}

.warning-box{


    color:#111;

    border-radius:20px;

}

.warning-box p{

    margin:0;

    font-size:28px;

    
    line-height:1.6;

}

.final-message{

    margin-top:20px;

}

.final-message h3{

  

    font-size:42px;

    color:#222;

    line-height:1.5;

}
.final-message span{

    display:block;


    color:#ec1f24;

    font-weight:700;

}
@media(max-width:991px){

.story-title{

font-size:32px;

}

.story-highlight{

font-size:38px;

}



.story-text{

font-size:18px;

}

.warning-box p{

font-size:22px;

}

.final-message h3{

font-size:30px;

}

}

.food-highlight{

    background:#8b1e24;

    color:#fff;

    padding:0px 16px;

    border-radius:40px; width:fit-content;

    font-weight:700;

    animation:pulse 2s infinite;

}

@keyframes pulse{

    0%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.08);

    }

    100%{

        transform:scale(1);

    }

}




.trust-section{
    background:#fff;
    padding:100px 0;
}

.trust-tag{
    display:inline-block;
    background:#ec1f23;
    color:#fff;
    padding:10px 24px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.trust-title{
  
    font-size:40px;
    font-weight:700;
    margin:25px 0 20px;
    color:#222;
}

.trust-description{
    font-size:22px;
    color:#111;
    max-width:850px;
    margin:auto;
}

.trust-highlight{
    color:#ec1f23;
    font-size:34px;
  
    margin:25px 0;
}
.trust-title span{
font-weight: bolder; border-bottom:3px solid #cdab65 ;
}

.trust-subtext{
    font-size:20px;
    color:#111;
}

.trust-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:30px 25px;
    text-align:center;
    transition:.35s;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.trust-card:hover{
    transform:translateY(-8px);
    border-color:#cdab65;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.trust-card i{
    font-size:42px;
    color:#cdab65;
    margin-bottom:20px;
}

.trust-card h5{
    font-size:21px;
    font-weight:600;
    line-height:1.6;
    margin:0;
}

@media(max-width:991px){

.trust-title{
    font-size:32px;
}

.trust-description{
    font-size:18px;
}

.trust-highlight{
    font-size:28px;
}

.trust-card h5{
    font-size:18px;
}
.trust-card i{display: none;}
}

@media(max-width:991px){
    .trust-tag{font-weight: bolder;}
}







.trusted-section{
    background:#faf8f4;
    padding:100px 0;
}

.trusted-tag{
    display:inline-block;
    background:#ec1f23;
    color:#fff;
    padding:10px 24px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.trusted-title{
  
    font-size:40px;
    font-weight:700;
    margin:25px 0 15px;
    color:#222;
}

.trusted-subtitle{
    font-size:22px;
    color:#111;
}

.trusted-highlight{
    color:#ec1f23;
  
    font-size:36px;
    margin:20px 0;
}

.trusted-text{
    font-size:20px;
    color:#111;
}

.trusted-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #ececec;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.trusted-card:hover{
    transform:translateY(-8px);
    border-color:#cdab65;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.trusted-card i{
    width:70px;
    height:70px;
    background:linear-gradient(135deg,#cdab65,#f5d976);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
    color:#7b1f1f;
    font-size:30px;
}

.trusted-card h5{
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    margin:0;
}

.special-card{
    border:2px solid #cdab65;
}

.trust-footer h3{
  
    font-size:38px;
    color:#ec1f23;
    font-weight:700;
}

@media(max-width:991px){
.trusted-title{
  
    font-size:32px !important;
    font-weight:700;
    margin:25px 0 15px;
    color:#222; line-height:1.3;
}
.trust-footer h3{
  
    font-size:32px;
    color:#ec1f23;
    font-weight:700;
}
}


.services-section{

    background:#fff;

    padding:100px 0;

}

.service-tag{

    background:#ec1f23;

    color:#fff;

    padding:10px 22px;

    border-radius:30px;

    font-weight:600;

}

.service-title{

    font-family:Playfair Display;

    font-size:40px;

    margin-top:25px;

}

.service-card{

    background:#fff;

    border-radius:20px;


    text-align:center;

    height:100%;

    border:1px solid #eee;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.service-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:linear-gradient(135deg,#cdab65,#f5dd8a);

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:25px;

}

.service-icon i{

    font-size:34px;

    color:#7b1f1f;

}

.service-card h4{

    font-size:25px;

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#111;

    line-height:1.7;

}

.live-counter-box{

    background:#ec1f23;

    padding:40px;

    border-radius:25px;

    text-align:center;

}

.live-title{

    color:#fff;

    font-family:Playfair Display;

    font-size:40px;

    margin-bottom:35px;

}

.counter-list{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:18px;

}

.counter-list span{

    background:#fff;

    color:#ec1f23;

    padding:14px 28px;

    border-radius:40px;

    font-weight:600;

}










.services-section{

    background:#fff;

    position:relative;

    overflow:hidden;

}

.services-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(212,175,55,.08);

    border-radius:50%;

    top:-200px;

    right:-150px;

}

.services-section::after{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    background:rgba(139,30,36,.05);

    border-radius:50%;

    bottom:-180px;

    left:-120px;

}

.service-badge{
    display:inline-block;
    background:#ec1f23;
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    font-weight:600;
}

.service-heading{
    font-size:40px;
  
    margin-top:20px;
    font-weight:700;
}
.service-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 40px rgba(0,0,0,.15);

}

.service-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-content{

    padding:25px;

    text-align:center;

}

.service-content h4{

  

    font-size:20px;

    font-weight:700;

    color:#ec1f23;

    margin-bottom:15px;

}

.service-content p{

    font-family:'Poppins',sans-serif;

    font-size:16px;

    color:#111;

    line-height:1.7;

    margin-bottom:0;

}

.live-heading{
  
    font-size:38px;
    margin-bottom:20px;
}

.counter-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.counter-card:hover{
    transform:translateY(-8px);
}

.counter-card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.counter-card h6{
    padding:18px;
    margin:0;
    font-size:20px;
    font-weight:600;
}
@media(max-width:991px){
.service-heading{
    font-size:32px;
  
    margin-top:20px;
    font-weight:700;
}
.services-section::before {
    content: ;
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -200px;
    right: -150px;
}
.live-heading{
  
    font-size:32px;

}
}








.menu-section{
    background:#fffaf5;
    padding:100px 0;
}

.menu-badge{
    display:inline-block;
    padding:10px 24px;
    background:#ec1f23;
    color:#fff;
    border-radius:40px;
    font-weight:600;
    letter-spacing:1px;
}

.menu-heading{
  
    font-size:40px;
    font-weight:700;
    margin:25px 0 15px;
    color:#111;
}

.menu-subtitle{
    font-size:22px;
    color:#111;
}

.menu-highlight{
  
    font-size:34px;
    color:#ec1f23;
    margin:15px 0;
}

.menu-description{
    font-size:20px;
    color:#111;
}

.menu-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.menu-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.menu-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.menu-card:hover img{
    transform:scale(1.08);
}

.menu-card h5{
    padding:20px;
    margin:0;
    text-align:center;
    font-size:22px;
    font-weight:600;
    color:#111;
  
}

@media(max-width:991px){

.menu-heading{
    font-size:38px;
}

.menu-highlight{
    font-size:28px;
}

.menu-card img{
    height:170px;
}

.menu-card h5{
    font-size:18px;
}

}







.food-quality-section{
    background:#faf8f4;
    padding:100px 0;
}

.quality-badge{
    display:inline-block;
    background:#ec1f23;
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    font-weight:600;
}

.quality-heading{
  
    font-size:40px;
    margin:15px 0;
}

.quality-text{
    font-size:26px;
    color:#ec1f23;
    font-weight:600;
}

.quality-line{
    width:100px;
    height:4px;
    background:#cdab65;
    margin:30px 0;
}

.quality-description{
    font-size:19px;
    line-height:1.8;
    color:#111;
}

.quality-btn{

    position:relative;

    overflow:hidden;

    background:#ec1f23;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    font-weight:600;

    border:none;

    display:inline-block;

    text-decoration:none;

    z-index:1;

    transition:.3s;

    box-shadow:
    0 10px 25px rgba(139,30,36,.35),
    0 0 18px rgba(212,175,55,.18); margin-bottom:20px;

}

.quality-btn:hover{

    background:#ec1f23;

    color:#fff;

}

/* Moving Light */

.quality-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-90%;

    width:40%;

    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );

    transform:skewX(-25deg);

    animation:qualityBtnShine 2.8s linear infinite;

}

@keyframes qualityBtnShine{

    0%{
        left:-90%;
    }

    100%{
        left:180%;
    }

}

.quality-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    display:flex;
    align-items:center;
    gap:20px;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.quality-card:hover{
    transform:translateY(-8px);
}

.quality-card i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#cdab65;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#7b1f1f;
    font-size:28px;
    flex-shrink:0;
}

.quality-card h5{
    margin:0;
    font-size:21px;
    font-weight:600;
}
@media(max-width:991px){

.quality-heading{
  
    font-size:32px;
    margin:15px 0; line-height: 1.3
}
.quality-text{
    font-size:20px;
    color:#ec1f23;
    font-weight:600;
}
}




.difference-section{

    background:#fffaf6;

}

/* Section Background */
.difference-section{
    padding:100px 0;
    background:linear-gradient(180deg,#fffdfb 0%,#f8f3ec 100%);
}

/* Badge */
.difference-tag{
    display:inline-block;
    padding:10px 26px;
    background:#ec1f23;
    color:#fff;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    font-family:'Poppins',sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

/* Main Heading */
.difference-title{
  
    font-size:40px;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:20px;
    line-height:1.2;
}

/* First Text */
.difference-text{
    font-family:'Poppins',sans-serif;
    font-size:22px;
    font-weight:400;
    color:#111;
    margin-bottom:15px;
}

/* Highlight Text */
.difference-highlight{
  
    font-size:32px;
    font-weight:600;
    color:#ec1f23;
    line-height:1.4;
  
}

/* Subtitle */
.difference-subtitle{
    font-family:'Poppins',sans-serif;
    font-size:20px;
    font-weight:500;
    color:#111;
    margin-bottom:0;
}

/* Decorative Line */
.difference-subtitle::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#cdab65;
    border-radius:10px;
    margin:20px auto 0;
}

/* Responsive */
@media(max-width:991px){

    .difference-title{
        font-size:32px;
    }

    .difference-highlight{
        font-size:26px; line-height: 1.3;
    }

    .difference-text{
        font-size:18px;
    }

    .difference-subtitle{
        font-size:18px;
    }

}

.process-card{

    background:#fff;

    border-radius:18px;

    padding:28px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    border-top:4px solid #cdab65;

}

.process-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.process-card i{

    width:70px;

    height:70px;

    background:#cdab65;

    color:#ec1f23;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 20px;

    font-size:30px;

}

.process-card span{

    display:block;

    font-size:20px;

    font-weight:600;

    line-height:1.5;

}

.result-box{

    color:#111;

    text-align:center;

    padding:22px;

    border-radius:20px;

    max-width:1000px;

    margin:auto;

}

.result-box small{

    color:#ec1f23;

    font-size:18px; font-weight: bold;

}

.result-box h3{

  

    font-size:36px;

    margin-top:15px;

}
@media(max-width:991px){

.result-box h3{

  

    font-size:26px; line-height:1.3;

    margin-top:15px;

}

}




.checklist-section{
    background:#fff;
    padding:60px 0;
}

.checklist-box{
    background:#faf8f4;
    padding:60px;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.checklist-tag{
    display:inline-block;
    background:#ec1f23;
    color:#fff;
    padding:10px 24px; text-align: center;
    border-radius:40px;
    font-size:14px; 
    font-weight:600;

}

.checklist-title{
  
    font-size:40px;
    margin:15px 0 15px;
    font-weight:700;
}

.checklist-subtitle{
    font-size:22px;
    color:#111;
}

.question-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.3s;
}

.question-card:hover{
    transform:translateY(-5px);
    border-color:#cdab65;
}

.question-card i{
    font-size:24px;
    color:#111;
}

.question-card span{
    font-size:18px;
    font-weight:500;
}

.warning-box{


    color:#111;
    border-radius:20px;

    text-align:center;
}

.warning-box h4{
  
    font-size:34px;
  
}

.warning-box p{
    margin:0;
    font-size:20px;
}
.question-icon{

    width:40px;

    height:40px;

    border-radius:50%;

    background:#cdab65;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#ec1f23;

    font-size:22px;

    flex-shrink:0;

}

@media(max-width:991px){

    .checklist-box{
        padding:30px;
    }

    .checklist-title{
        font-size:32px;
    }

    .checklist-subtitle{
        font-size:18px;
    }

}







.faq-section{
    background:linear-gradient(180deg,#fff6ed 0%,#f8f3ec 100%);
    padding:40px 0;
}

.faq-tag{
    display:inline-block;
    padding:10px 24px;
    background:#ec1f23;
    color:#fff;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.faq-title{
  
    font-size:40px;
    font-weight:700;
    margin-top:25px;
    color:#222;
}

.faq-accordion{
    max-width:900px;
    margin:auto;
}

.faq-accordion .accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:18px !important;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.faq-accordion .accordion-button{
    background:#fff;
    padding:25px 30px;
    font-size:21px;
    font-weight:600;
    color:#222;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#ec1f23;
    color:#fff;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    padding:25px 30px;
    font-size:18px;
    line-height:1.8;
    color:#111;
    background:#fff;
}

.faq-accordion .accordion-button::after{
    filter:brightness(0);
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

@media(max-width:991px){

.faq-title{
    font-size:32px;
}

.faq-accordion .accordion-button{
    font-size:18px;
    padding:20px;
}

.faq-accordion .accordion-body{
    font-size:16px;
    padding:20px;
}

}


.hero-service-text{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:10px 0;

}

.service-item{

    display:flex;

    align-items:center;

    color:#fff;

    font-size:18px;

    font-weight:500;

}

.service-item:not(:last-child)::after{

    content:"•";

    color:#cdab65;

    margin:0 14px;

    font-size:22px;

}

@media(max-width:768px){

    .service-item{

        font-size:16px;

    }

}



.final-cta-section{

    position:relative;

    padding:60px 0;

    background:url(../images/final-cta-bg.webp) center center/cover no-repeat;

    overflow:hidden;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:rgba(24,18,16,.85);

}

.final-cta-section .container{

    position:relative;

    z-index:2;

}

.cta-badge{

    display:inline-block;

    background:#cdab65;

    color:#222;

    padding:10px 25px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:25px;

}

.cta-title{

  

    color:#fff;

    font-size:40px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:30px;

}

.cta-text{

    color:#f3f3f3;

    font-size:24px;

    margin-bottom:0px;

}

.cta-highlight{

    color:#cdab65;

  

    font-size:44px;

    margin:15px 0;

}

.cta-description{

    color:#f1f1f1;

    font-size:20px;

    max-width:900px;

    margin:auto;

    line-height:1.8;

}
.contact-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.contact-item a:hover{
    color:#cdab65;
}
.consultation-box{

    margin:45px auto;

    max-width:700px;

    background:rgba(255,255,255,.08);


    border:1px solid rgba(255,255,255,.2);

    border-radius:20px;

    padding:30px;

}

.consultation-box h4{

    color:#fff;

    font-size:34px;

  

    margin-bottom:12px;

}

.consultation-box p{

    color:#cdab65;

    font-size:20px;

    margin:0;

    font-weight:600;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.cta-buttons .btn{

    position:relative;

    overflow:hidden;

    padding:16px 38px;

    border-radius:40px;

    font-weight:600;

    z-index:1;

    transition:.3s;

}

/* Moving Shine */

.cta-buttons .btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-90%;

    width:40%;

    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );

    transform:skewX(-25deg);

    animation:ctaBtnShine 2.8s linear infinite;

}

@keyframes ctaBtnShine{

    0%{

        left:-90%;

    }

    100%{

        left:180%;

    }

}
.contact-info{

    display:flex;

    justify-content:center;

    gap:35px;

    flex-wrap:wrap;

    color:#fff;

}

.contact-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:18px;

}

.contact-item i{

    color:#cdab65;

    font-size:22px;

}

@media(max-width:991px){

.cta-title{

font-size:32px;

}

.cta-highlight{

font-size:30px;

}

.cta-text{

font-size:18px;

}

.consultation-box h4{

font-size:26px;

}

.contact-info{

flex-direction:column;

gap:18px;

align-items:center;

text-align:center;

}


.final-cta-section{

    position:relative;

    padding:10px 0;

    background:url(../images/final-cta-bg.webp) center center/cover no-repeat;

    overflow:hidden;

}
}





.thin-footer{

    background:#231815;

    padding:18px 0;

    border-top:1px solid rgba(255,255,255,.1);

}

.footer-copy{

    margin:0;

    color:#fff;

    font-size:15px;

}

.footer-copy strong{

    color:#cdab65;

}

.thin-footer a{

    color:#fff;

    text-decoration:none;

    font-size:15px;

    transition:.3s;

}

.thin-footer a:hover{

    color:#cdab65;

}

.thin-footer span{

    color:#777;

    margin:0 12px;

}

@media(max-width:991px){

.thin-footer{

    text-align:center;

}

.thin-footer .col-lg-6:last-child{

    margin-top:10px;

}

}


/* ================================
   Desktop Floating Buttons
================================ */

.floating-call,
.floating-whatsapp{

    position:fixed;

    width:60px;

    height:60px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    text-decoration:none;

    z-index:9999;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    animation:pulse 2s infinite;

}

.floating-call{

    left:20px;

    bottom:25px;

    background:#ec1f23;

}

.floating-whatsapp{

    right:20px;

    bottom:25px;

    background:#25D366;

}

.floating-call:hover,
.floating-whatsapp:hover{

    color:#fff;

    transform:scale(1.08);

}

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(0,0,0,.35);
    }

    70%{
        box-shadow:0 0 0 15px rgba(0,0,0,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(0,0,0,0);
    }

}


/* ================================
   Mobile Bottom Bar
================================ */

.mobile-bottom-bar{

    position:fixed;

    left:0;

    right:0;

    bottom:0;

    background:#fff;

    display:none;



    box-shadow:0 -5px 20px rgba(0,0,0,.15);

}

.mobile-bottom-bar a{

    flex:1;

    text-align:center;

    text-decoration:none;

    color:#fff;

    padding:12px 5px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    font-size:13px;

    font-weight:600;

}

.mobile-bottom-bar i{

    font-size:20px;

    margin-bottom:5px;

}

.mobile-call{

    background:#ec1f23;

}

.mobile-whatsapp{

    background:#25D366;

}

.mobile-enquiry{

    background:#cdab65;

    color:#222 !important;

}


/* ================================
   Mobile View
================================ */

@media(max-width:991px){

    .floating-call,
    .floating-whatsapp{

        display:none;

    }

    .mobile-bottom-bar{

        display:flex;

    }

    body{

        padding-bottom:72px;

    }

}








.enquiry-modal{

    border-radius:20px;

    overflow:hidden;

    border:none;

}

.enquiry-modal .modal-header{

    background:#ec1f23;

    color:#fff;

    padding:20px 25px;

}

.enquiry-modal .btn-close{

    filter:invert(1);

}

.enquiry-modal .modal-body{

    padding:30px;

}

.enquiry-modal input,
.enquiry-modal textarea{

    border-radius:10px;

    height:40px;

    border:1px solid #999;

}

.enquiry-modal textarea{

    height:auto;

}

.enquiry-modal input:focus,
.enquiry-modal textarea:focus{

    box-shadow:none;

    border-color:#cdab65;

}

.enquiry-submit{

    background:#ec1f23;

    color:#fff;

    border:none;

    padding:14px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.enquiry-submit:hover{

    background:#cdab65;

    color:#222;

}


.designer-text{
    margin:0;
    color:#fff;
    font-size:15px;
}

.designer-text a{
    color:#cdab65;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.designer-text a:hover{
    color:#fff;
}







/*=============================
        HEADER
==============================*/

.main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.header-wrapper{
    height:85px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    height:65px;
}

/*=============================
      DESKTOP MENU
==============================*/

.desktop-menu ul{
    display:flex;
    align-items:center;
    gap:35px;
    list-style:none;
    margin:0;
    padding:0;
}

.desktop-menu ul li a{
    text-decoration:none;
    color:#222;
    font-size:16px;
    font-weight:600;
    transition:.3s;
    position:relative;
}

.desktop-menu ul li a:hover{
    color:#ec1f23;
}

.desktop-menu ul li a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:2px;

    background:#cdab65;

    transition:.3s;

}

.desktop-menu ul li a:hover::after{

    width:100%;

}

/*=============================
     HAMBURGER
==============================*/

.menu-toggle{

    display:none;

    border:none;

    background:none;

    font-size:34px;

    color:#ec1f23;

}

/*=============================
      MOBILE MENU
==============================*/

.mobile-menu{

    position:fixed;

    top:0;

    right:-320px;

    width:300px;

    height:100vh;

    background:#fff;

    z-index:10001;

    transition:.4s;

    box-shadow:-10px 0 30px rgba(0,0,0,.15);

    padding:25px;

}

.mobile-menu.active{

    right:0;

}

.mobile-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:40px;

}

.mobile-header img{

    height:55px;

}

.close-menu{

    border:none;

    background:none;

    font-size:28px;

    color:#ec1f23;

}

.mobile-menu ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mobile-menu ul li{

    border-bottom:1px solid #eee;

}

.mobile-menu ul li a{

    display:block;

    padding:18px 0;

    text-decoration:none;

    color:#222;

    font-size:18px;

    font-weight:600;

    transition:.3s;

}

.mobile-menu ul li a:hover{

    color:#ec1f23;

    padding-left:10px;

}

/*=============================
        OVERLAY
==============================*/

.menu-overlay{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.5);

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:10000;

}

.menu-overlay.active{

    opacity:1;

    visibility:visible;

}

/*=============================
      RESPONSIVE
==============================*/

@media(max-width:991px){

.desktop-menu{

    display:none;

}

.menu-toggle{

    display:block;

}

.logo img{

    height:55px;

}

.header-wrapper{

    height:75px;

}

}