@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Alan Sans", sans-serif;
}

:root {
    --text-secondary: #000000;
    --text-primary: #023991;
    --text-light: #ffffff;
    --bx-shadow: #99959530;
    --accordion-bg: #f8f9fa;
    --accordion-border: #dee2e6;
    --accordion-hover: #e2e6ea;
}

body {
    margin-top: 115px;
}

.nav-top {
    height: 40px;
    background-color: var(--text-primary);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    transition: background-color 0.3s linear, box-shadow 0.3s ease, opacity 0.3s ease;
    z-index: 1001;
}

.nav-top .details li {
    color: var(--text-light);
    font-size: 13px;
    padding-top: 4px;
}

.nav-top.scroll {
    display: none;
    visibility: hidden;
    transition: .3s linear
}

.nav-top .social-icon li i {
    color: var(--text-light);
    font-size: 10px;
    border: 2px solid var(--text-light);
    border-radius: 50%;
    padding: 8px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

.nav-top .social-icon li:hover i {
    border: 2px solid var(--text-light);
    color: var(--text-primary);
    background: var(--text-light);
}

#navbar {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    transition: background-color 0.3s linear, box-shadow 0.3s ease, opacity 0.3s ease;
    z-index: 1001;
    text-align: center;
    background-color: #ffffff;
}

#navbar.scrolled {
    top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px #4585ff50;
}

#navbar.hide {
    opacity: 0;
    pointer-events: none;
}


.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 15px;
    color: var(--text-secondary);
    transition: .3s all;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--text-primary);
}


.navbar-toggler,
.navbar-toggler:focus {
    box-shadow: none;
    border: none;
}

.offcanvas-header .btn-close,
.offcanvas-header .btn-close:focus {
    box-shadow: none;
    border: none;

}

.navbar .dropdown .dropdown-menu {
    border: none;
    border-radius: 10PX;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
    transition: .3s linear;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
    background: none;
    color: var(--text-primary);
}

/* home-banner */
.home-banner {
    height: 550px;
    padding: 0px;

}

.home-banner .carousel-item .container {
    position: absolute;
    bottom: 25px;
    left: 100px;
}

.carousel-content {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 1s ease-out forwards;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-banner .carousel-item .carousel-content p {
    font-size: 17px;
    font-weight: bold;
    animation: fadeSlideUp 1s ease-out forwards 0.2s;
    color: var(--text-light);
    transform: translateY(15px) !important;

}

.home-banner .carousel-item .carousel-content h1 {
    font-size: 55px;
    font-weight: bold;
    animation: fadeSlideUp 1s ease-out forwards 0.4s;
    color: var(--text-light);

}

.home-banner .carousel-item .carousel-content h6 {
    font-size: 18px;
    font-weight: lighter;
    animation: fadeSlideUp 1s ease-out forwards 0.6s;
    color: var(--text-light);

}

.home-banner .carousel-item .carousel-content .text-icon {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 175px;
    animation: fadeSlideUp 1s ease-out forwards 0.8s;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.home-banner .carousel-item .carousel-content .text-icon a {
    border-radius: 30px;
    text-decoration: none;
    background: var(--text-light);
    color: var(--text-primary);
    padding: 10px 20px;
    transition: .3s linear;
    z-index: 1000;
}

.home-banner .carousel-item .carousel-content .text-icon i {
    border-radius: 50%;
    text-decoration: none;
    background: var(--text-light);
    color: var(--text-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px 23px 15px 23px;
    transition: .3s linear;
    z-index: 10;
}

.home-banner .carousel-item .carousel-content .text-icon:hover a {
    background: var(--text-primary);
    color: var(--text-light);
    transform: translateX(48px);
}

.home-banner .carousel-item .carousel-content .text-icon:hover i {
    background: var(--text-primary);
    color: var(--text-light);
    transform: translateX(-120px);
}

.home-banner .carousel-item {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.carousel-control-prev,
.carousel-control-next {
    height: 35px;
    margin: auto 0px;
}

.home-banner .carousel-item:nth-child(1) {
    background: linear-gradient(to top, #000000d3 30%, transparent 80%),
        url('./images/banner/home-banner-7.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .carousel-item:nth-child(2) {
    background: linear-gradient(to top, #000000d3 30%, transparent 80%),
        url('./images/banner/home-banner-6.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .carousel-item:nth-child(3) {
    background: linear-gradient(to top, #000000d3 30%, transparent 80%),
        url('./images/banner/home-banner-9.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .home-banner .home-about .about-img {
    width: 400px;
} */

.home-about .about-img {
    /* width: 500px; */
}

.home-about .about-img img {
    border-radius: 10px;
}

.home-about .abt-title {
    color: #838383;
}

.home-about .about-content h4 {
    color: var(--text-primary);
    font-size: 40px;
}

.home-about .about-content .about-btn {
    display: flex;
    width: 175px;
    transition: .3s linear;
}

.home-about .about-content .about-btn a {
    border-radius: 30px;
    text-decoration: none;
    background: var(--text-light);
    color: var(--text-primary);
    padding: 10px 20px;
    transition: .3s linear;
    z-index: 1000;
    border: 1px solid;
}

.home-about .about-content .about-btn i {
    border-radius: 50%;
    text-decoration: none;
    background: var(--text-light);
    color: var(--text-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px 23px 15px 23px;
    transition: .3s linear;
    z-index: 10;
    border: 1px solid;
}

.home-about .about-content .about-btn:hover a {
    background: var(--text-primary);
    color: var(--text-light);
    transform: translateX(51px);
    border: 1px solid var(--text-primary);
}

.home-about .about-content .about-btn:hover i {
    background: var(--text-primary);
    color: var(--text-light);
    transform: translateX(-120px);
    border: 1px solid var(--text-primary);
}



.circle-btn {
    width: 220px;
    height: 220px;
    border: 1px solid #9fb3bf;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.circle-btn:hover {
    border: none;
}

/* Arrow */
.circle-btn span.arrow {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
    transform: rotate(-45deg);
    transition: 0.3s ease;
    z-index: 3;
    position: relative;
    color: var(--text-primary);
}

.circle-btn:hover span.arrow {
    transform: rotate(0deg);
}

/* Text */
.circle-btn p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    transition: 0.3s ease;
    z-index: 3;
    position: relative;
}

/* Top bubble */
.circle-btn::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0148b9;
    border-radius: 50%;
    transition: top 0.5s ease;
    z-index: 3;
}

/* Bottom bubble */
.circle-btn::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #023991;
    border-radius: 50%;
    transition: bottom 0.5s ease;
    z-index: 1;
}

/* Hover effect: bubbles rise and meet */
.circle-btn:hover::before {
    top: -20%;
}

.circle-btn:hover::after {
    bottom: 0%;
}

.circle-btn:hover span.arrow,
.circle-btn:hover p {
    color: #fff;
}

.services-content .badge h3 {
    font-weight: 700;
    padding-bottom: 20px;
    color: var(--text-secondary);
}

.services-content h4 {
    font-weight: 600;
    color: var(--text-primary);

}

.services-content p {
    font-size: 15px;
    line-height: 1.7;
}

.service-section-2 {
    /* position: relative; */
    background: #0148b920;
}

/* 
.service-image {
    position: sticky;
    top: 100px;
    height: fit-content;
    transition: .3s linear;
} */

.service-image img {
    max-width: 100%;
    height: auto;
}


.service-item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: color 0.3s linear;
}

.service-item:hover h3 {
    transition: .3s linear;
    color: var(--text-primary);
}


.export-process {
    background: linear-gradient(0deg, #000000cf),
        url('./images/banner/home-banner-4.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.export-process .carousel,
.export-process .carousel-item,
.export-process .card {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Make the carousel caption transparent */
.export-process .carousel-caption-center {
    background-color: transparent !important;
}

/* Optional: remove shadow and borders */
.export-process .card {
    border: none !important;
    box-shadow: none !important;
}

.export-process h3 {
    font-weight: 600;
    color: var(--text-light);
}

.export-process p {
    font-size: 1.1rem;
    font-weight: l;
    color: var(--text-light);
}

.export-process .carousel-caption-center {
    background: none;
}

.export-process .carousel .carousel-control-prev,
.export-process .carousel .carousel-control-next {
    visibility: hidden;
    transition: .3s linear;
}

.export-process .carousel:hover .carousel-control-prev,
.export-process .carousel:hover .carousel-control-next {
    visibility: visible;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-170%);
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
    background-color: #02399175;
    color: var(--text-light);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: var(--text-primary);
    color: var(--text-light);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    font-weight: bold;

}

.carousel-item {
    position: relative;
    overflow: hidden;
}

.carousel-caption-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
    max-width: 90%;
}

.carousel-caption-center h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;

}

.carousel-caption-center p {
    font-size: 1rem;
    margin: 0;
    color: #fff;

}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.export-process .btn {
    background-color: var(--text-primary);
    color: var(--text-light);
    padding: 10px 15px;
    transition: .3s all;
    font-size: 16px;
}

.export-process .btn:hover {
    background-color: var(--text-light);
    color: var(--text-primary);
}

.projects-section {
    text-align: center;
    padding: 80px 20px;
    background: #0148b920;
}

.subtitle {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.projects-header h2 {
    font-size: 34px;
    font-weight: 700;
}

.projects-header h2 span {
    color: var(--text-primary);
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 60px auto;
    max-width: 1100px;
}

.projects-container .card-detail .card-detail-h3 {
    transition: .3s linear;
    color: var(--text-primary);
}

.project-card:hover~.card-detail-h3 {
    transform: translateY(-10px);
    display: none;
}

.project-card {
    position: relative;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 25px rgba(0 0 0 / 40%);
    cursor: pointer;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-card:hover {
    /* transform: translateY(-8px); */
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    transition: all 0.4s ease;
}

.project-card:hover .overlay {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
}

.project-card h3 {
    position: relative;
    color: #fff;
    visibility: hidden;
    font-size: 20px;
    font-weight: 600;
    z-index: 2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    transition: color 0.3s linear;
}

.project-card:hover h3 {
    visibility: visible;
}

.project-card:hover h3 {
    color: #fff;
}

.shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;

}

.project-card:hover .shine {
    opacity: 1;
    animation: shineMove 1.3s ease forwards;
}

@keyframes shineMove {
    0% {
        left: -75%;
    }

    50% {
        left: 125%;
    }

    100% {
        left: -75%;
    }
}

/* .view-btn {
    background-color: var(--text-primary);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 30px;
    cursor: pointer;
    transition: background .3s linear, transform .3s ease;
}

.view-btn:hover {
    background-color: var(--text-light);
    color: var(--text-primary);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
} */

.textiles {
    background-image: url('./images/images/textiles.webp');
}

.agriculture {
    background-image: url('./images/images/agricultural-goods.webp');
}

.machinery {
    background-image: url('./images/images/industrial-machinery-and-equipment.webp');
}

.products {
    background-image: url('./images/images/industrial-products.webp');
}

.steel {
    background-image: url('./images/images/steel-extrusions.webp');
}

.spices {
    background-image: url('./images/images/spices.webp');
}

.construction {
    background-image: url('./images/images/construction-materials.webp');
}

.accordion {
    /* background-color: var(--accordion-bg); */
    border-radius: 8px;
    box-shadow: 0 4px 12px var(--bx-shadow);
    padding: 1rem;
}

.accordion-item {
    border: 1px solid var(--accordion-border);
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-button {
    background-color: var(--text-light);
    color: var(--text-primary);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 1rem 1.25rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: var(--text-light);
    color: var(--text-primary);
}

.accordion-button:hover {
    background-color: var(--text-primary);
    color: var(--accordion-hover);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--accordion-border);
}

.accordion-body {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 1rem 1.25rem;
    background-color: var(--text-light);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23023991' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: background-image 0.3s ease;
}

.accordion-button:hover::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1 .708 0L8 5.707l5.646 5.647a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1-.708 0l-6 6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

footer {
    background: linear-gradient(to top, #023991d1),
        url('./images/banner/footer-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

footer .footer-brand img {
    width: 140px;
    height: 80px;
}

footer .footer-brand p {
    color: var(--text-light);
}

footer h3 {
    color: var(--text-light);
}

footer ul li a {
    color: var(--text-light);
    transition: .3s linear;
}

footer ul li a:hover {
    /* color: #ff0000; */
}

footer .copy-rights {
    /* font-size: 13px; */
    color: #d1d1d1;
}

footer .designed {
    /* font-size: 13px; */
    color: #d1d1d1;

}

.contact-section {
    background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
    color: var(--text-secondary);
}

.contact-card {
    background-color: var(--text-light);
    border-radius: 20px;
    box-shadow: 0 4px 15px var(--bx-shadow);
    transition: all 0.3s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px var(--bx-shadow);
}

.text-primary {
    color: var(--text-primary) !important;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #dee2e6;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: var(--text-primary);
    box-shadow: 0 0 5px rgba(2, 57, 145, 0.3);
}

.btn-primary {
    background-color: var(--text-primary);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #012a73;
}

.contact-link {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-policy-section {
    background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
    color: var(--text-secondary);
}

.policy-card {
    background-color: var(--text-light);
    border-radius: 20px;
    box-shadow: 0 4px 15px var(--bx-shadow);
    transition: all 0.3s ease-in-out;
}

.policy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px var(--bx-shadow);
}

.text-primary {
    color: var(--text-primary) !important;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.custom-list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: var(--text-primary);
    font-size: 1.1rem;
    top: 2px;
}

.policy-card h2,
.policy-card h4 {
    font-weight: 600;
}

.policy-card p {
    font-size: 1rem;
    color: #333;
}


.terms-section {
    background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
    color: var(--text-secondary);
}

.terms-card {
    background-color: var(--text-light);
    border-radius: 20px;
    box-shadow: 0 4px 15px var(--bx-shadow);
    transition: all 0.3s ease-in-out;
}

.terms-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px var(--bx-shadow);
}

.text-primary {
    color: var(--text-primary) !important;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.custom-list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: var(--text-primary);
    font-size: 1.1rem;
    top: 2px;
}

.terms-card h2,
.terms-card h3 {
    font-weight: 600;
}

.terms-card p {
    font-size: 1rem;
    color: #333;
}

/* about page */

.about-section {
    padding: 80px 0px;

}



.about-card {
    background: var(--text-primary);
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: default;
    height: 230px;
}

.about-card::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 60%;
    height: 300%;
    background: rgba(255, 255, 255, 0.61);
    transform: rotate(45deg);
    transition: all 0.7s ease;
    opacity: 0;
    z-index: 2;
}

.about-card:hover::after {
    top: 120%;
    left: 120%;
    opacity: 1;
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(2 57 145 / 55%);
    border: 1px solid var(--text-primary);
    background: var(--text-light);

}

.about-card h3 {
    color: var(--text-light);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.about-card:hover h3 {
    color: var(--text-primary);
}

.about-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
    position: relative;
    z-index: 3;
    text-align: justify;
}

.about-card:hover p {
    color: var(--text-secondary);
}

/* export process */

.intro {
    position: relative;
    background: #0a68ff;
}

.intro .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.intro h1 {
    font-size: 3rem;
    font-weight: 600;
}

.intro p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-top: 15px;
}

/* ===== Section Common Style ===== */
.process-section {
    height: 400px;
}

.section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(85%);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.section-img:hover {
    transform: scale(1.1);
    filter: brightness(100%);
}

.img-container {
    height: 400px;
    overflow: hidden;
}

.text-box {
    padding: 60px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.text-box h2 {
    color: #0a4d68;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.text-box h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #0a4d68;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.text-box p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-top: 25px;
}

/* Alternating Background Gradients */
.market-research {
    background: linear-gradient(135deg, #eef7fb, #ffffff);
}

.product-selection {
    background: linear-gradient(135deg, #ffffff, #f9fcff);
}

.compliance {
    background: linear-gradient(135deg, #eef7fb, #ffffff);
}

.logistics {
    background: linear-gradient(135deg, #ffffff, #f9fcff);
}

.documentation {
    background: linear-gradient(135deg, #eef7fb, #ffffff);
}

/* services  */


.main-title {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 2.5rem;
}

.export-block {
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

.section-heading {
    background: linear-gradient(90deg, #013588, #0245af, #025beb);
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: 0.5px;
}

.section-content {
    padding: 25px 30px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.section-content ul {
    list-style-type: square;
    margin-top: 15px;
    padding-left: 25px;
}

/* Hover effect */
.export-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width:1024px) {
    body {
        margin-top: 0px;
    }

    .navbar .nav-top {
        display: none !important;
    }

    #navbar {
        top: 0px;
    }

    #navbar.scrolled {
        top: 0px;
        background-color: #ffffff;
        box-shadow: 0px 1px 10px #4585ff50;


    }

    .navbar-nav .nav-item .nav-link {
        padding: 30px 13px;
    }

    .navbar .dropdown .dropdown-menu {
        transition: .3s linear;
        box-shadow: 0px 5px 10px 2px var(--bx-shadow);
        border: none;
        z-index: 100;
    }



    .navbar .dropdown .dropdown-menu .dropdown-item {
        padding: 16px 30px;

    }

    .home-about .about-content h4 {
        color: var(--text-primary);
        font-size: 40px;
    }

}

@media (min-width:769px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width:768px) {
    .home-banner .carousel-item .carousel-content {
        padding-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-banner .carousel-item .container {
        bottom: 40px;
        /* left: 40px; */
    }

    .home-banner .carousel-item .carousel-content p {
        font-size: 13px;
    }

    .home-banner .carousel-item .carousel-content h1 {
        font-size: 25px;
    }

    .home-banner .carousel-item .carousel-content h6 {
        font-size: 14px;
    }

    .home-banner .carousel-item .carousel-content .text-icon {
        width: 175px;

    }

    .home-banner .carousel-item .carousel-content .text-icon a {

        padding: 10px 20px;
        font-size: 10px;
    }

    .home-banner .carousel-item .carousel-content .text-icon i {

        padding: 15px 20px 15px 20px;
        font-size: 10px;
    }

    .home-banner .carousel-item .carousel-content .text-icon:hover a {

        transform: translateX(40px);
    }

    .home-banner .carousel-item .carousel-content .text-icon:hover i {

        transform: translateX(-90px);
    }

    .carousel-content-img {
        margin: auto;
        width: 360px;
    }

    .projects-header h2 {
        font-size: 26px;
    }

    .project-card {
        height: 200px;
    }

    .carousel-caption-center h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #fff;

    }

    .carousel-caption-center p {
        font-size: 12px;
        margin: 0;
        color: #fff;

    }

    .process-section {
        height: auto;
    }

    .img-container {
        height: auto;
    }

    .section-img {
        height: 250px;
        object-fit: cover;
    }

    .text-box {
        padding: 40px 25px;
    }

    .text-box h2 {
        font-size: 1.5rem;
    }

    .text-box p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:425px) {
    .home-banner .carousel-item .container {
        bottom: 70px;
        left: 5px;
        text-align: center;
    }

    .process-section {
        height: auto;
    }

    .row.align-items-center {
        flex-direction: column !important;
    }

    .img-container {
        height: 220px;
        overflow: hidden;
    }

    .section-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-box {
        margin-top: 10px;
        padding: 25px 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    }

    .text-box h2 {
        font-size: 1.35rem;
    }

    .text-box p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

@media (max-width:375px) {
    .home-banner .carousel-item .container {
        bottom: 25px;
        left: 0px;
    }

    .home-banner .home-about .about-img {
        width: 200px;
    }


}

.text-justify {
    text-align: justify;
}

.breadcrumb-bg {

    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/bread-crumb-1.webp');
    background-size: cover;
    background-position: center;
    color: white;
}

.metals-and-extrusion {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/metals-and-extrusion.webp');
    background-size: cover;
    background-position: center;
}

.textiles-and-apparel {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/textiles-and-apparel.webp');
    background-size: cover;
    background-position: center;
}

.Spices {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/spices.webp');
    background-size: cover;
    background-position: center;
}

.other-products-services {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/other-products-&-services.webp');
    background-size: cover;
    background-position: center;
}

.export-process {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/export-process.webp');
    background-size: cover;
    background-position: center;
}

.terms-services {
    background: linear-gradient(to right, #000000d3 0%, transparent 100%), url('./images/breadcrumb/terms-services.webp');
    background-size: cover;
    background-position: center;
}

.breadcrumb-bg .container {
    padding: 50px 0px;
}

.breadcrumb-bg h1 {
    font-size: 2rem;
    font-weight: bold;
}

.breadcrumb-bg .breadcrumb {
    background: var(--bx-shadow);
    width: max-content;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--text-light);
    content: var(--bs-breadcrumb-divider, "-");
}

.breadcrumb-bg .breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-bg .breadcrumb-item a:hover {
    color: #025beb;
}

.breadcrumb-bg .breadcrumb-item.active {
    color: #f0f0f0;
}

/* Fast cursor - main dot */
.cursor-fast {
    position: fixed;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(45deg, #013588, #0245af, #025beb);
    box-shadow: 0 0 10px #013588, 0 0 20px #025beb;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

/* Trailing particles */
.cursor-trail {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/* Hover effect on interactive elements */
button:hover~.cursor-fast,
button:hover~.cursor-trail {
    transform: translate(-50%, -50%) scale(2);
    background: linear-gradient(45deg, #013588, #0245af, #025beb);
    box-shadow: 0 0 20px #013588, 0 0 30px #025beb;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    background-color: #023991;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s ease;
    padding: 10px 12px;
}

#scrollToTopBtn:hover {
    background-color: #2d74f8;
}