:root {
    /* --primary-color: #FC4D01;
    --secondary-color: #e69603;
    --dark-color: #424242;
    --light-bg: #F8F9FA;
    --body-font: 'Inter', sans-serif;
    --heading-font: 'Poppins', sans-serif;
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --box-shadow-hover: 0 15px 40px rgba(252, 77, 1, 0.15);
    --transition: all 0.3s ease;
    --primary-gradient: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    --gradient-btn: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
    --shadow-card: 0 20px 40px rgba(3, 123, 128, 0.26); */

}




.hero-left-wrapper {
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 40px 30px;

    border-radius: 15px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); */
    border: 1px solid rgba(255, 255, 255, 0.18);

}

/* Header & Navbar */

/* .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--primary-color) !important;
} */

/* .navbar-brand span {
    color: var(--accent-color);
} */


/* .btn-primary {
  background: var(--gradient-blue);
  border: none;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  transition: var(--transition);
} */
.theme-primary {

    border: none;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: white;
    background: var(--primary-color);
}


.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    transition: var(--transition);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
    color: var(--white);
}

/* Hero Section */
.hero {
    /* position: relative; */
    /* padding-bottom: 60px; */
    background: var(--white);
    overflow: hidden;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    /* background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-text) 60%, #0a1628 100%); */
    /* background: linear-gradient(90deg, #ffffff, #c8fffe, #115d7c); */
    z-index: 0;



}


/* .hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 80%;
  height: 180%;
  background: #ffecdc46;

  z-index: 0;
  border-radius: 60px;
  opacity: .5;
  animation: spin 60s linear infinite;
  transition: all 22s ease;
  z-index: 1;
} */

nav.navbar {
    box-shadow: none;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 33, 46, 0.918);
    z-index: -1;
    opacity: 0.9;
}



.hero-content-wrapper .hero-content {
    position: relative;
    z-index: 1;
}

.rotate-element {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hero-enquery-form {
    border: 2px solid #f3fcff;
    padding: 30px;
    border-radius: 20px;
    background-color: #633e1442;
    z-index: 2;
}

.enquery-form-body form input::placeholder,
.enquery-form-body form textarea::placeholder {
    color: #b5b5b5;
    font-size: 13px;
}

.enquery-form-body form label {
    color: #fdfdfd;
    font-size: 15px;
}

.hero-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    /* color: var(--secondary-blue); */
    color: #ffffff;
}

.hero p {

    color: #ffffff;
}

.hero-img-container {
    position: relative;
    z-index: 1;
}

.hero-img-container img {
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    animation: float 6s ease-in-out infinite;
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.stat-text .stat-desc {
    color: var(--theme-white);
    font-size: 14px;
}


.stat-text .stat-title {
    color: #fcf9d7;
}

/* =============================================
   HERO ENQUIRY FORM — Premium Redesign
   ============================================= */

.hero-enquiry-card {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 2;
}

/* ---- Header ---- */
.hero-enquiry-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--primary-color) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--theme-white);
    position: relative;
}

.hero-enquiry-header-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--accent-color);
}

.hero-enquiry-header h4 {
    color: var(--primary-color);
}

/* Live Pulse Dot */
.hef-live-dot {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.hef-pulse-dot {
    position: absolute;
    inset: 0;
    background: #4ade80;
    border-radius: 50%;
    display: block;
}

.hef-pulse-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.4);
    display: block;
    animation: hefPulse 1.8s ease-out infinite;
}

@keyframes hefPulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    70% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* ---- Body ---- */
.hero-enquiry-body {
    padding: 22px 22px 18px;
    background: rgba(255, 255, 255, 0.96);
}

/* ---- Floating Label Field ---- */
.hef-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f5f2;
    border: 1.5px solid #e0d6cc;
    border-radius: 10px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    overflow: hidden;
}

.hef-input-wrap:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(92, 57, 18, 0.10);
    background: #fff;
}

.hef-input-icon {
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0977d;
    font-size: 0.9rem;
    transition: color 0.25s ease;
    flex-shrink: 0;
}

.hef-input-wrap:focus-within .hef-input-icon {
    color: var(--primary-color);
}

.hef-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 18px 12px 6px 0;
    font-size: 0.85rem;
    color: var(--dark-text);
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.hef-label {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #a08070;
    pointer-events: none;
    transition: all 0.22s ease;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

/* Float label when input has content or is focused */
.hef-input:not(:placeholder-shown)~.hef-label,
.hef-input:focus~.hef-label {
    top: 4px;
    transform: none;
    font-size: 0.68rem;
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Phone Field ---- */
.hef-country-code {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--secondary-blue);
    padding: 0 8px 0 0;
    border-right: 1.5px solid #ddd;
    margin: 8px 8px 8px 0;
    line-height: 1;
    flex-shrink: 0;
}

.hef-input-phone {
    padding-left: 4px;
}

.hef-label-phone {
    left: 86px;
}

.hef-input-phone:not(:placeholder-shown)~.hef-label-phone,
.hef-input-phone:focus~.hef-label-phone {
    left: 116px;
    top: 4px;
    transform: none;
    font-size: 0.68rem;
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Select Field ---- */
.hef-select-wrap {
    cursor: pointer;
}

.hef-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 32px !important;
}

.hef-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0977d;
    font-size: 0.75rem;
    pointer-events: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.disc-badge {

    background: var(--accent-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    border-radius: 8px;
    display: inline-block;
    /* max-width: 90px; */
}

/* .price-card-right {
  display: flex;
  align-items: center;
  justify-content: center;

} */

.hef-input-wrap:focus-within .hef-select-arrow {
    color: var(--primary-color);
    transform: translateY(-50%) rotate(180deg);
}

/* Float label for select when a non-placeholder option is chosen */
.hef-select:valid~.hef-label,
.hef-select:focus~.hef-label {
    top: 4px;
    transform: none;
    font-size: 0.68rem;
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Textarea ---- */
.hef-textarea-wrap {
    align-items: flex-start;
}

.hef-textarea-icon {
    padding-top: 14px;
}

.hef-textarea {
    resize: none;
    padding-top: 18px;
}

.hef-textarea-wrap .hef-label {
    top: 16px;
    transform: none;
}

.hef-textarea:not(:placeholder-shown)~.hef-label,
.hef-textarea:focus~.hef-label {
    top: 4px;
    transform: none;
    font-size: 0.68rem;
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Submit Button ---- */
.hef-submit-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 18px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--theme-white);
    border: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hef-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #9c6228 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hef-submit-btn:hover::before {
    opacity: 1;
}

.hef-submit-btn:hover {
    box-shadow: 0 8px 24px rgba(92, 57, 18, 0.38);
    transform: translateY(-2px);
}

.hef-btn-text,
.hef-btn-arrow {
    position: relative;
    z-index: 1;
}

.hef-btn-arrow {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    transition: transform 0.3s ease, background 0.3s ease;
    flex-shrink: 0;
}

.hef-submit-btn:hover .hef-btn-arrow {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.30);
}

/* ---- Trust Badges ---- */
.hef-trust-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e4d9cf;
}

.hef-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    color: #8a7060;
    font-weight: 500;
    text-align: center;
}

.hef-trust-item i {
    font-size: 0.95rem;
    color: var(--primary-color);
}


.voucher-drawer-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.voucher-drawer-wrapper .icon-wrapper {
    padding: 10px;
    cursor: pointer;
    background-color: rgb(250, 249, 239);
    display: flex;
    justify-content: center;
}

.voucher-drawer-wrapper .icon-wrapper img {
    height: 68px;
}


.stat-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 12px 20px;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
}

.hero-Enquiry-form {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
    /* margin-top: 20px; */
    padding: 20px;
}

.highlight-points-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 20px;
}

.stat-title {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
}

.highlight-points-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 18px 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.highligh-desc {
    color: rgba(255, 255, 255, 0.885);
    font-size: 14px;
    margin-top: 6px;
    font-weight: 200;
}

.hero-enquery-form {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
    /* margin-top: 20px; */
}

/* ---------- Header Strip ---------- */
.hef-header {
    /* background: linear-gradient(135deg, var(--primary-color) 0%, #e69603 100%); */
    padding: 18px 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .hef-header::after {
      content: '';
      position: absolute;
      top: -30px;
      right: -30px;
      width: 100px;
      height: 100px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 50%;
    } */

.hef-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.hef-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}

.hef-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.18);
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    border-radius: 20px;
    padding: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hef-live-dot {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.hef-live-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: rgba(74, 222, 128, 0.45);
    border-radius: 50%;
    animation: hef-pulse 1.8s ease-out infinite;
}

@keyframes hef-pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
    }

    70% {
        transform: scale(2.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.hef-subtitle {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-weight: 400;
}

/* ---------- Body ---------- */
.hef-body {
    /* background: rgba(255, 255, 255, 0.96); */
    /* padding: 20px 20px 16px; */
}

/* ---------- Form Group ---------- */
.hef-group {
    margin-bottom: 12px;
}

@media screen and (width >=991px) {
    .hef-group {
        margin-bottom: 20px;
    }
}

/* ---------- Input Wrapper ---------- */
.hef-field {
    position: relative;
    display: flex;
    align-items: center;
    /* background: #f9f5f2; */
    border: 1.5px solid #e8ddd5;
    border-radius: 3px;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    overflow: hidden;
}

.hef-field:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3.5px rgba(252, 77, 1, 0.12);
    background: #fff;
}

/* ---------- Field Icon ---------- */
.hef-fi {
    width: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #fdfdfd;
    transition: color 0.25s;
    flex-shrink: 0;
    pointer-events: none;
}

.hef-field:focus-within .hef-fi {
    color: var(--primary-color);
}

/* ---------- Floating Label Input ---------- */
.hef-input,
.hef-select,
.hef-textarea {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 8px;
    font-size: 0.83rem;
    color: #2d2d2d;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.hef-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 30px;
}

.hef-label {
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.82rem;
    color: #dddddd;
    pointer-events: none;
    transition: all 0.2s ease;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}

/* Float up when filled / focused */
.hef-input:not(:placeholder-shown)~.hef-label,
.hef-input:focus~.hef-label,
.hef-select:valid~.hef-label,
.hef-select:focus~.hef-label {
    top: 5px;
    transform: none;
    font-size: 0.63rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.03em;
}

/* ---------- Textarea ---------- */
.hef-field--textarea {
    align-items: flex-start;
}

.hef-field--textarea .hef-fi {
    padding-top: 14px;
    align-self: flex-start;
}

.hef-textarea {
    resize: none;
    /* padding-top: 20px; */
    /* min-height: 72px; */
}

.hef-field--textarea .hef-label {
    top: 16px;
    transform: none;
}

.hef-textarea:not(:placeholder-shown)~.hef-label,
.hef-textarea:focus~.hef-label {
    top: 5px;
    transform: none;
    font-size: 0.63rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* ---------- Select Arrow ---------- */
.hef-select-arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #c5a88a;
    font-size: 0.72rem;
    pointer-events: none;
    transition: color 0.25s, transform 0.25s;
}

.hef-field:focus-within .hef-select-arrow {
    color: var(--primary-color);
    transform: translateY(-50%) rotate(180deg);
}

/* ---------- Submit Button ---------- */
.hef-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 18px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.88rem;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
    gap: 10px
}

/* .hef-btn::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #e03e00 0%, #c47e00 100%);
      opacity: 0;
      transition: opacity 0.3s;
    } */

.hef-btn:hover::after {
    opacity: 1;
}

.hef-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(252, 77, 1, 0.42);
    color: #ffffff;
}

.hef-btn-txt,
.hef-btn-ico {
    position: relative;
    z-index: 1;
}

.hef-btn-ico {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.25s, background 0.25s;
    flex-shrink: 0;
}

.hef-btn:hover .hef-btn-ico {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.32);
}

/* ---------- Trust Strip ---------- */
.hef-trust {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0 2px;
    border-top: 1px dashed #e8ddd5;
    margin-top: 12px;
}

.hef-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 0.65rem;
    color: #9a7d6a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
}

/* .hef-trust-item i {
      font-size: 1rem;
      color: var(--primary-color);
    } */

/* ---------- Phone prefix ---------- */
.hef-phone-prefix {
    font-size: 0.82rem;
    font-weight: 700;
    color: #555;
    padding: 0 8px 0 0;
    border-right: 1.5px solid #ddd;
    margin: 8px 6px 8px 0;
    line-height: 1;
    flex-shrink: 0;
    padding-top: 6px;
}

/* Responsive tweak for mobile */
@media (max-width: 767px) {
    .hero-enquery-form {
        margin-top: 0;
    }

    .hef-body {
        padding: 16px 16px 14px;
    }
}

.hero-content-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
    pointer-events: none;
}

video.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .hero-left-wrapper {
        padding: 15px;
    }

    .hero .navbar-collapse {
        /* background: rgba(12, 43, 75, 0.95); */
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        text-align: left;
    }

    .hero .navbar-nav {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .hero h1 {
        font-size: 1.8rem;
    }
}