/* Footer list for tablets and smaller */
@media only screen and (max-width: 768px) {
  .li-resp {
    width: 100% !important;
  }
}

/* text alignment */

@media only screen and (max-width: 425px) and (min-width: 200px) {
  .alignment {
    text-align: center !important;
  }
  .mobile-view {
    height: 130vw;
  }
}

.text-olive {
  color: #a2d5f9;
}

/* Menu style */
/* General Section Styling */
.services-section {
  padding: 50px 0;

  /* background-color: #f8f9fa; */
}
.services-section.visible {
  display: block;
}
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

/* Service Card Styling */
.service-card {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #e0e0e0;
  /* border-radius: 10px; */
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  /* transform: scale(1.05); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Service Icon Styling */
.service-icon {
  color: #0a73b8;
  margin-bottom: 10px;
}

/* Service Title */
.service-title a {
  font-family: "Poppins", sans-serif;
  font-size: 50%;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: #0a73b8;
}

/* Service List */
.service-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px;
}

.service-list li {
  font-family: "Roboto", sans-serif;
  font-size: 61%;
  color: #666;
  margin: 5px 0;
}

.service-list li a {
  text-decoration: none;
  color: #666;
  transition: color 0.3s ease;
}

.service-list li a:hover {
  color: #0a73b8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Search bar and icon size */
.i-size {
  font-size: 200% !important;
}

.animation {
  background-color: #00000059;
  /* background-color: #ffffff59; */
}
.animation:hover {
  background-color: #1a1a1a;
  /* background-color: #EEEEEE; */
}
/* .sticky-color{
        background-color: #00000059 !important;
    } */

/* Menu button */
.menu-item h2,
.main_menu h6 {
  color: #969499;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  /* font-weight: 500; */
}
/* .menu-item h3:hover{
color: #333;
} */

.arr {
  position: absolute;
  top: 26%;
  right: 19.1%;
}

.arr i {
  font-size: 370%;
  transform: rotate(90deg);
  color: black;
}

.icon_box.type-2 .icon_box_inner {
  width: 100% !important;
}

.icon_box.type-2 .icon_box_inner {
  /* width: 23.1vw; */
  /* top: 84%; */
  padding-top: 41%;
  padding-left: 6%;
  /*background: rgb(115, 114, 114);*/
  /*background: radial-gradient(circle, rgba(115, 114, 114, 0.36458333333333337) 0%, rgba(112, 105, 105, 1) 100%, rgba(17, 17, 17, 1) 100%);*/
}

.icon_box.type-2 .post-bg {
  visibility: visible;
  opacity: 1;
}

.icon_box img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Faster transition with a smooth easing */
}

.icon_box:hover img {
  transform: scale(1.05); /* Slightly more noticeable scaling */
}

.icon_box {
  overflow: hidden; /* Prevent image overflow */
}

.component-animated {
  opacity: 0;
  --animation-order: 0;
  --animation-duration: 300ms;
  --animation-function: ease-in-out;
  transform: translateY(20px); /* Start with a slight offset */
}

.component-animated--visible {
  opacity: 1;
  transition-delay: calc(0.1s + (var(--animation-order) * 0.12s));
  transition-duration: var(--animation-duration);
  transition-property: transform, opacity;
  transition-timing-function: var(--animation-function);
  transform: translateY(0); /* Move to the final position */
}

/* Blog BIo Sectoin */
.bio {
  font-size: 140%;
}

/* Slider indicators */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: white;
  border: 1px solid grey;
  margin: 0.5%;
  /* space between dots */
}

.carousel-indicators .active {
  background-color: red !important;
}

.carousel-caption {
  top: 69%;
  left: 7%;
  bottom: 0%;
}

.carousel-indicators {
  bottom: 4%;
}

.slider-color {
  color: white;
}

.carousel {
  top: 0;
}

.align {
  text-align: left;
}

.font {
  font-size: large !important;
}

/* Text Over Image */
.bg-img-text {
  color: rgb(245, 245, 245) !important;
  font-weight: normal !important;
  font-size: 22px !important;
}

/* footer list */
.li-resp {
  width: 11% !important;
}

.quote-mark {
  position: relative;
  top: 20px;
  font-size: 10vw; /* Responsive font size */
  color: #00bfff;
  font-family: sans-serif;
  margin-bottom: 10%;
  margin-top: 10%;
}

.card {
  background-color: #222;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%; /* Full width for small screens */
  max-width: 400px;
  margin: auto; /* Center card */
  box-sizing: border-box;
}

.card h5 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.card img {
  border-radius: 50%;
  width: 50px;
  float: left;
}

.stars {
  color: gold;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .quote-mark {
    font-size: 8vw; /* Smaller font size */
  }
  .card {
    width: 100%; /* Ensure the card is full width */
  }
  .card img {
    width: 40px; /* Smaller profile image */
  }
  .stars {
    font-size: 20px;
  }
}
