@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  :root {
      --primary-color: #C12834;
      --secondary-color: #333;
      --white-color: #fff;
  }

  a {
      text-decoration: none;
  }

  html,
  body {
      overflow-x: hidden;
      height: auto;
      scroll-behavior: auto !important;
  }

  body {
      /* position: relative; */
      font-family: "Roboto", sans-serif;
      background-color: #f7fefc;
      margin: 0;
  }
  .section-padding {
    padding: 100px 0;
}


 /* ===================================== header ======================================== */
header .container-fluid {
    padding: 0 35px;
}

  .top-bar {
      background-color: var(--primary-color);
      height: 590px;
      position: absolute;
      top:0;
      left:0;
      width: 100%;
  }
  .banner-section {
    background-color: #000; 
    border-radius: 44px; 
    overflow: hidden; 
    z-index: 9999; 
    position: relative; 
    margin-top: 40px;
}
  .transparent-img {
    opacity: 0.1;
  }

  /* ===================================== Start navigation ======================================== */
  .main-navbar {
   background-color: #000;
   border-radius: 8px;
   padding: 10px;
   margin: 40px 0;
  }

  .navigation_area .nav_sec {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
  }

  .navigation_area .nav_sec ul {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
      display: flex;
      justify-content: space-between;
  }

  .navigation_area .nav_sec ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      margin: 0 70px 0 0;
      position: relative;
  }

  .navigation_area .nav_sec ul li+li {
      /* margin-left: 30px; */
  }

  .navigation_area .nav_sec ul li a {
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 85px;
      text-transform: uppercase;
      transition: 0.8s;
  }
  .navigation_area .nav_sec ul li ul li a::after{
    content: "";
    display: none;
  }

  .main_header .navigation_area .nav_sec ul .dropdown>a:after {
      content: "\f107";
      font-weight: 800;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 2px;
      right: -4px;
  }

  .navigation_area .nav_sec ul li .header_book_appointment_btn {
      margin-left: 148px;
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize;
      position: relative;
  }


  .right-nav-sec a i {
      color: var(--primary-color);
  }

  .nav_sec ul a:hover {
      color: var(--primary-color) !important;
  }

  .nav_sec ul a::after {
      content: '';
      display: block;
      height: 3px;
      background-color:var(--primary-color);;
      position: absolute;
      bottom: 20px;
      width: 0%;
      transition: all 0.3s ease-in-out;
  }

  .nav_sec ul a:hover::after {
      width: 100%;
  }


  .nav_sec ul li ul li a:hover {
      background-color:var(--white-color);
  }

  .right-nav-sec {
      display: flex;
  }

  .right-nav-sec a {
      margin-right: 15px;
  }


  .navigation_area .nav_sec ul li ul {
      width: max-content;
      background: var(--secondary-color);
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      display: none;
      text-align: left;
  }

  .navigation_area .nav_sec ul li ul li a {
      line-height: 30px !important;
      border-bottom: 1px dashed #fff;
  }

  .navigation_area .nav_sec ul li ul li:last-child a {
      border-bottom: none !important;
  }

  .navigation_area .nav_sec ul li:hover ul {
      display: block;
  }

  .navigation_area .nav_sec ul li ul li {
      width: 100%;
      /* float: left; */
      margin: 0;
      padding: 0;
  }

  .navigation_area .nav_sec ul li ul li+li {
      border-top: 1px solid var(--color-2);
  }

  .nav_sec ul>.active>a {
      color: var(--color-1);
  }


  .navigation_area .nav_sec ul li ul li a {
      margin: 0;
      padding: 10px 10px;
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      font-size: 17px;
  }



  span.toggle-menu {
      display: none;
  }

  .toggle-menu img {
      width: 50px;
  }

  .r-nav a {
      background-color: var(--primary-color);
      padding: 18px 34px;
      border-radius:8px;
      color: #fff;
      font-size: 18px;
  }
  .r-nav a:hover{background-color: #fff; color: var(--primary-color);}
  .r-nav a span {
      padding: 10px 6px;
      background-color: var(--secondary-color);
      border-radius: 50%;
      margin-left: 12px;
  }

  .r-nav a span img {
      height: 28px;
      width: 28px;
  }

  .menu-icon {
      display: none;
  }

  /* navigation-end */
   /****** header-end ******/


  /*===================================== Hero-section-start ======================================== */
    .hero-section {
      position: relative;
      overflow: hidden;
      min-height: 420px;
    }

    .text-right {
     text-align: right;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 60px 0;
    }

    .hero-title {
      font-size:80px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      text-transform: capitalize;
      font-family: "Alumni Sans", sans-serif;
      
    }

    .hero-subtitle {
      color: #fff;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .hero-text {
      color: #ddd;
      font-size: 18px;
      line-height: 1.8;
      max-width: 540px;
    }

    .btn-discover {
      background: var(--primary-color);
      color: #fff;
      padding: 12px 28px;
      border-radius: 10px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
      font-size: 18px;
    }
    .hero-border {
    background: var(--primary-color);
    background: linear-gradient(257deg,rgba(193, 40, 52, 0) 0%, rgba(193, 40, 52, 1) 42%);
    height: 4px;
    margin-bottom: 30px;
    }
    .btn-discover:hover {
      background: var(--primary-color);
      color: #fff;
    }

    .truck-wrapper {
      position: relative;
      display: inline-block;
      border: 4px solid var(--primary-color);
      padding: 12px;
      border-top-left-radius: 50px;
    }

    .truck-wrapper img {
    width: 100%;
    max-width: 520px;
    display: block;
    border: 6px solid #fff;
    border-top-left-radius: 50px;
    }

    /* hero-section-End */

    /*===================================== Hero-section-start ======================================== */
    .image-wrapper {
      position: relative;
      max-width: 420px;
    }

    .main-img {
      width: 85%;
      border-radius: 24px;
      object-fit: cover;
    }

    .small-img {
    position:absolute;
    bottom: -40px;
    right: -80px;
    width: 280px;
    border-radius: 20px;
    border: 6px solid #f3efeb;
    }

    .vertical-text {
    position: absolute;
    right: -30px;
    top: -30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    height: 180px;
    }
button.btn:hover {
  background: #000!important;
}

    .about-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D9D9D9;
    padding: 5px 22px;
      border-radius: 14px;
      font-weight: 700;
      margin-bottom: 25px;
      color: var(--primary-color);
      font-size: 30px;
      font-family: "Alumni Sans", sans-serif;
    }

    .about-badge .dot {
      width: 10px;
      height: 10px;
      background: #000;
      border-radius: 50%;
    }

   .about-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    color: #111;
    }

    .about-text {
    color: #222;
    line-height: 1.9;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: 500;
    }
    .btn-custom:hover {
      opacity: 0.9;
      color: #fff;
    }

    /* About-section-End */

    /*===================================== Hero-section-start ======================================== */
    .services-section {
      position: relative;
      overflow: hidden;
      background: url(../images/services-bg.jpg) left top no-repeat;
      border-radius: 44px;
      margin: 0 35px;
    }

    .service-badge {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 5px 22px;
      border-radius: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      font-size:30px;
      font-family: "Alumni Sans", sans-serif;
    }

    .service-badge .dot {
      width: 10px;
      height: 10px;
      background: var(--primary-color);
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
    }

    .section-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 70px;
    }

    .section-title span {
      color: var(--primary-color);
    }

    .service-card {
      position: relative;
      border: 2px solid var(--primary-color);
      border-radius: 40px 0 0 0;
      background: #fff;
      padding: 70px 25px 35px;
      text-align: center;
      height: 100%;
      transition: 0.3s;
    }

    .service-card.active {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    .service-card.active p {
      color: #ddd;
    }

    .service-card:hover {
      transform: translateY(-8px);
    }

    .service-icon {
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 70px;
      height: 70px;
      background: var(--primary-color);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      border: 3px solid #fff;
    }

    .service-icon i {
      transform: rotate(-45deg);
      color: #fff;
      font-size: 30px;
    }

    .service-card h3 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 15px;
      line-height: 1.1;
    }

    .underline {
      width: 90px;
      height: 4px;
      background: var(--primary-color);
      margin: 0 auto 20px;
      border-radius: 10px;
    }

    .service-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.7;
    }

    /*===================================== Services-Area-start ======================================== */
    .services-area {background-color: #FFFAF4; padding: 40px 0;}
    .border-divider {
    background: var(--primary-color);
    background: linear-gradient(90deg,rgba(193, 40, 52, 1) 50%, rgba(0, 0, 0, 1) 50%);
    height:20px;
    }

    /*===================================== Why-Choose-Us-start ======================================== */
    .why-section {
      padding: 70px 0;
    }

    .section-badge {
      display: inline-block;
      background: var(--primary-color);
      color: #fff;
      font-weight: 700;
      padding: 10px 22px;
      border-radius: 12px;
      margin-bottom: 25px;
      font-size: 18px;
    }



    .title-line {
      width: 140px;
      height: 4px;
      background: var(--primary-color);
      margin: 0 auto 50px;
      border-radius: 10px;
    }

    .feature-box {
      background: #e9dfdc;
      border: 1px solid #b8aaa5;
      border-radius: 12px;
      padding: 28px 24px;
      min-height: 140px;
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 30px;
    }

    .diamond {
      width: 14px;
      height: 14px;
      background: var(--primary-color);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .feature-box h5 {
      font-size: 28px;
      font-weight:500;
      line-height: 1.3;
      margin: 0;
      color: #111;
    }

    .moving-img {
      width: 100%;
      border-radius: 22px;
      object-fit: cover;
      height: 100%;
      min-height: 580px;
    }
       .why-badge {
      display: inline-block;
      background: var(--primary-color);
      color: #fff;
      padding: 5px 22px;
      border-radius: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      font-size:30px;
      font-family: "Alumni Sans", sans-serif;
    }

    .why-badge .dot {
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
    }



    
/*===================================== Footer-start ======================================== */
    .testimonial-section {
      padding: 80px 20px;
      overflow: hidden;
      background-color: #EEE4E1;
      margin: 0 35px 40px;
      border-radius: 44px;
    }

    .section-badge {
      background: #000;
      color: #fff;
      padding: 8px 22px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .section-badge span {
      width: 10px;
      height: 10px;
      background: var(--primary-color);
      border-radius: 50%;
      display: inline-block;
      animation: pulse 1.5s infinite;
    }



    .section-title .highlight {
      color: var(--primary-color);
    }

    .testimonial-card {
      background: #fff;
      border-radius: 20px;
      padding: 35px 30px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }



    .testimonial-card:hover::before {
      left: 0;
    }



    .testimonial-text {
      color: #666;
      line-height: 1.8;
      margin-bottom: 25px;
    }

    .divider {
      width: 70px;
      height: 4px;
      background: var(--primary-color);
      margin-bottom: 20px;
      border-radius: 10px;
    }
.testimonials-slider .slick-slide {
    padding: 0 10px;
}
    .client-name {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px;
    }
.testimonials-nav{
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.testimonials-nav .custom-prevs, .testimonials-nav .custom-nexts {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.testimonials-nav .custom-prevs {
    background: #fff;
    color: #000;
}
.testimonials-nav .custom-nexts {
    background: var(--primary-color);
    color: #fff;
}
    .stars {
      color: #f4b400;
      font-size: 18px;
    }

    .carousel-indicators {
      bottom: -60px;
    }

    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #000;
      opacity: 1;
      margin: 0 5px;
    }

    .carousel-indicators .active {
      background-color: var(--primary-color);
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }

      50% {
        transform: scale(1.4);
        opacity: 0.5;
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    /* Fade animation */
    .carousel-item {
      transition: transform 0.8s ease-in-out;
    }


    /*===================================== Footer-start ======================================== */
.footer-section {
    background: #050505;
}

/* Logo */
.footer-logo {
    max-width: 180px;
}

/* Text */
.footer-text {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.8;
}

/* Headings */
.footer-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Alumni Sans";
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d9d9d9;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: #00a2ff;
    padding-left: 5px;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    color: #d9d9d9;
    font-size: 15px;
}

.footer-contact i {
    color: var(--primary-color);
    margin-right: 8px;
}

/* Social Icons */
.social-icons a {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* CTA Section */
.footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-top: 40px;
}

.footer-cta h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    font-family: "Alumni Sans";
}

.footer-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 35px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #fff;
    color: var(--primary-color);
}

/* Bottom */
.footer-bottom {
    background: var(--primary-color);
    padding: 12px;
    font-size: 14px;
    color: #fff;
}




 