.industry-we-servvc .appli-boxz {
    border: 1px solid #ebebeb;
    border-radius: 40px;
    padding: 30px;
    height: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    background: #fff;
}

.industry-we-servvc .appli-boxz img {
    margin-bottom: 20px;
    transition: transform 0.6s ease;
    filter: invert(37%) sepia(96%) saturate(2937%) hue-rotate(340deg) brightness(104%) contrast(106%);
}

.industry-we-servvc .appli-four {
    font-size: 18px;
    margin: 0;
    transition: color 0.3s ease;
}

.industry-we-servvc .row {
    row-gap: 24px;
}

.industry-we-servvc .appli-boxz:hover img {
    transform: rotateY(180deg);
}
.industry-we-servvc .appli-boxz:hover{
      border-color: var(--primary-color);
      
}
.tab-info-box .qourt-ttir {
    font-size: 20px;
    margin: 0 0 8px;
}


.industry-gallery-seccc{
    padding:0;
}
.industry-gallery-seccc .industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.industry-gallery-seccc .industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.industry-gallery-seccc .industry-card:hover img {
    transform: scale(1.08);
}

.industry-gallery-seccc .industry-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
}
.industry-gallery-seccc .industry-content h4 {
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
}

.industry-gallery-seccc .industry-card-lg {
    height: 100%;
  
}

.industry-gallery-seccc .industry-card-md {
   height: 100%;
}

.industry-gallery-seccc .industry-card-sm {
   height: 100%;
}
.industry-gallery-seccc .row{
    row-gap:24px;
}


    
       .coverage-secti-mainn{
            padding:3rem 0 6rem;
            overflow: hidden;
            position: relative;
         
        }

.coverage-secti-mainn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 516px;
    background-image: url(../image/services/location-map.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}
.coverage-secti-mainn .poni-sec{
    font-weight:600;
    font-size:18px;
        width: 90%;
    margin: 0 auto 30px;
}
        .coverage-secti-mainn .container {
            position: relative;
            z-index: 1; 
        }
       .coverage-secti-mainn .card-custom {
    backdrop-filter: blur(6px);
    background: rgb(8 8 8 / 1%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 19px;
    padding: 30px;
    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

        .coverage-secti-mainn .card-custom:hover {
            border-color: var(--color-secondary);
            transform: translateY(-3px); 
        }
        .coverage-secti-mainn .card-custom h4 {
            font-size: 1.6rem;
            color: var(--color-primary);
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        .coverage-secti-mainn .card-custom h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background-color: var(--color-secondary);
            border-radius: 2px;
        }
         .coverage-secti-mainn .customs-service-list li::before {
    top: 7px;
         }
  .coverage-secti-mainn .sec-big-title {
    margin-bottom: 14px;
}

/*.ocean-network-sec.main-prodsss .network-left-content {*/
/*    z-index: 0;*/
/*    margin-top: 0rem;*/
/*    position: sticky;*/
/*    top: 84px;*/
/*}*/


.main-proj-process-zigzag {
    padding :0 0 3rem;
}
.main-proj-process-zigzag .process-box::before {
    content: "";
    position: absolute;
    top: 110px;
 width: 54px;
    height: 1px;
    background: #ff4040;
}

.main-proj-process-zigzag .process-box.left::before {
   right: -63px;
    width: 63px;
    z-index: -1;
}
.main-proj-process-zigzag .process-box.right::before {
    left: -63px;
    z-index: -1;
    width: 60px;
}
.main-proj-process-zigzag .process-zigzag-wrap {
    position: relative;
}

.main-proj-process-zigzag .process-zigzag-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ff4040;
    transform: translateX(-50%);
}

.main-proj-process-zigzag .process-box {
    width: 45%;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.main-proj-process-zigzag .process-box.left {
    margin-right: auto;
}

.main-proj-process-zigzag .process-box.right {
    margin-left: auto;
}

.main-proj-process-zigzag .step-no {
    width: 60px;
    height: 60px;
    background: #ff4040;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-proj-process-zigzag h4 {
    font-size: 22px;
    color: #030303;
    margin-bottom: 12px;
}

.main-proj-process-zigzag p {
    color: #666;
    margin: 0;
    line-height: 1.7;
}



/* Sub Menu / Mega Menu Active Color (Normal & Sticky) */
.mega-menu .sub-cate li a.active,
header.sticky .mega-menu .sub-cate li a.active {
    color: #ff4040 !important; 
    font-weight: 600 !important;
}



.sub-page-breadcrums {
    position: relative;
    width: 100%; /* Full width, no rounded pill */
    padding: 173px 0 135px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end; /* Pushes content towards bottom */
    z-index: 1;
}

/* Dark overlay to make text readable */
.sub-page-breadcrums::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(15, 20, 35, 0.8) 100%);
    z-index: -1;
}
.sub-page-breadcrums .sub-bread-content {
    width: 100%;
}

.sub-page-breadcrums .sub-bread-secc h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    
    margin-bottom: 2rem;
    margin-top: 0;
}
.sub-page-breadcrums .norm-breadcrumb-navigation {
    margin-top: 0;
}
/* =========================================
   2. THE ANIMATED SHAPES (Bottom Right)
========================================= */

/* The wrapper holds them exactly on the bottom right edge */
.animated-edge-shapes {
    position: absolute;
    right: 0;
    bottom: -79px; /* Aligns the white box perfectly with the banner's bottom edge */
    display: flex;
    flex-direction: column;
    z-index: 10;
    overflow: hidden;
}

.edge-shape-white {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-top-left-radius: 20px; 
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: popUpWhite 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.3s; 
    overflow: clip;
}

/* The Black Shape */
.edge-shape-black {
    width: 80px;
    height: 80px;
    background-color: #ff4040;
    border-bottom-left-radius: 20px; /* Curves only the bottom left */
    position: relative;
    z-index: 2; /* Lower than white */
    opacity: 0; /* Hidden by default */
    animation: dropDownBlack 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.0s; /* Waits 1 full second (after white is done) to drop */
}


/* =========================================
   3. THE KEYFRAME ANIMATIONS
========================================= */

/* White pops up slightly from below and scales in */
@keyframes popUpWhite {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Black starts hidden perfectly BEHIND the white box (-120px), then slides down */
@keyframes dropDownBlack {
    0% {
        opacity: 0;
        transform: translateY(-120px); 
    }
    10% {
        opacity: 1; /* Instantly visible, but hidden behind the white box */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Drops into place below the white box */
    }
}


.about-page-intro {
    padding: 6rem 0 0;
    overflow: hidden;
}

/* ====================================
   LEFT SIDE: IMAGE COMPOSITION 
==================================== */
.about-intro-left {
    position: relative;
    padding-right: 30px; 
    padding-bottom: 40px; 
}

.left-about-images {
    position: relative;
    width: 100%;
    height: 550px;
}

.about-bg-shape {
    position: absolute;
    top: -20px;
    right: 0;
    width: 450px;
    height: 460px;
    border: 8px solid #ff4040;
    border-radius: 10px;
    z-index: 0;
}


.img-main {
    position: absolute;
    top: 20px;
    left: 0;
    width: 450px;
    height: 460px;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
}

.about-right-content {
    font-size: 40px;
    line-height: 1.2;
}

/*.about-right-content span {*/
/*    display: inline-block;*/
/*    color: #ff4040;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom: 9px;*/
/*}*/


.about-right-content .sec-big-title{
    font-size: 40px;
    line-height: 1.2;
}

.img-overlap {
      position: absolute;
    bottom: -20px;
    right: -20px;
    width: 354px;
    height: 315px;
    object-fit: cover;
    border-radius: 8px;
    border: 8px solid #ffffff;
    z-index: 2;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.05);
}

/* ====================================
   RIGHT SIDE: TEXT CONTENT
==================================== */
.about-right-content {
    padding-left: 20px;
}

/* Scope everything to the section */
.vision-mission-secc {
    padding: 3rem 0;
     position: relative;
    z-index: 1;
}


.vision-mission-secc::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px; 
    height: 213px; 
    background-image: url('../image/home/features-shape.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: -1;
}


.vision-mission-secc .vision-box {
    display: flex;
    align-items: flex-start;
    position: relative;
  
    gap: 18px;
    padding: 40px 30px 16px 40px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    height: 100%;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.vision-mission-secc .vision-box::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -1px; 
    width: 60px;
    height: 6px;
    background-color: #ff4040;
}

.vision-mission-secc .vision-box:hover {
    border-color: #ff4040;
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}

.vision-mission-secc .vision-icon-box {
    width: 60px;
    flex-shrink: 0;
}

.vision-mission-secc .vision-icon-box img {
    width: 100%;
    height: auto;
    /* CSS Filter to turn black to exactly #ff4040 */
    filter: invert(36%) sepia(85%) saturate(3015%) hue-rotate(339deg) brightness(101%) contrast(104%);
    /* Smooth transition for the spin */
    transition: transform 0.8s ease-in-out;
}

/* Icon Spin on Box Hover */
.vision-mission-secc .vision-box:hover .vision-icon-box img {
    transform: rotateY(360deg);
}

/* Text Content Styling */
.vision-mission-secc .vision-box-content h4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}


.counter-section{
    position: relative;
    background-color: #ff4040;
    padding: 90px 0;
    overflow: hidden;
}

.counter-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../image/svg/texture-background.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45; /* adjust as needed */
    z-index: 0;
}

.counter-section > *{
    position: relative;
    z-index: 1;
}

.counter-section .counter-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    color: #ffffff;
}

.counter-section .counter-icon img {
    filter: brightness(0) invert(1);
    width: 82px;
    height: auto;
}

.counter-section .counter-text h4{
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}

.counter-section .counter-text p {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 0 0;
    color: #ffffff;
}

.mission-section {
    padding: 5rem 0 ;
}

.mission-section span{
    display: inline-block;
    color: #ff4040;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}


.mission-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.mission-image {
    width: 65%;
    border-radius: 10px;
    overflow: hidden;
}

.mission-image img {
    width: 100%;
    display: block;
    height: auto;
}

.mission-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    z-index: 2;
    overflow: hidden;
}

.mission-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background-image: url('https://logistra.themeadapt.com/wp-content/uploads/2025/11/mission_shape.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.mission-content > * {
    position: relative;
    z-index: 1;
}

.mission-content p {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 1.6;
}

.mission-list li::before {
    content: '';
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background-color: #ff4040;
    border-radius: 50%;
    background-image: url('../image/svg/tick.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    margin-top: 3px;
}

.mission-content .sec-big-title{
    font-size: 30px;
    line-height: 1.2;
}


.code-of-conduct-sec {
        position: relative;
    background-color: #25262c;
    padding: 7rem 0;
    z-index: 1;
}

.code-of-conduct-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/services/full-width-world-map.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    z-index: -1;
    opacity: 0.1;
}

.floating-plane {
    position: absolute;
    top: -80px;
    right: 15%;
    z-index: 10;
    animation: floatPlane 3s ease-in-out infinite;
}

.floating-plane img {
    max-width: 150px;
    height: auto;
}

@keyframes floatPlane {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}


.conduct-kicker {
    display: inline-block;
    color: #ff4040;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.code-of-conduct-sec .sec-big-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.conduct-intro {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 2rem;
}

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

.conduct-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.conduct-list li:last-child {
    margin-bottom: 0;
}

.conduct-list li::before {
    content: '';
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background-color: #ff4040;
    border-radius: 50%;
    background-image: url('../image/svg/tick.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .code-of-conduct-sec::before {
        background-size: cover;
        opacity: 0.2;
    }
    .conduct-content-wrapper {
        padding: 20px 0;
        border-left: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .floating-plane {
        left: 5%;
        top: -60px;
    }
 
}




@media (max-width: 991px) {
 
    .mission-image {
        width: 100%;
    }
   
}


.about-feature-image {
   position: absolute;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    left: 0;
    bottom: 0rem;
}

.about-feature-image img {
    width: 600px;
    height: auto;
    display: block;
}


.terms-overview-sec {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 1rem;
}

.terms-img-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24%;
    height: 80%;
    
    z-index: 1;
}

.terms-img-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24%;
    height: 80%;
    z-index: 1;
}

.terms-img-right img {
       clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 85%, 0 15%);
}

.terms-img-left img {
      clip-path: polygon(0 0, 80% 0, 100% 15%, 100% 85%, 80% 100%, 0 100%);
}

.terms-img-left img,
.terms-img-right img {
    width: 100%;
    height: 386px;
    object-fit: cover;
    display: block;
}

.terms-kicker {
    display: inline-block;
    color: #ff4040;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 20px;
    border: 1px solid #ff4040;
    border-radius: 50px;
    margin-bottom: 12px;
}

.terms-overview-sec p {
    margin: 20px auto 35px auto;
    max-width: 90%;
}

.conduct-content-wrapper{
    padding-left: 60px;
}

.link{
    color: #ff4040;
    text-decoration: none;
}

                  .certificates-section {
    padding: 4rem 0 9rem;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.cert-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cert-col img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.coverage-secti-mainn.indi-uks ul{
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: center;
}
.coverage-secti-mainn.indi-uks li{
width:18%;
    margin-bottom: 9px;
}
.london-bott{
    margin:20px 0 0;
}
.coverage-secti-mainn.indi-uks {
    padding: 2rem 0;
}

.enquiry-from-sec{
    padding:5rem 0 3rem;
}

.enquiry-from-sec .quote-wrap {
    display: flex;
    gap: 30px;
     max-width: 968px;
    margin: 64px auto;
}

.enquiry-from-sec .qf-card {
    position: relative;
    flex: 1;
    background: #fff;
    padding: 80px 25px 35px;
    text-align: center;
    border-top: 4px solid var(--color-primary);
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,.06);
    transition: all .3s ease;
}

.enquiry-from-sec .qf-card .icon {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 105px;
    background: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.enquiry-from-sec .qf-card .icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--color-primary);
    transition: all .3s ease;
}

.enquiry-from-sec .qf-card h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
}

/* Active card (middle card) */
.enquiry-from-sec .qf-card.active,
.enquiry-from-sec .qf-card:hover {
    border-top-color: var(--color-secondary);
}

.enquiry-from-sec .qf-card.active .icon,
.enquiry-from-sec .qf-card:hover .icon {
    background: var(--color-secondary);
}

.enquiry-from-sec .qf-card.active .icon::before,
.enquiry-from-sec .qf-card:hover .icon::before {
    border-top-color: var(--color-secondary);
}


.enquiry-from-sec .qf-card .icon img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.enquiry-from-sec .qf-card .icon {
    background: var(--color-primary);
}

.enquiry-from-sec .qf-card.active .icon,
.enquiry-from-sec .qf-card:hover .icon {
    background: var(--color-secondary);
}
.enquiry-from-sec .main-enquiry-fomes{
    padding: 35px;
    border: 1px solid #dfe3e8;
    border-radius: 35px;
    background: #fff;
    overflow: hidden;
}

.enquiry-from-sec .enquiry-image img {
    width: 100%;
    height: 595px;
    object-fit: cover;
    border-radius: 25px;
    padding-left: 1px;
}

.enquiry-from-sec .enquiry-content{
    padding-left: 20px;
}

.enquiry-from-sec .enquiry-content h3{
    font-size: 34px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.enquiry-from-sec .enquiry-content p{
    margin-bottom: 35px;
    font-size: 16px;
}

.enquiry-from-sec .quote-input-group{
    margin-bottom: 20px;
}

.enquiry-from-sec .quote-input-group input,
.enquiry-from-sec .quote-input-group select,
.enquiry-from-sec .shipping-textarea{
    width: 100%;
    border: 1px solid #d9dde2;
    border-radius: 50px;
    padding: 16px 25px;
    font-size: 16px;
    outline: none;
    transition: .3s ease;
    background: #fff;
}

.enquiry-from-sec .quote-input-group select{
    appearance: none;
    cursor: pointer;
}

.enquiry-from-sec .shipping-textarea{
    border-radius: 25px;
    min-height: 130px;
    resize: vertical;
}

.enquiry-from-sec .quote-input-group input:focus,
.enquiry-from-sec .quote-input-group select:focus,
.enquiry-from-sec .shipping-textarea:focus{
    border-color: var(--color-secondary);
}

.enquiry-from-sec .main-enquiry-fomes .about-btn{
        margin: 23px 0 0;
}

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

.terms-content{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 50px;
}
.terms-section .sec-big-title {
    margin-bottom: 11px;
}

.terms-content h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.terms-content p{
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
      .enquiry-from-sec{
        padding: 4rem 0 2rem;
    }

    .enquiry-from-sec .quote-wrap{
        flex-direction: column;
        gap: 70px;
        margin: 50px auto 40px;
    }

    .enquiry-from-sec .qf-card{
        padding: 70px 20px 25px;
    }

    .enquiry-from-sec .qf-card .icon {
        width: 64px;
        height: 64px;
        top: -34px;
    }

    .enquiry-from-sec .qf-card .icon img{
        width: 37px;
        height: 37px;
    }

    .enquiry-from-sec .qf-card h4{
        font-size: 18px;
    }

    .enquiry-from-sec .main-enquiry-fomes{
        padding: 20px;
        border-radius: 25px;
    }

       .enquiry-from-sec .enquiry-image {
        margin-bottom: 0;
    }

    .enquiry-from-sec .enquiry-image img{
        height: 280px;
        border-radius: 20px;
        padding-left: 0;
    }

    .enquiry-from-sec .enquiry-content{
        padding-left: 0;
        margin-top: 25px;
    }

    .enquiry-from-sec .enquiry-content h3{
              font-size: 19px;
        line-height: 1.3;
    }

    .enquiry-from-sec .enquiry-content p{
        font-size: 15px;
                margin-bottom: 17px;
    }

    .enquiry-from-sec .quote-input-group{
        margin-bottom: 15px;
    }

    .enquiry-from-sec .quote-input-group input,
    .enquiry-from-sec .quote-input-group select,
    .enquiry-from-sec .shipping-textarea{
        padding: 14px 20px;
        font-size: 15px;
    }

    .enquiry-from-sec .shipping-textarea{
        min-height: 120px;
    }

    .enquiry-from-sec .main-enquiry-fomes .about-btn{
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {

    .enquiry-from-sec{
        padding: 3rem 0 2rem;
    }

    /* Feature Cards */
    .enquiry-from-sec .quote-wrap{
        gap: 20px;
        margin: 55px auto 45px;
    }

    .enquiry-from-sec .qf-card{
        padding: 70px 15px 25px;
    }

    .enquiry-from-sec .qf-card .icon{
        width: 85px;
        height: 85px;
        top: -45px;
    }

    .enquiry-from-sec .qf-card .icon img{
        width: 40px;
        height: 40px;
    }

    .enquiry-from-sec .qf-card h4{
        font-size: 18px;
        line-height: 1.4;
    }

    /* Form Section */
    .enquiry-from-sec .main-enquiry-fomes{
        padding: 25px;
        border-radius: 25px;
    }

    .enquiry-from-sec .enquiry-image img{
        border-radius: 20px;
        height:auto;
    }

    .enquiry-from-sec .enquiry-content{
        padding-left: 15px;
    }

    .enquiry-from-sec .enquiry-content h3{
           font-size: 21px;
        line-height: 1.3;
    }

    .enquiry-from-sec .enquiry-content p{
        font-size: 15px;
        margin-bottom: 25px;
    }

    .enquiry-from-sec .quote-input-group{
        margin-bottom: 15px;
    }

    .enquiry-from-sec .quote-input-group input,
    .enquiry-from-sec .quote-input-group select,
    .enquiry-from-sec .shipping-textarea{
        padding: 14px 18px;
        font-size: 15px;
    }

    .enquiry-from-sec .shipping-textarea{
        min-height: 110px;
    }

    .enquiry-from-sec .main-enquiry-fomes .about-btn{
        margin-top: 20px;
    }
}










@media (max-width: 767px) {
    .left-about-images {
        height: 400px;
    }
    .about-bg-shape {
        width: 85%;
        border-width: 8px;
    }
    .img-overlap {
        width: 70%;
        height: 50%;
        border-width: 8px;
        right: 0;
    }
}


@media (max-width: 1199px) {
    .terms-img-left,
    .terms-img-right {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .terms-img-left,
    .terms-img-right {
        opacity: 0.35;
        width: 30%;
    }
}

@media (max-width: 767px) {
  
    .terms-img-left,
    .terms-img-right {
        display: none;
    }
    .terms-desc {
        max-width: 100%;
    }
}


.footer-address-row {
    border-top: 2px solid rgba(0, 0, 0, 0.1); 
    text-align: center;
    padding-top: 24px;
}

.footer-address-card p {
    font-size: 14px;
}

.footer-address-card h4 {
    margin-bottom: 11px;
}


.footer-address-card ul li {
    margin-bottom: 13px;
}


.footer-address-card a {
    font-size: 14px;
}

  .footer-address-card{
        margin-bottom: 28px;
    }
    
    
   label.error{
    color: red;
  
}