*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}
 
body {
    font-family: 'Playfair Display', serif;

   
    overflow-x: hidden;
    margin: 0;
}
h1 {
    font-size: 40px;
}
p {
    font-size: 17px !important;
}
h2.mb-2 { 
    color: white;
}
h1,
h2,
h3,
h4 { 
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

h2 {
    font-weight: 800;
    font-size: 40px;
}

/* ===== UTILITY COLOURS ===== */
.clr-orange {
    color: #E87722;
}

.clr-orange-lt {
    color: #F5A623;
}

.clr-muted {
    color: #C8A882;
}

.clr-white {
    color: #FFFFFF;
}

.clr-light {
    color: #FFF8F0;
}

/* ===== BACKGROUNDS ===== */
.bg-site-dark {
    background: #1A1208;
}

.bg-site-card {
    background: #221A0E;
}

.bg-site-section {
    background: #2C1F0F;
}

.bg-orange {
    background: #E87722;
}

.bg-footer {
    background: #000;
}

.bg-wa-green {
    background: #25D366;
}

/* ===== TYPOGRAPHY ===== */
.font-serif {
    font-family: 'Playfair Display', serif;
}

.font-display {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.text-glow {
    text-shadow: 0 0 20px rgba(232, 119, 34, 0.6);
}

.italic {
    font-style: italic;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

/* ===== BORDER ===== */
.border-orange {
    border: 2px solid #E87722;
}

.border-orange-sm {
    border: 1px solid rgba(232, 119, 34, 0.2);
}

.border-orange-md {
    border: 1px solid rgba(232, 119, 34, 0.25);
}

.border-orange-top {
    border-top: 1px solid rgba(232, 119, 34, 0.15);
}

.border-footer-top {
    border-top: 1px solid rgba(232, 119, 34, 0.1);
}
.bi.bi-chevron-down {
    font-size: 15px !important;  
    font-weight: 800 !important;
}
/* ===== BADGE ===== */
.badge-orange {
    background: #E87722;
    color: #fff;
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
}

/* ===== BUTTONS ===== */
.btn-primary-orange {
    max-width: 285px;
    background: #E87722;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;

    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-primary-orange:hover {
    background: #C45D0A;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(232, 119, 34, 0.35);
}

.btn-outline-orange {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;

    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-outline-orange:hover {
    background: #E87722;
    color: #fff;
    transform: translateY(-2px);
}

.btn-white-orange {
    background: #fff;
    color: #E87722;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    transition: all 0.25s;
}

.btn-white-orange:hover {
    opacity: 0.9;
    color: #C45D0A;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    transition: all 0.25s;
}

.btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;

    transition: all 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-white:hover {
    background: #fff;
    color: #E87722;
}

/* ===== DIVIDER ===== */
.orange-divider {
    width: 60px;
    height: 4px;
    background: #E87722;
    border-radius: 2px;
    margin: 12px auto 20px;
}

.orange-divider-left {
    width: 60px;
    height: 4px;
    background: #E87722;
    border-radius: 2px;
    margin: 12px 0 20px;
}

/* ===== SECTION LABEL ===== */
.section-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #E87722;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-label::before,
.section-label::after {
    content: '';
    height: 1px;
    width: 30px;
    background: rgba(232, 119, 34, 0.5);
}

/* ===== ICONS ===== */
.icon-orange {
    color: #E87722;
    font-size: 1.6rem;
}

.icon-orange-lg {
    color: #E87722;
    font-size: 2.5rem;
}

.icon-orange-sm {
    color: #E87722;
}

/* ===== CARD BASE ===== */
.card-dark {
    background: #221A0E;
    border: 1px solid rgba(232, 119, 34, 0.2);
    border-radius: 16px;
    transition: all 0.35s ease;
    overflow: hidden;
}

.card-dark:hover {
    border-color: #E87722;
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(232, 119, 34, 0.25);
}

/* ===== GLOW SHADOW ===== */
.shadow-orange {
    box-shadow: 0 8px 32px rgba(232, 119, 34, 0.2);
}

.shadow-dark {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

/* ===== NAVBAR ===== */
#mainNav {
    background: #000;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(232, 119, 34, 0.15);
    padding: 10px 0;
    transition: all 0.3s;
    z-index: 1000;
}

#mainNav.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
    height: 65px;
}

.nav-link {
    color: #FFF8F0 !important;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 14px !important;
    transition: color 0.2s;
    position: relative;
}

.nav-link::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 2px;
    left: 14px;
    right: 14px;
    height: 2px;
    /* background: #E87722; */
    transform: scaleX(0);
    transition: transform 0.25s;
    border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.nav-link:hover {
    color: #E87722 !important;
}

.dropdown-menu {
    background: #221A0E;
    border: 1px solid rgba(232, 119, 34, 0.25);
    border-radius: 12px;
    min-width: 260px;
    padding: 8px;
    margin-top: 8px !important;
}

.dropdown-item {
    color: #FFF8F0;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 17px;
    transition: all 0.2s;
}

.dropdown-item:hover {
    background: rgba(232, 119, 34, 0.15);
    color: #E87722;
}

.dropdown-item i {
    margin-right: 10px;
    color: #E87722;
}

.navbar-toggler {
    border-color: rgba(232, 119, 34, 0.4);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28232,119,34,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== HERO ===== */
#hero {
    position: relative;
    min-height: 100vh;
    background: url('../img/banner-image.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 18, 8, 0.9) 0%, rgba(26, 18, 8, 0.65) 60%, rgba(232, 119, 34, 0.2) 100%);
    z-index: 1;
}

#hero .container {
    position: relative;
    z-index: 2; 
}

.hero-badge {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 119, 34, 0.15);
    border: 1px solid rgba(232, 119, 34, 0.4);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.82rem;
    color: #F5A623;
    font-weight: 500;
    margin-bottom: 20px;
    animation: fadeDown 0.8s ease both;
}

.hero-title {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 10px;
    animation: fadeUp 0.9s 0.1s ease both;
}

.hero-title .highlight {
    color: #E87722;
}

.hero-sub {
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: #E87722;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 18px;
    animation: fadeUp 0.9s 0.2s ease both;
}

.hero-body {
    color: #fff;
    font-size: 1rem;
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 32px;
    animation: fadeUp 0.9s 0.3s ease both;
}

.hero-btns {
    animation: fadeUp 0.9s 0.4s ease both;
}

.hero-trust {
    margin-top: 48px;
    animation: fadeUp 0.9s 0.5s ease both;
}

.trust-bar {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(232, 119, 34, 0.2);
    border-radius: 16px;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 20px;
}

.trust-item .trust-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #E87722;
    line-height: 1;
}

.trust-item .trust-lbl {
    font-size: 0.78rem;
    color: #C8A882;
    margin-top: 4px;
    font-weight: 500;
}

.trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(232, 119, 34, 0.3);
    align-self: center;
}

/* Hero contact card */
/*.hero-contact-card {*/
/*    background: rgba(232, 119, 34, 0.08);*/
/*    border: 2px solid rgba(232, 119, 34, 0.3);*/
/*    border-radius: 24px;*/
/*    padding: 20px;*/
/*    backdrop-filter: blur(8px);*/
/*    text-align: center;*/
/*}*/

.hero-contact-card .phone-label {
    color: #C8A882;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.hero-contact-card .phone-num {
    color: #FFF8F0;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.hero-contact-card .phone-num2 {
    color: #C8A882;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.hero-icon-group {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 12px;
}

.hero-icon-item {
    text-align: center;
}

.hero-icon-item small {
    color: #C8A882;
    display: block;
    font-size: 0.78rem;
    margin-top: 4px;
}

/* ===== STATS BAND ===== */
#stats {
    background: #E87722;
    padding: 5px 0;
}

.stat-card {
 border-radius: 20px;
    margin: 7px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 6px;
}

.stat-card .stat-big {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.stat-card .stat-label {
    font-size: 17px;
    color: #fff;
    margin-top: 6px;
    font-weight: 500;
}

.stat-card .stat-icon {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}
@media (max-width: 767px) {
    .stat-card {
        height: 200px;
    }
}
/* ===== ABOUT ===== */
#about {
    background: #1A1208;
    padding: 50px 0;
}

.about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-img-wrap img {
    width: 100%;
    /*height: 480px;*/
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.about-exp-badge {
    position: absolute;
    bottom: 28px;
    left: 28px;
    background: #E87722;
    color: #fff;
    border-radius: 14px;
    padding: 16px 22px;
    font-family: 'Playfair Display', serif;
}

.about-exp-badge .exp-num {
    font-size: 2.2rem;
    font-weight: 900;
    display: block;
    line-height: 1;
}

.about-exp-badge .exp-text {
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.9;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.about-feature .feat-icon-wrap {
    width: 44px;
    height: 44px;
    background: rgba(232, 119, 34, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-feature .feat-title {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.about-feature .feat-desc {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.about-body {
    color: #000;

    line-height: 1.8;
    margin-bottom: 24px;
}

/* ===== SERVICES ===== */
#services {
    background: #2C1F0F;
    padding: 50px 0;
}

.service-card {
    background: #221A0E;
    border: 1px solid rgba(232, 119, 34, 0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    border-color: #E87722;
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(232, 119, 34, 0.2);
}

.service-img-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.service-card:hover .service-img-wrap img {
    transform: scale(1.07);
}

.service-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26, 18, 8, 0.15) 0%, rgba(26, 18, 8, 0.75) 100%);
}

.service-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-icon-circle {
    width: 54px;
    height: 54px;
    background: rgba(232, 119, 34, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #E87722;
    margin-bottom: 14px;
    transition: all 0.3s;
}

.service-card:hover .service-icon-circle {
    background: #E87722;
    color: #fff;
}

.service-card-title {
    /*font-size: 1.1rem;*/
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFF8F0;
}

.service-card-desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 14px;
    flex: 1;
}

.service-ideal {
    font-size: 0.78rem;
    color: #fff;
    font-weight: 500;
    background: rgba(232, 119, 34, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.service-btn-group {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.btn-service-outline {
    background: transparent;
    color: #E87722;
    border: 1.5px solid #E87722;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
    text-align: center;
    transition: all 0.25s;
}

.btn-service-outline:hover {
    background: #E87722;
    color: #fff;
}

.btn-service-wa {
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
    text-align: center;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-service-wa:hover {
    background: #C45D0A;
    color: #fff;
}

/* ===== WHY US ===== */
#why {
    /* background: #1A1208; */
    padding: 50px 0;
}

.why-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.why-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 12px;
    background: rgba(232, 119, 34, 0.04);
    border: 1px solid rgba(232, 119, 34, 0.1);
    transition: all 0.25s;
}

.why-point:hover {
    background: rgba(232, 119, 34, 0.1);
    border-color: #E87722;
}

.why-point .wp-icon {
    width: 42px;
    height: 42px;
    background: #E87722;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #fff;
}

.why-point-title {

    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
}

.why-point-desc {

    color: #000;
    margin: 0;
    line-height: 1.5;
}

.why-intro {
    color: #000;

    margin-bottom: 28px;
    line-height: 1.7;
}

/* ===== IMG OVERLAY CARDS (Why Section) ===== */
.img-overlay-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.img-overlay-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.img-overlay-card:hover img {
    transform: scale(1.06);
}

.img-overlay-card .img-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 18, 8, 0.9) 0%, transparent 60%);
}

.img-overlay-card .img-card-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

/* ===== MENU ===== */
#menu {
    background: #ff910b1f;
    padding: 50px 0;
}

.menu-item {
        height: 100%;
    background: #221A0E;
    border: 1px solid rgba(232, 119, 34, 0.12);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s;
}

.menu-item:hover {
    border-color: #E87722;
    transform: translateX(4px);
}

.menu-item .menu-icon {
    font-size: 1.8rem;
    color: #E87722;
    flex-shrink: 0;
}

.menu-item .menu-title {
    font-size: 0.98rem;
    font-weight: 700;
    margin: 0 0 4px;
    color: #FFF8F0;
}

.menu-item .menu-desc {
    font-size: 0.82rem;
    color: #fff;
    margin: 0;
}

.menu-section-desc {
    color: #000;
    max-width: 520px;
    margin: 0 auto;

}

/* ===== PROCESS ===== */
#process {
    background: #fff;
    padding: 50px 0;
}
  
.process-step {
    border-radius: 20px;
    height: 100%;
    padding: 17px;
    text-align: center;
    position: relative;
    border-color: #E87722;
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgb(232 119 34 / 46%);
}

.step-num {
    width: 64px;
    height: 64px;
    background: #E87722;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 16px;
    box-shadow: 0 4px 20px rgba(232, 119, 34, 0.4);
}

.step-line {
    position: absolute;
    top: 32px;
    left: 60%;
    right: -40%;
    height: 2px;
    background: linear-gradient(to right, #E87722, rgba(232, 119, 34, 0.2));
}

.process-step:last-child .step-line {
    display: none;
}

.step-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.step-desc {
    font-size: 0.85rem;
    color: #000;
}

/* ===== TESTIMONIALS ===== */
#testimonials {
    background: url('https://images.unsplash.com/photo-1530062845289-9109b2c9c868?w=1600&q=80') center/cover no-repeat fixed;
    position: relative;
    padding: 50px 0;
}

#testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 18, 8, 0.88);
}

#testimonials .container {
    position: relative;
    z-index: 1;
}

.testi-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(232, 119, 34, 0.2);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
}

.testi-stars {
    color: #E87722;
    font-size: 1rem;
    margin-bottom: 14px;
}

.testi-quote {
    color: rgba(255, 248, 240, 0.85);
    font-size: 0.92rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.testi-author {
    color: #E87722;
    font-weight: 700;

}

.testi-event {
    font-size: 0.8rem;
    color: #C8A882;
}

.testi-icon {
    font-size: 3rem;
    color: rgba(232, 119, 34, 0.15);
    margin-bottom: 12px;
    display: block;
}

.testi-section-desc {
    color: #fff;

    margin: 0 auto;

}

/* ===== AREAS ===== */
#areas {
    background: #2C1F0F;
    padding: 80px 0;
}

.area-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 119, 34, 0.08);
    border: 1px solid rgba(232, 119, 34, 0.25);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 17px;
    color: #FFF8F0;
    margin: 6px;
    transition: all 0.2s;
}

.area-pill:hover {
    background: #E87722;
    border-color: #E87722;
    color: #fff;
    cursor: pointer;
}

.area-pill i {
    color: #E87722;
    
}

.area-pill:hover i {
    color: #fff;
}

.areas-desc {
    color: #fff;
    max-width: 560px;
    margin: 0 auto;

}

/* ===== FAQ ===== */
#faq {
    background: #fff;
    padding: 80px 0;
}

.accordion-item {
    background: #221A0E !important;
    border: 1px solid rgba(232, 119, 34, 0.15) !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-button {
    background: #221A0E !important;
    color: #FFF8F0 !important;
    font-weight: 600;

    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #E87722 !important;
    background: rgba(232, 119, 34, 0.08) !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(600%) hue-rotate(348deg) brightness(95%) contrast(90%);
}

.accordion-body {
    background: #221A0E;
    color: #fff;
    
    line-height: 1.65;
}

/* ===== CTA SECTION ===== */
#cta {
    background: #E87722;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

#cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#cta .container {
    position: relative;
    z-index: 1;
}

.cta-title {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.cta-desc {
    color: #fff;
    font-size: 1rem;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.cta-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
    display: block;
}

/* ===== FOOTER ===== */
footer {
    background: #000;
    padding: 60px 0 28px;
    border-top: 1px solid rgba(232, 119, 34, 0.15);
}

.footer-brand img {
    height: 56px;
    margin-bottom: 16px;
}

.footer-desc {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    max-width: 280px;
}

.footer-heading {
    color: #E87722;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.2s;
}

footer ul li a:hover {
    color: #E87722;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-contact-item i {
    color: #E87722;

    margin-top: 1px;
    flex-shrink: 0;
}

.footer-contact-item span {

    color: #ffffff;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background: rgba(232, 119, 34, 0.1);
    border: 1px solid rgba(232, 119, 34, 0.25);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E87722;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s;
    margin-right: 6px;
}

.social-icons a:hover {
    background: #E87722;
    color: #fff;
    border-color: #E87722;
}

.footer-bottom {
    border-top:1px solid rgb(232 119 34 / 38%);
    padding-top: 20px;
    margin-top: 40px; 
    font-size: 17x;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} 

/* ===== POPUP ===== */
#enquiryPopup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: flex-start;  /* center → flex-start */
    justify-content: center;
    padding: 20px;
    overflow-y: auto;          /* ← YEH ADD KARO */
}
@media (max-width: 767px) {
    .popup-box {
        margin-top: 20px;   /* 245px → 20px */
        margin-bottom: 20px; /* ← YEH BHI ADD KARO */
    }
}
#enquiryPopup.show {
    display: flex;
}

.popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 7, 3, 0.85);
    backdrop-filter: blur(6px);
}

.popup-box {
    position: relative;
    z-index: 1;
    background: #221A0E;
    border: 1px solid rgba(232, 119, 34, 0.35);
    border-radius: 24px;
    padding: 40px;
    max-width: 550px;
    width: 100%;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: rgba(232, 119, 34, 0.12);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E87722;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s;
}

.popup-close:hover {
    background: #E87722;
    color: #fff;
}

.popup-title {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.popup-subtitle {
    color: #C8A882;
    font-size: 0.85rem;
    margin: 0;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(232, 119, 34, 0.25) !important;
    color: #FFF8F0 !important;
    border-radius: 10px !important;
}

.form-control::placeholder {
    color: rgba(200, 168, 130, 0.6) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #E87722 !important;
    box-shadow: 0 0 0 3px rgba(232, 119, 34, 0.15) !important;
}

.form-select option {
    background: #221A0E;
    color: #FFF8F0;
}

.form-label {
    font-size: 0.85rem;
    color: #C8A882;
    margin-bottom: 6px;
}

.popup-note {
    color: #C8A882;
    font-size: 0.78rem;
}

/* ===== BACK TO TOP ===== */
#backTop {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    width: 44px;
    height: 44px;
    background: #E87722;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(232, 119, 34, 0.5);
    transition: all 0.2s;
}

#backTop:hover {
    transform: translateY(-3px);
    background: #C45D0A;
}

#backTop.show {
    display: flex;
}

/* ===== WHATSAPP FLOAT ===== */
#waFloat {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 999;
    width: 52px;
    height: 52px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.2s;
}

#waFloat:hover {
    transform: scale(1.1);
    background: #1da851;
    color: #fff;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== MISC HELPERS ===== */
.section-body {
    padding: 50px 0;
}

.section-body-md {
    padding: 80px 0;
}

.text-muted-custom {
    color: #fff;
}

.max-w-560 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .step-line {
        display: none;
    }

    .hero-title {
        font-size: 2.2rem;
    }
}

a {
    text-decoration: none;
}


/* about us */

.description-text {
    font-size: 22px;
}

.icon-circle {
    font-size: xx-large;
    width: 80px;
    height: 80px;
    background: rgba(255, 193, 7, 0.25);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-style {
  
    color: #E87722;
    margin-top: 4px;
}

.custom-checklist li {
   
    color: #000;
}

.custom-checklist li i {
    flex-shrink: 0;
}

.italic-text {
    font-style: italic;
}

.hover-zoom img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
         
.hover-zoom:hover img {
    transform: scale(1.04);
}
.text-danger{
     color: #E87722 !important;
}
.text-warning {
    color: #E87722 !important;
    text-shadow: 0 0 20px rgba(232, 119, 34, 0.6);
}
.bg-warning{
    background-color: #E87722 !important;
    color: white;
}
.service-img {
    border-radius: 20px !important;
}


@media (min-width: 992px) {
    .service-img {
        height: 600px !important;
    }
}
.popup-title {
    color: white;
}
.bg-success{
    background: #25D366 !important;
}
   @media (max-width: 768px) {
        .about-hero-bg {
            min-height: auto !important;
            padding: 60px 0;
            background-attachment: scroll !important;
        }

        .main-title {
            font-size: 2rem !important;
            line-height: 1.3;
        }
    }
      .contact-section {
            background: #120b02;
        }

        .contact-card {
            background: #1b1206;
            border: 1px solid rgba(255, 193, 7, 0.2);
            transition: 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-3px);
            border-color: rgba(255, 193, 7, 0.6);
        }

        .icon-box {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 193, 7, 0.1);
            color: #E87722;
            border-radius: 12px;
            font-size: 18px;
        }
 
   .btn-outline-orange.text-center.bg-success {
    width: 200px;
}
  .google-testi-card {
            border-radius: 14px !important;
            transition: transform 0.25s cubic-bezier(0.1, 0.8, 0.2, 1), box-shadow 0.25s ease;
            border: 1px solid #f1f2f6 !important;
        }

        .google-testi-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06) !important;
        }

        .card-quote-text {
            font-size: 17px !important;
            color: #57606f !important;
            line-height: 1.6;
        }

.why-choose-us {
    background-color: #ffffff;
}

.wcu-card {
    background-color: #451b03a1; 
}

/* Icons styling */
.wcu-header-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 107, 0, 0.3);
}

.wcu-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(255, 107, 0, 0.1);
}

/* Color & Text Helpers */
.text-orange {
    color: #ff6b00;
}

.text-muted-orange {
    color: #bfa391;
}

.text-muted-light {
    color: #a69488;
}

.tracking-wider {
    letter-spacing: 0.06em;
}

/* Responsive Font Scaling for col-lg-6 optimization */
.extra-small {
    font-size: 0.7rem;
}

.x-small {
    font-size: 0.8rem;
}

/* Borders */
.border-secondary-dark {
    border-color: rgba(255, 255, 255, 0.07) !important;
}

/* Stats Counter Box */
.stat-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

/* Location Notification Area */
.location-banner {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 107, 0, 0.15);
}
em {
    font-style: normal;
}