:root {
    --primary: #101585;
    --secondary: #dff994;
    --dark-bg: #061d24;
    --accent-light: #ffffff;
    --accent-gray: #f8f9fa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #848484;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    background: var(--dark-bg);
    word-wrap: break-word;
    overflow-x: hidden;
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}

/* ================= PRE HEADER ================= */
.pre-header {
    background-color: var(--dark-bg);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.pre-header span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.pre-header span:hover {
    color: var(--secondary);
}

.pre-header i {
    font-size: 12px;
    color: var(--secondary);
    width: 16px;
    text-align: center;
}

.pre-header a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}

.pre-header a:hover {
    background: var(--secondary);
    color: #000;
    transform: translateY(-2px);
    text-decoration: none;
}
.main-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 40px;
    transition: all 0.3s ease;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    background: rgba(6, 29, 36, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.main-header.sticky .pre-header {
    display: none;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--secondary) !important;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: var(--secondary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

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

.text-accent {
    color: var(--secondary);
}

/* ================= HEADER QUOTE BUTTON ================= */
.btn-header-quote {
    background: var(--secondary);
    color: #000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-header-quote:hover {
    background: #c8e682;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(223, 249, 148, 0.3);
    color: #000;
}

/* ================= BANNER BUTTONS ================= */
.banner-buttons .btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
}

.banner-buttons .btn-primary {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
    backdrop-filter: blur(10px);
}

.banner-buttons .btn-primary:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.banner-buttons .btn-accent {
    background: var(--secondary);
    color: #000;
    border-color: var(--secondary);
}

.banner-buttons .btn-accent:hover {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(223, 249, 148, 0.3);
}

.hero {
    height: 100vh;
    position: relative;
}
.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.service-box {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.stats {
    background: var(--primary);
}

.footer {
    background: #0b0f3c;
}
.gallery-box {
    width: 50px;
    height: 50px;
    background: #333;
}

#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--secondary);
    border: none;
    padding: 10px;
    display: none;
}

/* ================= PRE HEADER ================= */
.pre-header {
    background-color: #0c1b3a;
    font-size: 13px;
    padding: 14px 0;
}

/* ================= HEADER ================= */
.main-header {
    top: 50px;
    z-index: 10;
}

/* ================= BANNER ================= */
.banner-section {
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.banner-title {
    font-size: 52px;
    font-weight: 700;
}

.banner-text {
    font-size: 16px;
    line-height: 1.7;
    max-width: 550px;
}

.about-section {
    background: var(--dark-bg);
    position: relative;
}

.about-title {
    font-weight: 800;
    letter-spacing: 1px;
}

.title-line {
    width: 60px;
    height: 2px;
    background: var(--primary);
    margin: 15px auto 0;
}

.about-text {
    color: #777;
    max-width: 700px;
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
}

.about-card {
    border: 1px solid #eee;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
}

.about-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.about-card .icon {
    font-size: 40px;
    color: #101585;
}

.about-card h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.about-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ================= SPECIAL SERVICES ================= */
.special-services {
    background: var(--dark-bg);
    position: relative;
}

.special-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
    pointer-events: none;
}

.service-intro {
    font-size: 15px;
    line-height: 1.8;
}

.vertical-line {
    width: 2px;
    height: 70px;
    background: var(--primary);
    margin: auto;
}

.service-box {
    border: 1px solid rgba(223, 249, 148, 0.2);
    padding: 35px;
    color: #fff;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.service-box:hover::before {
    left: 100%;
}

.service-box:hover {
    background: rgba(223, 249, 148, 0.05);
    transform: translateY(-8px);
    border-color: var(--secondary);
    box-shadow: 0 10px 30px rgba(223, 249, 148, 0.2);
}

.service-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.service-box h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box p {
    font-size: 14px;
    color: #ddd;
    line-height: 1.7;
}
/* statics section  */
.stats-section {
    padding: 100px 0;
    background: url("../img/count-bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.stats-title {
    font-weight: 800;
    margin-bottom: 60px;
}

.stats-title span {
    color: var(--primary);
}

.counter {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 10px;
}

.counter-label {
    display: inline-block;
    background: var(--primary);
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
}

/* ---- why choose us -------- */
.why-choose-section {
    background: #fff;
}

.section-title {
    font-weight: 800;
}

.title-line {
    width: 60px;
    height: 2px;
    background: var(--primary);
}

.choose-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.choose-icon {
    width: 55px;
    height: 55px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #101585;
    flex-shrink: 0;
}

.choose-item h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.choose-item p {
    font-size: 14px;
    color: #777;
}

.quote-form .form-control {
    padding: 12px;
    border-radius: 0;
    font-size: 14px;
}

.quote-form button {
    border-radius: 0;
    padding: 12px 35px;
}

/* partners section  */
.partner-section {
    background: #0b0f3c;
    padding: 60px 0;
    overflow: hidden;
}

.logo-slider {
    width: 100%;
    position: relative;
}

.logo-track {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 25s linear infinite;
}

.logo-item {
    width: 250px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.02);
}

.logo-item img {
    max-height: 40px;
    max-width: 160px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 5));
    }
}

/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
    background: linear-gradient(
        135deg,
        var(--dark-bg) 0%,
        rgba(16, 21, 133, 0.3) 100%
    );
    position: relative;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 29, 36, 0.8);
    pointer-events: none;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    padding: 40px;
    border-radius: 18px;
    color: #fff;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(223, 249, 148, 0.1);
    border-color: var(--secondary);
}

.testimonial-card .quote {
    position: absolute;
    top: -20px;
    right: 30px;
    font-size: 80px;
    opacity: 0.1;
    color: var(--secondary);
}

.testimonial-card h5 {
    margin-bottom: 15px;
    color: var(--secondary);
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #d6d6d6;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.testimonial-user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--secondary);
}

.testimonial-user h6 {
    color: var(--secondary);
    margin-bottom: 0;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background: var(--secondary);
    transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(223, 249, 148, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: var(--secondary);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(0);
}

/* ----- blog ----- */
.blog-section {
    background: #081c26;
}

.blog-feature img {
    width: 100%;
    border-radius: 18px;
    height: 350px;
    object-fit: cover;
}

.blog-image {
    position: relative;
}

.blog-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.blog-text {
    color: #cfd8dc;
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0;
}

.blog-read {
    color: #ff4d00;
    text-decoration: none;
    font-weight: 500;
}

.blog-list-item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-list-item img {
    width: 90px;
    height: 90px;
    border-radius: 14px;
    object-fit: cover;
}

.blog-date-inline {
    font-size: 13px;
    color: #b0bec5;
}

.blog-list-item h6 {
    margin: 5px 0 8px;
}

/* footer design  */
.footer-main {
    background: #0b0f3c;
}

.footer-top {
    padding: 30px 0;
}

.footer-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary);
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #dff994;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.footer-gallery img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.newsletter input {
    border-radius: 0;
}

.footer-bottom {
    background: #121744;
    padding: 15px 0;
}

/* Scroll Top */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--primary);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: none;
}

/* ================= MODERN LOADING SCREEN ================= */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loading.hidden {
    opacity: 0;
    pointer-events: none;
}

.loader-container {
    text-align: center;
    position: relative;
}

.loader-logo {
    margin-bottom: 30px;
    animation: logoFloat 2s ease-in-out infinite;
}

.loader-logo img {
    max-height: 80px;
    filter: brightness(0) invert(1);
}

.loader-spinner {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
}

.spinner-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.spinner-ring:nth-child(1) {
    border-top-color: var(--secondary);
    animation-duration: 2s;
}

.spinner-ring:nth-child(2) {
    border-right-color: var(--secondary);
    animation-duration: 1.5s;
    animation-direction: reverse;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.spinner-ring:nth-child(3) {
    border-bottom-color: var(--secondary);
    animation-duration: 1s;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

.loader-text h4 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}

.loader-text p {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    animation: textPulse 2s ease-in-out infinite;
}

@keyframes logoFloat {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0%,
    100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================= ENHANCED STATISTICS SECTION ================= */
.stats-overlay {
    /* position: absolute; */
    inset: 0;
    background: rgb(106 161 177 / 05%);
}

/* ================= ENHANCED WHY CHOOSE US ================= */
.why-choose-section {
    background: var(--dark-bg);
    position: relative;
}

/* ================= ENHANCED PARTNERS SECTION ================= */
.partner-section {
    background: var(--dark-bg);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.partner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(16, 21, 133, 0.1) 0%,
        transparent 50%,
        rgba(223, 249, 148, 0.05) 100%
    );
    pointer-events: none;
}

.partner-logo {
    width: 180px;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.partner-logo:hover {
    background: rgba(223, 249, 148, 0.1);
    border-color: var(--secondary);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(223, 249, 148, 0.2);
}

.partner-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.2),
        transparent
    );
    transition: left 0.6s ease;
}

.partner-logo:hover::before {
    left: 100%;
}

.partner-logo img {
    max-width: 120px;
    max-height: 50px;
    object-fit: contain;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.logo-track {
    display: flex;
    width: calc(200px * 12);
    animation: scroll 30s linear infinite;
    gap: 20px;
}

.logo-item {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 5 - 100px));
    }
}

/* ================= ENHANCED TESTIMONIAL SECTION ================= */
.testimonial-section {
    background: linear-gradient(
        135deg,
        var(--dark-bg) 0%,
        rgba(16, 21, 133, 0.3) 100%
    );
    position: relative;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23dff994" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')
        repeat;
    pointer-events: none;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    padding: 40px;
    border-radius: 18px;
    color: #fff;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(223, 249, 148, 0.1);
    border-color: var(--secondary);
}

/* ================= ENHANCED BLOG SECTION ================= */
.blog-section {
    background: var(--dark-bg);
    position: relative;
}

.blog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(16, 21, 133, 0.1) 100%
    );
    pointer-events: none;
}

/* ================= ENHANCED FOOTER ================= */
.footer-main {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary) 100%);
    position: relative;
}

.footer-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 29, 36, 0.9);
    pointer-events: none;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-bottom a {
    text-decoration: none;
}

.footer-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--secondary);
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--secondary);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-links a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background: var(--secondary);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary);
    transform: translateX(5px);
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: var(--secondary);
}

.newsletter input {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}

.newsletter input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(223, 249, 148, 0.25);
    color: #fff;
    outline: none;
}

.newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter button {
    background-color: #dff994;
    border-radius: unset;
}

/* ================= ENHANCED SCROLL TO TOP ================= */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--secondary);
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(223, 249, 148, 0.3);
}

#scrollTopBtn:hover {
    background: #c8e682;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(223, 249, 148, 0.4);
}
/* ================= FONT FAMILIES ================= */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.footer-title,
.banner-title,
.about-title,
.section-title,
.stats-title {
    font-family: "Montserrat", sans-serif;
}
/* ================= MODERN ABOUT SECTION ================= */
.section-badge {
    display: inline-block;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #000;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about-card-modern {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.about-card-modern:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(223, 249, 148, 0.2);
}

.card-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.about-card-modern:hover .card-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.card-icon {
    font-size: 32px;
    color: #000;
}

.card-hover-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.about-card-modern:hover .card-hover-effect {
    left: 100%;
}
/* ================= ABOUT PAGE STYLES ================= */
.page-header {
    height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
}

.page-header-bg {
    position: absolute;
    inset: 0;
    background: url("{{ customAsset("asset/img/about-banners.jpg") }}")
        center/cover no-repeat;
    z-index: 1;
}

.page-header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 29, 36, 0.8);
    z-index: 2;
}

.page-title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.page-subtitle {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--secondary);
}

.about-intro-section {
    background: var(--dark-bg);
    position: relative;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-image-wrapper img {
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        rgba(16, 21, 133, 0.3),
        rgba(223, 249, 148, 0.2)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image-wrapper:hover .image-overlay {
    opacity: 1;
}

.stat-item {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(223, 249, 148, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.mission-vision-section {
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
}

.mission-card,
.vision-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(223, 249, 148, 0.2);
}

.why-choose-about {
    background: var(--dark-bg);
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary);
    box-shadow: 0 15px 30px rgba(223, 249, 148, 0.2);
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon {
    font-size: 28px;
    color: #000;
}

.team-section {
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
}

.team-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(223, 249, 148, 0.2);
}

.team-image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--secondary);
    position: relative;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image {
    transform: scale(1.1);
}

.team-role {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.cta-section {
    background: var(--dark-bg);
    position: relative;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        rgba(16, 21, 133, 0.1) 0%,
        transparent 50%,
        rgba(223, 249, 148, 0.05) 100%
    );
    pointer-events: none;
}

.btn-cta-primary {
    background: var(--secondary);
    color: #000;
    border: 2px solid var(--secondary);
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta-primary:hover {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(223, 249, 148, 0.3);
}

.cta-buttons .btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-buttons .btn-outline-light:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}
.why-choose-section {
    background: var(--dark-bg);
    position: relative;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
    pointer-events: none;
}

.section-title {
    font-weight: 800;
    color: #fff;
}

.title-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border-radius: 2px;
}

.choose-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.choose-item:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
    box-shadow: 0 15px 30px rgba(223, 249, 148, 0.2);
}

.choose-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.choose-item:hover::before {
    left: 100%;
}

.choose-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.choose-item:hover .choose-icon {
    transform: scale(1.1) rotate(5deg);
}

.choose-item h5 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.choose-item p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.7;
}

.quote-form {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.quote-form .form-control {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 0.3s ease;
}

.quote-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(223, 249, 148, 0.25);
    color: #fff;
}

.quote-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.quote-form button {
    border-radius: 10px;
    padding: 15px 40px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border: none;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quote-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(223, 249, 148, 0.3);
}
/* ================= SERVICES PAGE STYLES ================= */

/* Page Header */
.page-header {
    height: 60vh;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920&h=1080&fit=crop")
        center/cover;
    opacity: 0.1;
    z-index: 1;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    z-index: 3;
}

.page-subtitle {
    font-size: 18px;
    opacity: 0.9;
    z-index: 3;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: var(--secondary);
}

/* Services Overview */
.services-overview {
    background: var(--dark-bg);
    position: relative;
}

.service-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.service-image-wrapper img {
    transition: transform 0.3s ease;
}

.service-image-wrapper:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(16, 21, 133, 0.3) 0%,
        rgba(223, 249, 148, 0.2) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-image-wrapper:hover .image-overlay {
    opacity: 1;
}

/* Main Services */
.main-services {
    background: var(--dark-bg);
    position: relative;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(223, 249, 148, 0.15);
}

.service-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(
        135deg,
        var(--secondary) 0%,
        rgba(223, 249, 148, 0.8) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: var(--dark-bg);
    transition: all 0.3s ease;
}

.service-card:hover .service-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-card-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card-text {
    color: #cfd8dc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.service-features-list li {
    color: #cfd8dc;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.service-features-list i {
    margin-right: 10px;
    font-size: 12px;
}

.service-card-link {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-card-link:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Additional Services */
.additional-services {
    background: linear-gradient(
        135deg,
        var(--dark-bg) 0%,
        rgba(16, 21, 133, 0.3) 100%
    );
    position: relative;
}

.additional-service-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.additional-service-item:hover {
    background: rgba(223, 249, 148, 0.05);
    border-color: rgba(223, 249, 148, 0.3);
    transform: translateY(-5px);
}

.service-icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(223, 249, 148, 0.1);
    border: 2px solid var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: var(--secondary);
    transition: all 0.3s ease;
}

.additional-service-item:hover .service-icon-wrapper {
    background: var(--secondary);
    color: var(--dark-bg);
    transform: scale(1.1);
}

.additional-service-item h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.additional-service-item p {
    color: #cfd8dc;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.service-cta {
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark-bg) 100%);
    position: relative;
}

.service-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(223, 249, 148, 0.05);
    pointer-events: none;
}

.service-cta h3 {
    font-size: 28px;
    font-weight: 700;
}

.service-cta p {
    font-size: 16px;
    opacity: 0.9;
}

/* ================= END SERVICES PAGE STYLES ================= */

/* ================= JOIN US PAGE STYLES ================= */
.join-options-section {
    background: var(--dark-bg);
    position: relative;
}

.join-options-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
    pointer-events: none;
}

.join-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.join-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(223, 249, 148, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.join-card:hover::before {
    left: 100%;
}

.join-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(223, 249, 148, 0.2);
}

.join-icon-wrapper {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.join-card:hover .join-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.join-icon {
    font-size: 40px;
    color: #000;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    color: #cfd8dc;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.benefits-list i {
    margin-right: 12px;
    font-size: 14px;
}

.btn-join-primary {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #000;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.btn-join-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(223, 249, 148, 0.3);
    color: #000;
}

.btn-join-secondary {
    background: linear-gradient(45deg, var(--secondary), #c8e682);
    color: #000;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.btn-join-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(200, 230, 130, 0.3);
    color: #000;
}

.why-join-section {
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.1) 0%,
        rgba(6, 29, 36, 0.9) 100%
    );
    position: relative;
}

/* Modal Styles */
.modal-content {
    background: var(--dark-bg);
    border: 1px solid rgba(223, 249, 148, 0.3);
    border-radius: 15px;
}

.modal-header {
    border-bottom: 1px solid rgba(223, 249, 148, 0.2);
    background: linear-gradient(
        45deg,
        rgba(16, 21, 133, 0.3),
        rgba(223, 249, 148, 0.1)
    );
}

.modal-body {
    padding: 30px;
}

.modal-footer {
    border-top: 1px solid rgba(223, 249, 148, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.shipper-form .form-control,
.carrier-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.shipper-form .form-control:focus,
.carrier-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(223, 249, 148, 0.25);
    color: #fff;
}

.shipper-form .form-control::placeholder,
.carrier-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.shipper-form select,
.carrier-form select {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.shipper-form select option,
.carrier-form select option {
    background: var(--dark-bg);
    color: #fff;
}

/* ================= END JOIN US PAGE STYLES ================= */

/* ================= BLOG PAGE STYLES ================= */
.blog-posts-section {
    background: var(--dark-bg);
    position: relative;
}

.featured-post {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-post:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
    box-shadow: 0 15px 40px rgba(223, 249, 148, 0.2);
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-post .blog-image-wrapper img {
    height: 400px;
}

.blog-image-wrapper:hover img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary);
    color: #000;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.blog-meta span {
    color: #cfd8dc;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta i {
    color: var(--secondary);
    font-size: 12px;
}

.featured-post h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.featured-post h2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post h2 a:hover {
    color: var(--secondary);
}

.featured-post p {
    color: #cfd8dc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more-btn {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #fff;
    transform: translateX(5px);
}

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary);
    box-shadow: 0 15px 30px rgba(223, 249, 148, 0.2);
}

.blog-card h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-card h4 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card h4 a:hover {
    color: var(--secondary);
}

.blog-card p {
    color: #cfd8dc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar-widget h5 {
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.search-form {
    position: relative;
}

.search-form input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 50px 12px 15px;
    border-radius: 8px;
    width: 100%;
}

.search-form input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(223, 249, 148, 0.25);
    color: #fff;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.recent-post-item h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.recent-post-item h6 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-item h6 a:hover {
    color: var(--secondary);
}

.recent-post-item small {
    color: #cfd8dc;
    font-size: 13px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 12px;
}

.category-list a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.category-list a:hover {
    color: var(--secondary);
}

.category-list span {
    background: rgba(223, 249, 148, 0.2);
    color: var(--secondary);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
}

.blog-pagination .pagination {
    gap: 10px;
}

.blog-pagination .page-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(223, 249, 148, 0.2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.blog-pagination .page-link:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #000;
}

.blog-pagination .page-item.active .page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #000;
}

/* ================= BLOG DETAILS PAGE STYLES ================= */
.blog-details-section {
    background: var(--dark-bg);
    position: relative;
}

.blog-article {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 40px;
}

.article-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.category-badge {
    background: var(--secondary);
    color: #000;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.meta-item {
    color: #cfd8dc;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-item i {
    color: var(--secondary);
    font-size: 12px;
}

.article-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.article-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.article-content {
    color: #cfd8dc;
    font-size: 16px;
    line-height: 1.7;
}

.article-content .lead {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.article-content h3 {
    color: var(--secondary);
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.article-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.article-content li {
    margin-bottom: 8px;
    color: #cfd8dc;
}

.article-quote {
    background: rgba(223, 249, 148, 0.1);
    border-left: 4px solid var(--secondary);
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

.article-tags {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.article-tags h6 {
    color: var(--secondary);
    margin-bottom: 15px;
}

.tag {
    display: inline-block;
    background: rgba(223, 249, 148, 0.2);
    color: var(--secondary);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: var(--secondary);
    color: #000;
}

.article-share {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.article-share h6 {
    color: var(--secondary);
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.share-btn.facebook {
    background: #3b5998;
    color: #fff;
}

.share-btn.twitter {
    background: #1da1f2;
    color: #fff;
}

.share-btn.linkedin {
    background: #0077b5;
    color: #fff;
}

.share-btn.email {
    background: #ea4335;
    color: #fff;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.comments-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.comments-section h4 {
    color: var(--secondary);
    margin-bottom: 30px;
}

.comment-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment-header h6 {
    color: var(--secondary);
    margin: 0;
    font-weight: 600;
}

.comment-date {
    color: #cfd8dc;
    font-size: 13px;
}

.comment-content p {
    color: #cfd8dc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.reply-btn {
    color: var(--secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.reply-btn:hover {
    color: #fff;
}

.comment-form {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
}

.comment-form h5 {
    color: var(--secondary);
    margin-bottom: 20px;
}

.comment-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
}

.comment-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(223, 249, 148, 0.25);
    color: #fff;
}

.comment-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-widget {
    background: linear-gradient(
        135deg,
        rgba(16, 21, 133, 0.3),
        rgba(223, 249, 148, 0.1)
    );
}

.newsletter-widget p {
    color: #cfd8dc;
    font-size: 14px;
    margin-bottom: 20px;
}

/* ================= END BLOG PAGE STYLES ================= */

/* ================= POLICY PAGES STYLES ================= */
.policy-content-section {
    background: var(--dark-bg);
    position: relative;
}

.policy-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 249, 148, 0.2);
    border-radius: 20px;
    padding: 50px;
    color: #cfd8dc;
    line-height: 1.7;
}

.policy-intro .lead {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.policy-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.policy-section h3 {
    color: var(--secondary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.policy-section h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.policy-section p {
    margin-bottom: 15px;
    font-size: 16px;
}

.policy-section ul {
    margin: 15px 0;
    padding-left: 25px;
}

.policy-section li {
    margin-bottom: 8px;
    color: #cfd8dc;
}

.contact-info {
    background: rgba(223, 249, 148, 0.1);
    border: 1px solid rgba(223, 249, 148, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 8px;
    color: #fff;
}

.contact-info strong {
    color: var(--secondary);
}

/* ================= END POLICY PAGES STYLES ================= */
