*{
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.landing-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/landing-page-bg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}

.landing-page-video{
    position: relative;
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.landing-page-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

/* Position the submenu to the right */
/* .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  } */

.submenu-link{
    color: #212529;
}
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
  }
  @media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
      left: 0;
      top: 100%;
      margin-left: 0;
    }
  
    .submenu-toggle {
      transform: rotate(90deg); /* optional visual cue */
    }
  }
    
  

/* .nav-item{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
} */

.nav-link{
    color: white!important;
    font-weight: 500!important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    font-size: 15px!important;
}

.navbar-nav .underline-effect {
    position: relative;
    text-decoration: none;
}

/* Underline using ::before instead of ::after to avoid arrow conflict */
.navbar-nav .underline-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;        /* adjust distance of underline */
    width: 0;
    height: 2px;         /* underline thickness */
    background: #EA580C;    /* underline color */
    transition: width 0.3s ease;
}

/* On hover & active — underline expands */
.navbar-nav .underline-effect:hover::before,
.navbar-nav .underline-effect.active::before {
    width: 100%;
}

.navbar-nav .underline-effect:hover{
    color: #EA580C!important;
}

.navbar-nav .hover-effect:hover{
    color: #EA580C!important;
}

.navbar-nav .underline-effect.active {
    color: #EA580C !important; /* override bootstrap */
}

.nav-quote-btn{
    border-radius: 35px;
    background-color: white!important;
    color: #333!important;
    padding: 10px 25px!important;
    transition: 0.3s ease;
}

.nav-quote-btn:hover{
    background-color: rgb(238, 238, 238)!important;
}
/* Remove background on click/focus for dropdown items */
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:visited,
.dropdown-menu .dropdown-item:hover {
    background-color: #e9e9e9 !important; /* no background */
    color: inherit !important; /* keep text color */
    box-shadow: none !important; /* remove focus shadow */
}

.bxbe-banner{
    background: rgb(255 255 255 / 20%);
    width: fit-content;
    border: 1px solid rgb(255 255 255 / 0.2);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 15px !important;
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.landing-page-heading{
    font-size: 55px;
}

.poppins-font{
    font-family: 'Poppins', sans-serif;
}

/* -----font weights start----- */
.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}
/* -----font weights end----- */


/* ------bg colors start------ */
.bg-light-gray{
    background-color: #FAFBFC;
}

.bg-orange{
    background-color: #EA580C;
}
/* ------text colors end------ */


/* ------text colors start------ */
.text-orange{
    color: #EA580C!important;
}

.text-black{
    color: #000000;
}

.text-justify{
    text-align: justify;
}
/* ------text colors end------ */

.col-20-pct{
    flex: 0 0 auto;
    width: 20%!important;
}

.orange-rounded-btn{
    border-radius: 35px;
    background-color: #EA580C;
    color: white;
    padding: 10px 25px!important;
    transition: 0.3s ease;
    text-decoration: none;
}

.orange-rounded-btn:hover{
    background-color: #dd560d;
}

.black-rounded-btn{
    border-radius: 35px;
    background-color: #111827;
    color: white;
    padding: 10px 25px!important;
    transition: 0.3s ease;
    text-decoration: none;
}

.black-rounded-btn:hover{
    background-color: #000000;
}

.quote-form-box{
    padding: 20px;
    background: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 0.2);
    position: relative;
}

.circle-box{
    background: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.home-page-services-text{
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #4B5563;
    text-align: center;
}

.service-info-box{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}

.service-info-box img{
    width: 100%;
    border-top-right-radius: 0.5rem;
    height: 220px;
    border-top-left-radius: 0.5rem;
}

.service-info-box a{
    text-decoration: none;
    background: #ea580c !important;
    border-radius: 0.5rem;
    width: 90%;
    color: white;
    font-size: 15px;
    padding: 13px !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    position: absolute;
    bottom: 1.5rem;
}

.service-info-box:hover a{
    background: #dd560d !important;
}

.custom-sol-div{
    padding: 50px 0px 50px 0px;
    background-color: #EA580C;
    border-radius: 2rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-sol-btn{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #EA580C;
    padding: 10px 35px;
    margin-top: 15px;
    width:fit-content;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-box{
    padding: 30px !important;
    background: #FAFBFC;
    color: black;
    border-radius: 0.5rem;
    padding-top: 35px !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.choose-icon-box{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-div{
    padding: 50px 0px 50px 0px;
    background-color: #000000;
    border-radius: 2rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brands{
    height: 50vh;
    display: grid;
    place-items: center;
}
.slider{
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-track{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}

.slide-track div{
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    margin-left: 5px;
    margin-right: 5px;
}
.slide-track img{
    width: 70px;
    height: 70px;
}
.slide-track:hover{
    animation-play-state: paused;
}
@keyframes scroll{
    
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}

.slide{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
.brandpic{
    height: 150px;
    transition: transform 1s;
    
}
.brandpic:hover{
    transform: translateZ(20px);
}

@media (max-width:960px) and (min-width:630px){
    .brandpic{
        height: 100px;
    }
}
@media (max-width:629px){
    .brandpic{
        height: 70px;
    }
}

.footer{
    background-color: #111827;
    padding: 60px 15px 50px 15px;;
}

.social-circle{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #4B5563;
    color: white;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle:hover{
    background-color: #EA580C;
}

.footer-links a{
    transition: 0.3s ease;
}

.progress-container{
    margin-bottom:20px;
    position:relative;
    background: linear-gradient(90deg, rgb(255 255 255 / 74%) -1000%, transparent 500%);
    border-radius:20px;
}

#progress-bar{
    width:25%;
    height:20px;
    border-radius:20px;
    background:#FF6A00;
    transition:.3s;
}

#step-text{
    font-size:18px;
    margin-top:5px;
    display:block;
    color: white;
    font-weight: 500;
}

.form-step{ display:none; }
.form-step.active{ display:block; }

label span{ color:#ff3b3b; }

.error{
    color:red;
    font-size:12px;
    margin-top:5px;
    margin-bottom:10px;
    display:none;
}


input,select{
    width:100%;
    padding:10px;
    border:1px solid gray;
    margin:8px 0 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    padding:10px;
    border: 1px solid gray;
    border-radius: 0px!important;
    height: 46px!important;
    box-sizing: border-box!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%!important;
    transform: translateY(-50%);
}

button{
    padding:10px 25px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-weight:600;
}

.next-btn,.submit-btn{
    border-radius: 35px;
    background-color: #EA580C;
    color: white;
    padding: 10px 25px!important;
    transition: 0.3s ease;
}

.prev-btn{
    border-radius: 35px;
    background:#ffffff22;
    color:white;
    padding: 10px 25px!important;
    margin-right:10px;
}

.btn-group{
    display:flex;
    justify-content:space-between;
}

.success-box{
    display:none;
    background:#E9FFD9;
    color:#1F2937;
    padding:18px 20px;
    border-radius:4px;
    font-size:14px;
    line-height:1.5;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.success-box strong{
    font-weight:600;
}


.footer-links a:hover{
    color: #EA580C!important;
}

@media screen and (max-width:500px) {
    .landing-page-heading{
        font-size: 30px;
    }
}

.padding-lg{
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width:1222px) {
    .padding-lg{
        width: 1222px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  /* Create custom checkbox box */
  .custom-checkbox label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    user-select: none;
    color: white;
  }
  
  /* Box appearance */
  .custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: white;
    transition: all 0.2s;
  }
  
  /* Checkmark */
  .custom-checkbox label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #EA580C; /* orange checkmark */
    border-width: 0 2px 2px 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  /* Show checkmark when checked */
  .custom-checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
  }

  .custom-checkbox input[type="checkbox"]:checked + label::before {
    border: 2px solid #EA580C; 
  }

  .form-loader {
    display: none;
    text-align: center;
    padding: 30px;
    position: absolute;
    background-color: #000000bd;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-loader p {
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}

.spinner {
    width: 27px;
    height: 27px;
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid #ff7a00; /* orange */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.work-slide-black{
    height: 400px;
    background: #0F0F0F;
    justify-content: space-between !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 60px 20px;
    transition: 0.5s all ease;
}

.work-slide-orange{
    height: 400px;
    background: #EA580C;
    justify-content: space-between !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 60px 25px;
    transition: 0.5s all ease;
}

.work-slide-black > div, .work-slide-orange > div{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-contact-links a{
    color: white;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #595e68;
}

.footer-contact-links a:hover{
    background-color: #EA580C;
    color: white!important;
}

.footer-contact-links a:hover i{
    color: white!important;
}

.dots-loader {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.3;
    animation: blink 2.4s infinite ease-in-out;
  }
  
  /* Colors */
  .blue   { background: #2196f3; }
  .orange { background: #ff9800; }
  .green  { background: #4caf50; }
  
  /* Stagger animation */
  .blue   { animation-delay: 0s; }
  .orange { animation-delay: 0.4s; }
  .green  { animation-delay: 0.8s; }
  
  /* Animation */
  @keyframes blink {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.2); }
  }
  

/* -----Contact page start----- */

.contact-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                    url("/assets/images/contact-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.contact-page-heading{
    font-size: 68px; 
}

.about-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                    url("/assets/images/about-bgg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.privacy-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/pp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.tc-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/t&c.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.blog-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/blog-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

@media screen and (max-width:500px) {
    .contact-page-heading{
        font-size: 30px;
    }
}

.contact-links a{
    color: white;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea580c;
}

.contact-links a:hover{
    background-color: #dd560d;
}

/* ------Contact Page end------ */

/* ------Policy start------ */
.policy-box{
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(35, 43, 54, .3);
    border-radius: 5px;
    padding: 20px 20px;
}
/* -----Policy end------ */

/* ------Services start------ */
.domestic-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/domestic-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.open-carrier-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/open-carrier-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.enclosed-carrier-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/enclosed-carriers.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.boat-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/boat-on-trailer.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.motorcycle-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/motorcycle-transport-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.inoperable-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/inoperable-bg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.international-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/international.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.ltl-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/ltl-bg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.dryage-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/drayage-bg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.heavy-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url("/assets/images/heavy-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

/* Default = desktop */
.mobile-only {
    display: none;
}

.mobile-section {
    display: block;
}

/* Mobile rules */
@media (max-width: 786px) {
    .mobile-only {
        display: block;
        margin-bottom: 10px;
    }

    .mobile-section {
        display: none;
    }

    .col-group-1,
    .col-group-2,
    .col-group-3 {
        display: none;
    }
}

.table>:not(caption)>*>* {
    padding: 1rem .5rem!important;
}

.checklist {
    list-style: none; /* remove default bullets */
    padding-left: 0;
  }
  
  .checklist li::marker {
    content: "\2714"; /* ✔ checkmark */
    color: #EA580C;     /* optional color */
    font-size: 20px;   /* adjust size if needed */
  }

  .equip-card {
    opacity: 0;
    transform: translateY(40px); /* start slightly down */
    transition: all 0.7s ease;
}

/* When visible */
.equip-card.show {
    opacity: 1;
    transform: translateY(0);
}


/* ------Services end------- */


/* -----about us start----- */
.about-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                    url("/assets/images/about-bg-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.about-bg-attached{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url("/assets/images/about-bg-3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
}

.about-card-black{
    height: 200px;
    background: #0F0F0F;
    justify-content: space-between !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: 0.5s all ease;
}

.about-card-orange{
    height: 200px;
    background: #EA580C;
    justify-content: space-between !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: 0.5s all ease;
}

.stats-bg{
    background-image:  linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
                    url("/assets/images/bg-map.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
}

.stats-section {
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
    height: 100%;
    align-items: center;
  }
  
  .stat h2 {
    font-size: 42px;
    font-weight: 700;
  }
  
  .plus {
    color: #dd560d;
  }
  
  .stat p {
    margin-top: 5px;
    font-size: 16px;
  }
  
  .left-to-right-hover{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.9s ease;
  }

  @media screen and (min-width:786px) {
    .left-to-right-hover:hover{
        transform: translateX(500px);
    }
  }
/* -----about us end----- */


/* -----blogs start----- */
.blogs-card{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: 0.4s ease;
    overflow: hidden;
    position: relative;
}

.blogs-card img{
    width: 100%;
    height: 255px;
    transition: 0.4s ease;
}

.blogs-card:hover{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.blogs-card:hover img{
    transform: scale(1.2);
}

.date{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 53px;
    padding: 7px;
    text-align: center;
    line-height: 1;
    background-color: white;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    color: black;
}

.logistics-tag{
    position: absolute;
    background-color: #EA580C;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    font-size: 11.2px;
    font-weight: 600;
}

.share-wrapper {
    display: inline-block;
}

.share-tooltip {
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
}

.share-tooltip a {
    color: #555;
    font-size: 16px;
    transition: 0.2s;
}

.share-tooltip a:hover {
    color: #EA580C;
}

.share-wrapper:hover .share-tooltip {
    opacity: 1;
    visibility: visible;
}

/* -----blogs end------ */

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    position: relative;
    user-select: none;
  }
  
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .radio-mark {
    height: 20px;
    width: 20px;
    border: 2px solid #ff7a00;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
  }
  
  /* inner dot */
  .radio-mark::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #ff7a00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* checked state */
  .custom-radio input:checked ~ .radio-mark {
    border-color: #ff7a00;
    box-shadow: 0 0 8px rgba(255, 122, 0, 0.6);
  }
  
  .custom-radio input:checked ~ .radio-mark::after {
    display: block;
  }
  
  /* hover */
  .custom-radio:hover .radio-mark {
    transform: scale(1.1);
  }
  