@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  --primary: #f5c431;
  --darkblue: #282828;
}

* {
  padding: 0px;
  list-style: none;
}

body {
  font-family: "Cabin", sans-serif;
}
.img-1 {
  /* width:400px; */
  margin: auto;
  height: 400px;

}
.breadcrumb-item.active.text-primary{
  color: var(--primary)!important;
}
.fixed-contact-icons {
     position: fixed;
    top: 50%;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 9999;
    transform: translate(0%, -50%);
}
.fixed-contact-icons .icon-box {
    width: 40px;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    background: #fff;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fixed-contact-icons .icon-box a{
      transform: rotate(90deg);
    color: #ffffff;
    font-weight: bold;
}
.icon-box.callicon{
  background: #163154;
}
.icon-box.whatsappicon{
      background: #4CAF50;
}


.fixed-contact-icons .icon-box:hover {
  transform: scale(1.1);
}

.fixed-contact-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .topbar {
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
} */
/* mobile van  */

.van-img-wrapper {
  width: 100%;
  height: 210px;

}

.image_fancy h6 {
  padding: 10px;
  background: #fa6f35;
  color: #fff;
}

.van-img-wrapper img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.product_margin {
  margin: 50px 0px;
}

/* mobile van  */
/* quality page  */

.quality-section h2 {
  font-weight: 700;
  color: var(--primary);
}

.content-area h4 {
  color: var(--primary);
  font-weight: 600;
}

.quality-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.quality-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}

.quality-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.process-steps ol {
  counter-reset: step;
  list-style: none;
  padding: 0;
  padding-left: 40px;
}

.process-steps ol li {
  counter-increment: step;
  background: #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  position: relative;
}

.process-steps ol li::before {
  content: counter(step);
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
}

.quote {
    background: #9d9d9d30;
    border-left: 5px solid var(--primary);
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    color: #000000;
}
@media (max-width: 991px) {
  .content-area {
    margin-bottom: 30px;
  }
}

/* quality page  */

/* about us page   */
.text-primary {
  color: #ff8b3f !important;
}

.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/breadcrump.jpg');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.whychooseus {
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url('../img/whychoosebg.jpg');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;

}

.owner-photo {
    max-width: 240px;
    width: 100%;
}

.form-select:focus,
.form-control:focus {
  color: #6e7684;
  background-color: #fff;
  border-color: #ff9046;
  outline: 0;
  box-shadow: none;
}

.breadcrumb-item a {
  color: #fff;
}

.nameceo {
  font-size: 22px;
  color: #ff7e27;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.buttonnew{
    border: 1px solid var(--darkblue);
    color: #000;
    padding: 10px;
    position: relative;
    border-radius: 5px;}

.buttonmessage {
    display: inline-block;
    padding: 12px 35px;
    background: linear-gradient(135deg, #f5c431, #f5c431);
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.ceoname {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 8px;
  border-radius: 5px;
}

.owner-photo img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.banner-item {
  background: linear-gradient(to right, rgb(0 0 0 / 44%), rgba(0, 0, 0, 0.5)),
    url(../img/banner.jpg);

  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
}

.about-img img {
  transform: scaleX(-1);
}

.whychooseus p,
.whychooseus h5 {
  color: #fff;
}

.padding_all {
  padding: 100px 0px;
}

/* about us page   */
.whoweare {
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* heading custum desig n  */
/* 🎯 Heading Section Styling */
.title-area {
  position: relative;
}

.title-area.text-center {
  text-align: center;
  margin-bottom: 10px;
}

/* 🔸 Sub-title text */
.title-area .sub-title {
  display: inline-block;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--body-font, 'Poppins', sans-serif);
  position: relative;
  text-transform: uppercase;
}

/* 🔸 Double line effect (before & after) */
.title-area .sub-title:before,
.title-area .sub-title .double-line:before,
.title-area .sub-title:after,
.title-area .sub-title .double-line:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: var(--primary, var(--primary));
  top: 50%;
  transform: translateY(-50%);
}

/* Left main line */
.title-area .sub-title:before {
  width: 30px;
  left: -35px;
}

/* Left small second line */
.title-area .sub-title:after {
  width: 15px;
  left: -20px;
  top: calc(50% + 5px);
}

/* Right side (mirrored lines) */
.title-area .sub-title .double-line:before {
  width: 30px;
  right: -35px;
}

.title-area .sub-title .double-line:after {
  width: 15px;
  right: -20px;
  top: calc(50% + 5px);
}

/* heading custum desig n  */
.section_padding {
  padding: 80px 0;
}

/* .bgimagebg {
  background: url('../img/busimagebg.webp');
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  background-position: bottom;
  opacity: 0.05;
  z-index: -1;
} */


/* Counter Cards */
.counter-card {
    background: #fff;
    border-radius: 11px;
    padding: 13px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}



.icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), #ff9242);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 28px;
}

.counter-card h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}

.counter-card h2 {
  font-size: 28px;
  color: var(--primary);
  font-weight: 700;
}

/* Text Section */
.whowesection .subheading {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 1px;
}

.whowesection .title {
    font-size: 60px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}
.whowesection p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .whowesection .title {
    font-size: 26px;
  }

  .counter-card {
    padding: 25px 15px;
  }
}

/* product */
.products-section {
  background: #fff;
}

.product-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
    height: 375px;
    /* display: flex; */
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    cursor: pointer;
}



.product-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  transition: background 0.4s ease;
}
.image_grid{
  height: 265px;
}
.image_grid img{
  height: 100%;
}

.product-card:hover .overlay {
  background: linear-gradient(to bottom, rgba(240, 101, 43, 0.3), rgba(0, 0, 0, 0.85));
}

.product-info {
    position: relative;
    z-index: 2;
    padding: 15px;
    color: #000;
    text-align: center;
}

.product-info h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.product-info p {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
.product-card {
    height: 100%;
}
.py-sm-0.py-5{
  padding: 0px;
}
  .product-info h5 {
    font-size: 18px;
  }

  .product-info p {
    font-size: 14px;
  }
}

/* how it work  */
/* ===============================
   HOW WE WORK SECTION
================================= */
.how-we-work-section {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
}

.how-we-work-section .title-area .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-we-work-section .section-desc {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
}

/* Steps container */
.work-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  counter-reset: step-counter;

}

.work-step::before {
  counter-increment: step-counter;
  content: "0" counter(step-counter);
  position: absolute;
  top: 17px;
  right: -3%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 56px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  opacity: 0.09;
}

/* Step item */
.work-step {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  position: relative;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.work-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.work-step .icon {
  font-size: 38px;
  color: var(--primary);
  margin-bottom: 4px;
}

.work-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.work-step p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* how it work  */
/* product */
.bus-hero-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7)),
    url('../img/bgimageall.webp') center/cover no-repeat;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.bus-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(240, 101, 43, 0.5), transparent 70%);
  pointer-events: none;
}

.banner-content {
  text-align: left;
}

.banner-content h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  color: #f5c431;
}
.banner-btn-new .btn.btn-secondary.buttonnew{
  border: 2px solid var(--primary);
  color: var(--primary);
      background: transparent;
}
.contactusdein{
  color: #fff;
      display: inline-block;
    padding: 12px 35px;
        line-height: 1.5;
  background: var(--primary);
}
.border-top-2{
  margin-top:5px ;
  border-top: 1px solid #ededed82;
}
.descriptionpg > *{
  color: #fff;
}
.newicon{
      background: #f5c431;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px;
    color: #fff;
    border-radius: 5px
}


.banner-content h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffff;
}

.banner-content p {
  font-size: 18px;
  color: #eaeaea;
  margin-bottom: 28px;
}

.banner-btn {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 14px 36px;
border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  width: 100%;
  height: 100%;
}

.banner-btn:hover {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 0 20px rgba(240, 101, 43, 0.4);
}

.banner-image {
  position: absolute;
  bottom: -83px;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    transform: scaleX(1);
}

/* ===== Bus Image Div Styling ===== */
.bus-side {
  position: absolute;
  top: 50%;
  width: 260px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.9;
  transition: all 0.5s ease;
}

.bus-side img {
  width: 100%;
  height: auto;
}

.left-bus {
  left: 3%;
  animation: slideLeftBus 2s ease forwards;
}

.right-bus {
  right: 3%;
  animation: slideRightBus 2s ease forwards;
}

.bus-side:hover {
  transform: translateY(-50%) scale(1.05);
  opacity: 1;
}

/* ===== Animation ===== */
@keyframes slideLeftBus {
  from {
    transform: translate(-100%, -50%);
    opacity: 0;
  }

  to {
    transform: translateY(-50%);
    opacity: 0.9;
  }
}

@keyframes slideRightBus {
  from {
    transform: translate(100%, -50%);
    opacity: 0;
  }

  to {
    transform: translateY(-50%);
    opacity: 0.9;
  }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
 
  .bus-side {
    display: none;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

/* service  */

.service-card {
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}

.serviceimage {
  margin-bottom: 10px;
  height: 250px;
}

.serviceimage img {
  height: 100%;
  width: 100%;
}

#services {
  position: relative;
  z-index: 1;
  /* ensures content stays above the background */
}

#services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url('../img/dot_map_2-1.png') center/cover no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}


.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(240, 101, 43, 0.2);
}

.service-img img {
  transition: all 0.5s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.05);
}

.service-card h5 {
  color: #222;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.service-card:hover h5 {
  color: var(--primary);
}

.service-card p {
  font-size: 14px;
  line-height: 1.6;
}

.service-img {
  height: 250px;
}

.service-img img {
  width: 100%;
  height: 100%;
}

/* menu design  */
/* ✅ Wrapper */
.menu-wrapper {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

/* ✅ Toggle Button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

/* ✅ Menu Design */
.menu_design {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.menu_design li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.menu_design li a:hover {
  color: #ff8b3f;
}

/* ✅ Dropdown Base */
.dropdownmenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 200px;
  z-index: 10;
}

.has-dropdown {
  position: relative;
}

/* ✅ Hover (Desktop) */
@media (min-width: 992px) {
  .has-dropdown:hover>.dropdownmenu {
    display: block;
  }
}

.dropdownmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdownmenu li a {
  display: block;
  padding: 8px 20px;
  color: #333;
  transition: background 0.3s;
}

.dropdownmenu li a:hover {
  background: #f9f9f9;
  color: #ff8b3f;
}


/* ✅ Toggle Icon Animation */
.menu-toggle.open i::before {
  content: "\f62a";
  /* bi-x */
  font-family: "bootstrap-icons";
}

/* menu design  */
/* service  */
/* .Newsletter  */
.newsletter-form .form-control {
  max-width: 400px;
  border-radius: 4px;
  min-height: 60px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-form .th-btn {
  min-width: 150px;
}

.newsletter-form .th-btn {
  max-width: 190px;
  padding: 16px 40px;
  text-transform: capitalize;
  border-radius: 4px;
}

.th-btn.style3 {
  background-color: #0a0a0a;
}

.th-btn span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.newsletter-area {
  background: linear-gradient(135deg, var(--primary) 0%, #ff8448 100%);
  color: #fff;
}

.newsletter-wrapper img {
  max-width: 70px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.newsletter-form input::placeholder {
  color: #888;
}

.newsletter-form button {
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #fff;
  color: var(--primary);
}

.newsletter-form .bi {
  font-size: 1.1rem;
}

/* .Newsletter  */
.section_padding {
  padding: 80px 0px;
}

.menu_design li {
  position: relative;
}

.menu_design li a {
  display: inline-block;
  padding: 25px 10px;
}

.menu_design li ul li a {
  padding: 10px;
}

.dropdownmenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 250px;
  transform: translateY(100px);
  transition: all 0.2s ease;
  border-radius: 3px;
  padding: 5px;
}

.dropdownmenu ul li a {
  color: #000;
}

.menu_design li:hover .dropdownmenu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.menu_design li a i.bi {
  font-size: 0.8rem;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu_design li:hover>a i.bi {
  transform: rotate(180deg);
}

/* header  */
header {
  z-index: 999;
  width: 100%;
  transition: 0.5s linear all;
  background: #ffffff;
  position: relative;
  backdrop-filter: blur(1px);
}

.subheader a:hover {
  color: #0d6efd;
  /* Bootstrap primary color */
  transition: 0.3s;
}

.subheader {
  background: var(--darkblue);
      padding: 15px 0px;
}

.calliconall .iconcall {
  width: 40px;
  height: 40px;
  background: var(--darkblue);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 7px;
}

.calliconall .subheader i {
  font-size: 1rem;
}

header.stickyheader {
  background: #fff;
  position: fixed;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

.header_menu_design {
  background: transparent;
  border-radius: 8px;
}

.logo {
  width: 260px;
  padding: 0px 22px;
}

.header_menu_design .menu_design li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.header_menu_design .menu_design li ul li a {
  color: #000;
  width: 100%;
}

.contactus {
  /* background: var(--primary); */
  padding: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contactus a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}

.contactus .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-bottom: 2px;
}

.headingdesign h2 {
  display: inline-block;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  text-transform: uppercase;
}

.headingdesign h2:before {
  position: absolute;
  content: '';
  background-color: var(--primary);
  left: 0px;
  width: 30px;
  top: auto;
  height: 2px;
  bottom: 10px;
}

.headingdesign h2:after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--primary);
  left: 0px;
  top: 9px;
  margin-top: 3px;
  width: 20px;
  left: 10px;
}

/* header  */

/* home section  */
.margin-minus {
  /* margin-top: -100px; */
  margin: 20px 0px;
}
.services-one__single {
  transition: all 0.3s ease;
}

.services-one__single:hover {
  background-color: var(--primary); /* bright yellow */
  color: #fff; /* make text white */
}

.services-one__single:hover .services-one__title a,
.services-one__single:hover .services-one__text,
.services-one__single:hover .services-one__icon i {
  color: #fff !important; /* force white color on hover */
}

.services-one__icon i {
  transition: color 0.3s ease;
}

.services-one__title a {
  color: #000;
  transition: color 0.3s ease;
}

.services-one__text {
  transition: color 0.3s ease;
}

.btn.buttonfooter{
  background: var(--darkblue);
}
.services-one__single {
  position: relative;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 30px 30px 25px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
      display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.services-one__title a {
  color: #000;
  font-size: 18px;
}

.services-one__text {
    font-size: 15px;
    line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-box;         /* Required for line clamp */
  -webkit-box-orient: vertical; /* Required for line clamp */
  -webkit-line-clamp: 5;        /* Limit text to 6 lines */
  overflow: hidden;             /* Hide overflow text */
  text-overflow: ellipsis;      /* Add "..." after cutoff */
}

.services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    margin: 0px;
    background-image: linear-gradient(135deg, #f5c431, #f5c431);
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__title {
     font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    line-height: 29px;
    width: 68%;
    margin-right: auto;
}

/* home section  */


/* =============================
   Modern Home Slider Design
   ============================= */
.custom-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Video */
.slider-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
  z-index: 0;
}

h2.slider-heading,
h1.slider-heading {
  font-size: 50px;
  font-weight: 600;
}

/* Slide Structure */
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.5s ease, transform 2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* Centered Content */
.slide-content {
  position: relative;
  z-index: 5;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  animation: fadeInContent 1.5s ease forwards;
}

.slide-content h1,
.slide-content h2 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  animation: textSlideDown 1.2s ease forwards;
}

.slide-content p {
  font-size: 1.25rem;
  margin-bottom: 30px;
  line-height: 1.6;
  animation: fadeInUp 1.8s ease forwards;
}
.btn_slider.btn{
    padding: 12px 35px;
  color: #fff;
 border: 2px solid var(--primary);
 letter-spacing: 1px;
 border-radius: 5px;
 background: transparent;
}
.btn {
  display: inline-block;
  padding: 12px 35px;
  background: linear-gradient(135deg, #f5c431, #f5c431);
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-add-item {
  height: 180px;
}

.gap_design .contact-add-item {
  margin-top: 10px;
}

/* Navigation Dots */
.slider-dots {
  position: absolute;
  top: 50%;
  left: 96%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.dot.active,
.dot:hover {
  background: #ff6600;
  transform: scale(1.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textSlideDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInContent {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .slide-content h1 {
    font-size: 2.5rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .btn {
    padding: 10px 25px;
  }
}

@media (max-width: 576px) {
  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 0.95rem;
  }
}

.logofooter {
  text-transform: capitalize;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 200px;
}

.logofooter img {
  width: 100%;
  height: 100%;
}

.footer_about {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* footer  */
.social-grid .social-box {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: var(--primary);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bottomtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
      z-index: 9999;
  background: var(--primary);
}

footer {
  background: #282828;
  padding-top: 80px;
  padding-bottom: 0px;
}

.linksfooter h2,
.Newsletter h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.linksfooter ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.linksfooter ul li a {
  width: 100%;
  color: #fff;
  padding: 7px 10px;
  display: block;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.quicklinksdesign ul li {
  transition: 0.5s linear all;
}

.quicklinksdesign ul li:hover {
  padding-left: 5px;
}

.form-group .sendicon {
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--primary);
  border-top-right-radius: 5px;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 5px;
  color: #fff;
}

/* footer  */
@media(max-width:1399px){
  .services-one__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 22px;
}
}
/* ✅ Responsive (Mobile) */
@media (max-width: 991px) {
  .whychooseus {
    padding: 50px 0px;
  }
  footer {
    padding-top: 45px;
}
  .flex-direction-column{
        flex-direction: column;
        gap: 3px !important;  }
  .services-one__title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    line-height: 29px;
    width: 100%;
    margin-right: auto;
}
 .section_padding {
    padding: 0px 0px;
}
  .slide-content h1,
  .slide-content h2 {
    font-size: 34px;
  }

  .menu_design li:hover .dropdownmenu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    width: 100%;
    border: none;
    padding: 0px;
  }

  .banner-content h3 {
    font-size: 27px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-wrapper {
    position: absolute;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    width: 100%;
    left: 0px;
    top: 100%;
  }

 .logo {
    width: 150px;
    padding: 2px;
}
  .menu-wrapper {
    padding: 0px;
  }

  .contactus a {
    font-size: 12px;
  }

  .calliconall .iconcall {
    width: 25px;
    height: 25px;
  }

.services-one__icon {
    height: 60px;
    width: 70px;
    display: inline-flex;
}

  .menu_design {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0px 15px;

    display: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .menu_design.active {
    display: flex !important;
  }

  .menu_design li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .menu_design li a {
    justify-content: space-between;
    width: 100%;
  }

  .header_menu_design .menu_design li a {
    padding: 0px;
    display: flex;
  }

  /* Mobile dropdown inside */
  .has-dropdown>.dropdownmenu {
    position: static;
    display: none;
    box-shadow: none;
    padding-left: 15px;
  }

  .has-dropdown.open>.dropdownmenu {
    display: block;
  }
}

@media(max-width:600px) {
  .image_fancy h6 {
    padding: 5px;
    font-size: 11px;
}
.services-one__text {
    margin-bottom: 0px;
}
.contactus .title {
    font-weight: 500;
    font-size: 11px;
    line-height: 0.5;
    color: #000;
    margin-bottom: 0px;
}
  .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
.van-img-wrapper {
    width: 100%;
    height: 100px;
}
  .bg-breadcrumb {
    padding: 0px 0;
  }

  .banner-item {
    padding: 15px;
  }
}