/* Animate In */
.offcanvas.offcanvas-animate-in {
  animation: slideInRight 0.5s forwards;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animate Out */
.offcanvas.offcanvas-animate-out {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.navbar-icon {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 0.8rem;
}

.navbar {
  position: absolute;
  padding: 0.1rem;
  top: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0); /* black with 50% transparency */
  height: 90px;
  margin: 10px;
  margin-top: 0px !important;
  border-radius: 1.25rem;
}
.navbar.navbar1 {
  color: #142a19 !important;
  position: absolute;
  padding: 0.1rem;
  top: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0); /* black with 50% transparency */
  height: 90px;
  margin: 10px;
  margin-top: 0px !important;
  border-radius: 1.25rem;
}
.navbar.navbar1.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.navbar.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.navbar .nav-item .nav-link.active {
  color: #1565c0 !important;
}

.navbar-toggler {
  border: none;
  font-size: 1.5rem;
}

.navbar.navbar1 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.navbar-brand,
.offcanvas-title {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #1565c0;
  text-shadow: 2px 2px 4px black;
}
.oval-image {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.nav-item {
  line-height: 35px;
}

.navbar.navbar1 .nav-item .nav-link {
  color: #231f20 !important;
}

.navbar.navbar1 .nav-item .nav-link:focus {
  color: #231f20 !important;
}

.navbar.navbar1 .nav-link:hover,
.navbar.navbar1 .nav-link.active,
.navbar.navbar1 .nav-item .nav-link.active {
  color: #231f20 !important;
}

.navbar.navbar1 .nav-link {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1rem;
  color: #231f20 !important;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.navbar .nav-link {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.navbar .nav-link:focus,
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-link:focus {
  color: #fff !important;
}

.navbar.navbar1 .nav-link:focus,
.navbar.navbar1 .nav-link,
.navbar.navbar1 .nav-link:hover,
.navbar.navbar1 .nav-link.active,
.navbar.navbar1 .nav-link:focus {
  color: #231f20 !important;
}

.offcanvas-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1055;
}

.offcanvas {
  background-color: rgba(20, 42, 25, 0.9) !important;
  z-index: 1055;
  color: white;
}

.offcanvas-body {
  padding: 20px;
  margin: 10px;
}

.offcanvas-header .btn-close {
  font-size: 1.2rem;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  padding: 10px 10px;
  color: #fff;
  position: absolute;
  display: none;
}

.dropdown-item {
  color: #1a1a1a;
  letter-spacing: 0rem;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1565c0;
  background-color: rgba(255, 255, 255, 0) !important;
  outline: none;
  box-shadow: none;
}

.hover-move {
  transition: transform 0.3s ease;
}

.hover-move:hover {
  transform: translateX(5px);
}


.index-swiper {
  height: 100%;
  width: 100%;
  background: #eee;
}
.index-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
/* Bottom overlay */
.index-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}
/* Left overlay */
.index-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* how far the darkness extends from the left */
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,   /* darkest on the left edge */
    rgba(0, 0, 0, 0.3) 60%,  /* soft fade */
    rgba(0, 0, 0, 0) 100%    /* transparent */
  );
  pointer-events: none;
  z-index: 1;
}

.swiper3 {
  height: 35rem;
  width: 100%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  position: relative;
}

.swiper-slide .index-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}


/* end of package swipers*/

.carousel-index-caption {
  position: absolute;
  top: 55%;
  left: 5%; /* move close to the left edge */
  transform: translateY(-50%); /* only vertical centering */

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  width: auto; /* remove full width */
  max-width: 40rem; /* control text width */
  padding: 0px;

  text-align: start;
  z-index: 2;
  padding-left: 10px !important;
  padding-right: 20px !important;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-index-caption h1 {
  font-family: "Bungee", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
  padding-bottom: 1rem;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-index-caption p {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 0.9rem;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.green {
  color: #1565c0;
}
.blue {
  color: #1565c0;
}

.see-all-button1 {
  position: relative;
  background-color: #0b0d10;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Fira Sans", sans-serif;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.see-all-button1::after {
  content: "";
  position: absolute;
  height: 107%;
  width: 102%;
  border-radius: 50px;
  background-color: #1565c0;
  z-index: -1;
}

.see-all-button1:hover {
  z-index: 0;
  background-color: #1565c0;
  transform: translateY(-3px);
}
.see-all-button {
  position: relative;
  background-color: #fff;
  color: #010000;
  font-size: 0.9rem;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Fira Sans", sans-serif;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.see-all-button::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 102%;
  border-radius: 50px;
  background-color: #1565c0;
  z-index: -1;
}

.see-all-button:hover {
  color: #fff;
  z-index: 0;
  background-color: #1565c0;
  transform: translateY(-3px);
}

.hero-index-buttons {
  display: flex;
  gap: 20px; /* space between buttons */
  margin-top: 20px !important;
  flex-wrap: wrap; /* makes it responsive */
  justify-content: start;
}

.title-top {
  display: inline-block;
  background-color: #ebf1f8;
  color:#1565c0;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  padding: 5px 15px;
  border-radius: 0.5rem;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.title-spinner {
  display: inline-block;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.dot {
  width: 8px;
  height: 8px;
   background-color:#1565c0;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  animation: pulse 1s infinite ease-in-out;
}

.dot1 {
  width: 8px;
  height: 8px;
    background-color:#1565c0;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

.scroll-mouse {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 5;
}

/* Mouse body */
.mouse {
  width: 28px;
  height: 45px;
  border: 2px solid #ccc;
  border-radius: 20px;
  position: relative;
  animation: bounce 2.5s ease-in-out infinite;
}

/* Mouse wheel */
.wheel {
  width: 4px;
  height: 8px;
  background-color: #ccc;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

@keyframes wheel-move {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.index-moto-icons {
  font-family: "Fira Sans", sans-serif;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.index-moto-icons i {
  color: #1565c0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0); /* optional shadow */
  font-size: 1.3rem; /* adjust icon size */
  width: 15px; /* control size */
  height: 15px; /* control size */
}
.index-moto-icons div {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}
.index-moto-icons .text {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}

.index-service-container {
  padding: 60px 120px;
  padding-bottom: 10px !important;
  overflow: hidden;
  background-color: #f8fbff;
}

.index-service {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}
.index-sevice-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
}
.index-sevice-icon i {
  font-size: 1.2rem;
  color:#1565c0;
}

.index-sevice-icon {
  padding-top: 0.2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.index-service-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  padding: 2px;
  border:3px solid green;
}

.index-service-pos h6 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
}

.index-service-pos small {
  font-size: 0.9rem;
  font-family: "Fira Sans", sans-serif;
}

.index-service-line {
  width: 1px;
  height: 50px;
  background: #555;
}

.service-card {
  padding: 10px;
  border: none;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
}

.service-card:hover {
background: linear-gradient(145deg, #fff 0%, #fff 50%, #8bbc53 100%);
}
 

.service-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.index-service-card-icon {
  font-size: 5rem;
  color:green;
}

.index-service-card-text {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
}
.index-service-profile {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.index-project-head h5 {
  font-family: "Fira Sans", sans-serif;
  color: #010000;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.67rem;
}
.index-project-container {
  padding: 20px 10px;
  padding-bottom: 50px !important;
  overflow: hidden;
  background-color: #f8fbff;
}

.card-project-cards {
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #231f20;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.card-project-cards img {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
.card-project-cards:hover img {
  transform: scale(1);
}
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
  position: absolute;
  max-height: 100vh;
}

.card-img-overlay-project {
   background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.12) 65%,
    rgba(0, 0, 0, 0.03) 100%
  );
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.card-project-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px black;
  color: #fff;
  font-weight: 700;
}
.project-link {
  text-decoration: none;
  font-size: .9rem;
  color: #337ab7;
  font-weight: 700;
  text-transform: uppercase;
}

.project-link:hover {
  color:#1565c0;
}
.project-link .space-left i{
transition: transform 0.3s ease;
}
.project-link:hover .space-left i{
 transform: translateX(5px);
}
.space-left {
  margin-left: 7px;
}

.index-testimonial-head h5 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 3rem;
  padding-bottom: 30px;
}

.index-testimonial-container {
  padding: 0px 90px;
  padding-bottom: 50px !important;
  overflow: hidden;
  background-color: #f8fbff;
}

.testimonial-card {
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
 background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
  transition-duration: 0.5s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(145deg, #fff 0%, #fff 50%, #8bbc53 100%);
}
 
.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  color: #010000;
}

.testimonial-name {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
  text-transform: capitalize;
}

.testimonial-name1 {
  font-size: .9rem;
  line-height: 1.3rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
  text-transform: capitalize;
}

.star-rating {
  color: #f4a742; /* warm gold */
  margin-right: 1px;
}

.blogu-index-container {
  background-color: #f8fbff;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  padding-bottom: 10px !important;
}
.blogu-row {
  padding-top: 15px;
  justify-content: center;
  background-color: #f8fbff;
}
.blogu-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.67rem;
}
.row-card {
  background-color: #f8fbff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 0px !important;
}

.swiper-slide1 {
  display: flex; /* Ensures all slides stretch evenly */
  height: auto; /* Allow Swiper to manage height */
}
.swiper1-pagination {
  position: relative;
  bottom: 0px !important;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  background-color: #c9c8c8 !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.7s ease; /* Smooth transition for size changes */
}
.swiper-pagination-bullet-active {
  background-color: #d3b975 !important;
  width: 14px;
  border-radius: 14px;
}
.red-active .swiper-pagination-bullet-active {
  background: linear-gradient(to bottom right, #008cff, #e100ff) !important;

  /* Standard property */
  background-clip: text;

  /* Safari / Chrome support */
  -webkit-background-clip: text;

  /* Make text transparent */
  color: transparent;
  -webkit-text-fill-color: transparent;
  width: 14px;
  border-radius: 14px;
}

.card-index-blogu-cards {
  width: 100%; /* Ensure cards take full width */
  max-width: 600px; /* Adjust as needed */
  min-width: 200px; /* Prevent shrinking too much */
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
  background-color: #f8fbff;
  color: #1f1f1a;
  overflow: hidden;
  transition: transform 0.5s ease;
  position: relative;
}

.card-index-blogu-cards:hover {
  transform: translateY(-10px);
  /* Moves the card upward */
}
.card-cards-img-top {
  display: block;
  border: 0;
  background-color: #f8fbff;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.blogu-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 40px;
  background: linear-gradient(
    135deg,
    /* diagonal down */ #fff 0%,
    /* soft light blue start */ #fff 40%,
    /* soft blue/purple mid */ #e9d8ff 100% /* soft pastel purple end */
  );
}
.card-blogu-title {
  color: rgb(77, 77, 77);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-cards-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #161415;
  text-transform: uppercase;
  line-height: 1.3rem;
}

.blogu-link {
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  color: #337ab7;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.blogu-link:hover {
  color:#1565c0;
}

.blogu-link .space-left i{
transition: transform 0.3s ease;
}
.blogu-link:hover .space-left i{
 transform: translateX(5px);
}

.container-blogu-btn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f8fbff;
  overflow: hidden;
}
.index-why-container {
  background-color: #f8fbff;
  padding-bottom: 30px !important;
}
.index-why-row {
  padding: 50px 150px;
  background-color: #f8fbff;
  padding-bottom: 0px !important;
}
.index-why-card {
  border: none;
  padding: 20px;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
 background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
  position: relative;
}

.index-why-card:hover {
background: linear-gradient(145deg, #fff 0%, #fff 50%, #8bbc53 100%);
}

.index-why-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.index-why-card-text {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
}

.card-number {
  position: absolute;
  top: -12px;
  left: -12px;

  width: 32px;
  height: 32px;
  color: green;
 background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);

  font-family: "Fira Sans", sans-serif;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.wave-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.wave-wrapper i {
 background-color: #549f3e;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  position: relative;
  z-index: 2; /* icon stays visible */
}

/* Create ripple waves BEHIND icon */
.wave-wrapper::before,
.wave-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
 background-color: rgba(84, 159, 62, 0.4); /* #549f3e with 40% opacity */
  box-shadow: 0 0 10px rgba(84, 159, 62, 0.4); /* soft green glow */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 1;
  animation: wave-glow 2.5s infinite ease-out;
}

/* Slight delay for second wave */
.wave-wrapper::after {
  animation-delay: 1.25s;
}

/* Wave animation */
@keyframes wave-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  color: #25d366; /* WhatsApp green */
  text-decoration: none;
  z-index: 1000;
  transition:
    opacity 0.4s ease,
    transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.whatsapp-float.show {
  opacity: 1;
  pointer-events: auto;
  animation: bounce 2s ease 3;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.blog-container {
  padding-top: 120px !important;
  padding-bottom: 50px !important;
  background-color: #f8fbff;
}

.blog-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 40px;
  background: linear-gradient(
    135deg,
    /* diagonal down */ #fff 0%,
    /* soft light blue start */ #fff 40%,
    /* soft blue/purple mid */ #e9d8ff 100% /* soft pastel purple end */
  );
}
.card-blog-title {
  color: rgb(77, 77, 77);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-blog-cards-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: #161415;
  text-transform: uppercase;
  line-height: 1.3rem;
}

.blog-link {
  letter-spacing: 0.1rem;
  line-height: 1.3rem;
  color: #1565c0;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.blog-link:hover {
 color: #337ab7;
}

.blog-page-container {
  background-color: #ebf1f8;
  padding: 40px 90px;
  overflow: hidden;
}

.border-md-right {
  border-right: 1px solid #1a1a1a;
  /* Add a 2px black vertical border */
}
.blogu-page-col-right-space {
  padding-right: 48px;
}
.blog-page-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
  color: #1a1a1a;
}
.blog-page-date {
  font-family: "Fira Sans", sans-serif;
  color: rgb(59, 57, 57);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}

.blog-page-header {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 2.5rem;
}

.blog-nakala {
  display: flex;
  flex-direction: column;
  line-height: 2.2rem;
}

.blog-nakala a {
  line-height: 1.5rem;
  font-family: 'Fira Sans', sans-serif;
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 600;
  text-decoration-color: #1565c0;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: capitalize;
}

.blog-nakala a:hover {
  color: #231f20;
  text-decoration-color: #3b86ff;
}

.blog-nakala i {
  margin-left: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.blog-page-share {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.blog-page-share2 {
  line-height: 4rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.blog-page-share i {
  font-size: 30px;
  color: #1a1a1a;
}

.blog-page-share1 {
  line-height: 1.67rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

/* blog swiper*/
.mySwiper2-pagination {
  position: absolute;
  color: #fff;
  top: 67%;
  left: 230px;
  padding-bottom: 30px;
  font-weight: 700;
  text-align: left;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.mySwiper2-pagination::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
  border-radius: 1px;
}

.blog-swiper {
  height: 100%;
  width: 100%;
  background: #ebf1f8;
}
.blog-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}
.swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.mySwiper2 {
  height: 35rem;
  width: 100%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  position: relative;
}

.mySwiper {
  height: 9rem;
  box-sizing: border-box;
  padding: 10px 5px;
}

.mySwiper .swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid hsl(0, 1%, 73%);
  filter: brightness(1);
}

.swiper-btn1,
.swiper-btn2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1565c0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  font-size: 18px !important;
  cursor: pointer;
  font-weight: 700;
}

.swiper-btn1::after,
.swiper-btn2::after {
  content: none;
}

.swiper-btn2 {
  left: 100px;
  top: 80%;
}

.swiper-btn1 {
  left: 160px;
  top: 80%;
}

.swiper-btn1:hover,
.swiper-btn2:hover {
   background-color: rgba(2, 97, 254, .7);
}
.mySwiper .swiper-slide {
  opacity: 0.7;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* end blog swiper*/

.privacy-header {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 30px;
  line-height: 3.3rem;
  text-transform: capitalize;
  border-left: 10px solid #1565c0;
  padding-left: 15px;
  color: #1a1a1a;
}
.privacy-page-container {
  overflow: hidden;
  padding-top: 150px !important;
  background-color: #ebf1f8;
  padding: 50px 150px;
}

.privacy-page-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
}

.branch-card {
  position: relative;
  background-color: #f8fbff;
  padding: 40px 0px;
  padding-bottom: 10px !important;
  width: 100%;
  min-height: 400px;
  border-radius: 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.branch-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
/* Overlay */
.branch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2rem;
  z-index: 0;
}

.branch-card > * {
  position: relative;
  z-index: 1;
}
.branch-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
   background: linear-gradient(to bottom right, #008cff, #e100ff);
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  display: block;
}
.branch-card-body h5 {
  font-family: "Fira Sans", sans-serif;
  padding-top: 40px;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #fff;
}
.branch-card-body p {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
font-size: 1.1rem;
  line-height: 1.5rem;
  color: #fff;
  opacity: 0.85;
}
.branch-row {
  padding: 20px 80px;
}
.branch-row > div {
  display: flex;
}

.service-cards {
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #1f1f1a;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.service-cards:hover {
  transform: translateY(-10px);
  /* Moves the card upward */
}
.service-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  padding-top: 10px;
}
.service-link {
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  color: #1565c0;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-top: 10px;
  padding-bottom: 5px;
}
.service-link:hover {
  color:#337ab7;
}
.service-link .space-left i{
transition: transform 0.3s ease;
}
.service-link:hover .space-left i{
 transform: translateX(5px);
}
.service-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
  padding-bottom: 20px !important;
 background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
}
.greeni{
  color:green;
}
.service-page-container {
  overflow: hidden;
  background-color: #ebf1f8;
  padding: 50px 150px;
}
.service-page-text {
  white-space: pre-line;
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
}
.service-head {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.7rem;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 6px solid #1565c0;
  padding-left: 10px;
}

.about-row{
  padding: 50px 150px;
  padding-bottom: 30px !important;
}
.about-row p{
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
}
.about-head {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-left: 6px solid #1565c0;
  padding-left: 10px;
}
.about-card {
  padding: 30px;
  border: none;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
}
.about-row1{
  padding: 0px 150px;
}

.about-card h5{
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-card p {
   font-family: "Fira Sans", sans-serif;
   font-size: 1rem;
   line-height: 1.5rem;
}
.about-text1{
  font-family: "Fira Sans", sans-serif;
   font-size: 1rem;
   line-height: 1.5rem;
   justify-content: start;
   text-align: left;

}
.about-text {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  color: #010000;
}
.about-row2 {
  padding: 50px 150px;
  padding-bottom: 0px !important;
}
.contact-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2.4rem;
}

.contact-row {
  padding: 50px 150px;
  padding-bottom: 10px !important;
}
.contact-head{
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-text1{
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.contact-link{
  text-decoration: none;
  color:#1a1a1a;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.contact-link i{
  font-size: 1.3rem;
}

.contact-card {
  padding: 10px;
  border: none;
  border-radius: 1.25rem;
 background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  background: linear-gradient(145deg, #fff 0%, #fff 50%, #8bbc53 100%);
}

.contacts-icons i {
  text-align: center;
  color: #1a1a1a;
  font-size: 2rem;
  /* Set icon size to large */
}
.contact-icons {
  font-size: 1.8rem;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
.contact-icons a {
  color: #1a1a1a;
  text-decoration: none;
  padding: 0px 10px;
}

/* Background */
.contact-section1 {
  height:100%;
  width:100%;
  background: #f8fbff;
  padding: 0px 0px;
}

/* Card */
.contact-card1 {
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
  background: linear-gradient(135deg, #fff 0%, #fff 40%, #c8e6a6 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}

/* Title */
.contact-title {
  font-weight: 600;
  color: #1a1a1a;
    font-family: "Fira Sans", sans-serif;
}

/* Labels */
.form-label {
    font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 500;
}

/* Inputs */
.custom-input {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  color: #1a1a1a;
  padding: 12px;
}

.custom-input::placeholder {
  color: #888;
}

.custom-input:focus {
  background-color: #fff;
  border-color: #0261fe;
  box-shadow: 0 0 0 0.2rem rgba(2, 97, 254, 0.25);
  color: #1a1a1a;
}

/* Button */
.submit-btn {
  color:#fff;
  background-color:#1a1a1a;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 500;
  transition: 0.3s ease;
}

.submit-btn:hover {
  color: #fff !important;
 background: #1565c0;
  transform: translateY(-3px);
}
.submit-btn:active {
  transform: translateY(0);
}
.submit-btn:focus,
.submit-btn:active {
  background-color: #1565c0 !important;
  color: white !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* LOGIN PAGE STYLES */
/* POPPINS FONT */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

.login-body {
  position: relative;
  background: url("../images/pexels-botanphotography-26903736.jpg") no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.login-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/albert-david-fXXM7uyA6bI-unsplash.webp") no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.7);
  z-index: -1;
}
.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  background: rgba(39, 39, 39, 0.4);
}

.login-form-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 512px;
  height: 420px;
  overflow: hidden;
  z-index: 2;
}
.login-container {
  position: absolute;
  left: 4px;
  width: 500px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease-in-out;
}

.login-top span {
  color: #fff;
  font-size: small;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.login-top span a {
  font-weight: 500;
  color: #fff;
  margin-left: 5px;
}
header {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 10px 0 30px 0;
  font-weight: 700;
}

.input-field {
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 50px;
  width: 100%;
  padding: 0 10px 0 45px;
  border: none;
  border-radius: 30px;
  outline: none;
  transition: 0.2s ease;
}
.input-field:hover,
.input-field:focus {
  background: rgba(255, 255, 255, 0.25);
}
::-webkit-input-placeholder {
  color: #fff;
}
.input-box i {
  position: relative;
  top: -35px;
  left: 17px;
  color: #fff;
}
.login-submit {
  font-size: 15px;
  font-weight: 500;
  color: black;
  height: 45px;
  width: 100%;
  border: none;
  border-radius: 30px;
  outline: none;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.login-submit:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.two-col {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: small;
  margin-top: 10px;
}
.two-col .one {
  display: flex;
  gap: 5px;
}
.two label a {
  text-decoration: none;
  color: #fff;
}
.two label a:hover {
  text-decoration: underline;
}
/* end of login*/


/* pagination Django */
.bg-pagination {
  overflow: hidden;
  background-color: #f8fbff;
}
/* Default pagination */
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #0351ce;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

/* Hover effect */
.page-link:hover {
  background-color: #fef9f9;
  color: #014dc9;
}
.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* Active page */
.page-item.active .page-link {
  background-color: #0261fe;
  color: white;
  border-color: #0261fe;
}

/*Keep hover effect on active */
.page-item.active .page-link:hover {
  background-color: #014dc9; /* Darker blue on hover */
  border-color: #014dc9;
}
.tinymce-content a {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 600;
  text-decoration-color: #0261fe;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tinymce-content a:hover {
  color: #231f20;
  text-decoration-color: #014dc9;
}
/* Frontend styles for TinyMCE content images */
.blog-page-text.tinymce-content img {
  max-width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.service-page-text.tinymce-content img {
  max-width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}



/* Error text style */
.error-text {
  padding-bottom: 2px;
  color: #ff4d4d;
  font-size: 0.9rem;
  margin-top: 3px;
  display: block;
}

/* Optional: highlight input with error */
.input-error {
  border: 1.5px solid #ff4d4d;
}

#contact-message {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}
.turnstile-wrapper {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
/* Default: scale for larger screens */
.turnstile-wrapper .cf-turnstile {
  transform: scale(0.7); /* shrink to 85% on large screens */
  transform-origin: top center; /* keep it centered */
}


.footer-logo-text {
  font-size: 0.9rem;
  text-align: start;
}
.footer-contena {
  padding: 50px 65px;
  padding-bottom: 40px !important;
  background: linear-gradient(to bottom right, #00093c, #2d0b00);
  overflow: hidden;
  position: relative;
  min-height: 250px;
  font-family: "Fira Sans", sans-serif;
}

.footer-contena::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 350px;
  background: url("../images/7.png") no-repeat center/contain;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.footer-contena > * {
  position: relative;
  z-index: 2;
}

.footer1 {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}

.footer3 {
  font-family: "Fira Sans", sans-serif;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.7rem;
  padding-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}

.footer-heads {
  color: #1565c0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px black;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}

.centa-logo {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #1565c0;
  text-shadow: 2px 2px 4px black;
  text-transform: uppercase;
  margin-top: 20px;
}

.logo-row {
  color: white;
  padding-top: 0px !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px !important;
}

.footer2 {
  font-family: "Fira Sans", sans-serif;
  word-break: break-all;
  /* Breaks words when necessary to prevent overflow */
  text-decoration: none;
  line-height: 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
.footer2 i {
  font-size: 0.7rem;
}
.footer2-1 {
  color: #1565c0;
  margin-right: 10px;
  font-size: 0.9rem;
}

.footer-hover {
  position: relative;
  text-decoration: none;
  color: inherit;
  /* Inherit color to match the theme */
}

.footer-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1.5px;
  background-color: #1565c0;
  transition: width 0.3s ease-in-out;
}

.footer-hover:hover::after {
  width: 100%;
}

.redii {
  color: #1565c0;
}

.horizontal-line {
  width: 95%;
  height: 1.5px;
  margin: 40px auto;

  background: linear-gradient(to right, transparent, #1565c0, transparent);
}

.footer-terms {
  padding-top: 20px;
}

.footer-icons,
.footer1,
.footer-links {
  font-size: 0.9rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}

.footer-icons1 {
  margin: 0 12px;
}

.footer-icons i {
  text-align: center;
  color: white;
  font-size: 23px;
  /* Set icon size to large */
}

.footer-links a {
  text-decoration: none;
  color: white;
  text-align: center;
}
.footer-base-link {
  color: white;
  text-decoration: none;
}
.separator {
  margin: 0 10px;
  color: white;
}

.icon-hover {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.icon-hover:hover {
  transform: scale(1.3);
}
.designer {
  text-transform: capitalize;
  color: #1565c0;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.mobile-nav {
  display: none;
}

.index-clients-container{
  background-color: #f8fbff;
  padding: 0px 30px;
  padding-bottom: 50px !important;
}
.index-client-text{
font-size: 1.1rem;
font-family: "Fira Sans", sans-serif;
font-weight: 400;
}

.clients-section {
    overflow: hidden;
    background-color: #f8fbff;
    padding: 30px 0;
}

.clients-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
    animation: scroll 25s linear infinite;
}
.clients-track:hover {
    animation-play-state: paused;
}

.clients-track img {
   height: 100px;      /* control uniform height */
    width: auto;       /* keep aspect ratio */
    object-fit: contain;
    margin: 0 40px;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Message box default: hidden, no space initially */
.message-box {
    display: none;           /* hidden by default */
    opacity: 0;
    transform: translateY(20px); /* slide from below */
    transition: opacity 0.4s ease, transform 0.4s ease;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

/* When shown */
.message-box.show {
    display: block;          /* now takes space */
    opacity: 1;
    transform: translateY(0);
}

/* Success style */
.message-success {
    background: linear-gradient(135deg, #fff 0%, #fff 40%, #d4edda 100%);
    color: #155724;
}

/* Error style */
.message-error {
    background: linear-gradient(135deg, #fff 0%, #fff 40%, #f8d7da 100%);
    color: #721c24;
}


@media (min-width: 992px) {
   .swiper3 {
    height: 43rem;
  }

  
  .blog-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%; /* adjust as needed */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

  /* swiper2 on desktop */
  .mySwiper2-pagination {
    top: 45%;
  }

  .mySwiper2 {
    height: 43rem;
  }

  /* Position prev button */
  .swiper-btn2 {
    top: 70%;
  }

  /* Position next button next to prev */
  .swiper-btn1 {
    top: 70%;
  }
  /* end of swiper2 */
  .carousel-index-image {
    height: 40rem;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove gap between menu and link */
  }
  .navbar.offcanvas .nav-link,
  .navbar .offcanvas .nav-link:focus,
  .navbar .offcanvas .nav-link:active,
  .navbar .offcanvas .nav-link:visited,
  .navbar .offcanvas .nav-link:target {
    color: #fff !important;
    background-color: transparent !important;
  }

  .navbar.navbar1 .offcanvas .nav-link,
  .navbar.navbar1 .offcanvas .nav-link:hover,
  .navbar.navbar1 .offcanvas .nav-link:focus,
  .navbar.navbar1 .offcanvas .nav-link:active {
    color: #231f20 !important;
  }

  .navbar.navbar1 .nav-link {
    text-shadow: none;
  }
  .navbar .nav-link {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .navbar .nav-link::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #1565c0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .navbar .nav-link:hover::before,
  .navbar .nav-link.active::before {
    width: 85%;
    visibility: visible;
  }

  .navbar.navbar1 .nav-link::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #1565c0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .navbar.navbar1 .nav-link:hover::before,
  .navbar1 .nav-link.active::before {
    width: 85%;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
   .blog-page-date {
    font-size: 0.8rem;
  }
  .index-testimonial-container {
    padding: 0px 20px;
  }
  .index-project-container {
    padding-top: 20px;
  }
  .card-project-title {
    font-size: 1rem;
  }
  .project-link {
    font-size: 0.9rem;
  }
  .navbar .container-fluid {
    padding-left: 0 !important;
  }

  .navbar.navbar1 .container-fluid {
    padding-left: 0 !important;
  }

  .navbar.navbar1 .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none !important;
    width: 100%;
    margin-top: 0;
  }
  .dropdown-menu {
    background-color: rgba(20, 42, 25, 0) !important;
  }

  .dropdown-item {
    color: #fff !important;
  }
  .dropdown-item:active,
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #1565c0 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    outline: none;
    box-shadow: none;
  }
  .navbar .offcanvas .nav-link:hover,
  .navbar .offcanvas .nav-link:focus,
  .navbar .offcanvas .nav-link:target,
  .navbar .offcanvas .nav-link:active {
    color: #1565c0 !important;
    background-color: transparent !important;
  }

  .navbar .offcanvas .nav-link {
    color: #fff !important;
    background-color: transparent !important;
  }
  .navbar.navbar1 .offcanvas .nav-link:hover,
  .navbar.navbar1 .offcanvas .nav-link:focus,
  .navbar.navbar1 .offcanvas .nav-link:target,
  .navbar.navbar1 .offcanvas .nav-link:active {
    color: #1565c0 !important;
    background-color: transparent !important;
  }

  .navbar.navbar1 .offcanvas .nav-link {
    color: #fff !important;
    background-color: transparent !important;
  }
  .offcanvas {
    background: linear-gradient(
      to bottom right,
      rgba(0, 9, 60, 0.9),
      rgba(45, 11, 0, 0.9)
    );
  }
}

@media (max-width: 767.5px) {
  .custom-footer-col{
    text-align: start;
  }
  .img-fluid {
    height: 90px;
    object-fit: cover;
  }
 .swiper3 {
    height: 37rem;
  }

  .branch-row {
    padding: 20px 0px;
  }
  .clients-track img {
    height:80px;
    margin: 0 20px;
}

  .index-clients-container{
  padding: 0px 10px;
  padding-bottom: 30px !important;
}
.index-client-text{
font-size: 1rem;
line-height: 1.3rem;
}

  .contact-section1{
    padding-top: 30px !important;
  }
.contact-link{
  font-size: .9rem;
  line-height: 1.3rem;
}

.contact-link i{
  font-size: 1.2rem;
}
     .contact-row {
    padding: 30px 10px;
    padding-bottom: 10px !important;
  }
    .contact-text {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
   .about-row2 {
    padding: 30px 10px;
  }
  .about-card h5{
  font-size: 1.8rem;
  line-height: 2.2rem;
}
  .about-card{
    padding: 15px;
  }
   .about-row1 {
    padding: 10px 10px;
    padding-bottom: 40px !important;
  }
    .about-row {
    padding: 30px 10px;
    padding-bottom: 40px !important;
  }
  .about-head {
    font-size: 1.4rem;
  }
    .service-page-container {
    padding: 30px 20px;
    padding-bottom: 40px !important;
  }
  .service-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .service-head {
    font-size: 1.1rem;
  }
    .service-text {
    font-size: 0.9rem;
  }
    .branch-card-body h5 {
    padding-top: 10px;
    font-size: 1.5rem;
  }
  .branch-card-body p {
    font-size: 1rem;
  }
   .privacy-page-container {
    padding-top: 130px !important;
    padding: 40px 20px;
  }
    .privacy-header {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 20px;
    border-left: 8px solid #0261fe;
    padding-left: 10px;
  }
   .privacy-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .blog-page-header {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .blog-page-date {
    font-size: 0.7rem;
  }
  .blog-page-share2 {
    padding-top: 15px;
  }
  .blog-page-share2,
  .blog-page-share {
    line-height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
  }

  .blog-page-share1 {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 18px;
    font-size: 0.9rem;
  }
  .blog-page-share i {
    font-size: 23px;
  }
  .blog-nakala {
    line-height: 1.7rem;
  }
  .blog-nakala a {
    font-size: 0.9rem;
  }
  .blog-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .border-md-right {
    border-right: none;
    /* Remove border on smaller screens */
  }
  .blogu-page-col-right-space {
    padding-right: 10px;
  }
  .blog-page-container {
    padding: 30px 15px;
  }
   /* blog swiper*/
  .mySwiper2-pagination {
    top: 67%;
    left: 130px;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .mySwiper2-pagination::before {
    width: 60px;
    margin-right: 5px;
  }
  .mySwiper2 {
    height: 25rem;
  }

  .mySwiper {
    height: 6rem;
    padding: 10px 2px;
  }
  /* Common style for both buttons */
  .swiper-btn1,
  .swiper-btn2 {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
  }
  /* Position prev button */
  .swiper-btn2 {
    left: 30px;
  }

  /* Position next button next to prev */
  .swiper-btn1 {
    left: 80px;
  }

  /* end blog swiper*/
  .blog-container {
  padding-top: 100px !important;
}
  .blog-body{
    padding: 30px 30px;
  }
  .whatsapp-float {
    font-size: 40px;
  }
  .index-why-row {
    padding: 30px 10px;
  }
  .index-testimonial-head h5 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .index-testimonial-container {
    padding: 0px 20px;
  }

  .testimonial-card {
    padding: 10px;
  }

  .testimonial-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .testimonial-name {
    font-size: 1rem;
  }

  .testimonial-name1 {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .row-card {
    padding-top: 30px;
  }
  .blogu-link {
    font-size: 0.7rem;
  }
  .card-blogu-title {
    font-size: 0.7rem;
  }
  .card-cards-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .blogu-row {
    padding-top: 5px;
  }
  .blogu-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .blogu-body {
    padding: 30px 30px !important;
  }

  .container-blogu-btn {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
  }
  .index-project-container {
    padding: 20px 10px;
  }
  .project-link {
    font-size: 0.85rem;
  }
  .card-project-cards {
    height: 350px;
  }
  .index-project-head h5 {
    font-size: 2rem;
  }
  .index-service-card-icon {
    font-size: 3.5rem;
  }

  .index-service-card-text {
    font-size: 0.9rem;
  }
  .index-service-profile {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .index-sevice-icon i {
    font-size: 0.9rem;
  }
  .index-sevice-icon {
    font-size: 0.7rem;
    line-height: 1rem;
    padding-top: 0.2rem !important;
  }
  .index-sevice-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .index-service {
    margin-top: 0.4rem !important;
    margin-bottom: 0.8rem !important;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .index-service-container {
    padding: 40px 20px;
    padding-bottom: 20px !important;
  }
  @keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }
  .see-all-button {
    letter-spacing: 0.1rem;
    font-size: 0.7rem;
    padding: 7px 15px;
  }
  .see-all-button1 {
    letter-spacing: 0.1rem;
    font-size: 0.7rem;
    padding: 7px 15px;
  }
  .hero-index-buttons {
    gap: 15px; /* space between buttons */
    margin-top: 15px !important;
  }
  .title-spinner {
    font-size: 0.6rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  .dot {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }

  .dot1 {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }
  .carousel-index-caption h1 {
    font-size: 1.5rem;
    padding-bottom: 0.7rem;
  }

  .carousel-index-caption p {
    font-size: 0.7rem;
  }

  .index-moto-icons div {
    font-size: 0.8rem;
  }
  .index-moto-icons i {
    font-size: 1rem; /* adjust icon size */
  }
  .index-moto-icons .text {
    padding-left: 7px;
  }
  .carousel-index-image {
    height: 37rem;
  }
  .navbar {
    margin: 3px;
  }
  .nav-link {
    font-size: 0.9rem;
  }
  .oval-image {
    width: 100px;
    height: 75px;
  }
  .form-control {
    font-size: 1rem;
  }
  .footer-contena {
    padding: 40px 0;
    overflow: hidden;
    padding-bottom: 30px !important;
  }

  .footer3 {
    padding-bottom: 17px;
  }

  .form-head2 {
    font-size: 0.8rem;
  }
  .centa-logo {
    padding-bottom: 10px;
  }
  .logo-row {
    padding-bottom: 0px !important;
  }
  .horizontal-line {
    width: 85%;
  }

  .footer-icons i {
    margin-bottom: 25px;
  }

  .footer-links {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
     .about-row {
    padding: 30px 30px;
    padding-bottom: 40px !important;
  }
    .about-row1 {
    padding: 10px 30px;
    padding-bottom: 20px !important;
  }
     .about-row2 {
    padding: 40px 30px;
  }
   .branch-row {
    padding: 0px 30px;
  }
   .contact-row {
    padding: 30px 50px;
    padding-bottom: 40px !important;
  }
   .service-page-container {
    padding: 50px 90px;
  }
   .privacy-page-container {
    padding: 50px 100px;
  }
   /* blog swiper*/
  .mySwiper2 {
    height: 28rem;
  }

  .mySwiper {
    height: 8rem;
    padding: 10px 2px;
  }
  /* end blog swiper*/
   .blog-page-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .index-why-row {
    padding: 30px 30px;
  }
  .service-card {
    padding: 5px;
  }
  .index-service-card-icon {
    font-size: 3.5rem;
  }

  .index-service-card-text {
    font-size: 0.9rem;
  }
  .index-service-container {
    padding: 50px 40px;
    padding-bottom: 0px !important;
  }
  @keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15px);
    }
  }
  .see-all-button {
    font-size: 0.7rem;
    padding: 8px 18px;
  }
  .see-all-button1 {
    font-size: 0.7rem;
    padding: 8px 18px;
  }
  .title-spinner {
    font-size: 0.7rem;
    padding: 6px 13px;
    margin-bottom: 15px;
  }

  .dot {
    width: 7px;
    height: 7px;
    margin-right: 13px;
  }

  .dot1 {
    width: 7px;
    height: 7px;
    margin-left: 13px;
  }
  .carousel-index-caption h1 {
    font-size: 1.9rem;
    padding-bottom: 1rem;
  }

  .carousel-index-caption p {
    font-size: 0.9rem;
  }
  .index-moto-icons div {
    font-size: 0.9rem;
  }
  .index-moto-icons i {
    font-size: 1rem; /* adjust icon size */
  }
  .index-moto-icons .text {
    padding-left: 7px;
  }
  .logo-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 600px) and (max-width: 991.98px) {
  .col-blog-custom {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 575.5px) {
  .pagination .page-link {
    padding: 0.35rem 0.5rem; /* smaller padding */
    font-size: 0.9rem; /* smaller font */
  }

  .pagination {
    flex-wrap: wrap; /* wrap items if needed */
    justify-content: center; /* keep centered */
  }

  .location-color {
    color: #e53935;
  }
  .phone-color {
    color: #00bfa6;
  }
  .product-color {
    color: #6c63ff;
  }
  .home-color {
    color: #ff6b00;
  }
  .green-whatsapp {
    color: #25d366; /* WhatsApp green */
  }

  /* MOBILE NAVIGATION BAR */
  .mobile-nav {
    position: fixed;
    bottom: -100px; /* hidden initially */
    left: 0;
    right: 0;
    width: 99%;
    background: rgba(17, 17, 17, 0.9);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    border: 1px solid #222;
    z-index: 9999;
    margin: 2px 2px;
    border-radius: 1.25rem;
  }

  /* When visible */
  .mobile-nav.show-nav {
    bottom: 0;
  }

  /* Nav Items */
  .mobile-nav .nav-item {
    color: #0261fe;
    font-size: 1.7rem;
    text-decoration: none;
    transition: 0.3s;
  }


  .mobile-nav .nav-item:hover {
    color: #fff;
  }

  .footer-contena {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 550px) {
  .blog-page-text.tinymce-content img {
    max-height: 300px;
  }
  .service-page-text.tinymce-content img {
    max-height: 300px;
  }
}
@media (min-width: 551px) and (max-width: 992px) {
  .blog-page-text.tinymce-content img {
    max-height: 400px;
  }
  .service-page-text.tinymce-content img {
    max-height: 400px;
  }
}
/* End Frontend styles for TinyMCE content images */

@media only screen and (max-width: 540px) {
  .login-wrapper {
    min-height: 100vh;
  }
  .login-form-box {
    width: 100%;
    height: 500px;
    margin-top: -10px; /* Negative value moves it up */
  }
  .login-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 500px) and (max-width: 767.98px) {
  @keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15px);
    }
  }
  .see-all-button {
    font-size: 0.7rem;
    padding: 7px 15px;
  }
  .see-all-button1 {
    font-size: 0.7rem;
    padding: 7px 15px;
  }
  .hero-index-buttons {
    gap: 20px; /* space between buttons */
    margin-top: 20px !important;
  }
  .title-spinner {
    font-size: 0.7rem;
    padding: 6px 13px;
    margin-bottom: 15px;
  }

  .dot {
    width: 7px;
    height: 7px;
    margin-right: 13px;
  }

  .dot1 {
    width: 7px;
    height: 7px;
    margin-left: 13px;
  }
  .carousel-index-caption h1 {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
  }

  .carousel-index-caption p {
    font-size: 0.8rem;
  }
}
/* Scale the iframe on small screens */
@media (max-width: 440px) {
  .turnstile-wrapper .cf-turnstile {
    text-align: center;
    transform: scale(0.5); /* Shrink to 80% */
    transform-origin: top center; /* Keep it centered */
  }
}
/* Small devices (max-width: 576px) */
@media (max-width: 350px) {
  .pagination .page-link {
    padding: 0.25rem 0.4rem; /* smaller padding */
    font-size: 0.8rem; /* smaller font */
  }
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../google-fonts/SourceSans3-Regular.otf.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../google-fonts/SourceSans3-Bold.otf.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../google-fonts/SourceSans3-It.otf.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Domine";
  src: url("../google-fonts/Domine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../google-fonts/PlayfairDisplay.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../google-fonts/Roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src:
    url("../google-fonts/FiraSans-Regular.woff2") format("woff2"),
    url("../google-fonts/FiraSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}