:root {
    --primary: #010618;
    --secondary: #13437D;
    --purple: #5C17AE;
    --bg: #030826;
    --bgLight: #25272f;
    --white: #FFFFFF;
    --gold: #CBA25C;
}

.primary_btn {
    background: linear-gradient(90deg,
            var(--secondary) 0%,
            var(--purple) 25%,
            var(--gold) 100%);
    color: white;
    border: none;
}

.text-gold {
    color: var(--gold);
}

.secondary_btn {
    background: transparent !important;
    border: 2px solid var(--white) !important;
}

/* h1,h2,h3,h4,h5,h6 {
    color: var(--bg);
} */

.w-max {
    width: max-content;
}

.logo-img {
    max-height: 64px;
    width: auto;
}

.btn-p {
    padding: 0.7rem 1.5rem;
}

.btn-fit,
.btn-fit-lg {
    width: 100%;
}

.nav-link {
    color: var(--white) !important;
}

.bg {
    background-color: var(--bg);
}
.bgLight {
    background-color: var(--bgLight);
}

.header {
    /* position: absolute; */
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.custom-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.custom-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.custom-nav-link {
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
    padding: 0.25rem 0;
    transition: color 0.25s ease;
}

.custom-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    transition: width 0.25s ease;
}

.custom-nav-link:hover,
.custom-nav-link.active {
    color: var(--gold);
}

.custom-nav-link:hover::after,
.custom-nav-link.active::after {
    width: 100%;
}

.menu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.6rem;
    width: 2.75rem;
    height: 2.75rem;
    background-color: transparent;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--gold);
}

.sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 340px);
    height: 100vh;
    background: linear-gradient(180deg, #08133d 0%, #030826 100%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 1rem 1rem 1.5rem;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0.8rem;
}

.sidebar-close {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: var(--white);
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close:hover,
.sidebar-close:focus-visible {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--gold);
}

.sidebar-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.sidebar-nav-link {
    text-decoration: none;
    color: var(--white);
    font-size: 1.06rem;
    font-weight: 500;
    padding: 0.72rem 0.55rem;
    border-radius: 0.5rem;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.sidebar-nav-link:hover,
.sidebar-nav-link.active {
    color: var(--gold);
    background-color: rgba(203, 162, 92, 0.18);
}

body.sidebar-open {
    overflow: hidden;
}

body.sidebar-open .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.sidebar-open .mobile-sidebar {
    transform: translateX(0);
}

.banner_section {
    display: flex;
    align-items: center;
    min-height: clamp(460px, 80vh, 700px);
    overflow: hidden;
}

.banner_text {
    font-size: clamp(2rem, 4.8vw, 3.75rem);
    line-height: 1.15;
}

.banner_img {
    max-width: min(100%, 540px);
    transform: scale(1.05);
}

/* services  */
.card-bg {
    background-color: #171d48;
    color: var(--white);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.text-muted {
    color: #aba7a7 !important;
}

/* services  */

/* Choose us  */
.choose_img {
    object-fit: contain;
}

/* Choose us  */

.section-image {
    max-height: 460px;
    object-fit: cover;
    border-radius: 1rem;
}

/* client  */
.swiper {
    height: auto;
    padding-bottom: 2rem;
}

.swiper-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.testimonial-item {
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
}

.testimonial-item .testimonial-img {
    width: 70px;
    border-radius: 50%;
    /* margin: -40px 0 0 40px; */
    position: relative;
    z-index: 2;
    border: 6px solid #f9f9f9;
}

.testimonial-item .testimonial-name {
    margin: 10px 0 5px 10px;
}

.testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 5px;
}

.testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, #444444, transparent 20%);
    margin: 0 0 0 5px;
}

.testimonial-item .fa-quote-left,
.testimonial-item .fa-quote-right {
    color: color-mix(in srgb, #10bc69, transparent 50%);
    font-size: 26px;
    line-height: 0;
}

.testimonial-item .fa-quote-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonial-item .fa-quote-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonial-item p {
    font-style: italic;
    margin: 0 12px;
    padding: 20px 20px 60px 20px;
    background: color-mix(in srgb, #444444, transparent 87%);
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

/* client  */

@media (max-width: 991.98px) {
    .logo-img {
        max-height: 56px;
    }

    .custom-navbar {
        padding: 0.65rem 0;
    }

    .banner_section {
        min-height: auto;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .banner_img {
        max-width: 430px;
        transform: none;
    }

    .section-image {
        max-height: 380px;
    }
}

@media (max-width: 575.98px) {
    .btn-p {
        padding: 0.65rem 1.1rem;
    }

    .testimonial-item p {
        margin: 0;
        padding: 18px 16px 48px;
    }
}

@media (min-width: 576px) {
    .btn-fit {
        width: auto;
    }
}

@media (min-width: 992px) {
    .btn-fit-lg {
        width: auto;
    }

    .menu-toggle,
    .mobile-sidebar,
    .sidebar-backdrop {
        display: none;
    }
}

#whats_app_icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 111;
    transform: translateY(0);
    transition: bottom 0.3s ease-in-out;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input:focus, textarea:focus {
    box-shadow: none !important;
}

/* Small devices  */

@media (max-width: 400.98px) {
    .logo-img {
        width: 140px;
    }

    .header a.btn-p {
        padding: 0.45rem 0.8rem;
    }

    .banner_img {
        max-width: 360px;
    }
}