:root {
  --orange-color: #ee6729;
  --blue-color: #1d5170;
  --secondary-color: #747474;
  --light-blur-color: #f1f9fe;
}

/* Custom Cursor Ring */
.custom-cursor {
  position: fixed;
  width: 20px; /* Dot size */
  height: 20px;
  border-radius: 50%;
  background-color: var(--orange-color); /* Dot color */
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  z-index: 9999; /* Ensure it stays on top */
}

/* Custom Cursor Ring */
.custom-cursor-ring {
  position: fixed;
  width: 35px; /* Ring size */
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--orange-color); /* Ring color */
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9998; /* Behind the dot */
}

/* Hover effect for buttons */
button:hover ~ .custom-cursor,
button:hover .custom-cursor {
  width: 40px;
  height: 40px;
  background-color: var(--blue-color); /* Change color on hover */
}

/* Hover effect for links */
a:hover ~ .custom-cursor,
a:hover .custom-cursor {
  width: 35px;
  height: 35px;
  background-color: var(--blue-color);
}

.blue-text {
  color: var(--blue-color);
}

.orange-text {
  color: var(--orange-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.light-blur-color {
  color: var(--light-blur-color);
}

ul {
  margin: 0px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Inter", serif;
  transition: all 0.2s ease;
  accent-color: var(--orange-color);
}

.bi-instagram,
.bi-facebook,
.bi-youtube,
.bi-envelope,
.bi-telephone-outbound,
.bi-whatsapp {
  color: var(--orange-color);
  font-size: 1.2rem;
}

.note p {
  font-size: 14px;
  color: var(--secondary-color);
}

.note p strong {
  color: var(--blue-color);
}

.site-info p {
  font-size: 14px;
}

.menu-lists a {
  font-size: 17px;
  text-transform: uppercase;
}

.navbar-brand .main_logo {
  z-index: 1;
}

.logo_arrow {
  top: 0px;
  z-index: 0;
  bottom: 0px;
  left: -60px;
}

.main_logo {
  width: auto;
  height: 60px;
}
/* Navbar Links Styling */
.nav-link {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--blue-color);
  text-decoration: none;
  padding-bottom: 8px;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 6px;
  border-radius: 10px 10px 0 0;
  background-color: var(--orange-color);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--orange-color);
}

.navbar-nav .nav-link.active {
  color: var(--orange-color) !important; /* Match hover color */
}

/* SERVICE SECTION DESIGN START */

.ab-service-content {
  line-height: 2;
}

.service-security {
  background-image: url("../images/about-us/service-pattern.svg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.gunman-img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0px auto;
  display: block;
}

.GUNMAN-content {
  line-height: 2;
}

/* SERVICE SECTION DESIGN END */

/* request-service start */
/* .request-service {
  background-color: var(--blue-color);
  height: 700px;
  margin-top: 50px;
  margin-bottom: 120px;
  width: 100%;
}
.content-form {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.req_forms {
  font-size: 2.5rem;
}

.send-req-icon {
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  background-color: var(--blue-color);
  color: white;
}

.custome-req-form {
  width: 100%;
  border: transparent;
  outline: none;
  border-bottom: 1px solid silver;
}

.form-label {
  color: var(--blue-color);
  font-weight: bolder;
  font-size: 1rem !important;
}

.message-content {
  background-color: var(--orange-color);
  height: auto;
  width: auto;
  grid-column-start: 1;
  grid-column-end: 5;
}

.request-form {
  background-color: white;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  width: 100%;

  right: 0px;
  position: absolute;
  grid-column-start: 5;
  grid-column-end: -1;
}

.phone-req {
  font-size: 22px;
  font-weight: bolder;
} */
.request-service {
  background-color: var(--blue-color);
  height: 700px;
  margin-top: 50px;
  margin-bottom: 120px;
  width: 100%;
}

.content-form {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.req_forms {
  font-size: 2.5rem;
}

.send-req-icon {
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  background-color: var(--blue-color);
  color: white;
}

.custome-req-form {
  width: 100%;
  border: transparent;
  outline: none;
  border-bottom: 1px solid silver;
}

.form-label {
  color: var(--blue-color);
  font-weight: bolder;
  font-size: 1rem !important;
}

.message-content {
  background-color: var(--orange-color);
  height: auto;
  width: auto;
  grid-column-start: 1;
  grid-column-end: 5;
}

.request-form {
  background-color: white;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  width: 100%;
  right: 0px;
  position: absolute;
  grid-column-start: 5;
  grid-column-end: -1;
}

.phone-req {
  font-size: 22px;
  font-weight: bolder;
}

/* Media Query for Tablet Screens (768px and below) */
@media (max-width: 768px) {
  .request-service {
    height: 100%;
    padding: 80px 0;
  }
  .content-form {
    grid-template-columns: 1fr; /* Stack sections vertically */
    gap: 20px; /* Add spacing between sections */
  }

  .message-content {
    grid-column: 1 / -1; /* Full width */
    text-align: center; /* Center text */
    padding: 20px; /* Add padding for better spacing */
  }

  .request-form {
    grid-column: 1 / -1; /* Full width */
    position: static; /* Remove absolute positioning */
    padding: 20px; /* Add padding */
  }

  .req_forms {
    font-size: 2rem; /* Adjust font size for readability */
  }

  .phone-req {
    font-size: 20px; /* Slightly smaller font size */
  }
}

/* Media Query for Mobile Screens (576px and below) */
@media (max-width: 576px) {
  .message-content {
    padding: 15px; /* Reduce padding for smaller screens */
  }

  .request-form {
    padding: 15px; /* Reduce padding */
  }

  .req_forms {
    font-size: 1.8rem; /* Adjust font size */
  }

  .phone-req {
    font-size: 18px;
  }

  .send-req-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: -15px;
    right: -15px;
  }
}

/* request-service end */

/* Dropdown Hover Effect for Larger Screens */
@media (min-width: 768px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Responsive Adjustments for Small Screens */
@media (max-width: 767px) {
  .nav-link::after {
    bottom: -5px;
  }
}

.button-orange {
  background-color: var(--orange-color);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
  border: none;
  text-transform: uppercase;
  outline: none;
  border: 2px solid transparent;

  transition: all 0.2s ease-in-out;
}

.button-orange:hover {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--orange-color);
  border: 2px solid var(--orange-color);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--orange-color);
  color: white;
}

/* HERO SECTION CSS START */

/* ABOUT OWNER start */
.about-owner {
  background-image: url("../images/about-us/owner-bg.png");
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100%;
  background-position: end;
}

.owner-img {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owner-img::before {
  content: "";
  position: absolute;
  background-color: var(--orange-color);
  width: 90%;
  height: 95%;
  border-radius: 1rem;
  z-index: 0;
  left: -20px;
  top: 20px;
}

.owner-img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.owner-desc {
  line-height: 2.3;
}

/* ABOUT OWNER END */
/* Hero Carousel Styles */
.hero-carousel .carousel-item {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.hero-carousel .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-carousel .carousel-item .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Content Positioning */
.hero-carousel .hero-content {
  position: relative;
  z-index: 2;
  padding-top: 20vh;
}

/* Text Styles */
.hero-carousel h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease forwards;
}

.hero-carousel p {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease 0.2s forwards;
}

/* Divider Styles */
.hero-carousel .dividers {
  margin: 1rem 0;
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeInLeft 0.5s ease 0.1s forwards;
}

.hero-carousel .divider-short {
  height: 1px;
  background-color: white;
  width: 40%;
  margin-bottom: 5px;
}

.hero-carousel .divider-long {
  height: 1px;
  background-color: white;
  width: 60%;
  margin-bottom: 5px;
}

/* Decorative Elements */
.hero-carousel .dots-shape {
  position: absolute;
  bottom: -100px;
  right: 200px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.hero-carousel .circle-shape-1 {
  position: absolute;
  right: -80px;
  top: 80px;
  z-index: 2;
  animation: rotate 6s linear infinite;
}

.hero-carousel .circle-shape-2 {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 2;
  animation: upDown 2s ease-in-out infinite;
}

/* Navigation Controls */
/* Navigation Controls - Updated */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.hero-carousel .carousel-control-prev {
  left: 20px;
}

.hero-carousel .carousel-control-next {
  right: 20px;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

/* Add responsive navigation controls */
@media (max-width: 768px) {
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    top: auto;
    bottom: 20px;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .hero-carousel .carousel-control-prev {
    left: 50%;
    margin-left: -50px;
  }

  .hero-carousel .carousel-control-next {
    right: 50%;
    margin-right: -50px;
  }

  /* Adjust content padding to make room for controls */
  .hero-carousel .hero-content {
    padding-top: 20vh;

    padding-bottom: 80px; /* Make room for navigation controls */
  }

  /* Make navigation controls more visible */
  .hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
}

/* Additional mobile optimizations */
@media (max-width: 576px) {
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    bottom: 15px;
    width: 35px;
    height: 35px;
  }

  .hero-carousel .carousel-control-prev {
    margin-left: -40px;
  }

  .hero-carousel .carousel-control-next {
    margin-right: -40px;
  }
}

.count {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.count.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}

/* Active Slide Animations */
.hero-carousel .carousel-item.active .dots-shape {
  transform: translateY(-100px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .hero-carousel h1 {
    font-size: 2.5rem;
  }

  .hero-carousel p {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-carousel h1 {
    font-size: 2rem;
  }

  .hero-carousel p {
    font-size: 1.2rem;
  }

  .hero-carousel .dots-shape,
  .hero-carousel .circle-shape-1,
  .hero-carousel .circle-shape-2 {
    display: none;
  }
}
/* ABOUT SECTION */
.young-img {
  width: 1006;
  /* object-fit: cover; */
  z-index: 1;
  position: relative;
}

.block-profile {
  background-color: var(--orange-color);
  height: 200px;
  left: 0px;
  top: 0px;
  width: 200px;
  z-index: 0;
  position: absolute;
}

.head-lable {
  color: var(--orange-color);
  font-size: 16px;
  text-transform: uppercase;
}

.head-text {
  color: var(--blue-color);
  font-size: 2.2rem;
  font-weight: bold;
}

.devider-about {
  width: 200px;
  height: 2px;
  position: relative;
  background-color: var(--blue-color);
}

.devider-about span {
  position: absolute;
  left: 0px;
  top: -4px;
  height: 10px;
  width: 10px;
  background-color: var(--orange-color);
}

.prof {
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.young-img img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 1rem;
}

.services-container {
  padding: 2rem 0;
}

.service-slide {
  padding: 0 15px;
  transition: all 0.3s ease;
  flex: 0 0 100%;
}

.services-wrapper {
  position: relative;
  z-index: 3;
  padding: 0px 5px;
  height: 100%;
}

.prev-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 15px;
  z-index: 10;
}

.next-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -22px;
  z-index: 10;
}

.service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 10rem 1rem 1rem;
  text-align: left;
}

.nav-buttons {
  margin-top: 1rem;
  text-align: center;
}

.nav-btn {
  /* position: absolute; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
  margin: 0 5px;
  transition: all 0.3s ease;
}

.services-row {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.comman-devider {
  max-width: 190px;
  height: 1.5px;
  background-color: var(--blue-color);
  border: none;
  opacity: 1;
  width: 100%;
  position: relative;
  margin: 0px auto;
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.comman-devider::before {
  content: "";
  height: 10px;
  width: 10px;
  z-index: 20;
  position: absolute;
  background-color: var(--orange-color);
}

.our-sevices {
  background-image: url("../images/pattern-svg.png");
  width: 100%;
  background-position: bottom;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-orange {
  background-image: url("../images/orange-dots.svg");
  height: 200px;
  left: 0px;
  background-repeat: no-repeat;
  top: 0px;
  width: 200px;
  z-index: 0;
  position: absolute;
}

.form-label {
  display: block;
  font-size: 14px;
  color: var(--blue-color);
}

.form-label {
  display: block;
  font-size: 15px;
  color: var(--blue-color);
  transition: color 0.3s ease;
}

/* Input styles */
.form-input {
  width: 100%;
  border: none;
  border-bottom: 2px dashed var(--blue-color);
  outline: none;
  font-size: 16px;
  padding: 4px 0;
  margin-bottom: 20px;
}

.form-group:focus-within .form-label {
  color: var(--orange-color);
}

/* WHY-CHOOSE-US */

.WHY-CHOOSE-US {
  background-color: var(--light-blur-color);
}

.index-choose-active {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  font-weight: bold;
  color: white;
  line-height: 30px;
  text-align: center;
  background-color: var(--orange-color);
}

.features-list li {
  cursor: pointer;
}

.index-choose {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  font-weight: bold;
  color: white;
  line-height: 30px;
  text-align: center;
  background-color: var(--blue-color);
}

.key-features-active {
  background-color: white;
  /* padding: 10px; */
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slogan p {
  font-size: 17px;
}

.choose-us {
  overflow: hidden;
  border-radius: 0 0 0 6rem;
}

.featurs-images {
  object-fit: cover;
  height: 550px;
  width: 100%;
}

.overlay-desc {
  font-size: 16px;
  font-weight: 300;
}

.content-overlay {
  bottom: 0px;
  top: 0;
  padding: 10px 60px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.833));
}

/* Hide the icon by default */
.feature-item i {
  display: none;
}

/* Show the icon for active items */
.feature-item.key-features-active i {
  display: inline-block;
}
/* REVIEWS */
.testimonial-section {
  background-image: url("../images/reviews.png");
  width: 100%;
  background-color: var(--light-blur-color);
  height: auto;
  background-size: 100% 100%;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden; /* Prevent horizontal scrolling */
}

.testimonial {
  flex: 0 0 325px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.9);
  display: none; /* Hide all testimonials by default */
}

.testimonial.active {
  opacity: 1;
  transform: scale(1);
  display: block; /* Show only the active testimonial */
}

.avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e9ecef;
  margin: 0 auto 15px;
}

.testimonial h3 {
  margin: 10px 0;
  color: #333;
  font-size: 18px;
}

.testimonial p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px;
}

.stars {
  color: #ffd700;
  margin: 15px 0;
  font-size: 20px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  margin: 1px;
  appearance: none;
}

.dot:checked {
  background-color: var(--orange-color);
}

.dot:not(:checked) {
  border: 2px solid var(--orange-color);
  background-color: transparent;
}

/* Mobile screens (default) */
@media screen and (max-width: 1024px) {
  .testimonial {
    display: none; /* Hide all testimonials initially */
  }

  /* Show only active testimonial on mobile */
  .testimonial.active {
    display: block; /* Show only the active testimonial */
  }

  .dots {
    display: flex; /* Keep dots visible */
  }

  .testimonial-wrapper {
    position: relative;
  }
}

/* Large screens */
@media screen and (min-width: 1024px) {
  .testimonial-container {
    justify-content: center;
    gap: 30px; /* Adjust gap if needed */
  }

  /* Show all testimonials */
  .testimonial {
    display: block;
    flex: 0 0 325px;
    opacity: 0.5; /* Default opacity for all testimonials */
    transform: scale(0.9); /* Slight scaling for non-active testimonials */
    transition: all 0.5s ease; /* Smooth transition */
  }

  /* Active testimonial highlight */
  .testimonial.active {
    opacity: 1;
    transform: scale(1.05); /* Slightly enlarge active testimonial */
  }

  .dots {
    display: flex; /* Show dots on larger screens */
  }
}

/* Keep your existing dots styles */

/* FOOTER */
footer {
  height: auto;
  width: 100%;
}

.main-footer {
  background-color: var(--blue-color);
  color: white;
  height: 100%;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 1rem;
}

.contact-info {
  color: var(--orange-color);
}

.social-icons a {
  color: white;
  margin-left: 1rem;
  text-decoration: none;
}

.quick-links {
  list-style: none;
  padding: 0;
}

.quick-links li a {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 2rem;
}

.btn-go {
  background-color: var(--orange-color);
  color: white;
  border: none;
}

.footer-area {
  background-color: var(--orange-color);
  color: white;
  height: 100%;
}

@media (max-width: 992px) {
  .testimonial-container {
    gap: 15px;
  }

  .testimonial {
    flex: 0 0 250px;
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }
}

.footer-devider {
  height: 2px;
  width: 100%;
  background-color: var(--light-blur-color);
  opacity: 0.1;
}

.input-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.input-container input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}

.input-container button {
  background-color: var(--orange-color);
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
}

.input-container button:hover {
  background-color: #0056b3;
}

.footer-address {
  font: 16px;
}

.footer-email {
  word-wrap: break-word;
}

/* ABOUT US PAGGE CSS IS START */
.navigation-breadcrumb {
  height: 310px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/about-us/bradcrumb-img.png");
  background-position: top;
}

.bread-heading {
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 3rem;
}

.breadcrumb-item a,
.breadcrumb-item {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}

.who-we-are {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/about-us/about-pattern.png");
  background-position: left;
  background-size: contain;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

.about-img {
  background-size: conver;
}

.more_padding {
  padding-block-start: 80px !important;
  padding-block-end: 80px !important;
}

.about-head-text h2 {
  font-size: 2.3rem;
  color: var(--orange-color);
  text-transform: uppercase;
  text-align: center;
}

.about-head-content {
  width: 100%;
}

.orange-review {
  background-color: var(--orange-color);
  position: relative;
  overflow: hidden;
}

.total-project h1 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 10px;
}

.total-project h6 {
  color: white;
  font-size: 1.4rem;
  width: 70%;
  font-weight: 400;
  margin: 0px auto;
  letter-spacing: 4px;
}

.statisfaction h1 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 10px;
}

.statisfaction h6 {
  color: white;
  font-size: 1.4rem;
  width: 70%;
  font-weight: 400;
  margin: 0px auto;
  letter-spacing: 4px;
}

.left-vector {
  position: absolute;
  top: -30px;
  background-size: contain;
  left: -10px;
  background-image: url("../images/about-us/Vector.svg");
}

.right-vector {
  position: absolute;
  transform: rotate(180deg);
  bottom: -30px;
  right: -20px;
  background-size: contain;
  background-image: url("../images/about-us/Vector.svg");
}

/* ABOUT US PAGGE CSS IS END */

.card {
  border: 2px solid black;
  border-radius: 1.3rem;
  padding: 50px;
  position: relative;

  /* background-color: yello; */
}

.card-title {
  text-align: center;
}

.card-text {
  text-align: center;
}

.card img {
  width: 200px !important;
  height: auto !important;
  margin: 0px auto;
  margin-bottom: 30px;
  object-fit: contain !important;
}
.arrow-btn {
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-radius: 4rem;
  border: 2px solid black;
}

.arrow-btn span {
  height: 55px;
  text-align: center;
  line-height: 55px;
  display: block;
  font-size: 29px;
  color: var(--orange-color);
  font-weight: bold;
  width: 55px;
}

.about-owner-section {
  /* background-color: #f5f5f5; */
  position: relative;
  overflow: hidden;
  background-image: url("../images/about-us/owner-bg.png");
}

.about-title {
  color: var(--orange-color); /* Orange color from image */
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-text {
  color: var(--blue-color);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.owner-image-container {
  position: relative;
}

.orange-bloack {
  position: absolute;
  top: 0px;
  background-color: var(--orange-color);
  width: 85%;
  height: 100%;
  left: 50px;
  bottom: -30px;
  border-radius: 120px;
  z-index: 0;
}

.owner-image {
  width: 100%;
}

.owner-image img {
  position: relative;
  height: 450px;
  z-index: 1;
  left: 105px;
  top: 20px;
  object-fit: contain;
}

.owner-name {
  margin-top: 20px;
}

.owner-name h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.owner-designation {
  color: var(--orange-color); /* Orange color */
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
/* why choose us start */
.why-choose-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.line-hori {
  height: 1px !important;
  position: relative;
  background-color: var(--orange-color);
}

.wide_range,
.Commitment-to-Excellence,
.Customized-Solutions,
.Support-and-Reliability {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 1px solid var(--orange-color);
}

.wide_range .line-hori::before,
.Customized-Solutions .line-hori::before {
  content: "";
  height: 1px;
  width: 60px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  background-color: var(--blue-color);
  left: 50%;
  top: 30px;
}

.wide_range .line-hori::after,
.Customized-Solutions .line-hori::after {
  content: "";
  height: 10px;
  width: 10px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  background-color: var(--blue-color);
  left: 50%;
  border-radius: 50%;
  top: -5px;
}

.Commitment-to-Excellence .line-hori::before,
.Support-and-Reliability .line-hori::before {
  content: "";
  height: 1px;
  width: 60px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  background-color: var(--blue-color);
  left: 50%;
  top: -30px;
}

.Commitment-to-Excellence .line-hori::after,
.Support-and-Reliability .line-hori::after {
  content: "";
  height: 10px;
  width: 10px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  background-color: var(--blue-color);
  left: 50%;
  border-radius: 50%;
  top: -5px;
}

.head_wide_range h1 {
  font-size: 3rem;
  font-weight: bolder;
}

.border-warning {
  border-color: var(--orange-color) !important;
}

.desc_wide_rang p {
  font-size: 14px;
}

/* why choose us end */

/* Responsive adjustments */
@media (max-width: 991px) {
  .about-title {
    font-size: 2rem;
    margin-top: 20px;
  }

  .owner-image-container {
    margin-top: 30px;
  }

  .about-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--blue-color);
  }
  .orange-bloack {
    position: absolute;
    background-color: var(--orange-color);
    width: auto !important;
    height: 100%;
    inset: 0px;
    /* left: 50px; */
    /* bottom: -30px; */
    border-radius: 120px;
    z-index: 0;
  }

  .owner-image {
    width: 100%;
  }

  .owner-image img {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    z-index: 1;
    inset: 0px;
    object-fit: cover;
  }
  .why-choose-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
}

/* contact us section start */

.contact-us {
  background-image: url("../images/contact/bg.svg");
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-card {
  border-radius: 1.2rem;
  border: 1px solid silver;
  overflow: hidden;
  background-color: var(--light-blur-color);
}
.contact-card p {
  word-wrap: break-word;
}

iframe {
  margin: 0px !important;
}

/* contact us section end */

@media (max-width: 700px) {
  .why-choose-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
  }

  .contact-card p {
    word-wrap: break-word;
    font-size: 13px;
  }

  .wide_range .line-hori::before,
  .Customized-Solutions .line-hori::before {
    content: "";
    height: 1px;
    width: 60px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    background-color: var(--blue-color);
    left: 50%;
    top: 30px;
  }

  .wide_range .line-hori::after,
  .Customized-Solutions .line-hori::after {
    content: "";
    height: 10px;
    width: 10px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    background-color: var(--blue-color);
    left: 50%;
    border-radius: 50%;
    top: -5px;
  }

  .Commitment-to-Excellence .line-hori::before,
  .Support-and-Reliability .line-hori::before {
    content: "";
    height: 1px;
    width: 60px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    background-color: var(--blue-color);
    left: 50%;
    top: 30px;
  }

  .about-title {
    font-size: 1.8rem;
  }

  .orange-bloack {
    position: absolute;
    background-color: var(--orange-color);
    width: auto !important;
    height: 100%;
    inset: 0px;
    /* left: 50px; */
    /* bottom: -30px; */
    border-radius: 75px;
    z-index: 0;
  }

  .owner-image {
    width: 100%;
  }

  .owner-image img {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    z-index: 1;
    inset: 0px;
    object-fit: cover;
  }

  .owner-name h3 {
    font-size: 1.3rem;
  }
}
/* MEDIA QUERIES */

@media (max-width: 768px) {
  .dots-shap {
    right: 0px;
  }

  .more_padding {
    padding-block-start: 20px !important;
    padding-block-end: 20px !important;
  }

  .about-head-content {
    width: 100%;
  }

  .prev-btn {
    margin-top: 20px;
    transform: none;
    position: static;
  }

  .next-btn {
    position: static;
    transform: none;
  }

  .login-sign {
    width: 100%;
    margin: 0px;
  }
  .parent-login-sign {
    width: 100%;
  }

  .nav-item {
    width: 100%;
    text-align: center;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }
}

/* Media Queries for Responsive Design */
@media (min-width: 768px) {
  .service-slide {
    flex: 0 0 50%;
    /* Two slides per view on tablets */
  }
}

@media (min-width: 992px) {
  .service-slide {
    flex: 0 0 33.333%;
    /* Three slides per view on larger screens */
  }
}
