/* Extra small devices (Small phones – iPhone SE, Galaxy Mini, etc.) */
@media (max-width: 359px) {
}

/* Small devices (Normal phones – iPhone X/12/13, most Android) */


/* Show only on mobile screens */
@media (max-width: 768px) {
  .mobilecallbtnhide{
    display:none !important;
  }
.mobilcall {
  position: absolute;
  right: 52px;
  top: 19px;
  a {
  background: #fce5e8;
  }
}


  .mobilecallbtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        padding: 5px 25px !important;
        font-size: 19px !important;
        background: white;
        color: #df2a1e;
        border: 2px dashed #df2a1e !important;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        animation: pulse 1.5s infinite;
        transition: all 0.3s ease;
         i {
        color: #df2a1e;
        }
        
      }

    .mobilecallbtn:hover {
        background: #df2a1e;
        color: #fff;
        transform: scale(1.1);
        border-style: solid;
        i {
        color: #ffffff;
        }
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(223, 42, 30, 0.4);
        }
        70% {
            transform: scale(1.05);
            box-shadow: 0 0 0 15px rgba(223, 42, 30, 0);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(223, 42, 30, 0);
        }
    }

 .getquote_button {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
  background-color: #b00015;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 0;
  width: 100%;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  letter-spacing: 0.5px;
  animation: bgPulse 2s infinite alternate ease-in-out;
}

/* ✨ Animated background pulse */
@keyframes bgPulse {
  0% {
    background-color: #b00015;
  }
  50% {
    background-color: #520808;
  }
  100% {
    background-color: #b00015;
  }
}
.getquote_button:hover {
    background-color: #760404;
    color:#fff;
}

/* 🔹 Animated arrow */
.arrow-icon {
    display: inline-block;
    margin-left: -20px;
    animation: arrowMove 1s infinite ease-in-out;
}

/* 🔹 Keyframes for arrow animation */
@keyframes arrowMove {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

    
}


/* 🔹 Mobile-only behavior */
@media (min-width: 769px) {
    .getquote_button {
        display: none; /* hide on desktop */
    }
}

@media (min-width: 360px) and (max-width: 599px) {
  body{
    font-size:14px;
  }
 
  .bannertext {
  margin-top: 18% !important; 
}
.desktopsocial {
  display: none;
}
.mobilesocial {
    display: block;
}

  .navbar-toggler:focus{
    box-shadow: none;
  }.signup-container {
  width: 314px !important;
 }
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  background: ;
  right: 20px;
  width: 68%;
  text-align: right;
}
.dropdown-item {
  padding: .25rem 1rem;
  color: rgba(0,0,0,.55);
  font-size: 14px;
  border-bottom: 1px solid b1abab;
  width: auto;
}

  .navbar .navbar-nav .nav-item {
    padding: 10px 20px;
    border-bottom: 1px solid #b1abab;
  }
  .navbar .navbar-nav {
  margin-top: 20px;
  padding-bottom: 0px;
  background: var(--bs-light);
  border-radius: 0px;
}
  .dropdown-item {
  padding: .25rem 1rem;
  color: rgba(0,0,0,.55);
  font-size: 14px;
  border:none;
  background-color:none !important;
}
 /* .btn {
    font-weight: 600;
    transition: .5s;
    padding: 10px 20px !important;
    font-size: 12px;
  }*/
  .flotrightwith50 {
    width: 60% !important;
    float: none;
    margin: 0px auto 34% auto;
  }
.bannertext p {
  margin: 5px 5px 20px 5px !important;
  font-size: 16px !important;
}
.package-card {
  width: 100%;
 }
 .package-card ul li {
 font-size: 13px;
}
.package-card ul li::before {
  width: 17px;
  height: 17px;
  font-size: 12px;
 }
 .dashboard-left {
  width: 100%;
 }
 .dashboard-right {
  padding: 0px 0px 20px 0px;
  width: 100%;
  
 }
 .order-card {
  width: 94%;
  margin: 10px;
}
.custom-table {
  margin-top: 4%;
}
.table-responsive-custom {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.table {
    min-width: 800px; /* Prevents table from shrinking too much */
}

/* Optional: Custom scrollbar styling */
.table-responsive-custom::-webkit-scrollbar {
    height: 8px;
}

.table-responsive-custom::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
 .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 126px;
    }
    .header-carousel .header-carousel-item {
        height: 1300px;
    }
.about-item-content {
  padding: 26px 0px !important;
}
.text-primary-1 {
  font-size: 25px;
}
.text-primary {
  font-size: 19px;
}
.our-ervices p {
  text-align: justify;
  font-size: 14px;
}.our-ervices h2 {
  font-size: 22px;
}
.services-grid {
  grid-template-columns: auto;
  gap: 30px;
  padding: 20px 10px;
  .service-card{
    padding: 20px 15px;
  }
}
.service-icon{
   img {
  width: 60px;
}
}
.service-text{
  max-width: 66%;
   h3 {
  font-size: 16px;
  font-weight: 600;
}
  p {
  font-size: 13px !important;
  line-height: 20px;
  text-align: left;
}
 }
 .back-to-top {
 right: 2px;
    bottom: 0px;
    z-index: 99999;
    border: 1px dashed #fff !important;
    background: #520808;
 }
 .footer { 
  h4 {
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: left;
}
}
.our-testimonial p {
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}

.testimonial-footer {
  margin-left: 40px;
}

.city-list {
  padding: 0px;
  li {
    width: 100%;
    a{
      font-size: 12px;
    }
  }
}
.booking-process-section {
  margin: 30px auto;
  padding: 12px 10px;
  box-shadow: none;
 }
 .booking-intro, .booking-outro {
 font-size: 14px;
    text-align: justify;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
.navbar.navbar-expand-lg .navbar-toggler{
  border:none;
}

.blog-content {
  padding: 10px !important;
  a{
    font-size:16px;
  }
  p {
    font-size: 13.5px;
  }
}
.download {
  h4 {
 padding-left: 57px;

}
ul {
  padding-left: 86px;
}
}
.footer {
  .footer-item{
     a {
      line-height: 27px;
      font-size: 15px;
    }
    p {
    line-height: 23px;
        padding-bottom: 30px;
        font-size: 14px;
  }
  }


}


.blogbox p {
  font-size: 14px;
}
.faq-section {
  margin-top: 50px;
}
.feature-box {
  padding: 20px 10px;
 }
 .feature-content p {
  line-height: 20px;
}
.testimonial-carousel {
  .owl-stage-outer {
    margin-top: 0px;
  }
}
 .booking-step-icon {
    margin: 0 auto;
  }

.booking-step-text {
  font-size: 14px;
  text-align: center;
}
.missionimg{
  height: 130px;
  margin-left: -5px;
  margin-top: -93px;
 }
.mission-box p{
  width:100%;
}
.vision-box {
  p {
    width: 100%;
  }
}
.visionimg {
  height: 80px;
  margin-bottom: 13px;
  margin-top: 0px;
}
.why-choose-section{
  padding:10px 0em;
  .choose-box{
    display: inline-block !important; 
    h5{
      text-align: center;
      margin-top: 15px;
    }
    p {
      width: 100%;
      text-align: center;
    }
    .datacenter{
      text-align:center;
      margin: 0px !important;
    }
  }
}
.cancel-box {
  padding: 20px 15px;
 }
.icon-box img {
  width: 45px;
}
.our-values {
  margin-top: 50px;
}
.blogpagebannerheight {
  height: 60vh !important;
}
.blogdetailbannerheight{
  height: 30vh !important;
  .carousel-caption {
    padding-top: 17px !important;
  }
}
.connectusinfo{
   h4 {
    text-align: left;
  }
  p {
    text-align: left;
  }

}
.termsimgwith {
  width: 34% !important;
  float: none;
  margin: 0px auto 34% auto;
}
.bannerheight80 {
  height: 80vh !important;
}
.sectionbox {
  ul {
    margin-left: -34px;
    li {
  list-style: none;
}
  }

}
.tick {
  display: none;
}
.accordion-list .child {
  padding-left: 10px !important;
 }

.qty-input-rev {
  margin-right: 5px !important;
}
 .accordion-list .child li {
  font-size: 13px !important;
   padding-left: 15px !important;
 
}
 .accordion-list .child li {
  & .qty-input {
    padding: 3px 4px !important;
      font-size: 11px;
      margin: 2px 2px 2px -1px !important;
      width: 22px !important;
  }
}
.accordion-list .child li {
  & .plusbtn {
    margin-right: 5px !important;
    width: 22px !important;
    padding: 0px !important;
    height: 22px !important;
  }
}
.accordion-list .child li {
  & .qty-btn {
   margin-right: 5px !important;
    width: 22px !important;
    padding: 0px !important;
    height: 25px !important;
  }
}

/*Booking */

.step-circle {
  width: 35px !important;
  height: 35px !important;
 }
.step {
  font-size: 9px;
  padding: 0px;
}
.loctxtdone {
  font-size: 9px;
}
.itemlistbox {
  padding: 0px;
   h4 {
    text-align: center;
  }
  .accordion-body {
    padding: 1rem .5rem;
  }
  .itembtnbox{

     a {
      font-size: 12px;
      font-weight: normal;
      border-radius: 8px !important;
      margin: 0px 4px 7px 4px !important;
      width: 30%;
      padding: 10px 7px !important;
    }
  }
}


.feedback-claim-section {
  padding: 10px 10px;
  .fc-title {
    font-size: 15px;
    margin-bottom: 5px;
   }
    .fc-message {
      min-height: 73px;
      height: auto;
    }

 }
 .choosecenter {
  .icon{
    text-align:center;
    margin:0px !important;
  }
 }
 .dropdown-menu {
  background-color: #fff0;
  border: 0px solid rgba(0,0,0,.15);
 }
.delivery-hero {
  min-height: 575px;
  height: auto !important;
  .city-select{
    padding: 3px 28px;
  }
  /*height: 729px;*/
  .hero-text {
  margin-bottom: 514px;
   h1 {
  font-size: 14px;
  span {
  padding: 3px 8px !important;
  }
}
p {
 line-height: 19px;
        font-size: 13px;
}
  }
.form-wrapper {
  padding:0px 20px 20px 20px;
  gap: 0px;
  margin-top: -447px;
   input {
    padding: 8px 10px;
  }
   select {
    padding: 8px 10px;
}

 }
.delivery-form1 {
  margin-top: -20px;
}
.form-group {
  padding-right: 10px;
  margin-bottom: 10px;
}

.form-check-inline {
  .form-check-input {
  padding: 8px !important;
}
}

























}

/* Medium devices (Phablets & small tablets) */
@media (min-width: 600px) and (max-width: 767px) {

}

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* Tablets landscape / small laptops */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Standard laptops & desktops */
@media (min-width: 1280px) and (max-width: 1439px) {

}

/* Large desktops & TVs / 2K monitors */
@media (min-width: 1440px) and (max-width: 1919px) {

}

/* Ultra-wide screens (Full HD / 4K & above) */
@media (min-width: 1920px) {

}
