/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #f4f9fc;
    color: #1a2a3a;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

/* ===== GRADIENT BACKGROUND ===== */
.gradient-bg {
    background: linear-gradient(135deg, #0b3b4a 0%, #1a6d7a 40%, #2a9d8f 100%);
    color: #fff;
}

.my-flag img{
    width: 5%;
}

/* ====== BOOKING NOTIFICATION POPUP ====== */
.booking-notification {
    position: fixed;
    bottom: 10px;
    left: 30px;
    background: rgba(40, 83, 126, 0.92);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    z-index: 998;
    max-width: 420px;
    min-width: 300px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
    display: none;
    border-left: 4px solid var(--accent);
}

.booking-notification.show {
    display: block;
    animation: slideInLeft 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes slideInLeft {
    0% { opacity: 0; transform: translateX(-50px) scale(0.95); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}

.booking-notification .notification-content {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.booking-notification .notification-content .fire-icon {
    font-size: 24px;
    flex-shrink: 0;
    animation: firePulse 1.5s infinite;
}

@keyframes firePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.booking-notification .notification-content .text-content {
    flex: 1;
}

.booking-notification .notification-content .text-content span {
    display: block;
    transition: opacity 0.5s ease;
}

.booking-notification .notification-content .text-content .time {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 3px;
}

/* ====== 10% OFF POPUP OVERLAY ====== */
.offer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.offer-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.offer-popup {
    background: rgba(152, 149, 92, 0.729);
    border-radius: 24px;
    padding: 40px 35px;
    max-width: 480px;
    width: 90%;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.offer-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #999;
    cursor: pointer;
}

.offer-close:hover {
    color: #333;
}

.offer-badge {
    background: #0077b6;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.offer-popup h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #dbe5e8;
    margin: 0;
}

.offer-sub {
    font-size: 1rem;
    color: #f4f1f1d6;
    margin-bottom: 15px;
}

.offer-desc {
    font-size: 0.95rem;
    color: #e5e0e0c4;
    line-height: 1.6;
    margin-bottom: 18px;
}

.offer-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.offer-features span {
    background: var(--gradient-soft);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--dark);
}

.offer-features span i {
    color: var(--primary-green);
    margin-right: 6px;
}

.btn-offer-claim {
    display: inline-block;
    background: #25D366;
    color: #ffffffda;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-offer-claim:hover {
    background: #1da851;
    color: #ffffffa4;
    transform: translateY(-2px);
}

.offer-terms {
    font-size: 0.7rem;
    color: #076873;
    margin-top: 10px;
}
.btn-offer-fixed {
    position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #043181;
    color: #f0e218;
    padding: 15px 16px;
    border-radius: 50px 0 0 50px;
    border: none;
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(10, 122, 156, 0.3);
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}
.btn-offer-fixed i{
    /* writing-mode: vertical-rl; */
transform: rotate(90deg);
}

.btn-offer-fixed:hover {
    transform: translateY(-50%) scale(1.05);
    background: linear-gradient(135deg, #1A9B6C, #0A7A9C);
}
/* ===== NAVBAR ===== */
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 40px;
    background: rgba(11, 59, 74, 0.95);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 2px solid rgba(42, 157, 143, 0.3);
}
.logo {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.logo span {
    color: #7ae9d6;
}
.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}
.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    transition: all 0.4s;
}
.nav-links a:hover,
.nav-links a.active {
    color: #fff;
    border-bottom-color: #7ae9d6;
}
.nav-links a.active {
    background: rgba(42, 157, 143, 0.2);
    padding: 8px 16px;
    border-radius: 30px;
    border-bottom: none;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.hamburger span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

/* ===== FLOATING BUTTONS ===== */
.float-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}
.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.float-btn:hover {
    transform: scale(1.12);
}
.float-btn.whatsapp {
    background: #25d366;
}
.float-btn.call {
    background: #0077b6;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.float-btn.call {
    animation-name: pulse-call;
}
@keyframes pulse-call {
    0% { box-shadow: 0 0 0 0 rgba(0, 119, 182, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 119, 182, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 119, 182, 0); }
}

/* ===== HERO ===== */
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px 40px 80px;
    gap: 40px;
    min-height: 90vh;
}
.hero-left {
    flex: 1 1 50%;
    min-width: 300px;
}
.hero-left h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
.hero-left h1 span {
    color: #7ae9d6;
}
.hero-left .subhead {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    opacity: 0.9;
}
.hero-left .desc {
    font-size: 18px;
    opacity: 0.85;
    max-width: 550px;
    margin-bottom: 24px;
}
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 12px;
}
.hero-stats .stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 16px 6px 12px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
}
.hero-stats .stat span {
    font-size: 20px;
}

/* ===== COUNTER ANIMATION ===== */
.counter {
    display: inline-block;
    transition: all 0.1s ease;
}
.counter.boom {
    animation: boomEffect 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}
@keyframes boomEffect {
    0% { transform: scale(1); color: #fff; }
    20% { transform: scale(1.8); color: #ffd700; text-shadow: 0 0 30px rgba(255, 215, 0, 0.8); }
    40% { transform: scale(0.9); color: #7ae9d6; }
    60% { transform: scale(1.4); color: #ffd700; }
    80% { transform: scale(0.95); color: #fff; }
    100% { transform: scale(1); color: #fff; }
}
.counter.sparkle {
    animation: sparkleBoom 1s ease forwards;
}
@keyframes sparkleBoom {
    0% { transform: scale(1); opacity: 1; }
    30% { transform: scale(2.5) rotate(-10deg); opacity: 0.8; text-shadow: 0 0 40px #ffd700, 0 0 80px #ff6b6b; }
    60% { transform: scale(0.7) rotate(5deg); opacity: 1; }
    80% { transform: scale(1.3); }
    100% { transform: scale(1); opacity: 1; }
}

/* ===== HERO RIGHT FORM ===== */
.hero-right {
    flex: 1 1 40%;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    padding: 32px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-right h3 {
    font-size: 22px;
    margin-bottom: 6px;
}
.hero-right p {
    opacity: 0.8;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    opacity: 0.8;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2a3a;
    outline: none;
    transition: 0.3s;
    width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(122, 233, 214, 0.5);
}
.form-group textarea {
    resize: vertical;
    min-height: 70px;
}
.form-group.full {
    grid-column: 1 / -1;
}
.form-group.check {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    grid-column: 1 / -1;
}
.form-group.check input {
    width: 18px;
    height: 18px;
    accent-color: #2a9d8f;
}
.btn-submit {
    grid-column: 1 / -1;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #2a9d8f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 6px;
}
.btn-submit:hover {
    background: #21867a;
    transform: scale(1.02);
}

/* ===== SECTION TITLES ===== */
.section-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    color: #0b3b4a;
}
.section-sub {
    text-align: center;
    font-size: 19px;
    color: #3a5a6a;
    max-width: 700px;
    margin: 0 auto 40px;
}
.section {
    padding: 70px 20px;
}
.section-light {
    background: #fff;
    
}

/* ===== CARDS ===== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border-top: 5px solid #2a9d8f;
    text-align: center;
}
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.card .icon {
    font-size: 40px;
    margin-bottom: 8px;
}
.card h3 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #0b3b4a;
}
.card .price {
    font-size: 22px;
    font-weight: 700;
    color: #2a9d8f;
    margin-bottom: 8px;
}
.card p {
    font-size: 16px;
    color: #3a5a6a;
    margin-bottom: 16px;
}
.card .btn-card {
    display: inline-block;
    background: #0b3b4a;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}
.card .btn-card:hover {
    background: #2a9d8f;
}

/* ===== TABLE ===== */
/* ===== TABLE WRAP - Desktop (No Change) ===== */
.table-wrap {
    overflow-x: auto;
    margin: 20px 0 10px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
    font-size: 14px;
    font-weight: 600;
}
.table-wrap th {
    background: #0b3b4a;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
}
.table-wrap td {
    padding: 14px 16px;
    border-bottom: 1px solid #eaf0f4;
}
.table-wrap tr:last-child td {
    border-bottom: none;
}
.table-wrap .btn-table {
    background: #2a9d8f;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    white-space: nowrap;
}
.table-wrap .btn-table:hover {
    background: #0b3b4a;
}
.table-note {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}

/* ===== MOBILE FIX: Sirf mobile par vertical scroll ===== */
@media (max-width: 768px) {
    .table-wrap {
        max-height: 300px; /* 👈 Table ki height limited */
        overflow-y: auto;  /* 👈 Vertical scroll andar */
        border-radius: 14px;
    }
    .table-wrap table {
        min-width: 500px;
        font-size: 13px;
        font-weight: 400;
    }
    .table-wrap th,
    .table-wrap td {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 400;
    }
    .table-wrap .btn-table {
        font-size: 11px;
        padding: 4px 12px;
        font-weight: 400;
    }
    .table-note {
        font-size: 12px;
        padding: 0 6px;
font-weight: 400;
    }
}

@media (max-width: 480px) {
    .table-wrap {
        max-height: 250px; /* 👈 Chhoti screen par aur chhota */
        overflow-y: auto;
        border-radius: 12px;
    }
    .table-wrap table {
        min-width: 400px;
        font-size: 11px;
    }
    .table-wrap th,
    .table-wrap td {
        padding: 8px 10px;
        font-size: 11px;
    }
    .table-wrap .btn-table {
        font-size: 10px;
        padding: 3px 10px;
    }
    .table-note {
        font-size: 11px;
    }
}
.bg-remove{
    background: linear-gradient(135deg, #0f1e1891, #0313187c), url(./assets/imgs/slider-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

/* ===== WHY CHOOSE US ===== */
.grid-2col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.card-why {
    background: #fff;
    padding: 28px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: 0.3s;
    border-bottom: 4px solid #2a9d8f;
}
.card-why:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.card-why .icon {
    font-size: 36px;
}
.card-why h4 {
    font-size: 18px;
    margin: 8px 0 4px;
    color: #0b3b4a;
}
.card-why p {
    font-size: 14px;
    color: #3a5a6a;
}

/* ===== 3 STEPS ===== */
.step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 30px 0;
}
.step-card {
    background: #fff;
    padding: 30px 20px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #2a9d8f;
    position: relative;
}
.step-card .num {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #2a9d8f, #0b3b4a);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 6px 20px rgba(42, 157, 143, 0.35);
    transition: 0.3s;
}
.step-card:hover .num {
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(42, 157, 143, 0.5);
}
.step-card h4 {
    font-size: 20px;
    color: #0b3b4a;
}
.step-card p {
    font-size: 15px;
    color: #3a5a6a;
}

/* ===== REVIEW SLIDER (No Scrollbar) ===== */
.review-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 20px 4px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.review-slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
.review-item {
    flex: 0 0 280px;
    background: #fff;
    padding: 20px 22px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    scroll-snap-align: start;
    border-left: 4px solid #2a9d8f;
}
.review-item .stars {
    color: #f4b942;
    font-size: 18px;
}
.review-item p {
    font-size: 14px;
    color: #1a2a3a;
    margin: 6px 0 4px;
}
.review-item .name {
    font-weight: 600;
    color: #0b3b4a;
}

/* ===== REVIEW SECTION TOP ===== */
.review-section-top .rating-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
}
.review-section-top .rating-badge .counter {
    font-size: 32px;
}

/* ===== COVERAGE ===== */
.area-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.area-box {
    background: #fff;
    padding: 24px 28px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.area-box h4 {
    font-size: 20px;
    color: #0b3b4a;
    margin-bottom: 12px;
}
.area-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    list-style: none;
    padding: 0;
}
.area-box ul li {
    font-size: 14px;
    background: #eef6f9;
    padding: 4px 14px;
    border-radius: 30px;
    color: #0b3b4a;
}
.area-box ul li::before {
    content: "📍 ";
}

/* ===== FLAG CARD ===== */
.flag-card {
    background: linear-gradient(135deg, #0b3b4a, #1a6d7a);
    color: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.flag-card .flag-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 8px;
}
.flag-card h3 {
    font-size: 26px;
}
.flag-card p {
    opacity: 0.9;
    max-width: 500px;
    margin: 8px auto 16px;
}
.flag-card .btn-flag {
    background: #fff;
    color: #0b3b4a;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}
.flag-card .btn-flag:hover {
    background: #7ae9d6;
}

/* ===== FAQ ===== */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
}
.faq-item {
    background: #fff;
    padding: 22px 24px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #2a9d8f;
}
.faq-item .q {
    font-weight: 700;
    font-size: 18px;
    color: #0b3b4a;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}
.faq-item .q::before {
    content: "❓";
}
.faq-item .a {
    font-size: 16px;
    color: #2a3a4a;
    margin-top: 8px;
    padding-left: 34px;
    line-height: 1.7;
    font-weight: 500;
}

/* ===== CTA ===== */
.cta-section {
    background: linear-gradient(135deg, #0b3b4a, #1a6d7a);
    color: #fff;
    padding: 50px 30px;
    border-radius: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cta-section .cta-text {
    flex: 2;
}
.cta-section .cta-text h2 {
    font-size: 34px;
}
.cta-section .cta-text p {
    opacity: 0.85;
    max-width: 600px;
    font-size: 17px;
}
.cta-section .cta-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.cta-section .cta-btns .btn-cta {
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    transition: 0.3s;
    display: inline-block;
}
.cta-section .cta-btns .btn-cta.primary {
    background: #fff;
    color: #0b3b4a;
}
.cta-section .cta-btns .btn-cta.primary:hover {
    background: #7ae9d6;
    border-color: #7ae9d6;
}
.cta-section .cta-btns .btn-cta.secondary {
    background: transparent;
    color: #fff;
}
.cta-section .cta-btns .btn-cta.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}
.cta-divider {
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

/* ===== OFFER BANNER ===== */
.offer-banner {
    background: linear-gradient(135deg, #f4b942, #e89b2e);
    color: #0b3b4a;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px;
}

/* ===== FINAL FORM ===== */
.form-final {
    background: #fff;
    padding: 32px 28px;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}
.form-final .fg {
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
}
.form-final .fg label {
    font-size: 13px;
    font-weight: 600;
    color: #0b3b4a;
    margin-bottom: 4px;
}
.form-final .fg input,
.form-final .fg select {
    padding: 12px 14px;
    border: 2px solid #dce6ec;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    width: 100%;
}
.form-final .fg input:focus,
.form-final .fg select:focus {
    border-color: #2a9d8f;
}
.form-final .btn-final {
    flex: 0 0 auto;
    padding: 12px 36px;
    background: #2a9d8f;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    height: 48px;
    margin-top: auto;
}
.form-final .btn-final:hover {
    background: #0b3b4a;
}

/* ===== FOOTER ===== */
.footer {
    background: #0b2a33;
    color: rgba(255, 255, 255, 0.8);
    padding: 50px 20px 30px;
    text-align: center;
}
.footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: left;
}
.footer .footer-grid h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    border-bottom: 2px solid #2a9d8f;
    padding-bottom: 8px;
    display: inline-block;
}
.footer .footer-grid p,
.footer .footer-grid a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer .footer-grid a {
    display: inline-flex;
}
.footer .footer-grid a:hover {
    color: #7ae9d6;
}
.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    opacity: 0.6;
}
.footer .social-icons {
    display: flex;
    gap: 18px;
}
.footer .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer .social-icons a:hover {
    background: #2a9d8f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 157, 143, 0.4);
}

/* ============================================ */
/* RESPONSIVE - TABLET (max-width: 992px) */
/* ============================================ */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px 60px;
    }
    .hero-left .desc {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-stats {
        justify-content: center;
    }
    .hero-right {
        width: 100%;
        min-width: unset;
    }
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
    .form-group.full,
    .form-group.check {
        grid-column: 1 / -1;
    }
    .cta-section {
        flex-direction: column;
        text-align: center;
    }
    .cta-section .cta-btns {
        justify-content: center;
    }
    .cta-divider {
        width: 80%;
        height: 2px;
    }
    .form-final {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .form-final .fg {
        flex: 1 1 45%;
    }
    .form-final .btn-final {
        flex: 1 1 100%;
    }
}

/* ============================================ */
/* RESPONSIVE - MOBILE (max-width: 768px) */
/* ============================================ */
@media (max-width: 768px) {
    .navbar {
        padding: 12px 16px;
    }
    .logo {
        font-size: 20px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: rgba(11, 59, 74, 0.98);
        padding: 20px 24px;
        position: absolute;
        top: 60px;
        right: 16px;
        border-radius: 16px;
        gap: 14px;
        min-width: 180px;
        backdrop-filter: blur(10px);
    }
    .nav-links.open {
        display: flex;
    }
    .hamburger {
        display: flex;
    }
    .hero-left h1 {
        font-size: 30px;
    }
    .hero-left .subhead {
        font-size: 18px;
    }
    .hero-left .desc {
        font-size: 16px;
    }
    .section-title {
        font-size: 28px;
    }
    .section-sub {
        font-size: 16px;
    }
    body {
        font-size: 15px;
    }
    .card-grid {
        grid-template-columns: 1fr;
    }
    .grid-2col {
        grid-template-columns: 1fr;
    }
    .step-grid {
        grid-template-columns: 1fr;
    }
    .step-card .num {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .faq-item .q {
        font-size: 17px;
    }
    .faq-item .a {
        font-size: 15px;
    }
    .area-grid {
        grid-template-columns: 1fr;
    }
    .float-buttons {
        bottom: 16px;
        right: 16px;
        gap: 12px;
    }
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .review-item {
        flex: 0 0 240px;
    }
    .footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .footer .footer-grid h4 {
        display: block;
        text-align: center;
    }
    .footer .footer-grid p,
    .footer .footer-grid a {
        justify-content: center;
    }
    .footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .review-section-top .rating-badge {
        font-size: 16px;
        gap: 6px;
    }
    .review-section-top .rating-badge .counter {
        font-size: 24px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .hero-right {
        padding: 20px 16px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
        padding: 12px 14px;
    }
    .btn-submit {
        font-size: 17px;
        padding: 16px;
    }
    .form-final {
        flex-direction: column;
        padding: 20px 16px;
        gap: 12px;
    }
    .form-final .fg {
        flex: 1 1 100%;
        width: 100%;
    }
    .form-final .fg input,
    .form-final .fg select {
        font-size: 16px;
        padding: 14px 16px;
    }
    .form-final .btn-final {
        width: 100%;
        padding: 16px;
        font-size: 18px;
    }
    .cta-section .cta-text h2 {
        font-size: 26px;
    }
    .cta-section .cta-text p {
        font-size: 15px;
    }
    .offer-banner {
        font-size: 18px;
        padding: 16px;
    }
}

/* ============================================ */
/* RESPONSIVE - SMALL MOBILE (max-width: 480px) */
/* ============================================ */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    .navbar {
        padding: 10px 12px;
    }
    .logo {
        font-size: 16px;
    }
    .hero {
        padding: 24px 12px 40px;
        gap: 20px;
        min-height: auto;
    }
    .hero-left h1 {
        font-size: 24px;
    }
    .hero-left .subhead {
        font-size: 16px;
    }
    .hero-left .desc {
        font-size: 14px;
        padding: 0 4px;
    }
    .hero-stats {
        gap: 8px 12px;
        justify-content: center;
    }
    .hero-stats .stat {
        font-size: 11px;
        padding: 4px 10px 4px 6px;
    }
    .hero-stats .stat span {
        font-size: 14px;
    }
    .hero-right {
        padding: 16px 12px;
        min-width: unset;
    }
    .hero-right h3 {
        font-size: 18px;
    }
    .section {
        padding: 35px 0;
    }
    .section-title {
        font-size: 22px;
    }
    .section-sub {
        font-size: 14px;
        padding: 0 6px;
    }
    .card {
        padding: 18px 14px;
    }
    .card h3 {
        font-size: 18px;
    }
    .card p {
        font-size: 14px;
    }
    .card .price {
        font-size: 18px;
    }
    .card .btn-card {
        font-size: 13px;
        padding: 8px 18px;
    }
    .table-wrap table {
        min-width: 360px;
        font-size: 12px;
    }
    .table-wrap th,
    .table-wrap td {
        padding: 6px 8px;
        font-size: 11px;
    }
    .table-wrap .btn-table {
        font-size: 10px;
        padding: 3px 8px;
    }
    .table-note {
        font-size: 12px;
    }
    .card-why {
        padding: 18px 14px;
    }
    .card-why h4 {
        font-size: 16px;
    }
    .card-why p {
        font-size: 13px;
    }
    .step-card {
        padding: 18px 14px;
    }
    .step-card .num {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .step-card h4 {
        font-size: 17px;
    }
    .step-card p {
        font-size: 14px;
    }
    .faq-item {
        padding: 14px 16px;
    }
    .faq-item .q {
        font-size: 15px;
    }
    .faq-item .a {
        font-size: 14px;
        padding-left: 28px;
    }
    .area-box {
        padding: 16px 14px;
    }
    .area-box h4 {
        font-size: 17px;
    }
    .area-box ul li {
        font-size: 12px;
        padding: 2px 10px;
    }
    .flag-card {
        padding: 24px 16px;
        border-radius: 16px;
    }
    .flag-card h3 {
        font-size: 20px;
    }
    .flag-card p {
        font-size: 14px;
    }
    .flag-card .btn-flag {
        padding: 10px 20px;
        font-size: 14px;
    }
    .cta-section {
        padding: 24px 16px;
        border-radius: 16px;
    }
    .cta-section .cta-text h2 {
        font-size: 20px;
    }
    .cta-section .cta-text p {
        font-size: 14px;
    }
    .cta-section .cta-btns .btn-cta {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .cta-section .cta-btns {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .offer-banner {
        font-size: 14px;
        padding: 12px 10px;
        border-radius: 14px;
        margin: 10px 0;
    }
    .form-final {
        padding: 16px 12px;
        gap: 10px;
    }
    .form-final .fg input,
    .form-final .fg select {
        font-size: 14px;
        padding: 10px 12px;
    }
    .form-final .btn-final {
        font-size: 15px;
        padding: 14px;
    }
    .footer {
        padding: 25px 12px 16px;
    }
    .footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }
    .footer .footer-grid h4 {
        display: block;
        text-align: center;
        font-size: 16px;
    }
    .footer .footer-grid p,
    .footer .footer-grid a {
        font-size: 13px;
        justify-content: center;
        line-height: 1.8;
    }
    .footer .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        font-size: 12px;
    }
    .footer .social-icons a {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
    .review-item {
        flex: 0 0 200px;
        padding: 14px 16px;
    }
    .review-item p {
        font-size: 13px;
    }
    .review-item .stars {
        font-size: 14px;
    }
    .review-section-top .rating-badge {
        font-size: 14px;
        gap: 4px;
    }
    .review-section-top .rating-badge .counter {
        font-size: 20px;
    }
    .float-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .float-buttons {
        bottom: 12px;
        right: 12px;
        gap: 8px;
    }
    .btn-submit {
        font-size: 15px;
        padding: 12px;
    }
}

/* ============================================ */
/* EXTRA SMALL (max-width: 375px) */
/* ============================================ */
@media (max-width: 375px) {
    .hero-left h1 {
        font-size: 20px;
    }
    .logo {
        font-size: 15px;
    }
    .hero-stats .stat {
        font-size: 10px;
        padding: 3px 8px;
    }
    .section-title {
        font-size: 19px;
    }
    .card h3 {
        font-size: 16px;
    }
    .card .price {
        font-size: 16px;
    }
    .container {
        padding: 0 8px;
    }
    .float-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.bg-img{
    background: linear-gradient(135deg, #0b3b4a7d 0%, #1a6d7a9d 40%, #2a9d908c 100%),url(./assets/imgs/slider-1.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;   
}
.color-white{
    color: white;
}

/* ===== SERVICES PAGE SPECIFIC ===== */

/* Hero Section */
.services-hero {
    background: linear-gradient(135deg, #0b3b4a7d 0%, #1a6d7a9d 40%, #2a9d908c 100%),url(./assets/imgs/slider-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 20px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.services-hero .hero-text {
    flex: 1 1 50%;
    min-width: 280px;
}
.services-hero .hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}
.services-hero .hero-text h1 span {
    color: #7ae9d6;
}
.services-hero .hero-text p {
    font-size: 18px;
    opacity: 0.9;
    margin: 12px 0 18px;
    line-height: 1.7;
    font-weight: 400;
}
.services-hero .hero-text .btn-hero {
    background: #25d366;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}
.services-hero .hero-text .btn-hero:hover {
    transform: scale(1.05);
    background: #1da85a;
}
.services-hero .hero-form {
    flex: 1 1 40%;
    min-width: 280px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    padding: 28px 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.services-hero .hero-form h3 {
    font-size: 20px;
    margin-bottom: 4px;
}
.services-hero .hero-form p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 16px;
}
.services-hero .hero-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.services-hero .hero-form .form-group {
    display: flex;
    flex-direction: column;
}
.services-hero .hero-form .form-group label {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 3px;
}
.services-hero .hero-form .form-group input,
.services-hero .hero-form .form-group select,
.services-hero .hero-form .form-group textarea {
    padding: 10px 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2a3a;
    outline: none;
    width: 100%;
    font-weight: 500;
}
.services-hero .hero-form .form-group input:focus,
.services-hero .hero-form .form-group select:focus,
.services-hero .hero-form .form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(122, 233, 214, 0.5);
}
.services-hero .hero-form .form-group.full {
    grid-column: 1 / -1;
}
.services-hero .hero-form .btn-submit {
    grid-column: 1 / -1;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #2a9d8f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 4px;
}
.services-hero .hero-form .btn-submit:hover {
    background: #21867a;
}

/* ===== OVERALL TEXT BOLDER ===== */
body,
p,
li,
span,
div {
    font-weight: 400;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.section-title {
    font-weight: 800;
}
.section-sub {
    font-weight: 500;
}
.card p,
.service-card-alt p,
.feature-item p,
.review-card p,
.faq-item-2 .a,
.steps-list .step-item span,
.checklist li {
    font-weight: 500;
    color: #1a2a3a;
}
.faq-item-2 .q {
    font-weight: 700;
}

/* ===== REASONS SECTION - FIX LAYOUT ===== */
.two-col-reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
.two-col-reasons .col-left {
    flex: 2 1 60%;
    min-width: 280px;
}
.two-col-reasons .col-right {
    flex: 1 1 35%;
    min-width: 220px;
    background: #fff;
    padding: 30px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-align: center;
    border-top: 5px solid #2a9d8f;
    position: sticky;
    top: 100px;
}
.two-col-reasons .col-right h2 {
    font-size: 28px;
    color: #0b3b4a;
    font-weight: 600;
}
.two-col-reasons .col-right h2 span {
    color: #2a9d8f;
    font-weight: 400;
}
.two-col-reasons .col-right p {
    font-size: 15px;
    font-weight: 500;
    color: #3a5a6a;
    margin: 8px 0 16px;
}
.two-col-reasons .col-right .btn-col {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}
.two-col-reasons .col-right .btn-col:hover {
    background: #1da85a;
    transform: scale(1.03);
}

/* Service Cards with alternating BG */
.service-card-alt {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-bottom: 5px solid #2a9d8f;
    text-align: center;
}
.service-card-alt:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
}
.service-card-alt .icon {
    font-size: 38px;
}
.service-card-alt h4 {
    font-size: 21px;
    color: #0b3b4a;
    margin: 6px 0 8px;
    font-weight: 700;
}
.service-card-alt p {
    font-size: 16px;
font-weight: 500;
    color: #1a2a3a;
    line-height: 1.6;
    font-weight: 500;
}
.service-card-alt.bg-light {
    background: #f4f9fc;
}

/* 2 Column Layout */
.two-col {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.two-col .col {
    flex: 1 1 45%;
    min-width: 280px;
}
.two-col .col .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.two-col .col .grid-3 .feature-item {
    background: #fff;
    padding: 18px 16px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #2a9d8f;
}
.two-col .col .grid-3 .feature-item .icon {
    font-size: 24px;
}
.two-col .col .grid-3 .feature-item p {
    font-size: 13px;

    color: #1a2a3a;
    margin-top: 4px;
    line-height: 1.5;
    font-weight: 500;
}
.two-col .col h2 {
    font-size: 34px;
    color: #0b3b4a;
}
.two-col .col h2 span {
    color: #2a9d8f;
}
.two-col .col p {
    font-size: 18px;
    color: #1a2a3a;
    line-height: 1.8;
    font-weight: 500;
}
.two-col .col .btn-col {
    display: inline-block;
    margin-top: 16px;
    background: #25d366;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}
.two-col .col .btn-col:hover {
    background: #1da85a;
    transform: scale(1.03);
}
.two-col .col .checklist {
    list-style: none;
    padding: 0;
}
.two-col .col .checklist li {
    padding: 4px 0;
    font-size: 15px;
    color: #1a2a3a;
    font-weight: 500;
}

/* Image Placeholder */
.img-placeholder {
    background: #eef6f9;
    border-radius: 24px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #2a9d8f;
}
.img-placeholder span {
    font-size: 20px;
    color: #0b3b4a;
    margin-left: 12px;
    font-weight: 600;
}

/* Reviews */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}
.review-card {
    background: #fff;
    padding: 22px 20px;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #f4b942;
}
.review-card .stars {
    color: #f4b942;
    font-size: 18px;
}
.review-card p {
    font-size: 14px;
    color: #1a2a3a;
    margin: 6px 0;
    line-height: 1.6;
    font-weight: 500;
}
.review-card .name {
    font-weight: 700;
    color: #0b3b4a;
}
.review-card .location {
    font-size: 12px;
    color: #8a9aa8;
    font-weight: 500;
}
.rating-stars {
    text-align: center;
    font-size: 22px;
    color: #f4b942;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Steps */
.steps-list .step-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}
.steps-list .step-item .step-num {
    background: #2a9d8f;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.steps-list .step-item strong {
    display: block;
    font-weight: 700;
}
.steps-list .step-item span {
    font-size: 14px;
    color: #1a2a3a;
    font-weight: 500;
}
.sub-title {
    display: block;
    font-size: 20px;
    color: #3a5a6a;
}
.process-intro {
    font-weight: 600;
    color: #0b3b4a;
    font-size: 17px;
    margin-bottom: 16px;
}

/* ===== AREAS WITH PIN ICON & BG ===== */
/* ===== REASONS CARDS (3 per row) ===== */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-3 .feature-item {
    background: #fff;
    padding: 20px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #2a9d8f;
    transition: 0.3s;
}
.grid-3 .feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.grid-3 .feature-item .icon {
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
}
.grid-3 .feature-item p {
    font-size: 13px;
    color: #1a2a3a;
    margin-top: 4px;
    line-height: 1.5;
    font-weight: 500;
}
.grid-3 .feature-item p strong {
    font-weight: 700;
    color: #0b3b4a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

/* ===== AREAS WITH PIN ICON & BG ===== */
.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    justify-content: center;
}
.area-item {
    background: linear-gradient(135deg, #0b3b4a, #1a6d7a);
    color: #fff;
    padding: 16px 14px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}
.area-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.area-item .pin {
    font-size: 22px;
}
.area-item .name {
    font-size: 13px;
    font-weight: 600;
}

/* ===== FAQ FIX - Pehle 3 Active ===== */
.faq-item-2 .q {
    font-weight: 700;
    font-size: 17px;
    color: #0b3b4a;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
}
.faq-item-2 .q .arrow {
    transition: 0.3s;
    font-size: 14px;
    color: #2a9d8f;
    margin-left: auto;
}
.faq-item-2 .q.open .arrow {
    transform: rotate(180deg);
}
.faq-item-2 .a {
    font-size: 15px;
    color: #1a2a3a;
    margin-top: 8px;
    padding-left: 34px;
    line-height: 1.7;
    display: none;
    font-weight: 500;
}
.faq-item-2 .a.open {
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}
@media (max-width: 480px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
    .area-item {
        padding: 12px 10px;
    }
    .area-item .name {
        font-size: 11px;
    }
}

/* ===== FAQ FIX ===== */
.faq-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.faq-item-2 {
    background: #fff;
    padding: 20px 22px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #2a9d8f;
}
.faq-item-2 .q {
    font-weight: 700;
    font-size: 17px;
    color: #0b3b4a;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
}
.faq-item-2 .q .arrow {
    transition: 0.3s;
    font-size: 14px;
    color: #2a9d8f;
    margin-left: auto;
}
.faq-item-2 .q.open .arrow {
    transform: rotate(180deg);
}
.faq-item-2 .a {
    font-size: 15px;
    color: #1a2a3a;
    margin-top: 8px;
    padding-left: 34px;
    line-height: 1.7;
    display: none;
    font-weight: 500;
}
.faq-item-2 .a.open {
    display: block;
}

/* ===== CTA with border ===== */
.cta-border {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: linear-gradient(135deg, #0b3b4a, #1a6d7a);
    color: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
}
.cta-border .divider {
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}
.cta-border .cta-text-col {
    flex: 2;
    min-width: 220px;
}
.cta-border .cta-text-col h2 {
    font-size: 26px;
    font-weight: 700;
}
.cta-border .cta-text-col p {
    opacity: 0.9;
    margin-top: 6px;
    font-weight: 400;
}
.cta-border .cta-text-col .cta-assurance {
    opacity: 0.8;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.cta-border .cta-btn-col {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.cta-border .btn-cta-gold {
    background: #f4b942;
    color: #0b3b4a;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
}
.cta-border .btn-cta-gold:hover {
    background: #e89b2e;
    transform: scale(1.03);
}
.cta-border .btn-cta-white {
    background: #fff;
    color: #0b3b4a;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
}
.cta-border .btn-cta-white:hover {
    background: #7ae9d6;
    transform: scale(1.03);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .two-col-reasons .col-right {
        position: static;
        flex: 1 1 100%;
    }
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media (max-width: 768px) {
    .services-hero .hero-text h1 {
        font-size: 30px;
    }
    .services-hero .hero-text p {
        font-size: 16px;
    }
    .services-hero .hero-form .form-row {
        grid-template-columns: 1fr;
    }
    .two-col .col h2 {
        font-size: 28px;
    }
    .cta-border .divider {
        width: 80%;
        height: 2px;
    }
    .faq-grid-2 {
        grid-template-columns: 1fr;
    }
    .two-col .col .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    .two-col-reasons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .services-hero .hero-text h1 {
        font-size: 24px;
    }
    .services-hero {
        padding: 40px 14px 30px;
    }
    .services-hero .hero-form {
        padding: 18px 14px;
    }
    .two-col .col .grid-3 {
        grid-template-columns: 1fr;
    }
    .review-grid {
        grid-template-columns: 1fr;
    }
    .cta-border .cta-text-col h2 {
        font-size: 20px;
    }
    .cta-border .cta-btn-col {
        flex-direction: column;
        width: 100%;
    }
    .cta-border .cta-btn-col a {
        width: 100%;
        text-align: center;
    }
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
    .area-item {
        padding: 12px 10px;
    }
    .area-item .name {
        font-size: 11px;
    }
    .area-item .btn-area-wa {
        font-size: 10px;
        padding: 3px 10px;
    }
}

/* ============================================ */
/* ABOUT PAGE SPECIFIC STYLES */
/* ============================================ */

/* ===== ABOUT HERO ===== */
.about-hero {
    background: linear-gradient(135deg, #0b3b4a57 0%, #1a6d7a79 40%, #2a9d9061 100%), url(./assets/imgs/skilled-technician-repairing-office-air-conditioni-2026-01-11-10-14-30-utc-1024x681.webp);
    background-attachment: fixed;
    background-position:top;
background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 20px 60px;
    text-align: center;
}
.about-hero h1 {
    font-size: 48px;
    font-weight: 800;
}
.about-hero p {
    font-size: 20px;
    opacity: 0.9;
    margin-top: 8px;
}
.about-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
    margin-top: 40px;
}
.about-hero-stats .stat-item {
    text-align: center;
}
.about-hero-stats .stat-item .number {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #7ae9d6;
}
.about-hero-stats .stat-item .label {
    font-size: 16px;
    opacity: 0.8;
}

/* ===== STORY SECTION ===== */
.story-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.story-grid .story-text {
    flex: 1 1 50%;
    min-width: 280px;
}
.story-grid .story-text h2 {
    font-size: 36px;
    color: #0b3b4a;
}
.story-grid .story-text h2 span {
    color: #2a9d8f;
}
.story-grid .story-text p {
    font-size: 17px;
    color: #1a2a3a;
    line-height: 1.8;
    margin: 12px 0;
    font-weight: 500;
}
.story-grid .story-text .story-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin-top: 16px;
}
.story-grid .story-text .story-highlights div {
    font-weight: 600;
    color: #0b3b4a;
    font-size: 15px;
}
.story-grid .story-text .story-highlights div span {
    color: #2a9d8f;
    margin-right: 6px;
}
.story-grid .story-image {
    flex: 1 1 40%;
    min-width: 280px;
}
.story-grid .story-image .img-placeholder {
    background: #eef6f9;
    border-radius: 24px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #2a9d8f;
}
.story-grid .story-image .img-placeholder span {
    font-size: 20px;
    color: #0b3b4a;
    margin-left: 12px;
    font-weight: 600;
}

/* ===== VALUES GRID ===== */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.value-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    text-align: center;
    border-bottom: 5px solid #2a9d8f;
    transition: 0.3s;
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.value-card .icon {
    font-size: 40px;
}
.value-card h4 {
    font-size: 20px;
    color: #0b3b4a;
    margin: 8px 0 4px;
    font-weight: 700;
}
.value-card p {
    font-size: 14px;
    color: #1a2a3a;
    line-height: 1.6;
    font-weight: 500;
}

/* ===== TEAM GRID ===== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}
.team-card {
    background: #fff;
    padding: 24px 18px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: 0.3s;
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.team-card .avatar {
    font-size: 56px;
    display: block;
    margin-bottom: 6px;
}
.team-card h4 {
    font-size: 18px;
    color: #0b3b4a;
    font-weight: 700;
}
.team-card .role {
    font-size: 14px;
    color: #2a9d8f;
    font-weight: 600;
}
.team-card .exp {
    font-size: 13px;
    color: #3a5a6a;
    margin-top: 4px;
    font-weight: 500;
}

/* ===== CERTIFICATIONS ===== */
.certs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}
.cert-card {
    background: #fff;
    padding: 24px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: 0.3s;
    border: 2px solid #eaf0f4;
}
.cert-card:hover {
    border-color: #2a9d8f;
    transform: scale(1.02);
}
.cert-card .icon {
    font-size: 48px;
    display: block;
    margin-bottom: 6px;
}
.cert-card h4 {
    font-size: 16px;
    color: #0b3b4a;
    font-weight: 700;
}
.cert-card p {
    font-size: 13px;
    color: #3a5a6a;
    font-weight: 500;
}

/* ===== TESTIMONIALS ===== */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.testimonial-card {
    background: #fff;
    padding: 24px 22px;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #f4b942;
}
.testimonial-card .stars {
    color: #f4b942;
    font-size: 18px;
}
.testimonial-card p {
    font-size: 14px;
    color: #1a2a3a;
    line-height: 1.6;
    margin: 6px 0;
    font-weight: 500;
}
.testimonial-card .name {
    font-weight: 700;
    color: #0b3b4a;
}
.testimonial-card .location {
    font-size: 12px;
    color: #8a9aa8;
    font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 34px;
    }
    .about-hero p {
        font-size: 17px;
    }
    .about-hero-stats {
        gap: 20px 30px;
    }
    .about-hero-stats .stat-item .number {
        font-size: 32px;
    }
    .story-grid .story-text h2 {
        font-size: 28px;
    }
    .story-grid .story-text .story-highlights {
        grid-template-columns: 1fr;
    }
    .story-grid .story-image .img-placeholder {
        height: 220px;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .team-grid {
        grid-template-columns: 1fr 1fr;
    }
    .certs-grid {
        grid-template-columns: 1fr 1fr;
    }
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-hero h1 {
        font-size: 26px;
    }
    .about-hero p {
        font-size: 15px;
    }
    .about-hero-stats {
        gap: 16px 20px;
    }
    .about-hero-stats .stat-item .number {
        font-size: 26px;
    }
    .about-hero-stats .stat-item .label {
        font-size: 13px;
    }
    .story-grid .story-text h2 {
        font-size: 22px;
    }
    .story-grid .story-text p {
        font-size: 15px;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .certs-grid {
        grid-template-columns: 1fr;
    }
    .story-grid .story-image .img-placeholder {
        height: 180px;
        font-size: 40px;
    }
    .story-grid .story-image .img-placeholder span {
        font-size: 16px;
    }
}

/* ============================================ */
/* CONTACT PAGE SPECIFIC STYLES */
/* ============================================ */

/* ===== CONTACT HERO ===== */
.contact-hero {
    background: linear-gradient(135deg, #0b3b4a5b 0%, #1a6d7a54 40%, #114b445b 100%),url(./assets/imgs/slider-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    color: #fff;
    padding: 60px 20px 50px;
    text-align: center;
}
.contact-hero h1 {
    font-size: 44px;
    font-weight: 800;
}
.contact-hero p {
    font-size: 24px;
    font-weight: 800 important; 
    opacity: 0.9;
    margin-top: 6px;
}

.form-title-p{
    font-weight: 600;
}
/* ===== CONTACT CARDS (4 cards in one row) ===== */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.contact-card {
    background: #fff;
    padding: 28px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s;
    border-bottom: 4px solid #2a9d8f;
}
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.contact-card .icon {
    font-size: 36px;
    display: block;
    margin-bottom: 6px;
}
.contact-card h4 {
    font-size: 20px;
    color: #0b3b4a;
    font-weight: 700;
}
.contact-card p,
.contact-card a {
    font-size: 20px;
    color: #1a2a3a;
    font-weight: 500;
    text-decoration: none;
}
.contact-card a:hover {
    color: #2a9d8f;
}

/* ===== CONTACT GRID (Form + Map) ===== */
.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}
.contact-grid .contact-form-col {
    flex: 1 1 55%;
    min-width: 280px;
}
.contact-grid .contact-form-col h2 {
    font-size: 34px;
    color: #0b3b4a;
}
.contact-grid .contact-form-col p {
    font-size: 24px;
    color: #3a5a6a;
    margin-bottom: 20px;
}
.contact-grid .contact-form-col .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contact-grid .contact-form-col .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}
.contact-grid .contact-form-col .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #0b3b4a;
    margin-bottom: 4px;
}
.contact-grid .contact-form-col .form-group input,
.contact-grid .contact-form-col .form-group select,
.contact-grid .contact-form-col .form-group textarea {
    padding: 12px 16px;
    border: 2px solid #dce6ec;
    border-radius: 12px;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
    width: 100%;
    font-weight: 600;
}
.contact-grid .contact-form-col .form-group input:focus,
.contact-grid .contact-form-col .form-group select:focus,
.contact-grid .contact-form-col .form-group textarea:focus {
    border-color: #2a9d8f;
    box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.15);
}
.contact-grid .contact-form-col .form-group.check {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.contact-grid .contact-form-col .form-group.check input {
    width: 18px;
    height: 18px;
    accent-color: #2a9d8f;
}
.contact-grid .contact-form-col .btn-submit {
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    background: #2a9d8f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}
.contact-grid .contact-form-col .btn-submit:hover {
    background: #21867a;
    transform: scale(1.02);
}

/* ===== MAP COLUMN ===== */
.contact-grid .contact-map-col {
    flex: 1 1 35%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-grid .contact-map-col .map-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-height: 280px;
}
.contact-grid .contact-map-col .map-box .map-placeholder {
    background: #eef6f9;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2a9d8f;
    text-align: center;
    padding: 20px;
}
.contact-grid .contact-map-col .map-box .map-placeholder i {
    font-size: 48px;
}
.contact-grid .contact-map-col .map-box .map-placeholder span {
    font-size: 18px;
    color: #0b3b4a;
    font-weight: 600;
    margin-top: 8px;
}
.contact-grid .contact-map-col .quick-info {
    background: #fff;
    padding: 24px 22px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.contact-grid .contact-map-col .quick-info h4 {
    font-size: 18px;
    color: #0b3b4a;
    margin-bottom: 12px;
}
.contact-grid .contact-map-col .quick-info p {
    font-size: 15px;
    color: #1a2a3a;
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.contact-grid .contact-map-col .quick-info p a {
    color: #1a2a3a;
    text-decoration: none;
}
.contact-grid .contact-map-col .quick-info p a:hover {
    color: #2a9d8f;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-grid {
        flex-direction: column;
    }
    .contact-grid .contact-form-col .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 32px;
    }
    .contact-hero p {
        font-size: 17px;
    }
    .contact-cards {
        grid-template-columns: 1fr 1fr;
        margin-top: -20px;
        gap: 16px;
    }
    .contact-card {
        padding: 18px 14px;
    }
    .contact-grid .contact-form-col h2 {
        font-size: 28px;
    }
    .contact-grid .contact-map-col .map-box .map-placeholder {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .contact-hero h1 {
        font-size: 26px;
    }
    .contact-hero p {
        font-size: 15px;
    }
    .contact-cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: -10px;
    }
    .contact-card {
        padding: 14px 10px;
    }
    .contact-card .icon {
        font-size: 28px;
    }
    .contact-card h4 {
        font-size: 14px;
    }
    .contact-card p,
    .contact-card a {
        font-size: 13px;
    }
    .contact-grid .contact-form-col h2 {
        font-size: 24px;
    }
    .contact-grid .contact-form-col .form-group input,
    .contact-grid .contact-form-col .form-group select,
    .contact-grid .contact-form-col .form-group textarea {
        font-size: 14px;
        padding: 10px 12px;
    }
    .contact-grid .contact-map-col .map-box .map-placeholder {
        min-height: 160px;
        font-size: 20px;
    }
    .contact-grid .contact-map-col .map-box .map-placeholder i {
        font-size: 32px;
    }
    .contact-grid .contact-map-col .map-box .map-placeholder span {
        font-size: 14px;
    }
}
.form-heading{
 font-weight: 800;
    color: #0A7A9C;
}

/* ===== LOGO WITH TYPING ANIMATION ===== */

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    flex-shrink: 0;
}
.logo h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.logo h2 span {
    color: #7ae9d6;
}

/* Typing Animation Text - Under Logo */
.logo-typing {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    margin-top: 2px;
    /* margin-left: 50px; */
    letter-spacing: 0.5px;
    min-height: 20px;
    font-style: italic;
    white-space: nowrap;
}
.logo-typing .typed-text {
    color: #7ae9d6;
    font-weight: 600;
    font-style: normal;
}
.logo-typing .cursor {
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #7ae9d6;
    margin-left: 2px;
    animation: blink 0.7s step-end infinite;
    vertical-align: text-bottom;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .navbar {
        padding: 12px 20px;
    }
    .logo h2 {
        font-size: 18px;
    }
    .logo-typing {
        font-size: 11px;
        min-height: 16px;
    }
    .logo-typing .cursor {
        height: 13px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: rgba(11, 59, 74, 0.98);
        padding: 20px 24px;
        position: absolute;
        top: 60px;
        right: 16px;
        border-radius: 16px;
        gap: 14px;
        min-width: 180px;
        backdrop-filter: blur(10px);
    }
    .nav-links.open {
        display: flex;
    }
    .hamburger {
        display: flex;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 10px 14px;
    }
    .logo h2 {
        font-size: 16px;
    }
    .logo-typing {
        font-size: 10px;
        min-height: 14px;
    }
    .logo-typing .cursor {
        height: 12px;
    }
}


/* ============================================ */
/* BLOG PAGE - LEFT SIDEBAR + SEARCH
/* ============================================ */

.blog-hero {
    background: linear-gradient(135deg, #0b3b4a 0%, #1a6d7a 40%, #2a9d8f 100%);
    color: #fff;
    padding: 60px 20px 50px;
    text-align: center;
}
.blog-hero h1 {
    font-size: 44px;
    font-weight: 800;
}
.blog-hero p {
    font-size: 20px;
    opacity: 0.9;
    margin-top: 6px;
}

/* ===== BLOG LAYOUT ===== */
.blog-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.blog-sidebar-left {
    flex: 1;
    min-width: 260px;
    max-width: 300px;
    position: sticky;
    top: 90px;
}
.blog-main {
    flex: 3;
    min-width: 0;
}

/* ===== SIDEBAR WIDGETS ===== */
.sidebar-widget {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #2a9d8f;
}
.sidebar-widget h4 {
    font-size: 18px;
    color: #0b3b4a;
    margin-bottom: 14px;
    font-weight: 700;
}

/* ===== SEARCH BOX ===== */
.search-box {
    display: flex;
    gap: 8px;
}
.search-box input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #dce6ec;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}
.search-box input:focus {
    border-color: #2a9d8f;
}
.search-box button {
    padding: 12px 18px;
    background: #2a9d8f;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.search-box button:hover {
    background: #0b3b4a;
}
.search-results {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    display: none;
}
.search-results.show {
    display: block;
}
.search-results .result-item {
    padding: 10px 14px;
    border-bottom: 1px solid #eef6f9;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}
.search-results .result-item:hover {
    background: #f4f9fc;
}
.search-results .result-item a {
    color: #0b3b4a;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.search-results .result-item .result-tag {
    font-size: 11px;
    color: #2a9d8f;
    font-weight: 600;
}
.search-results .no-result {
    padding: 12px;
    color: #8a9aa8;
    text-align: center;
    font-size: 14px;
}

/* ===== CATEGORY LIST ===== */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eef6f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.category-list li:hover {
    padding-left: 8px;
}
.category-list li:last-child {
    border-bottom: none;
}
.category-list li a {
    color: #1a2a3a;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
.category-list li a:hover {
    color: #2a9d8f;
}
.category-list li span {
    background: #eef6f9;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
    color: #0b3b4a;
}
.category-list li.active a {
    color: #2a9d8f;
    font-weight: 700;
}
.category-list li.active span {
    background: #2a9d8f;
    color: #fff;
}

/* ===== RECENT POSTS ===== */
.recent-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eef6f9;
}
.recent-list li:last-child {
    border-bottom: none;
}
.recent-list li a {
    color: #1a2a3a;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    display: block;
    line-height: 1.4;
}
.recent-list li a:hover {
    color: #2a9d8f;
}
.recent-list li .date {
    font-size: 12px;
    color: #8a9aa8;
}

/* ===== CTA WIDGET ===== */
.cta-box {
    text-align: center;
    padding: 10px 0;
}
.cta-box .cta-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 6px;
}
.cta-box h4 {
    font-size: 20px;
    color: #0b3b4a;
    margin-bottom: 4px;
}
.cta-box p {
    font-size: 14px;
    color: #3a5a6a;
    margin-bottom: 14px;
}
.cta-box .cta-btn {
    display: block;
    background: #25d366;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 8px;
}
.cta-box .cta-btn:hover {
    background: #1da85a;
    transform: scale(1.02);
}
.cta-box .cta-btn.call-btn {
    background: #0077b6;
}
.cta-box .cta-btn.call-btn:hover {
    background: #005f8a;
}

/* ===== TAGS CLOUD ===== */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tags-cloud a {
    background: #eef6f9;
    color: #0b3b4a;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.tags-cloud a:hover {
    background: #2a9d8f;
    color: #fff;
}
.tags-cloud a.active {
    background: #2a9d8f;
    color: #fff;
}

/* ===== BLOG COUNT ===== */
.blog-count {
    font-size: 14px;
    color: #8a9aa8;
    margin-bottom: 16px;
}
.blog-count strong {
    color: #0b3b4a;
}

/* ===== BLOG GRID ===== */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border-bottom: 5px solid #2a9d8f;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.blog-card .blog-image {
    background: #eef6f9;
    padding: 30px 20px;
    text-align: center;
    font-size: 48px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-card .blog-content {
    padding: 24px 22px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card .blog-content .blog-tag {
    display: inline-block;
    background: #2a9d8f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    align-self: flex-start;
}
.blog-card .blog-content h3 {
    font-size: 20px;
    color: #0b3b4a;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
}
.blog-card .blog-content h3 a {
    color: #0b3b4a;
    text-decoration: none;
    transition: 0.3s;
}
.blog-card .blog-content h3 a:hover {
    color: #2a9d8f;
}
.blog-card .blog-content .blog-meta {
    font-size: 13px;
    color: #8a9aa8;
    margin-bottom: 10px;
    display: flex;
    gap: 16px;
}
.blog-card .blog-content .blog-excerpt {
    font-size: 15px;
    color: #1a2a3a;
    line-height: 1.7;
    flex: 1;
    font-weight: 400;
}
.blog-card .blog-content .blog-readmore {
    display: inline-block;
    margin-top: 16px;
    color: #2a9d8f;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    align-self: flex-start;
}
.blog-card .blog-content .blog-readmore:hover {
    color: #0b3b4a;
    transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .blog-layout {
        flex-direction: column;
    }
    .blog-sidebar-left {
        position: static;
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .blog-sidebar-left .sidebar-widget {
        margin-bottom: 0;
    }
    .blog-sidebar-left .cta-widget {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .blog-hero h1 {
        font-size: 32px;
    }
    .blog-hero p {
        font-size: 17px;
    }
    .blog-sidebar-left {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .blog-hero h1 {
        font-size: 26px;
    }
    .blog-hero p {
        font-size: 15px;
    }
    .blog-card .blog-content h3 {
        font-size: 18px;
    }
    .sidebar-widget {
        padding: 18px 16px;
    }
}

/* ============================================ */
/* HERO SECTION WITH VIDEO BACKGROUND */
/* ============================================ */
/* ============================================ */
/* HERO SECTION WITH VIDEO BACKGROUND */
/* ============================================ */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 80px;
    overflow: hidden;
    color: #fff;
}

/* ===== VIDEO BACKGROUND ===== */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;

}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===== GRADIENT OVERLAY ===== */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 59, 74, 0.559) 0%, rgba(26, 109, 122, 0.559) 40%, rgba(42, 157, 144, 0.515) 100%);
    z-index: 1;
}

/* ===== HERO CONTENT (Above Video) ===== */
.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
}

/* ===== HERO LEFT ===== */
.hero-left {
    flex: 1 1 50%;
    min-width: 300px;
}
.hero-left h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
.hero-left h1 span {
    color: #7ae9d6;
}
.hero-left .subhead {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    opacity: 0.9;
}
.hero-left .desc {
    font-size: 18px;
    opacity: 0.85;
    max-width: 550px;
    margin-bottom: 24px;
}
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 12px;
}
.hero-stats .stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 16px 6px 12px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
}
.hero-stats .stat span {
    font-size: 20px;
}

/* ===== HERO RIGHT (Form) ===== */
.hero-right {
    flex: 1 1 40%;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    padding: 32px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-right h3 {
    font-size: 22px;
    margin-bottom: 6px;
}
.hero-right p {
    opacity: 0.8;
    font-size: 14px;
    margin-bottom: 20px;
}
.hero-right .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.hero-right .form-group {
    display: flex;
    flex-direction: column;
}
.hero-right .form-group label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    opacity: 0.8;
}
.hero-right .form-group input,
.hero-right .form-group select,
.hero-right .form-group textarea {
    padding: 10px 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2a3a;
    outline: none;
    transition: 0.3s;
    width: 100%;
}
.hero-right .form-group input:focus,
.hero-right .form-group select:focus,
.hero-right .form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(122, 233, 214, 0.5);
}
.hero-right .form-group textarea {
    resize: vertical;
    min-height: 70px;
}
.hero-right .form-group.full {
    grid-column: 1 / -1;
}
.hero-right .form-group.check {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    grid-column: 1 / -1;
}
.hero-right .form-group.check input {
    width: 18px;
    height: 18px;
    accent-color: #2a9d8f;
}
.hero-right .btn-submit {
    grid-column: 1 / -1;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #2a9d8f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 6px;
}
.hero-right .btn-submit:hover {
    background: #21867a;
    transform: scale(1.02);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    .hero-left .desc {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-stats {
        justify-content: center;
    }
    .hero-right {
        width: 100%;
    }
    .hero-right .form-row {
        grid-template-columns: 1fr;
    }
    .hero-right .form-group.full,
    .hero-right .form-group.check {
        grid-column: 1;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 20px 60px;
        min-height: auto;
    }
    .hero-left h1 {
        font-size: 30px;
    }
    .hero-left .subhead {
        font-size: 18px;
    }
    .hero-left .desc {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 30px 14px 50px;
    }
    .hero-left h1 {
        font-size: 24px;
    }
    .hero-right {
        padding: 20px 16px;
    }
    .hero-stats .stat {
        font-size: 12px;
        padding: 4px 12px 4px 8px;
    }
    .hero-stats .stat span {
        font-size: 16px;
    }
}
/* ===== VIDEO SMOOTH FADE IN ===== */
.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 2s ease;
}
.hero-video-bg video.loaded {
    opacity: 1;
}

