/*
Theme Name: Integrated Global Export
Author: Yousef Qaoud
Author URI: https://github.com/yousefqaoud
Description: A modern and responsive WordPress theme designed for seamless integration with various plugins and customizable features.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.top-bar-area.top-bar-style-one {
    background: #123126;
}

.top-bar-style-one .social a,
.top-bar-style-one ul li,
.top-bar-style-one ul li a {
    color: rgba(255, 255, 255, 0.88);
}

.site-logo-link img,
.footer-logo-link img {
    display: block;
    height: auto;
    width: auto;
}

.site-logo-link img {
    height: 82px;
    max-height: 82px;
    object-fit: contain;
}

.footer-logo-link img {
    max-height: 128px;
}

.mobile-menu-logo {
    display: none;
    margin: 24px 18px 8px;
}

.mobile-menu-logo img {
    max-height: 54px;
    width: auto;
}

.navbar.validnavs.navbar-default.dark.sticked {
    box-shadow: 0 18px 45px rgba(12, 36, 24, 0.12);
}

.navbar.validnavs.navbar-default.dark ul.nav > li > a {
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 120px;
}

@media (max-width: 1023px) {
    .mobile-menu-logo {
        display: inline-block;
    }
}

.home {
    background:
        radial-gradient(circle at top left, rgba(107, 191, 176, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(241, 181, 67, 0.12), transparent 28%),
        #f7f5ee;
}

.catalog-heading .sub-title {
    letter-spacing: 0.16em;
}

.catalog-home-hero .banner-thumb::after {
    background: linear-gradient(90deg, rgba(10, 27, 19, 0.78) 0%, rgba(10, 27, 19, 0.54) 42%, rgba(10, 27, 19, 0.32) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.catalog-home-hero .content {
    position: relative;
    z-index: 2;
}

.catalog-home-hero .banner-style-one {
    min-height: 760px;
}

.catalog-home-hero .banner-style-one .container,
.catalog-home-hero .banner-style-one .row {
    min-height: 760px;
}

.catalog-hero-panel {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
    max-width: 720px;
    padding: 34px 36px 30px;
}

.catalog-home-hero .info h2 {
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.02;
    margin-bottom: 22px;
}

.catalog-home-hero .info p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.9;
    max-width: 620px;
}

.catalog-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.catalog-hero-tags span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff8e6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.catalog-hero-facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.catalog-hero-facts li {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.6;
    min-height: 100%;
    padding: 16px 18px;
}

.catalog-hero-facts strong {
    color: #ffffff;
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.catalog-about-section {
    position: relative;
}

.catalog-about-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(17, 48, 32, 0.08);
    padding: 36px 38px;
}

.catalog-about-section .about-style-one-thumb img:first-child {
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(16, 36, 25, 0.12);
}

.catalog-about-section .animation-shape img {
    border: 10px solid #f7f5ee;
    border-radius: 24px;
}

.catalog-about-section .top-feature li {
    border-top: 1px solid rgba(19, 71, 54, 0.08);
    margin-top: 22px;
    padding-top: 22px;
}

.catalog-services-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(210, 236, 232, 0.38) 100%),
        #eef6f2;
}

.catalog-services-section .service-style-one-item {
    background: #ffffff;
    border: 1px solid rgba(16, 63, 44, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(18, 45, 31, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-services-section .service-style-one-item:hover {
    box-shadow: 0 24px 56px rgba(18, 45, 31, 0.14);
    transform: translateY(-8px);
}

.catalog-services-section .service-style-one-item .thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.catalog-services-section .service-style-one-item .info {
    padding: 26px 26px 16px;
}

.catalog-services-section .service-style-one-item .top span {
    color: #3b978d;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 8px;
    text-transform: uppercase;
}

.catalog-services-section .btn-angle {
    background: #123126;
    border-radius: 50%;
    bottom: 24px;
    color: #ffffff;
    right: 24px;
}

.catalog-benefits-section {
    overflow: hidden;
    position: relative;
}

.catalog-benefits-section::before {
    background: linear-gradient(90deg, rgba(8, 33, 34, 0.88) 0%, rgba(8, 33, 34, 0.72) 52%, rgba(8, 33, 34, 0.42) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.catalog-benefits-card {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    padding: 42px;
    position: relative;
    z-index: 2;
}

.catalog-products-frame {
    background: linear-gradient(135deg, #113527 0%, #2d827d 100%);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(16, 40, 35, 0.16);
    overflow: hidden;
    padding: 36px;
}

.catalog-products-frame .mask-text {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
}

.catalog-products-frame .product-list-box {
    gap: 16px;
}

.catalog-products-frame .product-list-item {
    margin: 0;
    width: calc(50% - 8px);
}

.catalog-products-frame .product-list-item a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    display: flex;
    gap: 14px;
    padding: 14px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.catalog-products-frame .product-list-item a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.inner-banner-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 110px;
    position: relative;
}

.inner-banner-area::before {
    background: rgba(12, 29, 18, 0.62);
    content: "";
    inset: 0;
    position: absolute;
}

.inner-banner-content {
    position: relative;
    z-index: 1;
}

.inner-banner-content .sub-title {
    color: #dfe9cf;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.inner-banner-content h1 {
    color: #ffffff;
    margin-bottom: 0;
}

.catalog-testimonials-section {
    background-color: #f5f0e6;
}

.catalog-testimonials-section .testimonial-style-one {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(28, 41, 29, 0.09);
    overflow: hidden;
}

.catalog-testimonials-section .testimonial-style-one .thumb img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.catalog-testimonials-section .testimonial-style-one .info {
    padding: 32px;
}

.catalog-gallery-section .gallery-style-one {
    border-radius: 24px;
    overflow: hidden;
}

.catalog-gallery-section .gallery-style-one img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    width: 100%;
}

.catalog-contact-section {
    background:
        linear-gradient(90deg, #f1f6f0 0%, #f1f6f0 52%, #3d8cad 52%, #3d8cad 100%);
}

.catalog-contact-form-card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(20, 43, 34, 0.12);
    padding: 34px;
}

.catalog-contact-form-card img {
    margin-bottom: 20px;
    max-width: 170px;
}

.catalog-contact-info-card {
    background: transparent;
    padding: 20px 12px 20px 0;
}

.catalog-contact-info-card h2,
.catalog-contact-info-card p,
.catalog-contact-info-card a,
.catalog-contact-info-card .title {
    color: #ffffff;
}

.catalog-news-section .blog-style-one {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(16, 40, 35, 0.08);
    overflow: hidden;
}

.catalog-news-section .blog-style-one .thumb img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
    width: 100%;
}

.catalog-news-section .col-xl-3 .blog-style-one {
    min-height: 100%;
}

.catalog-news-section .col-xl-3 .blog-style-one .info {
    padding: 24px;
}

.page-about-layout::before,
.page-contact-layout::before {
    background: linear-gradient(90deg, rgba(11, 35, 28, 0.8) 0%, rgba(11, 35, 28, 0.55) 52%, rgba(11, 35, 28, 0.35) 100%);
}

.page-about-intro .about-style-one-thumb img {
    aspect-ratio: 5 / 6;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(16, 36, 25, 0.14);
    object-fit: cover;
    width: 100%;
}

.page-about-intro .catalog-about-card {
    border-radius: 8px;
}

.page-about-intro .catalog-about-card p {
    color: #4d6154;
    line-height: 1.85;
    margin-bottom: 16px;
}

.page-about-intro .catalog-about-card p:last-child {
    margin-bottom: 0;
}

.page-about-process {
    background:
        linear-gradient(180deg, rgba(210, 236, 232, 0.15), rgba(210, 236, 232, 0.35)),
        #f3f6f2;
}

.export-process-card {
    background: #ffffff;
    border: 1px solid rgba(16, 63, 44, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(17, 43, 32, 0.08);
    min-height: 100%;
    padding: 28px;
}

.export-process-card .step-no {
    color: #3a9185;
    display: inline-block;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
}

.page-about-services {
    background: #eef6f2;
}

.export-map-panel {
    background: #ffffff;
    border: 1px solid rgba(18, 49, 38, 0.1);
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(18, 49, 38, 0.1);
    overflow: hidden;
    padding: 28px;
}

.export-map-visual {
    background:
        linear-gradient(180deg, rgba(216, 236, 235, 0.9), rgba(244, 249, 245, 0.95)),
        #eef6f2;
    border-radius: 8px;
    display: block;
    height: auto;
    min-height: 320px;
    width: 100%;
}

.export-map-visual .map-land {
    fill: #d9e2d2;
    stroke: rgba(18, 49, 38, 0.18);
    stroke-width: 2;
}

.export-map-visual .map-land-soft {
    fill: #e7ecde;
}

.export-map-visual .route-lines path {
    fill: none;
    marker-end: url(#export-arrow);
    stroke: #d49a2f;
    stroke-dasharray: 8 8;
    stroke-linecap: round;
    stroke-width: 4;
}

.export-map-visual marker path {
    fill: #d49a2f;
}

.export-map-visual .map-pin circle {
    fill: #2f88a8;
    stroke: #ffffff;
    stroke-width: 4;
}

.export-map-visual .jordan-pin circle {
    fill: #123126;
}

.export-map-visual .map-pin text {
    fill: #123126;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-anchor: middle;
}

.export-map-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin-top: 24px;
}

.export-map-list span {
    background: #f3f6f2;
    border: 1px solid rgba(18, 49, 38, 0.1);
    border-radius: 8px;
    color: #123126;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
}

.page-about-cta {
    background: linear-gradient(135deg, #123126 0%, #2c8078 100%);
}

.page-about-cta .btn {
    margin-top: 20px;
}

.page-contact-main {
    background:
        linear-gradient(90deg, #edf5ef 0%, #edf5ef 56%, #2f88a8 56%, #2f88a8 100%);
}

.catalog-contact-page-info {
    color: #ffffff;
    padding: 20px 10px 20px 0;
}

.catalog-contact-page-info h2,
.catalog-contact-page-info p,
.catalog-contact-page-info a,
.catalog-contact-page-info strong,
.catalog-contact-page-info span {
    color: #ffffff;
}

.contact-page-info-list {
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.contact-page-info-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 18px;
}

.contact-page-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-page-info-list strong {
    display: block;
    margin-bottom: 8px;
}

.page-contact-guidance {
    background: #f6f1e6;
}

.contact-guidance-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(17, 43, 32, 0.08);
    min-height: 100%;
    padding: 28px;
}

.page-contact-services {
    background: #eef6f2;
}

.service-summary-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 44px rgba(18, 45, 31, 0.08);
    min-height: 100%;
    overflow: hidden;
}

.service-summary-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.service-summary-card h4,
.service-summary-card p,
.service-summary-card a {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
}

.service-summary-card h4 {
    margin-bottom: 12px;
    padding-top: 24px;
}

.service-summary-card p {
    margin-bottom: 18px;
}

.service-summary-card a {
    color: #123126;
    font-weight: 700;
    padding-bottom: 24px;
}

.content-page-entry {
    background: #ffffff;
    border: 1px solid rgba(31, 79, 43, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(18, 37, 22, 0.08);
    padding: 36px;
}

.content-page-image {
    border-radius: 18px;
    margin-bottom: 28px;
    width: 100%;
}

.content-page-lead {
    color: #4c644d;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.content-page-body h2,
.content-page-body h3,
.content-page-body h4 {
    margin-top: 28px;
}

.content-page-body ul {
    margin-bottom: 22px;
    padding-left: 20px;
}

.content-sidebar-card {
    background: #f8fbf5;
    border-radius: 22px;
    margin-bottom: 24px;
    padding: 28px;
}

.content-sidebar-card h4 {
    margin-bottom: 18px;
}

.content-sidebar-card p:last-child {
    margin-bottom: 0;
}

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

.service-link-list li + li {
    margin-top: 10px;
}

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

.product-cat-area .product-list-box {
    align-items: stretch;
}

.product-cat-area .product-list-item a,
.product-cat-area .product-list-item span {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 185px;
    text-align: center;
}

.product-cat-area .product-list-item img {
    border-radius: 0;
    height: 150px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.product-cat-area .product-list-item h5 {
    margin-top: 14px;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

footer.bg-dark {
    background-color: #66aeca !important;
}

.brands-page-hero {
    background-position: center;
}

.gallery-page-hero {
    background-position: center;
}

.gallery-page-area {
    background: #f7f5ee;
}

.gallery-page-heading p {
    color: #5d6d65;
    font-size: 18px;
    line-height: 1.8;
    margin: 22px auto 0;
    max-width: 780px;
}

.gallery-page-shell {
    background: #ffffff;
    border: 1px solid rgba(18, 49, 38, 0.1);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(18, 49, 38, 0.12);
    margin-top: 10px;
    overflow: hidden;
    padding: 18px;
}

.gallery-page-slider {
    overflow: hidden;
    position: relative;
}

.gallery-page-slide {
    aspect-ratio: 16 / 9;
    background: #edf3ef;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.gallery-page-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-page-slide::after {
    background: linear-gradient(180deg, rgba(5, 24, 22, 0) 45%, rgba(5, 24, 22, 0.78) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.gallery-page-slide figcaption {
    bottom: 34px;
    color: #ffffff;
    display: grid;
    gap: 8px;
    left: 34px;
    max-width: min(620px, calc(100% - 68px));
    position: absolute;
    z-index: 2;
}

.gallery-page-slide figcaption span {
    color: #d49a2f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-page-slide figcaption strong {
    font-family: var(--font-secondary);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 1.05;
}

.gallery-page-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    color: #123126;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease;
    width: 48px;
    z-index: 5;
}

.gallery-page-nav:hover {
    background: #d49a2f;
    color: #ffffff;
}

.gallery-page-prev {
    left: 28px;
}

.gallery-page-next {
    right: 28px;
}

.gallery-page-pagination {
    bottom: 20px !important;
}

.gallery-page-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.75);
    opacity: 1;
}

.gallery-page-pagination .swiper-pagination-bullet-active {
    background: #d49a2f;
}

.brands-catalog-area {
    background: #f7f5ee;
}

.brands-catalog-grid {
    align-items: stretch;
}

.brand-catalog-card {
    background: #ffffff;
    border: 1px solid rgba(18, 49, 38, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(18, 49, 38, 0.1);
    color: #123126;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-catalog-card:hover {
    box-shadow: 0 26px 65px rgba(18, 49, 38, 0.16);
    color: #123126;
    transform: translateY(-6px);
}

.brand-catalog-media {
    aspect-ratio: 16 / 10;
    background: #ffffff;
    display: block;
    overflow: hidden;
}

.brand-catalog-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.brand-catalog-content {
    display: grid;
    gap: 10px;
    padding: 24px;
}

.brand-catalog-label {
    color: #d49a2f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-catalog-content strong {
    font-size: 26px;
    line-height: 1.2;
}

.brand-catalog-action {
    align-items: center;
    color: #2f88a8;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
}

.footer-item.about p {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .catalog-home-hero .banner-style-one,
    .catalog-home-hero .banner-style-one .container,
    .catalog-home-hero .banner-style-one .row {
        min-height: auto;
    }

    .catalog-hero-panel {
        margin: 120px 0 80px;
        padding: 28px;
    }

    .catalog-hero-facts {
        grid-template-columns: 1fr;
    }

    .catalog-products-frame .product-list-item {
        width: 100%;
    }

    .catalog-contact-section {
        background: linear-gradient(180deg, #f1f6f0 0%, #f1f6f0 56%, #3d8cad 56%, #3d8cad 100%);
    }

    .catalog-contact-info-card {
        padding: 10px 0 0;
    }

    .page-contact-main {
        background: linear-gradient(180deg, #edf5ef 0%, #edf5ef 54%, #2f88a8 54%, #2f88a8 100%);
    }

    .catalog-contact-page-info {
        padding: 10px 0 0;
    }

    .export-map-panel {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .gallery-page-shell {
        padding: 10px;
    }

    .gallery-page-slide {
        aspect-ratio: 4 / 5;
    }

    .gallery-page-slide figcaption {
        bottom: 24px;
        left: 22px;
        max-width: calc(100% - 44px);
    }

    .gallery-page-nav {
        height: 40px;
        width: 40px;
    }

    .gallery-page-prev {
        left: 18px;
    }

    .gallery-page-next {
        right: 18px;
    }

    .inner-banner-area {
        padding: 130px 0 90px;
    }

    .content-page-entry {
        padding: 24px;
    }

    .site-logo-link img {
        height: auto;
        max-height: 52px;
    }

    .footer-logo-link img {
        max-height: 96px;
    }

    .catalog-hero-panel {
        border-radius: 22px;
        margin: 110px 0 60px;
        padding: 24px 20px;
    }

    .catalog-home-hero .info h2 {
        font-size: 34px;
    }

    .catalog-about-card,
    .catalog-benefits-card,
    .catalog-contact-form-card {
        padding: 24px;
    }

    .catalog-products-frame {
        border-radius: 24px;
        padding: 24px;
    }

    .page-about-intro .catalog-about-card {
        margin-top: 26px;
    }

    .export-map-visual {
        min-height: 230px;
    }

    .export-map-visual .map-pin text {
        font-size: 24px;
    }
}
