@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* Banner Section */
.service-banner-section,
.freight-forwarding-services,
.our-client {
    background-image: url("../images/rfid-banner.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
    background-blend-mode: darken;
    background-color: #00000047;
}

.banner-title {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
}

/* freight section css  */
.freight-forwarding-services {
    background-image: url("../images/freight-forwarding-services.jpg");
}

.our-client {
    background-image: url("../images/out-client.jpg");
}

/* Floating White Box */
.service-description-section {
    margin-top: -50px;
}

.floating-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    text-align: justify;
}

.floating-box p {
    color: #444;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}

.what-rfid {
    padding: 60px 0px 30px 0px;
}

/* Circular Icon in the middle */
.icon-circle {
    background-color: #fff;
    border-radius: 50%;
    padding: 0px 10px 10px 10px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle img {
    width: 75px;
    height: 46px;
    position: absolute;
    top: 10%;
}

.RFID-Work {
    padding: 30px 0px 30px 0px;
}

.rfid-work-img img {
    object-fit: cover;
    border-radius: 15px;
}

.rfid-work-content ul {
    padding-left: 1rem;
}

.rfid-work-content ul li {
    margin: 0.4rem;
    font-size: 1.1rem;
}

.service-key-features-section {
    padding: 0px 0px 30px 0px;
}

.service-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    background-color: #409cd2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.service-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content h3 {
    color: #393a73;
    font-size: 1.3rem;
}

.service-content p {
    padding: 0px 80px;
}

/* benifits section start */
.benefits-section {
    background-color: #f8f8f8;
    padding: 80px 0px;
}

.benefits-section h5 {
    color: #393a73;
    font-size: 1.5rem;
}

.benefits-section p {
    color: #555;
    font-size: 1.5rem;
    margin: 0;
    padding: 0px 60px;
}

.benefits-divider {
    width: 50%;
    margin: 15px auto;
    border: 0;
    border-top: 2px solid #1d1c1c;
}

/* product card start */
.product-card {
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
    height: 100%;
    transition: background-color 0.6s ease-in-out, transform 0.3s ease-in-out;
}

.product-image-wrapper img:hover {
    background-color: #393a73;
    transition: background-color 0.6s ease-in-out, transform 0.3s ease-in-out;
}

.product-image-wrapper img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 15px;
    background-color: #fff;
    margin: 0 auto;
}

.product-image-wrapper img {
    object-fit: cover;
}

.product-card p {
    padding: 0px;
    font-size: 1.2rem;
}

/* RFID Product Card Styling */
.rfid-product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.rfid-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.rfid-product-card .product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, #f1f4f9, #e9edf3);
    /* soft gradient */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    transition: background 0.4s ease;
}

/* Slight highlight on hover */
.rfid-product-card:hover .product-image-wrapper {
    background: linear-gradient(145deg, #e6ebf5, #f4f7fb);
}

.rfid-product-card img {
    max-width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    z-index: 1;
}

.rfid-product-card:hover img {
    transform: scale(1.01);
    background-color: transparent !important;
}

/* Title */
.rfid-product-card h5 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
}

/* List */
.rfid-product-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rfid-product-card ul li {
    font-size: 0.95rem;
    color: #555;
    padding: 6px 0;
    line-height: 1.5;
    border-bottom: 1px dashed #e0e0e0;
}

.rfid-product-card ul li:last-child {
    border-bottom: none;
}

/* Optional Decorative Accent */
.rfid-product-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border-radius: 50%;
    opacity: 0.08;
    transition: opacity 0.4s ease;
}

.rfid-product-card:hover::before {
    opacity: 0.12;
}


/* why choose RFID section start */
.why-choose-rfid-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.why-choose-rfid-content h3 {
    color: #393a73;
    font-size: 1.5rem;
}

.why-choose-rfid-content p {
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.rfid-work-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.typical-application-section {
    padding: 30px 0px;
}

.gallery-section {
    padding: 30px 0px;
}

.why-choose-rfid-section {
    padding: 30px 0px;
}

/* silder section start */
.testimonial-card-section {
    padding: 30px 0px;
}

/* FAQ Section start  */
.faq-section {
    padding: 50px 0px 30px;
}

.faq-item {
    border-radius: 8px;
    background: #f8f8f8;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 25px 20px;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #393a73;
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
}

.faq-answer {
    padding: 0 20px 15px;
    font-size: 15px;
    color: #555;
    display: none;
    font-size: 1.3rem;
}

.faq-icon {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.faq-question.active .faq-icon {
    color: #000;

}

.faq-question.active .faq-answer {
    transition: all 0.5s ease-in-out;
}

/* slider start */
.image-slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dots button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
    background: #bbb;
    margin: 0 5px;
    cursor: pointer;
}

.dots button.active {
    background: #333;
}

.slide {
    position: relative;
    flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
    margin: 0px 1px;
}

.slide img {
    width: 90%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 43px;
    color: white;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    font-size: 1.5rem;
    transition: 0.5s ease;
}

.slide:hover .caption {
    bottom: 20px;
}

.slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 0 0 10px 10px;
    transition: height 0.5s ease;
    z-index: 1;
}

.slide:hover::after {
    height: 100%;
}

/* Transport Airbags & Cargo Safety page start */
.transport-airbages-banner-section {
    background-image: url("../images/transport-airbags-cargo-safety.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.transport-airbags-content p {
    font-size: 1.2rem;
}

.transport-airbags {
    padding: 60px 0px 30px 0px;
}

.airbag-product-variation {
    padding: 30px 0px 30px 0px !important;
}

.product-variants-section {
    padding: 60px 0px 30px 0px;
}

.airbags-key-features-section {
    padding: 30px 0px 30px 0px;
}

.application-transport-section {
    padding: 30px 0px 30px 0px;
}

.why-choose-airbag-section {
    padding: 30px 0px 30px 0px;
}

.airbag-benifit-section p {
    font-size: 1.3rem;
}

.benifits-card {
    background-color: #fff;
    height: 128px;
    border-radius: 8px;
    border-left: 5px solid #409cd2;
    padding: 10px;

}

.transport-airbag-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* Belts & Container Accessories page start */

.belts-container-accessories-banner-section {
    background-image: url("../images/cargo-lashing-belt-manufacturers-suppliers-in-india.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.premium-cargo-belts-content p {
    font-size: 17px;
}

.types-of-cargo-section {
    padding: 25px 0px 50px 0px;
}

.types-of-cargo-content h3 {
    color: #393a73;
    font-size: 1.4rem;
}

.types-of-cargo-content p {
    font-size: 1.1rem;
}

.types-of-cargo p {
    font-size: 1.1rem;
}

.types-of-cargo {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px 20px;
    height: 100%;
    border: 1px solid #ddd;
}

.cargo-belts-key-features-section {
    padding: 25px 0px 25px 0px;
}

.info-cargo-belts {
    padding: 50px 0px 25px 0px;
}

.belts-container-accessories-section P {
    font-size: 1.2rem;
}

.infomation-cargo-belts {
    padding: 20px 20px;
    background-color: #f8f8f8;
    border-radius: 12px;
    border: 1px solid #ddd;
    height: 100%;
}

.infomation-cargo-belts h2 {
    color: #393a73;
    font-size: 1.7rem;
}

.info-cargo-belts ul li {
    font-size: 1.1rem;
}

.why-cargo-belts {
    padding: 10px 0px 50px 0px;
}

/* certificate of origin page start */
.certificate-banner-section {
    background-image: url("../images/certificate-of-Origin-COO-services-in-gujarat.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.certificate-of-origin {
    padding: 50px 0px;
    margin: 80px 0px 0px 0px;
}

.certificate-of-origin {
    background-color: #f5f5f5;
}

.certificate-of-origin-image img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image-collage {
    display: flex;
    gap: 15px;
}

.big-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.small-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.small-images img {
    width: 225px;
    height: 200px;
    border-radius: 12px;
    object-fit: cover;
}

.certificate-of-origin-for-export {
    background-color: #ffff;
}

.services-section {
    padding: 40px 0;
}

.certificate-card {
    background: #fff;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

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

.certificate-card-content {
    padding: 20px;
}

.certificate-card-content h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #409cd2;
}

.certificate-card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

.coo-registration-consultant {
    background-color: #ffff;
}

.coo-registration-consultant-content {
    background-color: #ffff;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 77%);
    padding: 20px;
    border-radius: 12px;
}

.coo-registration-consultant-content h2 {
    font-size: 2rem;
}

.coo-registration-consultant-img img {
    height: 530px;
}

.e-coo-services {
    background-color: #ffff;
}

.e-coo-services-box-img img {
    border-radius: 10px;
}

.bg-white.e-coo-services-box {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 77%);
    border-radius: 15px;
    margin: -4px 0 0 -141px;
    width: calc(50% + 82px);
}

.dgft-coo-application-service {
    background-color: #ffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dgft-coo-application-service-img img {
    height: 450px;
}

/* CHA & Customs Clearance Services page start */
.cha-customs-clearance-solutions-banner-section {
    position: relative;
    padding: 15% 0;
    text-align: center;
    overflow: hidden;
    background-blend-mode: darken;
    background-color: #0000004d;
}

.cha-customs-clearance-solutions-banner-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.cha-customs-clearance-solutions-banner-section h1 {
    position: relative;
    color: #fff;
    /* टेक्स्ट वीडियो पर साफ दिखे */
    z-index: 1;
}

.cha-services {
    padding: 0px 0px !important;
}

.cho-services-icon-img {
    width: 60px;
    height: 60px;
}

.cho-customs-services {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px 20px;
    height: 100%;
    border: 1px solid #ddd;
}

.cho-customs-services-content p {
    font-size: 1.1rem;
    margin-bottom: 0px;
    margin-left: 15px;
}

.cha-benifit-card {
    height: 100px !important;
}

.why-choose-cho-customs-clearance-services p {
    margin-bottom: 0px;
    font-size: 1.5rem;
    color: grey;
}

.why-choose-cha-services-img img {
    width: 500px;
    border-radius: 12px;
}

.why-choose-cha-services {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: #f8f8f8;
    padding: 40px;
    border-radius: 12px;
}

.why-choose-cha-service-content p {
    font-size: 1.2rem;
    text-align: justify;
}

.cha-offer-service strong {
    font-size: 1.5rem;
}

.infomation-cargo-belts p {
    font-size: 1.2rem;
}

.cha-why-choose {
    padding: 50px 0px 50px 0px;
}

.container-seals-features {
    background-color: #409cd2;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}

.features-bottom-part {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 12px;
}

.features-bottom-part p {
    margin-bottom: 0px;
    font-size: 1.3rem;
}

.why-choose-container-seal-content p {
    font-size: 1.3rem;
    text-align: justify;
}

.why-choose-container-seal-content ul li {
    font-size: 1.2rem;
}

/* container seal page start */
.container-seal-banner-section {
    background-image: url("../images/container-seal-banner.webp");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.container-seal-application-section {
    padding: 30px 0px 10px 0px;
}

.container-seal-product {
    padding: 30px 0px !important;
}

.qa-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.qa-card-features p {
    padding-top: 0px !important;
}

/* Lift effect on hover */
.qa-card:hover {
    transform: translateY(-6px);
}

/* Icon Container */
.qa-icon {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #409cd2;
    margin-bottom: 10px;
    z-index: 1;
}

/* Background gradient behind icon using ::before (always visible) */
.qa-icon::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom, rgba(57, 164, 230, 0.15), transparent);
    border-radius: 0 0 50% 50%;
    z-index: -1;
}

/* Headings */
.qa-card h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 12px;
    color: #000;
}

/* Paragraphs */
.qa-card p {
    font-size: 19px;
    line-height: 1.6;
    color: #555;
}

.container-seal-benifits-card {
    height: 100%;
    padding: 25px;
}

.oveview-section-img img {
    width: 100%;
    height: 400px !important;
    border-radius: 12px;
}

.container-overview-section {
    padding: 60px 0px 30px 0px;
}

.overview-section-content p {
    font-size: 1.5rem;
    text-align: justify;
}

.why-choose-container-seal {
    padding: 30px 0px;
}

/* Introduction to ICEGATE Services page start  */
.icegate-services-banner-section {
    background-image: url("../images/icegatr-services.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.intro-icegate-services-section {
    padding: 60px 0px;
}

.intro-icegate-services-content p {
    font-size: 1.2rem;
    text-align: justify;
}

.intro-icegate-services-img img {
    height: 500px;
    object-fit: cover;
}

.icegate-registration-Services {
    background-color: #f5f5f5;
}

.intro-icegate-services-img {
    position: sticky;
    top: 10%;
    align-self: flex-start;
    transition: 0.5s ease;
}

.intro-icegate-services-img img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-icegate-services-content ul li {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.icegate-sections {
    padding: 30px 0px 60px;
}

.icegate-box {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.icegate-box p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* ICE registration page start */
.what-iec-contnet p {
    font-size: 1.3rem;
}

/* Introduction to ICEGATE Services page end  */

/* ICE page start */

.ice-banner-section {
    background-image: url("../images/iec-registration-services.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.what-ifc-registration {
    padding: 60px 0px;
}

.qa-card h3 {
    font-size: 1.5rem;
    margin: 25px 0px 10px;
}

.qa-card p {
    font-size: 1.5rem;
    padding: 20px 0px 0px 0px;
}

.why-required-doc .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #409cd2;
}

.required-doc-box {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.doc-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.doc-icon {
    font-size: 28px;
    color: #409cd2;

}

.doc-card p {
    font-size: 1.2rem;
    margin-bottom: 0px;
    margin-left: 25px;
    text-align: left;
}

/* last page start */
.moisture-control-desiccants-banner-section {
    background-image: url("../images/moisture-control-desiccants-banner.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.moisture-desiccants-manufacturers-in-india-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.why-choose-moisture-control-content p {
    font-size: 1.5rem;
}

.why-choose-moisture-control-content ul li {
    font-size: 1.5rem;
}

.moisture-control-section {
    padding: 60px 0px;
}

.step-item {
    background: #f2f2f2;
    padding: 20px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2rem;
    position: relative;
}

/* Default arrow box */
.step-item::after {
    content: "←";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ddd;
    /* default background */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

/* On hover/active → with color change */
.step-item:hover::after,
.step-item.active::after {
    content: "→";
    background: #fff;
    color: black;
    transform: translate(5px, -50%);
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-item {
    background: #f2f2f2;
    padding: 35px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.5rem;
}

.step-item:hover,
.step-item.active {
    background: #409cd2;
    color: #fff;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.step-content p {
    text-align: justify;
    font-size: 1.1rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-content img {
    width: 90%;
    border-radius: 12px;
    height: 390px;
}

.moisture-control {
    position: relative;
    padding: 60px 0px;
    margin-bottom: 60px;
}

.moisture-control-image {
    border-radius: 12px;
    width: 100%;
}

.moisture-control-content {
    position: absolute;
    content: '';
    box-sizing: border-box;
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 80%;
    bottom: -2%;
    left: 10%;
    padding: 20px 30px;
    border-radius: 12px;
    height: 325px;
    text-align: justify;
}

.moisture-control-content p {
    font-size: 1.1rem;
}

.moisture-control-why-choose p {
    font-size: 1.6rem;
}

.moisture-control-why-choose ul li {
    font-size: 1.2rem;
}



/* contact page start */

.contact-banner-section {
    background-image: url("../images/contact-us.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
    position: relative;
}

/* Contact Form */
.contact-form {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    border-radius: 16px;
}

/* Contact Details Box */
.contact-details {
    background: linear-gradient(135deg, #1d3e91, #3f6db5);
    color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
}

/* Contact Heading */
.contact-details p.h5 {
    color: #fff;
    font-weight: 600;
}

/* Contact Items */
.contact-us-section {
    padding: 80px 0px 30px;
}

.contact-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.contact-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.contact-box i {
    color: #ffff;
    font-size: 1.4rem;
}

.contact-box strong {
    color: #fff;
    font-size: 1.2rem;
}

.contact-box span {
    color: #f1f1f1;
    font-size: 1.1rem;
}

/* Divider */
.contact-details hr {
    border-color: rgba(255, 255, 255, 0.3);
}

/* Social Icons */
.contact-icon a i {
    color: #fff;
    transition: color 0.3s ease, transform 0.2s ease;
}

/* responsive section start  */
@media (max-width:1900px) {
    .moisture-control-content {
        height: auto;
    }

    .moisture-control-why-choose p {
        font-size: 1.2rem;
    }
}

@media (max-width:1400px) {
    .why-choose-rfid-image {
        display: flex;
        justify-content: center;
    }

    .service-content p {
        padding: 0px 18px;
    }
}


@media (max-width:1200px) {
    .transport-airbags-content p {
        font-size: 1rem;
    }

    .why-choose-rfid-content p {
        font-size: 1.1rem;
    }
}

@media (min-width:1300px)and (max-width:1450px) {
    .title h2 {
        color: #409cd2;
        font-size: 30px;
        margin-bottom: 0px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .title h2 {
        color: #409cd2;
        font-size: 28px;
        margin-bottom: 0px;
    }
}

@media (max-width:1199px) {
    .intro-icegate-services-img {
        display: flex;
        justify-content: center;
    }

    .intro-icegate-services-img img {
        width: 600px;
    }

    .moisture-control-img {
        display: flex;
        justify-content: center;
    }

    .moisture-control-image {
        width: 85%;
    }

    .e-coo-services-box-img img {
        border-radius: 10px;
        height: 450px;
    }
}

@media (max-width:992px) {

    .why-choose-rfid-image {
        display: flex;
        justify-content: center;
    }

    .rfid-work-content ul li {
        font-size: 0.9rem;
    }

    .rfid-work-content h2 {
        font-size: 25px;
    }

    .service-content p {
        padding: 0px 17px;
    }

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

    .title h2 {
        color: #409cd2;
        font-size: 26px;
        margin-bottom: 0px;
    }

    .types-of-cargo {
        background: #f8f8f8;
        border-radius: 12px;
        padding: 20px 20px;
        height: 250px;
        border: 1px solid #ddd;
    }

    .intro-icegate-services-img {
        display: flex;
        justify-content: center;
    }

    .intro-icegate-services-img img {
        width: 600px;
    }

    .step-item {
        font-size: 1.2rem;
    }

    .moisture-control-img {
        display: flex;
        justify-content: center;
    }

    .moisture-control-image {
        width: 92%;
    }

    .benifits-card {
        height: 100%;
    }

    .fill-bill-online-section {
        padding: 0px 0px 20px 0px !important;
    }

    .what-ifc-registration {
        padding: 40px 0px 20px 0px !important;
    }
   .step-content img{
    height: 100% !important;
   }
}

@media (max-width: 768px) {
    .slide {
        flex: 0 0 100%;
    }

    .service-description-section {
        margin-top: -9px;
    }

    .what-rfid {
        padding: 40px 0px 10px 0px;
    }

    .rfid-work-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .why-choose-rfid-image img {
        width: 100%;
    }

    .benefits-section p {
        color: #555;
        font-size: 1.5rem;
        margin: 0;
        padding: 0px 0px;
    }

    .benefits-section ul li {
        list-style: none !important;
    }

    .testimonial-card-section {
        padding: 40px 0px;
    }

    .faq-section {
        padding: 100px 0px;
    }

    .types-of-cargo {
        background: #f8f8f8;
        border-radius: 12px;
        padding: 20px 20px;
        height: 245px;
        border: 1px solid #ddd;
    }

    .dgft-coo-application-service-box-img img {
        margin: 0px 0 0 00px;
        z-index: 999 !important;

    }

    .bg-white.e-coo-services-box {
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 77%);
        border-radius: 15px;
        margin: 10px auto;
        width: 97%;
    }

    .step-content img {
        width: 100%;
        height: 100% !important;
    }

    .moisture-control-image {
        width: 94%;
    }

    .rfid-e-seal-faq-section {
        padding: 0px 0px 30px 0px;
    }

    .container-overview-section {
        margin-bottom: 0px !important;
    }

    .fill-bill-online-section {
        padding: 0px 0px 20px 0px !important;
    }
}

@media (max-width:575px) {
    .service-description-section {
        margin-top: -9px;
    }

    .title h2 {
        color: #409cd2;
        font-size: 25px;
        margin-bottom: 0px;
    }

    .types-of-cargo {
        background: #f8f8f8;
        border-radius: 12px;
        padding: 20px 20px;
        height: 225px;
        border: 1px solid #ddd;
    }

    .dgft-coo-application-service {
        margin: 0px;
    }


    .coo-registration-consultant {
        background-color: #ffff;
        margin: 0px;
    }

    .certificate-of-origin-for-export {
        background-color: #ffff;
        margin: 0px;
    }

    .certificate-of-origin {
        margin-top: 0px;
    }

    .moisture-control-content {
        position: absolute;
        content: '';
        box-sizing: border-box;
        background-color: #ffff;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        width: 90%;
        bottom: -15%;
        left: 5%;
        padding: 20px 30px;
        border-radius: 12px;
        height: 350px;
        text-align: justify;
    }

    .step-item::after {
        display: none;
    }

    .banner-title {
        font-size: 1.4rem !important;
        margin-bottom: 18px;
    }

    .what-iec-contnet p {
        font-size: 1.1rem;
    }

    .title {
        margin-bottom: 15px;
    }

    .e-coo-services-box-img img {
        height: 100%;
    }

    .e-coo-services {
        padding-top: 25px !important;
    }

    .coo-registration-consultant {
        padding-bottom: 25px !important;
    }

    .icegate-sections {
        padding: 30px 0px 30px;
    }

    .File-Bill-of-Entry-online-service {
        padding: 15px 0px !important;
    }

    .moisture-control-image {
        display: none;
    }

    .moisture-control-content {
        position: relative;
        height: auto;
        width: 94%;
    }

    .moisture-control {
        padding: 0px;
    }

    .Freight-Forwarding-Services {
        padding: 10px 0px !important;
    }

    .faq-section {
        padding-top: 20px !important;
    }

    .belts-used-section {
        padding-top: 15px !important;
    }

    .what-ifc-registration {
        padding-bottom: 30px !important;
    }

    .typical-application-section {
        padding-top: 0px;
    }

    .transport-airbags {
        padding-bottom: 15px;
    }

    .airbag-product-variation {
        padding-top: 15px !important;
    }
}

@media (max-width:480px) {
    .transport-airbags {
        padding-bottom: 15px !important;
    }

    .airbag-product-variation {
        padding-top: 15px !important;
    }

    .cha-benifit-card {
        height: 100% !important;
    }

    .benefits-section {
        padding: 60px 0px !important;
    }

    .why-choose-container-seal {
        padding: 0px 0px 5px 0px;
    }

    .intro-icegate-services-section {
        padding: 20px 0px 50px 0px;
    }

    .required-doc-box {
        padding: 20px 10px;
    }

    .step-item {
        padding: 20px;
    }

    .faq-question {
        font-size: 1.2rem;
    }

    .faq-answer {
        font-size: 1.1rem;
    }

    .benefits-section h5 {
        font-size: 1.3rem;
    }

    .infomation-cargo-belts h2 {
        font-size: 1.4rem !important;
    }

}


@media (max-width:420px) {
    .service-description-section {
        margin-top: 15px;
    }

    .title h2 {
        color: #409cd2;
        font-size: 25px !important;
        margin-bottom: 0px;
    }

    .banner-title {
        font-size: 1.7rem !important;
    }

    .airbag-benifit-section p {
        font-size: 1.1rem;
    }

    .product-card {
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 8px;
        height: 100%;
    }

    .benifits-card {
        background-color: #fff;
        height: auto;
        border-radius: 8px;
        border-left: 5px solid #409cd2;
        padding: 10px;
    }

    .product-card strong {
        font-size: 1.2rem;
    }

    .product-card p {
        font-size: 1.1rem;
    }

    .title img {
        width: 64px;
    }

    .types-of-cargo {
        background: #f8f8f8;
        border-radius: 12px;
        padding: 20px 20px;
        height: 100%;
        border: 1px solid #ddd;
    }

    .why-choose-cha-services {
        padding: 20px;
    }

    /* .moisture-control-image {
        display: none;
    }

    .moisture-control-content {
        position: relative;
        height: auto;
        width: 94%;
    } */

    .moisture-control {
        padding: 0px;
    }

    .step-item {
        font-size: 1.2rem;
    }

    .moisture-benifits {
        height: auto;
    }

    .what-iec-contnet p {
        text-align: justify;
    }

    .rfid-work-content ul li {
        font-size: 1.1rem;
        text-align: justify;
    }

    .why-choose-rfid-image img {
        height: 100%;
        width: 100%;
    }

    .why-choose-rfid-content p {
        text-align: justify;
    }

    .icegate-box p {
        font-size: 1rem;
    }

    .doc-card p {
        font-size: 1rem;
    }

}

@media (max-width:380px) {
    .title h2 {
        font-size: 24px !important;
    }

    .benefits-section {
        padding: 30px 0px !important;
    }
}

@media (max-width:350px) {
    .rfid-work-content ul li {
        font-size: 0.9rem;
        text-align: justify;
    }

    .what-iec-contnet p {
        text-align: justify;
        font-size: 1.2rem;
    }

    .why-choose-rfid-image img {
        height: 100%;
        width: 100%;
    }

    .benefits-section p {
        color: #555;
        font-size: 1rem;
        margin: 0;
        padding: 0px 10px;
        text-align: justify;
    }

    .title h2 {
        color: #409cd2;
        font-size: 22px !important;
        margin-bottom: 0px;
    }

    .infomation-cargo-belts p {
        font-size: 1rem;
    }

    .why-choose-cha-service-content p {
        font-size: 1rem;
    }

    .why-choose-cha-services {
        padding: 14px;
    }

    .cho-customs-services {
        height: 100%;
    }

    .cha-offer-service strong {
        font-size: 1.2rem;
    }

    .types-of-cargo-section {
        padding: 0px;
    }

    .overview-section-content p {
        font-size: 1rem;
    }

    .features-bottom-part p {
        font-size: 1rem;
    }

    .qa-card p {
        font-size: 1rem;
    }

    .why-choose-container-seal p {
        font-size: 1rem;
    }

    .why-choose-container-seal ul li {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 1.7rem;
    }

    .infomation-cargo-belts h2 {
        font-size: 1.3rem !important;
    }

    .container-overview-section {
        padding: 30px 0px 60px 0px;
    }

    .oveview-section-img img {
        object-position: right !important;
    }

    .what-ifc-registration {
        padding: 30px 0px;
    }

}

@media (max-width:320px) {
    .title h2 {
        color: #409cd2;
        font-size: 20px !important;
        margin-bottom: 0px;
    }

    .title img {
        width: 50px;
    }

    .what-iec-contnet p {
        text-align: justify;
    }

    .rfid-work-content ul li {
        font-size: 0.9rem;
        text-align: justify;
    }

    .why-choose-rfid-image img {
        height: 100%;
        width: 100%;
    }

    .transport-airbags-content p {
        text-align: justify;
    }

    .transport-airbags {
        padding-bottom: 15px !important;
    }

    .airbag-product-variation {
        padding: 20px 0px !important;
    }

    .airbags-key-features-section {
        padding-top: 15px !important;
    }

    .faq-question {
        font-size: 1rem;
    }

    .faq-answer {
        font-size: 1.1rem;
    }

    .what-ifc-registration {
        padding: 60px 0px 30px 0px;
    }
}