:root {
    --red: #b20f16;
    --dark: #230309;
    --gold: #f4b51f;
    --cream: #fff7e8;
    --green: #18a84a
}

* {
    box-sizing: border-box
}

body {
    font-family: Poppins, sans-serif;
    color: #2e2525;
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif
}

.topbar {
    background:linear-gradient(135deg, #751010, #b51c1c);
    color: #fff;
    padding: 11px 0;
    font-size: 16px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    margin-left: 24px
}

.topbar i {
    margin-right: 6px
}
/* 3 Logo Image Section */
.three-logo-section {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.three-logo-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.logo-call-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.logo-strip-image {
    width: 100%;
     padding: 10px;
    display: block;
    object-fit: cover;
     
}
    

/* Tablet */
@media (max-width: 991px) {
    .logo-strip-image {
        height: 125px;
    }
}

/* Mobile: each image full width */
@media (max-width: 767px) {
    .three-logo-section .row {
        display: block;
    }

    .three-logo-section .col-lg-4,
    .three-logo-section .col-md-4,
    .three-logo-section .col-sm-12 {
        width: 100%;
        max-width: 100%;
    }

    .logo-strip-image {
        width: 100%;
        height: auto;
        min-height: 100px;
        object-fit: contain;
    }
}
/* Marquee Section */
.marquee-section {
    width: 100%;
    background:linear-gradient(135deg, #751010, #b51c1c);
    border-top: 2px solid #f7c948;
    border-bottom: 2px solid #f7c948;
    padding: 11px 0;
    overflow: hidden;
}

.marquee-section marquee {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.marquee-section a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.marquee-section a:hover {
    color: #ffd75e;
}

.marquee-section span {
    display: inline-block;
    color: #ffd75e;
    margin: 0 24px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .marquee-section {
        padding: 9px 0;
    }

    .marquee-section marquee {
        font-size: 15px;
    }

    .marquee-section span {
        margin: 0 14px;
    }
}
/* Hero Slider Section */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1d0808;
}

.slider .carousel-item {
    width: 100%;
}

.slider .slider-image {
    width: 100%;
    
    display: block;
    object-fit: cover;
    object-position: center;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    width: 7%;
    opacity: 1;
}

.slider .carousel-control-prev-icon,
.slider .carousel-control-next-icon {
    width: 45px;
    height: 45px;
    background-size: 22px;
    background-color: rgba(0, 0, 0, 0.65);
    border: 2px solid #f5c84c;
    border-radius: 50%;
}

.slider .carousel-indicators {
    margin-bottom: 18px;
}

.slider .carousel-indicators button {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.slider .carousel-indicators .active {
    background-color: #f5c84c;
    border-color: #f5c84c;
}

/* Tablet */
@media (max-width: 991px) {
    .slider .slider-image {
        height: 430px;
    }

    .slider .carousel-control-prev-icon,
    .slider .carousel-control-next-icon {
        width: 38px;
        height: 38px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .slider .slider-image {
        width: 100%;
        height: auto;
        min-height: 210px;
        object-fit: cover;
    }

    .slider .carousel-control-prev,
    .slider .carousel-control-next {
        width: 12%;
    }

    .slider .carousel-control-prev-icon,
    .slider .carousel-control-next-icon {
        width: 32px;
        height: 32px;
        background-size: 16px;
    }

    .slider .carousel-indicators {
        margin-bottom: 8px;
    }

    .slider .carousel-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}
 .hero {
    position: relative;
    width: 100%;
  
    display: flex;
    align-items: center;
    background:linear-gradient(135deg, #751010, #b51c1c);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.min-vh-hero {
    min-height: 500px;
    justify-content: center;
}

.hero-copy {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.hero-copy .mini-title {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffd35a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hero-copy h1 {
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.hero-copy h1 span {
    color: #ffd35a;
}

.hero-copy p {
    max-width: 800px;
    margin: 0 auto 28px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.btn-main,
.btn-whatsapp {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 26px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-main {
    color: #2b0808;
    background: #ffd35a;
}

.btn-whatsapp {
    color: #ffffff;
    background: #159447;
}

.btn-main:hover,
.btn-whatsapp:hover {
    color: #ffffff;
    background: #8e1010;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .hero,
    .min-vh-hero {
        min-height: 500px;
    }

    .hero-copy {
        padding: 40px 15px;
    }

    .hero-copy .mini-title {
        font-size: 13px;
    }

    .hero-copy h1 {
        font-size: 32px;
        line-height: 1.25;
    }

    .hero-copy p {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-main,
    .btn-whatsapp {
        width: 100%;
        max-width: 240px;
    }
}
  
 

.section-pad {
    padding: 65px 0
}

.title-block {
    max-width: 740px;
    margin: auto
}

.title-block h2,
.about h2,
.choose h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 8px 0 12px
}

.title-block p {
    color: #777
}
/* Our Services Section */
.services-section {
    background: #fff8ef;
}

.section-title span {
    display: inline-block;
    margin-bottom: 8px;
    color: #a51313;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.section-title h2 {
    margin-bottom: 12px;
    color: #2b0909;
    font-size: 38px;
    font-weight: 800;
}

.section-title p {
    max-width: 750px;
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
}

.service-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #f0ded1;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(61, 16, 11, 0.09);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 38px rgba(61, 16, 11, 0.16);
}

/* Image replacing icon */
.service-image {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(45, 5, 5, 0.34),
        transparent 55%
    );
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.07);
}

.service-content {
    padding: 25px 22px 28px;
    text-align: center;
}

.service-content h3 {
    margin-bottom: 12px;
    color: #651010;
    font-size: 22px;
    font-weight: 800;
}

.service-content p {
    min-height: 78px;
    margin-bottom: 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

.service-btn {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 22px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #941515;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.service-btn:hover {
    color: #35100b;
    background: #f6c84b;
}

/* Tablet */
@media (max-width: 991px) {
    .service-image {
        height: 220px;
    }

    .section-title h2 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
    }

    .service-image {
        height: 230px;
    }

    .service-content {
        padding: 22px 18px 25px;
    }

    .service-content p {
        min-height: auto;
    }
}
/* New Services Section Design */
.services-section {
    position: relative;
    padding: 80px 0;
    background:
        linear-gradient(
            rgba(255, 249, 239, 0.96),
            rgba(255, 249, 239, 0.96)
        ),
        url("../images/bg.png") center center / cover no-repeat;
}
 
.services-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    margin-bottom: 45px;
}

.section-title span {
    display: inline-block;
    margin-bottom: 10px;
    color: #a30f0f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-title h2 {
    position: relative;
    margin-bottom: 18px;
    color: #32100c;
    font-size: 42px;
    font-weight: 800;
}

.section-title h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 14px auto 0;
    background: #e1a72b;
}

.section-title p {
    max-width: 720px;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}

/* Service Card */
.service-card-new {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(139, 27, 27, 0.14);
    border-radius: 4px;
    box-shadow: 0 12px 35px rgba(75, 18, 12, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(75, 18, 12, 0.18);
}

/* Service Image */
.service-image-new {
    position: relative;
    display: block;
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.service-image-new img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.service-card-new:hover .service-image-new img {
    transform: scale(1.08);
}

.service-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(48, 4, 4, 0.95) 0%,
        rgba(48, 4, 4, 0.42) 52%,
        rgba(48, 4, 4, 0.05) 100%
    );
}

/* Image Title */
.service-title-overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-align: center;
}

.service-title-overlay span {
    display: inline-block;
    margin-bottom: 7px;
    color: #ffd365;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.service-title-overlay h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

/* Content */
.service-content-new {
    padding: 24px 22px 22px;
    text-align: center;
}

.service-content-new p {
    min-height: 78px;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px; 
}

/* Call Button */
.service-call-new {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 11px 15px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: linear-gradient(135deg, #751010, #b51c1c);
    border: 1px solid #8d1212;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-call-new:hover {
    color: #32100c;
    background: #f0c351;
    border-color: #f0c351;
}

.service-call-new i {
    font-size: 16px;
}

/* Decorative Line */
.service-card-new::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    margin: auto;
    background: #d09d2c;
    transition: width 0.35s ease;
}

.service-card-new:hover::after {
    width: 100%;
}

/* Tablet */
@media (max-width: 991px) {
    .services-section {
        padding: 65px 0;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .service-image-new {
        height: 245px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .services-section {
        padding: 55px 0;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .section-title p {
        font-size: 15px;
    }

    .service-image-new {
        height: 240px;
    }

    .service-title-overlay h3 {
        font-size: 22px;
    }

    .service-content-new {
        padding: 22px 18px 20px;
    }

    .service-content-new p {
        min-height: auto;
    }
}
 /* =====================================
   WHY CHOOSE US SECTION
===================================== */

.why-choose-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    color: #ffffff;
    background:linear-gradient(135deg, #751010, #b51c1c);
}

.why-choose-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -130px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255, 215, 112, 0.15);
    border-radius: 50%;
}

.why-choose-section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -150px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 215, 112, 0.12);
    border-radius: 50%;
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */

.why-heading {
    max-width: 850px;
    margin: 0 auto 50px;
}

.why-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffd76c;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.why-heading h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}

.why-heading h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 17px auto 0;
    background: #ffd76c;
}

.why-heading p {
    margin: 0;
    color: #eed7dc;
    font-size: 17px;
    line-height: 1.8;
}

/* Feature Cards */

.why-feature-row {
    margin-bottom: 45px;
}

.why-feature-card {
    position: relative;
    height: 100%;
    padding: 30px 22px;
    overflow: hidden;
    text-align: center;
    
    border: 1px solid rgba(255, 219, 126, 0.22);
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(12, 0, 2, 0.16);
    backdrop-filter: blur(7px);
    transition: 0.35s ease;
}

.why-feature-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    margin: auto;
    background: #ffd76c;
    transition: width 0.35s ease;
}

.why-feature-card:hover {
    background: rgba(74, 0, 0, 0.15);
    border-color: #ffd76c;
    transform: translateY(-8px);
}

.why-feature-card:hover::after {
    width: 100%;
}

.why-feature-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: #5a0712;
    background: linear-gradient(135deg, #fff0a4, #e5ad33);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 215, 108, 0.1);
    font-size: 28px;
}

.why-feature-card h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 750;
}

.why-feature-card p {
    margin: 0;
    color: #ebd5da;
    font-size: 14px;
    line-height: 1.7;
}

/* Bottom Box */

.why-bottom-box {
    padding: 40px;
    background: #ffffff;
    border: 1px solid rgba(255, 215, 108, 0.35);
    border-radius: 12px;
    box-shadow: 0 20px 55px rgba(24, 0, 4, 0.28);
}

.why-bottom-content {
    padding: 5px 15px 5px 5px;
}

.why-small-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #9b1422;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.why-bottom-content h3 {
    margin-bottom: 16px;
    color: #3a080d;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.3;
}

.why-bottom-content > p {
    margin-bottom: 25px;
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}

/* Services List */

.why-service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 20px;
}

.why-service-list div {
    display: flex;
    align-items: center;
    color: #3d2528;
    font-size: 15px;
    font-weight: 650;
}

.why-service-list i {
    margin-right: 9px;
    color: #a71423;
    font-size: 17px;
}

/* Contact Box */

.why-contact-box {
    padding: 35px 25px;
    text-align: center;
    background:linear-gradient(135deg, #751010, #b51c1c);
    border-radius: 10px;
}

.why-call-icon {
    display: inline-flex;
    width: 72px;
    height: 72px;
    margin-bottom: 17px;
    align-items: center;
    justify-content: center;
    color: #5b0712;
    background: #ffd76c;
    border-radius: 50%;
    font-size: 29px;
}

.why-contact-box > span {
    display: block;
    margin-bottom: 7px;
    color: #f0d6dc;
    font-size: 14px;
}

.why-contact-box h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 750;
}

.why-phone {
    display: inline-block;
    margin-bottom: 23px;
    color: #ffd76c;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
}

.why-phone:hover {
    color: #ffffff;
}

.why-action-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.why-call-btn,
.why-whatsapp-btn {
    display: inline-flex;
    min-height: 46px;
    padding: 11px 19px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.why-call-btn {
    color: #3d080e;
    background: #ffd76c;
}

.why-whatsapp-btn {
    background: #159447;
}

.why-call-btn:hover,
.why-whatsapp-btn:hover {
    color: #ffffff;
    background: #a11626;
    transform: translateY(-2px);
}

/* Tablet */

@media (max-width: 991px) {
    .why-choose-section {
        padding: 70px 0;
    }

    .why-heading h2 {
        font-size: 37px;
    }

    .why-bottom-box {
        padding: 32px;
    }

    .why-bottom-content {
        padding: 0;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .why-choose-section {
        padding: 55px 0;
    }

    .why-heading {
        margin-bottom: 35px;
    }

    .why-heading h2 {
        font-size: 29px;
    }

    .why-heading p {
        font-size: 15px;
    }

    .why-feature-row {
        margin-bottom: 30px;
    }

    .why-feature-card {
        padding: 25px 18px;
    }

    .why-bottom-box {
        padding: 22px 16px;
    }

    .why-bottom-content h3 {
        font-size: 25px;
    }

    .why-service-list {
        grid-template-columns: 1fr;
    }

    .why-contact-box {
        padding: 30px 17px;
    }

    .why-phone {
        font-size: 22px;
    }

    .why-action-buttons {
        flex-direction: column;
    }

    .why-call-btn,
    .why-whatsapp-btn {
        width: 100%;
    }
}

.stats {
    background: var(--gold)
}

.stat {
    padding: 38px 12px;
    text-align: center;
    border-right: 1px solid #8f5d0c55
}

.stat i {
    display: block;
    font-size: 31px;
    color: var(--red)
}

.stat strong {
    display: block;
    font-size: 34px;
    color: #3d090d
}

.stat span {
    font-weight: 600
}

 


.about-photo img {
  width: 100%;
}

.about p {
    line-height: 1.85;
    color: #000;
}

.number-btn {
    background: var(--red);
    color: #fff;
    margin-top: 14px;
    flex-wrap: wrap
}

.number-btn small {
    display: block;
    width: 100%;
    font-weight: 400;
    margin-left: 26px
}
 /* ===================================
   TOP-NOTCH SERVICES SECTION
=================================== */

.top-services-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(255, 249, 240, 0.96),
            rgba(255, 249, 240, 0.96)
        ),
        url("../images/services-pattern.jpg") center / cover no-repeat;
}

.top-services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #65101a,
        #e2ad3b,
        #65101a
    );
}

.top-services-heading {
    max-width: 850px;
    margin: 0 auto 50px;
}

.top-services-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #a71424;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.top-services-heading h2 {
    margin-bottom: 17px;
    color: #35090e;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}

.top-services-heading h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 16px auto 0;
    background: #dba632;
}

.top-services-heading p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.8;
}

/* Service Card */

.top-service-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(124, 20, 30, 0.14);
    border-radius: 12px;
    box-shadow: 0 12px 38px rgba(66, 12, 17, 0.1);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.top-service-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 22px 50px rgba(66, 12, 17, 0.18);
}

/* Service Image */

.top-service-image {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.top-service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(48, 5, 10, 0.52),
        transparent 58%
    );
}

.top-service-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.top-service-image img {
    width: 100%;
    /* height: 100%; */
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.top-service-card:hover .top-service-image img {
    transform: scale(1.08);
}

/* Floating Number */

.service-number {
    position: absolute;
    right: 18px;
    bottom: -24px;
    z-index: 3;
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    color: #500910;
    background: linear-gradient(135deg, #ffe49a, #d8a12c);
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(61, 8, 14, 0.2);
    font-size: 19px;
    font-weight: 900;
}

/* Card Content */

.top-service-content {
    padding: 34px 24px 25px;
    text-align: left;
}

.service-category {
    display: inline-block;
    margin-bottom: 8px;
    color: #a71625;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.top-service-content h3 {
    margin-bottom: 13px;
    color: #3e0a0f;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.top-service-content p {
    min-height: 80px;
    margin-bottom: 22px;
    color: #000;
    font-size: 15px;
    line-height: 1.75;
}

/* Button */

.top-service-btn {
    display: inline-flex;
    min-height: 46px;
    padding: 11px 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #751010, #b51c1c);
    border: 1px solid #8c1420;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: 0.3s ease;
}

.top-service-btn:hover {
    color: #3b090e;
    background: #f2c75f;
    border-color: #f2c75f;
    transform: translateX(4px);
}

/* Bottom CTA */

.top-services-cta {
    margin-top: 50px;
    padding: 28px 32px;
    color: #ffffff;
    background:linear-gradient(135deg, #751010, #b51c1c);
    border-left: 5px solid #e1ac3b;
    border-radius: 10px;
    box-shadow: 0 15px 38px rgba(55, 5, 11, 0.2);
}

.top-services-cta span {
    display: block;
    margin-bottom: 5px;
    color: #f1cb68;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.top-services-cta h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.4;
}

.top-services-call {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #41090f;
    background: #f3ca67;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.top-services-call:hover {
    color: #ffffff;
    background: #a81726;
    transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 991px) {
    .top-services-section {
        padding: 70px 0;
    }

    .top-services-heading h2 {
        font-size: 36px;
    }

    .top-service-image {
        height: 235px;
    }

    .top-services-cta {
        text-align: center;
    }

    .top-services-call {
        margin-top: 8px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .top-services-section {
        padding: 55px 0;
    }

    .top-services-heading {
        margin-bottom: 35px;
    }

    .top-services-heading h2 {
        font-size: 29px;
    }

    .top-services-heading p {
        font-size: 15px;
    }

    .top-service-image {
        height: 225px;
    }

    .top-service-content {
        padding: 33px 19px 22px;
    }

    .top-service-content h3 {
        font-size: 21px;
    }

    .top-service-content p {
        min-height: auto;
    }

    .top-service-btn {
        width: 100%;
    }

    .top-services-cta {
        margin-top: 35px;
        padding: 24px 18px;
    }

    .top-services-cta h3 {
        font-size: 20px;
    }

    .top-services-call {
        width: 100%;
        font-size: 17px;
    }
}
/* Top Services Image Banner */
.top-services-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #31070c;
}

.top-services-banner a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.top-services-banner img {
    display: block;
    width: 100%;
    
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.top-services-banner:hover img {
    transform: scale(1.02);
}

/* Tablet */
@media (max-width: 991px) {
    .top-services-banner img {
        height: 360px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .top-services-banner img {
        width: 100%;
        height: auto;
        min-height: 200px;
        object-fit: cover;
    }
}
 /* =================================
   CLIENT FEEDBACK SECTION
================================= */

.client-feedback-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    background:linear-gradient(135deg, #751010, #b51c1c);
}

.client-feedback-section::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -140px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(147, 20, 33, 0.1);
    border-radius: 50%;
}

.client-feedback-section .container {
    position: relative;
    z-index: 2;
}

/* Section Heading */

.feedback-heading {
    max-width: 820px;
    margin: 0 auto 50px;
}

.feedback-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.feedback-heading h2 {
    margin-bottom: 17px;
    color: #f1cb68;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}

.feedback-heading h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 16px auto 0;
    background: #d9a631;
}

.feedback-heading p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
}

/* Main Card */

.feedback-card {
    max-width: 1050px;
    margin: 0 auto 70px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(131, 16, 29, 0.13);
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(75, 10, 18, 0.13);
}

/* Client Image */
 .feedback-client-image {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 35px auto;
    overflow: hidden;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 35px rgba(75, 10, 18, 0.22);
}

.feedback-client-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.feedback-card:hover .feedback-client-image img {
    transform: scale(1.06);
}

.feedback-image-overlay {
    display: none;
}

.feedback-client-name {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    z-index: 2;
    text-align: center;
}

.feedback-client-name h3 {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
}

.feedback-client-name span {
    color: #f2cc6e;
    font-size: 14px;
    font-weight: 650;
}

/* Feedback Content */

.feedback-content {
    padding: 50px 45px;
}

.feedback-top {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}

.feedback-stars {
    display: flex;
    gap: 6px;
    color: #e4ad2f;
    font-size: 18px;
}

.feedback-quote-icon {
    color: rgba(145, 18, 33, 0.15);
    font-size: 67px;
    line-height: 1;
}

.feedback-content > h3 {
    margin-bottom: 17px;
    color: #751010;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.3;
}

.feedback-content > p {
    margin-bottom: 30px;
    color: #000;
    font-size: 17px;
    font-style: italic;
    line-height: 1.9;
}

/* Verified Information */

.feedback-bottom {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eaded9;
}

.feedback-bottom div {
    display: flex;
    flex-direction: column;
}

.feedback-bottom strong {
    color: #4a151a;
    font-size: 15px;
}

.feedback-bottom span {
    margin-top: 3px;
    color: #8b7d79;
    font-size: 13px;
}

.feedback-bottom > i {
    color: #159447;
    font-size: 28px;
}

/* Slider Controls */

.feedback-control {
    top: 50%;
    bottom: auto;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: linear-gradient(135deg, #72111c, #a91b2b);
    border: 2px solid #eccb72;
    border-radius: 50%;
    opacity: 1;
    transform: translateY(-80%);
    transition: 0.3s ease;
}

.feedback-control:hover {
    color: #3d080e;
    background: #f0c961;
}

.feedback-control i {
    font-size: 20px;
}

.feedback-prev {
    left: 5px;
}

.feedback-next {
    right: 5px;
}

/* Slider Indicators */

.feedback-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.feedback-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #b9a7a1;
    border: 0;
    border-radius: 50%;
    opacity: 1;
}

.feedback-indicators .active {
    width: 28px;
    background: #a71627;
    border-radius: 10px;
}

/* Bottom CTA */

.feedback-cta {
    margin-top: 10px;
    padding: 28px 32px;
    color: #ffffff;
    background:linear-gradient(135deg, #751010, #b51c1c);
    border-left: 5px solid #e2ad3b;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(56, 5, 12, 0.2);
}

.feedback-cta span {
    display: block;
    margin-bottom: 5px;
    color: #efc966;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.feedback-cta h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.4;
}

.feedback-cta a {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #3c090e;
    background: #f2ca67;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.feedback-cta a:hover {
    color: #ffffff;
    background: #a71829;
    transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 1199px) {
    .feedback-prev {
        left: -5px;
    }

    .feedback-next {
        right: -5px;
    }
}

@media (max-width: 991px) {
    .client-feedback-section {
        padding: 70px 0;
    }

    .feedback-heading h2 {
        font-size: 36px;
    }

    .feedback-client-image {
        height: 370px;
    }

    .feedback-content {
        padding: 40px 30px;
    }

    .feedback-control {
        display: none;
    }

    .feedback-cta {
        text-align: center;
    }

    .feedback-cta a {
        margin-top: 8px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .client-feedback-section {
        padding: 55px 0;
    }

    .feedback-heading {
        margin-bottom: 35px;
    }

    .feedback-heading h2 {
        font-size: 29px;
    }

    .feedback-heading p {
        font-size: 15px;
    }

    .feedback-card {
        margin-bottom: 65px;
        border-radius: 9px;
    }

    .feedback-client-image {
        height: 300px;
    }

    .feedback-content {
        padding: 30px 20px 35px;
        text-align: center;
    }

    .feedback-top {
        justify-content: center;
    }

    .feedback-quote-icon {
        display: none;
    }

    .feedback-content > h3 {
        font-size: 24px;
    }

    .feedback-content > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .feedback-bottom {
        text-align: left;
    }

    .feedback-indicators {
        bottom: 25px;
    }

    .feedback-cta {
        padding: 24px 18px;
    }

    .feedback-cta h3 {
        font-size: 20px;
    }

    .feedback-cta a {
        width: 100%;
        font-size: 16px;
    }
}
.cta {
    background: var(--red);
    color: #fff;
    padding: 35px 0
}

.cta h2 {
    font-size: 34px;
    margin: 0
}

.cta p {
    margin: 6px 0 0;
    color: #f7d9dc
}

.cta a {
    background: #fff;
    color: var(--red);
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}
 /* =================================
   4 COLUMN FOOTER
================================= */

.main-footer {
    position: relative;
    color: #ffffff;
    background: #280309;
}

.footer-top {
    position: relative;
    padding: 75px 0 55px;
    overflow: hidden;
    background:linear-gradient(135deg, #751010, #b51c1c);
}
 
 
.footer-top .container {
    position: relative;
    z-index: 2;
}

/* Footer Heading */

.footer-widget h3 {
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.footer-widget h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: #e3ae3d;
}

/* About Column */

.footer-about > p {
    margin-bottom: 23px;
    color: #e5cfd4;
    font-size: 15px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.footer-social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #4d0710;
    background: #efc864;
    border: 1px solid #efc864;
    border-radius: 50%;
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    color: #ffffff;
    background: #a51727;
    border-color: #ffffff;
    transform: translateY(-4px);
}

/* Footer Links */

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    display: inline-flex;
    
    color: #e5cfd4;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links a i {
    margin-right: 8px;
    color: #e7b94d;
    font-size: 13px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffd66f;
    transform: translateX(5px);
}

/* Contact List */

.footer-contact {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: #4c0710;
    background: #efc864;
    border-radius: 50%;
    font-size: 16px;
}

.footer-contact span {
    display: block;
    margin-bottom: 3px;
    color: #e4cbd0;
    font-size: 12px;
}

.footer-contact a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.footer-contact p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact a:hover {
    color: #ffd66f;
}

/* Footer Call Button */

.footer-call-button {
    display: inline-flex;
    min-height: 48px;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #44070e;
    background: #efc864;
    border: 1px solid #efc864;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-call-button:hover {
    color: #ffffff;
    background: #a71828;
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* Bottom Footer */

.footer-bottom {
    padding: 18px 0;
    background: #1d0206;
    border-top: 1px solid rgba(255, 213, 110, 0.17);
}

.footer-bottom p {
    margin: 0;
    color: #d8bdc3;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.footer-bottom-links a {
    color: #d8bdc3;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #efc864;
}

.footer-bottom-links span {
    color: #7f6268;
}

/* Tablet */

@media (max-width: 991px) {
    .footer-top {
        padding: 65px 0 40px;
    }

    .footer-widget {
        margin-bottom: 15px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .footer-top {
        padding: 55px 0 30px;
    }

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

    .footer-widget h3::after {
        right: 0;
        margin: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links a {
        justify-content: center;
    }

    .footer-contact li {
        max-width: 280px;
        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;
        text-align: left;
    }

    .footer-call-button {
        width: 100%;
        max-width: 280px;
    }

    .footer-bottom {
        padding-bottom: 25px;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}

.float-call,
.float-wa {
    position: fixed;
    bottom: 26px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 22px;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 8px 25px #0005
}

.float-call {
    left: 20px;
    background: var(--red)
}

.float-wa {
    right: 20px;
    background: var(--green)
}

.mobile-bar {
    display: none
}

@media(max-width:991px) {
    .hero h1 {
        font-size: 45px
    }

    .min-vh-hero {
        min-height: auto
    }

    .section-pad {
        padding: 65px 0
    }

    .title-block h2,
    .about h2,
    .choose h2 {
        font-size: 37px
    }

    .service-box {
        min-height: auto
    }

    .stat {
        border-bottom: 1px solid #8f5d0c55
    }

    .zodiac-box {
        min-height: 330px
    }

    .zodiac-ring {
        width: 285px;
        height: 285px;
        font-size: 38px
    }

    .zodiac-ring span {
        font-size: 65px
    }
}

@media(max-width:767px) {
    body {
        padding-bottom: 58px
    }

    .topbar {
        font-size: 12px
    }

    .topbar a {
        margin: 0 8px;
        display: inline-block
    }

    .hero {
        text-align: center
    }

    .hero h1 {
        font-size: 36px
    }

    .hero p {
        font-size: 15px
    }

    .hero-actions {
        justify-content: center
    }

    .section-pad {
        padding: 50px 0
    }

    .title-block h2,
    .about h2,
    .choose h2 {
        font-size: 32px
    }

    .choose-list {
        grid-template-columns: 1fr
    }

    .zodiac-ring {
        width: 245px;
        height: 245px;
        font-size: 31px
    }

    .zodiac-ring span {
        font-size: 56px
    }

    .about-photo {
        height: 365px
    }

    .big-om {
        font-size: 120px
    }

    .review-card {
        padding: 28px 22px;
        display: block;
        text-align: center
    }

    .avatar {
        margin: 0 auto 18px
    }

    .cta {
        text-align: center
    }

    .cta h2 {
        font-size: 27px
    }

    .cta .text-lg-end {
        margin-top: 15px
    }

    .float-call,
    .float-wa {
        display: none
    }

    .mobile-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999
    }

    .mobile-bar a {
        width: 50%;
        text-align: center;
        padding: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 700
    }

    .mobile-bar a:first-child {
        background: var(--red)
    }

    .mobile-bar a:last-child {
        background: var(--green)
    }
}
/* ==================================
   FAQ SECTION
================================== */

.faq-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top left,
            rgba(160, 20, 36, 0.07),
            transparent 30%
        ),
        #fff9f1;
}

.faq-section::before {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -150px;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(142, 17, 31, 0.1);
    border-radius: 50%;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */

.faq-heading {
    max-width: 820px;
    margin: 0 auto 50px;
}

.faq-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #a71627;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.faq-heading h2 {
    margin-bottom: 17px;
    color: #751010;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}

.faq-heading h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 16px auto 0;
    background: #dba735;
}

.faq-heading p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.8;
}

/* FAQ Image */

.faq-image-box {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.faq-image-box > img {
    display: block;
    width: 100%;
     
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(64, 8, 15, 0.18);
}

.faq-call-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    padding: 18px 20px;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    background: rgba(64, 5, 13, 0.94);
    border-left: 4px solid #e2ad3b;
    border-radius: 8px;
    backdrop-filter: blur(7px);
}

.faq-call-box > i {
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    color: #44080e;
    background: #f1ca67;
    border-radius: 50%;
    font-size: 20px;
}

.faq-call-box span {
    display: block;
    margin-bottom: 3px;
    color: #ecd6da;
    font-size: 13px;
}

.faq-call-box a {
    color: #f1ca67;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

/* Accordion */

.faq-accordion .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(130, 16, 29, 0.14);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(68, 8, 15, 0.07);
}

.faq-accordion .accordion-button {
    padding: 20px 22px;
    color: #3e0a10;
    background: #ffffff;
    box-shadow: none;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.5;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(135deg, #751010, #b51c1c);
}

.faq-accordion .accordion-button::after {
    width: 34px;
    height: 34px;
    margin-left: 15px;
    background-image: none;
    border-radius: 50%;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #9d1726;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    color: #42070d;
    background-color: #f1ca67;
    transform: none;
}

.faq-accordion .accordion-body {
    padding: 20px 22px;
    color: #000;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.8;
}

.faq-accordion .accordion-body a {
    color: #a71627;
    font-weight: 700;
    text-decoration: none;
}

/* Bottom CTA */

.faq-bottom-cta {
    margin-top: 50px;
    padding: 28px 32px;
    color: #ffffff;
    background: linear-gradient(135deg, #751010, #b51c1c);
    border-left: 5px solid #e2ad3b;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(56, 5, 12, 0.2);
}

.faq-bottom-cta span {
    display: block;
    margin-bottom: 5px;
    color: #efc966;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.faq-bottom-cta h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.4;
}

.faq-bottom-cta a {
    display: inline-flex;
    min-height: 50px;
    margin-left: 8px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3c090e;
    background: #f2ca67;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s ease;
}

.faq-bottom-cta .faq-whatsapp-btn {
    color: #ffffff;
    background: #159447;
}

.faq-bottom-cta a:hover {
    color: #ffffff;
    background: #a71829;
    transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 991px) {
    .faq-section {
        padding: 70px 0;
    }

    .faq-heading h2 {
        font-size: 36px;
    }

    .faq-image-box > img {
        height: 440px;
    }

    .faq-bottom-cta {
        text-align: center;
    }

    .faq-bottom-cta a {
        margin-top: 10px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .faq-section {
        padding: 55px 0;
    }

    .faq-heading {
        margin-bottom: 35px;
    }

    .faq-heading h2 {
        font-size: 29px;
    }

    .faq-heading p {
        font-size: 15px;
    }

    .faq-image-box > img {
        height: 360px;
    }

    .faq-call-box {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 14px;
    }

    .faq-call-box > i {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .faq-call-box a {
        font-size: 17px;
    }

    .faq-accordion .accordion-button {
        padding: 17px 15px;
        font-size: 15px;
    }

    .faq-accordion .accordion-button::after {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        font-size: 21px;
    }

    .faq-accordion .accordion-body {
        padding: 17px 15px;
        font-size: 14px;
    }

    .faq-bottom-cta {
        margin-top: 35px;
        padding: 24px 18px;
    }

    .faq-bottom-cta h3 {
        font-size: 20px;
    }

    .faq-bottom-cta a {
        width: 100%;
        margin: 10px 0 0;
    }
}