@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');

* {
    font-family: "Nunito Sans", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    padding: 96px 0px 0px;
}

p{
    font-family: "Wix Madefor Text", sans-serif;
}
.fixed-top {
    z-index:99;
}
.prime-img img {
    width: auto;
    height: 70px; 
}

.haccp-img {
    width:100px !important;
    height:auto;
}

.navbar-anc-link a {
    /*color: #6E6E6E !important;*/
    padding:10px 15px;
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
}

.navbar-anc-link button {
    color: #0f2f4c !important;
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    background-color: transparent;
    border: white;
}

.navbar-anc-link button:hover {
    background-color: transparent !important;
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: transparent !important;
    border: none;
}

.navbar-expand-lg .navbar-nav {
    gap:30px;
}

.nav-login-btn button {
    background-color: #184E98;
    color: white;
    border: none;
    font-size: 14px;
    padding: 8px 13px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nav-login-btn button::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f2f4c; /* Same as base color */
    z-index: -2;
}
.nav-login-btn button::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #FF6200; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}

.nav-login-btn button:hover::before{
     width: 100%;
}

.nav-phone{
    color: #0f2f4c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-phone:hover{
    color: #ff6422;
    text-decoration: none;
}

.nav-phone:hover i{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


.banner-img-section {
    position: relative;
    width: 100%;
}

.banner-img-section img {
    width: 100%;
    display: block;
}

/* .banner-over-para {
    position: absolute;
    top: 9%;
    left: 35px;
    text-align: left;
    color: white;
    z-index: 2;
} */

.banner-over-para p {
    color: #FF8E48;
    font-size: 20px;
    font-weight: 800;
}

.banner-over-para p:nth-of-type(2) {
    font-size: 25px;
    font-weight: 700;
    color: white;
}

h1 {
    font-size: 53.852px;
    font-weight: 800;
    color: white;
}

/*.super-card-banner img {
    width: 50px;
    height: 50px;
}

.super-card-banner.active {
    background: #FF6200E5;
    transition: background-color .3s ease-in;
}

.super-card-banner.active .card-body {
    color: white;
}

.super-card-banner {
    background-color: white;
    border-radius: 0;
    border: none;
    padding: 38px 16px;
    text-transform: capitalize;
    font-size: 16px;
    color: white;
    height: 100%;
    text-align: start;
}

.super-card-banner .card-body {
    color: black;
    padding: 16px 0px;
}

.super-card-banner.active i {
    background-color: white;
    color: black;
}


.three-card-bann-arrow.active i {
    background-color: white;
    padding: 8px 18px;
    border-radius: 20px;
    color: black;
}

.three-card-bann-arrow i {
    background-color: #0f2f4c;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
}*/


.about-sec-content h3 {
    font-size: 20px;
    color: #ff6200;
    font-weight: 800;
}

.about-sec-content h4 {
    font-size: 42px;
    font-weight: 800;
    color: #10294c;
}

.about-sec-content h4 span {
    color: #FF6200;
}

.about-sec-content p {
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    line-height:28px;
}


.thumbnail-first img {
    width: 100%;
}

.thumbnail-sec img {
    width: 100%;
}

.thumbnail-third img {
    width: 100%;
}

.about-cont-img {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    flex: 1;
    justify-content: space-evenly;
    padding: 10px;
    position: relative;
}

.about-cont-img:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 60%;
    /* Keeps the border centered */
    width: 2px;
    background-color: #001B4126;
    /* Border color */
}

.about-sec-after-img h5 {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    color: #10294c;
}

.about-sec-after-img h5 span {
    color: #FF6200;
}

.about-sec-after-img p {
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    color: #000000;
}

.five-card-about .col-sm-2 {
    width: 20%;
}

.main-container {
    background-color: #F5FAFF;
}

.partner-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}

.partner-card img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}

.services-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f2f4c;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card.active {
    background-color: #FF620026;
    transition: background-color .5s ease;
}

.service-card {
    padding: 20px 13px;
    border-radius: 38.816px;
    height: 100%;
}

.service-card-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-align:left;
    color:#144482;
    margin-bottom: 0px;
}

.service-card-content p {
    font-size: 16px;
    text-align:left;
    margin-top:10px;
    font-family: "Wix Madefor Text", sans-serif;
}

.service-card-content h3 strong{
    text-align:left;
    color:#ff6200;
    font-size:20px;
}

.why-choose-head h3 {
    font-size: 20px;
    color: #0f2f4c;
    font-weight: 800;
}

.why-choose-head h5 {
    font-size: 42px;
    font-weight: 800;
    color: #10294c;
}

.why-choose-head h5 span {
    color: #FF6200;
}

.why_chooseimg img {
    width: 100%;
    height: 563px;
}

.why-choose-head p {
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
}

.common-btn a {
    background-color: #FF6200;
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.common-btn a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF6200; /* Same as base color */
    z-index: -2;
}
.common-btn a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0f2f4c; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}

.common-btn a:hover::before{
     width: 100%;
}
.common-btn a:hover{
    background-color: #0f2f4c;
    transition: all.1s ease;
}

.whychoose-cont-img {
    flex: 1;
    padding: 10px;
    position: relative;
    text-align:center;
}

.whychoose-cont-img h4 {
    font-size: 20px;
    margin-top:8px;
    font-weight:600;
}
.whychoose-cont-img p {
    font-family: "Wix Madefor Text", sans-serif;
}
.whychoose-cont-img:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0%;
    /* Keeps the border centered */
    width: 2px;
    background-color: #001B4126;
}

.why_choose-single-img {
    background: #0f2f4c;
    border-radius: 50%;
    padding: 15px;
    display:inline-flex;
}

.why_choose-single-img img {
    width: 35px;
    height: 35px;
}
@media(max-width:767px){
    .whychoose-cont-img {
        flex: unset;
    }
    .whychoose-cont-img:not(:last-child)::after {
        display:none;
    }
}

.deal-sec-head h3 {
    font-size: 42px;
    font-weight: 700;
    color: #10294c;
}

.deal-sec-head h3 span {
    color: #FF6200;
}

.deal-sec-head p {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Wix Madefor Text", sans-serif;
}

.deal-card-four {
    height: 100%;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: .3s;
}

.deal-card-four:hover {
    transform:translateY(-5px);
}

.deal-center img {
    background: #ff6200;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    transform: translate(-34px, -37px);
    border: 2px solid white;
}
.col-lg-3:nth-child(2) .deal-center img,
.col-lg-3:nth-child(4) .deal-center img{
    background: #0f2f4c !important;
}

.deal-card-content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.32px;
    margin-top:20px;
    color: #0f2f4c;
}

.deal-card-content .card-title{
    position: relative;
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 15px;
}

.deal-card-content .card-title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;          /* Line ki width */
    height: 3px;          /* Line ki thickness */
    background: #ff6200;  /* Line ka color */
    border-radius: 10px;
}

.deal-card-content p {
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    margin-top: 15px;
    text-align:justify;
}

.weare-sec-container {
    background-color: #ff6200;
}

.we_are-head-sec h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    color: white;
}

.we_are-head-sec p {
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    text-transform: capitalize;
    color: white;
}

.we-are-four-card {
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding: 15px 18px 15px;
    height: 100%;
}

.we-are-four-card h2 {
    font-size: 52px;
    font-weight: 800;
}

.we-are-four-card p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.we_are-head-sec {
    padding: 30px 10px;
}

.quote-section {
    background-color: #0f2f4c;
    color: white;
    padding: 30px 0;
    /*height: 575px;*/
}

.quote-form-container {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.submit-btn {
    background-color: #ff6a00;
    border: none;
    width: 100%;
    padding: 0.75rem;
    font-weight: 500;
}

.submit-btn:hover {
    background-color: #e05e00;
}

.image-container {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
}

.quote-head h5 {
    font-size: 42px;
    font-weight: 700;
    text-align:center;
}

.quote-head p {
    font-size: 16px;
    text-align:center;
    font-family: "Wix Madefor Text", sans-serif;
}

.quote-form-container label {
    font-size: 14px;
    color: #6E6E6E;
}

.quote-form-container input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #2C2C2CBA;
}

.quote-form-container select {
    color: #2C2C2CBA;
    font-size: 12px;
    font-weight: 400;
}

.quote-form-container textarea::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #2C2C2CBA;
}

.testimonials-head h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    font-family: fraunces_120pt-light;
}

/*.testimonials-container.mt-5 {
    margin-top: 24rem !important;
}*/

.testimonials-head h3 span {
    color: #FF6200;
    font-family: fraunces_120pt-light;
}

.faq-head h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    color: #10294c;
}

.faq-head p {
    font-size: 17px;
}

.main-accordion-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.main-accordion-faq .accordion-item {
    border-bottom: 1px solid #0000004D !important;
    border: none;
}

.main-accordion-faq h2 button {
    font-size: 17px;
    color: black;
    font-weight: 700;
}

.main-accordion-faq .accordion-body {
    padding: 0px 20px 10px;
    font-family: "Wix Madefor Text", sans-serif;
}

.main-accordion-faq .accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}

.faq-right-img img {
    width: 100%;
    border-radius: 16px;
    height: 640px; 
}

.footer-main-container {
    background-color: #184E98;
    padding: 67px 10px 20px;
}

.footer-head-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: white;
}

.footer-head-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: white;
}

.footer-head-content li {
    list-style: none;
}

.footer-head-content a {
    text-decoration: none;
    color: white;
}

.footer-head-content ul {
    padding: 0;
}

.footer-head-content i {
    color: white;
    /*padding: 10px;*/
}

.footer-copyright-content .copyright {
    color: #FFCC00;
}


.about-img-us img {
    width: 100%;
}

.testimonial-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 50px;
    background: #fff;
}

/* Wrapper to control center positioning */
.profile-wrapper {
    display: flex;
    justify-content: center;
    width: 400px;
    /* Fixed width to center images */
    overflow: hidden;
}

/* Images will slide inside this container */
.profile-container {
    display: flex;
    gap: 20px;
    transition: transform 1s ease-in-out;
}

/* Styling for images */
.profile-container img {
    /*width: 70px;*/
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    /* opacity: 0.7; */
}

/* Active image effect */
.profile-container img.active {
    /*width: 80px;*/
    height: 80px;
    opacity: 1;
    transform: scale(1.2);
}

.testimonialstars {
    color: #FF6200;
    font-size: 25px;
}

.main-slide-card-testimonial {
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background-color: #0f2f4c;
    width: 80%;
    padding: 26px 58px;
    text-align: center;
    border-radius: 20px;
}

.testimonial-card p {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.testimonial-card h6 {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-card a {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel-indicators {
    margin-bottom: 5px !important;
}

.about-img-page img {
    width: 100%;
}

.about-banner-img {
    position: relative;
}

.about-postcontainer {
    position: absolute;
    top: 22%;
    padding: 0px 65px;
}

.about-content h1 {
    font-size: 47px;
    font-weight: 700 !important;
    font-family: "Wix Madefor Text", sans-serif;
}

.about-content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}

.about-content h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}

.about-content p {
    font-size: 16px;
    text-align: justify !important;

}

.about-content ul li {
    font-size: 16px;
    text-align: justify;
    font-family: "Wix Madefor Text", sans-serif;
}


.footer-contact-container.mt-5 {
    margin-top: 19rem !important;
}

.prohibited-items-terms h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.311px;
}

.prohibited-items-terms p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.311px;
    margin-bottom: 0;
    text-align: justify;
}

.prohibited-items-terms ul {
    padding-left: 1rem;
    font-size:18px;
}

/* Banner Styling */
.banner {
    position: relative;
    height: 400px;
    /* Adjust height as needed */
    /* background: url(../images/about-img.png) no-repeat center center/cover; */
    display: flex;
    align-items: center;
    color: white;
    padding: 20px;
}

/* Overlay Effect */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Dark to transparent */
}

/* Banner Content */
.banner-content {
    position: relative;
    z-index: 2;
    max-width: 748px;
    text-align: left;
    font-weight: 500;
    color: white;
    padding-left: 30px;
}

.banner-content p {
    font-size: 25px;
}


/* Form Styling */
.tracking-form {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 48%;
    right: 10%;
    transform: translateY(-50%);
    width: 350px;
}

/* Custom Button */
.btn-track {
    background-color: #ff6600;
    /* Orange color */
    color: white;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.btn-track:hover {
    background-color: #e65c00;
    /* Darker orange */
}

.tracking-form h4 {
    font-size: 20px;
    color: black;
}

.tracking-form label {
    color: #6E6E6E;
    font-size: 12px;
    font-weight: 400;
}

.tracking-form .place-custom-holder::placeholder {
    color: #6E6E6E;
    font-size: 12px;
}

.track-oder-head h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #184E98;
}

.track-oder-head h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.track-oder-head h5 span {
    color: #FF6200;
}

.track-oder-head p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.track-order-four-card {
    text-align: center;
    background: #FF6200;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 12px;
    display: inline-flex
;
}

.track-order-four-card img {
    height: 40px;
    width: 47px;
}

.track-order-four-card h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.311px;
}

.track-order-four-card p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.311px;
}

.main-card-detail {
    background-color: #F9FBFF;
    padding: 20px 18px;
    border-radius: 15px;
    ;
}

.detail-card .first-span {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 400;
}

.detail-card span {
    color: #6E6E6E;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.detail-card .again-span {
    color: #FF6200;
    display: inline;
}

.cancel-order-detail {
    padding: 20px 18px;
    background-color: #F9FBFF;
    border-radius: 15px;
    ;
}

.cancel-order-detail h3 {
    color: #FF6200;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}


.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: #e67e22;
}

.timeline-item {
    position: relative;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 28%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #e67e22;
    border-radius: 50%;
}

.date-label {
    position: absolute;
    left: -73px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #555;
    text-align: center;
    width: 50px;
}

.title {
    color: #e67e22;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.sec-can-orderdetail {
    padding: 20px 44px;
}

.caluclator-pills .nav-link.active {
    background-color: #FF6200;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
}

.caluclator-pills button {
    font-size: 16px;
    color: white;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
}

.caluclator-pills .nav-link {
    color: #001B4161;
    padding-left: 22px;
    padding-right: 22px;
    border: 1px solid #001B4161;
}

.calculator-form label {
    font-size: 14px;
    color: #6F6F6F;
    font-weight: 600;
    padding-right: 0px;
}

.calculator-form input::placeholder {
    font-size: 12px;
    color: #6F6F6F99;
}

.calculator-form select{
        font-size: 12px;
    color: #6F6F6F99;
}

.input-group-calculator span {
    background-color: #3699FF;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: none;
}

.calculate-reset-btn .cal-btn {
    background-color: #FF6200;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: white;
    padding: 7px 20px;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.calculate-reset-btn .cal-btn::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF6200; /* Same as base color */
    z-index: -2;
}
.calculate-reset-btn .cal-btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #184E98; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}
.calculate-reset-btn .cal-btn:hover::before{
     width: 100%;
}
.calculate-reset-btn .cal-btn:hover{
 background-color: #184E98;
}

.calculate-reset-btn .res-btn {
    border: 1px solid #0000004D;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 6px;
    background-color: white;
}

.calculate-reset-btn {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.form-head-top h3 {
    text-align: start;
    color: black;
}

.form-head-top p {
    text-align: start;
    font-size: 16px;
}


.index-banner {
    position: relative;
    height: 600px;
    /* Adjust height as needed */
    background: url(../images/banner-img.png) no-repeat center center/cover;
    display: flex;
    align-items: start;
    color: white;
    padding: 80px 20px;
}

.banner-bg-plane-deal {
    /* background: url(../images/ship-plane.png) center/cover no-repeat; */
    height: 745px;
    position: relative;
    /* Adjust as needed */
}

.plane-banner-dtl-head h2 {
    font-size: 20px;
    font-weight: 800;
}

.plane-banner-dtl-head h4 {
    font-size: 53.852px;
    font-weight: 600;
}

.plane-banner-dtl-head p {
    font-size: 25px;
    font-weight: 500;
}



.track-btn-banner-plane button {
    background-color: #FF6200;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    line-height: 16px;
    padding: 16px 40px;
}

.track-btn-banner-plane button:hover {
    background-color: #FF6200;
}

/*.track-btn-banner-plane.btn-check:checked+.btn,*/
/*.btn.active,*/
/*.btn.show,*/
/*.btn:first-child:active,*/
/*:not(.btn-check)+.btn:active {*/
/*    background-color: #FF6200;*/
/*}*/

.track-btn-banner-plane input::placeholder {
    color: #0000004D;
    font-size: 16px;
    font-weight: 500;
}

.banner-section {
    /* background: url(../images/banner-img.png) center/cover no-repeat; */
    min-height: 672px;
    /* Adjust as needed */
    position: relative;
    padding: 57px 0px 0px;
    color: #fff;
}

.cards-overlap {
    /*margin-top: -190px; Negative margin to overlap banner */
    z-index: 2;
    position: relative;
}

.about-section {
    padding: 60px 0;
}

.experience-badge {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.experience-badge h3 {
    margin: 0;
    font-size: 2rem;
    color: #333;
}

/*.banner-sec-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}*/

.plane-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}


.service-card-content a{
color: #ff6200;
text-decoration: none;
font-size: 16px;
display: flex;
align-items: center;
gap: 10px;
font-weight: 500;
}

.term-condi-banner{
    background: url(../images/terms-condi-img.png) no-repeat center center/cover;
}

.privacy-banner-img{
    background: url(../images/privacy-img.png) no-repeat center center/cover;
}

.volumetic-banner{
    background: url(../images/volumetric-calcul-img.png) no-repeat center center/cover;
}

.counter-box {
    background: #FF6200;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 23%;
    left: 32%;
}
.highlight {
    color: #FF6200;
    font-weight: bold;
}

.counter-box .text-counter-size{
    font-size: 35px !important;
}

.counter-box span{
    font-size: 21px;
    font-weight: 500;
}

.service-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 20px;
}

.banner-plane-overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.contact-footer-mob{
    margin-top: 18rem !important;
}

.navbar-anc-link .btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none !important;
}

.navbar-anc-link .dropdown-item.active, .dropdown-item:active{
    color: white !important;
}

.track-btn-banner-plane .form-control:focus{
    box-shadow: none;
}

.social-icon-color i:hover {
    color: #e05e00 !important;
}

.track-order-four-content-main h4{
    font-size: 20px;
}

.navbar-anc-link {
    align-items: center;
}

.volumetic-btn-more-item button{
    background-color: #F43E19;
    color: white;
    font-size: 14px;
    border: none;
    padding: 11px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
}

/*.navbar-anc-link .dropdown-menu[data-bs-popper]{
    right: 0;
    left: unset;
}*/


/*.fixed-testi-size {
    height: 187px;
}*/

.deal-card-four .card-img-top{
    transition: all .3s ease;
}

/*.deal-card-four:hover img{
    transform: scale(1.1);
}*/

.deal-card-four img{
    overflow: hidden;
}

.main-accordion-faq .accordion-button:not(.collapsed){
    color: black;
}


  .modal-header {
            background-color: #ff6600;
            color: white;
            text-align: center;
            font-weight: bold;
            border-bottom: none;
            padding: 16px 68px;
        }
        .modal-content {
            border-radius: 10px;
            border: none;
        }
        .modal-body {
            padding: 20px;
        }
        .shipping-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
        }
        .shipping-item:last-child {
            border-bottom: none;
        }
        .shipping-icon img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
        }
        .shipping-details {
            flex-grow: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .price-btn {
            background-color: #ff6600;
            color: white;
            border: none;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .modalpara-span span{
            display: block;
        }
        
        .modalpara-span img{
            width: 45px;
        }
        
        
        .modalpara-span .modalinside-img{
        border: 1px solid black;
    display: inline-flex;
    padding: 19px 6px;
    border-radius: 28px;
        }
        
        .volumetic-btn-more-item i{
        background: #F43E19;
    display: inline-flex;
    padding: 10px;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
        }
        
        
        .we-are-four-card:hover {
    transition: all .5s ease;
    transform: scale(1.1);
}

.modal-head-top h5{
    font-size: 26px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.327px;
}

.modal-head-top button{
    position: absolute;
    right: 10px;
    top: 12px;
}

.partner-card:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
    overflow: hidden;
}

.footer-head-content a:hover {
    color: #FF6200;
    transition: color .3s ease;
}

.whychoose-cont-img:hover .why_choose-single-img {
    background: #FF6200;
    transition: background-color .3s ease;
}


.captcha-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.captcha {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #0e3bc6;
    padding: 5px 15px;
    display: inline-block;
}
.refresh-btn {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    background: none;
    border: none;
    color: blue;
}

#captchaInput, #captchaInput:focus{
    outline: none;
    border: none;
    border-bottom: 2px solid;
}
.banner-over-para h1 {
    text-align:center;
    font-family: fahkwang;
    line-height:1.3;
    font-size: 95px;
    max-width: 700px;
    margin:80px auto;
}

.our-team-section{
    background:#f8fafc;
}

.section-title h3{
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    color: #10294c;
}

.section-title h3 span {
    color: #FF6200;
}

.team-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:200px;
    position: relative;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.team-info{
    display:flex;
    align-items:center;
    gap:10px;
}

.team-image{
    width:65px;
    height:65px;
    flex-shrink:0;
}

.team-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}

.team-details h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#222;
}

.team-details span{
    display:block;
    margin-top:4px;
    color:#222;
    font-size:15px;
    font-family: "Wix Madefor Text", sans-serif;
}

.team-details span{
    position: relative;
    display: inline-block;
    color: #666;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.team-details span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;          /* Line ki width */
    height: 3px;          /* Line ki thickness */
    background: #ff62008f;  /* Line ka color */
    border-radius: 10px;
}

.linkedin-btn{
    position: absolute;
    left: 60px;
    top: 10px;
    width: 30px;
    height: 30px;
    background:#0A66C2;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.linkedin-btn:hover{
    background:#144482;
    color:#fff;
}

.team-contact{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.team-contact a{
    text-decoration:none;
    color:#222;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:500;
    font-family: "Wix Madefor Text", sans-serif;
}

.team-contact a i{
    color:#144482;
    width:18px;
}
.swiper-button-next,
.swiper-button-prev{
    width:45px;
    height:45px;
    background:#144482;
    border-radius:50%;
    color:#fff;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size:18px;
    font-weight:700;
}

.swiper-pagination{
    margin-top:30px;
    position:relative;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#cfcfcf;
    opacity:1;
}

.swiper-pagination-bullet-active{
    width:28px;
    border-radius:20px;
    background:#144482;
}

@media(max-width:1399px) {
    .team-details span {
        font-size:13px;
    }
}

@media(max-width:768px) {
    .team-image {
        width: 73px;
        height: 73px;
    }
    .team-details h5 {
        font-size:25px;
    }
    .team-details span {
        font-size:18px;
    }
    
}

/*--------------------------*/
/*=========================
 Business Info Section
=========================*/

.business-info-section{
    background:#f8f9fb;
}

/*=========================
 Map
=========================*/

.business-map{
    height:100%;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.business-map iframe{
    width:100%;
    height:100%;
    border:0;
}


/*=========================
 Info Card
=========================*/

.business-info-card{
    height:100%;
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.business-cover {
    display:flex;
    gap:15px;
}

.business-cover img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(255 98 0 / 70%);
}

.business-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color: #10294c;
}

.business-subtitle{
    font-size:16px;
    font-weight:700;
    font-family: "Wix Madefor Text", sans-serif;
    position: relative;
    display: inline-block;
    color: black;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.business-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;          /* Line ki width */
    height: 3px;          /* Line ki thickness */
    background: #ff6200;  /* Line ka color */
    border-radius: 10px;
}


/*=========================
 Opening Hours
=========================*/

.business-hours{
    border-top:1px solid #d9d9d9;
}

.business-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:7px 0;
    border-bottom:1px solid #d9d9d9;
    font-size: 14px;
}

.business-row span:first-child{
    font-weight:500;
    color:#222;
    font-family: "Wix Madefor Text", sans-serif;
}

.business-row span:last-child{
    color:#555;
    font-weight: 500;
    font-size: 13px;
    font-family: "Wix Madefor Text", sans-serif;
}

.closed{
    color:#ff6200 !important;
    font-weight:600;
}


/*=========================
 Bottom Cards
=========================*/

.info-box{
    height:100%;
    padding:12px;
    background:#f7f8fb;
    border-radius:16px;
    transition:.35s;
    border:1px solid #ececec;
}

.info-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.info-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#144482;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    margin-bottom:10px;
}

.info-box h5{
    font-size:18px;
    font-weight:800;
    margin-bottom:15px;
    font-family: "Wix Madefor Text", sans-serif;
}

.info-box p{
    margin:0;
    color:#222;
    font-weight:500;
    line-height:1.8;
    margin-bottom: 10px;
    font-size:13px;
}

.info-box a{
    display:block;
    text-decoration:none;
    color:#222;
    font-weight:500;
    font-size:13px;
    margin-bottom:10px;
    transition:.3s;
    font-family: "Wix Madefor Text", sans-serif;
}

.info-box a:hover{
    color:#144482;
}

.info-box a i {
    margin-right:2px;
}


/*=========================
 Tablet
=========================*/

@media(max-width:991px){

.business-map{
    min-height:450px;
}

.business-info-card{
    min-height:auto;
    padding:35px;
}

.business-title{
    font-size:34px;
}

.business-subtitle{
    font-size:24px;
}

}


/*=========================
 Mobile
=========================*/

@media(max-width:767px){


.business-map{
    min-height:320px;
    border-radius:15px;
}

.business-info-card{
    padding:25px;
    border-radius:15px;
}

.business-title{
    font-size:28px;
}

.business-subtitle{
    font-size:18px;
}

.business-row{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
}

.info-box{
    padding:22px;
}

.info-box h5{
    font-size:20px;
}

.info-icon{
    width:45px;
    height:45px;
    font-size:18px;
}

}

/*----------------------------*/
.prime-breadcrumb-section {
    position: relative;
    width: 100%;
    min-height: 250px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f2f6f0;
}

.prime-breadcrumb-content {
    position: relative;
    z-index: 2;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.prime-breadcrumb-title {
    margin: 0;

    font-size: 170px;
    font-weight: 900;

    font-family: 'Anton', sans-serif;

    letter-spacing: 8px;
    line-height: 1;

    /*background: linear-gradient(
        120deg,
        #123B73 0%,
        #184E98 50%,
        #3A78C2 100%
    );*/
    background: linear-gradient(120deg, #0f2f4c 50%, #184e98 50%, #0e417e 0%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}


/* ===========================
   Responsive
=========================== */

@media (max-width: 1200px) {

    .prime-breadcrumb-title {
        font-size: 150px !important;
    }

}

@media (max-width: 992px) {

    .prime-breadcrumb-section {
        min-height: 200px;
    }

    .prime-breadcrumb-title {
        font-size: 150px !important;
    }

}

@media (max-width: 768px) {

    .prime-breadcrumb-section {
        min-height: 200px;
    }

    .prime-breadcrumb-title {
        font-size: 100px !important;
        letter-spacing: 4px;
    }

}

@media (max-width: 576px) {

    .prime-breadcrumb-section {
        min-height: 100px;
    }

    .prime-breadcrumb-title {
        font-size: 50px !important;
    }

}
/*-----------------------------*/

/* ===========================
   BLOG SECTION
=========================== */
.blog-section h3 {
    font-size: 42px;
    line-height: 1.2;
    color: #10294c;
    font-weight: 800;
}

.blog-section h3 span {
    color:#ff6422;
}

.blog-section .blog-p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 700px;
    text-align:center;
    margin-bottom:20px;
}

.blog-card{
    background:#fff;
    box-shadow: 0 10px 35px rgba(20, 68, 130, 0.08);
    transition:.35s;
    height:100%;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius: 10px;
}

.blog-card:hover{
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

/* ===========================
   IMAGE
=========================== */

.blog-img{
    overflow:hidden;
    position:relative;
}

.blog-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.blog-card:hover .blog-img img{
    transform:scale(1.05);
}

/* ===========================
   BODY
=========================== */

.blog-body{
    padding:18px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* ===========================
   AUTHOR
=========================== */

/*.blog-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:18px;
}*/

.blog-author{
    display:flex;
    align-items:center;
    gap:10px;
}

.blog-author img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.blog-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fdeade;
    display: flex;
    gap: 10px;
    align-items:center;
    color: #ff6422;
}

.blog-info h6 {
    margin-bottom:0;
    font-size: 14px;
    font-weight: 600;
}

.blog-info span {
    font-size: 14px;
    font-weight: 600;
}

.blog-author h6{
    margin:0;
    font-size:15px;
    font-weight:600;
}

.blog-author span{
    font-size:13px;
    color:#666;
}

/* ===========================
   MENU
=========================== */

.blog-menu{
    position:relative;
}

.menu-btn{
    width:36px;
    height:36px;
    border:none;
    background:none;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
}

.menu-btn:hover{
    background:#f5f5f5;
}

/* ===========================
   SHARE POPUP
=========================== */

.share-dropdown{
    position:absolute;
    top:42px;
    right:0;
    width:180px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.3s;
    z-index:100;
}

.share-dropdown a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 16px;
    color:#222;
    text-decoration:none;
    font-size:15px;
}

.share-dropdown a:hover{
    background:#f7f7f7;
}

/* JS active class */

.blog-menu.active .share-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* ===========================
   HEADING
=========================== */
.blog-body h3 a{
    text-decoration:none;
    color:#10294c;
    font-size:20px;
    font-weight:600;
    line-height:1.3;
    font-family: "Wix Madefor Text", sans-serif;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ===========================
   DESCRIPTION
=========================== */

.blog-body p{
    margin-bottom:16px;
}

.blog-body p a{
    color:#444;
    text-decoration:none;
    line-height:1.8;
    font-size:16px;
    font-family: "Wix Madefor Text", sans-serif;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ===========================
   FOOTER
=========================== */

.blog-footer{
    margin-top:auto;
    border-top:1px solid #ececec;
    padding-top:16px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.blog-footer a {
    text-decoration:none;
}

.blog-footer strong {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ff7a00
}

.blog-footer a i {
    transition: transform 0.3s ease;
}

.blog-footer a:hover i {
    transform: translateX(4px);
}

.left-info{
    display:flex;
    gap:10px;
    align-items:center;
}

.left-info span{
    font-size:15px;
    color:#555;
}

.left-info i{
    margin-right:5px;
}

.wishlist{
    border:none;
    background:none;
    color:#ef4444;
    font-size:20px;
    cursor:pointer;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1399px){

    .blog-body h3 a{
        font-size:18px;
    }

}

@media(max-width:1199px){

    .blog-img img{
        height:200px;
    }

    .blog-body h3 a{
        font-size:24px;
    }

}

@media(max-width:991px){

    .blog-body{
        padding:16px;
    }

    .blog-body h3 a{
        font-size:22px;
    }

}

@media(max-width:767px){

    .blog-img img{
        height:220px;
    }

    .blog-body h3 a{
        font-size:21px;
    }

    .blog-body p a{
        font-size:15px;
    }

}

@media(max-width:575px){

    .blog-img img{
        height:200px;
    }

    .blog-body{
        padding:15px;
    }

    .blog-author img{
        width:38px;
        height:38px;
    }

    .blog-body h3 a{
        font-size:20px;
    }

    .left-info{
        gap:12px;
    }

}

/*=========================================
 BLOG DETAILS
=========================================*/

.blog-details-section{
    padding:80px 0;
    background:#f8f9fb;
}

.blog-details-wrapper{
    max-width:980px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

/*=========================================
 FEATURED IMAGE
=========================================*/

.blog-details-image{
    overflow:hidden;
}

.blog-details-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.blog-details-image:hover img{
    transform:scale(1.04);
}

/*=========================================
 BODY
=========================================*/

.blog-title,
.blog-content,
.blog-meta{
    padding-left:50px;
    padding-right:50px;
}

/*=========================================
 META
=========================================*/

.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:15px;
    padding-bottom: 15px;
}

.blog-meta-left{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

.blog-meta-left span{
    display:flex;
    align-items:center;
    gap:8px;
    color:#666;
    font-size:15px;
    font-weight:500;
}

.blog-meta-left i{
    color:#ff6200;
    font-size:16px;
}

/*=========================================
 SHARE MENU
=========================================*/

.blog-menu{
    position:relative;
}

.menu-btn{
    width:42px;
    height:42px;
    border:none;
    background:#f5f5f5;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
}

.menu-btn:hover{
    background:#ff6200;
    color:#fff;
}

.share-dropdown{
    position:absolute;
    right:0;
    top:55px;
    width:190px;
    background:#fff;
    border-radius:14px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s;
    z-index:99;
}

.blog-menu.active .share-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.share-dropdown a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px;
    color:#222;
    text-decoration:none;
    font-weight:600;
}

.share-dropdown a:hover{
    background:#f8f8f8;
}

/*=========================================
 TITLE
=========================================*/

.blog-title{
    padding-bottom:15px;
}

.blog-title h1{
    font-size:34px;
    line-height:1.25;
    font-weight:700;
    color:#111;
    margin:0;
}

/*=========================================
 CONTENT
=========================================*/

.blog-content{
    padding-bottom:20px;
}

.blog-content p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:15px;
}

.blog-content h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.blog-content h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.blog-content h4{
    font-size:24px;
    font-weight:700;
    margin-top:30px;
    margin-bottom:15px;
}

/*=========================================
 LIST
=========================================*/

.blog-content ul{
    padding-left:25px;
}

.blog-content ul li{
    margin-bottom:5px;
    font-size:16px;
    color:#444;
    line-height:1.8;
    font-family: "Wix Madefor Text", sans-serif;
}

.blog-content ol{
    padding-left:25px;
}

.blog-content ol li{
    margin-bottom:5px;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
 LINKS
=========================================*/

.blog-content a{
    color:#ff6200;
    text-decoration:none;
}

.blog-content a:hover{
    text-decoration:underline;
}

/*=========================================
 BLOCKQUOTE
=========================================*/

.blog-content blockquote{
    margin:20px 0;
    padding:25px;
    border-left:5px solid #ff6200;
    background:#fff8f4;
    border-radius:10px;
    font-size:20px;
    line-height:1.7;
    font-style:italic;
    color:#222;
}

/*=========================================
 IMAGES INSIDE CONTENT
=========================================*/

.blog-content img{
    width:100%;
    margin:30px 0;
    border-radius:18px;
    display:block;
}

/*=========================================
 TABLE
=========================================*/

.blog-content table{
    width:100%;
    border-collapse:collapse;
    margin:35px 0;
}

.blog-content table th,
.blog-content table td{
    border:1px solid #ddd;
    padding:14px;
}

.blog-content table th{
    background:#ff6200;
    color:#fff;
}

/*----------------*/

.blog-top-back{
    padding:30px 40px 20px;
    border-bottom:1px solid #f1f1f1;
}

.blog-top-back a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#ff6200;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.blog-top-back a i{
    transition:.3s ease;
}

.blog-top-back a:hover{
    color:#111;
}

.blog-top-back a:hover i{
    transform:translateX(-4px);
}



/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:992px){

    .blog-details-image img{
        height:420px;
    }

    .blog-title,
    .blog-content,
    .blog-meta{
        padding-left:30px;
        padding-right:30px;
    }

    .blog-title h1{
        font-size:32px;
    }

    .blog-content h2{
        font-size:30px;
    }

}

@media(max-width:768px){

    .blog-details-section{
        padding:60px 0;
    }

    .blog-details-image img{
        height:300px;
    }

    .blog-title h1{
        font-size:30px;
    }

    .blog-content p{
        font-size:16px;
    }

    .blog-content h2{
        font-size:26px;
    }

    .blog-content h3{
        font-size:22px;
    }
    
    .banner-section {
        min-height:unset;
    }
    .banner-over-para h1 {
        font-size:45px !important;
        margin: 80px auto 45px;
    }

}

@media(max-width:576px){

    .blog-details-wrapper{
        border-radius:18px;
    }

    .blog-details-image img{
        height:220px;
    }

    .blog-title,
    .blog-content,
    .blog-meta{
        padding-left:18px;
        padding-right:18px;
    }

    .blog-title h1{
        font-size:24px;
    }

    .blog-content blockquote{
        font-size:18px;
        padding:20px;
    }

}
.recent-blog-p {
    font-size:20px;
}
.recent-blog-a {
    text-decoration:none;
    color:black;
}
.recent-blog-a:hover {
    color:#007aff;
}
.recent-blog-heading {
    font-size:18px !important;
}
/*-------------------------------*/
.banner-content.service {
    text-align:center;
    color:black;
    max-width:unset;
    padding-left: 0;
}
.banner-content.service h1 {
    color:black;
    font-size:42px;
    margin-top:15px;
}
.banner-content.service p{
    color:black;
    margin-bottom:0;
}
/*--------------------------------------*/
/* Floating WhatsApp */

.whatsapp-wrapper{
    position:fixed;
    right:20px;
    bottom:50px;
    z-index:9999;
}

/* Popup Card */

.whatsapp-card{
    position:absolute;
    right:0;
    bottom:85px;
    width:310px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    display:none;
    animation:popup .3s ease;
}

.whatsapp-card.active{
    display:block;
}

@keyframes popup{
    from{
        opacity:0;
        transform:translateY(15px) scale(.95);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

/* Header */

.whatsapp-card-header{
    background:#11836f;
    color:#fff;
    padding:18px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.whatsapp-card-header h5{
    margin:0;
    font-size:18px;
    font-weight:600;
}

.whatsapp-card-header button{
    background:none;
    border:none;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition:.3s;
}

.whatsapp-card-header button:hover{
    transform:rotate(90deg);
}

.whatsapp-subtitle{
    margin:15px 20px;
    color:#666;
    font-size:14px;
    line-height:1.5;
}

/* Items */

.whatsapp-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 20px;
    text-decoration:none;
    color:#222;
    transition:.3s;
    border-top:1px solid #f0f0f0;
}

.whatsapp-item span{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
}

.whatsapp-item .fa-whatsapp{
    color:#25D366;
    font-size:24px;
}

.whatsapp-item:hover{
    background:#f5fffb;
}

.whatsapp-item:hover .fa-chevron-right{
    transform:translateX(5px);
}

.fa-chevron-right{
    transition:.3s;
    color:#11836f;
}


.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 68px;
    height: 68px;
    background: #11836f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s ease;
}

.whatsapp-float i{
    font-size: 38px;
    color: #fff;
}

.whatsapp-float:hover{
    background: #25D366;
    color: #fff;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 15px 35px rgba(37,211,102,.4);
}

/* Pulse Animation */

.whatsapp-float::before{
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,.4);
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse{

    0%{
        transform: scale(1);
        opacity: 1;
    }

    100%{
        transform: scale(1.5);
        opacity: 0;
    }

}

/* Mobile */

@media(max-width:768px){

    .whatsapp-float{

        width: 58px;
        height: 58px;
        right: 15px;
        bottom: 130px;

    }

    .whatsapp-float i{

        font-size: 32px;

    }

}

@media(max-width:576px){

    .whatsapp-card{
        width:280px;
        right:0;
    }

}
 /* ==========================
   Quote Form
========================== */

.quote-form-container{
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.quote-form-container .form-label{
    font-size:14px;
    font-family: "Wix Madefor Text", sans-serif;
    color:#222;
    font-weight: 600;
    margin-bottom:8px;
}

.quote-form-container .form-control::placeholder {
    font-size: 14px !important;
}

.quote-form-container .form-control,
.quote-form-container .form-select{
    height:40px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    box-shadow:none;
    font-size:15px;
    padding:0 10px;
    transition:.3s;
    line-height: 40px;
}

.quote-form-container textarea.form-control{
    height:55px;
    resize:none;
}

.quote-form-container .form-control:focus,
.quote-form-container .form-select:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 0.15rem rgba(13,110,253,.15);
}


/* ==========================
   Shipment Buttons
========================== */

.shipment-btn{
    width:100%;
    height:55px;
    border:1px solid #d8d8d8;
    background:#fff;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.shipment-btn:hover,
.shipment-btn.active{
    background:#0d6efd;
    color:#fff;
    border-color:#0d6efd;
}


/* ==========================
   Phone Input
========================== */

.iti{
    width:100%;
}

.iti input{
    width:100%;
    height:40px !important;
    border-radius:12px;
    padding-left:36px !important;
}

.iti__country-list{
    max-height:260px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.iti__search-input{
    height:42px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    font-size:16px !important;
    font-weight:500;
    padding-left:20px !important;
    
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.867-3.834zM12 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:12px center;
    background-size:18px;
}

.iti__search-input::placeholder{
    font-size:18px !important;
    color:#666;
}
.iti__dial-code {
    font-weight:500;
    color:black !important;
}
/* Hide dial code */
.iti__selected-dial-code{
    display:none !important;
}
.iti__country-name{
    color:black;
}
#phone{
    padding-left:44px !important;
}

.iti__search-input{
    padding-left:12px !important;
}

.btn-check:checked + .btn{
    background:black !important;
    border-color:black !important;
    color:#fff !important;
}
/* ==========================
   Mobile
========================== */

@media(max-width:991px){

    .quote-form-container{
        padding:20px;
    }

    .quote-form-container .form-control,
    .quote-form-container .form-select{
        height:50px;
    }

    .shipment-btn{
        margin-bottom:10px;
    }

    .iti__country-list{
        width:100%;
    }

}

@media(max-width:576px){

    .quote-form-container{
        padding:15px;
        border-radius:15px;
    }

    .quote-form-container .form-label{
        font-size:14px;
    }

    .quote-form-container .form-control,
    .quote-form-container .form-select{
        font-size:14px;
        height:48px;
    }

    .quote-form-container textarea.form-control{
        height:100px;
    }

    .shipment-btn{
        height:48px;
        font-size:14px;
    }

    .submit-btn{
        height:50px;
        font-size:15px;
    }

}
/*---------------------*/
.services-showcase{
    width:100%;
    overflow:hidden;
}

.showcase-wrapper{
    display:flex;
    width:100%;
    height:620px;
}

.showcase-card{
    position:relative;
    flex:1;
    overflow:hidden;
    transition:.6s ease;
    text-decoration:none;
    color:#fff;
}

.showcase-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.showcase-card .overlay{
    position:absolute;
    inset:0;
    background:#1E4ED8;
    opacity:0;
    transition:.5s ease;
    z-index:1;
}

.showcase-card .card-content{
    position:absolute;
    inset:0;
    z-index:2;
    padding:45px;
}

/* Center Text */

.showcase-card p{
    position:absolute;
    top:50%;
    left:50%;
    width:80%;
    max-width:300px;
    transform:translate(-50%,-35%);
    text-align:center;
    font-size:18px;
    line-height:1.8;
    opacity:0;
    transition:.5s ease;
    margin:0;
}

/* Bottom Heading */

.showcase-card h3{
    position:absolute;
    left:50%;
    bottom:40px;
    width:90%;
    transform:translateX(-50%);
    text-align:center;
    margin:0;
    font-size:42px;
    font-weight:400;
    line-height:1.1;
    font-family:"Playfair Display",serif;
    transition:.5s ease;
}

/* Hover */

.showcase-card:hover .overlay{
    opacity:1;
}

.showcase-card:hover p{
    opacity:1;
    transform:translate(-50%,-50%);
}

.showcase-card:hover img{
    transform:scale(1.05);
}

/* Tablet */

@media (max-width:991px){

.showcase-wrapper{
    height:500px;
}

.showcase-card h3{
    font-size:40px;
    bottom:30px;
}

.showcase-card p{
    font-size:18px;
    max-width:240px;
}

}

/* Mobile */

@media (max-width:767px){

.showcase-wrapper{
    flex-direction:column;
    height:auto;
}

.showcase-card{
    min-height:300px;
    flex:1 !important;
}

.showcase-wrapper:hover .showcase-card,
.showcase-wrapper .showcase-card:hover{
    flex:1;
}

.showcase-card h3{
    font-size:34px;
    bottom:25px;
}

.showcase-card p{
    width:85%;
    font-size:16px;
    line-height:1.7;
}

/* Mobile Hover/Touch */

.showcase-card:hover .overlay,
.showcase-card:active .overlay{
    opacity:1;
}

.showcase-card:hover p,
.showcase-card:active p{
    opacity:1;
    transform:translate(-50%,-50%);
}

.showcase-card:hover img,
.showcase-card:active img{
    transform:scale(1.05);
}

}
/*-----------------------------------*/
.business-map-wrapper{
    display:flex;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    min-height:520px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* Left Panel */

.business-location-panel{
    width:32%;
    background:#08254a;
    color:#fff;
    padding:80px 20px;
    display:flex;
    flex-direction:column;
}

.location-heading{
    display:flex;
    align-items:center;
    gap:10px;
}

.location-icon{
    width:40px;
    height:40px;
    background:#ff6200;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.location-heading h5{
    color:#fff;
    margin:0;
    font-size: 20px;
    font-weight: 600;
}

.location-heading span{
    display:block;
    width:30px;
    height:3px;
    background:#ff6200;
    margin-top:10px;
}

.location-address{
    margin:35px 0;
}

.location-address h4{
    color:#fff;
    margin-bottom:15px;
    font-weight:600;
}

.location-address p{
    color:#d6d6d6;
    line-height:1.7;
    font-size: 15px;
}

.location-rating{
    display:flex;
    align-items:center;
    gap:10px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.15);
}

.location-rating i{
    color:#ff6200;
}

.location-map-link{
    margin-top:25px;
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-size: 14px;
}

.location-map-link:hover{
    color:#ff6200;
}

/* Right Map */

.business-map{
    width:68%;
}

.business-map iframe{
    width:100%;
    height:100%;
    border:none;
}
@media(max-width:575px){

    .business-map-wrapper{
        flex-direction:column;
    }

    .business-location-panel,
    .business-map{
        width:100%;
    }
    
    .business-location-panel {
        padding: 30px 25px;
    }

    .business-map{
        height:400px;
    }

}
/*=========================================
Quote Left Card
=========================================*/

.quote-left-info-card{
    position:relative;
    width:100%;
    min-height:100%;
    border-radius:24px;
    overflow:hidden;
    background:#082d63;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

.quote-left-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.quote-left-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgb(5 34 76 / 49%) 0%, rgb(5 34 76 / 28%) 35%, rgba(8, 43, 94, .95) 100%);
}

.quote-left-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    flex-direction:column;
    padding:20px 35px;
    color:#fff;
}

/*=========================
Heading
=========================*/

.quote-left-heading{
    margin-bottom:25px;
}

.quote-left-title{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:22px;
}

.quote-left-title-icon{
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.quote-left-title-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}

.quote-left-title h3{
    color:#fff;
    font-size:20px;
    line-height:1.25;
    font-weight:700;
    margin:0;
}

.quote-left-line{
    display:block;
    width:40px;
    height:2px;
    background:#f47c20;
    border-radius:30px;
    margin-top:10px;
}

.quote-left-heading p{
    margin:0;
    color:#fff;
    font-size:16px;
    line-height:1.8;
}
/*=========================================
Features
=========================================*/

.quote-left-features{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:12px;
}

.quote-left-feature-item{
    display:flex;
    gap:18px;
}

.quote-left-feature-icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    background:#fff;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.quote-left-feature-item:hover .quote-left-feature-icon{
    background:rgba(255,255,255,.12);
    transform:translateY(-3px);
}

.quote-left-feature-icon img{
    width:35px;
    height:35px;
    object-fit:contain;
}

.quote-left-feature-text{
    flex:1;
}

.quote-left-feature-text h5{
    margin:0 0 6px;
    color:#fff;
    font-size:16px;
    font-weight:700;
}

.quote-left-feature-text p{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:14px;
    line-height:1.7;
    max-width: 200px;
}

/*=========================================
Bottom Contact Card
=========================================*/

.quote-left-contact{
    margin-top:auto;
    display:flex;
    gap:15px;
    padding:22px;
    border-radius:18px;
    background:rgb(15 47 76);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.15);
}

.quote-left-contact-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;
    border: 1px solid white;
    display:flex;
    align-items:center;
    justify-content:center;
}

.quote-left-contact-icon img{
    width:30px;
    height:30px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.quote-left-contact-content{
    flex:1;
}

.quote-left-contact-content h5{
    margin:0 0 3px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.quote-left-contact-content a{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    margin-bottom:6px;
}

.quote-left-contact-content a strong {
    color:#f47c20;
}

.quote-left-contact-content a:hover{
    color:#f47c20;
}

.quote-left-contact-content p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:13px;
}
/*=========================================
Laptop
=========================================*/

@media (max-width:1199px){

    .quote-left-content{
        padding:35px 28px;
    }

    .quote-left-title h3{
        font-size:30px;
    }

    .quote-left-contact-content a{
        font-size:20px;
    }

}

/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

    .quote-left-info-card{
        min-height:650px;
        margin-bottom:30px;
    }

    .quote-left-content{
        padding:40px 30px;
    }

    .quote-left-title h3{
        font-size:28px;
    }

    .quote-left-heading p{
        font-size:15px;
    }

    .quote-left-feature-item{
        gap:15px;
    }

    .quote-left-contact{
        margin-top:35px;
    }

}

/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

    .quote-left-info-card{
        min-height:auto;
        border-radius:18px;
    }

    .quote-left-content{
        padding:30px 22px;
    }

    .quote-left-title{
        gap:15px;
        margin-bottom:18px;
    }

    .quote-left-title-icon{
        width:55px;
        height:55px;
        border-radius:50%;
    }

    .quote-left-title-icon img{
        width:28px;
        height:28px;
    }

    .quote-left-title h3{
        font-size:24px;
    }

    .quote-left-line{
        width:70px;
        margin-top:12px;
    }

    .quote-left-heading{
        margin-bottom:28px;
    }

    .quote-left-heading p{
        font-size:14px;
        line-height:1.7;
    }

    .quote-left-features{
        gap:15px;
        margin-bottom:30px;
    }

    .quote-left-feature-icon{
        width:48px;
        height:48px;
        min-width:48px;
    }

    .quote-left-feature-icon img{
        width:22px;
        height:22px;
    }

    .quote-left-feature-text h5{
        font-size:16px;
    }

    .quote-left-feature-text p{
        font-size:13px;
        line-height:1.6;
    }

    .quote-left-contact{
        padding:18px;
        gap:15px;
        border-radius:15px;
    }

    .quote-left-contact-icon{
        width:55px;
        height:55px;
        min-width:55px;
    }

    .quote-left-contact-icon img{
        width:24px;
        height:24px;
    }

    .quote-left-contact-content h5{
        font-size:16px;
    }

    .quote-left-contact-content a{
        font-size:18px;
    }

    .quote-left-contact-content p{
        font-size:13px;
    }

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

    .quote-left-title{
        flex-direction:column;
        align-items:flex-start;
    }

    .quote-left-feature-item{
        align-items:flex-start;
    }

    .quote-left-contact{
        flex-direction:column;
        align-items:flex-start;
        text-align:left;
    }

}

.form-text {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
}

.form-text i {
    background: #f0f3f8;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #0f2f4c;
}

.form-text strong {
    font-size:16px;
    color:#0f2f4c;
}

/* Hide Default Checkbox */
.btn-check{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

/* Box */
.shipment-type-box{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    min-height:45px;
    padding:0 5px;
    border:1px solid #e4e4e4;
    border-radius:10px;
    background:#fff;
    cursor:pointer;
    transition:all .35s ease;
}

/* Hover */
.shipment-type-box:hover{
    border-color:#ff6b1a;
}

/* Icon + Text */
.shipment-left{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}

.shipment-left img{
    width:25px;
    height:25px;
    object-fit:contain;
}

.shipment-left span{
    font-size:15px;
    font-weight:600;
    color:black;
    transition:.3s;
}

/* Tick Circle */
.shipment-check{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%) scale(.5);

    width:20px;
    height:20px;
    border-radius:50%;
    background:#ff6b1a;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:10px;

    opacity:0;
    transition:all .3s ease;
}

/* Active */
.btn-check:checked + .shipment-type-box{
    border:2px solid #ff6b1a;
    background:#fffaf7;
}

.btn-check:checked + .shipment-type-box .shipment-left span{
    color:#ff6b1a;
}

.btn-check:checked + .shipment-type-box .shipment-check{
    opacity:1;
    transform:translateY(-50%) scale(1);
}

/* Mobile */
@media(max-width:767px){

    .shipment-type-box{
        padding:5px;
        justify-content: flex-start;
    }

    .shipment-left{
        gap:6px;
    }

    .shipment-left img{
        width:20px;
        height:20px;
    }

    .shipment-left span{
        font-size:13px;
    }

    .shipment-check{
        width:18px;
        height:18px;
        font-size:9px;
        right:8px;
    }

}
/*=========================================
PRIME FOOTER
=========================================*/

.prime-footer{
    position:relative;
    background:#072B56;
    overflow:hidden;
    color:#fff;
}

.prime-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.05),
    transparent 45%);
    pointer-events:none;
}

.prime-footer-top{
    position:relative;
    padding:60px 0 50px;
}

.prime-footer .container{
    max-width:1700px;
    width:92%;
    margin:auto;
    position:relative;
    z-index:2;
}

/*=========================================
GRID
=========================================*/

.prime-footer-grid{

    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:0;

    align-items:flex-start;

}

/*=========================================
COLUMN
=========================================*/

.prime-footer-grid>div{

    position:relative;

    padding:0 20px;

}

.prime-footer-grid>div:first-child{

    padding-left:0;

}

.prime-footer-grid>div:last-child{

    padding-right:0;

}

.prime-footer-grid>div:not(:last-child)::after{

    content:"";

    position:absolute;

    right:0;

    top:0;

    width:1px;

    height:460px;

    background:rgba(255,255,255,.08);

}

/*=========================================
ABOUT
=========================================*/

.prime-footer-logo{

    display:inline-block;

    margin-bottom:20px;

}

.prime-footer-logo img{

    max-width:75px;

}

.prime-footer-about {
    border-right: 1px solid #1d3e65;
    padding-right: 5px;
}

.prime-footer-about p{

    color:white;

    line-height:2;

    font-size:15px;

    margin-bottom:20px;

}

/*=========================================
ABOUT LIST
=========================================*/

.prime-about-list{

    margin:0;

    padding:0;

    list-style:none;

}

.prime-about-list li{

    display:flex;

    align-items:center;

    gap:5px;

    margin-bottom:10px;

}

.prime-about-list li:last-child{

    margin-bottom:0;

}

.prime-about-list img{

    width:35px;

    height:35px;

    object-fit:contain;

}

.prime-about-list span{

    font-size:15px;

    color:#fff;

}

/*=========================================
COMMON WIDGET
=========================================*/

.prime-footer-widget h4{

    position:relative;

    font-size:18px;

    font-weight:700;

    margin-bottom:34px;

    color:#fff;

}

.prime-footer-widget h4::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-12px;

    width:34px;

    height:3px;

    border-radius:50px;

    background:#ff7a00;

}

.prime-footer-widget ul{

    margin:0;

    padding:0;

    list-style:none;

}

.prime-footer-widget ul li{

    margin-bottom:14px;

}

.prime-footer-widget ul li:last-child{

    margin-bottom:0;

}

.prime-footer-widget ul li a{

    color:white;

    text-decoration:none;

    transition:.35s;

    font-size:15px;

}

.prime-footer-widget ul li a:hover{

    color:#ff7a00;

    padding-left:6px;

}
/*=========================================
CONTACT LIST
=========================================*/

.prime-contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.prime-contact-list li{
    display:flex;
    align-items:baseline;
    gap:15px;
    margin-bottom:22px;
}

.prime-contact-list li:last-child{
    margin-bottom:0;
}

.prime-contact-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.prime-contact-icon i{
    color:#ff7a00;
    font-size:15px;
}

.prime-contact-list li:hover .prime-contact-icon{
    background:#ff7a00;
}

.prime-contact-list li:hover .prime-contact-icon i{
    color:#fff;
}

.prime-contact-content a,
.prime-contact-content span{
    color:white;
    line-height:1.8;
    font-size:15px;
    text-decoration:none;
    transition:.3s;
}

.prime-contact-content a:hover{
    color:#ff7a00;
}


/*=========================================
NEWSLETTER
=========================================*/

.prime-newsletter-widget p{
    color:white;
    line-height:1.8;
    margin-bottom:22px;
    font-size:15px;
}

.prime-newsletter{
    position:relative;
    margin-bottom:28px;
}

.prime-newsletter input{
    width:100%;
    height:56px;
    border:none;
    outline:none;
    background:#fff;
    border-radius:50px;
    padding:0 70px 0 22px;
    font-size:15px;
    color:#222;
}

.prime-newsletter input::placeholder{
    color:#9b9b9b;
}

.prime-newsletter button{
    position:absolute;
    right:6px;
    top:6px;
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:#ff7a00;
    color:#fff;
    cursor:pointer;
    transition:.35s;
}

.prime-newsletter button:hover{
    background:#05254d;
}

/*=========================================
FOLLOW US
=========================================*/

.prime-newsletter-widget h5{
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-bottom:18px;
}

.prime-social{
    display:flex;
    align-items:center;
    gap:12px;
}

.prime-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.35s;
}

.prime-social a i{
    color:#fff;
    font-size:15px;
}

.prime-social a:hover{
    background:#ff7a00;
    transform:translateY(-5px);
}
/*=========================================
FOOTER FEATURE STRIP
=========================================*/

.prime-feature-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.prime-feature-box{

    display:flex;

    align-items:center;

    gap:17px;

    padding:25px;

    position:relative;

    transition:.35s;

}

.prime-feature-box::after{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    transform:translateY(-50%);

    width:1px;

    height:60%;

    background:rgba(255,255,255,.08);

}

.prime-feature-box:last-child::after{

    display:none;

}

.prime-feature-box:hover{

    background:rgba(255,255,255,.03);

}


.prime-feature-icon img{

    width:50px;

    height:50px;

    object-fit:contain;

}

.prime-feature-content h5{

    color:#fff;

    font-size:17px;

    margin:0 0 6px;

    font-weight:700;

}

.prime-feature-content p{

    margin:0;

    color:white;

    font-size:14px;

    line-height:1.6;

}

/*=========================================
COPYRIGHT
=========================================*/

.prime-footer-bottom{

    padding:28px 0;

}

.prime-footer-bottom-wrap{

    /*display:grid;

    grid-template-columns: repeat(2, 1fr);

    align-items:center;

    gap:20px;*/
    text-align:center;

}

.prime-footer-copy{

    color:white;

    font-size:15px;

}

.prime-footer-developer{

    text-align:center;

    color:rgba(255,255,255,.70);

    font-size:14px;

}

.prime-footer-developer a{

    color:#ff7a00;

    text-decoration:none;

    font-weight:600;

}

.prime-footer-policy{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    gap:0;
    list-style:none;
    margin:0;
    padding:0;
}

.prime-footer-policy li{
    position:relative;
    padding:0 15px;
    margin:0;
}

.prime-footer-policy li:first-child{
    padding-left:0;
}

.prime-footer-policy li:last-child{
    padding-right:0;
}

.prime-footer-policy li:not(:last-child)::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:1px;
    height:14px;
    background:rgba(255,255,255,.25);
}

.prime-footer-policy li a{
    color:white;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.prime-footer-policy li a:hover{
    color:#ff7a00;
}
.follow-uss {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}
/*=========================================
LARGE LAPTOP (1400px)
=========================================*/

@media (max-width:1400px){

    .prime-footer .container{
        width:95%;
    }

    .prime-footer-grid{
        grid-template-columns: repeat(5, 1fr);
    }

    .prime-footer-grid>div{
        padding:0 24px;
    }

}

/*=========================================
LAPTOP
=========================================*/

@media (max-width:1199px){

    .prime-footer-top{
        padding:60px 0 50px;
    }

    .prime-footer-grid{

        grid-template-columns:repeat(3,1fr);

        gap:40px;

    }

    .prime-footer-grid>div{

        padding:0;

    }

    .prime-footer-grid>div::after{

        display:none;

    }

    .prime-feature-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .prime-feature-box::after{

        display:none;

    }

    .prime-footer-bottom-wrap{

        grid-template-columns:1fr;

        text-align:center;

        gap:10px;

    }

    .prime-footer-policy{

        justify-content:center;

    }

}

/*=========================================
TABLET
=========================================*/

@media (max-width:991px){

    .prime-footer-grid{

        grid-template-columns:repeat(3,1fr);

        gap:35px;
        margin-top:20px;

    }

    .prime-footer-widget{

        margin-top:0;

    }

    .prime-feature-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .prime-feature-box{

        padding:25px;

    }

}

/*=========================================
MOBILE
=========================================*/

@media (max-width:767px){

    .prime-footer-top{

        padding:55px 0 40px;

    }

    .prime-footer-grid{

        grid-template-columns:repeat(2,1fr);

        gap:35px;

    }

    .prime-footer-logo{

        display:block;

    }
    
     /* ABOUT LIST FIX */
    .prime-about-list li{
        align-items:center;
        /*width:220px;
        justify-content:flex-start;
        margin-left:auto;
        margin-right:auto;*/
        gap:10px;
    }

    .prime-about-list img{
        width:35px;
        height:35px;
        flex:0 0 35px;
    }

    .prime-about-list span{
        text-align:center;
    }

    .prime-contact-list li{


        text-align:left;

    }

    .prime-social{

        justify-content:center;

    }

    .prime-feature-grid{

        grid-template-columns:1fr;

    }

    .prime-feature-box{

        justify-content:center;

        text-align:left;

    }

    .prime-feature-box{

        border-bottom:1px solid rgba(255,255,255,.08);

    }

    .prime-feature-box:last-child{

        border-bottom:none;

    }
    .prime-footer-about {
        border-right:none;
    }

}

/*=========================================
SMALL MOBILE
=========================================*/

@media (max-width:575px){

    .prime-footer-logo img{

        max-width:75px;

    }

    .prime-footer-about p{

        font-size:14px;

    }

    .prime-footer-widget h4{

        font-size:17px;

    }

    .prime-footer-widget ul li a{

        font-size:14px;

    }

    .prime-contact-content a,
    .prime-contact-content span{

        font-size:14px;

    }

    .prime-newsletter input{

        height:52px;

        padding:0 60px 0 18px;

    }

    .prime-newsletter button{

        width:40px;

        height:40px;

    }

    .prime-social a{

        width:40px;

        height:40px;

    }

    .prime-feature-box{

        /*flex-direction:column;*/

        text-align:center;

        padding:22px;
        
        justify-content: flex-start;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        gap: 10px;

    }

    .prime-feature-content h5{

        margin-top:10px;

    }

    .prime-footer-policy{
        gap:7px;
    }

    .prime-footer-policy li{
        padding:0;
    }

    .prime-footer-policy li::after{
        display:none;
    }

}

.ourTeamSwiper {
    position: relative;
    padding: 0 25px !important;
}

.ourTeamSwiper .swiper-button-prev,
.ourTeamSwiper .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transition: .3s;
}

.ourTeamSwiper .swiper-button-prev:hover,
.ourTeamSwiper .swiper-button-next:hover {
    background: #FF6200; /* Apna brand color */
    color: #fff;
}

.ourTeamSwiper .swiper-button-prev::after,
.ourTeamSwiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.ourTeamSwiper .swiper-button-prev {
    left: 0;
    top: 40%;
}

.ourTeamSwiper .swiper-button-next {
    right: 0;
    top: 40%;
}
.contact-page p{
    text-align:center;
    font-size: 16px;
}

/*---blog-detial recent post---*/
.recent-posts{
    /*padding-left: 20px;*/
	position: sticky;
    top: 30px;
}

.recent-post-card{
    display: flex;
    gap: 15px;
    margin-top:20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.recent-post-image{
    width: 110px;
    min-width: 110px;
}

.recent-post-image img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.post-date{
    display: block;
    font-size: 14px;
    color: #ff6200;
    margin-bottom: 8px;
}

.post-date i{
    color: var(--accent-color);
    margin-right: 5px;
}

.recent-post-content h4{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 600;
    color:#10294c;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-content h4 a{
    color:#10294c;
    text-decoration: none;
}

.recent-post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inquiry-card{
    background: #ff6200;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin-top: 30px;
}

.inquiry-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-icon i{
    font-size: 28px;
}

.inquiry-card h3{
    color: #fff;
    margin-bottom: 10px;
}

.inquiry-card p{
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

.inquiry-contact{
    margin-bottom: 12px;
}

.inquiry-contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.inquiry-contact a:hover{
    background: #0f2f4c;
}
/*--------------------------*/
@media (max-width:575px) {
    .about-heading {
        font-size:20px !important;
    }
    .about-para{
        font-size:12px !important;
    }
    .faq-right-img img {
        height:unset;
    }
}

.about-content strong {
    font-size:18px;
}

.seo-content-section {
    padding: 30px 0;
    background: #fff;
}

.seo-image-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 35px;
}

.seo-main-image {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}

/*.seo-content-box {
    max-width: 1000px;
    margin: 0 auto;
}*/

.seo-content-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #0f2f4c;
}

.seo-content-preview {
    font-size: 16px;
    line-height: 1.8;
}

.seo-content-preview p {
    margin-bottom: 16px;
}

.seo-full-content {
    display: none;
}

.seo-full-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f2f4c;
    margin: 15px 0 15px;
}

.seo-full-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.seo-full-content li {
    margin-bottom: 8px;
}

.seo-read-more-wrap {
    margin-top: 25px;
}

.seo-read-more {
    border: 0;
    padding: 12px 24px;
    background: #0f2f4c;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-read-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.seo-read-more:hover {
    background: #ff6422;
}

.seo-read-more:hover i {
    transform: translateX(5px);
}

/* Expanded */
.seo-content-box.expanded .seo-full-content {
    display: block;
}

.seo-content-box.expanded .seo-read-more {
    background: #ff6422;
}

.seo-content-box.expanded .seo-read-more i {
    transform: rotate(-90deg);
}


/* Responsive */
@media (max-width: 991px) {
    .seo-content-section {
        padding: 55px 0;
    }

    .seo-main-image {
        height: 350px;
    }

    .seo-content-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .seo-content-section {
        padding: 30px 0;
    }

    .seo-image-wrap {
        margin-bottom: 25px;
        border-radius: 8px;
    }

    .seo-main-image {
        height: 250px;
    }

    .seo-content-box h2 {
        font-size: 26px;
    }

    .seo-content-preview {
        font-size: 15px;
        line-height: 1.7;
    }

    .seo-full-content h3 {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .seo-main-image {
        height: 200px;
    }

    .seo-content-box h2 {
        font-size: 23px;
    }

    .seo-read-more {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.seo-url-section {
    padding: 30px 0;
    background: #f7f9fc;
}

.seo-url-content {
    text-align: center;
}

.seo-url-content h2 {
    margin: 0 0 12px;
    color: #10294c;
    font-size: 42px;
    font-weight: 700;
}

.seo-url-content h2 span {
    color:#ff6422;
}

.seo-url-desc {
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 1.7;
}

.seo-url-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-align: left;
}

.seo-url-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 17px 20px;
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.seo-url-item i {
    color: #0f2f4c;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.seo-url-item:hover {
    color: #0f2f4c;
    border-color: #0f2f4c;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(20, 68, 130, 0.08);
}

.seo-url-item:hover i {
    transform: translateX(5px);
}

/* Button */
.seo-url-button {
    margin-top: 30px;
    text-align: center;
}

/* Initially show only first 6 */
.seo-url-item:nth-child(n + 17) {
    display: none;
}

.seo-url-list.show-all .seo-url-item:nth-child(n + 17) {
    display: flex;
}

.seo-url-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    border: 1px solid #0f2f4c;
    border-radius: 5px;
    background: #0f2f4c;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-url-button button:hover {
    background: #fb6221;
    border-color: #fb6221;
}

.seo-url-button button i {
    transition: transform 0.3s ease;
}

.seo-url-button button:hover i {
    transform: translateY(3px);
}


@media (max-width: 991px) {
    .seo-url-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .seo-url-section {
        padding: 45px 0;
    }

    .seo-url-content h2 {
        font-size: 24px;
    }

    .seo-url-list {
        grid-template-columns: 1fr;
    }

    .seo-url-item {
        padding: 15px 17px;
        font-size:14px;
    }
}
/*---------------------------------*/
.seo-key-features-section {
    padding: 30px 0;
    background: #f7f9fc;
}

.seo-key-features-heading {
    margin: 0 auto 35px;
    text-align: center;
}

.seo-key-features-heading h2 {
    margin: 0 0 12px;
    color: #0f2f4c;
    font-size: 42px;
    font-weight: 800;
}

.seo-key-features-heading span {
    color:#ff6422;  
}

.seo-key-features-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}


/* Feature Card */
.seo-feature-card {
    position: relative;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-top: 3px solid #ff6422;
    border-radius: 12px;
    transition: all 0.35s ease;
}

.seo-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #144482;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.seo-feature-card:hover {
    border-color: transparent;
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(20, 68, 130, 0.12);
}

.seo-feature-card:hover::before {
    transform: scaleX(1);
}

/* Content */
.seo-feature-content {
    position: relative;
    z-index: 2;
}

.seo-feature-content h3 {
    margin: 0 0 10px;
    color: #222;
    font-size: 21px;
    font-weight: 700;
}

.seo-feature-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}


/* Number */
.seo-feature-number {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: rgba(20, 68, 130, 0.055);
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}


/* Responsive */
@media (max-width: 991px) {

    .seo-key-features-section {
        padding: 55px 0;
    }

    .seo-key-features-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .seo-key-features-section {
        padding: 45px 0;
    }

    .seo-key-features-heading {
        margin-bottom: 30px;
    }

    .seo-key-features-heading h2 {
        font-size: 28px;
    }

    .seo-feature-card {
        min-height: auto;
        padding: 25px;
    }

    .seo-feature-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .seo-feature-content h3 {
        font-size: 19px;
    }
    
    .quick-heading h2 {
        font-size:26px !important;
    }
}

/* =========================================
   PALLET STORAGE HERO
========================================= */

.pallet-hero-section {
    position: relative;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    background: #ffffff;
}

.pallet-hero-row {
    display: flex;
    width: 100%;
    height: 100%;
}


/* =========================================
   LEFT CONTENT
========================================= */

.pallet-hero-content {
    position: relative;
    z-index: 2;
    width: 44%;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.pallet-hero-inner {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    padding: 30px 30px 30px 5vw;
}


/* =========================================
   BREADCRUMB
========================================= */

.pallet-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
}

.pallet-breadcrumb a {
    color: #ff6422;
    font-weight: 700;
    text-decoration: none;
}

.pallet-breadcrumb span {
    font-weight: 500;
}


/* =========================================
   HEADING
========================================= */

.pallet-hero-inner h1 {
    max-width: 350px;
    margin: 0 0 18px;
    color: #0F2B5B;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.02;
}

.pallet-hero-inner h1 span {
    color: #ff6422;
}


/* =========================================
   DESCRIPTION
========================================= */

.pallet-hero-description {
    max-width: 560px;
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================================
   BUTTONS
========================================= */

.pallet-hero-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pallet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 23px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pallet-btn-primary {
    background: #ff6422;
    border: 1px solid #ff6422;
    color: #ffffff;
}

.pallet-btn-primary:hover {
    background: #0F2B5B;
    border-color: #0F2B5B;
    color: #ffffff;
    transform: translateY(-2px);
}

.pallet-btn-outline {
    background: #ffffff;
    border: 2px solid #0F2B5B;
    color: #0F2B5B;
}

.pallet-btn-outline:hover {
    background: #ff6422;
    border-color: #ff6422;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================
   STATS
========================================= */

.pallet-hero-stats {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 530px;
}

.pallet-stat {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding-right: 5px;
}

.pallet-stat + .pallet-stat {
    padding-left: 10px;
    border-left: 2px solid #e7ebf0;
}

.pallet-stat-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff5ef;
}

.pallet-stat-icon img {
    display: block;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.pallet-stat-content {
    display: flex;
    flex-direction: column;
}

.pallet-stat-content strong {
    display: block;
    color: #0F2B5B;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
}

.pallet-stat-content span {
    display: block;
    margin-top: 4px;
    color: #26384c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.pallet-hero-image {
    position: relative;
    width: 56%;
    min-height: 100%;
    overflow: hidden;
}

.pallet-main-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}


/* Soft transition between left & image */

.pallet-hero-image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;

    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(255 255 255 / 22%) 18%,
        rgb(255 255 255 / 0%) 100%
    );

    pointer-events: none;
}


/* =========================================
   INVENTORY ACCURACY FLOATING CARD
========================================= */

.inventory-accuracy-card {
    position: absolute;
    z-index: 5;
    right: 8%;
    bottom: 25px;

    display: flex;
    align-items: center;
    gap: 15px;

    min-width: 245px;
    padding: 18px 25px 17px 18px;

    background: rgba(255, 255, 255, 0.97);
    border-radius: 14px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


/* Floating icon */

.inventory-accuracy-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #fff;

    box-shadow:
        0 0 0 6px rgb(250 250 249),
        0 4px 12px rgb(150 152 161);
}

.inventory-accuracy-icon img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}


/* Floating content */

.inventory-accuracy-content {
    display: flex;
    flex-direction: column;
}

.inventory-accuracy-content strong {
    color: #0f2f4c;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.inventory-accuracy-content span {
    margin-top: 3px;
    color: #526070;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}


/* Orange small line */

.accuracy-line {
    width: 42px;
    height: 3px;
    margin-top: 11px;
    border-radius: 10px;
    background: #ffb28e;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1600px) {

    .pallet-hero-inner {
        padding-left: 10vw;
    }

    .inventory-accuracy-card {
        right: 10%;
    }
}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1399px) {

    .pallet-hero-content {
        width: 47%;
    }

    .pallet-hero-image {
        width: 53%;
    }

    .pallet-hero-inner {
        padding-left: 7vw;
        padding-right: 20px;
    }

    .pallet-hero-inner h1 {
        font-size: 42px;
    }

    .inventory-accuracy-card {
        right: 5%;
    }
    
    .pallet-stat-content span {
        font-size:12px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .pallet-hero-section {
        height: auto;
    }

    .pallet-hero-row {
        flex-direction: column;
        height: auto;
    }

    .pallet-hero-content {
        order: 1;
        width: 100%;
    }

    .pallet-hero-image {
        order: 2;
        width: 100%;
        min-height: 500px;
        height: 500px;
    }

    .pallet-hero-inner {
        max-width: 100%;
        padding: 55px 30px 45px;
    }

    .pallet-hero-inner h1 {
        max-width: 700px;
        font-size: 50px;
    }

    .pallet-hero-description {
        max-width: 650px;
    }

    .pallet-hero-stats {
        max-width: 650px;
    }

    .pallet-hero-image::before {
        display: none;
    }

    .inventory-accuracy-card {
        right: 35px;
        bottom: 30px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .pallet-hero-inner {
        padding: 40px 20px 35px;
    }

    .pallet-breadcrumb {
        gap: 8px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .pallet-hero-inner h1 {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 39px;
        line-height: 1.06;
        letter-spacing: -1px;
    }

    .pallet-hero-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .pallet-hero-buttons {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .pallet-btn {
        min-height: 43px;
        padding: 0 18px;
        font-size: 13px;
    }

    .pallet-hero-stats {
        width: 100%;
    }

    .pallet-stat {
        padding-right: 10px;
    }

    .pallet-stat + .pallet-stat {
        padding-left: 10px;
    }

    .pallet-stat-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 7px;
    }

    .pallet-stat-icon img {
        width: 30px;
        height: 30px;
    }

    .pallet-hero-image {
        min-height: 380px;
        height: 380px;
    }

    .inventory-accuracy-card {
        right: 15px;
        bottom: 20px;
        min-width: 220px;
        padding: 13px 18px 13px 13px;
        gap: 11px;
        border-radius: 15px;
    }

    .inventory-accuracy-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .inventory-accuracy-icon img {
        width: 28px;
        height: 28px;
    }

    .inventory-accuracy-content strong {
        font-size: 25px;
    }

    .inventory-accuracy-content span {
        font-size: 13px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .pallet-hero-inner {
        padding: 32px 16px 30px;
    }

    .pallet-hero-inner h1 {
        font-size: 26px;
    }

    .pallet-hero-buttons {
        width: 100%;
        gap: 8px;
    }

    .pallet-btn {
        padding: 0 23px;
        white-space: nowrap;
    }

    .pallet-hero-stats {
        align-items: stretch;
        text-align: center;
    }

    .pallet-stat {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

    .pallet-stat + .pallet-stat {
        padding-left: 12px;
    }

    .pallet-stat-icon {
        margin-right: 0;
    }

    .pallet-stat-content strong {
        font-size: 18px;
    }

    .pallet-stat-content span {
        white-space: normal;
        font-size: 12px;
    }

    .pallet-hero-image {
        min-height: 300px;
        height: 300px;
    }

    .inventory-accuracy-card {
        right: 12px;
        bottom: 15px;
        min-width: 195px;
        padding: 11px 14px 11px 10px;
    }

    .inventory-accuracy-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .inventory-accuracy-icon img {
        width: 30px;
        height: 30px;
    }

    .inventory-accuracy-content strong {
        font-size: 22px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .pallet-hero-inner h1 {
        font-size: 26px;
    }

    .pallet-hero-description {
        font-size: 16px;
    }

    .pallet-stat-content strong {
        font-size: 18px;
    }

    .pallet-stat-content span {
        font-size: 12px;
    }

    .inventory-accuracy-card {
        min-width: 180px;
    }
}

/* Content Box */

.about-content-wrapper {
    position: relative;
    padding: 30px 35px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(15, 43, 91, 0.06);
    overflow: hidden;
}


/* Left Accent */

.about-content-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 4px;
    background: #ff6422;
    border-radius: 0 5px 5px 0;
}