.our-services-icon {
    background: #eff2f7 none repeat scroll 0 0;
    border: 10px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #eff2f7;
    height: 112px;
    line-height: 93px;
    margin: auto auto 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 112px;
    font-size: 35px;
}
.our-services-text {
    text-align: center;
    color: #aaabac;
}
a:hover, .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}
a {
    color: #aaabac;
}
.swiper {
  width: 600px;
  height: 300px;
}
.swiper {
  width: 600px;
  height: 300px;
}
/* General styling */
body {
  margin: 0;

  font-family: 'Helvetica Neue', sans-serif;  /* Airbnb's font */
}

/* Slider container */
#slider {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 150px auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  border-radius: 12px;  /* Rounded corners */
}

/* Radio buttons for slide control */
input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 20px;  /* Slightly larger */
  height: 20px;  /* Slightly larger */
  margin: 0 15px 0 0;
  background: #ccc;  /* Light gray */
  border: 2px solid #ccc;  /* Light gray */
  border-radius: 50%;  /* Rounded corners */
  cursor: pointer;
  transform: translateX(-83px);
  transition: background 300ms ease, border 300ms ease;  /* Smooth transition */
}

input[type=radio]:checked {
  background: #FF5A5F;  /* Airbnb's coral red */
  border: 2px solid #FF5A5F;  /* Airbnb's coral red */
}

/* Labels and images */
#slider label,
#slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;  /* Rounded corners */
  transition: transform 400ms ease, opacity 400ms ease;  /* Added opacity transition */
}

/* New addition for Zoom Effect */
.zoom-container {
  overflow: hidden; /* Hide the part of the image that extends outside the div */
}

/* Zoom effect */
.zoom-container:hover {
  cursor: default; /* Change cursor to zoom-in icon */
}

.zoom-container.can-zoom:hover img {
  transform: scale(1.4); /* Zoom level */
  transition: transform .5s ease-in-out;
}


/* Existing transition rules */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
}

#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}
.equal-height {
    height: 300px; /* Adjust this value as needed */
}
.service-box {
    text-align: center;
    background-color: #FADADD; /* Light pink background */
    margin: 10px; /* Adjust as needed */
    border-radius: 10px; /* Rounded corners for the boxes */
    padding: 20px; /* Adjust padding as needed */
}

.service-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Makes the circle */
    background-color: white; /* Circle background color */
    margin: 0 auto; /* Centers the circle */
    display: flex;
    align-items: center; /* Centers the image vertically */
    justify-content: center; /* Centers the image horizontally */
}

.service-box img {
    max-width: 60%; /* Adjust the size of the icons */
    height: auto; /* Keep the aspect ratio */
}
.text-center {
    text-align: center !important;
    margin-top: 16px;
}
.service-box h3 {
    color: black; /* Set the text color */
    margin-top: 10px;

    font-family: system-ui;
}

.equal-height .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.equal-height .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider {
    width: auto;
    margin: 0 auto;

}

.slide_viewer {
  height: 80%;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background:white;
}

.slide:nth-of-type(2) {
    background:white;
}

.slide:nth-of-type(3) {
    background:white;
}

.slide:nth-of-type(4) {
    background:white;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
img.maintance {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    width: 82%;
}.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0px;
}.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}.list-group-item {
    text-align: left;
    color: black;
    line-height: 1.5em;
}
.about-text p {
    padding: 0;
    font-size: 14pt;
    color: #272727;
    line-height: 30px;
    font-family: 'Nunito';

}.list-group-item:hover {
    background-color: transparent !important;
}
.custom-list-group li::before {
    content: "•"; /* This is your custom marker */
    color: black; /* Change this to whatever color you want for the marker */
    font-weight: bold; /* Makes the marker bold */
    display: inline-block; /* Necessary for alignment */
    width: 1em; /* Adjust spacing between marker and text */
    margin-left: -1em; /* Aligns marker with text */
}
a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.proojectMore {
    text-align: center;
    padding-top: 40px;
}
.proojectMore a:hover {
    background-color: #102354;
    color: #ffffff;
}
.proojectMore a {
    color: #074889;
    border: #074889 3px solid;
    display: inline-block;
    transition: .25s all;
    padding: 10px 35px;
    min-width: 300px;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}
.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}.list-group-item {
    border: none !important; /* Removes the border */
    background-color: transparent !important; /* Removes any background color */
}

.list-group-item:hover {
    background-color: transparent !important; /* Prevents color change on hover */
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}
.service, .service h2 {
    padding: 10px;
    background-color: #3f9ed04d;
    border-radius: 5px;
}.row-fluid {
    width: 100%;
}img.lo_home {
    width: 155px;
    height: 92px;
}
.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.container_leader {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.container_leader h1 {
    text-align: center;
    color: #074889;
    font-weight: 700;
    font-size: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.slider {
    width: 100%;
    /* Adjust the height as needed to fit the new image size */
    height: auto; /* This could be adjusted based on the actual height of the images */
    overflow: hidden;
}

.slide_viewer {
    width: 100%;
}

.slide_group {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    /* Adjust the height to match the new image height or leave it auto */
    height: auto; /* This makes the slide height adjust to the content */
}

.slide img {
    width: 71%;
    height: 510px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 23px;
    margin-top: 67px;
}.container.DE {
    WIDTH: 80%;
}
.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
.row.maintance {
    display: flex;
    align-items: center;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 16px;
    background: #f9f9f9;
  }
  .gallery-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }
  .gallery-item:hover {
    transform: translateY(-5px);
  }
  .gallery-item img {
    width: 100%; /* Adjust to 'auto' if maintaining aspect ratio is desired */
    height: 200px; /* Fixed height */
    object-fit: cover; /* This will cover the area without stretching the image */
    display: block;
  }
  .caption {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #333;
    margin-top: auto; /* Pushes the caption to the bottom */
  }
  .fables-second-text-color {
    color: #074889;
}img.image_ser {
    width: 86px;
    height: 86px;
}.list-group-item {
    text-align: left;
    color: black;
    line-height: 1.5em;
}
.title {
    text-align: center;
}

  @media (max-width: 1024px) {
    .gallery {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  }
@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
@media (max-width: 750px) {
    .slide img {
        /* Your desired styles for screens less than 750px wide */
        width: 80%; /* Example: you might want to keep it at 80% or change it */
        height: auto; /* Adjust height to maintain aspect ratio or set a new height */
        /* Other styles if needed */
    }
}
