:root {
  --primary-color: #14255e !important;
  --primary-color-transparent: #8d95d6e6 !important;
  --primary-color-light: #8d96d630 !important;
  /* --secondary-color: #eda563 !important; */
  --secondary-color: #800000 !important;
  --highlight: #f80a0a;
  --paw-dark-color: #848cc8 !important;
  --paw-mid-color: #9da3d6 !important;
  --paw-light-color: #a7abdb !important;

  --text-color: #ffffff !important;
  --text-dark: #333333 !important;
  --text-muted: #bbbbbb !important;

  /* Background Colors */
  --background-gradient: linear-gradient(135deg, #b8a4f9, #b8a4f9) !important;
  --background-light: #f5f5f5 !important;
  --background-dark: #2f2f41 !important;

  /* Buttons */
  --btn-radius: 50px !important;
  --btn-padding: 12px 30px !important;
  --btn-hover: #f28b34 !important;

  /* Cards */
  --card-radius: 1rem !important;
  --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  --shadow: 0 1px 9px #3542a8;

  /* Font */
  --font-family: 'Poppins', sans-serif !important;
  --heading-font-size: 2.5rem !important;
  --subheading-font-size: 1.2rem !important;

  /* Spacing */
  --section-padding: 80px !important;
  --gap: 1.5rem !important;

  /* Overlay */
  --overlay-opacity: 0.1 !important;


  --font-size: 0.8em;
  --bg1: #eaecf7;
  --blue: #3498db;
  --green: #2ecc71;
  --purple: #9b59b6;
  --gold: #f1c40f;
  --red: #e74c3c;
  --orange: #e67e22;
  --shadow1: 0 2px 4px #000 26, 0 3px 6px #000 1f;
  --shadow2: 0 2px 6px #000 44, 0 4px 7px #000 22;
  --form-color: #ffffffd9;
}

body {
  background-color: var(--primary-color-light);
  overflow-x: hidden;
  overflow-y: visible;
}

.highlight-color {

  color: #ffc10e;

  /* -webkit-text-stroke: 2px var(--highlight); */
}


.hero-emotion-zone p {
  font-family: "Bebas Neue", serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;

}

.site-logo {
  width: 50%;
}

.--primary-text-color {
  color: var(--primary-color);
}

.bg-hero-title {
  width: 70%;
}

.main-section {
  position: absolute;
  top: 0;
}

header {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.only-mobile {
  display: none;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
}



.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.nav-item {
  width: max-content;
}

@media (max-width: 991.98px) {
  .slide-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: var(--primary-color);
    border-right: 1px solid white;
    z-index: 1050;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    padding: 2rem 1rem;
  }

  /* Slide in */
  .slide-menu.open {
    left: 0;
  }

  /* Freeze scroll on body */
  body.menu-open {
    overflow: hidden;
    position: relative;
  }


  /* Optional: overlay for clicking outside */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
  }

  .menu-overlay.active {
    display: block;
  }

  .navbar-toggler-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  /* Rotated state when menu is open */
  .navbar-toggler.rotated .navbar-toggler-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    /* or 180deg for full flip */
  }

  .slide-menu .dropdown-menu {
    position: static !important;
    float: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    padding-left: 1rem;
  }

  .slide-menu .dropdown.show .dropdown-menu {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .show>.nav-link {
    text-align: center;
  }

  .dropdown-menu {
    .dropdown-item {
      color: white !important;
      padding: 8px 1rem;
    }
  }
}


/* To fix positioning for right-click dropdown */



@media (min-width: 991.99px) {
  .dropdown-menu>.dropend:hover>.dropdown-menu {
    display: block;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.dropend>.dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu {

  border: none;

  .dropdown-item {
    color: #848cc8;
    padding: 8px 1rem;
  }
}

.navbar-nav {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

.nav-link.active {
  border-bottom: 3px solid var(--secondary-color);
}




.section-title {
  font-size: 50px;
  font-weight: 500;
  color: var(--primary-color);
}

.page-title-banner {
  height: 50vh;
  /* Update with your image path */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-title-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5)/41%;
  /* optional dark overlay */
  pointer-events: none;
}

.side-service-heading {
  /* font-family: 'BioRhyme', serif; */
  font-style: normal;
  font-weight: 700;
  color: rgb(24, 24, 24);
  font-size: 30px;
  line-height: 24px;
  padding-bottom: 10px;
}

.service-item-link {
  text-decoration: none;
}

.page-title-banner .container {
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.nav-link:hover {
  border-bottom: 3px solid var(--secondary-color);
}

.m-t-b {
  margin-top: 50px;
  margin-bottom: 50px;
}

.spacer-m {
  margin-top: 100px;
}

.top-wave {
  margin-top: -100px;
  background-color: #ffffff6b;
  height: 150px;
  width: 100%;
  clip-path: path("M0,61 C347,131 1109,-4 1441,70 L1461,174 L0,158 Z");
  -webkit-clip-path: path("M0,78 C347,131 1109,-4 1441,70 L1901,174 L0,158 Z");
  position: relative;
}

.top-wave::before {
  content: '';
  background-color: #eaecf7;
  height: 150px;
  width: 100%;
  top: 8px;
  left: 0;
  clip-path: path("M0,70 C347,130 1093,-4 1441,88 L1440,150 L0,150 Z");
  -webkit-clip-path: path("M0,70 C347,130 1220,-4 1441,88 L1681,150 L0,193 Z");
  position: absolute;
}



.bottom-wave {
  margin-top: -100px;
  background-color: var(--primary-color);
  height: 100px;
  width: 100%;
  clip-path: path("M0,61 C347,131 1109,-4 1441,70 L1461,174 L0,158 Z");
  -webkit-clip-path: path("M0,78 C347,131 1109,-4 1441,70 L1461,174 L0,158 Z");
  position: relative;
}

.bottom-wave::before {
  content: '';
  background-color: white;
  height: 150px;
  width: 100%;
  top: 8px;
  left: 0;
  clip-path: path("M0,70 C347,130 1093,-4 1441,88 L1440,150 L0,150 Z");
  -webkit-clip-path: path("M0,70 C347,130 1093,-4 1441,88 L1440,150 L0,150 Z");
  position: absolute;
}

.spacer-b {
  margin-bottom: 100px;
}

.hero {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  padding: 100px 0;
  color: white;
  position: relative;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right bottom, from(var(--primary-color)), to(var(--primary-color)));
  background: -o-linear-gradient(top left, var(--primary-color), var(--primary-color));
  background: linear-gradient(to bottom right, var(--primary-color), var(--primary-color));
  /* background-image: url(/images/bg/dark-blue-bg.png); */
  /* background-image: url(https://img.freepik.com/free-photo/abstract-sale-busioness-background-banner-design-multipurpose_1340-16799.jpg?semt=ais_hybrid&w=740&q=80); */
  /* background-image: url(/images/grey-purple-3840x2160-19811.png); */
  background-image: url(/images/28551317034.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  *{
     z-index: 5;
  }
}

.hero::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000008f;

}



.paws {
  z-index: -1;
  position: absolute;
}


.paw-1 {
  top: -16%;
  left: 25%;
  font-size: 200px;
  -webkit-transform: rotate(222deg);
  -ms-transform: rotate(222deg);
  transform: rotate(222deg);
  color: #cfcfdf11;
}

.paw-2 {
  top: 3%;
  left: -3%;
  font-size: 150px;
  -webkit-transform: rotate(321deg);
  -ms-transform: rotate(321deg);
  transform: rotate(321deg);
  color: #cfcfdf11;
}

.paw-3 {
  top: 43%;
  left: -3%;
  font-size: 120px;
  -webkit-transform: rotate(298deg);
  -ms-transform: rotate(298deg);
  transform: rotate(298deg);
  color: #cfcfdf11;
}


.paw-4 {
  top: 16%;
  right: -4%;
  font-size: 180px;
  -webkit-transform: rotate(309deg);
  -ms-transform: rotate(309deg);
  transform: rotate(309deg);
  color: #cfcfdf11;
}

.paw-5 {
  top: 20%;
  left: 24%;
  font-size: 120px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #cfcfdf11;
}

.paw-6 {
  top: 52%;
  left: 36%;
  font-size: 60px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #cfcfdf11;
}

.paw-7 {
  top: 5%;
  left: 67%;
  font-size: 60px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #cfcfdf11;
}

.bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: url('/images/animals/dog-cat-1.png'); */
  /* background-image: url(/images/bg-hero-2.png); */
  background-image: url(/images/image.png);
  background-size: 50%;
  background-position-x: 72%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  /* Send background behind content */
  pointer-events: none;
  /* Avoid blocking clicks */
}

.bebas-neue-500 {
  font-family: "Bebas Neue", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 50px;
  color: rgb(255, 255, 255);
}

.hero h1 {
  margin-top: 100px;
}

.high-light-service {
  font-size: 12px;
  position: absolute;
  width: fit-content;
  padding: 0px 5px;
  right: 0;
  background-color: red;
  z-index: 20;
}

.primary-btn {
  background-color: var(--secondary-color);
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  /* -webkit-box-shadow: 0 8px 30px #8d95d6;
  box-shadow: 0 8px 30px #8d95d6; */
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
}

.btn:hover {
  color: unset !important;
}

.primary-btn:hover {
  color: white !important;
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  -webkit-box-shadow: 0 5px 10px #fc78788d;
  box-shadow: 0 5px 10px #fc78788d;
}


.secondary-btn {
  background-color: var(--primary-color);
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  -webkit-box-shadow: 0 8px 30px #8d95d6;
  box-shadow: 0 8px 30px #8d95d6;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
}

/* .primary-btn:hover {
color:var(--primary-color);
} */

.secondary-btn:hover {
  background: var(--secondary-color);
  color: white !important;
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  -webkit-box-shadow: 0 8px 30px #8d95d6;
  box-shadow: 0 8px 30px #8d95d6;
}

.w-40 {
  width: 55%;
}


/* hero slider  */
.category-slider-container {
  border-radius: 20px;
  position: relative;
  padding-top: 0px;
  z-index: 1;

  .swiper-button-next {
    right: -9%;
    top: 77%;
  }

  .category-card {
    position: relative;
    overflow: hidden;
  }
  

  .category-card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000e7;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

   .category-card-overlay-block {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0c10149b;
    height: 20%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;

   }

  .category-card:hover .category-card-overlay {
    opacity: 1;
  }


  .category-card .bottom-title {
    position: absolute;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    bottom: 1%;
    opacity: 1;
  }

  .category-card:hover .bottom-title {
    opacity: 0;
  }


  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 15px;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 15px;
  }

  .swiper-button-prev {
    left: -10%;
    top: 77%;
  }

  .swiper-horizontal>.swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -10%;
    width: 60%;
    left: 20%;
  }
}

.category-card {
  background-color: white;
  border-radius: 16px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  /* padding: 20px; */
  width: 240px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-card img {
  /* max-height: 180px; */
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next {
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #666;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar {
  height: 6px;
  border-radius: 4px;
  background: #e0e0e0;
  margin-top: 20px;

}

.swiper-scrollbar-drag {
  background: var(--secondary-color);
  border-radius: 4px;
}



.service-detail .paw-4 {
  top: 22%;
  right: -9%;
  font-size: 180px;
  -webkit-transform: rotate(309deg);
  -ms-transform: rotate(309deg);
  transform: rotate(309deg);
  color: #848cc7;
}


.service-detail .paw-3 {
  top: 61%;
  left: -3%;
  font-size: 120px;
  -webkit-transform: rotate(298deg);
  -ms-transform: rotate(298deg);
  transform: rotate(298deg);
  color: #b2b3c9;
}

.our-services {
  /* background-color: var( --primary-color-light); */
  /* padding-top: 100px !important;
padding-bottom: 100px !important; */
}

/* #services */
.p-r-l {
  padding-left: 12%;
  padding-right: 12%;
}

.services-wrapper {
  /* display: flex;
flex-wrap: wrap;
row-gap: 50px;
column-gap: 20px;
justify-content: center; */
  margin-top: 5%;
}

.services-multi-prev,
.services-multi-next {
  background: var(--primary-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  top: 53%;
}

.services-multi-prev:hover,
.services-multi-next:hover {
  background: white;
  color: var(--primary-color);
}

.services-multi-prev {
  left: 10%;
}

.services-multi-next {
  right: 10%;
}

.services-multi-prev:after {
  content: 'prev';
  font-size: 15px;
}

.services-multi-next:after {
  content: 'next';
  font-size: 15px;
}

.service-item {
  /* width: 31%; */
  background: white;
  border-radius: 15px;
  /* padding: 25px; */
  height: 230px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;

}

.service-item:hover {

  transition: 0.9s ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 1px 9px #3542a8;
  box-shadow: 0 1px 9px #3542a8;
}

.service-item h4 {
  font-weight: 600;
  color: var(--primary-color);
}

.home-service-img {
  /* width: 45%; */
  -o-object-fit: cover;
  object-fit: cover;
  height: 160px;
  width: 100%;
   border-radius: 10px;
 
}



.circular-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  border: 2px solid white;
  border-radius: 50%;

}

.center-image {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 63%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.center-image:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.circle-item {
  position: absolute;
  width: 100px;
  text-align: center;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.circle-item:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.circle-item p {
  margin: auto;
}

.circle-item-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.circle-item i {
  color: var(--primary-color);
  margin-bottom: 5px;
  background: white;
  padding: 7px;
  font-size: 40px;
  border-radius: 50%;
}



/* Reviews */


.review-bg .p-r-l {
  padding-left: 12%;
  padding-right: 12%;

}

.swiper-slide .testimonial-card {
  height: 300px;
  width: -webkit-fill-available;
  overflow: scroll;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  /* overflow: hidden; */
  border-radius: 12px;
  background: white;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
}

.swiper-slide .testimonial-card:hover {
  -webkit-box-shadow: 0 1px 9px #8d95d6;
  box-shadow: 0 1px 9px #8d95d6;
  /* transform: scale(1); */
}

/* .swiper {
padding-top: 40px;
padding-bottom: 40px;
} */

.mySwiper {
  padding: 17% 0px 60px 0;
  min-height: 400px;
}

.swiper-wrapper-container .swiper-pagination-bullet {
  background-color: var(--primary-color);
  opacity: 1;
  height: 16px;
  width: 16px;
}

.swiper-wrapper-container .swiper-pagination-bullet-active {
  position: relative;
}

.swiper-wrapper-container .swiper-pagination-bullet-active::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-color: white;
  height: 50%;
  width: 50%;
  left: 25%;
  bottom: 25%;
  border-radius: 50%;
}

.services-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -o-transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /* opacity: 0.6; */
}

.swiper-slide-active .testimonial-card {
  height: 290px;
  /* taller active card */
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 8px 30px #8d95d6;
  box-shadow: 0 8px 30px #8d95d6;
}

.mySwiper .swiper-slide-active:before {
  content: "";
  display: block;
  /* or absolute positioning */
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('/images/red-car.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -71%;
  left: -1%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-slide-active .testimonial-card:hover:before {
  -webkit-transform: scaleX(1) scale(1.1);
  -ms-transform: scaleX(1) scale(1.1);
  transform: scaleX(1) scale(1.1);
}


.testimonial-stars {
  color: var(--primary-color);
}

.testimonial-card p {
  font-size: 14px;
  height: 70%;
  /* overflow: scroll; */
}

.swiper-wrapper-container .swiper-wrapper-container {
  position: relative;
  overflow: visible;
}

.swiper-wrapper-container .swiper-button-prev,
.swiper-wrapper-container .swiper-button-next {
  position: absolute;
  background-color: transparent;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swiper-wrapper-container .swiper-button-next:after,
.swiper-wrapper-container .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 800;
}


.swiper-wrapper-container .swiper-button-prev {
  left: -40px;
  /* adjust based on your layout */
}

.swiper-wrapper-container .swiper-button-next {
  right: -40px;
  /* adjust based on your layout */
}



/* # */


.team-swiper {
  width: 100%;
  max-width: 400px;
  height: 500px;
  padding: 0 10%;
  padding-top: 20px;
}

.team-slide {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;

}

.team-slide:hover {
  -webkit-box-shadow: 0 1px 9px #8d95d6;
  box-shadow: 0 1px 9px #8d95d6;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-slide.swiper-slide-active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 8px 30px #8d95d6;
  box-shadow: 0 8px 30px #8d95d6;
}


.team-next,
.team-prev {
  color: var(--primary-color);
  font-size: 13px;
  --swiper-navigation-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff00;
}

.team-next {
  right: 0%;
}

.team-prev {
  left: 0%;
}

.team-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  /* top: 110%; */
  top: 106% !important;
  left: 2% !important;
  z-index: 5 !important;
}

.team-pagination-bullet {
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--primary-color);
  opacity: 1;
  height: 16px;
  width: 16px;
}

.team-pagination-bullet-active {
  background: var(--primary-color);
}


.team-pagination-bullet-active {
  position: relative;
}

.team-pagination-bullet-active::before {
  position: absolute;
  content: '';
  background-color: white;
  height: 50%;
  width: 50%;
  left: 25%;
  bottom: 25%;
  border-radius: 50%;
}

.doc-info-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
  height: 100%;
}


.circle-container-team {
  position: relative;
  padding: 0;
  margin: 0;
  width: 450px;
  height: 450px;
  list-style-type: none;
  border: 2px solid white;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  /* transform: rotate(-90deg); */
}

.circle-item-team {
  position: absolute;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  background-color: var(--bg);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.circle-container-team .circle-info-doc {
  /* transform: rotate(90deg); */
  font: 0.75rem helvetica, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 20px;
  padding: 0;
  margin: 0;
}




.doc-image {
  position: absolute;
  z-index: 1;
  top: 44%;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* max-width: 79%; */
  -o-object-fit: cover;
  object-fit: cover;
  height: 95%;
}


.doc-image:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* .overlay-doc{
z-index: 6;
top: 44%;
left: 32%;
position: absolute;
max-width: 79%;
height: 100%; 
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
pointer-events: none;
} */

.circle-info-doc {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: white;
}



.circle {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "layer";
  place-items: center;
  /* background: #185adb; */
  border-radius: 50%;
  --radius: 200px;
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
}

.circle::before {
  position: absolute;
  content: '';
  height: 101%;
  width: 101%;
  border-radius: 50%;
  border: 2px solid white;
  /* clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); */
  -webkit-clip-path: polygon(22% 17%, 19% 6%, 75% 150%, 129% -42%);
  clip-path: polygon(22% 17%, 19% 6%, 75% 150%, 129% -42%);
}

.stat {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: layer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: white;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.25turn;
  --r-amount: 0.9turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));

  -webkit-transform: var(--transform);

  -ms-transform: var(--transform);

  transform: var(--transform);
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  /* transition-delay: calc(0.1s * var(--i)); */
}

.stat p {
  position: absolute;
  left: 155%;
  font-size: 13px;
  width: 200px;
  top: 0;
}

.circle:hover .stat {
  --radius: calc(-20vmin);
  --r-offset: -1.75turn;
}

/* img {
max-width: 40%;
} */

/* contact form */

.contact-bg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;

}

.contact-g-home {
  /* overflow: hidden; */
}

.contact-bg .paw-5 {
  top: 20%;
  left: 47%;
  font-size: 120px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #848cc769;
}

.contact-bg .paw-6 {
  top: 52%;
  left: 36%;
  font-size: 180px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #b2b3c93d;
}

.contact-bg .paw-3 {
  top: 43%;
  left: -3%;
  font-size: 120px;
  -webkit-transform: rotate(313deg);
  -ms-transform: rotate(313deg);
  transform: rotate(313deg);
  color: #b2b3c9;
  display: none;
}

.contact-bg .paw-2 {
  top: 80%;
  left: -3%;
  font-size: 184px;
  -webkit-transform: rotate(321deg);
  -ms-transform: rotate(321deg);
  transform: rotate(321deg);
  color: #848cc7;
}

.contact-bg .paw-7 {
  top: 28%;
  left: -2%;
  font-size: 100px;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  color: #b2b3c94a;
}



.why-choose-us {
  .p-r-l {
    padding-left: 12%;
    padding-right: 12%;
  }

  .section-box {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  /* h2, h3 {
      font-weight: 700;
      margin-bottom: 1rem;
    } */
  ul li {
    margin-bottom: .5rem;
  }

  .highlight {
    font-weight: bold;
    color: #212529;
  }
}


.form-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-section {
  .form-content {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
    max-width: 400px;
    width: 100%;
    position: relative;
  }

  .form-content::before {
    position: absolute;
    height: 179%;
    width: 100%;
    top: -37%;
    right: -82%;
    content: '';
    background: url(/images/animals/bird-2.png);
    background-size: 42%;
    background-repeat: no-repeat;
    -webkit-transition: top 0.7s ease, left 0.7s ease, background-size 0.7s ease;
    -o-transition: top 0.7s ease, left 0.7s ease, background-size 0.7s ease;
    transition: top 0.7s ease, left 0.7s ease, background-size 0.7s ease;
    pointer-events: none;
  }

  .form-content:hover::before {
    top: -50%;
    background-size: 50%;
  }

  .form-content h2 {
    text-align: center;
    color: #16689e;
    margin-bottom: 30px;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 15px;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    font-size: 14px;
    outline: none;
  }

  form textarea {
    resize: vertical;
    height: 100px;
  }

  .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
  }

  .checkbox-wrapper label {
    width: 70%;
    font-size: 12px;
  }

  .checkbox-wrapper input {
    margin-right: 10px;
    margin-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .parrot-img {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 2;
    right: -26%;
    top: -61%;
    width: 73%;
    max-width: 70%;
  }



}

.stethoscope-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stethoscope-img {
  width: 100%;
  max-width: 80%;
  transition: max-width 0.3s ease;
  /* Adds smooth animation */
  -webkit-transition: max-width 0.3s ease;
  /* Adds smooth animation */
}

.stethoscope-img:hover {
  max-width: 90%;
  /* Increase the width on hover */
}






.blog-badge {
  background-color: #d4edda;
  color: #155724;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.blog-content h2 {
  font-size: 24px;
  font-weight: 500;
}

/* .blog-content p {
margin-bottom: 1rem;
color: gray;
} */
/* .related-article h5 {
font-size: 1rem;
} */

.article-meta-h5 {
  font-size: 1rem;
}

p.blog-content-list {
  font-size: 0.875rem;
  color: gray;
}

.article-meta {
  font-size: 0.75rem;
  color: var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.article-img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.article-img-bg {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  overflow: hidden;
}

.single-blog-img {
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}


.related-article:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* .related-article:hover .article-content{
box-shadow: 0 8px 30px #8d95d6;
} */

/* footer */

footer {
  width: 100%;
  position: relative;
  background-color: white;
}


.p-t-b {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* footer::before{
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
content: '';
background-size: cover;
scale: 0.9;
z-index: 5;
right: -5%;
pointer-events: none;
background-image: url(/images/bg-footer.png);
} */


.footer-cat {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 40px;
  width: 400px;
}


.footer-contact {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}

.f-size-xs {
  font-size: 12px;
}

.social-icons a {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: var(--secondary-color);
}

.map-overlay-top {
  height: 100%;
  width: 60%;
  /* background: radial-gradient(circle, rgb(111 117 176 / 26%) 0%, rgb(255 255 255 / 0%) 82%); */
  /* background: radial-gradient(circle, rgb(111 117 176 / 35%) 0%, rgb(255 255 255 / 0%) 82%); */
  background: -o-radial-gradient(circle, rgb(111 117 176 / 7%) 0%, rgb(255 255 255 / 0%) 82%);
  background: radial-gradient(circle, rgb(111 117 176 / 7%) 0%, rgb(255 255 255 / 0%) 82%);
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

.pin-map {
  position: absolute;
  left: 50%;
  z-index: 6;
  bottom: 50%;
}

.map-box {
  overflow: hidden;
  position: relative;
  height: 100%;
  /* -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg); */
  width: 700px;
  height: 400px;
  /* padding-top: 50px; */
}

.fa-location-dot {
  color: var(--secondary-color);
  font-size: 70px;
  -webkit-transform: rotate(331deg);
  -ms-transform: rotate(331deg);
  transform: rotate(331deg);
}

.overlay-map {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: -o-radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 0%) 82%);
  background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 0%) 82%);
}

.overlay-map-2 {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: -o-radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255) 82%);
  background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255) 82%);
}

.overlay-map-3 {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: -o-radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255) 82%);
  background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255) 82%);
  background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 0%) 82%);

}

.footer-links {
  padding: 10px 5px;

  a {
    text-decoration: none;
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  a:hover {
    color: var(--secondary-color);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.map {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  padding: 0px;
  /* -webkit-transform: rotate(337deg);
  -ms-transform: rotate(337deg);
  transform: rotate(337deg); */
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@800&display=swap");

.our-works {
  padding: 2vw;

  .p-r-l {
    padding-left: 18%;
    padding-right: 18%;
  }

  ul.infoGraphic {
    font-size: var(--font-size);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

  ul.infoGraphic li {
    position: relative;
    width: 100%;
    max-width: 25em;
    background: var(--bg1);
    border-radius: 0.5em;
    padding: 0.5em;
    z-index: 1;
    transition: all 0.2s;
    cursor: pointer;
  }

  ul.infoGraphic li .numberWrap {
    position: absolute;
  }

  ul.infoGraphic li .number {
    font-family: "maven pro", sans-serif;
    font-size: 13em;
    font-weight: 900;
    width: 0.9em;
    text-align: center;
  }

  ul.infoGraphic li .number.fontColor1 {
    color: var(--blue);
  }

  ul.infoGraphic li .number.fontColor2 {
    color: var(--green);
  }

  ul.infoGraphic li .number.fontColor3 {
    color: var(--purple);
  }

  ul.infoGraphic li .number.fontColor4 {
    color: var(--gold);
  }

  ul.infoGraphic li .number.fontColor5 {
    color: var(--red);
  }

  ul.infoGraphic li .number.fontColor6 {
    color: var(--orange);
  }

  ul.infoGraphic li .coverWrap {
    transform: rotate(130deg);
    position: absolute;
    width: 18em;
    height: 15em;
    left: -2em;
    top: -1em;
  }

  ul.infoGraphic li .coverWrap .numberCover {
    position: absolute;
    background: var(--bg1);
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #f5f8f7;
    transition: all 0.4s;
  }

  ul.infoGraphic li .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #16224a24;
    border-radius: 100px / 10px;
    z-index: -1;
  }

  ul.infoGraphic li .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(at bottom, #16224a24, transparent, transparent);
    z-index: 1;
  }

  ul.infoGraphic li .content {
    margin: 8em 3em 1em 7em;
    position: relative;
  }

  ul.infoGraphic li .content h2 {
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  ul.infoGraphic li .content p {
    line-height: 1.5em;
  }

  ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
  }

  .icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
  }

  .icon:before {
    color: #666;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  }

  .iconCodepen:before {
    content: "\f1cb";
  }

  .iconSocial:before {
    content: "\f08a";
  }

  .iconAirplane:before {
    content: "\f1d9";
  }

  .iconMap:before {
    content: "\f278";
  }

  .iconBulb:before {
    content: "\f0eb";
  }

  .iconPeace:before {
    content: "\f25b";
  }

  html {
    height: 100%;
    box-sizing: border-box;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  body {
    font-family: "Poppins", sans-serif;
    background: var(--bg1);
    min-height: 100vh;
    color: #444;
    display: grid;
    place-items: center;
    padding: 3rem 1rem 10em;
  }

  .controls {
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #d7d7d7 a1;
    padding: 0.5rem 2em;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border: 1px solid #000 4d;
  }

  .sliderBox {
    text-align: center;
  }

  .sliderBox .range-value {
    font-weight: 500;
    font-size: 22px;
  }

  input[type="range"] {
    width: 100%;
    margin: 1em 0;
    -webkit-appearance: none;
  }

  input[type="range"]:focus {
    outline: none;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    background: #000 66;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 2px;
    cursor: pointer;
  }

  input[type="range"]::-webkit-slider-thumb {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: #eee;
    box-shadow: inset 0px 1px 1px #fff 66, 0px 1px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
  }

  input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #eee;
  }

  input[type="range"]::-moz-range-track {
    background: #000;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
  }

  input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 13px 0;
    color: transparent;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }

  input[type="range"]::-ms-fill-lower {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }

  input[type="range"]::-ms-fill-upper {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }

  input[type="range"]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
  }

  input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
  }

  input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
  }


}




.card-style {
  background: #fff;
  padding: 10px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 7px;
}

.card-style:hover {
  transform: translateY(-5px);
}

.card-style::before,
.card-style::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #170571;
  transition: 0.5s ease;
}

.card-style::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 1rem;
}

.card-style::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 1rem;
}

.card-style:hover::before,
.card-style:hover::after {
  width: 90%;
  height: 90%;
  border-radius: 0px;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.icon-box {
  background-color: #17057120;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.8rem;
  color: #170571;
  margin-right: 1rem;
  transition: transform 0.5s;
  flex-shrink: 0;
}

.card-style:hover .icon-box {
  transform: rotateY(360deg);
}

.card-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

.image-wrapper {
  position: relative;
  padding: 1rem;
}

.blur-circle {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at center, #0d948833 0%, transparent 70%);
  z-index: 1;
  border-radius: 50%;
  filter: blur(20px);
}

.pattern-svg {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 150px;
  height: 150px;
  z-index: 1;
  opacity: 0.1;
}

.main-img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.overlay-img {
  position: absolute;
  top: 67%;
  left: 70%;
  width: 40%;
  border-radius: 1rem;
  z-index: 3;
  transform: rotate(0deg);
  border: 5px solid white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}



.faq-section {
  padding-bottom: 100px;

  .faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
  }

  .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
  }

  .faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
  }

  .faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }

  .faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed var(--primary-color);
  }

  .faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .faq .card .card-header:hover {
    background: #0732732d;
    padding-left: 10px;
  }

  .faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--primary-color) !important;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
  }

  .faq .card .card-body {
    padding: 14px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
  }

  .faq .card .card-body p {
    margin-bottom: 14px;
  }

  @media (max-width: 991px) {
    .faq {
      margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
      line-height: 26px;
      margin-top: 10px;
    }
  }

}


.our-works-section {
  margin-bottom: 100px;

  .our-work-showcase-container {
    width: 100%;
    max-width: 56rem;
    padding: 2rem;
    padding-top: 60px;

  }

  .our-work-showcase-grid {
    display: grid;
    gap: 5rem;
  }

  .image-container {
    position: relative;
    width: 100%;
    height: 24rem;
    perspective: 1000px;
  }

  .our-work-showcase-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .our-work-showcase-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.25rem;
  }

  .designation {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 2rem;
  }

  .quote {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.75;
  }

  .arrow-buttons {
    display: flex;
    gap: 1rem;
    padding-top: 3rem;
  }

  .arrow-button {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .arrow-button:hover {
    background-color: var(--primary-color);
  }

  .arrow-button svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #f1f1f7;
    transition: transform 0.3s;
  }

  .arrow-button:hover svg {
    fill: #ffffff;
  }

  @media (min-width: 1023px) {
    .our-work-showcase-grid {
      grid-template-columns: 1fr 1fr;
    }

    .arrow-buttons {
      padding-top: 0;
    }
  }

}

.why-choose-section {

  /* background: #fff; */
  /* padding: 2rem;
      margin-bottom: 1.5rem;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08); */

  /* h2, h3, h4, h5 {
      font-weight: bold;
    } */
  /* .section {
      background: #fff;
      padding: 2rem;
      margin-bottom: 1.5rem;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    } */
  /* .why-choose-div{
      padding: 20px;
     } */

  .section-heading h2 {
    /* font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
  position: relative; */
  }

  /* .section-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #007bff;
  margin: 12px auto 0;
  border-radius: 2px;
} */

  .why-sections {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }

  .why-item {
    padding-left: 20px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    padding: 20px;
  }

  .why-item.active {
    border-left: 3px solid var(--primary-color);
    transform: translateX(8px);
    background: white;
  }

  /* First item default active style */
  /* .why-item:first-child {
  border-left: 3px solid var(--primary-color);
  transform: translateX(8px);
  background: white;
} */

  /* .why-item:first-child:hover {
  border-left: 3px solid transparent;
  transform: translateX(0);
  background: transparent;
} */





  .why-item:hover {
    border-left: 3px solid var(--primary-color);
    transform: translateX(8px);
    background: white;
  }


  .why-item h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    transition: color 0.3s ease;
  }

  .why-item:hover h3 {
    color: var(--primary-color);
  }

  .why-item p,
  .why-item li {
    /* font-size: 1rem;
  line-height: 1.6;
  color: #444; */
  }

  .why-item ul,
  .why-item ol {
    padding-left: 20px;
  }

  .why-item li {
    margin-bottom: 8px;
  }



}

@media (max-width: 768px) {
  .bg-hero-title {
    width: 70%;
  }

  .image-wrapper {
    margin-top: 3rem;
  }
}

@keyframes scrolls {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}

.client-logo {

  .section-title {
    padding-top: 50px;
  }

  .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;

    .slide-track {
      animation: scrolls 40s linear infinite;
      display: flex;
      width: calc(250px * 14);
    }

    .slide {
      height: 100px;
      width: 200px;
    }
  }
}


@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  max-width: 450px;
  width: 100%;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: slideIn 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(40px);
  position: fixed;
  top: 20%;
  right: 4%;
  z-index: 9999;


  .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .close-btn:hover {
    background: rgba(255, 255, 255, 0.35);
  }

  .quote-title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .quote-sub {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #eaeaea;
  }

  .form-select,
  .form-control {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .form-select::placeholder,
  .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .form-select:focus,
  .form-control:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: #fff;
  }

  .quote-btn {
    background-color: #d32f2f;
    color: white;
    font-weight: bold;
    padding: 0.75rem;
    width: 100%;
    border: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }

  .quote-btn:hover {
    background-color: #b71c1c;
  }
}


.nb-form {
  position: fixed;
  z-index: 9999;
  width: 300px;
  background: #FFF;
  right: 20px;
  bottom: -367px;
  transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nb-form:hover {
  bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
  position: absolute;
  top: -49px;
  right: 12px;
  display: block;
  width: 58px;
  margin: 20px auto 15px;
  border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
  background: #03a9f4;
  font-size: 16px !important;
  padding: 20px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 30px !important;
    width: 100% !important;
    text-align: center;
  }
      .bg-hero {
        background-size: 108% !important;
    }
    .bg-hero-title {
       margin-top: 10% !important;
    }
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type='submit'] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .4s ease;
  color: #fff !important;
  border: none;
}

.nb-form input[type='submit']:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
  min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
  color: #ccb0b0;
}

.nb-form ::-moz-placeholder {
  color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.nb-form :-moz-placeholder {
  color: #ccb0b0;
}

.nb-form input[type='submit'] {
  background: #03a9f4;
}

@media screen and (max-width: 676px) {
  .our-works {

    .p-r-l {
      padding-left: 5%;
      padding-right: 5%;
    }


    .timeline-item-content {
      padding: 2.5rem;
    }

    .timeline-item {
      justify-content: center;
    }

    .timeline-icon {
      left: 40px;
    }
  }

  .client-logo {
    .section-title {
      padding-top: 0px;
    }
  }

  .image-wrapper {
    display: none;
  }

  .nb-form:hover .user-icon {
    display: none;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }

  .nb-form {
    right: 50%;
    bottom: -320px;
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (min-width: 1200px) {
  /* Optional styles for very large desktops */
}

/* Medium devices (tablets, up to 991px) */



@media (min-width: 767.99px) and (max-width: 819px) {
  .timeline-icon {
    left: -4px;
  }
}

@media (min-width: 767.99px) and (max-width: 1199.98px) {
  .our-works {
    .p-r-l {
      padding-left: 10%;
      padding-right: 10%;
    }
  }

  #QuoteSlideout {
    width: 45%;
  }

  .navbar-toggler {
    font-size: 2.25rem;
  }

  .navbar-nav {
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .map-box {
    width: 65%;
  }

  .footer-cat {
    position: absolute;
    z-index: 10;
    right: 0%;
    top: 15%;
    width: 40%;
  }

  .overlay-map-2 {
    pointer-events: none;
    background: -o-radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 0%) 82%);
    background: radial-gradient(circle, rgb(111 117 176 / 0%) 0%, rgb(255 255 255 / 86%) 82%);
  }

  .hero {
    height: 60vh;
  }

  .home-service-img {
    height: 130px;
    width: 130px;
  }

  .our-services .p-r-l {
    padding-left: 2%;
    padding-right: 2%;
  }

  .services-multi-next {
    right: -4%;
  }

  .services-multi-prev {
    left: -4%;
  }


  .review-bg .p-r-l {
    padding-left: 0%;
    padding-right: 0%;
  }

  .swiper-slide-active .testimonial-card:before {
    background-size: contain;
  }

  .docs-bg .p-r-l {
    padding-left: 0%;
    padding-right: 0%;
  }

  .circle {
    --radius: 150px;
  }

  .stat p {
    width: 182px;
  }

  .doc-image {
    height: 72%;
  }
}


@media(max-width: 830.98px) {
  .only-mobile {
    display: block;
  }

  .navbar-nav {
    align-items: start;
  }

  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .show>.nav-link {
    text-align: start;
  }



}


@media (min-width: 767.99px) and (max-width: 800px) {
  .footer-cat {
    top: 30%;
  }

  .only-mobile {
    display: block;
  }
}


/* Small devices (large phones and small tablets, up to 767px) */
@media (max-width: 767.98px) {
  .only-mobile {
    display: block;
  }

  .spacer-m {
    margin-top: 50px;
  }

  .w-40 {
    width: 100%;
    text-align: center;
  }

  .category-slider-container {
    border-radius: 20px;
    position: relative;
    padding-top: 40px;
    z-index: 1;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }

  .category-slider-container {
    .swiper-button-next {
      right: -14%;
      top: 67%;
    }

    .swiper-button-prev {
      left: -15%;
      top: 67%;
    }
  }

  .hero {
    height: auto;
  }

  .bg-hero {
    background-size: 150%;
  }

  .services-multi-prev {
    top: 52%;
  }

  .services-multi-next {
    top: 52%;
  }

  .circular-wrapper {
    position: relative;
    width: 230px;
    height: 230px;
  }

  .circle-item i {
    font-size: 22px;
  }

  .circle-item p {
    margin: auto;
    font-size: 8px;
  }

  .circle-item {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }

  .mySwiper {
    padding-top: 45%;
  }

  .swiper-slide-active .testimonial-card:before {
    background-size: contain;
  }

  .docs-bg {
    display: none;
  }

  .stethoscope-img {
    display: none;
  }

  .contact-bg {
    overflow-y: hidden;
  }


  .form-section .form-content::before {
    top: -26%;
  }

  .form-content:hover::before {
    background-size: 45%;
  }

  .contact-bg {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .paws {
    scale: 0.3;
  }

  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  footer {
    overflow: hidden;
  }

  .map-box {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    width: 100%;
    height: 300px;
  }

  .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-cat {
    position: absolute;
    z-index: 10;
    right: -10%;
    width: 50%;
    bottom: -33px;
  }

  .blog-title {
    font-size: 25px;
    font-weight: bold;
  }

  .overlay-map-2 {
    background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 0%) 82%);
    background: radial-gradient(circle, rgb(111 117 176 / 0) 0%, rgb(255 255 255 / 80%) 82%);
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 24px;
  }

  .dropdown-menu {
    .dropdown-item {
      font-size: 20px;
    }
  }

  .footer-cat {
    display: none;
  }

}


#QuoteSlideout {
  background: #e9dbdb00;
  color: #333;
  position: fixed;
  /* display: none; */
  top: 13%;
  right: 3%;
  width: 28%;
  height: 70vh;
  z-index: 10000;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;


  .btn-div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .close-btn {
    font-size: 30px;
    line-height: 0px;
    color: var(--secondary-color);
    position: absolute;
    top: 30px;
    right: 10px;
    -webkit-transition: font-size 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out;
    transition: font-size 0.3s ease-in-out;
  }

  .close-btn:hover {
    font-size: 35px;
  }

.recaptcha-container {
    width: 152px;   /* 304px × 0.5 */
    height: 39px;   /* 78px × 0.5 */
    overflow: hidden;
}

.recaptcha-wrapper {
    transform: scale(0.5);
    transform-origin: 0 0;
}

  .form-container {

    width: 100%;
    /* background: -o-linear-gradient(#ffffff, #dfdada) padding-box,
                    -o-linear-gradient(305deg, transparent 35%,#af2424, #ffffff) border-box; */
    /* background: linear-gradient(#121212, #111111) padding-box,
                    linear-gradient(145deg, transparent 35%,#af2424, #ffffff) border-box; */
    background-image: url("https://img.freepik.com/free-vector/abstract-paper-style-background_23-2150744372.jpg?semt=ais_hybrid&w=740&q=80");
    /* background-image: url(https://images.unsplash.com/photo-1665652475985-37e285aeff53?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8ZGFyayUyMGdyYWRpZW50fGVufDB8fDB8fHww&fm=jpg&q=60&w=3000); */
    border: 2px solid #656363;
    padding: 30px 30px;
    font-size: 15px;
    font-family: inherit;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    background-size: 200% 100%;
    -webkit-animation: gradient 5s ease infinite;
    animation: gradient 5s ease infinite;

    transition: all 0.4s ease-in-out;
  }

  .form-container:hover {
    transform: scale(1.02);
    /* slight zoom */
    box-shadow: 0px 4px 15px #ffffff;
    border-color: #ffffff;
    background-size: 220% 110%;
    /* smooth zoom on background */
    cursor: pointer;
  }

  @-webkit-keyframes gradient {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  .form-container button:active {
    scale: 0.95;
  }

  .form-container .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .form-container .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }

  .form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #717171;
    font-weight: 600;
    font-size: 12px;
  }

  .form-container .form-group p {
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #ffffffd1;
    font-size: 22px;
  }

  .form-container .form-group input {
    width: 100%;
    padding: 5px 16px;
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #e9e5e5;
  }



  .form-container .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    resize: none;
    color: #fff;
    height: 96px;
    border: 1px solid #e9e5e5;
    background-color: transparent;
    font-family: inherit;
  }



  ::-webkit-input-placeholder {
    color: var(--form-color);
  }

  ::-moz-placeholder {
    color: var(--form-color);
  }

  :-ms-input-placeholder {

    color: var(--form-color);
  }

  ::-ms-input-placeholder {
    color: var(--form-color);
  }

  ::placeholder {

    color: var(--form-color);
  }

  .form-container .form-group input:focus {
    outline: none;
    border-color: #ffffff;
  }

  .form-container .form-group textarea:focus {
    outline: none;
    border-color: #ffffff;
  }

  .form-container .form-submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    /* align-self: flex-start; */
    font-family: inherit;
    color: #ffffff;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--secondary-color);
    border: 1px solid transparent;
    padding: 8px 24px;
    font-size: inherit;
    gap: 8px;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 12px;
  }

  .form-container .form-submit-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--secondary-color);
  }




}

#QuoteSlideout.on {
  /* display: block; */
  right: -100%;
}

.form-message {
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 10px;
  font-weight: 500;
  display: none;
  position: relative;
  animation: fadeIn 0.6s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Success Style */
.form-message.success {
  background: linear-gradient(135deg, #198754, #146c43);
  color: #fff;
}

/* Error Style */
.form-message.error {
  background: var(--secondary-color);
  color: #fff;
}

/* Small icon on left */
.form-message::before {
  content: "✔  ";
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.form-message.error::before {
  content: "✖";
}

/* Smooth fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 767.99px) and (max-width: 1199.98px) {
  #QuoteSlideout {
    width: 45%;
  }

  .category-card {
    height: auto;
  }
}

/* Extra small devices (phones, up to 575px) */
@media (max-width: 575.98px) {

  .about-us .container {
    .row {
      flex-direction: column-reverse;
    }
  }

  .form-section .form-content::before {
    top: -10%;
  }

  .circular-wrapper {
    width: 250px;
    height: 250px;
  }

  .hero h1 {
    font-size: 55px !important;
    width: 100% !important;
  }

  .section-title {
    font-size: 35px;
  }

  .about-us .secondary-btn {
    margin-bottom: 40px;
  }

  .why-choose-left {
    display: none !important;
  }

  .footer-cat {
    right: -15%;
  }

  .contact-bg {
    padding: 20px;
  }

  .contact-left {
    margin-bottom: 200px;
  }

  .contact-right:before {
    top: -56% !important;
    left: 1% !important;
  }

  form .w-100 {
    text-align: center;
  }

  .btn-div {
    text-align: center;
  }


  .services-multi-prev {
    top: 53%;
    left: -1%;
  }

  .services-multi-next {
         top: 53%;
        right: -1%;
    
  }

  .review-bg .p-r-l {
    padding-left: 10%;
    padding-right: 10%;
  }

  #solution-section .highlight-text{
    text-align: center;
  }


    .section-title {
      font-size: 30px !important;
    }

  .form-content:hover::before {
    top: -34% !important;
  }

  .hero h1 {
    font-size: 36px !important;
    width: 100% !important;
  }

      .contact-navbar{
             display: block !important;
        color: #ffffff;
        padding: 5px;
        background: var(--secondary-color);
        text-align: center;
    }
  .category-slider-container {
    .swiper-button-prev {
      left: -8%;
      top: 62%;
    }


    .swiper-button-next {
      right: -8%;
      top: 62%;
    }

  }

      .p-r-l {
        padding-left: 5%;
        padding-right: 5%;
    }

  .category-slider-container {
        border-radius: 20px;
        position: relative;
        padding-top: 40px;
        z-index: 1;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
  }


  .category-slider-container .swiper-button-prev, .swiper-button-next {
    width: 25px;
    height: 25px;
  }

  #QuoteSlideout {
    background: #e9dbdb00;
    color: #333;
    position: fixed;
    /* display: none; */
    top: 10%;
    right: 3%;
    width: 95%;
    height: 80vh;
    z-index: 10000;
    text-align: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;

    .form-container .form-submit-btn {
      align-self: center;
    }
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    /* text-align: center !important; */
  }

  .our-works-section {
    margin-bottom: 50px;

    .p-r-l {
      /* padding-left: 8%;
        padding-right: 8%; */
    }

    .image-container {
      height: 30vh;
    }

    .our-work-showcase-grid {
      display: grid;
      gap: 2rem;
    }

    .our-work-showcase-container {
      padding: 10px;
    }

    .arrow-button:hover {
      background-color: var(--primary-color);
    }

    .arrow-buttons {
      display: flex;
      gap: 1rem;
      padding-top: 0rem;
      justify-content: space-between;
    }

  }
}




/* QuoteSlider */
body.no-scroll {
  overflow: hidden;
}

.active-custom {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  -o-transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
}


#quoteBtn {
  position: fixed;
  z-index: 10000;
  right: -60px;
  top: 50%;
  width: 150px;

  float: left;
  background: var(--secondary-color);
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 5px;
  font-size: 19px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  .quote-icon {
    display: inline-block;
    /* Ensures transform works */
    -webkit-transform: rotate(268deg);
    -ms-transform: rotate(268deg);
    transform: rotate(268deg);
    scale: 1.5;
  }
}

/* QuoteSliderEnd */


@media (max-width: 350.98px) {
  .circular-wrapper {
    width: 190px;
    height: 190px;
  }
}

@media (min-width: 1000px) and (max-width: 1100.98px) {
  .website-logo {
    width: 120px;
  }

  .site-logo {
    width: 100%;
  }

}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 30px;
  height: auto;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  html, body {
    overflow-x: hidden;
}
  .whatsapp-float {
    width: 45px;
    height: 45px;
    bottom: 15px;
    left: 15px;
  }

  .whatsapp-float img {
    width: 24px;
  }
}

/* Main Emotion Box */
.hero-emotion-zone {
  /* background: rgba(0,0,0,0.45); */
  /* backdrop-filter: blur(6px); */
  /* border-radius: 10px;
    margin-left: 10px; */
  /* padding-left: 10px; */
  /* border-left: 2px solid var(--secondary-color); */
  /* padding: 16px 18px; */
  color: #fff;

  h2 {
    border: 3px solid var(--secondary-color);
    padding: 0px 10px;
    width: fit-content;
    font-family: "Bebas Neue", serif;
    font-weight: 600;
    font-style: normal;
  }

  /* box-shadow: 0 15px 40px rgba(0,0,0,0.4); */
}

/* Animated H2 Rotating Text */
.emotion-rotator {
  position: relative;
  height: 100px;
  overflow: hidden;
  /* font-weight: 800;
  font-size: 28px;
  line-height: 1.2; */
}

.emotion-rotator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  animation: rotateText 12s infinite;
}

/* Delay for Each Line */
.emotion-rotator span:nth-child(1) {
  animation-delay: 0s;
}

.emotion-rotator span:nth-child(2) {
  animation-delay: 3s;
}

.emotion-rotator span:nth-child(3) {
  animation-delay: 6s;
}

.emotion-rotator span:nth-child(4) {
  animation-delay: 9s;
}


@keyframes rotateText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  8% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  33% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0;
  }
}

.hero-strip {
  overflow: hidden;
  border-radius: 12px;
  margin-top: 10px;
  padding: 10px 0;
}

.strip-track {
  display: inline-flex;
  gap: 50px;
  white-space: nowrap;
  animation: moveStrip 35s linear infinite;
}

.strip-track span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

@keyframes moveStrip {
  0% {
    transform: translateX(5%);
  }

  100% {
    transform: translateX(-90%);
  }
}

/* Final Power Line */
.solution-punch {

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  /* h3{
    border-bottom: 1px solid var(--secondary-color);
    width: fit-content;
  } */
}

@keyframes softGlow {

  0%,
  100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .emotion-rotator {
    font-size: 20px;
    height: 36px;
  }

  .solution-punch {
    font-size: 14px;
  }
}


.luxury-slider-section {
  height: auto;
  position: relative;
  color: #fff;
}

.luxury-slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 40px;
  position: relative;
}

/* Luxury Gradient Backgrounds */
.bg-1 {
  background: linear-gradient(135deg, #111, #1c1c1c, #3b3b3b);
}

.bg-2 {
  background: linear-gradient(135deg, #000, #2b1d05);
}

.bg-3 {
  background: linear-gradient(135deg, #111, #0c0c0c, #2a1a0a);
}

/* Content Glass Box */
.content-box {
  max-width: 650px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.hero .content-box {
  max-width: 650px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);

  .highlight-box {
    /* background: rgba(255, 200, 0, 0.12); */
    background: rgb(36 34 30 / 35%);
    border-left: 5px solid var(--secondary-color);
    padding: 15px;
    margin-top: 15px;
    border-radius: 12px;
  }

  .highlight-box .big-num {
    font-size: 16px;
    font-weight: 900;
    margin: 5px 0;
    color: var(--secondary-color);
  }

}

/* Text Styling */
.content-box h1,
.content-box h2 {
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
}

.content-box p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.bullet-list {
  margin: 15px 0;
  padding-left: 18px;
  opacity: 0.9;
}

.bullet-list li {
  margin-bottom: 6px;
}

/* Highlight Box */
.highlight-box {
  background: rgba(255, 200, 0, 0.12);
  border-left: 5px solid gold;
  padding: 15px;
  margin-top: 15px;
  border-radius: 12px;
}

.highlight-box .big-num {
  font-size: 32px;
  font-weight: 900;
  margin: 5px 0;
  color: gold;
}




.my-sections {

  h2,
  h3,
  h4,
  h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
  }

  /* Custom Scrollbar */
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(20, 37, 94, 0.1);
  }

  ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
  }

  /* Section Styles */
  .section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
  }

  /* First Section - Problem */
  #problem-section {
    background:
      radial-gradient(circle at 20% 50%, rgba(20, 37, 94, 0.2) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(128, 0, 0, 0.1) 0%, transparent 50%),
      var(--bg-dark);
    position: relative;
  }

  .section-title {
    font-size: 3.5rem;
    line-height: 1.1;
    /* margin-bottom: 2rem; */
    position: relative;
  }

  .section-subtitle {
    font-size: 1.2rem;
    color: var(--text-gray);
    margin-bottom: 3rem;
    /* max-width: 600px; */
  }

  /* .highlight-text {
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        } */

  /* Stat Badges */
  .stat-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(141, 149, 214, 0.1);
    border-radius: 50px;
    padding: 12px 24px;
    margin: 0 15px 15px 0;
    border: 1px solid rgba(141, 149, 214, 0.2);
    transition: all 0.3s ease;
  }

  .stat-badge:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    background: rgba(141, 149, 214, 0.2);
  }

  .cta-button .stat-percentage {
    color: white;
  }

  .trust {
    margin-bottom: 5%;
  }

  .stat-percentage {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-right: 10px;
  }

  /* Trust Issues List */
  .trust-issue {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s ease;
  }

  .trust-issue.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .trust-issue:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: var(--secondary-color);
    border-radius: 50%;
  }

  /* Second Section - Solution */
  #solution-section {
    background:
      radial-gradient(circle at 80% 80%, rgba(20, 37, 94, 0.3) 0%, transparent 50%),
      radial-gradient(circle at 20% 20%, rgba(128, 0, 0, 0.2) 0%, transparent 50%),
      var(--bg-dark);
    position: relative;
  }

  .solution-card {
    background: rgba(20, 37, 94, 0.05);
    border-radius: 16px;
    padding: 15px;
    height: 100%;
    border: 1px solid rgba(91, 102, 190, 0.64);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }

  .solution-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgba(141, 149, 214, 0.05) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.8s;
  }

  .solution-card:hover:before {
    transform: translateX(100%);
  }

  .solution-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
  }

  .solution-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    /* background-color:var(--primary-color) ; */
    color: white;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /* Trust Points */
  .trust-point {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
  }

  .trust-icon .fas {
    color: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  }

  .trust-point.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .trust-icon {
    width: 40px;
    height: 40px;
    /* background: rgba(141, 149, 214, 0.1); */
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    /* color: var(--secondary-color); */
    color: white;
    font-size: 1.2rem;
  }

  /* Floating Animation */
  @keyframes float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }
  }

  .floating {
    animation: float 6s ease-in-out infinite;
  }

  /* CTA Button */
  .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(20, 37, 94, 0.3);
    position: relative;
    overflow: hidden;
  }

  .cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
  }

  .cta-button:hover:before {
    transform: translateX(100%);
  }

  .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(20, 37, 94, 0.5);
  }

  /* Brand Logos */
  .brand-logo {
    height: 30px;
    filter: grayscale(1) brightness(2);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin: 0 20px;
  }

  .brand-logo:hover {
    filter: grayscale(0) brightness(1);
    opacity: 1;
    transform: scale(1.1);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .section-title {
      font-size: 2.5rem;
    }

    .section {
      padding: 60px 0;
    }

    .stat-badge {
      padding: 10px 20px;
      margin: 0 10px 10px 0;
    }

    .solution-card {
      padding: 2rem;
    }
  }

  /* Scroll Indicator */
  .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-gray);
    text-decoration: none;
  }

  .scroll-indicator i {
    font-size: 1.5rem;
    margin-top: 10px;
    animation: bounce 2s infinite;
  }

  @keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }

    40% {
      transform: translateY(-10px);
    }

    60% {
      transform: translateY(-5px);
    }
  }
}