@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #21895e;
  --theme-hover: #3f728d;
  --theme-font: "Inter", sans-serif;
  --nav-font: "Inter", sans-serif;
  --heading-font: "Outfit", sans-serif;
  --cursive-font: "Kristi", cursive;
  --text-color: #818181;
}

.theme-color {
  color: var(--theme-color);
}

.common-heading {
  font-size: 33px;
  line-height: 1.22em;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

.title-des {
  font-size: 16px;
  color: #ff6015;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--theme-color);
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
  border: solid 1px transparent;
  font-family: var(--nav-font);
  padding: 12px 20px;
  border-radius: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 4.5rem 0;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 120px;
  left: 20px;
}

.phone-call {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 40px;
  left: 20px;
}

header {
  width: 100%;
  position: sticky;
  z-index: 5;
  top: 0;
  background-color: transparent;
}
header .side-btn {
  color: var(--theme-color);
  padding: 5px 15px;
  cursor: pointer;
}
header .side-btn i {
  font-size: 22px;
}
header .call-btn {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--theme-color);
}
header .call-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .call-btn a p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
header .call-btn a span {
  font-size: 14px;
}
header .call-btn i {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 18px;
  background: var(--theme-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar.navbar-expand-lg {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
}
header .navbar-brand {
  position: relative;
  margin-right: 28px;
  max-width: 150px;
  transition: all 0.3s;
  filter: drop-shadow(1px 1px 3px black);
}
header .left-headers p {
  margin-bottom: 0;
}
header .left-headers .header-socials {
  display: flex;
  align-items: center;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000000;
  padding: 20px 10px;
  padding-bottom: 25px;
  margin-left: 0px;
  font-weight: 500;
  line-height: 23px;
  transition: all 0.3s;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 7px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .inner-page {
  background-color: #fff;
}
header .s-logo {
  display: none;
}
header.sticky {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header.sticky .s-logo {
  display: block;
}
header.sticky nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header.sticky .h-logo {
  display: none;
}
header.sticky .navbar.navbar-expand-lg {
  padding-top: 5px;
  padding-bottom: 5px;
}
header.sticky nav .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky .top-barss {
  height: 0;
  overflow: hidden;
  padding: 0;
}
header .manu-nav {
  background: var(--theme-hover) !important;
  padding: 8px 0px !important;
}
header .manu-nav .side-btn {
  color: #ffffff;
}
header .manu-nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #ffffff !important;
  padding: 2px 10px;
  padding-bottom: 2px;
  margin-left: 0px;
  font-weight: 500;
  line-height: 23px;
  transition: all 0.3s;
  font-family: var(--nav-font);
  border-left: 1px solid white;
}
header .manu-nav .navbar-nav li:first-child a {
  border-left: 0px solid white !important;
}
header .social-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .left-sde {
  display: flex;
  align-items: center;
}
header .left-sde ul {
  margin-bottom: 0;
  padding-left: 0;
}
header .left-sde ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}
header .left-sde ul li a i {
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  color: white;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  align-items: center;
  font-size: 18px;
}
header .header-socials {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
header .header-socials a {
  color: #fff;
  padding: 2px;
  font-size: 12px;
  margin: 0 3px;
}

.home-bannerss {
  position: relative;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
}
.home-bannerss .bnt-main-conts .common-btn {
  transition: 0.3s;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  background-color: var(--theme-hover);
}
.home-bannerss .bnt-main-conts .banner-inner-boxx .sub-heading {
  background: var(--theme-color);
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 25px;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-shadow: 1px 1px 2px #000;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx p {
  color: white;
  font-size: 16px;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.home-bannerss button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-prev span {
  font-size: 70px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: transparent;
}
.home-bannerss button.owl-prev span:hover {
  background-color: transparent;
  border-color: transparent;
}
.home-bannerss button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-next span {
  font-size: 70px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: transparent;
}
.home-bannerss button.owl-next span:hover {
  background-color: transparent;
  border-color: transparent;
}
.home-bannerss:hover .bnt-imgss::before {
  background: rgba(88, 88, 88, 0.1764705882);
}

.sidebar {
  width: 500px;
  /* As specified */
  background-color: #1a1a1a;
  /* Dark background color from the image */
  color: #fff;
  /* White text color for readability */
  padding: 40px;
  /* Adjust padding as needed */
  box-sizing: border-box;
  /* Include padding in the width */
  font-family: Arial, sans-serif;
  /* Example font, choose one that matches */
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9;
  /* For positioning the close button */
  overflow-y: auto;
  /* In case content exceeds height */
  /* You might want to add a max-height or position: fixed if this is a true sidebar */
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Align logo and close button at the top */
  margin-bottom: 30px;
  /* Space below the header */
}
.sidebar .logo {
  max-width: 250px;
  /* Adjust as needed */
  height: auto;
  /* The logo in the image has a yellowish square with "wanderers" text.
     You'd either use an image for this, or recreate it with CSS if it's simpler.
     For example, a div with background-color and text.
  */
}
.sidebar .close-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  /* To ensure the 'x' is centered */
  margin-top: -10px;
  /* Adjust if needed to align with logo */
}
.sidebar .intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #b4b4b4;
  /* Slightly lighter text for the intro */
}
.sidebar .latest-posts-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  /* If needed */
  letter-spacing: 1px;
  /* If needed */
}
.sidebar .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sidebar .post-thumbnail {
  width: 80px;
  /* Adjust size of thumbnails */
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures image covers the area without distortion */
  margin-right: 15px;
}
.sidebar .post-details {
  flex-grow: 1;
}
.sidebar .post-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  /* Make the link take full width */
  margin-bottom: 5px;
}
.sidebar .post-title:hover {
  text-decoration: underline;
}
.sidebar .post-date {
  font-size: 14px;
  color: #fff;
}
.sidebar .contact-info {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}
.sidebar .contact-info p a {
  display: flex;
  align-items: center;
  gap: 0px;
  color: white;
}
.sidebar .contact-info p a i {
  width: 35px;
  height: 35px;
  background: white;
  color: var(--theme-color);
  display: flex;
  justify-content: center;
  border-radius: 40px;
  align-items: center;
  font-size: 18px;
}
.sidebar .contact-info p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #808285;
}
.sidebar .contact-info p:last-child {
  margin-bottom: 0;
}
.sidebar {
  /* You'll need an icon library like Font Awesome for these icons */
}
.sidebar .fa-phone,
.sidebar .fa-envelope {
  margin-right: 10px;
  color: #808285;
  /* Icon color */
}
.sidebar .social-links {
  display: flex;
  gap: 15px;
  /* Space between social icons */
  margin-top: 30px;
}
.sidebar .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar .social-icon:hover {
  color: #fff;
  /* Lighter on hover */
}
.sidebar {
  /* Background image (the faint figure) */
}
.sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  /* Adjust position to show only part of the figure */
  width: 300px;
  /* Approximate size of the figure */
  height: 600px;
  /* Approximate size */
  background-image: url("path/to/your/background-figure.png");
  /* Replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  /* Make it very faint */
  z-index: 0;
  /* Ensure it's behind other content */
  pointer-events: none;
  /* Prevent it from interfering with clicks */
}
.sidebar ul.menu-bars-side {
  padding-left: 0;
}
.sidebar ul.menu-bars-side li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
}

/* Sidebar Base Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%; /* Hidden initially */
  width: 580px;
  height: 100vh;
  background-color: #1c1c1c;
  z-index: 9999;
  padding: 4rem;
  overflow-y: scroll;
  overflow-x: none;
  color: #ffffff;
  transition: right 0.4s ease-in-out;
}

/* Sidebar Open State */
.sidebar.sidebar-open {
  right: 0;
}

/* Sidebar Header */
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .sidebar-header .logo {
  max-width: 180px;
}

.sidebar .sidebar-header .close-button {
  font-size: 50px;
  color: #b4b4b4;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.sidebar .sidebar-header .close-button:hover {
  color: var(--theme-color); /* Yellow highlight on hover */
}

/* =========================
    About Us Section SCSS
   ========================= */
.about-us-section {
  position: relative;
}
.about-us-section .about-image-wrapper {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.about-us-section .about-image-bg {
  position: absolute;
  width: 85%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(145deg, #a3d0bd, var(--theme-color));
  border-radius: 30px;
  z-index: 1;
}
.about-us-section .about-image-holder {
  position: relative;
  width: 380px;
  height: 380px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
  padding: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.about-us-section .about-image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-us-section .about-dots {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.5px);
  background-size: 15px 15px;
  z-index: 2;
}
.about-us-section .about-circle {
  position: absolute;
  bottom: 20%;
  left: 8%;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  z-index: 4;
}
.about-us-section .about-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-us-section .about-tag i {
  font-size: 8px;
}
.about-us-section .about-content p {
  color: var(--text-color);
  margin-bottom: 25px;
}
.about-us-section .about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin-bottom: 10px;
}
.about-us-section .about-features ul {
  margin: 0;
  padding: 0;
}
.about-us-section .about-features li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--theme-hover);
}
.about-us-section .about-features li i {
  color: var(--theme-color);
  font-size: 20px;
}
.about-us-section .about-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-family: var(--nav-font);
  transition: all 0.3s;
}
.about-us-section .about-button:hover {
  background: var(--theme-color);
  color: #fff;
}
@media (max-width: 991px) {
  .about-us-section .about-content {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
  .about-us-section .about-features {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .about-us-section .about-image-holder {
    width: 300px;
    height: 300px;
  }
  .about-us-section .about-image-wrapper {
    min-height: 350px;
  }
  .about-us-section .about-features {
    display: block;
  }
}

/* =================================
    Financial Solutions Section SCSS
   ================================= */
.financial-solutions-section .section-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.financial-solutions-section .section-header .section-tag i {
  font-size: 8px;
}
.financial-solutions-section .section-header .common-heading {
  color: var(--theme-hover);
}
.financial-solutions-section .section-description {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
}
.financial-solutions-section .service-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.financial-solutions-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.financial-solutions-section .service-card .service-card-image {
  position: relative;
}
.financial-solutions-section .service-card .service-card-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.financial-solutions-section .service-card .service-card-icon {
  position: absolute;
  bottom: -30px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 4px solid #fff;
}
.financial-solutions-section .service-card .service-card-content {
  padding: 45px 25px 30px 25px;
}
.financial-solutions-section .service-card .service-card-content h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}
.financial-solutions-section .service-card .service-card-content p {
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 1.8;
}
.financial-solutions-section .service-card .service-card-content .read-more-link {
  color: var(--theme-hover);
  font-weight: 600;
  font-family: var(--nav-font);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}
.financial-solutions-section .service-card .service-card-content .read-more-link:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .financial-solutions-section .section-header, .financial-solutions-section .section-description {
    text-align: center;
  }
  .financial-solutions-section .section-description {
    margin-top: 15px;
  }
}

/* ==================================
    Counter Section V2 SCSS
   ================================== */
.counter-section-v2 .counter-card {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  border-right: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter-section-v2 .counter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.counter-section-v2 .col-lg-3:last-child .counter-card {
  border-right: none;
}
.counter-section-v2 .counter-icon {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 25px;
}
.counter-section-v2 .counter-number {
  font-family: var(--heading-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-hover);
  margin-bottom: 8px;
  text-align: center;
}
.counter-section-v2 .counter-title {
  font-family: var(--theme-font);
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .counter-section-v2 .col-md-6:nth-child(2) .counter-card {
    border-right: none;
  }
  .counter-section-v2 .col-md-6 .counter-card {
    border-bottom: 1px solid #e9ecef;
  }
  .counter-section-v2 .col-md-6:nth-last-child(-n+2) .counter-card {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .counter-section-v2 .counter-card {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
  .counter-section-v2 .col-md-6:last-child .counter-card {
    border-bottom: none;
  }
}

/* =================================
    Work Process Section SCSS
   ================================= */
.work-process-section {
  padding-top: 0;
}
.work-process-section .section-header {
  margin-bottom: 60px;
}
.work-process-section .section-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.work-process-section .section-header .section-tag i {
  font-size: 8px;
}
.work-process-section .section-header .common-heading {
  color: var(--theme-hover);
}
.work-process-section .process-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.work-process-section .process-step {
  text-align: center;
  width: 23%;
  position: relative;
}
.work-process-section .process-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.work-process-section .process-icon {
  width: 120px;
  height: 120px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.work-process-section .process-icon i {
  font-size: 45px;
  color: var(--theme-color);
  opacity: 0.6;
}
.work-process-section .step-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #fff;
}
.work-process-section .process-content h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-weight: 600;
  margin-bottom: 10px;
}
.work-process-section .process-content p {
  color: var(--text-color);
  line-height: 1.7;
  font-size: 15px;
}
.work-process-section .process-connector {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100%;
  height: 20px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg width="100" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M0 10 C 25 -10, 75 30, 100 10" stroke="%23cccccc" stroke-width="2" fill="none" stroke-dasharray="4,4"/></svg>') no-repeat center center;
  background-size: 100% 100%;
}
.work-process-section .process-connector.alt-connector {
  background: url('data:image/svg+xml;utf8,<svg width="100" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M0 10 C 25 30, 75 -10, 100 10" stroke="%23cccccc" stroke-width="2" fill="none" stroke-dasharray="4,4"/></svg>') no-repeat center center;
}
@media (max-width: 991px) {
  .work-process-section .process-timeline {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 2%;
  }
  .work-process-section .process-step {
    width: 48%;
    margin-bottom: 30px;
  }
  .work-process-section .process-connector {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-process-section .process-step {
    width: 100%;
    margin-bottom: 40px;
  }
  .work-process-section .process-step:last-child {
    margin-bottom: 0;
  }
}

/* =================================
    Consultation Section SCSS
   ================================= */
.consultation-section textarea {
  height: 100px;
}
.consultation-section .consultation-image {
  height: 100%;
}
.consultation-section .consultation-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation-section .consultation-form-wrapper {
  background-color: var(--theme-hover);
  padding: 60px 60px;
  height: 100%;
}
.consultation-section .consultation-form-wrapper .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.consultation-section .consultation-form-wrapper .section-tag i {
  font-size: 8px;
  color: var(--theme-color);
}
.consultation-section .consultation-form-wrapper .form-title {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 40px;
  margin-bottom: 30px;
}
.consultation-section .form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.consultation-section .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.consultation-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.consultation-section .form-control:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--theme-color);
  box-shadow: none;
  color: #fff;
}
.consultation-section .submit-btn {
  background-color: var(--theme-color);
  border: none;
  padding: 15px 35px;
  border-radius: 8px;
  margin-top: 10px;
}
.consultation-section .submit-btn:hover {
  background-color: #fff;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .consultation-section .consultation-image {
    height: 400px;
  }
  .consultation-section .consultation-form-wrapper {
    padding: 60px 30px;
  }
}

/* =================================
    Testimonial Section SCSS
   ================================= */
.testimonial-section .section-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.testimonial-section .section-header .section-tag i {
  font-size: 8px;
}
.testimonial-section .section-header .common-heading {
  color: var(--theme-hover);
}
.testimonial-section .testimonial-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: var(--theme-hover);
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}
.testimonial-section .testimonial-nav button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.testimonial-section .testimonial-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}
.testimonial-section .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-card .testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.testimonial-section .testimonial-card .testimonial-author .author-info h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.testimonial-section .testimonial-card .testimonial-author .author-info p {
  font-size: 14px;
  color: var(--text-color);
  margin: 0;
}
.testimonial-section .testimonial-card .testimonial-body p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-card .testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.testimonial-section .testimonial-card .rating-stars i {
  color: #ffc107;
}
.testimonial-section .testimonial-card .quote-icon {
  font-size: 50px;
  color: var(--theme-color);
  opacity: 0.1;
}
.testimonial-section .owl-item.center .testimonial-card {
  background-color: var(--theme-color);
}
.testimonial-section .owl-item.center .testimonial-card .author-info h3,
.testimonial-section .owl-item.center .testimonial-card .author-info p,
.testimonial-section .owl-item.center .testimonial-card .testimonial-body p {
  color: #fff;
}
.testimonial-section .owl-item.center .testimonial-card .quote-icon {
  color: #fff;
  opacity: 0.2;
}

/* =================================
    Blog Section SCSS
   ================================= */
.blog-section .section-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-section .section-header .section-tag i {
  font-size: 8px;
}
.blog-section .section-header .common-heading {
  color: var(--theme-hover);
}
.blog-section .blog-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
  height: 100%;
  overflow: hidden;
}
.blog-section .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-card:hover .blog-image img {
  transform: scale(1.05);
}
.blog-section .blog-image {
  position: relative;
}
.blog-section .blog-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-section .blog-image .blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.blog-section .blog-content {
  padding: 30px;
}
.blog-section .blog-content h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-section .blog-content p {
  color: var(--text-color);
  margin-bottom: 25px;
  line-height: 1.8;
}
.blog-section .blog-content .read-more-link {
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--nav-font);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.blog-section .blog-content .read-more-link:hover {
  color: var(--theme-hover);
  gap: 12px;
}

/* =================================
    Interactive Mega Menu SCSS
   ================================= */
.has-megamenu {
  position: static;
}
.has-megamenu .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.has-megamenu .nav-link .fa-chevron-down {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.has-megamenu:hover .nav-link .fa-chevron-down {
  transform: rotate(180deg);
}

.mega-menu-interactive {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease-in-out;
  z-index: 1000;
}

.has-megamenu:hover .mega-menu-interactive {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-nav {
  background-color: #f8f9fa;
  padding: 15px;
  height: 100%;
  border-right: 1px solid #eee;
}

.mega-menu-tab-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  background: none;
  border: none;
  text-align: left;
  color: #000;
  font-family: var(--nav-font);
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.mega-menu-tab-link i {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu-tab-link.active, .mega-menu-tab-link:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.mega-menu-tab-link.active i, .mega-menu-tab-link:hover i {
  opacity: 1;
}

.mega-menu-content {
  padding: 30px 40px;
  height: 100%;
}
.mega-menu-content .mega-menu-tab-pane {
  display: none;
  animation: fadeIn 0.4s;
}
.mega-menu-content .mega-menu-tab-pane.active {
  display: block;
}

.tab-content-title {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-columns: 1;
       columns: 1;
  gap: 15px;
}
.service-list li {
  margin-bottom: 15px;
}
.service-list a {
  color: #000;
  display: inline-block;
  transition: all 0.3s ease;
}
.service-list a:hover {
  color: var(--theme-color);
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .mega-menu-interactive {
    display: none !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =================================
    CTA Section SCSS
   ================================= */
.cta-section {
  padding: 40px 0;
  background-color: var(--theme-hover);
  position: relative;
  overflow: hidden;
}
.cta-section .cta-content {
  position: relative;
  z-index: 2;
}
.cta-section .section-tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cta-section .cta-title {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-section .cta-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 30px;
}
.cta-section .cta-button {
  background-color: var(--theme-color);
  color: #fff;
  padding: 16px 35px;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cta-section .cta-button:hover {
  background-color: #fff;
  color: var(--theme-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-shape-1, .cta-section .cta-shape-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 1;
}
.cta-section .cta-shape-1 {
  width: 250px;
  height: 250px;
  top: -80px;
  left: -100px;
}
.cta-section .cta-shape-2 {
  width: 200px;
  height: 200px;
  bottom: -70px;
  right: -80px;
}
@media (max-width: 767px) {
  .cta-section .cta-title {
    font-size: 32px;
  }
  .cta-section .cta-text {
    font-size: 16px;
  }
}

/* =================================
    Our Team Section SCSS
   ================================= */
.team-section .section-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(33, 137, 94, 0.15);
  color: var(--theme-color);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.team-section .section-header .section-tag i {
  font-size: 8px;
}
.team-section .section-header .common-heading {
  color: var(--theme-hover);
}
.team-section .team-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  text-align: center;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.team-section .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.team-section .team-card:hover .team-social-overlay {
  opacity: 1;
}
.team-section .team-image {
  position: relative;
}
.team-section .team-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.team-section .team-social-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(33, 137, 94, 0.9), rgba(63, 114, 141, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.team-section .team-social-links {
  display: flex;
  gap: 15px;
}
.team-section .team-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  transform: translateY(15px);
}
.team-section .team-social-links a:hover {
  background-color: #fff;
  color: var(--theme-color);
  transform: translateY(10px);
}
.team-section .team-card:hover .team-social-links a {
  transform: translateY(0);
}
.team-section .team-card:hover .team-social-links a:nth-child(1) {
  transition-delay: 0.08s;
}
.team-section .team-card:hover .team-social-links a:nth-child(2) {
  transition-delay: 0.16s;
}
.team-section .team-card:hover .team-social-links a:nth-child(3) {
  transition-delay: 0.24s;
}
.team-section .team-content {
  padding: 25px 20px;
}
.team-section .team-content .team-name {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-section .team-content .team-role {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

/* =================================
    Enhanced Footer Section v2 SCSS
   ================================= */
.footer-section-v2 {
  background-color: var(--theme-hover);
  color: #ffffff;
}
.footer-section-v2 img {
  mix-blend-mode: multiply;
}
.footer-section-v2 .footer-newsletter {
  background-color: rgba(0, 0, 0, 0.178);
  padding: 40px 0;
}
.footer-section-v2 .footer-newsletter .newsletter-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-section-v2 .footer-newsletter .newsletter-heading i {
  font-size: 45px;
  color: var(--theme-color);
}
.footer-section-v2 .footer-newsletter .newsletter-heading h3 {
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.footer-section-v2 .footer-newsletter .newsletter-heading p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
}
.footer-section-v2 .newsletter-form {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.footer-section-v2 .newsletter-form .form-control {
  border: none;
  background: none;
  flex-grow: 1;
  padding: 0 15px;
  color: #333;
}
.footer-section-v2 .newsletter-form .form-control::-moz-placeholder {
  color: #888;
}
.footer-section-v2 .newsletter-form .form-control::placeholder {
  color: #888;
}
.footer-section-v2 .newsletter-form .form-control:focus {
  box-shadow: none;
}
.footer-section-v2 .newsletter-form .common-btn {
  border-radius: 6px;
  font-size: 15px;
  padding: 12px 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-section-v2 .footer-main .about-widget p {
  color: #ffffff;
  line-height: 1.8;
}
.footer-section-v2 .footer-main .widget-title {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.footer-section-v2 .footer-main .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}
.footer-section-v2 .footer-main .footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section-v2 .footer-main .footer-links li {
  margin-bottom: 0px;
}
.footer-section-v2 .footer-main .footer-links a {
  color: #ffffff;
  transition: all 0.3s;
}
.footer-section-v2 .footer-main .footer-links a:hover {
  color: #fff;
  padding-left: 2px;
}
.footer-section-v2 .footer-main .contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section-v2 .footer-main .contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 5px;
  color: #ffffff;
}
.footer-section-v2 .footer-main .contact-info-list li i {
  color: white;
  font-size: 18px;
  margin-top: 5px;
}
.footer-section-v2 .footer-main .contact-info-list li span {
  flex: 1;
}
.footer-section-v2 .footer-bottom {
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.178);
}
.footer-section-v2 .footer-bottom .copyright-text {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
.footer-section-v2 .footer-bottom .footer-bottom-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer-section-v2 .footer-bottom .footer-bottom-social {
    justify-content: flex-end;
  }
}
.footer-section-v2 .footer-bottom .footer-bottom-social a {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-section-v2 .footer-bottom .footer-bottom-social a:hover {
  color: #fff;
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .footer-section-v2 .newsletter-heading {
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-section-v2 .footer-bottom .copyright-text {
    margin-bottom: 15px;
  }
}

.bred-up {
  height: 100px;
  width: 100%;
  background: white;
}

.beard-head {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.56) 59%, rgba(255, 255, 255, 0.79) 100%), url(img/banner-1.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 126px 0 126px;
}
.beard-head .bread {
  color: #000000;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.568627451);
  margin-top: 20px;
}
.beard-head .bread ul {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
  background: var(--theme-hover);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.beard-head .bread ul li:first-child {
  color: rgb(255, 255, 255);
}
.beard-head .bread ul li {
  padding: 5px 5px;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: rgb(255, 255, 255);
  margin-left: 5px;
  font-size: 14px;
}
.beard-head .booking-form-container-wrapper {
  bottom: -50px;
}

/* =================================
    About Us Page Section SCSS
   ================================= */
.about-page-section .about-certificate-wrapper {
  position: relative;
  padding: 20px 0;
}
.about-page-section .certificate-image {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.about-page-section .certificate-image img {
  width: 100%;
  display: block;
}
.about-page-section .about-certificate-wrapper::before,
.about-page-section .about-certificate-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.about-page-section .about-certificate-wrapper::before {
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scale(1.1);
}
.about-page-section .about-certificate-wrapper::after {
  bottom: 0;
  left: 0;
  background-color: var(--theme-hover);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transform: scale(1.1);
}
.about-page-section .about-page-content .section-title {
  font-family: var(--heading-font);
  font-size: 42px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 25px;
}
.about-page-section .about-page-content p {
  color: var(--text-color);
  line-height: 1.9;
  margin-bottom: 20px;
}
.about-page-section .about-page-content p strong {
  color: var(--theme-hover);
}
@media (max-width: 991px) {
  .about-page-section .about-certificate-wrapper {
    margin-bottom: 30px;
  }
}

/* =================================
    Enhanced Contact Page v2 SCSS
   ================================= */
.contact-page-v2 .info-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.contact-page-v2 .info-card:hover {
  transform: translateY(-8px);
  border-color: var(--theme-color);
  box-shadow: 0 15px 35px rgba(33, 137, 94, 0.1);
}
.contact-page-v2 .info-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(33, 137, 94, 0.1);
  color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.contact-page-v2 .info-content h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-page-v2 .info-content p {
  color: var(--text-color);
  margin: 0;
}
.contact-page-v2 .info-content p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page-v2 .info-content p a:hover {
  color: var(--theme-color);
}
.contact-page-v2 .contact-main-area {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.contact-page-v2 .contact-form-wrapper {
  padding: 50px 40px;
}
.contact-page-v2 .contact-form-wrapper h3 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-page-v2 .contact-form-wrapper textarea {
  height: 100px;
}
.contact-page-v2 .contact-form-wrapper .form-control {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.contact-page-v2 .contact-form-wrapper .form-control:focus {
  background-color: #fff;
  border-color: var(--theme-color);
  box-shadow: none;
}
.contact-page-v2 .contact-form-wrapper .submit-btn {
  padding: 15px 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-page-v2 .contact-form-wrapper .submit-btn {
    width: auto;
  }
}
.contact-page-v2 .map-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .contact-page-v2 .contact-main-area {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* =================================
    Job Application Section SCSS
   ================================= */
.job-application-section {
  background-color: #f8f9fa;
}
.job-application-section .application-form-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.job-application-section .application-form-wrapper textarea.form-control.mesasges {
  height: 100px !important;
}
@media (max-width: 767px) {
  .job-application-section .application-form-wrapper {
    padding: 30px 20px;
  }
}
.job-application-section .form-group {
  margin-bottom: 25px;
}
.job-application-section .form-group label {
  display: block;
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.job-application-section .form-group label .required {
  color: #e74c3c;
  font-weight: normal;
}
.job-application-section .form-control {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  padding: 12px 15px;
  height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
}
.job-application-section .form-control:focus {
  background-color: #fff;
  border-color: var(--theme-color);
  box-shadow: none;
}
.job-application-section .form-control[type=file] {
  padding: 12px;
}
.job-application-section .form-control[type=file]::-webkit-file-upload-button {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.job-application-section .form-control[type=file]::-webkit-file-upload-button:hover {
  background-color: var(--theme-hover);
}
.job-application-section textarea.form-control {
  height: auto;
}
.job-application-section .apply-btn {
  margin-top: 10px;
  padding: 14px 40px;
}

/* =================================
    Enhanced Job Openings v2 SCSS
   ================================= */
.current-openings-section-v2 {
  padding: 12rem 0;
  padding-top: 0;
  margin-top: -112px;
  z-index: 1;
  position: relative;
}
.current-openings-section-v2 .job-card-v2 {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.current-openings-section-v2 .job-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(33, 137, 94, 0.15);
  border-color: rgba(33, 137, 94, 0.3);
}
.current-openings-section-v2 .job-card-header {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-image: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-hover) 100%);
  border-radius: 15px 15px 0 0;
}
.current-openings-section-v2 .job-card-header h3 {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.current-openings-section-v2 .job-card-body {
  padding: 25px 20px;
  flex-grow: 1;
}
.current-openings-section-v2 .job-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}
.current-openings-section-v2 .job-detail-item:last-child {
  margin-bottom: 0;
}
.current-openings-section-v2 .detail-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(33, 137, 94, 0.1);
  color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.current-openings-section-v2 .detail-text {
  font-size: 16px;
  color: var(--theme-hover);
  font-weight: 500;
}
.current-openings-section-v2 .detail-text span {
  display: block;
  font-size: 13px;
  color: var(--text-color);
  font-weight: normal;
  margin-bottom: 2px;
}
.current-openings-section-v2 .job-card-footer {
  padding: 0 20px 25px;
}
.current-openings-section-v2 .view-details-btn {
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
}
.current-openings-section-v2 .view-details-btn:hover {
  background-color: var(--theme-hover);
}

/* =================================
    Job Detail Page Section SCSS
   ================================= */
.job-detail-section {
  background-color: #f8f9fa;
}
.job-detail-section .job-detail-main-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
.job-detail-section .job-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.job-detail-section .job-header .job-title {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.job-detail-section .job-header .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--text-color);
}
.job-detail-section .job-header .job-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.job-detail-section .job-header .job-meta span i {
  color: var(--theme-color);
}
.job-detail-section .job-description h4 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}
.job-detail-section .job-description p {
  color: var(--text-color);
  line-height: 1.8;
}
.job-detail-section .job-description .responsibilities-list, .job-detail-section .job-description .qualifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-detail-section .job-description .responsibilities-list li, .job-detail-section .job-description .qualifications-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-color);
  margin-bottom: 12px;
}
.job-detail-section .job-description .responsibilities-list li i, .job-detail-section .job-description .qualifications-list li i {
  color: var(--theme-color);
  margin-top: 5px;
  font-size: 14px;
}
.job-detail-section .job-summary-sidebar {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 120px;
}
.job-detail-section .job-summary-sidebar h4 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.job-detail-section .summary-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.job-detail-section .summary-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(33, 137, 94, 0.1);
  color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.job-detail-section .summary-text {
  font-size: 16px;
  color: var(--theme-hover);
  font-weight: 500;
}
.job-detail-section .summary-text span {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 2px;
}
.job-detail-section .apply-button-wrapper {
  margin-top: 12px;
}
.job-detail-section .apply-button-wrapper .apply-now-btn {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  transition: 0.3s;
}
.job-detail-section .apply-button-wrapper .apply-now-btn:hover {
  background: var(--theme-hover);
}
.job-detail-section .apply-button-wrapper .call-btn {
  background: var(--theme-hover);
  transition: 0.3s;
}
.job-detail-section .apply-button-wrapper .call-btn:hover {
  background: var(--theme-color);
}

/* =================================
    Floating Action Buttons SCSS
   ================================= */
.floating-action-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.floating-btn i {
  font-size: 18px;
  margin-right: 8px;
}
.floating-btn span {
  display: block;
}
.floating-btn:hover {
  transform: translateX(-10px);
  animation-play-state: paused;
}

.apply-jobs-btn {
  background-color: var(--theme-color);
}
.apply-jobs-btn:hover {
  background-color: var(--theme-hover);
}

.new-jobs-btn {
  background-color: var(--theme-hover);
  animation-delay: 0.5s;
}
.new-jobs-btn:hover {
  background-color: var(--theme-color);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .floating-btn {
    writing-mode: vertical-rl;
    padding: 15px 10px;
  }
  .floating-btn i {
    margin-right: 0;
    margin-bottom: 8px;
    transform: rotate(90deg);
  }
}
/* =================================
    New Single Service Page v3 SCSS
   ================================= */
.single-service-page-v3 .service-main-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
}
.single-service-page-v3 .service-intro-block {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.single-service-page-v3 .service-intro-block h2, .single-service-page-v3 .service-intro-block h3, .single-service-page-v3 .service-intro-block h4 {
  color: var(--theme-color);
  font-weight: 600;
}
.single-service-page-v3 .service-intro-block .service-title {
  font-family: var(--heading-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-hover);
}
.single-service-page-v3 .service-intro-block .service-subtitle {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 15px;
}
.single-service-page-v3 .service-intro-block p {
  color: var(--text-color);
  font-size: 16px;
}
.single-service-page-v3 .service-feature-block {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.single-service-page-v3 .service-feature-block:last-of-type {
  border-bottom: none;
}
.single-service-page-v3 .service-feature-block h2, .single-service-page-v3 .service-feature-block h3, .single-service-page-v3 .service-feature-block h4 {
  color: var(--theme-color);
  font-weight: 600;
}
.single-service-page-v3 .service-feature-block .feature-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.single-service-page-v3 .service-feature-block .feature-content h3 {
  font-family: var(--heading-font);
  font-size: 24px;
  color: var(--theme-hover);
  margin-bottom: 15px;
}
.single-service-page-v3 .service-feature-block .feature-content p {
  color: var(--text-color);
  line-height: 1.8;
}
.single-service-page-v3 .service-benefits-block {
  padding-top: 30px;
}
.single-service-page-v3 .service-benefits-block h2 {
  font-size: 28px;
}
.single-service-page-v3 .service-benefits-block h3 {
  font-size: 26px;
}
.single-service-page-v3 .service-benefits-block h4 {
  font-size: 23px;
}
.single-service-page-v3 .service-benefits-block h2, .single-service-page-v3 .service-benefits-block h3, .single-service-page-v3 .service-benefits-block h4 {
  color: var(--theme-color);
  font-weight: 600;
}
.single-service-page-v3 .service-benefits-block h4 {
  font-family: var(--heading-font);
  font-size: 23px;
  color: var(--theme-hover);
  margin-bottom: 20px;
  text-align: center;
}
.single-service-page-v3 .service-benefits-block .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-service-page-v3 .service-benefits-block .benefits-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.single-service-page-v3 .service-benefits-block .benefits-list li i {
  color: var(--theme-color);
  font-size: 18px;
  margin-top: 4px;
}
.single-service-page-v3 .service-benefits-block .benefits-list li span {
  color: var(--text-color);
}
.single-service-page-v3 .service-benefits-block .benefits-list li strong {
  color: var(--theme-hover);
}
.single-service-page-v3 .sticky-form-wrapper {
  position: sticky;
  top: 120px;
}
.single-service-page-v3 .enquiry-form-wrapper {
  background-color: var(--theme-hover);
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.single-service-page-v3 .enquiry-form-wrapper .form-title {
  font-family: var(--heading-font);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.single-service-page-v3 .enquiry-form-wrapper .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 15px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.single-service-page-v3 .enquiry-form-wrapper .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-service-page-v3 .enquiry-form-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-service-page-v3 .enquiry-form-wrapper .form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  box-shadow: none;
}
.single-service-page-v3 .enquiry-form-wrapper textarea.form-control {
  height: auto;
}
.single-service-page-v3 .enquiry-form-wrapper .submit-btn {
  width: 100%;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  padding: 14px;
}
.single-service-page-v3 .enquiry-form-wrapper .submit-btn:hover {
  background-color: #fff;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .single-service-page-v3 .sticky-form-wrapper {
    position: static;
    margin-top: 40px;
  }
  .single-service-page-v3 .service-main-content {
    padding: 25px;
  }
  .single-service-page-v3 .feature-content {
    text-align: center;
    margin-top: 20px;
  }
  .single-service-page-v3 .row.order-md-1, .single-service-page-v3 .row.order-md-2 {
    flex-direction: column;
  }
}

/* === FIX: Mega menu should work on mobile/tablets === */
@media (max-width: 991.98px) {
  .has-megamenu {
    position: static;
  }
  /* default closed on mobile */
  .mega-menu-interactive {
    position: static !important;
    width: 100%;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none !important; /* start hidden; we'll open via .mm-open */
    padding: 12px 0;
  }
  /* open state */
  .has-megamenu.mm-open .mega-menu-interactive {
    display: block !important; /* overrides the earlier display:none !important */
  }
  /* stack the two columns */
  .mega-menu-interactive .row {
    display: block;
  }
  .mega-menu-interactive .col-lg-4,
  .mega-menu-interactive .col-lg-8 {
    width: 100%;
    max-width: 100%;
  }
  /* tidy up the left tab list on mobile */
  .mega-menu-nav {
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  /* rotate caret when open */
  .has-megamenu.mm-open .nav-link .fa-chevron-down {
    transform: rotate(180deg);
  }
}
/* Blog Detail Section */
.blog-detail-section {
  background-color: #f9f9f9;
}
.blog-detail-section .blog-detail {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}
.blog-detail-section .blog-detail .featured-image {
  position: relative;
  overflow: hidden;
}
.blog-detail-section .blog-detail .featured-image img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail-section .blog-detail .featured-image .post-meta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.blog-detail-section .blog-detail .featured-image .post-meta-overlay span {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-detail-section .blog-detail .featured-image .post-meta-overlay span i {
  color: var(--theme-color);
}
.blog-detail-section .blog-detail .blog-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .blog-detail-section .blog-detail .blog-content {
    padding: 25px;
  }
}
.blog-detail-section .blog-detail .blog-content .blog-title {
  font-family: var(--heading-font);
  font-size: 32px;
  line-height: 1.3;
  color: var(--theme-hover);
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-detail-section .blog-detail .blog-content .blog-text p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-color);
  margin-bottom: 20px;
}
.blog-detail-section .blog-detail .blog-content .blog-text h2,
.blog-detail-section .blog-detail .blog-content .blog-text h3,
.blog-detail-section .blog-detail .blog-content .blog-text h4 {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  margin: 30px 0 15px;
  font-weight: 600;
}
.blog-detail-section .blog-detail .blog-content .blog-text ul,
.blog-detail-section .blog-detail .blog-content .blog-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-detail-section .blog-detail .blog-content .blog-text ul li,
.blog-detail-section .blog-detail .blog-content .blog-text ol li {
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 10px;
}
.blog-detail-section .blog-detail .blog-content .blog-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 0 20px;
}
.blog-detail-section .blog-detail .blog-content .blog-text a {
  color: var(--theme-color);
  text-decoration: underline;
}
.blog-detail-section .blog-detail .blog-content .blog-text a:hover {
  color: var(--theme-hover);
}
.blog-detail-section .blog-detail .blog-content .blog-text blockquote {
  background-color: #f9f9f9;
  border-left: 3px solid var(--theme-color);
  border-radius: 0 8px 8px 0;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: var(--theme-hover);
}
@media (max-width: 991px) {
  .blog-detail-section .blog-sidebar {
    margin-top: 40px;
  }
}
.blog-detail-section .blog-sidebar .sidebar-widget {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 30px;
}
.blog-detail-section .blog-sidebar .sidebar-widget li {
  list-style: none;
}
.blog-detail-section .blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.blog-detail-section .blog-sidebar .sidebar-widget .widget-title {
  font-family: var(--heading-font);
  color: var(--theme-hover);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.blog-detail-section .blog-sidebar .sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}
.blog-detail-section .blog-sidebar .sidebar-widget li {
  border-bottom: 1px solid #eee;
}
.blog-detail-section .blog-sidebar .sidebar-widget li:last-child {
  border-bottom: none;
}
.blog-detail-section .blog-sidebar .sidebar-widget li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: var(--text-color);
  font-family: var(--nav-font);
  transition: all 0.3s;
}
.blog-detail-section .blog-sidebar .sidebar-widget li a span {
  color: var(--theme-color);
  font-size: 13px;
  flex-shrink: 0;
}
.blog-detail-section .blog-sidebar .sidebar-widget li a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post:last-child {
  margin-bottom: 0;
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post .recent-post-content h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post .recent-post-content h5 a {
  color: var(--theme-hover);
  transition: color 0.3s;
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post .recent-post-content h5 a:hover {
  color: var(--theme-color);
}
.blog-detail-section .blog-sidebar .sidebar-widget .recent-post .recent-post-content .post-date {
  font-size: 13px;
  color: var(--text-color);
}

header #mega-menu-wrap-header-menu {
  background: rgba(34, 34, 34, 0) !important;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: rgba(51, 51, 51, 0) !important;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
  border-left: 1px solid white !important;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:first-child {
  border-left: 0px solid white !important;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item .mega-sub-menu li a {
  width: 100% !important;
  width: 350px;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: var(--theme-hover);
  color: #ffffff;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ffffff;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout > a {
  background: rgba(0, 0, 0, 0) !important;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff !important;
}

.clientss {
  padding-bottom: 3rem;
}
.clientss .clinets-wraps-top {
  padding-top: 0;
}
.clientss .clinets-wraps-top .clients-box {
  background-color: #fff;
  display: flex;
  padding: 5px 12px;
  align-items: center;
  justify-content: center;
  height: 110px;
  box-shadow: 0 1px 18px -8px;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.clientss .clinets-wraps-top .clients-box img {
  height: auto;
  max-width: 100%;
  width: 93px;
}
.clientss .owl-dots {
  position: absolute;
}
.clientss .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.clientss button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.clientss button.owl-prev span {
  font-size: 40px;
  color: white;
  font-weight: 400;
  background: var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.clientss button.owl-prev span:hover {
  color: var(--theme-color);
}
.clientss button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.clientss button.owl-next span {
  font-size: 40px;
  color: white;
  font-weight: 400;
  background: var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.clientss button.owl-next span:hover {
  color: var(--theme-color);
}

@media (max-width: 575.98px) {
  .whatsapp {
    width: 50%;
    height: 50px;
    background-color: #00e676;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .phone-call {
    width: 50%;
    height: 50px;
    background-color: #03ac5a;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    bottom: 0px;
    left: unset;
    right: 0;
  }
}
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: 2800px; /* (Width of one logo box) * (Total number of logos) */
  animation: marquee-scroll 30s linear infinite;
}

/* Pause animation on hover */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* Keyframes for the scrolling animation */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Your existing styles for the logo boxes */
.clientss .clients-box {
  background-color: #fff;
  display: flex;
  padding: 5px 12px;
  align-items: center;
  justify-content: center;
  height: 110px;
  box-shadow: 0 1px 18px -8px rgba(0, 0, 0, 0.5);
  margin: 0 1rem; /* Added margin for spacing */
  border-radius: 5px;
  flex-shrink: 0; /* Prevents logos from shrinking */
  width: 200px; /* Fixed width for each logo box */
}

.clientss .clients-box img {
  height: auto;
  max-width: 100%;
  width: 120px; /* Adjusted for better fit */
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: var(--theme-hover);
  color: #ffffff;
  line-height: 20px !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  margin: 0 0 0 0px;
}

header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
  border-left: 0px solid white !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 5px;
  font-size: 13px;
}

.footer-section-v2 .footer-main .contact-info-list li span {
  margin-left: 10px;
}

.service-main-content h2, h3, h4, h5, h6 {
  text-align: left;
}

.service-main-content p {
  text-align: left;
}

.service-main-content ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.service-main-content ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 8px;
}

.service-main-content ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: -1px;
}

.footer-widget {
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */