/*====================== Inner Page Header ======================*/
.inner-page .header {
    position: sticky;
    top: 0;
}

.inner-page .header .navbar:before {
    border-radius: 0;
}

.inner-page .header .container-fluid {
    width: 100%;
    max-width: 100%;
}

.inner-page .header .navbar {
    border-radius: 0;
}

.inner-page .header .logo {
    margin-block: 0px -20px;
    margin-right: 15px;
    width: 100px;
}


/*====================== Inner Banner ======================*/
.inner-banner-area {
    background: url(../sub-img/inner-banner-bg.jpg) no-repeat center left;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.inner-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 24 24/80%);
    z-index: -1;
}

.inner-banner-area .inner-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 250px;
}

.inner-banner-area .inner-banner-content .theme-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    font-family: "Bricolage Grotesque", sans-serif;
    color: rgb(255 255 255 /95%);
}

.inner-banner-area .inner-banner-content .breadcrumb {
    margin: 8px 0 0 0;
}

.inner-banner-area .inner-banner-content .breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: rgb(255 255 255 /70%);
}

.inner-banner-area .inner-banner-content .breadcrumb .breadcrumb-item.active {
    color: rgb(255 255 255 /70%);
}

.inner-banner-area .inner-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: rgb(255 255 255 /70%);
    opacity: 70%;
}


/*====================== Contact Page ======================*/
.contact-page .contact-section {
    padding: 80px 0;
}

/* ------------- Contact Title ------------- */
.contact-page .contact-section .theme-title-area {
    margin-inline: 25px 0;
}

.contact-page .contact-section .theme-title-area::after {
    background: var(--theme-light);
}

.contact-page .contact-section .theme-title-area .sub-title {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--theme-light);
}

.contact-page .contact-section .theme-title-area .theme-title {
    margin-bottom: 10px;
    font-size: 32px;
    color: #fff;
}

.contact-page .contact-section .theme-title-area p {
    font-size: 15px;
    color: #fff;
}

/* ------------- Contact Details ------------- */
.contact-page .contact-section .contact-details-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
    /*padding: 30px 0;*/
}

.contact-page .contact-section .contact-details-area .contact-details-card {
    padding: 30px 20px 30px 70px;
    border: 1px solid rgb(126 126 126/50%);
    border-radius: 10px;
    position: relative;
}

.contact-page .contact-section .contact-details-area .contact-details-card .contact-icon {
    width: 38px;
    height: 42px;
    object-fit: contain;
    position: absolute;
    left: 20px;
}

.contact-page .contact-section .contact-details-area .contact-details-card .theme-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--theme-color);
}

.contact-page .contact-section .contact-details-area .contact-details-card h6 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--theme-color);
    text-transform: uppercase;
}

.contact-page .contact-section .contact-details-area .contact-details-card p {
    font-weight: 500;
    line-height: 1.4;
    color: var(--theme-dark);
}

.contact-page .contact-section .contact-details-area .contact-details-card p a {
    display: block;
    margin-top: 8px;
    transition: 0.5s;
}

.contact-page .contact-section .contact-details-area .contact-details-card p a:first-child {
    margin-top: 15px;
}

.contact-page .contact-section .contact-details-area .contact-details-card p a:hover {
    color: var(--theme-color);
}

/* ------------- Contact Social ------------- */
.contact-page .social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.contact-page .social-links li a {
    width: 40px;
    aspect-ratio: 1/1;
    border: 1px solid rgb(0 0 0/10%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--theme-dark);
    transition: 0.5s;
}

.contact-page .social-links li a:hover {
    color: var(--theme-color);
}

/* ------------- Contact Form ------------- */
.contact-page .contact-section .contact-form-area {
    overflow: hidden;
    padding: 80px 50px;
    background: var(--theme-color);
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.contact-page .contact-section .contact-form-area::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    background: url(../sub-img/india-map.svg) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    opacity: 15%;
    z-index: -1;
    transition: 0.5s;
    animation: opacity-animate 10s linear infinite;
}

@keyframes opacity-animate {
    0% {
        opacity: 30%;
    }

    50% {
        opacity: 5%;
    }

    100% {
        opacity: 30%;
    }
}

/* ------------- Contact Map ------------- */
/* .contact-page #map{width: 100%;height: 500px;border: 0 solid rgb(126 126 126/80%);border-width: 3px 0;z-index: 0;}
.contact-page #map.leaflet-touch .leaflet-control-attribution{display: none;}
.contact-page #map.leaflet-container img.leaflet-tile{filter: grayscale(0.9);transition: 0.5s;}
.contact-page #map.leaflet-container:hover img.leaflet-tile{filter: grayscale(0.2);} */
.contact-page .map {
    width: 100%;
    height: 500px;
    border: 0 solid rgb(126 126 126/80%);
    border-width: 3px 0;
    z-index: 0;
}

.contact-page .map.leaflet-touch .leaflet-control-attribution {
    display: none;
}

.contact-page .map.leaflet-container img.leaflet-tile {
    filter: grayscale(0.9);
    transition: 0.5s;
}

.contact-page .map.leaflet-container:hover img.leaflet-tile {
    filter: grayscale(0.2);
}

/*====================== Industries Page ======================*/
.industries-page .industries-section {
    padding: 80px 0;
}


/*About Page Start*/
.ourstory-section {
    padding: 80px 0;
}

/* .ourstory-section .about-img{width: 100%;height: 100%;border-radius: 10px;overflow: hidden;position: relative;} */
.ourstory-section .about-img {
    position: sticky;
    top: 200px;
}

.ourstory-section .about-img.height_full {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.ourstory-section .about-img.height_full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    aspect-ratio: unset
}

.ourstory-section .about-img img {
    aspect-ratio: 553 / 635;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.ourstory-section .about-content {
    padding-block: 50px;
}


.values-section {
    background: var(--theme-color);
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.values-section span#valuessecn-img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../img/bg-1.jpg);background-attachment: fixed;background-size: cover;background-blend-mode: luminosity;opacity: 20%;z-index: -1;}
/* .values-section::before {
    content: ''; 
} */

.values-section .values-content {
    padding-block: 80px;
    color: #E5E5E5;
}

.values-section .values-content .theme-title-area .theme-title {
    color: #fff;
}

.values-section .values-content .theme-title-area::after {
    background: var(--theme-light);
}

.theme_light_p p {
    color: #ffffff;
    margin-bottom: 26px;
}

.ov_point_boxx .ov_point_img {
    width: 32px;
    display: flex;
    justify-content: center;
}

.ov_point_boxx .ov_point_img img {
    width: 32px;
    opacity: 84%;
    transition: all 450ms ease;
}

.ov_point_boxx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    background-color: #011e62ad;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
    transition: all 450ms ease;
}

.ov_point_boxx:hover {
    background-color: var(--theme-color);
    transform: translateY(-6px);
}

.ov_point_ttl h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
    transition: all 450ms ease;
    opacity: 84%;
}

.ov_point_ttl p {
    color: #ffffff;
    line-height: 1.4;
    transition: all 450ms ease;
    opacity: 80%;
}

.ov_point_boxx:hover .ov_point_ttl h4,
.ov_point_boxx:hover .ov_point_ttl p,
.ov_point_boxx:hover .ov_point_img img {
    opacity: 100%;
}

.values-section .values-img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    max-width: 48%;
    background-image: url(../sub-img/our-values.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.values-section .values-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.management-card .management-imgarea {
    margin: 10px;
    width: 300px;
    max-width: 300px;
    aspect-ratio: 1/1;
    position: relative;
}

.management-card .management-imgarea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px dashed var(--theme-color2);
    border-radius: 50%;
    animation: 20s linear 0s infinite normal none running rotate;
}

.management-card .management-imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.5s;
}

.management-card .card-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-color);
    line-height: 1.2;
}

.management-card .card-title span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.2px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: var(--theme-dark);
    text-transform: uppercase;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
}


.management-section {
    padding: 80px 0;
}

.management-section .management-card {
    cursor: pointer;
}

.management-section .management-card:hover .management-imgarea img {
    filter: grayscale(1);
}

.about-page .management-offcanvas {
    width: 550px;
    border: none;
}

.about-page .management-offcanvas .offcanvas-body {
    padding: 0;
    padding-inline: 0 !important;
}

.about-page .management-offcanvas .management-canvas-body::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../sub-img/management-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.07;
    z-index: -1;
}

.about-page .management-offcanvas .management-card .management-imgarea {
    width: 200px;
    max-width: 200px;
}

.about-page .management-offcanvas .management-card .card-title {
    font-size: 20px;
}

.about-page .management-offcanvas .management-card .card-title span {
    font-size: 11px;
}

.about-page .management-offcanvas .management-card p {
    margin-bottom: 0;
}

.about-page .management-offcanvas .management-canvas-body {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.offcanvas-header {
    position: absolute;
    top: 10px;
    right: 10px;
}

.offcanvas-header .btn-close {
    background-color: transparent;
    background-image: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent;
    z-index: 2;
    opacity: 1;
    padding: 0;
    transition: all 450ms ease;
}

.offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.offcanvas-header .btn-close::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0%;
    background-color: var(--theme-color);
    transition: all 450ms ease;
    transform: rotate(45deg);
}

.offcanvas-header .btn-close::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: var(--theme-color);
    transition: all 450ms ease;
    left: 0%;
    transform: rotate(-45deg);
}

.offcanvas-header .btn-close:hover::after {
    transform: rotate(-45deg);
}

.offcanvas-header .btn-close:hover::before {
    transform: rotate(45deg);
}


/*Services Details Section Start*/
.services_sec {
    position: relative;
    transition: all 0.6s ease;
}
#sea_freight, #air_freight, #customs_broker, #value_added_services, #sourcing_distribution{
    scroll-margin-top: 85px;
    transition: all 3s cubic-bezier(0.23, 0.05, 0.83, 0.96);
}






.ourstory-section.ser_det_box {
    padding: 0 0 80px;
}

.services_pills_box {
    border-bottom: 1px solid var(--theme-light);
    position: sticky;
    top: 86px;
    z-index: 1;
    background: #ffffff;
    margin-bottom: 80px;
}

.nav-pills .nav-link.active {
    background-color: #ffffff;
    color: #011e6263;
}

.ser_det_point_img img {
    width: 10px;
}

.ser_det_point_box .ser_det_point_info ul h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--theme-color);
    transition: all 550ms ease;
}

.ser_det_point_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    border: 1px solid var(--theme-color);
    height: 100%;
    border-radius: 6px;
    transition: all 550ms ease;
    border: none;
}

.ser_det_point_box:last-child {
    margin-bottom: 30px;
}

.ser_det_point h4.ser_det_point_ttl {
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--theme-dark);
    font-size: 20px;
}

.ser_det_point_ttl+p {
    margin-bottom: 12px;
}

.ser_det_point_info h5 {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 6px;
    color: var(--theme-dark);
    font-size: 18px;
    font-family: "Inter", sans-serif;
    position: relative;
}

.ser_det_point_info p {
    margin-bottom: 0px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    gap: 0;
    transform: translateY(-50%);
    background-color: #ffffff !important;
    margin: 0;
}

.services-pills-slider {
    padding-right: 120px;
}

.services-pills-slider .services-pills span img {
    width: 44px;
    height: 30px;
    transition: all 550ms ease;
    opacity: 70%;
}

.services-pills-slider .services-pills.active span img,
.services-pills-slider .services-pills:hover span img {
    opacity: 100%;
}

.services-pills-slider .item .services-pills {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 500;
    color: #011e6263;
    transition: all 550ms ease;
    padding: 26px 20px;
    position: relative;
    background-color: transparent;
}

.services-pills-slider .item .services-pills.active,
.services-pills-slider .item .services-pills:hover {
    color: var(--theme-color);
}

.services-pills-slider .item .services-pills::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: var(--theme-light);
    z-index: -1;
    transition: all 0.4s ease;
}

.services-pills-slider .item .services-pills.active::after,
.services-pills-slider .item .services-pills:hover::after {
    height: 100%;
}

ul.ser_det_point_info li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background-image: url(../img/arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

ul.ser_det_point_info li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--theme-dark);
    margin-bottom: 6px;
}

ul.ser_det_point_info li strong {
    font-weight: 600;
}

ul.ser_det_point_info.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--theme-color2);
    opacity: 0.5;
    border-radius: 50%;
    top: 8px;
    left: 6px;
    background-image: none;
}

ul.ser_det_point_info li ul {
    margin-top: 6px;
}

ul.ser_det_point_info li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--theme-dark);
    margin-bottom: 6px;
}

ul.ser_det_point_info li ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 9px;
    left: 0;
    border-radius: 50%;
    background-color: var(--theme-color);
}

/*Services Details Section End*/