.p-100 {
  padding: 80px 40px;
}
@media screen and (max-width: 1024px) {
  .p-100 {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-100 {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 580px) {
  .p-100 {
    padding: 40px 20px;
  }
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #07a842;
}

.what a:last-child {
  font-size: 20px;
  background-color: #e32222;
}
.main-topic {
  color: #e32222;
}
a {
  text-decoration: none;
}
/* =======Header Start========== */
.topheader-icon i {
  font-size: 30px;
  color: #e32222;
}
.topheader-btn {
  padding: 10px 20px;
  background-color: #e32222;
  color: #fff;
  border: none;
  font-weight: 600;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
}
.navbar-nav li {
  margin: 10px 40px;
  color: #fff;
  font-weight: 600;
}
.social-icons a {
  color: white;
  margin: 13.2px 20px;
  font-size: 22px;
}
.mobile-menuicon {
  font-size: 30px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
  padding-top: 60px;
  z-index: 10000;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: block;
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.dropdown-menu {
  background-color: #313437 !important;
}
.dropdown-item {
  color: #fff !important;
}
.dropdown-item:hover {
  background-color: #fff !important;
  color: #e32222 !important;
}
/* =======Header End========== */
/* ------Hero Section Start------ */
.splide {
  width: 100%;
  margin: auto;
  position: relative;
}

.splide__slide {
  position: relative;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.Slider-Form {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 450px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}
.daesktop-caption {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 400px;
  background: rgba(227, 34, 34, 0.8);
  color: white;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 400px;
  background: rgba(227, 34, 34, 0.8);
  color: white;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
.hero-btn {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-slider {
    width: 100%;
    height: 40vh;
    margin: auto;
    position: relative;
  }

  .splide__slide {
    position: relative;
  }

  .splide__slide img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }
  .caption {
    width: 200px;
    background: rgba(227, 34, 34, 0.8);
    color: white;
    padding: 10px;
    font-size: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .caption p {
    display: none;
  }
  .caption h1 {
    font-size: 20px;
  }
  .hero-btn {
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
  }
}

.splide__arrows {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
}

.splide__arrow--prev {
  right: 60px;
  left: auto;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 0%;
}

.splide__arrow--next {
  right: 10px;
  background-color: #e32222;
  width: 2rem;
  height: 2rem;
  border-radius: 0%;
}
.hero-caption {
  color: #777777;
  font-family: "Nunito", Sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
}
@media (max-width: 768px) {
  .hero-caption {
    color: #777777;
    font-family: "Nunito", Sans-serif;
    font-size: 33px;
    font-weight: 200;
    line-height: 60px;
  }
}
/* ------Hero Section End------ */
/* ------Form Section Start------ */

.FormSection {
  background-image: url("assets/formbg.png"); /* Replace with your background image path */
  background-attachment: fixed; /* Makes the background fixed */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  padding: 80px 50px; /* Adds spacing above and below the content */
}
@media (max-width: 768px) {
  .FormSection {
    padding: 20px;
  }
}
.form-container {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px;
  background-color: #333;
  border-radius: 10px;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.form-control:focus {
  background-color: transparent;
  color: #fff;
  border-color: #ff3333;
  box-shadow: none;
}
.btn-custom {
  background-color: #ff3333;
  color: white;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  border: none;
}
.btn-custom:hover {
  background-color: #cc0000;
}
.form-label {
  font-weight: 600;
  color: #fff;
}
.title {
  color: white;
  text-align: start;
}
.subtitle {
  color: red;
  font-weight: bold;
  text-align: start;
}
/* ------About Section Start------ */
.about-icon {
  font-size: 60px;
  color: #e32222;
}
@media (max-width: 768px) {
  .about-counter {
    font-size: 40px;
  }
}
/* ------About Section End------ */
/* ------iso Section Start------ */
.iso-section {
  background-color: rgba(227, 34, 34, 0.1);
}
/* ------iso Section End------ */
/* ------Service Section Start------ */
.service-card {
  border: 1px solid #e32222;
  transition: 0.5s;
}
.readbtn {
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #e32222;
}
.readbtn:hover {
  color: #e32222;
}
/* ------Service Section End------ */
/* ------Safety Section Start------ */
.progress-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* border: 8px solid #e32222; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background: conic-gradient(#e32222 0% 0%, #f3f3f3 0% 100%);
}

.counter {
  position: absolute;
}

.progress-circle::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
/* ----cLIENT sEWCTION----- */
@media (max-width: 768px) {
  .client-slider img {
    width: 100% !important;
    height: auto !important;
  }
  .client-slider {
    width: 100% !important;
    height: auto !important;
  }
}
/* ---------Testimonials-section-start------------ */
.testimonials-section {
  background-image: url("assets/Project_bg.png");
  background-size: cover;
}
.testimonial-card {
  width: 350px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.testistar {
  display: flex;
  justify-content: start;
  list-style: none;
  padding: 0%;
}
.testistar li i {
  color: #f7cb4d;
}
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  .testistar {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0%;
  }
}
.testimonial-card .profile img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.testimonial-card .profile-info {
  margin-left: 15px;
}

.splide__slide {
  position: relative;
}

/* --------Get Started Section Start---------- */
.getstarted {
  background-color: #e32222;
  padding: 40px;
  color: white;
}
.contact-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border: none;
}
/* --------Footer Section Start---------- */
.footer {
  background-color: #313437;
  color: white;
}
.footer-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e32222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icon i {
  font-size: 20px;
}
.social-icons {
  display: flex;
  list-style: none;
  padding: 0%;
}
.social-icons li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.social-icons li a i {
  font-size: 20px;
}
.footer-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* नीचे थोड़ा gap */
}

.footer-link::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1.5px; /* underline की मोटाई */
  background-color: #e32222; /* underline का रंग */
  bottom: -5px; /* h4 के नीचे position */
  left: 0;
}
.footer-navlink {
  list-style: none;
  padding: 0%;
}
.footer-navlink li {
  margin-bottom: 10px;
}
.footer-navlink a {
  text-decoration: none;
  color: #fff;
}
/* ------About Page---- */
.service_Section {
  position: relative;
  width: 100%;
  height: auto; /* Adjust height as needed */
  overflow: hidden;
}

.service_Section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_Section_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 57, 0.5); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_Section_content {
  color: #fff;
  text-align: center;
}

.service_Section_content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.service_Section_content p {
  background-color: white;
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1.2rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .service_Section {
    position: relative;
    width: 100%;
    height: 150px; /* Adjust height as needed */
    overflow: hidden;
  }
  .service_Section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service_Section_content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }

  .service_Section_content p {
    background-color: white;
    margin-top: 15px;
    padding: 4px 10px;
    font-size: 0.8rem;
  }
}

/* ------gallery-section------- */

.gallery-section {
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 5px solid #fff;
  transition: 0.5s;
}
.gallery-box:hover a img {
  transform: scale(0.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: 0.5s;
  object-fit: cover;
}

/* -----Gallery-section-End----- */
/* -----contact-Page-Start----- */
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e32222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon i {
  font-size: 40px;
  color: #fff;
}
/* -----Residential Moves-Page-Start----- */
.list-group-item {
  border: none;
}
.services-list {
  position: relative;
  padding-left: 0px;
  border: 1px solid #f1f1f1;
}

/* Left side moving red line */
.services-list .list-group-item {
  position: relative;
  border: none;
  font-weight: 600;
  padding-left: 20px;
}

.services-list .list-group-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-color: red;
  transition: height 0.3s ease-in-out;
}

/* Hover effect: text red + left border animation */
.services-list .list-group-item:hover a {
  color: red;
}

.services-list .list-group-item:hover::before {
  height: 80%;
}

/* Active effect: left border always visible */
.services-list .list-group-item.active::before {
  height: 80%;
}

.services-list .list-group-item a {
  color: black;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease-in-out;
}
.contact-section {
  position: relative;
  width: 100%;
  height: 40vh;
  background: url("assets/service-01.jpg") no-repeat center center/cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.7);
}

.content {
  position: absolute;
  z-index: 2;
}

.icon {
  font-size: 60px;
  color: white;
  margin-bottom: 10px;
}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
}
.thank img {
  width: 60%;
}
.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.thank ul li a {
  height: 45px;
  width: 45px;
  background: #ef2445;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .thank {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
}

@media screen and (max-width: 580px) {
  .thank {
    margin: 20px 0px;
  }
  .thank img {
    width: 70%;
  }
}
.sec-btn {
  display: inline-block;
  padding: 8px 25px;
  background-color: #ffbf00;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 16px;
  font-variant: small-caps;
  text-decoration: none;
}
.sec-btn:hover {
  background-color: #572db8;
  color: #fff;
}
.social li a {
  text-decoration: none;
}
/*---thank-Section-end----*/
