@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color: #FF6100;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
.img-fluid {
    max-width: 100%;
    height: 100%;
}
a {
  text-decoration: none;
}
.bg-primary {
  background-color: var(--primary-color);
}
.border-primary {
  border: 1px solid var(--primary-color) !important;
}
a:hover {
  text-decoration: none;
}
.container-fluid {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.navbar {
  border-top: 3px solid var(--primary-color);
}
.navbar .btn-appointment {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0;
  padding: 8px 16px;
}

.navbar .nav-link {
  color: #000;
  font-weight: 500;
      font-size: 14px;
}

.navbar .emergency {
  font-size: 0.85rem;
  line-height: 1.2;
}

.navbar-brand img {
  height: 100px;
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

.footer {
  background-color: #053447;
  color: #fff;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.footer-link {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

.bg-light {
  background-color: #eef1f3;
}
.social-icon {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: var(--primary-color);
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color) !important;
  padding: 13px 16px !important;
  line-height: 12px;
  border-radius: 0;
  border: 0;
}
.btn-outline-light {
  padding: 13px 20px !important;
  line-height: 12px;
  border-radius: 0;
}

/* section */

.hero-sections {
  /* background: url("../assets/images/banner.png") no-repeat center center/cover; */
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

/* Overlay on top of image */
.hero-sections .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
  z-index: 1;
}

/* Ensure content sits above overlay */
.hero-sections .container {
  position: relative;
  z-index: 2;
}

/* Optional: Improve text color */
.hero-sections h1,
.hero-sections p {
  color: #fff;
}

.icon-circle {
  position: absolute;
  right: -1%;
  bottom: 5%;
  bottom: 23%;
}
.icon-circle img {
  width: 73%;
}
.step-card {
  background-color: var(--primary-color);
}

.arrow-icon {
  z-index: 2;
  top: 50%;
  right: -4%;
  font-size: 8px;
}
.step-card .small {
  font-size: 13px;
}

/* Optional responsive tweaks */
@media (max-width: 767px) {
  .arrow-icon {
    display: none !important;
  }
}
.testimonial-box {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.testimonial-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-box img {
  width: 50px !important;
}
.testimonial .owl-dots {
  margin-top: 20px;
}
.testimonial .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 15px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd !important;
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dot.active span {
  background: var(--primary-color) !important;
}
.emergency-box {
  /* background-image: linear-gradient(
      to right,
      rgba(25, 25, 26, 0.7),
      rgba(14, 15, 15, 0.7)
    ),
    url("../assets/images/call.png");  */
    /* Replace with your path */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: white;
  position: relative;
  padding: 90px 10px !important;
}
.emergency-box h4 {
  font-size: 30px !important;
}
.emergency-box p {
  font-size: 20px !important;
}
.map-placeholder {
  width: 100%;
  height: 250px;
  border: 2px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px;
  /* background: url("YOUR_MAP_IMAGE_PATH.png") center/cover no-repeat; */
}

.contact-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.form-control,
.form-select {
  border-radius: 0;
}

.submit-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: var(--primary-color);
}

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

.contact-info strong {
  color: var(--primary-color);
  margin-right: 10px;
}

.contact-info a {
  color: #000;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
.contact-form input,
.contact-form .form-select {
  padding: 11px;
  border-radius: 5px;
  color: #595757;
}
h1 {
  background-image: url("");
}
.hero-section {
  position: relative;
  background: url("../assets/images/copntectusbg.png") center/cover no-repeat;
  padding: 15px 0 25px !important;
  /* background-size: 100% 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content-book {
  position: relative;
  text-align: center;
}
.hero-content-book h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 110px;
}
.hero-content-book .breadcrumb a {
  font-size: 45px;
  font-weight: 700;
  line-height: 110px;
  text-decoration: none;
}
@media (max-width: 769px) {
  .hero-content-book .breadcrumb a {
    font-size: 25px !important;

    line-height: 50px !important;
  }
  .hero-content-book h1 {
    font-size: 47px !important;

    line-height: 46px !important;
  }
}
.appointment-section h2 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.appointment-section p.lead {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}
.form-control,
.form-select {
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
}
.btn-submit {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}
.btn-submit:hover {
  background-color: var(--primary-color);
}
.service-area {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service-area ul {
  columns: 2;
  padding-left: 20px;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.checkbox-group label {
  font-size: 14px;
  color: #808386;
}

.about .highlight {
  color: #007bff;
  font-weight: bold;
}

.about .info-box {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.about .info-box h3 {
  font-size: 28px;
  margin-bottom: 5px;
}

.about .info-box p {
  font-size: 16px;
  margin: 0;
}

.about .image-box img {
  width: 100%;
  border-radius: 10px;
}

.about .phone-number {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.about .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.about .right-section {
  margin-bottom: 20px;
  display: flex;
}

.service-list {
  padding-left: 13px;
}
.service-list li {
  line-height: 26px;
}
@media (max-width: 767px) {
  .services_details .row {
    flex-direction: column-reverse;
    
  }
}
.social-icon i {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 12px 32px 9px 14px;
    line-height: 24px;
    width: 30px;
}

.login-btn {
    background-color: var(--primary-color);
    color: #fff !important;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: unset;
}
.high{
     margin-bottom: 5px;
      font-size: 0.95rem;
      color: #1E1E1E;
      padding: 1% 2%;
}
.service-body h5{
  padding: 1% 2%;
}
    .view-more-btn {
      background-color: var(--primary-color);
      color: white;
      border: none;
      padding: 12px 30px;
      transition: all 0.3s ease;
    }

    .view-more-btn:hover {
      background-color: var(--primary-color);
    }
    .why-us{
      padding: 4% 10%;
    }

     .prop-table td:first-child {
      width: 25%;
    
    }
    .prop-table td:nth-child(2) {
      width: 5%;
      text-align: center;
    }
    .prop-table td:last-child {
      width: 80%;
    }
  .sell-modular {
      background-color: var(--primary-color);
      color: white;
      padding: 60px 20px;
      text-align: center;
    }

    .sell-modular h1 {
      font-weight: bold;
    }

    .sell-modular p {
        font-weight: bold;  
     font-size: 1.2rem;
      margin: 0 auto 20px auto;
    }

    .sell-modular .btn-custom {
      background-color: #333333;
      color: white;
      border: 2px solid white;
      padding: 23px 65px;
      transition: all 0.3s ease;
            font-weight: bold;  
     font-size: 1.2rem;
    }

    .sell-modular .btn-custom:hover {
      background-color: white;
      color: var(--primary-color);
    }
        .view-more-btn {
      background-color: var(--primary-color);
      color: white;
      border: none;
      padding: 12px 30px;
      transition: all 0.3s ease;
    }

    .view-more-btn:hover {
      background-color: var(--primary-color);
    }
    .high{
     margin-bottom: 5px;
      font-size: 0.95rem;
      color: #1E1E1E;
      padding: 1% 2%;
}
.custom-heading {
    font-weight: 700;
    font-style: bold;
    font-size: 40px;
    line-height: 65px;
    text-transform: uppercase;
    color: #555555;
}
.custom-head {
    font-weight: 700;
    font-style: bold;
    font-size: 1.3rem;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);}

    /*#campCarousel{*/
    /*      height: 100vh;*/
    /*}*/
    #campCarousel .carousel-inner , #campCarousel .carousel-inner .carousel-item{
           height: 100%;
    }
   #campCarousel .carousel-inner .carousel-item img {
    height: 100%;
    /*width: 100%;*/
    /*object-fit: fill;*/
}
@media(max-width: 768px){
/*  #campCarousel {*/
/*    height: 43vh;*/
/*}*/
}