/*** Spinner Start ***/
body {
  background: #fff;
  line-height: 1.8;
  color: #1a2734;
  position: relative; 
  font-size:15px;
  font-weight:normal;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
strong {
    font-weight: 600 !important;
}
.blogdetailbox{
    h3{
        font-size: 23px;
    }
}
.card {
    background-color: #f4f4f4 !important;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0px !important;
}

.choose-us-section {
  background: #fff8f7;
}

.choose-us-section .text-primary {
  color: #df2a1e !important;
}

.choose-card {
  background: #fff;
  border-radius: 0px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  
}

.choose-icon {
  width: 70px;
  height: 70px;
  background: #df2a1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(223, 42, 30, 0.3);
  transition: all 0.3s ease;
}

.choose-card h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.choose-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.card-title .fa-check {
    background: #ca0101;
    padding: 8px;
    border: 1px solid #ca0101;
    color: #ffffff;
    border-radius: 70%;
    margin-right: 10px;
    box-shadow: 1px 1px 4px #d59b9b;
}
.choose-card:hover {
  color: #df2a1e;
  transform: translateY(-8px);
}

.choose-card:hover .choose-icon {
  background: #fff;
  color: #df2a1e;
  transform: scale(1.1);
}

/*.choose-card:hover h5 {
  color: #fff;
}
*/
@media (max-width: 768px) {
  .choose-card {
    padding: 20px;
  }
  .choose-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}



.mobilecallbtn {
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e63946;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);
  animation: pulse 1.8s infinite;
  transition: all 0.3s ease;
  a{
    color:#fff ;
  }
     i {
        color: #fff ;
    }
}

.mobilecallbtn i {
  font-size: 20px;
  animation: ring 1.5s infinite;
}

/* Pulse glow background animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(230, 57, 70, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0);
  }
}

/* Subtle ringing animation for phone icon */
@keyframes ring {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(-5deg); }
  70%, 100% { transform: rotate(0deg); }
}

/* Optional hover effect */
.mobilecallbtn:hover {
  background-color: #c92a3a;
  transform: scale(1.05);
}



/*** Spinner End ***/

.mobilesocial {
    display: none;
}
.getquote_button {
    display: none;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.KeywordContent {
    width: 100%;
    word-wrap: break-word;
}

.btn-square {
    width: 32px;
    height: 32px;
}
.btn-sm-square {
    width: 34px;
    height: 34px;
}
.btn-md-square {
    width: 44px;
    height: 44px;
}
.btn-lg-square {
    width: 56px;
    height: 56px;
}
.btn-xl-square {
    width: 40px;
    height: 40px;
    border-radius:25px;
    .fas, .fa {
        color:#fff;
        font-size: 20px;
    }
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}
.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}
.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}
.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}
.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}
.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/
/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}
.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}
.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item {
    width: auto !important;
    white-space: nowrap; /* Prevents breaking into two lines */
    padding: 0.5rem 0.7rem; /* Optional: adjust spacing */
}
.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }
    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }
    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: var(--bs-light);*/
        border-radius: 10px;
    }
    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: #fff;
        transition: .5s;
        opacity: 1;
        border-radius:0px;
    }
}
/*** Navbar End ***/
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}
.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, .2);*/
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }
    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }
    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb .breadcrumb {
    position: relative;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}
.feature .feature-item:hover {
    background: var(--bs-primary);
}
.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}
.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}
.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}
.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}
.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}
.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}
.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}
.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/
/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service .service-item .service-img img {
    transition: 0.5s;
}
.service .service-item:hover .service-img img {
    transform: scale(1.1);
}
.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #b00015
    transition: 0.5s;
    z-index: 1;
}
.service .service-item:hover .service-img::after {
    height: 100%;
}
.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}
.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}
.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}
.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}
.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}
.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}
.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}
.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}
.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}
.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}
.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}
.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/
/*** FAQs Start ***/
.faq-section
{
    color:#ffffff;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/
/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}
.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}
.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
        height: 245px;

}
.blog .blog-item .blog-img img {
    transition: 0.5s;

}
.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}
.blog-content .h5 {
    height: 40px !important;
}
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #b00015
    transition: 0.5s;
    z-index: 1;
}
.blog .blog-item:hover .blog-img::after {
    height: 100%;
}
.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}
.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}
.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/
/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 
.team .team-item .team-img img {
    transition: 0.5s;
}
.team .team-item:hover .team-img img {
    transform: scale(1.1);
}
.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}
.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}
.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}
.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}
.team .team-item .team-title h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/
/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}
.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}
.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/
/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}
.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}
@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}
    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}
    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}
    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}
.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/
/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item {
    display: flex;
    flex-direction: column;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}
.footer .footer-item p {
    line-height: 35px;
}
.footer .footer-item a:hover {
    color: var(--bs-primary);
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}
.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}
.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}
.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}
.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}
.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}
.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.footmailboxbg{
    background:#fdf2f4 !important;
}
.padding712{
    top: 7px; right: 12px;
}
/*** Footer End ***/
/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/
.bannerimg {
    width: 72% !important;
}
.city-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  padding: 0;
  padding: 20px;
  border-radius: 10px;
  li {
      width: 49%;
      float: left;
  }
}
.city-list li a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
    transition: background 0.3s;
    width: 100%;
}
.city-list li a:hover {
  background-color: #e0e0e0;
}
.feature-box {
  background-color: #a30000; /* Deep red background */
  padding: 30px;
  color: white;
  font-family: "Poppins", sans-serif;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.feature-number {
  background-color: #ff5f7e; /* Pink box */
  color: white;
  font-weight: bold;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding:15px;
}
.feature-content h4 {
  font-size: 18px;
  margin: 5px 0 5px;
  font-weight: 600;
  color: white;
}
.feature-content p {
  font-size: 15px;
  margin: 0;
  color: #f1f1f1;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #f4f4f4;
  padding: 40px;
  font-family: "Poppins", sans-serif;
}
.service-card {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.service-text {
  max-width: 60%;
}
.service-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}
.service-text p {
  margin: 0 0 15px;
  color: #666;
  font-size: 15px;
}
.service-icon img {
  width: 80px;
  height: auto;
}
.text-primary-1 {
    font-size: 35px;
    font-weight: 600;
    color: #b00015 !important;
}
.read-more{
    color: #b00015 !important;
}
.our-clients img{border-radius:15px;}
.our-process h3 {
    color: #fff;
    padding: 8px 10px;
    font-size: 19px;
    text-align: center;
    background: #b00015 !important;
    margin: 6px 1px;
    width: 81%;
    border-radius: 6px;
}
.our-testimonial p {
    color: #707070;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    width: 50%;
    margin: 0 auto;
    line-height: `;
}
.testimonial-image img {
    height: 65px !important;
    width: 65px !important;
    border-radius: 48px;
    border: 1px solid #c2cbd2;
}
.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
/*.testimonial-image {
    float: left;
}*/
/*.testimonial-cite {
    float: left;
}*/
.testimonial-name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;
    margin-left: 14px;
    width: 100%;
    color:#b00015;
}
.testimonial-title {
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    margin-left: 15px;
    margin-top: 0px;
    color: #000;
}.blog-content p {
    height: 120px;
    margin-bottom: 0px !important;
}
/*About us page */
.missionimg{
    height: 260px;position: absolute;margin-left: -133px;margin-top: -13px;
}
.visionimg{
    height: 85px;margin-bottom: 5px;margin-top: 25px;
}

.termsimgwith {
  width: 45% !important;
  float: none;
  margin: 15% auto 34% auto;
}
.flotrightwith50{
    width:70% !important; float: right;
}
.bannerheight{
    background:#FCE5E8;height: 70vh !important;
}
.blogbannerheight{
    background:#FCE5E8;height: 35vh !important;
}
.blogpagebannerheight{
    background:#FCE5E8;height: 50vh !important;
}
.mission-box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}
.mission-box p {
    width: 78%;
}
.vision-box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}
.vision-box p {
    width: 81%;
}
.our-values{text-align:center;
   h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
p {
    color: #525252;
    padding: 10px 27px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #cbc9c95e;
    height: 90px;
    border-radius: 5px;
    background: #fafafa;
}
}
.cancel-box {
  background-color: #b40017;
  padding: 20px 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box img {
  width: 80px;
  height: auto;
}
.book-btn {
  background-color: #ff6c6c;
  color: white;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
}
.book-btn:hover {
  background-color: #ff4d4d;
  color: white;
}
.why-choose-section {
  background-color: #f9f9f9;
  padding: 10px 3em;
}
.choose-box {
    border-bottom: 1px solid #dbdada;
    padding-bottom: 20px;
    align-items: flex-start;
    width: 100%;
    h5 {
        color: #000;
        margin-bottom: ;
        font-weight: 600 !important;
    }
    p {
        width: 77%;
    }
}
.choose-box .icon img {
  width: 64px;
  height: auto;
}
.connectusinfo{
    p{
        color:#525252;
        font-size: 16px;
    }
}
#accordion .panel-title i.glyphicon{
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.rotate-icon{
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.accordion-button {
    color: #fff;
    text-align: left;
    background-color: #df2a1e;
}
.accordion-body {
    color: #525252;
    font-size: 15px;
}
.accordion-button:not(.collapsed){
    box-shadow:none;
}
.accordion-button:focus{
    box-shadow:none;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-button:not(.collapsed){
   color: #fff;
   text-align: left;
   background-color: #df2a1e;
}
.sectionbox
{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    background: #f2f5f9;
    padding: 13px;
}
.tick {
  min-width: 32px;
  min-height: 32px;
  background: #b00015;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 18px;
}
.sectionbox h3 {
    margin: 5px 0 5px;
    font-size: 18px;
    color: #b00015;
}
.sectionbox p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.our-process-video{
    width:25%;
    float:left;
    margin-top: 20%;
}
.our-process{
    p{color:#727272;}
}
.expert-packing{
    font-size: 18px;
    font-weight: 600;
}
.orprocessoffice{
    p{
        font-size: 15px;
    }
}
.footerabt{
    padding: 20px 60px 15px 15px;line-height: 23px !important;
}
.services-cards {
   background-color: #ffffff;
   border-bottom: 3px solid #ccc;
   border-radius: 0px;
   padding: 15px;
   margin-bottom: 30px;
   transition: transform 0.3s ease;
   text-align: center;
   margin-top: 40px;
   img{
    height: 85px;
}
p{
    color: #333333;
    font-size: 13.5px;
    height: 115px;
    text-align: justify;
}
h5 {
 color: #000;
 font-size: 16px;
 height: 44px;
 font-weight: 600;
}
.btn-red {
  background-color: #b00015;
  border: none;
  border-radius: 5px;padding: 5px 10px;
}
}
.services-cards:hover {
  transform: scale(1.02);
}
.service-icon {
   font-size: 40px;
   color: #b00015;
   position: relative;
   background: #fff;
   padding: 11px;
   top: -50px;
   box-shadow: 1px 1px 5px #cacaca;
   border-radius: 5px;
}
.relocation-box {
  display: flex;
  align-items: center;
  gap: 85px;
  margin: 20px 8%;
  flex-wrap: wrap;
  p{
    text-align: left;
    color: #727272;
}
}
.serimbbox {
    width: 200px;
    height: auto;
    border: 3px solid #d9251b; /* Fancy red border */
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.serimbbox:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.relocation-text {
    flex: 1;
    color: #727272;
    font-size: 16px;
    line-height: 1.6;
}
.whs-warehouse-section {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  color: #333;
}
.whs-heading {
  font-size: 26px;
  margin-bottom: 20px;
  color: #c40000;
  font-weight: 600;
  text-align: center;
}
.whs-intro {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}
.whs-point {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
}
.whs-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background-color: #cc0000;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
.booking-process-section {
  margin: 50px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #333;
}
.booking-heading {
  font-size: 28px;
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.booking-intro,
.booking-outro {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.6;
  color: #555;
}
.booking-step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(204, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.booking-step:hover {
  background-color: #fff3f3;
  transform: scale(1.01);
  box-shadow: 0 4px 10px rgba(204, 0, 0, 0.1);
}
.booking-step-icon {
   width: 50px;
   height: 50px;
   background-color: #e53935;
   color: white;
   border-radius: 50%;
   text-align: center;
   line-height: 50px;
   font-size: 26px;
   margin-right: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   gap: 5px;
}
.booking-step-text {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .booking-step {
    flex-direction: column;
    align-items: flex-start;
}
.booking-step-icon {
    margin-bottom: 10px;
}
.booking-step-text {
    font-size: 15px;
}
}
.feedback-claim-section {
  padding: 60px 20px;
  background-color: #f7f7f7;
  font-family: 'Segoe UI', sans-serif;
}
.feedback-title-bar {
  text-align: center;
  background: linear-gradient(to right, #b00015, #a00000);
  color: #fff;
  padding: 30px 15px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.feedback-title-bar h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.feedback-title-bar p {
  font-size: 16px;
  margin: 0;
}
.fc-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  position: relative;
  margin-bottom: 5%;
}
/*.fc-rating-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #b00015;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 9px;
    position: absolute;
    right: -1px;
    top: -20px;
}*/
.fc-rating-circle small {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
.fc-rating-circle.five-star {
  background: #28a745;
}
.fc-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #b00015;
}
.fc-meta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    color: #444;
}
.fc-meta-list li {
  margin-bottom: 5px;
}
.fc-meta-list .icon {
  margin-right: 6px;
  font-style:normal;
}
.badge {
    background: #e5e5e5;
    color: #070707;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 5px;
    margin-right: 10px;
}
.fc-message {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  height: 70px;
}
.read-more-btn {
  text-decoration: none;
  background: #b00015;
  color: #fff;
  padding: 2px 16px 6px 16px;
  border-radius: 20px;
  font-size: 13px;
}
.read-more-btn:hover {
  background: #d9241b;
  color: #fff;
}
/*Feedback Form*/
.feedback-container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #b10000;
}
.feedback-container h2 {
    text-align: center;
    font-size: 28px;
    color: #b10000;
    margin-bottom: 10px;
}
.feedback-container p.subtext {
    text-align: center;
    color: #777;
    margin-bottom: 30px;
    font-size: 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group i {
    color: #b10000;
    margin-right: 6px;
}
input[type="text"],
input[type="tel"],
input[type="date"],
textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: 0.3s ease;
    color:#000;
}
input:focus, textarea:focus {
    border-color: #b10000;
    box-shadow: 0 0 0 3px rgba(177, 0, 0, 0.1);
    color:#000 !important;
}
table.rating-table {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
}
table.rating-table th,
table.rating-table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
}
table.rating-table th {
    background: #f3f3f3;
    font-weight: bold;
    color: #b10000;
}
table.rating-table td input[type="checkbox"] {
    transform: scale(1.2);
}
.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}
.radio-group label {
    font-weight: 500;
    cursor: pointer;
}
.submit-btn {
    background-color: #b10000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    display: block;
}.raise-claim-page {
    label {
        color: #333;
    }
    p{color:red;}
}
.give-feedback-page {
    label {
        color: #333;
    }
    p{color:red;}
}
.delivery-hero {
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 40px 20px;
  color: #fff;
  overflow: hidden;
}
.delivery-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(104 27 27 / 20%); /* light transparent black */
  z-index: 1;
}
.hero-overlay {
  position: relative;
  z-index: 2; /* put content above overlay */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-text {
  text-align: center;
  margin-bottom: 110px;
  color: white;
}
.hero-text h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}
.hero-text p {
  font-size: 18px;
  font-weight: 400;
}
.form-wrapper {
  background:#ffffffcf;
  border-radius: 5px;
  padding: 0px 30px 20px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.city-select {
    position: relative;
    width: fit-content;
    background: #ffffffcf;
    border-top-left-radius: 10px;
    padding: 10px 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    top: -50px;
    margin: 0 auto;
    border-top-right-radius: 10px;
}
.city-select select {
  border: none;
  background: transparent;
  font-size: 16px;
  appearance: none;
  padding-right: 20px;
  text-transform: capitalize;
}
.city-select .dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
  color: #333;
}
.delivery-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}
.form-group {
  flex: 1;
  min-width: 200px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.form-group:last-child {
  border: none;
  padding-right: 0;
}
.form-group label {
    font-weight: 500;
    display: block;
    font-size: 13px;
    margin-left: 4px;
    color: #555;
    margin-bottom: 2px;
}
.blacktxt{
    color:#000;
}
.form-group span {
  color: red;
}
.form-group input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #ffffff;
  font-size: 14px;
  border:1px solid #0000003b;
  color:#000;
}
.form-check-inline {
    display: flex;
    align-items: center;
    gap: 4px; /* small space between radio & label */
}
.signup-container {
  background: #fff;
  padding: 32px 40px;
  border-radius: 5px;
  width: 372px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  margin: 10px auto;
  .form-title {
    color: #000;
    text-align: center;
    font-size: 21px;
}
.subtitle{
   color: #000;
   text-align: center;
   font-size: 14px;
}
.signup-form {
  margin-bottom: 16px;
}
.form-group{
    padding-right:0px;
    border-right:0px;
}
.input-icon {
  display: flex;
  align-items: center;
  background: #f6f7f9;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  margin-top: 7px;
}
.input-icon .icon {
  margin-right: 7px;
  width: 21px;
  height: 21px;
  object-fit: cover;
}
.input-icon input {
  border: none;
  background: none;
  flex: 1;
  padding: 10px 4px;
  font-size: 15px;
  outline: none;
}
.country-code {
  font-size: 15px;
  color: #444;
  margin-right: 7px;
  font-weight: 500;
}
.generate-otp-btn {
   background: #c10c1b;
   color: #fff;
   font-size: 17px;
   border: none;
   padding: 7px 33px 10px 33px;
   border-radius: 39px;
   cursor: pointer;
   margin: 6px auto;
   font-weight: 500;
   transition: background 0.2s;
   line-height: 24px;
}
.generate-otp-btn:hover {
  background: #a70e17;
}
.divider {
  text-align: center;
  color: #333333;
  font-size: 15px;
  margin: 15px 0 10px 0;
}
.social-login {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.social-btn {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 7px;
  padding: 7px 18px;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 7px rgba(0,0,0,0.07);
  cursor: pointer;
  transition: background 0.2s;
}
.social-btn:hover {
  background: #f4f4f4;
}
.social-btn .social-icon {
  margin-right: 8px;
  width: 21px;
  height: 21px;
  object-fit: cover;
}
.reset-account {
  font-size: 14px;
  color: #555;
  text-align: center;
}
.reset-account a {
  color: red;
  font-weight: 500;
  text-decoration: underline;
}
}
.otpbox-container {
  display: flex;
  justify-content: center;  /* center horizontally */
  gap: 12px;                /* space between inputs */
  margin: 20px 0;           /* vertical spacing */
}
.otpbox {
  width: 47px;
  height: 47px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}
.otpbox:focus {
  border-color: #c10c1b; /* your main brand color for focus */
  box-shadow: 0 0 6px rgba(193,12,27,0.4);
}
.otp-resend-container {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
}
.otp-msg {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  letter-spacing: 0.1px; /* slight tracking as in image */
}
.otp-resend {
  font-weight: 700; /* bold */
  color: #222;      /* same dark color */
  margin-left: 5px; /* spacing after '?' */
  cursor: pointer;  /* pointer on hover */
}
.otp-resend:hover {
  text-decoration: underline;
  /* Optional: change color for hover */
  color: #b5091c;
}
.reset-success-card {
  background: #fff;
  padding: 44px 32px 32px 32px;
  border-radius: 5px;
  width: 345px;
  max-width: 94vw;
  margin: 48px auto;
  box-shadow: 0 2px 18px rgba(0,0,0,0.09);
  position: relative;
  text-align: center;
}
.success-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.success-icon {
  width: 135px;
}
.success-title {
  font-size: 20px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 12px;
}
.success-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}
.success-extra {
  font-size: 14px;
  color: #555;
}
.signin-link {
  color: red;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 6px;
  cursor: pointer;
}
.KContent_content 
{
    p {
        color: #525252;
        font-size:15px;
    }
    ol{
        li{
            color: #525252;
            font-size:15px;
        }
    } 
}
.KeywordContent h2 {
    font-size: 22px;
    color: #b00015;
    margin-bottom: 20px;
    margin-top: 10px;
}
/* Optional: Customize the label */
.file-upload-label {
  font-weight: 600;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.file-upload-input {
  display: none; /* Hide native input */
}
.file-upload-label {
    background-color: #b00015;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}
.file-upload-label:hover {
  background-color: #0056b3;
}
.file-selected {
  margin-left: 15px;
  color: #666;
  font-style: italic;
}
/* Add spacing and layout */
.file-upload-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-group{
    select{
        padding: 10px;
        border: none;
        border-radius: 5px;
        background: #ffffff !important;
        background-color: rgb(244, 244, 244);
        font-size: 14px;
        border: 1px solid #0000003b;
        color:#000;
    }
}
.form-group {
  position: relative;
}
.form-control{
    color:#000;
}
.form-control:focus{
  color:#000;
}
.selectarroicon {
   position: absolute;
   right: 29px;
   top: 69%;
   transform: translateY(-50%);
   pointer-events: none;
   color: #555 !important;
   font-size: 16px;
}
.viewprofile p {
    padding-left: 3px;
    border: 1px solid #c1bdbd;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
/*Item List page*/
.itemlistbox .accordion-button {
    background: #ff7283;
    border-radius: 0px !important;
}
.accordianbox{
    .accordion-item{
        margin-bottom: 1%;
    }
}
.accordianboxsub{
    .accordion-item{
        margin-bottom: 0%;
    }
    .accordion-button {
        background: #f2f5f9;
        color: #707070;
    }
}
/*Step Css*/
.step {
    color: #b00015;
}
.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #da251c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 5px;
    position: relative;
    z-index: 2;
}
.step-circle.done::before {
    content: "✓";
}
.step::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(225, 140, 140, 0.5);
    z-index: 1;
}
.step:last-child::after {
    display: none;
}
.done {
    background: green;
}
.loctxtdone{
    color: green;
}
.packages {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
/*PAckage css*/
/*
.package-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 280px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  ul li {
      color: #000;
      text-align: left;
    }
}
.package-card input[type="radio"] {
  display: none;
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.package-card input[type="radio"]:checked + .icon,
.package-card input[type="radio"]:checked ~ .price,
.package-card input[type="radio"]:checked ~ h3 {
  color: #c8102e;
}
.package-card .icon {
  background: #c8102e;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  font-size: 28px;
}
.price {
  background: #c8102e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px;
}
.note {
  font-size: 13px;
  color: #777;
}
*/
.package-card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 49%;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.package-card input[type="radio"]:checked ~ * {
  background-color: #fff5f5; /* light red background */
}
.package-card input[type="radio"] {
  display: none;
}
.package-card input[type="radio"]:checked {
  outline: none;
}
/* Selected card highlight */
.package-card:has(input[type="radio"]:checked) {
  border: 2px solid #c8102e;
  background: #fff5f5; /* light red */
  box-shadow:0 -1px 2px rgba(200,16,46,0.3);
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.package-card input[type="radio"]:checked + .icon,
.package-card input[type="radio"]:checked ~ .price,
.package-card input[type="radio"]:checked ~ h3 {
  color: #c8102e;
}
.package-card .icon {
  background: #c8102e;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -62px auto 16px;
  font-size: 28px;
}
.package-card:has(input[type="radio"]:checked) .icon {
    margin-top: -66px;
}
.price {
  background: #c8102e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px;
}
.package-card .icon img {
    height: 78px;
}
.note {
  font-size: 13px;
  color: #777;
}
.package-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Highlight the whole card */
.package-card:has(input[type="radio"]:checked) {
  border: 2px solid #c8102e;
  background: #fff5f5; /* light red background */
  box-shadow: 0 0px 4px rgba(200,16,46,0.3);
}
/* Change price background when selected */
.package-card:has(input[type="radio"]:checked) .price {
  background: #000;     /* black background */
  color: #fff;          /* white text */
}
/* Change icon background when selected */
.package-card:has(input[type="radio"]:checked) .icon {
  background: #000;     /* black background */
  color: #fff;          /* icon color */
}
.package-card ul li {
  color: #000;
  text-align: left;
  margin: 10px 0;
  padding-left: 35px;
  position: relative;
  font-size: 19px;
  line-height: 1.4;
}
/* ✅ Circle Tick */
.package-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00c853;   /* green circle */
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movement-details {
  max-width: 600px;
  color: #b00015;
}
.movement-details h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.movement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  padding: 15px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  border-radius: 3px;
}
.location-icon {
  width: 20px;
  height: 20px;
  background: url('/assets/img/loc-icon.png') no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  position: relative;
}
/* dotted line connector */
.location-icon::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 9px;
  width: 1px;
  height: calc(100% + 10px);
  border-left: 2px dotted #ccc;
}
.movement-item:last-child .location-icon::after {
  display: none; /* hide line after last */
}
.movement-info {
  flex: 1;
}
/* Make address + checkbox inline */
.movement-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between; /* pushes checkbox to right */
}
.movement-info label {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  white-space: nowrap; /* keeps checkbox text in one line */
}
.movement-info .required {
  color: red;
}
/*Dashboard*/
.profileimg {
    float: left;
    padding: 0px;
    margin-right: 10px;
    img{
     height: 55px;
     border: 3px solid #fce5e8;
     border-radius: 82%;
     width: 55px;
     padding: 2px;
 }
}
.profileinfo{
    p{
        margin:4px 0px 0px 0px;
    }
    h5{
        color:#ffffff;
        font-size: 16px;
    }
}
.profilebox {
    float: left;
    padding-left: 0px;
    margin-top: 25px;
}
.socicon img {
    border-radius: 0px;
    height: 17px;
    margin: 0px 3px 0px 3px;
}
.dashboard-banner{
    background: #FCE5E8;
    height: 133px;
    margin-top: 0px;
    border-radius:5px;
}
.dashboard-left {
    background: #ff6073;
    padding: 0px;
    height: 460px;
    color: #ffffff;
    border-radius: 5px;
    width: 19%;
    float: left;
    a{
       color:#ffffff;
       font-size: 15px;
   }
   .userprofile{
    background: #b00015;
    padding: 20px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #fff;
}
}
.dashboard-right {
/*    background: #f7f7f7;
*/    padding: 0px 15px 20px 15px;
    min-height: 457px;
    float: left;
    width: 81%;
}
.profilemenu {
    padding-left: 0px;
    li {
      list-style: none;
      padding-bottom: 18px;
      border-bottom: 1px solid #fff;
      padding: 15px 15px;
      &:hover{
        background:#b00015;
    }
    a img {
      padding-right: 11px;
      height: 25px;
  }
}
}
.services-grid-dashboard {
    padding: 14px;
    .service-card{
        padding:15px 15px !important;
        .service-text {
            max-width: 80%;
            h3 {
              font-weight: 500;
              width: 72%;
          }
      }
      .service-icon {
        padding: 8px 20px;
        top: 0px;
        img {
            width: 55px;
            height: 55px;
        }
    }
}
}
.profilemenu .active {
    background:#b00015;
}
/*My Bookings*/
.order-card {
    background: #fff;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #dedede;
    width:32%;
    margin-left: 5px;
    margin-right: 5px;
}
.status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #e6e6e6;
  border-radius: 5px;
}
.status-label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}
.status-badge {
    background: #ff6073;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    border: none;
}
.route-title {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 8px;
}
.order-id {
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
.service-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.service-type {
    color: #b00015;
    font-weight: 600;
    font-size: 18px;
}
.premium-badge {
  background-color: #28a745;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
}
.contact-phone {
    .fa-phone-alt {
        font-size: 10px;
        background: #ff6073;
        color: #fff;
        padding: 4px;
        border-radius: 3px;
    }
}
.detail-info{
    .fa-phone-alt {
        font-size: 10px;
        background: #ff6073;
        color: #fff;
        padding: 4px;
        border-radius: 3px;
    }
}
.green-bg{
    background: green;
}
.payment-schedule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}
.order-card hr {
    margin-top: 0px;
}
.payment-info h6,
.schedule-info h6 {
    color: #b00015;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
}
.payment-amount {
 font-size: 20px;
 font-weight: 500;
 color: #212529;
 line-height: 13px;
 margin-top: 12px;
}
.schedule-date {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}
.contact-section {
    background: white;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}
.contact-label {
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
}
.view-details-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    &:hover{
        color:#fff;
        background-color: #b00015;
    }
}
.contact-name {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0px;
}
.contact-phone {
    color: #6c757d;
    font-size: 14px;
}
.details-section {
 /* display: grid;*/
 grid-template-columns: 1fr 1fr;
 gap: 20px;
 margin-bottom: 20px;
}
.detail-group h6 {
 color: #dc3545;
 font-size: 13px;
 margin-bottom: 5px;
 font-weight: 600;
 margin-top: 12px;
}
.detail-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
}
.detail-info {
    color: #6c757d;
    font-size: 14px;
}
.action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-update-btn {
    background: #fce5e8;
    color: #000;
    padding: 6px 17px;
    border-radius: 32px;
    border:none;
}
.live-update-btn:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}
.status-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.detail-info-mh {
    background: #ececec;
    padding: 1px 10px;
    border-radius: 5px;
    float: right;
    font-size: 13px;
}
.custom-table{
    td{
        color:#666;
        font-weight: 400;
        font-size: 14px;
        padding:12px 0px 10px 5px;
    }
    th{
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      background: #b00015;
      padding:15px 10px 10px 10px;
  }
}
.paynow {
    background: #ff6073;
    color: #fff;
    font-size: 13px;
    float: right;
    padding: 5px 7px;
    border-radius: 5px;
    width: 77px;
    text-align: center;
    &:hover{
      background: #4caf50;     
      color:#ffff;  
  }
}
.pay {
    background: #4caf50;
    color: #fff;
    font-size: 13px;
    float: right;
    padding: 3px 7px;
    border-radius: 5px;
    width: 77px;
    text-align: center;
    &:hover{
      background: #ff6073;     
      color:#ffff;  
  }
}
.graybtn {
 background: #f2f2f2;
 color: #757575;
 font-size: 13px;
 padding: 5px 7px;
 border-radius: 5px;
 width: 77px;
 text-align: center;
 &:hover{
  background: #ff6073;     
  color:#ffff;  
}
}
/* Custom Select Dropdown Class */
/* Custom Select Dropdown Class */
.custom-select-wrapper {
    position: relative;
}
.custom-select-wrapper select {
    appearance: none;
    padding-right: 30px;
}
.custom-select-wrapper::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 68%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.accordion-list1 {
    list-style: none;
    padding: 0;
    width: 100%;
}
.accordion-list1 .parent {
    background: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    border: 1px solid #dadada;
    margin-bottom: 5px;
}
.accordion-list1{
    ul{
        background:#fff;
    }
}
.accordion-list1 .child li {
  & .qty-input {
    width: 32px;
    text-align: center;
    padding: 4px;
    border-radius: 3px;
}
}
.accordion-list {
    list-style: none;
    padding: 0;
    width: 100%;
}
.accordion-list .parent {
    background: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    border: 1px solid #dadada;
    margin-bottom: 5px;
}
/* Plus icon */
/*.accordion-list .parent::after {
    content: '+';
    position: absolute;
    right: 10px;
    font-weight: normal;
    transition: transform 0.3s;
    top: 0px;
    font-size: 29px;
    color: #b00015;
}
*/
/* Minus icon when open */
/*.accordion-list .parent.open::after {
    content: '-';
}*/
/* Child list with numbering */
.accordion-list .child {
  background: #fff;
  padding-left: 20px;
  list-style: none; /* remove default bullets */
  counter-reset: child-counter; /* start counter for children */
}
.accordion-list .child li {
    padding: 5px 0;
    font-weight: 400;
    color: #000;
    counter-increment: child-counter; /* increment counter */
    position: relative;
    padding-left: 25px; /* space for numbers */
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 40px;
    .qty-input {
     width: 32px;
     text-align: center;
     padding: 4px;
     border-radius: 3px;
 }
 .qty-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  border-radius: 3px;
}
.plusbtn {
  margin-right: 15px;
}
}
/* Number before each child item */
.accordion-list .child li::before {
    content: counter(child-counter) ".";
    position: absolute;
    left: 0px;
    top: 6px;
    color: #b00015;
    font-weight: 500;
}
.services-summary {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.services-section {
    background: #fce5e8;
    padding: 25px;
    width: 98%;
}
.services-title {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
}
.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    color: #212529;
}
.service-bullet {
    width: 12px;
    height: 12px;
    background: #dc3545;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.amount-section {
    background: #e9ecef;
    padding: 25px;
}
.amount-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.amount-title {
    font-size: 18px;
    font-weight: 600;
    color: #b00015;
}
.service-type {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
}
.amount-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.amount-label {
    color: #212529;
    font-weight: 500;
}
.amount-value {
    color: #212529;
    font-weight: 600;
}
.total-section {
    border-top: 2px solid #bfc1c3;
    margin-top: 5px;
    padding-top: 5px;
}
.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}
.total-label {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}
.total-value {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}
.action-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
}
.share-section {
    display: flex;
    align-items: center;
    gap: 12px;
}
.share-label {
    color: #212529;
    font-weight: 600;
    font-size: 16px;
}
.share-icons {
    display: flex;
    gap: 8px;
}
.share-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
}
.whatsapp-icon {
    background: #25d366;
}
.gmail-icon {
    background: #ea4335;
}
.logo img {
    height: 55px;
}
.navbar-brand {
    margin-right: 3rem;
}
.footer{
    background:#fafafa;
    color:#707070;
    border-top:1px solid #e7e6e6;
    h4{
        color:#ae0015;
        margin-top: 10px;
    margin-bottom: 22px;
    }
}
.appstore {
    ul{
        margin-left: -30px;
            li{
            list-style: none;
            float: left;
             margin-right: 5px;
            a{
                img{
                    height:30px;
                }
            }
    }
}
.bannertext{
    h4, h1,{color:#ae0015;}
    img{
        width: 20%;
    }
}
.carousel-caption{
    p{color:#ae0015 !important;}
}
.smbtton{background-color: var( --e-global-color-secondary );
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 44px 10px 44px;
}

.tablebox td {
    color: #38485a;
}