@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Cambria-Font-For-Windows';
    src: url('../fonts/Cambria-Font-For-Windows.ttf');
}

:root {
    --bg-main: #2d5986;
    --bg-card: #1e4472;
    --bg-card-dark: #183a63;
    --accent: #f5c518;
    --text-white: #ffffff;
    --text-muted: #a8c4e0;
    --shadow-color: rgba(0, 0, 0, 0.45);
    --card-border: rgba(255, 255, 255, 0.07);
    --navy: #0d2247;
    --navy-dark: #081830;
    --gold: #e6a817;
    --white: #ffffff;
    --text-light: #cdd6e8;
    --radius-sm: 6px;
    --radius-img: 12px;
    --bg-dark: #0d1b2e;
    --bg-card: #132135;
    --accent-gold: #FBCD0B;
    --accent-orange: #e8832a;
    --text-light: #cdd9e8;
    --text-muted: #7a90a8;
    --border-color: rgba(255, 255, 255, 0.08);
    --glow: 0 0 14px rgba(245, 166, 35, 0.35);
    --blue-bg: #2c5f8a;
    --blue-dark: #1e4468;
    --gold: #f5c842;
    --white: #ffffff;
    --overlay: rgba(28, 60, 90, 0.55);
    --radius: 10px;
    --transition: 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    --primary: #275984;
    --primary-light: #3a7ab8;
    --primary-dark: #1b3f5e;
    --accent: #f0a500;
    --bg: #f4f8fc;
    --white: #ffffff;
    --text: #1a2b3c;
    --muted: #5a7a9a;
    --primary: #275984;
    --primary-dark: #1a3d5c;
    --primary-light: #3a78b0;
    --accent: #f0a500;
    --bg-light: #f4f8fc;
    --text-dark: #0f1e2d;
    --text-muted: #6b8aa8;
    --white: #ffffff;
    --navy: #1a2a4a;
    --navy-dark: #111d35;
    --navy-mid: #1e3460;
    --yellow: #f5c518;
    --yellow-dark: #d4a800;
    --white: #ffffff;
    --light-bg: #f4f6fb;
    --text-dark: #1a2a4a;
    --text-muted: #6b7a99;
    --border: #dde3ef;
}

body {
    font-size: 14px !important;
    color: #848484 !important;
    line-height: 26px !important;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif !important;
    background-color: #275984 !important;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}

/* =============================header================================ */
a:hover {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0 !important;
}

li {
    list-style: none;
}

nav {
    background: rgba(39, 89, 132, 0.86);
    border-radius: 20px;
    padding: 0 30px;
}

nav .wrapper {
    position: relative;
    line-height: 115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 115px;
}

.site-header {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
}

/* Fixed Header on Scroll */
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    animation: smoothScroll 0.4s ease;
}
.site-header.sticky .preheader{
    margin-bottom: 0;
    border-radius: 0;
}
.site-header.sticky nav {
    background: rgb(39 89 132);
    border-radius: 0 0 20px 20px;
}

/* Optional Animation */
@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.preheader {
    background: #010e37;
    border-radius: 0 0 15px 15px;
    padding: 5px 30px;
    margin-bottom: 20px;
}

.preheader-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pre-email {
    display: flex;
}

.pre-close {
    display: flex;
}

.pre-email ul {
    display: flex;
}

.pre-email ul li {
    padding-right: 10px;
}

.pre-close a {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.pre-close a:hover {
    color: #fff;
    text-decoration: none;
}

.pre-icon ul {
    float: right;
    margin: 0;
}

.pre-close {
    color: #fff;
    margin-right: 18px;
    align-items: center;
}

.pre-icon i {
    margin-left: 10px;
}

.pre-close i {
    padding-right: 8px;
}

.pre-close p {
    margin: 0;
    font-size: 14px;
}

.pre-icon ul li {
    float: left;
}

.pre-icon ul li i {
    color: #fff;
}

.wrapper .nav-links {
    display: inline-flex;
    margin: 0;
    width: 70%;
    align-items: center;
    justify-content: center;
}

.menu-btn i {
    color: #ffffff;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;

    padding: 9px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: "TASA Orbiter", sans-serif;
    position: relative;
}

/* Left to Right Line Hover Effect */
.nav-links li a::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f5c518;
    transition: width 0.4s ease;
}

.nav-links li a:hover::after {
    width: calc(100% - 44px);
}

.b26 {
    background: transparent;
    color: #4f46e5;
    border: 2px solid #4f46e5;
    overflow: hidden;
}

.b26::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #4f46e5;
    transition: height 0.3s ease;
    z-index: 0;
}

.b26:hover::before {
    height: 100%;
}

.b26 span {
    position: relative;
    z-index: 1;
}

.b26:hover {
    color: #fff;
}


.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;

    border-radius: 0px;
    font-size: 13px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #275984;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 9999;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3a3b3c;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;

}

.menu-btn {
    color: black;
}

/* ===========================header============================ */
.logo {
    width: 100px;
}

.logo img {
    width: 100%;
}

.b26::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0.2;
    transition: 0.3s;
}

.b26:hover::before {
    height: 100%;
}


.has-search {
    padding-left: 0;
    margin-top: 45px;
}

.has-search .form-control {
    display: block;
    width: 83%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    border: none;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    font-family: system-ui;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 50px;
    right: 30px;
    background: url(../images/search.png) no-repeat 0 0;
    width: 26px;
    height: 25px;
    padding: 0;
    opacity: 0.6;
}

.view-all {
    margin: 33px auto;
    /* position: relative; */
    text-align: center;
    display: block;
    /* margin: 20px 0; */
    border: 2px solid #000;
    width: 12%;
    padding: 9px;
    font-size: 15px;
    font-family: system-ui;

    color: #000;
}

.input-group-btn .btn {
    background: #000;
    color: #fff;
    font-family: system-ui;
    font-weight: 500;
}

/* ── FOOTER WRAPPER ── */
footer {
    background: linear-gradient(170deg, #132135 0%, #0c1928 60%, #091520 100%);
    border-top: 2px solid var(--accent-gold);
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

/* Subtle animated background texture */
footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 300px at 20% 10%, rgba(245, 166, 35, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 500px 250px at 80% 80%, rgba(232, 131, 42, 0.04) 0%, transparent 70%);
    pointer-events: none;
    animation: bgPulse 8s ease-in-out infinite alternate;
}

@keyframes bgPulse {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

/* ── SECTION HEADINGS ── */
.footer-heading {
    font-family: 'Bebas Neue';
    font-size: 1.15rem;

    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-gold);
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
    animation: fadeSlideDown 0.6s ease both;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 36px;
    height: 2px;
    background: var(--accent-gold);
    border-radius: 2px;
    transition: width 0.35s ease;
}

.col-wrapper:hover .footer-heading::after {
    width: 100%;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── COL WRAPPER ── */
.col-wrapper {
    padding: 10px 20px 30px;
    border-radius: 10px;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    animation: fadeUp 0.7s ease both;
}

.col-wrapper:hover {
    transform: translateY(-4px);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-wrapper:nth-child(1) {
    animation-delay: 0.1s;
}

.col-wrapper:nth-child(2) {
    animation-delay: 0.25s;
}

.col-wrapper:nth-child(3) {
    animation-delay: 0.4s;
}

/* ── ABOUT COL ── */
.div-about p {
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--text-muted);
    font-family: "Inter", sans-serif;
    transition: color 0.3s;
}

.col-wrapper:hover .div-about p {
    color: var(--text-light);
}

/* CTA button */
.div-about .btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: transparent;
    border: 2px solid var(--accent-gold);
    color: var(--accent-gold);
    font-family: 'Bebas Neue';
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.35s ease, box-shadow 0.35s ease;
    width: 150px;
}

.div-about .btn-quote::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--accent-gold);
    transform: translateX(-102%);
    transition: transform 0.35s ease;
    z-index: 0;
}

.div-about .btn-quote:hover::before {
    transform: translateX(0);
}

.div-about .btn-quote:hover {
    color: #0d1b2e;
    box-shadow: var(--glow);
}

.div-about .btn-quote span,
.div-about .btn-quote i {
    position: relative;
    z-index: 1;
}

/* BBB badge */
.div-about .badge-bbb {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 35%;
    margin-left: 20px;
}

.div-about .badge-bbb img {
    width: 100%;

}

.div-about .badge-bbb:hover {
    transform: scale(1.06);
    box-shadow: 0 4px 14px rgba(26, 78, 172, 0.4);
}

/* Social icons */
.div-about .social-icons {
    margin-top: 22px;
    display: flex;
    gap: 14px;
}

.div-about .social-icon {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.div-about .social-icon:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
    transform: translateY(-4px) rotate(8deg);
    box-shadow: var(--glow);
}

/* ── QUICK LINKS COL ── */
.div-quicklinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.div-quicklinks ul li {
    margin-bottom: 10px;
    animation: fadeLeft 0.5s ease both;
}

.div-quicklinks ul li:nth-child(1) {
    animation-delay: 0.3s;
}

.div-quicklinks ul li:nth-child(2) {
    animation-delay: 0.4s;
}

.div-quicklinks ul li:nth-child(3) {
    animation-delay: 0.5s;
}

.div-quicklinks ul li:nth-child(4) {
    animation-delay: 0.6s;
}

.div-quicklinks ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.div-quicklinks ul li:nth-child(6) {
    animation-delay: 0.8s;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-16px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.div-quicklinks ul li a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, gap 0.3s, letter-spacing 0.3s;
    position: relative;
    font-family: "Inter", sans-serif;
}

.div-quicklinks ul li a::before {
    content: '›';
    color: var(--accent-gold);
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s, transform 0.3s;
}

.div-quicklinks ul li a:hover {
    color: var(--accent-gold);
    gap: 14px;
    letter-spacing: 0.02em;
}

.div-quicklinks ul li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* ── CONTACT COL ── */
.div-contact p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 18px;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
}

.col-wrapper:hover .div-contact p {
    color: var(--text-light);
}

.div-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
    cursor: default;
    align-items: center;
    font-family: "Inter", sans-serif;
}

.div-contact .contact-item:hover {
    border-color: var(--accent-gold);
    background: rgba(245, 166, 35, 0.06);
    transform: translateX(6px);
}

.div-contact .contact-icon {
    width: 34px;
    height: 34px;
    background: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d1b2e;
    font-size: 0.8rem;
    flex-shrink: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.div-contact .contact-item:hover .contact-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: var(--glow);
}

.div-contact .contact-text {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.5;
}

/* ── CENTER LOGO ── */
.footer-logo-center {
    text-align: center;
    margin-bottom: 30px;
    animation: popIn 0.6s cubic-bezier(.175, .885, .32, 1.275) both;
    width: 160px;
}

.footer-logo-center img {
    width: 100%;
}


@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.footer-logo-center .logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.15), transparent 70%);
    filter: drop-shadow(0 4px 16px rgba(245, 166, 35, 0.4));
    transition: transform 0.4s ease, filter 0.4s ease;
}

.footer-logo-center .logo-img:hover {
    transform: rotate(-6deg) scale(1.1);
    filter: drop-shadow(0 6px 24px rgba(245, 166, 35, 0.7));
}

.footer-logo-center .brand-name {
    font-family: 'Bebas Neue';
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 8px;
}

.footer-logo-center .brand-name span {
    color: var(--accent-gold);
}

.footer-logo-center .tagline {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 2px;
}

/* ── BOTTOM BAR ── */
.footer-bottom {
    margin-top: 30px;
    padding: 16px 0;
    border-top: 1px solid var(--border-color);
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.footer-bottom a {
    color: var(--accent-gold);
    text-decoration: none;
    transition: color 0.3s;
}

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

/* ── DIVIDER ── */
.footer-divider {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 10px 0 30px;
}


/********************* shopping Demo-1 **********************/
.product-grid {
    font-family: Raleway, sans-serif;
    text-align: center;
    padding: 0 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-right: 10px;
}

.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-1 {
    opacity: 1
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
    opacity: 1
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product-grid .social li a:after,
.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}

.product-grid .rating {
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2)
}

.product-grid .product-content {
    background-color: #fff;
    text-align: left;
    padding: 12px 0;
    margin: 0 auto;
}

.product-grid:hover .product-content {
    bottom: 0
}

.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
    color: #36454f;
}

.money {
    font-size: 14px;
    color: #dd4309;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: system-ui;
}

.product-content em {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}

.product-grid strike {
    display: block;
    font-family: system-ui;
    color: #969696;
}

.product-grid .title a {
    color: #000;
    font-family: sans-serif;
}

.product-grid .title a:hover,
.product-grid:hover .title a {
    color: #2e8b57;
    text-decoration: none;
}

.product-grid .price {
    color: #333;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s;
    text-decoration: underline;
    text-transform: uppercase;
    float: left;

}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px
    }
}

.bumblebee_products .product-grid {
    width: 19%;
    float: left;
    /* padding: 0 10px; */
    margin: 0 6px;
}

/*------------------ image effect css ------------------*/
.column {
    margin: 15px 15px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 0;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
    width: 300px;
    height: 266px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
}

.hover02 figure:hover img {
    width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
    width: 400px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover04 figure:hover img {
    width: 300px;
}

/* Slide */
.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover05 figure:hover img {
    margin-left: 0;
}

/* Rotate */
.hover06 figure img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover06 figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover07 figure:hover img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover09 figure:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover10 figure:hover img {
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover11 figure:hover img {
    opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
    background: #1abc9c;
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 figure:hover img {
    opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
.hover15 figure {
    position: relative;
}

.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.arrivals-left {
    width: 50%;
    float: left;

}

.arrivals-right {
    width: 43%;
    float: left;
}

.carousel {
    position: relative;
    top: 0;
}

.carousel-inner img {
    width: 100%;
}

.offer-section-2 {
    margin: 0 0 0;
}

.p-about {
    font-size: 16px;
    text-align: justify;
    font-family: system-ui;
    color: #191919;
    padding: 0 17%;
}

.offer-section-2 {
    margin: 16px 0 0;
}

.shop-now {
    display: block;
    margin: 32px auto;
    width: 12%;
    text-align: center;
    color: #000;
    font-size: 16px;

    border-radius: 50px;
    border: 2px solid #000;
    padding: 12px 22px;
}

.shop-now:hover {
    background: #008080;
    color: #fff;
}

body {
    background: #000;
}

.section-padding {
    padding: 60px 0;
}

.brand-carousel {
    background: #eee;
    margin-top: 10%;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 10px !important;
    width: 10px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-dot.active {
    background-color: #be9100 !important;
}

.contact_details .btn {
    background: #4c4c4c;
    color: #fff;
    width: 25%;
    padding: 8px;
    margin: 0 0;
    display: block;
}

.app-page {
    text-align: center;
}
.preheader.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.add-mobile {}

.pre-header-right {}

.pre-header .d-flex {}

.app-portion {}

.university-section .col-md-3 {}

p.p-2 {
    padding: .5rem !important;
    margin-bottom: 0;
}

.pre-header-right a {
    margin-left: 0;
    padding: 13px 3px;
    line-height: 41px;
    font-size: 15px;
    color: #fff;
}

.pre-header-right a:nth-last-child(4) {
    margin-left: 30px;

}

header .carousel-inner .item {
    height: 100vh;
}

header .carousel-inner .item img {
    width: 100%;
}

.carousel-caption {
    padding-bottom: 150px;
}

.carousel-caption h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}




/* ignore the code below */


.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left h1 {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
    font-size: 29px;
    line-height: 53px;

    padding-top: 0;
    font-family: "Playfair Display", serif;
    color: #fff;
}

.carousel-inner .carousel-caption {
    top: 36%;
    left: 10%;
    text-align: left;
    width: 50%;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.text-box-1 {
    position: absolute;
    top: 28%;
    left: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box-2 {
    position: absolute;
    top: 39%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box-3 {
    position: absolute;
    top: 39%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-primary {
    color: #000;
    text-align: left;
}

.heading-primary-main {
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 35px;
    /*  Animation decalaration   */
    animation-name: moveInleft;
    animation-duration: 3s;
}

.text-box a {
    color: #fff;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
}

.text-box a:hover {
    color: #fff;
}

.heading-primary-sub {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    animation-name: moveInRight;
    animation-duration: 3s;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "Antonio", sans-serif;
    margin-top: 0;
    color: #fff;
    padding-left: 35px;
}

.heading-primary-sub:before {
    position: absolute;
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #fff;
    left: 0px;
    top: 10px;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }

}

.in-left strong {
    font-weight: 500;
    color: #db0b05;
}

/* =======================carousel banner slider====================== */

.carousel-inner {
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.slide-1 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=1400&q=80');
}

.slide-2 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1400&q=80');
}

.slide-3 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1507089947368-19c1da9775ae?w=1400&q=80');
}

/* dark overlay — separate div, z-index 1 */
.slide-overlay {}

/* ── CONTENT PANEL ── */
.slide-content {}

.content-box {
    background: rgba(30, 30, 30, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 32px 40px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* badge */
.badge-label {
    display: inline-block;
    background: #f5c518;
    color: #111;
    font-family: "Bebas Neue", sans-serif;

    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
}

/* headline */
.content-box h2 {
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 40px;
}

.content-box h2 .accent {
    color: #f5c518;
    display: inline;
}

.content-box h3 {
font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #275984;
    background: #FBCD0B;
    border-radius: 10px;
    display: table;
    padding: 5px 20px;
    margin-bottom: 12px;
    line-height: 24px;
}

/* CTA button */
.btn-services {
    background: #f5c518;
    border-color: #f5c518;
    color: #111;
    gap: 12px;
    color: #275984;
    font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;    display: inline-flex;
    align-items: center;
    height: 48px;
}

.btn-services:hover {
    background: #f5c518;
    border-color: #f5c518;
    color: #111;
}

.btn-services .arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #275984;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: background 0.25s, color 0.25s;
    flex-shrink: 0;
}

.btn-services:hover .arrow-icon {
    background: #111;
    color: #f5c518;
}
.carousel-item img{
    height: 550px;
    object-fit: cover;
}

/* ── ENTRY ANIMATION ── */
/*.carousel-item.active h3,*/
/*.carousel-item.active .content-box h2,*/
/*.carousel-item.active .btn-services {*/
/*    animation: fadeUp 0.6s ease both;*/
/*}*/

/*.carousel-item.active .badge-label {*/
/*    animation-delay: 0.1s;*/
/*}*/

/*.carousel-item.active .content-box h2 {*/
/*    animation-delay: 0.25s;*/
/*}*/

/*.carousel-item.active .btn-services {*/
/*    animation-delay: 0.45s;*/
/*}*/

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .carousel-item {
        height: 320px;
    }

    .slide-content {
        padding: 0 20px;
    }

    .content-box {
        padding: 20px 22px 24px;
    }

    .content-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        height: 280px;
    }

    .content-box h2 {
        font-size: 28px;
    }

    .content-box {
        max-width: 90vw;
    }
}

/* =========================service section=========================== */

.service-section {
    padding: 50px 0;
}

/* Badge */
.badge-label {
    display: inline-block;
    background: transparent;
    border: 1.5px solid var(--accent);
    color: var(--accent);
    font-family: 'Barlow', sans-serif;
    font-size: 0.78rem;

    letter-spacing: 0.06em;
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}

/* Heading */
.section-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 5vw, 2.9rem);

    color: var(--text-white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin-bottom: 36px;
}

.section-title .highlight {
    color: var(--accent);
}

/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Card */
.service-card {
    perspective: 900px;
    margin-bottom: 20px;
}
.service-image{
    width: 80%;
}
.service-image img{
    width: 100%;
    border-radius: 10px;
}

.service-card-inner {
    background: var(--bg-card);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s ease, background 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
    overflow: hidden;
}

.service-card:hover .service-card-inner {
    transform: rotateX(-8deg) rotateY(6deg) translateY(-8px) scale(1.04);
    box-shadow:
        8px 20px 40px var(--shadow-color),
        0 0 0 1.5px var(--accent),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    background: var(--bg-card-dark);
}

/* Icon wrapper */
.icon-wrap {
    width: 58px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.icon-wrap img {
    width: 100%;
}

.service-card:hover .icon-wrap {
    transform: translateZ(24px) scale(1.12);
}

.icon-wrap svg {
    width: 42px;
    height: 42px;
    stroke: var(--accent);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: filter 0.3s ease;
}

.service-card:hover .icon-wrap svg {
    filter: drop-shadow(0 0 8px rgba(245, 197, 24, 0.6));
}

/* Card label */
.card-label {
    font-family: "Bebas Neue", sans-serif;
    transition: color 0.3s ease, transform 0.35s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: normal;
    width: 70%;
}

.service-card:hover .card-label {
    color: var(--accent);
    transform: translateZ(10px);
}

/* Responsive */
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 380px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════
       SECTION WRAPPER
    ══════════════════════════════════ */
.why-us-section {
    background: var(--navy);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

/* ══════════════════════════════════
       LEFT COLUMN — TEXT CONTENT
    ══════════════════════════════════ */
.col-left {
    padding-right: 48px;
}

/* About Us badge */
.div-badge {
    display: inline-block;
    background: #3B7BB3;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 25px;
    border-radius: 20px;
    margin-bottom: 14px;
}

/* Heading */
.div-heading {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease forwards;
    animation-delay: 0.25s;
}

.div-heading h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(38px, 5vw, 54px);
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.1;
}

.div-heading h2 span.highlight {
    color: var(--gold);
}

/* Intro paragraph */
.div-intro-text {
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.75;
    margin-top: 20px;
    max-width: 460px;

    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease forwards;
    animation-delay: 0.4s;
}

/* Sub-heading gold */
.div-sub-heading {
    color: var(--gold);
    font-size: 15px;

    margin-top: 30px;
    margin-bottom: 10px;

    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease forwards;
    animation-delay: 0.55s;
}

/* Body text */
.div-body-text {
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.75;
    max-width: 460px;

    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease forwards;
    animation-delay: 0.7s;
}

.btn-know-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    background: #275984;
}

.btn-know-more:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-icon {
    width: 32px;
    height: 32px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-dark);
    font-size: 13px;
    transition: transform 0.3s ease;
}

.btn-know-more:hover .btn-icon {
    transform: rotate(45deg);
}

/* ══════════════════════════════════
       RIGHT COLUMN — IMAGES
    ══════════════════════════════════ */
.col-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Outer / large image */
.div-img-outer {
    width: 100%;
    border-radius: var(--radius-img);
    overflow: hidden;
    opacity: 0;
    transform: translateX(40px);
    animation: slideLeft 0.9s ease forwards;
    animation-delay: 0.3s;
}

.div-img-outer img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.div-img-outer:hover img {
    transform: scale(1.04);
}

/* Inner / floating small image */
.div-img-inner {
    position: absolute;
    bottom: 45px;
    left: -30px;
    width: 190px;
    border-radius: var(--radius-img);
    overflow: hidden;
    animation: popUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.9s;
}

.div-img-inner img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.div-img-inner:hover img {
    transform: scale(1.06);
}

/* decorative glow behind images */
.div-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(230, 168, 23, 0.18) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

/* ══════════════════════════════════
       KEYFRAMES
    ══════════════════════════════════ */
@keyframes fadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes popUp {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.12);
    }
}

/* ══════════════════════════════════
       RESPONSIVE TWEAKS
    ══════════════════════════════════ */
@media (max-width: 991px) {
    .col-left {
        padding-right: 15px;
        margin-bottom: 60px;
    }

    .div-img-inner {
        left: 10px;
        bottom: -10px;
        width: 160px;
    }

    .div-img-inner img {
        height: 140px;
    }
}

@media (max-width: 576px) {
    .why-us-section {
        padding: 60px 0;
    }

    .div-img-outer img {
        height: 300px;
    }
}

.all-heading {
    text-align: center;
}

/* ============================gallery================================= */
.gallery {
    padding: 50px 0;
}

.all-heading {
    text-align: center;
    margin-bottom: 20px;
    animation: fadeDown 0.7s ease both;
}

.all-heading-top {
    display: inline-block;
    background: #3B7BB3;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 45px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.all-heading h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 5vw, 2.9rem);

    color: var(--text-white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
    font-size: 50px;
}

.all-heading span {
    color: var(--gold);

}

.all-heading p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-top: 8px;carousel-item
}

/* ── Grid Wrapper ── */
.gallery-grid {
    margin: 0 auto;
}

/* ── Column animation stagger ── */
.gallery-col {
    animation: fadeUp 0.6s ease both;
}

.gallery-col:nth-child(1) {
    animation-delay: 0.10s;
}

.gallery-col:nth-child(2) {
    animation-delay: 0.20s;
}

.gallery-col:nth-child(3) {
    animation-delay: 0.30s;
}

.gallery-col:nth-child(4) {
    animation-delay: 0.15s;
}

.gallery-col:nth-child(5) {
    animation-delay: 0.25s;
}

.gallery-col:nth-child(6) {
    animation-delay: 0.35s;
}

.gallery-col:nth-child(7) {
    animation-delay: 0.20s;
}

.gallery-col:nth-child(8) {
    animation-delay: 0.30s;
}

.gallery-col:nth-child(9) {
    animation-delay: 0.40s;
}

/* ── Gallery Card ── */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    cursor: zoom-in;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    background: #1a3a55;
    margin-bottom: 20px;
}

.gallery-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition), filter var(--transition);
    will-change: transform;    height: 240px;
}

.gallery-card:hover img {
    transform: scale(1.12);
    filter: brightness(1.08);
}

.gallery-card .card-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition);
}

.gallery-card:hover .card-overlay {
    opacity: 1;
}

.card-overlay .zoom-icon {
    width: 48px;
    height: 48px;
    border: 2.5px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    transition: transform var(--transition);
}

.gallery-card:hover .card-overlay .zoom-icon {
    transform: scale(1);
}

.card-overlay .zoom-icon svg {
    width: 22px;
    height: 22px;
    stroke: white;
    fill: none;
}

/* ── Lightbox ── */
.lightbox-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(6px);
}

.lightbox-backdrop.active {
    display: flex;
    animation: lbFadeIn 0.3s ease both;
}

.lightbox-inner {
    position: relative;
    max-width: 820px;
    width: 100%;
    animation: lbZoomIn 0.38s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.lightbox-inner img {
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lb-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 2;
}

.lb-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.lb-btn.prev {
    left: -56px;
}

.lb-btn.next {
    right: -56px;
}

.lb-btn svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: none;
}

.lb-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.lb-close:hover {
    opacity: 1;
}

.lb-counter {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin-top: 12px;
    letter-spacing: 0.08em;
}

/* ── Explore Button ── */
.explore-wrap {
    text-align: center;
    margin-top: 36px;
    animation: fadeUp 0.7s 0.5s ease both;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--blue-dark);
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 28px 12px 32px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
}

.btn-explore:hover {
    background: var(--gold);
    color: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.btn-explore .arrow-circle {
    background: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s;
}

.btn-explore:hover .arrow-circle {
    background: var(--white);
}

.btn-explore .arrow-circle svg {
    width: 15px;
    height: 15px;
    stroke: var(--blue-dark);
    fill: none;
}

/* ── Keyframes ── */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lbFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lbZoomIn {
    from {
        opacity: 0;
        transform: scale(0.78);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lbSlideLeft {
    from {
        opacity: 0;
        transform: translateX(60px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes lbSlideRight {
    from {
        opacity: 0;
        transform: translateX(-60px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.lb-slide-left {
    animation: lbSlideLeft 0.32s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.lb-slide-right {
    animation: lbSlideRight 0.32s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@media (max-width: 640px) {
    .lb-btn.prev {
        left: 4px;
    }

    .lb-btn.next {
        right: 4px;
    }

    .gallery-card img {
        height: 120px;
    }
}

/* =========================================testimonial=============================== */
.testimonial-lead {
    padding: 50px 0;
}

.slider-wrapper {
    width: 95%;
    margin: auto;
}

.review-card-main {
    padding: 10px;
}

.review-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    transition: .4s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.review-card h2 {
    font-size: 24px;
    color: #2b5b88;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Bebas Neue';
}

.review-card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-profile {
    position: relative;
    width: fit-content;
}

.review-profile img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.google-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 34px;
    height: 34px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
}

.review-info {
    display: flex;
    gap: 35px;
}

.info-box h3 {
    font-size: 34px;
    margin-bottom: 0;
    color: #111;
    font-weight: 500;
}

.info-box span {
    font-size: 15px;
    color: #333;
}

/* slick arrows */

.slick-prev,
.slick-next {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 10;
    transition: .3s;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(255, 255, 255, 0.35);
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 24px;
    color: #fff;
}

/* dots */

.slick-dots li button:before {
    color: #fff;
    opacity: .5;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

@media(max-width:768px) {
    .review-name {
        font-size: 20px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-profile img {
        width: 70px;
        height: 70px;
    }

    .info-box h3 {
        font-size: 28px;
    }

    .review-info {
        gap: 20px;
    }
}

@media(max-width:480px) {
    .review-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}




.div-cta {
    margin-top: 30px;
}


/* ===================inner background===================== */


/* Banner Section */
.dutyfree_banner {
    position: relative;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 220px 20px 70px;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optional glowing background effect */
.dutyfree_banner::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.dutyfree_banner::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    bottom: -100px;
    right: -80px;
}

/* Heading */
.dutyfree_banner h3 {
    position: relative;
    font-size: 42px;

    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 1px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

/* Breadcrumb */
.dutyfree_banner .breadcrumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    background: transparent;
}

/* Breadcrumb Items */
.dutyfree_banner .breadcrumb li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Poppins', sans-serif;
}

/* Breadcrumb Links */
.dutyfree_banner .breadcrumb li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    font-weight: 500;
}

.dutyfree_banner .breadcrumb li a:hover {
    color: #38bdf8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dutyfree_banner {
        padding: 50px 15px;
    }

    .dutyfree_banner h3 {
        font-size: 30px;
    }

    .dutyfree_banner .breadcrumb li {
        font-size: 14px;
    }
}


/* ================================service-details================================= */
/* ======================================================
   UNIQUE SECTION STYLES
====================================================== */

/* ── SECTION LABEL ── */
.vx-section-label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #275984;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vx-section-label::after {
    content: '';
    flex: 1;
    max-width: 40px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
}

/* ── IMAGE SIDE ── */
.vx-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    animation: vxFadeLeft 0.9s ease both;
}

.vx-img-wrapper img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.vx-img-wrapper:hover img {
    transform: scale(1.04);
}

.vx-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #275984;
    color: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 30px rgba(39, 89, 132, 0.4);
    animation: vxBadgePop 0.6s 0.6s cubic-bezier(.34, 1.56, .64, 1) both;
}

.vx-img-badge .vx-num {
    font-family: 'Bebas Neue';
    font-size: 2rem;
    line-height: 1;
    color: var(--accent);
}

.vx-img-badge .vx-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

/* ── SERVICE CARD ── */
.vx-service-card {
    background: var(--white);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1.5px solid transparent;
    animation: vxFadeUp 0.7s ease both;
}

.vx-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(39, 89, 132, 0.15);
    border-color: var(--primary-light);
}

.vx-card-icon-wrap {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #275984 0%, var(--primary-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    transition: transform 0.4s ease, background 0.4s ease;
}

.vx-service-card:hover .vx-card-icon-wrap {
    transform: rotate(8deg) scale(1.1);
    background: linear-gradient(135deg, var(--accent) 0%, #f7c948 100%);
}

.vx-card-body h5 {
    font-family: 'Bebas Neue';
    font-size: 1.15rem;
    color: var(--text);
    margin-bottom: 6px;
}


/* ── CTA STRIP ── */
.vx-cta-strip {
    background: linear-gradient(90deg, var(--primary-dark), #275984);
    border-radius: 20px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
}

.vx-cta-strip::after {
    content: '\f135';
    font-family: 'Bootstrap-icons';
    font-size: 12rem;
    position: absolute;
    right: -20px;
    top: -20px;
    color: rgba(255, 255, 255, 0.04);
}

.vx-cta-strip h3 {
    font-family: 'Bebas Neue';
    color: #fff;
}

.vx-cta-strip p {
    color: rgba(255, 255, 255, 0.7);
}

.vx-btn-cta {
    background: var(--accent-gold) !important;
    color: var(--primary-dark) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.vx-btn-cta:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 24px rgba(240, 165, 0, 0.45);
}


/* ── RESPONSIVE ── */
@media (max-width: 767px) {
    .vx-img-wrapper img {
        height: 280px;
    }
}

.service-con h2 {
    font-family: 'Bebas Neue';
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #fff;
}

.service-con p {
    color: #c7dcf1;
    font-size: 0.95rem;
}

/* ============================about page======================== */

.section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #275984;

}

.section-title {
    font-family: 'Bebas Neue';
    font-size: clamp(1.8rem, 4vw, 3rem);

    color: var(--text-dark);
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: #275984;
    margin-top: 12px;
    border-radius: 4px;
    animation: lineExpand 0.8s ease forwards;
}

/* ── STORY SECTION ── */
.story-section {
    padding: 100px 0;
    background: #fff;
}

.story-text-col {
    animation: fadeInLeft 0.8s ease both;
}

.story-img-col {
    animation: fadeInRight 0.8s 0.2s ease both;
}

.story-img-col img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(39, 89, 132, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.story-img-col img:hover {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 0 30px 80px rgba(39, 89, 132, 0.25);
}

.story-highlight {
    background: linear-gradient(135deg, #e8f2fb 0%, #d0e8f8 100%);
    border-left: 4px solid #275984;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: var(--primary-dark);
    font-size: 1.05rem;
    line-height: 1.7;
    transition: all 0.35s ease;
}

.story-highlight:hover {
    background: linear-gradient(135deg, #275984 0%, var(--primary-light) 100%);
    color: #fff;
    transform: translateX(8px);
}

/* ── VALUES SECTION ── */
.values-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.value-card-wrapper {
    animation: fadeInUp 0.7s ease both;
}

.value-card-wrapper:nth-child(2) {
    animation-delay: 0.15s;
}

.value-card-wrapper:nth-child(3) {
    animation-delay: 0.30s;
}

.value-card-wrapper:nth-child(4) {
    animation-delay: 0.45s;
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(39, 89, 132, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #275984, var(--primary-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.value-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(39, 89, 132, 0.18);
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover .value-icon {
    animation: pulse-ring 1s ease;
}

.value-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #e8f2fb, #c7dff5);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: background 0.35s ease, transform 0.35s ease;
}

.value-card:hover .value-icon {
    background: linear-gradient(135deg, #275984, var(--primary-light));
    transform: rotate(8deg) scale(1.1);
}

.value-card h5 {
    font-family: 'Bebas Neue';
    font-size: 1.2rem;

    color: var(--text-dark);
    margin-bottom: 12px;
}

.value-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ── TEAM SECTION ── */
.team-section {
    padding: 100px 0;
    background: #fff;
}

.team-card-wrapper {
    animation: scaleIn 0.6s ease both;
}

.team-card-wrapper:nth-child(2) {
    animation-delay: 0.15s;
}

.team-card-wrapper:nth-child(3) {
    animation-delay: 0.30s;
}

.team-card-wrapper:nth-child(4) {
    animation-delay: 0.45s;
}

.team-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(39, 89, 132, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #fff;
    position: relative;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 70px rgba(39, 89, 132, 0.2);
}

.team-avatar {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.team-card:hover .team-avatar {
    transform: scale(1.07);
}

.team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27, 61, 92, 0.92) 0%, transparent 55%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-overlay .name {
    font-family: 'Bebas Neue';
    font-size: 1.2rem;
    color: #fff;

}

.team-overlay .role {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-info {
    padding: 20px 22px;
}

.team-info h5 {
    font-family: 'Bebas Neue';

    color: var(--text-dark);
    margin-bottom: 4px;
}

.team-info span {
    font-size: 0.85rem;
    color: #275984;
    font-weight: 500;
}

/* ── STATS SECTION ── */
.stats-section {
    padding: 90px 0;
    background: linear-gradient(135deg, var(--primary-dark), #275984);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    top: -100px;
    left: -100px;
}

.stat-item {
    animation: countUp 0.7s ease both;
}

.stat-item:nth-child(2) {
    animation-delay: 0.15s;
}

.stat-item:nth-child(3) {
    animation-delay: 0.30s;
}

.stat-item:nth-child(4) {
    animation-delay: 0.45s;
}

.stat-box {
    text-align: center;
    padding: 40px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-8px) scale(1.04);
    border-color: rgba(255, 255, 255, 0.35);
}

.stat-number {
    font-family: 'Bebas Neue';
    font-size: clamp(2.5rem, 5vw, 4rem);

    color: var(--accent);
    display: block;
    transition: transform 0.3s ease;
}

.stat-box:hover .stat-number {
    transform: scale(1.1);
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* ── MISSION SECTION ── */
.mission-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.mission-card {
    background: #fff;
    border-radius: 20px;
    padding: 44px 36px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(39, 89, 132, 0.07);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.7s ease both;
    margin-bottom: 40px;
}

.mission-card:nth-child(2) {
    animation-delay: 0.2s;
}

.mission-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #275984, var(--accent));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.45s ease;
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(39, 89, 132, 0.16);
}

.mission-card:hover::after {
    transform: scaleX(1);
}

.mission-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #275984 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 24px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mission-card:hover .mission-icon {
    transform: rotate(15deg) scale(1.15);
    box-shadow: 0 12px 30px rgba(39, 89, 132, 0.4);
    animation: pulse-ring 1s ease;
}

.mission-card h4 {
    font-family: 'Bebas Neue';
    font-size: 1.3rem;

    color: var(--text-dark);
    margin-bottom: 14px;
}

.mission-card p {
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.75;
}

/* ── FOOTER CTA ── */
.cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.cta-title {
    font-family: 'Bebas Neue';
    font-size: clamp(1.8rem, 4vw, 3rem);

    color: #fff;
    animation: fadeInDown 0.8s ease both;
}

.cta-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin-bottom: 36px;
    animation: fadeInUp 0.8s 0.2s ease both;
}

.cta-btn-outline {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;

    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.35s ease;
    animation: fadeInUp 0.8s 0.4s ease both;
}

.cta-btn-outline:hover {
    background: #fff;
    color: #275984;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

/* ── NAVBAR ── */
.navbar-custom {
    background: rgba(15, 30, 45, 0.95);
    backdrop-filter: blur(12px);
    padding: 16px 0;
    animation: fadeInDown 0.5s ease both;
}

.navbar-brand-text {
    font-family: 'Bebas Neue';
    font-size: 1.5rem;

    color: #fff !important;
}

.navbar-brand-text span {
    color: var(--accent);
}

.nav-link-custom {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
    padding: 6px 14px !important;
    position: relative;
}

.nav-link-custom::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 14px;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.3s ease;
}

.nav-link-custom:hover {
    color: #fff !important;
}

.nav-link-custom:hover::after {
    width: calc(100% - 28px);
}

/* ── UTILITY ── */
.divider {
    width: 60px;
    height: 4px;
    background: #275984;
    border-radius: 4px;
    margin: 16px 0 24px;
}

.text-primary-custom {
    color: #275984 !important;
}

.bg-primary-custom {
    background-color: #275984 !important;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .hero-image-wrap {
        margin-top: 48px;
        text-align: center;
    }

    .hero-image-wrap img {
        max-width: 320px;
    }
}

.form-group {
    /* width: 100% !important; */
}

/* ==============Apprenticeship================== */
/* ─────────────────────────────────────────
   NEXORA CONTACT SECTION — UNIQUE CLASSES
───────────────────────────────────────── */

/* SECTION */
.nx-contact-section {
    padding-bottom: 80px;
}

/* FORM CARD */
.nx-form-card {
    background: var(--white);
    border-radius: 24px;
    padding: 44px 40px;
    color: var(--primary-dark);
    animation: nxFadeLeft 0.9s 0.15s ease both;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
}

.nx-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    color: var(--primary-dark);
    margin-bottom: 6px;
}

.nx-form-subtitle {
    font-size: 0.875rem;
    color: #5a7a9a;
    margin-bottom: 28px;
}

/* LABELS */
.nx-form-label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #4a6a84;
    margin-bottom: 6px;
    display: block;
}

/* INPUTS */
.nx-input,
.nx-select,
.nx-textarea {
    width: 100%;
    border: 1.5px solid #d4e4f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: var(--primary-dark);
    background: #f6fafd;
    transition: 0.3s ease;
}

.nx-input:focus,
.nx-select:focus,
.nx-textarea:focus {
    border-color: #275984;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(39, 89, 132, 0.12);
    outline: none;
}

.nx-textarea {
    resize: none;
    min-height: 118px;
}

/* SUBJECT PILLS */
.nx-subject-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nx-subject-pill {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    border: 1.5px solid #d4e4f0;
    font-size: 0.8rem;
    color: #4a6a84;
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
}

.nx-subject-pill:hover {
    border-color: #275984;
    background: #275984;
    color: #fff;
    transform: scale(1.05);
}

/* BUTTON */
.nx-submit-btn {
    background: #275984;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 36px;
    font-size: 0.95rem;
    font-weight: 500;
    width: 100%;
    transition: 0.3s ease;
}

.nx-submit-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(39, 89, 132, 0.4);
}

.nx-submit-btn i {
    transition: transform 0.3s ease;
}

.nx-submit-btn:hover i {
    transform: translateX(5px);
}

/* SIDE PANEL */
.nx-side-panel {
    animation: nxFadeRight 0.9s 0.2s ease both;
}

/* MAP CARD */
.nx-map-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.35s ease;
    backdrop-filter: blur(6px);
}

.nx-map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.nx-map-visual {
    height: 180px;
    background:
        linear-gradient(rgba(39, 89, 132, 0.6), rgba(27, 63, 94, 0.7)),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 38px,
            rgba(255, 255, 255, 0.04) 38px,
            rgba(255, 255, 255, 0.04) 40px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 38px,
            rgba(255, 255, 255, 0.04) 38px,
            rgba(255, 255, 255, 0.04) 40px);

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nx-map-pin {
    width: 48px;
    height: 48px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(240, 165, 0, 0.5);
    animation: nxPinBounce 1.6s ease infinite;
}

.nx-map-pin i {
    transform: rotate(45deg);
    color: var(--primary-dark);
    font-size: 1.2rem;
}

.nx-map-body {
    padding: 20px 22px;
}

.nx-map-title {

    font-size: 0.95rem;
    color: var(--white);
    margin-bottom: 4px;
}

.nx-map-text {
    font-size: 0.8rem;
    color: var(--text-soft);
    margin: 0;
}

/* SOCIALS */
.nx-social-title {
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-soft);
    margin-bottom: 14px;
}

.nx-social-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid var(--card-border);
    background: var(--card-bg);
    text-decoration: none;
    color: var(--white);
    font-size: 0.875rem;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    backdrop-filter: blur(4px);
}

.nx-social-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    transform: translateX(6px);
}

.nx-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.nx-social-link:hover .nx-social-icon {
    transform: rotate(-8deg) scale(1.15);
}

.nx-social-icon.tw {
    background: rgba(29, 161, 242, 0.2);
    color: #1da1f2;
}

.nx-social-icon.li {
    background: rgba(10, 102, 194, 0.2);
    color: #0a66c2;
}

.nx-social-icon.ig {
    background: rgba(225, 48, 108, 0.2);
    color: #e1306c;
}

.nx-social-icon.fb {
    background: rgba(66, 103, 178, 0.2);
    color: #4267b2;
}

.nx-social-link small {
    font-size: 0.75rem;
    color: var(--text-soft);
}

/* ANIMATIONS */
@keyframes nxFadeLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes nxFadeRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes nxPinBounce {

    0%,
    100% {
        transform: rotate(-45deg) translateY(0);
    }

    50% {
        transform: rotate(-45deg) translateY(-8px);
    }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .nx-form-card {
        padding: 30px 22px;
    }
}

/* contact-us-css */
/* ── INFO STRIP ── */
.info-strip {
    background: var(--yellow);
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 32px;
    border-right: 1px solid rgba(26, 42, 74, .15);
    transition: background .2s;
}

.info-card:last-child {
    border-right: none;
}

.info-card:hover {
    background: var(--yellow-hover);
}

.info-card .ic-icon {
    width: 52px;
    height: 52px;
    background: var(--navy-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--yellow);
}

.info-card .ic-content h4 {
    font-family: 'Bebas Neue';
    font-size: 16px;

    color: var(--navy-dark);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.info-card .ic-content p,
.info-card .ic-content a {
    font-size: 14px;
    color: var(--navy-dark);
    text-decoration: none;
    opacity: .85;
    margin-top: 2px;
    display: block;
}

/* ── MAIN CONTENT ── */
.contact-section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left – form */
.form-wrap {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 48px 44px;
    box-shadow: 0 8px 40px rgba(26, 42, 74, .08);
}

.section-label {
    display: inline-block;
    font-size: 12px;

    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yellow);
    background: rgba(245, 197, 24, .1);
    border: 1px solid rgba(245, 197, 24, .3);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.form-wrap h2 {
    font-family: 'Bebas Neue';
    font-size: 32px;

    color: var(--navy-dark);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
}

.form-wrap h2 span {
    color: var(--yellow);
}

.form-wrap>p {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 13px;

    color: var(--navy);
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border: 1.5px solid var(--border);
    border-radius: 7px;
    padding: 12px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
    transition: border-color .25s, box-shadow .25s;
    background: var(--white);
    width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(245, 197, 24, .18);
}

.form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.form-group select {
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    background: var(--yellow);
    color: var(--navy-dark);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Bebas Neue';
    font-size: 17px;

    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.submit-btn:hover {
    background: var(--yellow-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, .35);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Right – info panel */
.info-panel {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.info-panel h2 {
    font-family: 'Bebas Neue';
    font-size: 32px;

    color: var(--navy-dark);
    text-transform: uppercase;
    line-height: 1.2;
}

.info-panel h2 span {
    color: var(--yellow);
}

.info-panel>p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-top: -12px;
}

.contact-detail-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--light-bg);
    border-radius: 10px;
    padding: 22px 24px;
    border-left: 4px solid var(--yellow);
    transition: box-shadow .2s, transform .2s;
}

.contact-detail-card:hover {
    box-shadow: 0 6px 24px rgba(26, 42, 74, .1);
    transform: translateX(4px);
}

.cdc-icon {
    width: 48px;
    height: 48px;
    background: var(--navy-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--yellow);
    flex-shrink: 0;
}

.cdc-text h4 {
    font-family: 'Bebas Neue';
    font-size: 15px;

    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--navy-dark);
    margin-bottom: 4px;
}

.cdc-text p,
.cdc-text a {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    line-height: 1.6;
    display: block;
}

.cdc-text a:hover {
    color: var(--yellow);
}

/* hours table */
.hours-card {
    background: var(--navy-dark);
    border-radius: 10px;
    padding: 28px 28px;
    color: var(--white);
}

.hours-card h4 {
    font-family: 'Bebas Neue';
    font-size: 18px;

    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--yellow);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row .day {
    color: rgba(255, 255, 255, .7);
}

.hours-row .time {
    color: var(--yellow);

}

.hours-row .closed {
    color: #ff6b6b;
}

/* social */
.social-row {
    display: flex;
    gap: 12px;
}

.social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    font-size: 18px;
    text-decoration: none;
    transition: background .2s, transform .2s;
}

.social-btn:hover {
    background: var(--yellow);
    color: var(--navy-dark);
    transform: translateY(-3px);
}

/* ── MAP ── */
.map-section {
    padding: 0 40px 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.map-section h2 {
    font-family: 'Bebas Neue';
    font-size: 30px;

    text-transform: uppercase;
    color: var(--navy-dark);
    margin-bottom: 24px;
    text-align: center;
}

.map-section h2 span {
    color: var(--yellow);
}

.map-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(26, 42, 74, .12);
    border: 3px solid var(--yellow);
}

.map-frame iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

/* ── CTA STRIP ── */
.cta-strip {
    background: var(--navy-dark);
    padding: 60px 40px;
    text-align: center;
}

.cta-strip h2 {
    font-family: 'Bebas Neue';
    font-size: 36px;

    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cta-strip h2 span {
    color: var(--yellow);
}

.cta-strip p {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    margin-bottom: 28px;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: var(--yellow);
    color: var(--navy-dark);
    padding: 14px 32px;
    border-radius: 7px;
    font-family: 'Bebas Neue';
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    transition: background .2s, transform .15s;
}

.cta-btn-primary:hover {
    background: var(--yellow-hover);
    transform: translateY(-2px);
}

.cta-btn-outline {
    background: transparent;
    color: var(--white);
    padding: 14px 32px;
    border-radius: 7px;
    border: 2px solid rgba(255, 255, 255, .3);
    font-family: 'Bebas Neue';
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    transition: border-color .2s, color .2s;
}

.cta-btn-outline:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}


/* ─── WHY APPRENTICE SECTION ─── */
.why-section {
    background: var(--light-bg);
    padding: 70px 20px;
}

.section-label {
    display: inline-block;
    background: var(--yellow);
    color: var(--navy-dark);
    font-family: 'Bebas Neue';
    font-size: 11px;

    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.section-title {
    font-family: 'Bebas Neue';
    font-size: clamp(26px, 3.5vw, 40px);

    color: var(--navy);
    text-transform: uppercase;
    line-height: 1.15;
}

.section-title span {
    color: var(--yellow);
}

.section-desc {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.8;
    max-width: 600px;
    margin-top: 12px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.why-card {
    background: var(--white);
    border-radius: 12px;
    padding: 32px 26px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(26, 42, 74, 0.06);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--yellow);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(26, 42, 74, 0.14);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 24px;
}

.why-card h3 {
    font-family: 'Bebas Neue';
    font-size: 15px;

    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ─── FORM SECTION ─── */
.form-section {
    padding: 80px 0;
}

.form-layout {

}

.form-info h2 {
    font-family: 'Bebas Neue';
    font-size: clamp(22px, 3vw, 32px);

    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
}

.form-info h2 span {
    color: var(--yellow);
}

.form-info p {
    color: #eee;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
}

.info-list {
    margin-top: 28px;
    list-style: none;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    color: #fff;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list .bullet {
    width: 24px;
    height: 24px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
}

.steps-strip {
    display: flex;
    gap: 0;
    margin-top: 32px;
    width: 100%;
}
.steps-strip img{
    width: 100%;
}

.step-item {
    flex: 1;
    text-align: center;
    padding: 16px 10px;
    background: var(--light-bg);
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--yellow);
    font-size: 18px;
    z-index: 1;
}

.step-item:first-child {
    border-radius: 8px 0 0 8px;
}

.step-item:last-child {
    border-radius: 0 8px 8px 0;
}

.step-num {
    display: block;
    font-family: 'Bebas Neue';
    font-size: 22px;

    color: var(--yellow);
}

.step-label {
    display: block;
    font-size: 11px;

    color: var(--navy);
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* ─── THE FORM ─── */
.application-form {
    background: var(--navy);
    border-radius: 16px;
    padding: 42px;
    box-shadow: 0 20px 60px rgba(26, 42, 74, 0.18);
    position: relative;
    overflow: hidden;
}

.application-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--yellow);
}

.form-title {
    font-family: 'Bebas Neue';
    font-size: 38px;

    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.form-title span {
    color: var(--yellow);
}

.form-subtitle {
    font-size: 13px;
    color: #8aa0c4;
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 18px;
    width: 100% !important;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: 15px;

    font-family: 'Bebas Neue';
    color: #8aa0c4;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
}

.form-group label span {
    color: var(--yellow);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--white);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    outline: none;
    transition: all 0.25s;
    -webkit-appearance: none;
}

.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f5c518' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.form-group select option {
    background: var(--navy-dark);
    color: var(--white);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--yellow);
    background: rgba(245, 197, 24, 0.06);
    box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 110px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--yellow);
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 13px;
    color: #8aa0c4;
    line-height: 1.5;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.checkbox-group label a {
    color: var(--yellow);
}

.submit-btn {
    width: 100%;
    background: var(--yellow);
    color: var(--navy-dark);
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-family: 'Bebas Neue';
    font-size: 14px;

    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: var(--yellow-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn svg {
    transition: transform 0.2s;
}

.submit-btn:hover svg {
    transform: translateX(4px);
}

/* Success message */
.success-msg {
    display: none;
    background: rgba(52, 199, 89, 0.15);
    border: 1px solid rgba(52, 199, 89, 0.4);
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 16px;
    color: #4cd964;
    font-size: 14px;
    text-align: center;

}

/* ─── WHAT YOU LEARN ─── */
.learn-section {
    background: var(--navy);
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}

.learn-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.06) 0%, transparent 70%);
}

.learn-section .section-title {
    color: var(--white);
}

.learn-section .section-desc {
    color: #7a9bc4;
}

.learn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.learn-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px 20px;
    transition: all 0.3s;
}

.learn-item:hover {
    background: rgba(245, 197, 24, 0.08);
    border-color: rgba(245, 197, 24, 0.3);
    transform: translateY(-4px);
}

.learn-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.learn-item h4 {
    font-family: 'Bebas Neue';
    font-size: 13px;

    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-item p {
    font-size: 13px;
    color: #7a9bc4;
    margin-top: 6px;
    line-height: 1.6;
}



/* ===============================contact page=========================== */


.rx-contact-info-strip {
    background: var(--yellow);
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.rx-contact-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 32px;
    border-right: 1px solid rgba(26, 42, 74, .15);
    transition: background .2s;
}

.rx-contact-info-card:last-child {
    border-right: none;
}

.rx-contact-info-card:hover {
    background: var(--yellow-hover);
}

.rx-contact-ic-icon {
    width: 52px;
    height: 52px;
    background: var(--navy-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--yellow);
}

.rx-contact-ic-content h4 {
    font-family: 'Bebas Neue';
    font-size: 16px;

    color: var(--navy-dark);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.rx-contact-ic-content p,
.rx-contact-ic-content a {
    font-size: 14px;
    color: var(--navy-dark);
    text-decoration: none;
    opacity: .85;
    margin-top: 2px;
    display: block;
}

/* ── MAIN CONTENT ── */
.rx-contact-section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left – form */
.rx-contact-form-wrap {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 48px 44px;
    box-shadow: 0 8px 40px rgba(26, 42, 74, .08);
}

.rx-contact-section-label {
    display: inline-block;
    font-size: 12px;

    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yellow);
    background: rgba(245, 197, 24, .1);
    border: 1px solid rgba(245, 197, 24, .3);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.rx-contact-form-wrap h2 {
    font-family: 'Bebas Neue';
    font-size: 32px;

    color: var(--navy-dark);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
}

.rx-contact-form-wrap h2 span {
    color: var(--yellow);
}

.rx-contact-form-wrap>p {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 32px;
}

.rx-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.rx-contact-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100% !important;
}

.rx-contact-form-group.rx-contact-full {
    grid-column: 1 / -1;
}

.rx-contact-form-group label {
    font-size: 13px;

    color: var(--navy);
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.rx-contact-form-group input,
.rx-contact-form-group select,
.rx-contact-form-group textarea {
    border: 1.5px solid var(--border);
    border-radius: 7px;
    padding: 12px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
    transition: border-color .25s, box-shadow .25s;
    background: var(--white);
    width: 100%;
}

.rx-contact-form-group input:focus,
.rx-contact-form-group select:focus,
.rx-contact-form-group textarea:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(245, 197, 24, .18);
}

.rx-contact-form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.rx-contact-form-group select {
    cursor: pointer;
}

.rx-contact-submit-btn {
    width: 100%;
    background: var(--yellow);
    color: var(--navy-dark);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Bebas Neue';
    font-size: 17px;

    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.rx-contact-submit-btn:hover {
    background: var(--yellow-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, .35);
}

.rx-contact-submit-btn:active {
    transform: translateY(0);
}

/* Right – info panel */
.rx-contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.rx-contact-info-panel h2 span {
    color: var(--yellow);
}

.rx-contact-info-panel>p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-top: -12px;
}

.rx-contact-detail-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--light-bg);
    border-radius: 10px;
    padding: 22px 24px;
    border-left: 4px solid var(--yellow);
    transition: box-shadow .2s, transform .2s;
}

.rx-contact-detail-card:hover {
    box-shadow: 0 6px 24px rgba(26, 42, 74, .1);
    transform: translateX(4px);
}

.rx-contact-cdc-icon {
    width: 48px;
    height: 48px;
    background: var(--navy-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--yellow);
    flex-shrink: 0;
}

.rx-contact-cdc-text h4 {
    font-family: 'Bebas Neue';
    font-size: 15px;

    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--navy-dark);
    margin-bottom: 4px;
}

.rx-contact-cdc-text p,
.rx-contact-cdc-text a {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    line-height: 1.6;
    display: block;
}

.rx-contact-cdc-text a:hover {
    color: var(--yellow);
}

/* hours table */
.rx-contact-hours-card {
    background: var(--navy-dark);
    border-radius: 10px;
    padding: 28px 28px;
    color: var(--white);
}

.rx-contact-hours-card h4 {
    font-family: 'Bebas Neue';
    font-size: 18px;

    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--yellow);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rx-contact-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
}

.rx-contact-hours-row:last-child {
    border-bottom: none;
}

.rx-contact-hours-row .rx-contact-day {
    color: rgba(255, 255, 255, .7);
}

.rx-contact-hours-row .rx-contact-time {
    color: var(--yellow);

}

.rx-contact-hours-row .rx-contact-closed {
    color: #ff6b6b;
}

/* social */
.rx-contact-social-row {
    display: flex;
    gap: 12px;
}

.rx-contact-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    font-size: 18px;
    text-decoration: none;
    transition: background .2s, transform .2s;
}

.rx-contact-social-btn:hover {
    background: var(--yellow);
    color: var(--navy-dark);
    transform: translateY(-3px);
}

/* ── MAP ── */
.rx-contact-map-section {
    padding: 0 40px 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.rx-contact-map-section h2 {
    font-family: 'Bebas Neue';
    font-size: 30px;

    text-transform: uppercase;
    color: var(--navy-dark);
    margin-bottom: 24px;
    text-align: center;
}

.rx-contact-map-section h2 span {
    color: var(--yellow);
}

.rx-contact-map-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(26, 42, 74, .12);
    border: 3px solid var(--yellow);
}

.rx-contact-map-frame iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

/* ── CTA STRIP ── */
.rx-contact-cta-strip {
    background: var(--navy-dark);
    padding: 60px 40px;
    text-align: center;
}

.rx-contact-cta-strip h2 {
    font-family: 'Bebas Neue';
    font-size: 36px;

    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rx-contact-cta-strip h2 span {
    color: var(--yellow);
}

.rx-contact-cta-strip p {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    margin-bottom: 28px;
}

.rx-contact-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.rx-contact-cta-btn-primary {
    background: var(--yellow);
    color: var(--navy-dark);
    padding: 14px 32px;
    border-radius: 7px;
    font-family: 'Bebas Neue';
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    transition: background .2s, transform .15s;
}

.rx-contact-cta-btn-primary:hover {
    background: var(--yellow-hover);
    transform: translateY(-2px);
}

.rx-contact-cta-btn-outline {
    background: transparent;
    color: var(--white);
    padding: 14px 32px;
    border-radius: 7px;
    border: 2px solid rgba(255, 255, 255, .3);
    font-family: 'Bebas Neue';
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    transition: border-color .2s, color .2s;
}

.rx-contact-cta-btn-outline:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}


/*=================================pop up==================================*/
.rq-custom-popup{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.rq-custom-popup.rq-popup-active{
    display: flex;
}

.rq-popup-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(5px);
}

.rq-popup-content{
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 850px;
    padding: 45px;
    border-radius: 24px;
    z-index: 2;
    animation: rqPopupFade 0.4s ease;
}

@keyframes rqPopupFade{
    from{
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rq-popup-content{
    position: relative;
    background: #ffffff;
    width: 30%;
    padding: 25px;
    border-radius: 28px;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #dbe7ff;
    box-shadow: 0 25px 80px rgba(0, 86, 210, 0.12);
    animation: rqPopupFade 0.4s ease;
}

/* top gradient line */
.rq-popup-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(135deg, #f5c518, #FF9800);
}

.rq-popup-header h2{
    font-size: 42px;
    font-family: 'Bebas Neue';
    margin-bottom: 0px;
    color: #275984;
    line-height: 1.2;
}

.rq-popup-header h2 span{
    color: #f5c518;
}

.rq-popup-header p{
    color: #6b7280;
    margin-bottom: 10px;
    font-size: 16px;
}

/* close button */
.rq-close-popup{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #f5c518;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 91, 234, 0.2);
}

.rq-close-popup:hover{
    transform: rotate(90deg) scale(1.05);
    background: #0046b8;
}

/* form fields */
.rq-form-group{
    margin-bottom: 5px;
}

.rq-form-group label{
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 700;
    color: #275984;    font-family: 'Inter';
}

.rq-form-group input,
.rq-form-group textarea{
    width: 100%;
    border: 1px solid #d8e4ff;
    background: #f8fbff;
    border-radius: 7px;
    padding: 8px 18px;
    outline: none;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #111827;
}
.rq-form-group textarea{
    resize: none;
    min-height: 140px;
}

.rq-form-group input::placeholder,
.rq-form-group textarea::placeholder{
    color: #94a3b8;
}

/* focus effect */
.rq-form-group input:focus,
.rq-form-group textarea:focus{
    border-color: #f5c518;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 91, 234, 0.08);
}

/* submit button */
.rq-submit-btn{
    border: none;
    background: linear-gradient(135deg, #f5c518, #FF9800);
    color: #fff;
    padding: 16px 36px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.35s ease;
    box-shadow: 0 15px 35px rgba(0, 91, 234, 0.2);
    font-family: 'Inter';
}

.rq-submit-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 91, 234, 0.3);
}

/* popup overlay */
.rq-popup-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(4, 18, 44, 0.75);
    backdrop-filter: blur(6px);
}

/* mobile responsive */
@media(max-width:767px){

    .rq-popup-content{
        padding: 35px 22px;
    }

    .rq-popup-header h2{
        font-size: 30px;
    }

    .rq-submit-btn{
        width: 100%;
    }

}

.social-fixed {
    position: fixed;
    right: 3px;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.social-fixed a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}

/* Colors */
.whatsapp {
    background: #25D366;
}

.instagram {
    background: #E4405F;
}

.facebook {
    background: #1877F2;
}

/* Hover Effect */
.social-fixed a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.carousel-control-prev{
    z-index: 999 !important;
}
.carousel-control-next{
    z-index: 999 !important;
}

#carouselExampleIndicators ul li{
    padding: 10px;
    background-color:#132234;
    border-radius: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: 1px solid #f5c338d4;
}
.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 50%);
    max-width:100%;
    margin: 0 auto !important;
    gap: 12px 12px;
}

.feature-list li {
    text-align:left;
}

.feature-list img{
    padding: 5px;
    width: 38px;
    height: 38px;
    background-color:#f5c338c2;
    border-radius: 5px;
    margin-right: 12px;
}
#carouselExampleIndicators .carousel-item {
    position: relative;
}

#carouselExampleIndicators .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    z-index: 1;
}



