/********** AZELREG EXPERTS - CUSTOM STYLE **********/

:root {
    --primary: #0f4c5c;
    --primary-dark: #0b3945;
    --secondary: #2c7a7b;
    --accent: #c8a96b;
    --accent-dark: #b7924d;
    --light: #f5f8f9;
    --white: #ffffff;
    --dark: #15232d;
    --text: #5b6770;
    --border: #e5ecef;
    --shadow-sm: 0 8px 24px rgba(15, 76, 92, 0.08);
    --shadow-md: 0 15px 40px rgba(15, 76, 92, 0.12);
    --shadow-lg: 0 25px 70px rgba(15, 76, 92, 0.18);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.7;
}

.logo {
    height: 80px;
    width: auto;
}

@media (max-width: 768px) {
    .logo {
        height: 55px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: var(--dark);
    font-weight: 700;
}

p {
    color: var(--text);
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
}

.section-space {
    padding: 100px 0;
}

.section-bg {
    background: linear-gradient(180deg, #fbfcfd 0%, #f5f8f9 100%);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
}

.section-heading.text-start {
    margin: 0 0 30px;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--accent-dark);
    background: rgba(200, 169, 107, 0.12);
    border: 1px solid rgba(200, 169, 107, 0.22);
    padding: 8px 14px;
    border-radius: 40px;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 18px;
}

.section-heading p,
.lead-text {
    font-size: 1.06rem;
}

.topbar {
    background: var(--primary-dark);
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.topbar-left a,
.topbar-left span,
.topbar-right a {
    color: rgba(255, 255, 255, 0.86);
}

.topbar-left i,
.topbar-right i {
    margin-right: 8px;
    color: var(--accent);
}

.topbar-right a:hover,
.topbar-left a:hover {
    color: var(--white);
}

.header-area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.custom-navbar {
    padding: 18px 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-main {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

.brand-sub {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-top: 4px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 600;
    font-size: 15px;
    margin-left: 22px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: var(--transition);
}

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

.btn-brand {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.btn-brand:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-sm-rounded {
    padding: 11px 22px;
}

.btn-outline-light-custom {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: var(--white);
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.06);
}

.btn-outline-light-custom:hover {
    background: var(--white);
    color: var(--primary);
}

.btn-light-gold {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 700;
    border: none;
}

.btn-light-gold:hover {
    color: var(--white);
    background: var(--accent-dark);
    transform: translateY(-2px);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(rgba(7, 33, 40, 0.72), rgba(7, 33, 40, 0.78)),
        url("../img/hero.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 107, 0.18), transparent 25%),
        radial-gradient(circle at bottom left, rgba(44, 122, 123, 0.22), transparent 30%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding: 70px 0;
}

.hero-badge {
    display: inline-block;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.hero-content h1 {
    font-size: 4rem;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 24px;
    max-width: 850px;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.08rem;
    max-width: 760px;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.hero-stats .stat-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-md);
    padding: 20px;
    height: 100%;
    backdrop-filter: blur(5px);
}

.hero-stats .stat-box h3 {
    color: var(--accent);
    font-size: 1.45rem;
    margin-bottom: 8px;
}

.hero-stats .stat-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
}

.hero-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: var(--shadow-lg);
}

.hero-card h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.hero-card ul {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.hero-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text);
    margin-bottom: 14px;
    font-weight: 500;
}

.hero-card ul li i {
    color: var(--secondary);
    margin-top: 4px;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    object-fit: cover;
    min-height: 520px;
}

.about-floating-card {
    position: absolute;
    bottom: 25px;
    right: -20px;
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    box-shadow: var(--shadow-md);
    max-width: 220px;
}

.about-floating-card span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-floating-card h5 {
    margin: 8px 0 0;
    font-size: 1.2rem;
}

.mini-feature {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px 18px;
    text-align: center;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.mini-feature:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.mini-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(15, 76, 92, 0.12), rgba(44, 122, 123, 0.12));
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
}

.mini-feature h6 {
    margin: 0;
    font-size: 1rem;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 34px 28px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
    box-shadow: 0 12px 28px rgba(15, 76, 92, 0.18);
}

.service-card h4 {
    font-size: 1.45rem;
    margin-bottom: 14px;
}

.mission-list {
    margin-top: 28px;
}

.mission-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    background: #fbfcfd;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 15px 18px;
}

.mission-item i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(15, 76, 92, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mission-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.mission-card-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    padding: 28px;
    color: var(--white);
}

.mission-card-header span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.mission-card-header h3 {
    color: var(--white);
    margin: 0;
    font-size: 1.8rem;
}

.mission-card-body {
    padding: 28px;
}

.engagement-box {
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.engagement-box:last-child {
    border-bottom: none;
}

.engagement-box h5 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.cta-section {
    padding: 0 0 100px;
}

.cta-box {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--secondary));
    border-radius: var(--radius-lg);
    padding: 50px;
    box-shadow: var(--shadow-lg);
}

.cta-box h2,
.cta-box p {
    color: var(--white);
}

.cta-box p {
    margin-bottom: 0;
    opacity: 0.88;
}

.contact-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}

.contact-info-card,
.contact-form-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 34px;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.contact-info-card h4,
.contact-form-card h4 {
    font-size: 1.7rem;
    margin-bottom: 24px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(15, 76, 92, 0.12), rgba(44, 122, 123, 0.12));
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-item span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.contact-info-item a,
.contact-info-item p {
    margin: 0;
    color: var(--dark);
    font-weight: 600;
}

.contact-note {
    margin-top: 26px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfcfd, #f5f8f9);
    border: 1px solid var(--border);
}

.contact-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
}

.custom-form-control {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px 18px;
    min-height: 56px;
    color: var(--dark);
    box-shadow: none !important;
}

textarea.custom-form-control {
    min-height: 160px;
    resize: none;
}

.custom-form-control:focus {
    border-color: rgba(15, 76, 92, 0.35);
    box-shadow: 0 0 0 4px rgba(15, 76, 92, 0.08) !important;
}

.footer-area {
    background: #0d1820;
    padding: 70px 0 30px;
}

.footer-brand h4 {
    color: var(--white);
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 480px;
}

.footer-links {
    display: flex;
    justify-content: lg-end;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-area hr {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 30px 0 22px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    z-index: 99;
}

.back-to-top:hover {
    color: var(--white);
    transform: translateY(-3px);
}

@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 3.3rem;
    }
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 80px 0;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-content {
        padding: 120px 0 80px;
    }

    .hero-content h1 {
        font-size: 2.7rem;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 12px 0;
    }

    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }

    .about-image {
        min-height: auto;
    }

    .about-floating-card {
        right: 15px;
        bottom: 15px;
    }

    .cta-box {
        padding: 36px 28px;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 70px 0;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-brand,
    .btn-outline-light-custom,
    .btn-light-gold {
        text-align: center;
        width: 100%;
    }

    .topbar-inner,
    .topbar-left,
    .topbar-right {
        justify-content: center;
    }

    .contact-info-card,
    .contact-form-card,
    .service-card,
    .mission-card {
        padding: 24px;
    }

    .about-floating-card {
        position: static;
        margin-top: 18px;
        max-width: 100%;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
    }
}