/* 
Theme Name: Tramontina
Theme URI: https://example.tk
Author: Me
Author URI: https://example.tk
Description: This is my custom theme
Version: 1.0
 */
@import url('../twentytwentyfive/style.css');
@import url('../Tramontina/css/variables.css');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Commissioner", serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

::selection {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.container-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to top, rgb(0 40 120 / 80%), rgb(0 40 120 / 80%));
    padding: 75px;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.quote-button:hover {
    background-color: #fff;
    color: #002878;
    border: 2px solid #002878;
}

.quote-button:hover .right-arrow-img path {
    fill: #002878
}

.container-box-new {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*background-image: linear-gradient(to top, rgb(0 40 120 / 80%), rgb(0 40 120 / 80%));
    padding: 75px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.background-video-new {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    object-fit: cover;
    z-index: -1;
    /* position:relative; */
    width: 100%;
    height: 100%;
}

.logo-section {
    margin: 0 auto 50px;
    color: transparent;
}

.logo-section image:focus,
.logo-section image:focus-visible {
    border: none;
}

.container-box .logo-image {
    width: 100%;
    max-width: 406px;
}

.title {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto 50px;
    color: var(--secondary-color);
    font-size: var(--xxxl-h1-font-size);
    line-height: var(--xxxl-h1-line-height);
    font-weight: 700;
    text-transform: uppercase;
}

.banner-title {
    word-spacing: 0px;
    letter-spacing: 0px;
    width: 100%;
    margin: 30px auto 30px;
    color: var(--secondary-color);
    font-size: var(--xxxl-h1-font-size);
    line-height: var(--xxxl-h1-line-height);
    font-weight: 700;
    text-transform: uppercase;
}

.description {
    width: 100%;
    padding: 35px 0px 20px 0px;
    margin: 0 auto 50px;
    color: var(--secondary-color);
    font-size: var(--xxxl-p1-font-size);
    line-height: var(--xxxl-p1-line-height);
    font-weight: 400;
}

.banner-description {
    width: 100%;
    margin: 0 auto 30px;
    color: var(--secondary-color);
    font-size: var(--xxxl-p1-font-size);
    line-height: var(--xxxl-p1-line-height);
    font-weight: 400;
}

.cnt-button {
    padding: 16px 32px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    border: 2px solid transparent;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    /* margin: 0 auto 50px; */
}

.cnt-button:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.cnt-button:focus {
    outline: 2px solid transparent;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    max-width: 1168px;
    margin: 0 auto;
}

.services-section {
    display: grid;
    place-items: center;
    grid-template-rows: 50% 50%;
}

.service-image {
    max-width: 110px;
    max-height: 110px;
    width: 100%;
}

.service-image.on-site,
.service-image.cross-dock-op {
    max-width: 80px;
}

.break-tab {
    display: none;
}

.service-title {
    color: var(--secondary-color);
    text-align: center;
    font-size: var(--xxxl-p2-font-size);
    line-height: var(--xxxl-p2-line-height);
    font-weight: 500;
    align-self: start;
    margin: 32px 0 0 0;
}

ul {
    list-style: none;
    padding: 0 0 0 30px;
}

.header-section {
    position: absolute;
    z-index: 999;
    /*background-color:var(--common-bg-color); */
    top: 0;
    left: 0;
    right: 0;
}

/* .header-logo-div {
    padding: 20px 0px;
} */

.header-section .logo-image {
    width: 100%;
    max-width: 250px;
}

.footer-section {
    background-color: var(--common-bg-color);
}

.footer-section .logo-image {
    width: 100%;
    max-width: 250px;
    margin: 0 0 20px 0;
}

.footer-menu {
    display: flex;
    list-style: none;
    align-items: end;
    padding: 0;
    gap: 60px;
    margin-bottom: 0px;
}

.footer-content-cnt {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 48px 0 0 0;


}
.footer-content-cnt a{
    width: fit-content;

}


.footer-menu li:first-child {
    margin: 0 20px 0 0;
}

.f-social-copy-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    flex-direction: row;
}

.f-copy-cnt {
    color: var(--secondary-color);
    font-size: var(--xl-btn-font-size);
    line-height: var(--xl-btn-line-height);
    margin-bottom: 16px;
}

.social-menu {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.f-social-copy-cnt {
    border-top: 1px solid var(--secondary-color);
    gap: 50px;
    margin-block: 10px;
    padding-block: 15px;
}

.footer-img-grid-cnt {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: self-end;
}

/*Banner-Start*/
.banner-container-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to top, rgb(0 40 120 / 80%), rgb(0 40 120 / 80%));
    padding: 75px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.background-video-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/*Banner-end*/
/* New landing page start*/
.policy-page-header {
    background-color: var(--common-bg-color);
}


/* Core section start */
.core-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 80px 96px 80px;
}

.core-inner-container {
    display: flex;

    column-gap: 40px;
}

.core-title {
    text-align: center;
    margin: 100px 0px 0px 0px;
}

.core-sub-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

.core-para {
    padding: 13px 0px 0px 0px;
    line-height: 25px;
    font-size: 16px;
    color: #333333;
}


/* Core section end */

.common-margin {
    width: 100%;
    max-width: 1440px;
    align-items: center;
    padding: 32px 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-contact-btn {
    text-align: center;
    /* margin: 40px 0px 0px 0px; */
}

.facility-section img.img-fluid-mobile,
.warehouse-worker-image-mobile {
    display: none;
}

.quote-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 28px;
    background-color: #ffffff00;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 20px;
    border: 2px solid var(--secondary-color);
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 50px;
}

.right-arrow-img {
    width: 30px;
    height: 14px;
    padding: 0px 0px 0px 10px;
}

.section-box-new {
    padding: 135px 80px 25px 80px;
    background-image: linear-gradient(to top, rgb(0 40 120 / 80%), rgb(0 40 120 / 80%));
}

.section-box {
    padding: 65px 0px 25px;
}

.global-presence-whole-image-section-mobile {
    display: none;
}

.section-box-new div.header-section-box {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}

.core-service-containers {
    display: flex;
    flex-direction: row;
}

.core-service-heading {
    text-align: center;
}

.core-service-section h2 {
    color: #003366;
    font-size: 2rem;
    line-height: 1;
}

.service-icon {
    max-width: 100%;
    height: auto;
}

.service-item {
    width: 100%;
    padding: 0px 0px 50px 0px;
    max-width: 350px;
    line-height: 20px;
}

.sec-service-item {
    width: 92%;
    padding: 0px 0px 50px 0px;
}


.service-item-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: 2px;
}

.service-item:last-child {
    padding: 0;
}

.sec-service-item:last-child {
    padding: 0;
}

.service-icon {
    width: 100px;
    height: 105px;
    object-fit: contain;
}

.service-card {
    /* padding: 0 0 45px 0; */
    width: 25%;
}

.inner-supply-chain-container {
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.supply-chain-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.inner-journey-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

/* .supply-chain-image-div {
    width: 40%;
} */

.supply-chain-content-section {
    padding: 72px 80px 72px 0;
}

.inner-supply-chain-content {
    width: 100%;
    display: flex;
    /* column-gap: 44px; */
}

.service-item-title {
    display: flex;
    align-items: start;
}


.supply-content-heading {
    font-size: 28px;
    line-height: 34px;
    color: #003087;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 24px 0;
}

.warehouse-worker-image {
    height: 100%;
    width: 100%;
    max-width: 500px;
    min-width: 500px;
}

/* supply chain section end*/

/* facility section start */



.facility-section {
    background: #fff;
}

.facility-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* .section-title {
    font-weight: 700;
    font-size: 28px;
    color: #003087;
    margin-bottom: 45px!important;
} */
.si-inner-para {
    font-size: 20px;
    line-height: 24px;
    padding: 16px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
    color: #333333;
}

.sub-title-header-blue {
    margin-left: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #003087;
}

.core-title {
    font-size: 48px;
    font-weight: 700;
    color: #003399;
    margin: 0;
    line-height: 56px;
}

.section-desc {
    font-size: 23px;
    line-height: 34px;
    color: #000000;
    padding: 0 0 48px 0;
    width: 100%;
    max-width: 654px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.supply-chain-section {
    padding-block-end: 32px;
}

.supply-chain-section,
.facility-section {
    background-color: #F7F7F7;
}

.supply-chain-content-left {
    width: 50%;
    padding-right: 44px;
}

.supply-chain-content-right {
    width: 50%;
    padding-left: 44px;
}

.border-line-section {

    border-right: 1px solid #ccc;

}

.facility-inner-section {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    column-gap: 64px;
    justify-content: space-between;
}

.facility-title-div {
    width: 65%;
    padding: 72px 0px 72px 80px;
}

.feature-item img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.feature-item h5 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #003087;
    margin-bottom: 5px;
}

.feature-item p {
    font-size: 0.9rem;
    line-height: 1;
    color: #555;
    margin: 0;
}

.image-col {
    width: 35%;
}

.image-col img {
    width: 100%;
    height: 100%;
}

/* legacy section start */

.legacy-text {
    font-size: 24px;
    line-height: 32px;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 50px 0px;
    width: 100%;
    color: #333333;
}

.legacy-btn:hover {
    background: #3d6fd2;
}



.inner-legacy-section {
    padding: 0;
    text-align: center;
}

.core-title,.legacy-text {padding: 0px 0px 64px 0px;}

.craftman-title {
    font-size: 28px;
    line-height: 34px;
    color: #003087;
    font-weight: 700;
}

.stat-item-container {
    display: flex;
    justify-content: space-evenly;
}

/* legacy section end */

/*Privacy policy*/
.contentpage_container p,
.contentpage_container a {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    margin: 0 0 15px;
}

.contentpage_container a {
    color: #003087;
    text-decoration: underline;
    vertical-align: baseline;
}

.contentpage_container a:hover {
    color: #003087;
    text-decoration: none;
}

.contentpage_container ul li {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    padding: 0 0px 10px 30px;
    background-image: url("/wp-content/uploads/2025/08/Icon-Shapes.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 7px left;
}

.contentpage_container p.content-title {
    font-size: 28px;
    line-height: 34px;
    color: #003087;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.contentpage_container p.content-sub-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #003087;
    margin: 0 0 10px;
}

/* landing page start */





/* landing page end */

/*Privacy policy*/


@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
        line-height: 34px;
    }
}

/* facility section end */

/* legacy section start */

.legacy-section {
    background: #fff;
    padding: 96px 80px;
}

.legacy-title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: #003087;
    margin-bottom: 20px;
}

.legacy-btn {
    display: inline-block;
    padding: 14px 24px;
    background-color: #003087;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.legacy-btn:hover {
    background-color: #001f5a;
}




/* legacy section end */

/* Craftmenship section start*/

.craftsmanship-section {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
}

.stat-number {
    display: block;
    font-size: 85px;
    line-height: 92px;
    font-weight: 700;
    color: #00a88f;

}

.stat-item-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inner-craftmanship-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 920px;
    padding: 60px 0px 60px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.craftman-desc {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 48px 0px 35px 0px;
    text-align: center;
}

.stat-item {
    text-align: center;
}



.stat-label {
    font-weight: 700;
    color: #003087;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

/* Craftmentship section end */

/* video section start */

/* Section with background */
.video-section {
    position: relative;
    /* height: 800px; */
    background: url('warehouse-bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 96px 0px 65px 0px;
}



.video-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    aspect-ratio: 16/9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-wrapper {
    width: 100%;
    /* height: 780px; */
    max-width: 1440px;
    display: flex;
    padding: 0 80px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 20px;
    line-height: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* video section end  */

/* Journey section start */

.journey-section {
    text-align: center;
    padding: 96px 0px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}

.journey-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.journey-section-heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #003087;
}

.journey-section-content {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
    padding: 48px 0px 48px;
}

.step {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.step .circle {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 3px solid #00b894;
    border-radius: 50%;
    background: #fff;
    color: #00b894;
    font-size: 40px;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 0px;
}

.step p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #003087;
    margin: 0;
    text-align: start;
}



.inner-logistics-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 80px 0px 80px;
}

.arrow {
    font-size: 24px;
    line-height: 30px;
    color: #00b894;
    padding: 0px 5px 0px;
}

/* Journey section end */

/* global presence section start */

.global-presence-inner-content-section {
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 80px 0px 80px;
}

.global-presence-para {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 950px;
    margin: 0 auto;
}

.global-presence-whole-image-section {
    display: flex;
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    padding: 96px 0px 96px 0px;
}

.global-presence-whole-image-content-div {
    position: absolute;
    left: 0;
    background-color: #D9D9D9;
    padding: 35px 50px;
    width: 36%;
    border-radius: 0px 20px 0px 20px;
}

.global-presence-heading {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #003087;
    padding: 0px 0px 48px 0px;
}

.global-sec-heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
    color: #003087;
}

.global-sec-sub-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #003087;
    margin-bottom: 35px;
}

.global-units-para {
    position: relative;
    font-size: 28px;
    color: #003087;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 6px;
}

.color-blue::before,
.color-yellow::before,
.color-orange::before,
.color-gray::before,
.color-black::before,
.color-sky-blue::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -34px;
    top: 7px;
}

.color-yellow::before {

    background-color: #E6BD42;
}

.color-blue::before {

    background-color: #2449BF;

}

.color-orange::before {

    background-color: #FA4616;

}

.global-sec-heading-div {
    margin-bottom: 15px;
}

.global-sec-sub-heading {
    margin-bottom: 35px;
}

.color-gray::before {

    background-color: #888B8D;

}

.global-presence-content-section {
    /* margin-bottom: 50px; */
}

.color-black::before {

    background-color: #333333;

}

.color-sky-blue::before {
    background-color: #59B5C4;
}



/* global presence section end */
/* Image Grid Layout Start*/
.images-grid__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    grid-auto-flow: column;


}

.warehourse-des {
    font-size: 36px;
    padding: 0px 25px 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;

}

/* ------------- */
/* .images-section {
    padding: 45px 0px 45px 0px;
} */

.images-grid__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 20px;
    padding: 50px 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.images-inner-section {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.warehouse-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.text-block {
    background: #003c94;

    color: #fff;
    display: flex;
    border-radius: 0;
}

/* Optional top icons placeholder */
.top-icons {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
    justify-content: end;
}

.icon-box {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
}

.grid-item-one {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
}

.grid-item-two {
    grid-column: 3 / 7;
    grid-row: 1 / 4;
}

.grid-item-three {
    grid-column: 1 / 4;
    grid-row: 4 / 7;
}

.grid-item-four {
    grid-column: 4 / 7;
    grid-row: 4 / 7;
}

.grid-item-five {
    grid-column: 1 / 5;
    grid-row: 7 / 9;
}

.grid-item-six {
    grid-column: 5 / 7;
    grid-row: 7 / 9;
}

/* Image Grid Layout End */

/* Ready to grow start */

/* Section wrapper */
.grow-section {
    background: #ffffff;
    padding: 96px 0px;
    text-align: center;
}

.grow-wrapper {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
}

.grow-heading {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: #003c94;
}

.grow-text {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    padding: 64px 0px 64px 0px;
}

.grow-btn {
    display: inline-block;
    background: #00B388;
    line-height: 20px;
    color: #ffffff;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.grow-btn:hover {
    background: #009d68;
}

/* logistics section start */


.logistics-subheading {
    font-size: 28px;
    line-height: 34px;
    color: #003087;
    font-weight: bold;
    margin-bottom: 20px;
}

.logistics-sub-content {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 500px;

}

.logistics-title {
    font-size: 48px;
    line-height: 56px;
    color: #003087;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.logistics-left {
    flex-basis: 45%;
}

.logistics-right {
    flex-basis: 42%;
    min-width: 280px;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 50px;
    align-items: end;
}

.feature-icon {
    height: auto;
    margin-bottom: 15px;
}

/* Section wrapper */
.logistics-section {
    background: #fff;
    font-family: Arial, sans-serif;
    color: #222;
}

/* Container */
/* .container {
    max-width: 1200px;
    margin: 0 auto;
} */

/* Section Title */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #003087;
    /* dark blue */
    text-align: center;
    margin-bottom: 50px;
    line-height: 36px;
}

/* Content Layout */
.logistics-content {
    padding: 96px 0px 96px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 96px;
    justify-content: space-between;
    align-items: center;
}

/* Left Column */


/* CTA Button */
.cta-btn {
    display: inline-block;
    line-height: 20px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #003087;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #001f5a;
}

/* Right Column */


/* Feature Block */
.feature {
    width: 100%;
    max-width: 260px;
}

.feature-card-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-card-content {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

/* logistics section end */

/* Ready to grow end */
/* New landing page end */
/*Form-Start*/
.form-container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding-block: 85px;
}

.form-container #fluentform_3 label {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: normal;
}

.message-field {
    resize: none;
}

.form-container #fluentform_3 input:focus,
.form-container #fluentform_3 textarea:focus {
    border-color: #003087;
}

.form-container #fluentform_3 input,
.form-container #fluentform_3 textarea {
    color: #000;
    background-color: #F5F5F5;
}

.form-container #fluentform_3 .submit-btn-field {
    background-color: #003087;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid tranparent;
}

.form-container #fluentform_3 .submit-btn-field:hover {
    background-color: #00B388;
    border: 1px solid #003087;
    color: #003087;
    background-color: #ffffff;
}

.check-box-container label {
    display: flex;
    gap: 5px
}

.terms-condition-txt,
.privacy-txt {
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}

.terms-privacy-container {
    display: flex;
    align-items: center;
}

.terms-privacy-container {
    background-image: url('https://tramontinalogistics.com/wp-content/uploads/2025/02/no-checked.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    background-position-y: top;
}

.terms-privacy-container.checked-box {
    background-image: url('https://tramontinalogistics.com/wp-content/uploads/2025/02/yes-checked.png');
}

.terms-summery {
    color: #888B8D;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 30px;
}

.terms-summery a {
    display: inline-block;
    vertical-align: top;
}

/*Form-end*/
/*Footer*/
.footer-top-img-block {
    display: flex;
}

.footer-cnt {
    width: 800px;
}

.common-right-margin {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 0 80px;
}

.footer-inner-div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
}

.footer-img-grid-cnt img {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.footer-menu-cnt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-menu li a {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: var(--xl-btn-font-size);
    line-height: var(--xl-btn-line-height);
    font-weight: 700;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.social-menu-item a:hover {
    opacity: 0.8;
}

.cnt-button {
    line-height: 20px;
    padding: 14px 24px;

}
body .common-container {width: 100%;max-width: 1440px;padding: 64px 80px;}
.footer-menu li .social-icon:hover {opacity: 0.8;}
.active {text-decoration: underline;}

/*Footer*/

@media screen and (max-width: 1600px) {
    .common-margin {
        padding: 32px 70px;
    }
    body .common-container {padding: 60px 70px ;}
    .section-box-new {
    padding: 135px 70px 25px 70px;
    }
    .logo-image {
        max-width: 350px;
    }

    .banner-container-box {
        padding-inline: 50px;
    }

    .title,
    .banner-title {
        font-size: var(--xxl-h1-font-size);
        line-height: var(--xxl-h1-line-height);
    }

    .description,
    .banner-description {
        font-size: var(--xxl-p1-font-size);
        line-height: var(--xxl-p1-line-height);
        ;
    }

    .cnt-button {
        padding: 14px 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .services-container {
        gap: 40px;
    }

    .service-image {
        max-width: 105px;
    }

    .service-image.on-site,
    .service-image.cross-dock-op {
        max-width: 75px;
    }

    .service-title {
        font-size: var(--xxl-p2-font-size);
        line-height: var(--xxl-p2-line-height);
    }

    .form-container #fluentform_3 label {
        font-size: 15px;
        line-height: 20px;
    }
    .legacy-section {
        padding: 80px 70px;
    }
    .core-title,.legacy-text {padding: 0px 0px 60px 0px;}
    
}

@media screen and (max-width: 1200px) {

    /* landing page start */

    .inner-logistics-section {
        padding: 50px 80px 0px 80px;
    }

    .logistics-title {
        font-size: 42px;
        line-height: 45px;
    }

    .global-presence-whole-image-section {
        padding: 70px 0px 70px 0px;
        max-width: 895px;
    }

    .global-sec-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .global-sub-sec-heading {
        font-size: 23px;
        line-height: 28px;
    }

    .global-units-para {
        font-size: 20px;
        line-height: 30px;
    }

    .global-presence-image-div img {
        width: 693px;
    }

    .global-sec-sub-heading {
        font-size: 23px;
        line-height: 28px;
    }

    .section-desc {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .inner-supply-chain-container {
        flex-direction: column;
        align-items: center;
        gap: 45px;
        justify-content: center;
    }

    .supply-chain-content-left {
        width: 40%;
        padding-right: 30px;
    }

    .service-item-icon {
        width: 22px;
        height: 22px;
    }

    .supply-chain-content-right {
        width: 37%;
        padding-left: 30px;
    }

    .warehouse-worker-image {
        height: 100%;
        width: 100%;
        max-width: 450px;
        min-width: 400px;
    }

    .logistics-right .facility-inner-section {
        flex-direction: column-reverse;
        align-items: center;
    }

    .si-inner-para {
        font-size: 18px;
        line-height: 22px;
        margin: 0px 0px 0px 32px;
    }

    .sub-title-header-blue {
        margin-left: 10px;
    }

    .supply-chain-image-div {
        width: 100%;
        text-align: center;
    }

    .supply-chain-content-section {
        width: 80%;
        padding: 72px 0;
    }

    .supply-content-heading {
        text-align: center;
        font-size: 26px;
        line-height: 32px;
    }

    .core-inner-container {
        column-gap: 20px;
        padding: 0px 30px 0px 30px;
    }

    .image-col {
        width: 40%;
    }

    .supply-content-heading {
        text-align: center;
    }

    .facility-title-div {
        width: 100%;
        padding: 72px 0px;
    }

    .inner-supply-chain-content {
        width: 100%;
        display: flex;
        /* column-gap: 44px; */
        margin: 0 auto;
        justify-content: center;
    }

    .feature {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .inner-craftmanship-section {
        width: 65%;
    }

    .logistics-content {
        gap: 0px;
        padding: 0;
        flex-direction: column;
    }

    .logistics-subheading {
        text-align: center;
        margin-bottom: 30px;
    }

    .logistics-sub-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .logistics-right {
        gap: 35px;
        grid-template-columns: repeat(2, minmax(400px, 1fr));
        padding: 50px 0 50px 0;
    }

    .logistics-title {
        text-align: center;
        padding: 0px 0px 50px 0px;
    }

    .logistics-left {
        text-align: center;
    }

    .video-wrapper {
        height: 469px;
        max-width: 100%;
    }

    .warehourse-des {
        font-size: 32px;
        line-height: 38px;
        padding: 0px 50px 20px;
    }

    .images-grid__container {
        width: 100%;
        max-width: 100%;
    }

    /* landing page end */

    .logo-section,
    .title,
    .description,
    .cnt-button {
        margin: 0 auto 60px;
    }

    .banner-title,
    .banner-description {
        margin: 25px auto 25px;
    }

    .banner-container-box {
        padding-inline: 40px;
    }

    .form-container {
        padding-block: 60px;
    }

    .logo-image {
        max-width: 300px;
    }

    .title,
    .banner-title {
        font-size: var(--xl-h1-font-size);
        line-height: var(--xl-h1-line-height);
    }

    .description,
    .banner-description {
        font-size: var(--xl-p1-font-size);
        line-height: var(--xl-p1-line-height);
    }

    .cnt-button {
        padding: 14px 28px;
        font-size: 14px;
        line-height: 20px;
    }

    .service-image {
        max-width: 95px;
        max-height: 85px;
    }

    .service-image.on-site,
    .service-image.cross-dock-op {
        max-width: 65px;
    }

    .service-title {
        font-size: var(--xl-p2-font-size);
        line-height: var(--xl-p2-line-height);
    }

    .supply-chain-content-section {
        padding: 50px 0;
    }

    .facility-inner-section {
        flex-direction: column-reverse;
        align-items: center;
    }

    .image-col {
        width: 100%;
        max-width: 450px;
    }

    .facility-title-div {
        padding: 50px 0;
    }

    .section-desc {
        font-size: 22px;
        line-height: 28px;
        line-height: 30px;
        padding: 0 0 40px 0;
    }

    .supply-chain-section {
        padding-block-end: 0;
    }

    .inner-supply-chain-content {
        padding: 0 60px;
    }

    .service-item {
        padding: 0px 0px 40px 0px;
    }

    .inner-supply-chain-container {
        gap: 0;
    }

    .supply-chain-content-section {
        width: 100%;
    }

    .supply-chain-content-left,
    .supply-chain-content-right {
        width: 40%;
    }

    .cnt-button {
        margin: 0;
    }

    .common-margin {
        padding: 30px 60px;
    }
    .section-box-new {
    padding: 135px 60px 25px 60px;
    }
    .legacy-section {
        padding: 70px 60px;
    }
    .core-title,.legacy-text {padding: 0px 0px 55px 0px;}
    body .common-container {padding: 50px  60px;}

}

@media screen and (max-width: 1024px) {

    .logo-section,
    .title,
    .description,
    .cnt-button {
        margin: 0 auto 50px;
    }

    .banner-title,
    .banner-description {
        margin: 20px auto 20px;
    }

    .form-container {
        padding: 50px 30px;
    }

    .logo-image {
        max-width: 275px;
    }

    .title,
    .banner-title {
        font-size: var(--lg-h1-font-size);
        line-height: var(--lg-h1-line-height);
    }

    .description {
        font-size: var(--lg-p1-font-size);
        line-height: var(--lg-p1-line-height);
    }

    .service-title {
        font-size: var(--lg-p2-font-size);
        line-height: var(--lg-p2-line-height);
    }

    .service-image {
        max-width: 90px;
    }

    .cnt-button {
        font-size: var(--lg-btn-font-size);
        line-height: var(--lg-btn-line-height);
    }

    .common-margin {
        padding: 30px 50px;
    }
    .section-box-new {
    padding: 135px 50px 25px 50px;
    }
    .cnt-button {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .legacy-section {
        padding: 60px 50px;
    }
    .inner-craftmanship-section {padding: 50px 0px 50px 0px;}
    body .common-container  {padding: 40px  50px ;}

}

@media screen and (max-width: 991px) {
    .common-right-margin {
        padding: 0 0 0 60px;
    }

    /* landing page start */
    .logistics-content {
        flex-direction: column;
    }

    .logistics-left {
        flex: 1 1 50%;
        padding: 50px 25px 0px 0px;
    }

    .logistics-right {
        flex: 1 1 50%;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }

    .video-wrapper {
        height: 365px;
        max-width: 950px;
        padding: 0 60px;
    }

    .warehourse-des {
        font-size: 21px;
        line-height: 26px;
        padding: 0px 30px 30px;
        line-height: 36px;
    }

    .site-foot-logo {
        max-width: 150px;
    }

    .grow-section {
        padding: 50px 0px;
    }

    .step {
        flex-direction: column;
    }

    .journey-steps .step:last-child {
        align-self: start;
    }

    .core-inner-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .logistics-left {
        padding: 25px 0px 25px 0px;
    }

    .service-card {
        flex: 0 0 330px;
        padding: 15px;
        border-radius: 12px;
        background: #fff;
        transition: transform 0.3s ease;
        align-items: center;
        text-align: center;
    }

    .core-container {
        padding: 0px 32px 50px 32px;
    }
   
    .core-header {
        display: none;
    }

    .core-para {
        text-align: center;
    }

    .core-sub-title {
        text-align: center;
    }

    .legacy-text-br {
        display: none;
    }

    .legacy-text {
        font-size: 20px;
        line-height: 26px;
        max-width: 93%;

    }

    .global-presence-whole-image-section {
        max-width: 700px;
    }

    .core-title {
        font-size: 38px;
        line-height: 44px;
        padding: 0px 0px 30px 0px;
    }

    .legacy-section {
        padding: 50px 45px;
    }

    .craftman-br {
        display: none;
    }

    .inner-craftmanship-section {
        width: 80%;
    }

    .craftman-desc {
        padding: 48px 0px 25px 0px;
    }

    .stat-number {
        font-size: 50px;
    }

    .stat-label {
        font-size: 18px;
        line-height: 24px;
    }

    .stat-item-container {
        padding: 20px 0px 0px 0px;
    }

    .global-presence-inner-content-section {
        padding: 55px 0px 0px 0px;
    }

    .global-presence-para {
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
    }

    .global-presence-inner-section {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .global-presence-image-div {
        width: 100%;
        max-width: 535px;
    }

    .global-sec-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .global-sec-sub-heading {
        font-size: 19px;
        line-height: 25px;
    }

    .global-units-para {
        font-size: 18px;
        line-height: 28px;
    }

    .global-presence-whole-image-content-div {
        padding: 15px 32px;
        width: 39%;
    }

    .global-presence-image-div img {
        width: 100%;
    }

    .logistics-title {
        font-size: 32px;
        line-height: 38px;
        padding: 0px 0px 25px 0px;
    }

    .logistics-sub-content {
        max-width: 100%;
    }

    .feature {
        text-align: center;
        max-width: 100%;
    }

    .logistics-left {
        padding: 50px 0px 50px 0px;
        text-align: center;
    }

    .video-wrapper {
        height: 470px;
        max-width: 700px;
    }

    .video-section {
        height: auto;
        padding: 50px 0px 50px 0px;
    }

    .images-grid__container {
        max-width: 100%;
    }

    .grow-heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 35px;
    }

    .grow-text {
        margin-bottom: 45px;
        padding: 0;
    }

    .journey-section {
        padding: 48px 0px;
    }

    .journey-section-heading {
        margin-bottom: 0;
    }

    .step .circle {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 2px solid #00b894;
        border-radius: 50%;
        background: #fff;
        color: #00b894;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .step p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .journey-steps {
        gap: 10px;
    }

    .inner-journey-section {
        width: 100%;
        max-width: 700px;
    }

    .supply-chain-image-div {
        text-align: center;
        width: 100%;
    }

    .supply-chain-content-section {
        width: 100%;
        text-align: center;
    }

    .service-item-title {
        justify-content: center;
    }

    /* landing page end */
    .container-box {
        padding: 35px;
    }

    .form-container {
        padding: 40px 25px;
    }

    .logo-image {
        max-width: 250px;
    }

    .header-logo-div .logo-image {
        max-width: 220px;
    }

    .banner-container-box {
        padding-inline: 32px;
        padding-bottom: 50px;
    }

    .title,
    .banner-title {
        font-size: var(--md-h1-font-size);
        line-height: var(--md-h1-line-height);
    }

    .cnt-button {
        margin: 0;
        padding: 13px 26px;
    }

    .services-container {
        gap: 10px;
    }

    .service-title {
        margin: 30px 0 0 0;
    }

    .footer-inner-div {
        flex-direction: column;
    }

    .footer-img-cnt {
        order: 1;
        align-self: flex-end;
        padding: 0 0 40px;
    }

    .footer-cnt {
        order: 2;
        align-self: flex-start;
        padding: 0 30px 0 0px;
    }

    /*Privacy policy*/
    .contentpage_container p,
    .contentpage_container a {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 12px;
    }

    .description {
        padding: 25px 0px 25px 0px;
    }

    .contentpage_container ul li {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        padding: 0 0px 10px 25px;
        background-size: 18px;
        background-position: top 7px left;
    }

    .contentpage_container p.content-title {
        font-size: 24px;
        line-height: 30px;
    }

    .contentpage_container p.content-sub-title {
        font-size: 18px;
        line-height: 28px;
    }

    ul {
        list-style: none;
        padding: 0 0 0 20px;
    }

    .supply-chain-content-section {
        padding: 48px 0;
    }

    .inner-supply-chain-container {
        gap: 35px;
        padding-inline: 40px;
    }

    .supply-chain-content-left,
    .supply-chain-content-left {
        width: 50%;
        text-align: start;
    }

    .service-item-title {
        justify-content: start;
    }

    .supply-content-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .service-item {
        padding: 0px 0px 35px 0px;
    }

    .sec-service-item {
        width: 100%;
        padding: 0px 0px 35px 0px;
    }

    .supply-chain-content-left {
        padding-right: 25px;
    }

    .facility-title-div {
        padding: 48px 0;
    }

    .supply-content-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .section-desc {
        padding: 0 0 30px 0;
    }

    .inner-supply-chain-content {
        padding: 0 40px;
    }

    .service-item-title {
        justify-content: start;
    }

    .supply-chain-content-right,
    .supply-chain-content-left {
        width: 50%
    }

    .service-item {
        padding: 0px 0px 30px 0px;
    }

    .sec-service-item {
        text-align: start;
    }

    .inner-supply-chain-container {
        gap: 0;
        padding-inline: 30px;
    }

    .common-margin {
        padding: 30px 40px;
    }
    body .common-container  {padding: 40px;}
   .section-box-new {
    padding: 120px 40px 25px 40px;
    }
    .quote-button {
        margin: 0 auto 40px;
    }

    .footer-cnt {
        width: 100%;
    }
     .core-title,.legacy-text {padding: 0px 0px 50px 0px;}

    /*Privacy policy*/
}

@media screen and (max-width: 767px) {
    .warehouse-worker-image-mobile {
        width: 100%;
        max-width: 100%;
    }
  


    /* new landing page start */
    .service-card {
        width: 100%;
    }

    .core-inner-container {
        padding: 0px 40px 0px 40px;
    }

    .legacy-section {
        padding: 50px 40px;
    }

    .legacy-text {
        padding: 50px 0px 50px 0px;
    }

    .inner-craftmanship-section {
        width: 100%;
        padding: 50px 40px;
    }

    .global-presence-inner-section {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 40px;
    }

    .global-units-para {
        font-size: 9px;
        line-height: 12px;
    }

    .global-sec-heading {
        font-size: 14px;
        line-height: 15px;
    }

    .color-blue::before,
    .color-yellow::before,
    .color-orange::before,
    .color-gray::before,
    .color-black::before,
    .color-sky-blue::before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        left: -19px;
        top: -2px;
    }

    .global-sec-sub-heading {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .global-presence-whole-image-content-div {
        padding: 32px 32px;
        width: 36%;
    }

    .global-presence-image-div {
        width: 100%;
        max-width: 375px;
    }

    .images-grid__container {
        grid-template-columns: repeat(1, 1fr);
        padding: 50px 40px;
    }

    .video-wrapper {
        height: 280px;
        max-width: 100%;
        padding: 0 42px;
    }

    .grid-item-one {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-item-two {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-item-three {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-item-four {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-item-five {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-item-six {
        grid-column: unset;
        grid-row: unset;
    }

    .inner-logistics-section {
        padding: 50px 40px 0px 40px;
    }

    /* new landing page end */
    .container-box {
        padding: 60px 32px;
    }

    .banner-container-box {
        padding-bottom: 35px;
    }

    .header-logo-div {
        /* padding: 55px 0 20px 0; */
    }

    .header-logo-div .logo-image {
        max-width: 200px;
    }

    .form-container #fluentform_3 label {
        font-size: 14px;
        line-height: 20px;
    }

    .header-section {
        text-align: center;
    }

    .form-container {
        padding: 40px 20px;
    }

    .logo-section,
    .title,
    .description,
    .cnt-button {
        margin: 0 auto 45px;
    }

    .logo-image {
        max-width: 220px;
    }

    .title,
    .banner-title {
        font-size: var(--sm-h1-font-size);
        line-height: var(--sm-h1-line-height);
    }

    .description,
    .banner-description {
        font-size: var(--sm-p1-font-size);
        line-height: var(--sm-p1-line-height);
    }

    .cnt-button {
        width: 100%;
        max-width: 311px;
        padding: 10px 20px;
    }

    .break-desk {
        display: none;
    }

    .break-tab {
        display: none;
    }

    .services-container {
        max-width: 450px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-title {
        margin: 20px 0 0 0;
    }

    .services-section:nth-of-type(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .services-section:nth-of-type(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .services-section:nth-of-type(3) {
        grid-column: 2;
        grid-row: 1;
    }

    .services-section:nth-of-type(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .common-right-margin {
        width: 95%;
    }

    .f-social-copy-cnt {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        gap: 10px;
    }

    .footer-menu {
        gap: 28px
    }

    .footer-section .logo-image {
        max-width: 175px;
    }

    .form-container #fluentform_3 .submit-btn-container {
        text-align: center;
    }

    .form-container #fluentform_3 .submit-btn-container .submit-btn-field {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 22px;
    }

    .terms-privacy-container {
        background-position: left top;
    }

    /*Privacy policy*/
    .contentpage_container p,
    .contentpage_container a {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 12px;
    }

    .contentpage_container ul li {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0px 10px 25px;
        background-size: 18px;
        background-position: top 7px left;
    }

    .contentpage_container p.content-title {
        font-size: 22px;
        line-height: 28px;
    }

    .contentpage_container p.content-sub-title {
        font-size: 16px;
        line-height: 22px;
    }

    .supply-chain-content-section {
        padding: 48px 0;
    }

    .journey-steps {
        flex-direction: column;
    }

    .arrow img {
        rotate: 90deg;
        margin-block: 10px;
    }

    .journey-steps .step:last-child {
        align-self: center;
    }

    .step {
        flex-direction: row;
    }

    .arrow {
        font-size: 24px;
        line-height: 30px;
        color: #00b894;
        padding: 35px 5px 35px;
    }

    .step .circle {
        display: inline-block;
        width: 60px;
        height: 60px;
        border: 2px solid #00b894;
        border-radius: 50%;
        background: #fff;
        color: #00b894;
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
        margin-bottom: 8px;
    }

    .grow-wrapper {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 0px 32px;
    }

    .inner-journey-section {
        padding: 0px 32px;
    }

    .warehourse-des {
        font-size: 40px;
        padding: 50px 90px 50px;
        /* line-height: 36px; */
        line-height: 50px;
    }

    .cnt-button {
        margin: 0;
    }

    .common-margin {
        width: 100%;
        padding: 30px 32px;
    }
  .section-box-new {
    padding: 90px 32px 25px 32px;
    }


    .global-presence-whole-image-section {
        display: none;
    }

    .global-presence-whole-image-section-mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin-block: 30px;
    }

    .global-presence-whole-image-section-mobile img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .image-col {
        width: 100%;
        max-width: 100%;
    }

    .inner-supply-chain-container {
        padding: 0;
    }

    .warehouse-worker-image,
    .facility-section img.img-fluid {
        display: none;
    }

    .facility-section img.img-fluid-mobile,
    .warehouse-worker-image-mobile {
        height: 100%;
        display: block;
        width: 100%;
    }

    .common-right-margin {padding: 0 0 0 40px;}
    .banner-title {padding-block: 30px;margin-bottom: 0;}
    .description {padding-top: 10px;}
    .quote-button {margin: 0 auto 30px;font-size: 14px;line-height: 20px;}
    .legacy-section {padding: 48px 40px;}
     .core-title,.legacy-text {padding: 0px 0px 48px 0px;}
     .inner-craftmanship-section {padding: 48px 0px 48px 0px;}
     .craftsmanship-section {width: 100%;padding-inline: 32px;}
     .journey-section-content {padding: 24px 0px 48px;}
     body .common-container  {padding: 40px 32px ;}
    .core-title {font-size: 32px;line-height: 40px;}
    .craftman-title ,.global-presence-heading{font-size: 24px;line-height: 32px;}
    .grow-heading {font-size: 32px;line-height: 40px;margin-bottom: 25px;}
    .logistics-title {font-size: 28px;line-height: 36px;}
    .logistics-title {font-size: 24px;line-height: 32px;}
    .logistics-subheading {font-size: 22px;line-height: 30px;}
    .feature-card-title {font-size: 22px;line-height: 28px;}
}


/*Privacy policy*/


@media screen and (max-width: 680px) {
    .supply-chain-content-left {
        border: none;
        padding: 0;
        width: 100%;
        margin: 0 auto 30px;
    }

    .supply-chain-content-right {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    .inner-supply-chain-content {
        flex-direction: column;
    }

    .supply-content-heading {
        font-size: 22px;
        line-height: 30px;
        text-align: start;
    }
    
    .service-item {
        padding: 0px 0px 30px 0px;
    }

    .warehouse-worker-image {
        min-width: 300px;
    }

    .supply-chain-section {
        padding-block-end: 0;
    }

    .inner-supply-chain-container {
        gap: 0;
    }

    .service-item {
        padding: 0px 0px 25px 0px;
    }

    .inner-supply-chain-content {
        flex-direction: column;
    }

    .service-item-icon {
        width: 20px;
        height: 20px;
    }

    .inner-supply-chain-container {
        padding: 0;
    }

    .warehouse-worker-image,
    .image-col {
        width: 100%;
        max-width: 100%;
    }

    .supply-chain-content-section {
        padding: 48px 32px;
    }

    .inner-supply-chain-content {
        padding: 0;
    }

    .facility-title-div {
        padding: 30px 25px;
    }

    .facility-title-div {
         padding: 48px 32px;
    }

    .section-desc {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        text-align: start;
    }
    .facility-section .img-fluid-mobile {
            width: 100%;
            height: 100%;
        }
    .facility-section img {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }
    .legacy-section {padding: 48px 35px;}
    .legacy-text {max-width: 100%;}
    .craftman-title {font-size: 22px;line-height: 28px;text-align: start;align-self: flex-start;}
    .journey-section-heading {font-size: 24px;line-height: 32px;text-align: start;}
    .journey-section-content {font-size: 18px;line-height: 26px;text-align: start;}
    .grow-heading {font-size: 30px;line-height: 36px;}
    .global-presence-heading {font-size: 22px;line-height:30px;text-align: start;}
    .global-presence-para {font-size: 18px;line-height: 26px;text-align: left;}
    .logistics-title {font-size: 26px;line-height: 34px;}
    .logistics-title {font-size: 22px;line-height: 30px;}
    .logistics-subheading {font-size: 20px;line-height: 28px;}
    .feature-card-title {font-size: 20px;line-height: 26px;}
    

}

@media screen and (max-width: 576px) {

    /* landing page start */
    .core-container {
        padding: 0px 32px 48px 32px;
    }
    .video-section{
        padding: 48px 0px 48px 0px;
    }
    .warehourse-des {
        font-size: 32px;
        line-height: 38px;
        padding: 50px 43px 50px;
    }

    .video-wrapper {
        height: 225px;
        max-width: 100%;
        padding: 0 16px;
    }

    .stat-number {
        padding: 0px 0px 20px 0px;
    }

    .stat-item-container {
        flex-wrap: wrap;
    }

    .stat-item-container-div {
        width: 50%;
        padding: 0px;
    }

    .core-inner-container {
        flex-direction: column;
        padding: 0px;
        gap: 0;
    }

    .craftman-desc {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding: 30px 0px 25px 0px;
        text-align: left;
    }

    .global-presence-para {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .global-presence-inner-section {
        padding: 50px 40px 0;
    }

    .service-card {
        flex: none;
        align-items: center;
        padding: 32px 0px 0px 0px;
    }


    .core-header {
        display: none;
    }

    /* landing page end */
    .common-margin {
        justify-content: center;
    }

    .header-contact-btn {
        display: none;
    }

    .cnt-button {
        font-size: var(--sm-btn-font-size);
        line-height: var(--sm-btn-line-height);
    }

    .banner-container-box {
        padding-inline: 25px;
    }

    .services-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
        justify-items: center;
    }

    .service-title {
        margin: 32px 0 0 0;
    }

    .service-image {
        max-width: 100px;
        max-height: 90px;
    }

    .service-image.on-site,
    .service-image.cross-dock-op {
        max-width: 70px;
    }

    .services-section:nth-of-type(3) {
        grid-column: 1;
        grid-row: 3;
    }

    .services-section:nth-of-type(4) {
        grid-column: 1;
        grid-row: 4;
    }

    .footer-menu {
        gap: 10px;
        flex-direction: column;
        align-items: self-start;
    }

    .footer-inner-div {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-cnt {
        row-gap: 25px;
    }
    .footer-content-cnt a {
        align-self: center;
    }
    .common-right-margin {
        padding: 0 0 0 32px;
    }
        .core-title {font-size: 28px;line-height: 38px;padding: 0px 0px 30px 0px;}
        .legacy-section,.inner-logistics-section {padding: 48px 32px;}
        .legacy-text {padding: 0px 0px 30px 0px;}
        .quote-button {width: 100%;text-align: center;justify-content: center;max-width: 310px;}
        .legacy-btn,.cta-btn ,.grow-btn {width: 100%;max-width: 310px;}
        .grow-section {padding: 48px 0px;}
        .grow-heading {margin-bottom: 24px;}
        .grow-text {margin-bottom: 32px;}
        .images-grid__container {padding: 0 32px;}
        .legacy-btn {padding: 10px 20px;}
        .global-presence-inner-section {padding: 48px 32px 0;}
        .global-presence-inner-content-section {padding: 0;}
        .logistics-left {padding-top: 0;}
        .logistics-sub-content {font-size: 18px;line-height: 24px;}
        .warehourse-des {font-size: 32px;line-height: 40px;padding: 30px 15px 30px;}
        .logistics-content {  justify-content: center;flex-direction: row;}
        .hide-in-mobile {display: none;}
        .supply-content-heading {font-size: 20px;line-height: 28px;}
        .core-sub-title {font-size: 20px;line-height: 28px;}
        .sub-title-header-blue {font-size: 18px;line-height: 24px;}
        .section-desc {font-size: 18px;line-height: 24px;}
        .legacy-text {font-size: 18px;line-height: 24px;}
        .global-presence-heading {font-size: 20px;line-height:28px;padding: 0px 0px 30px 0px;}
        .journey-section-heading {font-size: 22px;line-height: 30px;}
        .grow-heading {font-size: 26px;line-height: 32px;}
        .craftman-title {font-size: 20px;line-height: 26px;}
        .logistics-title {font-size: 22px;line-height: 30px;}
        .logistics-title {font-size: 20px;line-height: 28px;}
        .logistics-subheading {font-size: 18px;line-height: 24px;}
        .feature-card-title {font-size: 18px;line-height: 24px;}
        .grow-text {font-size: 18px;line-height: 26px;}
        .footer-menu li .social-icon img{max-width: 30px;}
        .f-social-copy-cnt {align-items: center;}

}