body {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  /* **************font family initialization******************** */

  --font: "Roboto", sans-serif;

  font-family: "Roboto", sans-serif;

  /* **************font size initialization******************** */

  --radius: 1px;

  --para-size: 14px;

  --topbar-size: 14px;

  --heading-size: 18px;

  --heading2-size: 22px;

  --heading3-size: 26px;

  --title-size: 30px;

  --large-text: 40px;

  /* **********website color initilaization******************* */

  --primary-color: #f04f2e;

  --secondary-color: #303d33;

  --btn-colo2: #f04f2e;

  --btn-color: #303d33;

  --hover-color1: #f04f2e;

  --hover-color2: #303d33;

  --bg1-color: #ffffff;

  --bg2-color: #f4f4f4;

  --para-color: #252525;

  --heading-color: #03132b;

  --hover-text: #000000;

  --white: #ffffff;

  --dark-text: #0a0a0a;

  --topbar-color: #e0e0e0;

  --border-light: #e0e0e0;

  --light-color: #ffffff;

  --footer-color: #1a1a1a;

  --dark-overlay-gradient: linear-gradient(
    rgba(30, 30, 30, 0.85),
    rgba(30, 30, 30, 0.95)
  );

  --gradient1-color: linear-gradient(
    rgba(70, 90, 238, 0.48),
    rgba(30, 30, 30, 0.95)
  );

  --overlay-color: rgba(236, 230, 255, 0.7);
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    max-width: 1429px;
  }
}

/* img {

    max-width: 100%;

    width: auto;

    height: auto;

} */

.main-btn {
  padding: 12px 15px;

  color: var(--light-color);

  border: 1px solid var(--btn-color);

  display: inline-flex;

  gap: 5px;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  font-weight: 500;

  font-family: var(--font2);

  white-space: nowrap;

  background: var(--btn-color);

  outline: none;

  transition: 0.2s ease-in-out;

  justify-content: center;

  text-decoration: none;

  border-radius: var(--radius);

  line-height: 1;
}

.main-btn:hover {
  background: var(--hover-color1);

  color: var(--white);

  border: 1px solid var(--hover-color1);
}

.main-btn2 {
  padding: 12px 15px;

  color: var(--primary-color);

  border: 1px solid var(--primary-color);

  display: inline-flex;

  gap: 5px;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  font-weight: 500;

  white-space: nowrap;

  /* background: var(--light-color); */

  outline: none;

  transition: 0.2s ease-in-out;

  justify-content: center;

  border-radius: var(--radius);

  line-height: 1;

  text-decoration: none;
}

.main-btn2:hover {
  color: var(--hover-color2);

  border: 2px solid var(--hover-color2);
}

.main-btn3 {
  padding: 10px 10px;

  color: var(--white);

  border: 2px solid var(--white);

  display: inline-flex;

  gap: 5px;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  font-weight: 500;

  white-space: nowrap;

  outline: none;

  transition: 0.2s ease-in-out;

  justify-content: center;

  border-radius: var(--radius);

  line-height: 1;

  text-decoration: none;

  overflow: hidden;

  animation: fullPulse 1.8s infinite;
}

@keyframes fullPulse {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    background-color: rgba(255, 255, 255, 0.1);

    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);

    background-color: rgba(255, 255, 255, 0.2);

    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);

    background-color: rgba(255, 255, 255, 0.1);

    transform: scale(1);
  }
}

.main-btn3:hover {
  background: var(--primary-color);

  border: 1px solid var(--primary-color);

  color: var(--light-color);
}

.g-recaptcha {
  transform: scale(0.95);

  transform-origin: 0 0;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(163, 205, 234, 0.2);

  height: 37px;
}

.read-more-btnX {
  display: inline-block;

  color: var(--secondary-color);

  text-decoration: none;

  font-weight: 500;

  transition: color 0.3s ease;
}

.read-more-btnX svg {
  color: var(--primary-color);
}

.read-more-btnX:hover {
  color: var(--hover-color1);
}

.read-more-btnX:hover svg {
  color: var(--secondary-color);
}

.social {
  display: flex;

  justify-content: end;

  list-style: none;

  gap: 10px;

  margin-bottom: 0;

  padding: 0;
}

.social li a {
  color: var(--black);

  width: 40px;

  height: 40px;

  border-radius: 100%;

  background-color: var(--sec);

  text-align: center;

  align-content: center;

  opacity: 0.9;

  transition: 0.1s;
}

.social li a:hover {
  opacity: 1;
}

.social li a svg {
  width: 17px;

  height: 17px;
}

.contact-list {
  display: flex;

  align-items: center;
}

.call-now {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 6px;

  padding-inline: 22px;

  border-left: 1px solid var(--border-color);
}

.call-now:first-child {
  border: 0;
}

.call-now .icon-bx {
  min-width: 36px;

  width: 36px;

  height: 36px;

  color: white;

  background: var(--pri);

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.call-now .icon-bx svg {
  width: 16px;

  height: 16px;
}

.call-now .con-bx {
  text-align: left;
}

.call-now .con-bx span {
  font-size: 13px;

  font-weight: 500;

  text-transform: uppercase;

  line-height: 20px;

  color: var(--primary-color);

  font-family: var(--font);

  text-decoration: none;

  display: block;
}

.call-now .con-bx span a,
.call-now .con-bx span p {
  font-size: 15px;

  font-weight: 400;

  color: var(--secondary-color);

  font-family: var(--font2);

  margin-top: 5px;

  text-decoration: none;

  margin-bottom: 0;

  line-height: normal;

  text-transform: none;
}

.call-now .con-bx span a:hover {
  color: var(--hover-color1);
}

header {
  position: relative;
}

.top-bar {
  background: var(--secondary-color);

  background-color: var(--secondary-color);

  padding: 8px 0;
}

.top-bar p {
  font-size: 14px;

  margin-bottom: 0;

  color: var(--white);
}

.top-bar p a {
  color: var(--white);

  font-weight: 600;
}

.top-bar p a:hover {
  color: var(--hover-color1);
}

ul{
  padding-left: 1rem;
}

.Marquee {
  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  overflow: hidden;
}

.Marquee-content {
  display: flex;

  gap: 15px;

  -webkit-animation: marquee 30s linear infinite running;

  -moz-animation: marquee 30s linear infinite running;

  -o-animation: marquee 30s linear infinite running;

  -ms-animation: marquee 30s linear infinite running;

  animation: marquee 30s linear infinite running;
}

.Marquee-tag {
  white-space: nowrap;
}

.Marquee-tag:first-child {
  padding-left: 20vw;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);

    -moz-transform: translate(-50%);

    -o-transform: translate(-50%);

    -ms-transform: translate(-50%);

    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);

    -moz-transform: translate(-50%);

    -o-transform: translate(-50%);

    -ms-transform: translate(-50%);

    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);

    -moz-transform: translate(-50%);

    -o-transform: translate(-50%);

    -ms-transform: translate(-50%);

    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);

    -moz-transform: translate(-50%);

    -o-transform: translate(-50%);

    -ms-transform: translate(-50%);

    transform: translate(-50%);
  }
}

.mid-bar {
  padding: 10px 0;
}

.logo img {
  max-width: 250px;
  width: auto;
  max-height: 60px;
  height: auto;
}

.search-bx {
  display: flex;

  align-items: center;

  border: 1px solid var(--btn-color);

  border-radius: 8px;

  overflow: hidden;

  padding: 5px;

  padding-left: 13px;
}

.search-bx input {
  width: 100%;

  max-width: 100%;

  outline: none;

  border: none;

  color: var(--secondary-color);

  font-weight: 400;

  height: 20px;

  font-size: 14px;

  min-width: 250px;
}

.search-bx button {
  outline: none;

  border: none;

  height: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 0 8px;

  color: var(--primary-color);

  background: transparent;
}

.menubar {
  position: relative;

  background-color: var(--bg2-color);
}

.menubar .logo {
  display: none;
}

.menubar.stricky-fixed {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  background: var(--bg2-color);

  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

  animation-name: fadeInDown;

  animation-duration: 0.6s;

  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    transform: none;
  }
}

.navigation .nav-header {
  display: none;

  padding: 12px 20px;
}

.navigation .navbar button {
  width: 40px;

  height: 40px;

  background: var(--primary-color);

  border: 0;

  outline: 0;

  color: #fff;

  font-size: 25px;

  border-radius: 0;

  display: inline-block;

  text-align: center;

  line-height: 40px;

  position: relative;

  z-index: 99;

  padding: 5px;

  position: relative;

  transform: rotate(0deg);

  transition: 0.5s ease-in-out;

  cursor: pointer;
}

.navigation .navbar button span {
  display: block;

  position: absolute;

  height: 3px;

  width: 70%;

  background: #fff;

  border-radius: 9px;

  opacity: 1;

  left: 15%;

  transform: rotate(0deg);

  transition: 0.25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;

  width: 0%;

  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;

  width: 0%;

  left: 50%;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  width: 100%;

  margin: 0;

  padding: 0;

  text-align: center;

  display: block;
}

.navigation .menu ul li {
  display: inline-block;

  position: relative;
}

.navigation .menu ul li a {
  padding: 8px 6px;

  display: block;

  color: var(--para-color);

  text-decoration: none;

  transition: all 0.3s ease;

  font-size: 14px;

  font-family: var(--font);

  background: var(--bg2-color);

  font-weight: 500;

  letter-spacing: 0.2px;
}

.navigation .menu ul li:last-child a {
  padding-right: 0;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: var(--hover-color1);

  background: transparent;
}

.navigation .menu ul li ul.ls-dropdown {
  top: 100%;

  left: 50%;

  transform: translateX(-50%);

  text-align: left;
}

.navigation .menu ul li:last-child ul.ls-dropdown {
  left: auto;

  right: 0;

  transform: none;
}

.navigation .menu ul li ul.ls-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
  left: 100%;

  margin-top: -36px;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
  left: -100%;

  margin-top: -31px;
}

.navigation .menu ul li ul.ls-dropdown {
  position: absolute;

  width: 285px;

  display: none;

  z-index: 99;

  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);

  background: #fff;

  margin: 0;

  padding: 0;

  transition: all 0.3s ease;
}

.navigation .menu ul li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li:hover ul.ls-dropdown li ul.ls-dropdown {
  display: none;

  transition: all 0.3s ease;

  width: 250px;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li ul.ls-dropdown li {
  display: block;

  padding: 0;

  width: 100%;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a:after {
  display: none;
}

.navigation .menu ul li ul.ls-dropdown li a:hover {
  color: var(--hover-color1);
}

.navigation .menu ul li ul.ls-dropdown li:hover a {
  color: var(--hover-color1);
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a {
  background: #fff;

  color: #333;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a:hover {
  color: #fff;

  background: var(--hover-color1);
}

.navigation .menu ul li ul.ls-dropdown li a {
  color: var(--para-color);

  font-size: 14px;

  padding: 0;

  padding-bottom: 7px;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-weight: normal;

  transition: all 0.2s;

  border-bottom: 0px solid transparent;

  font-weight: 400;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a {
  padding-bottom: 0;
}

.navigation ul li.ls-submenu a button {
  border: 0;

  background: transparent;

  outline: 0;

  padding: 0;

  margin: 0 0 0 1px;

  color: var(--para-color);
}

.navigation ul li.ls-submenu a button svg {
  width: 13px;

  height: 13px;
}

.navigation ul li.ls-submenu:hover svg {
  transform: rotateZ(180deg);

  color: var(--hover-color1);
}

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
  color: #242424;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button {
  float: right;

  color: #333;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.ls-submenu ul.ls-dropdown li.ls-submenu:hover svg {
  color: #fff;
}

.navigation .navbar {
  display: none;

  padding: 8px 0;

  margin: 0;
}

.navigation .menu ul > li:hover > ul.ls-dropdown {
  visibility: visible;

  opacity: 1;
}

.navigation .menu ul > li > ul.ls-dropdown > li > ul.ls-dropdown {
  left: 100%;

  margin-top: -36px;
}

.navigation
  .menu
  ul
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown {
  left: -100%;

  margin-top: -31px;
}

.navigation .menu ul > li > ul.ls-dropdown > li:hover > ul.ls-dropdown {
  visibility: visible;

  opacity: 1;
}

.navigation .menu ul > li ul.ls-dropdown {
  position: absolute;

  min-width: 190px;

  width: max-content;

  max-width: 280px;

  opacity: 0;

  visibility: hidden;

  z-index: 99;

  transition: all 0.3s ease;

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

  background: var(--bg2-color);

  margin: 0;

  padding: 0;

  text-align: left;

  /* border-radius: 4px; */

  /* border: 1px solid var(--border-color); */

  padding: 8px 9px;
}

.navigation .menu ul > li ul.ls-dropdown li {
  display: block;

  padding: 0;

  width: 100%;
}

/* **********************new animation ******************** */

/* *******************************footer section code*************************************** */

.cta-section {
  background-color: var(--secondary-color);
}

/* Ensure content is on top of the icon */

.cta-section .container {
  position: relative;

  z-index: 1;
}

.site-footer {
  background-color: var(--footer-color);

  color: var(--white);

  font-size: var(--para-size);
}

/* Set a consistent margin for all widgets on mobile */

.footer-widget {
  margin-bottom: 30px;
}

/*--------------------------------

        # Widget 1: About & Logo

        --------------------------------*/

.footer-logo {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 20px;

  /* filter: brightness(0) invert(1); */

  width: 60;
}

.footer-logo img {
  max-width: 140px;

  width: auto;

  max-height: 100px;

  height: auto;
}

.brand-text {
  color: var(--white);
  line-height: 1.5;
  margin: 8px 0 18px;
  max-width: 420px;
}

.logo-icon {
  display: flex;

  align-items: center;

  justify-content: center;
}

.contact-info li {
  margin-bottom: 10px;

  color: var(--white);
}

.contact-info .contact-link {
  color: var(--white);

  text-decoration: none;

  transition: all 0.3s ease;
}

.contact-info .contact-link:hover {
  color: var(--hover-color1);
}

.visit-title {
  color: var(--white);

  font-weight: 600;

  font-size: 16px;

  margin-top: 25px;

  margin-bottom: 5px;
}

.visit-time {
  color: var(--white);

  margin-bottom: 0;
}

.footer-divider {
  /* Eyedropped separator color */

  border-top: 1px solid var(--primary-color);

  margin: 15px 0;
}

.social-icons .social-link {
  color: var(--white);

  font-size: 18px;

  /* Spacing from screenshot */

  margin-right: 25px;

  text-decoration: none;

  transition: all 0.3s ease;
}

.social-icons .social-link:hover {
  color: var(--hover-color1);
}

/*--------------------------------

        # Widget 2, 3, 4: Link Lists

        --------------------------------*/

.widget-links .widget-title {
  color: var(--white);

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 25px;

  position: relative;
}

/* Orange underline for titles */

.widget-links .widget-title::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -8px;

  width: 30px;

  height: 2px;

  background-color: var(--hover-color2);
}

.widget-links .link-item {
  color: var(--white);

  text-decoration: none;

  display: inline-block;

  margin-bottom: 12px;

  position: relative;

  transition: all 0.3s ease;
}

/* Underline for link hover state */

.widget-links .link-item::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -4px;

  width: 100%;

  height: 2px;

  background-color: var(--hover-color2);

  /* Hide by default */

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.3s ease;
}

.widget-links .link-item:hover {
  color: var(--hover-color1);
}

/* Show underline on hover */

.widget-links .link-item:hover::after {
  transform: scaleX(1);
}

.footer-bottom {
  border-top: 1px solid var(--primary-color);

  padding: 25px 0;
}

.footer-bottom-links .bottom-link-item {
  margin-left: 25px;
}

.footer-bottom-links .bottom-link {
  text-decoration: none;

  font-size: var(--para-size);

  transition: all 0.2s ease;

  color: var(--border-light);
}

.footer-bottom-links .bottom-link:hover {
  color: var(--hover-color1);
}

/* Popular Searches */

.foot08-head {
  color: var(--dark-text);

  font-size: var(--heading2-size);

  font-weight: 600;

  margin-bottom: 10px;
}

.foot08-popular {
  margin-top: 20px;
}

.foot08-popular-list {
  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  flex-wrap: wrap;

  gap: 6px 6px;

  font-size: 14px;
}

.foot08-popular-list li::after {
  /* content: "|"; */

  margin-left: 12px;

  color: var(--border-light);
}

.foot08-popular-list li:last-child::after {
  content: "";
}

.foot08-popular-list a {
  color: var(--dark-text);

  text-decoration: none;

  transition: color 0.2s;
}

.foot08-popular-list a:hover {
  color: var(--hover-color1);
}

.foot08-muted {
  color: var(--dark-text) !important;
}

/* ************************************************hero section code section ***************************************/

/* Button styling */

#scrollTopBtn {
  position: fixed;

  bottom: 30px;

  left: 30px;

  z-index: 99;

  color: transparent;

  border: none;

  outline: none;

  cursor: pointer;

  display: none;

  transition: all 0.3s ease;
}

#scrollTopBtn img {
  width: 40px;

  height: 40px;

  background: transparent;
}

#scrollTopBtn:hover {
  transform: translateY(-3px);
}

.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
  gap: 15px;
  -webkit-animation: marquee 30s linear infinite running;
  -moz-animation: marquee 30s linear infinite running;
  -o-animation: marquee 30s linear infinite running;
  -ms-animation: marquee 30s linear infinite running;
  animation: marquee 30s linear infinite running;
}

.Marquee-tag {
  white-space: nowrap;
}

.Marquee-tag:first-child {
  padding-left: 20vw;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.eyebrow-section {
  color: var(--primary-color);

  align-content: center;

  font-size: var(--para-size);

  display: inline-block;

  line-height: 1;

  margin-bottom: 15px;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 0.5px;
}

.heading-text {
  font-size: var(--title-size);

  font-weight: 600;

  color: var(--heading-color);
}

.heading-underline {
  height: 4px;

  width: 80px;

  border-radius: 2px;

  background: var(--secondary-color);
}

.leadsure {
  padding: 56px 0;
}

.leadsureheading {
  font-weight: 600;

  font-size: var(--heading2-size);

  color: var(--heading-color);

  margin-bottom: 10px;
}

.leadsurepara {
  font-size: var(--para-size);

  color: var(--para-color);

  line-height: 1.6;
}

.leadseo p,
.leadseo ul,
.leadseo li {
  font-size: var(--para-size);

  color: var(--para-color);

  line-height: 1.6;

  margin-bottom: 7px;
}

.leadsuresubheading {
  font-weight: 600;

  font-size: var(--heading-size);

  color: var(--heading-color);
}

.leadseo h1,
.leadseo h2,
.leadseo h3,
.leadseo h4,
.leadseo h5,
.leadseo h6 {
  font-weight: 600;

  font-size: var(--heading-size);

  color: var(--heading-color);
}

.zis3 {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: var(--para-size);

  color: var(--para-color);

  line-height: 1.3;
}

.zis2 {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: var(--para-size);

  color: var(--para-color);

  line-height: 1.6;
}

.zis1 {
  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: var(--heading-size);

  color: var(--heading-color);

  font-weight: 600;
}

.zis5 p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--para-size);
  color: var(--para-color);
  line-height: 1.6;
}

.section-title {
  color: var(--heading-color);

  font-weight: 700;

  text-transform: uppercase;

  font-size: var(--title-size);

  margin-bottom: 40px;
}

.colordhead {
  color: var(--primary-color) !important;
}

.heading-text {
  font-size: var(--title-size);

  font-weight: 600;

  color: var(--heading-color);
}

.faq-title {
  font-size: var(--title-size);

  font-weight: 600;

  color: var(--heading-color);

  margin-bottom: 10px;

  line-height: 1.2;
}

main,
main img {
  overflow: hidden;

  display: block;

  width: 100%;
}

/* #carouselExampleAutoplaying img {

    aspect-ratio: 1920 / 700;



} */

.carousel-control-next,
.carousel-control-prev {
  line-height: 0;

  position: absolute;

  top: 50%;

  display: block;

  width: 38px;

  height: 38px;

  padding: 0;

  transform: translate(0, -50%);

  cursor: pointer;

  color: #fff;

  border: 0;

  outline: 0;

  background-color: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(2px);

  border-radius: 100%;

  z-index: 9;

  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 16px;

  width: 16px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: var(--primary-color);

  opacity: 1;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

@media (max-width: 980px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 20px;

    height: 35px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 13px;

    width: 13px;
  }

  .carousel-control-prev {
    left: 0px;

    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;

    border-radius: 3px 0px 0px 3px;
  }
}

.swiper-next,
.swiper-prev {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 5;

  display: inline-flex;

  align-items: center;

  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-next,
.swiper-prev {
  border: 1px solid #eee;

  background-color: white;

  color: var(--text-light);

  width: 35px;

  height: 35px;

  z-index: 2;

  border-radius: 100%;

  text-align: center;
}

.swiper-next svg,
.swiper-prev svg {
  width: 18px;

  height: 18px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-next:hover,
.swiper-prev:hover {
  color: white;

  background-color: var(--primary-color);

  border-color: var(--primary-color);
}

.swiper-button-next,
.swiper-next {
  right: 25px;

  left: auto;
}

.swiper-button-prev,
.swiper-prev {
  left: 25px;

  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;

  font-weight: 600;
}

.swiper_wrap {
  /* height: 100%;  */

  width: 100%;

  position: relative;

  display: block;

  text-align: left;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-wrapper {
  display: flex;

  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-prev {
  left: -22px;

  right: auto;
}

.swiper-next {
  right: -22px;

  left: auto;
}

/******************* about us section code************* */

.aboutsection {
  background-color: var(--bg1-color);

  position: relative;

  overflow: hidden;
}

/* Full-size background image + gradient overlay + bounce */

.aboutsection::before {
  aspect-ratio: 4/1;

  content: "";

  position: absolute;

  inset: 0;

  background-image: url("../images/icon-seven.webp");

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left;

  animation: bounceY 4s ease-in-out infinite;

  z-index: 0;

  top: 1%;

  opacity: 0.1;
}

@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);

    /* move upward */
  }
}

.aboutind{
  max-height: 470px;
  overflow: hidden;
}
.aboutind.expanded {
  max-height: 3000px; /* large value to fully open */
      overflow: unset;

}

.read-toggle {
  display: inline-block;
  color: var(--secondary-color);
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
}

.read-toggle:hover {
  color: var(--primary-color);
}

.hero-about-image {
  position: relative;

  aspect-ratio: 4/3;
}

.hero-about-image img {
  aspect-ratio: 4/3;

  width: 100%;

  height: auto;

  object-fit: cover;
}

.about-img-small {
  position: absolute;

  bottom: -50px;

  left: 50px;

  width: 170px;

  height: 170px;

  background-color: var(--about-dark);

  border-radius: 50%;

  border: 5px solid var(--secondary-color);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  z-index: 10;
}

.about-img-small .overlay {
  display: none;
}

.about-content {
  position: relative;

  z-index: 1;

  padding: 0;
}

.about-content .about-mt {
  font-size: 3.5rem;

  font-weight: 700;

  color: var(--primary-color);

  line-height: 1.1;

  margin-bottom: 0;
}

/************************** about our director section *****************/

.quote-section {
  position: relative;

  overflow: hidden;
}

.quote-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url("../images/abt-bottom.webp");

  z-index: 1;
}

.quote-content-wrapper {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  gap: 2rem;
}

.author-image {
  width: 150px;

  height: 150px;

  border-radius: 50%;

  object-fit: cover;

  flex-shrink: 0;

  border: 5px solid rgba(255, 255, 255, 0.1);
}
/* For small screens: image first, content below */
@media (max-width: 768px) {
  .quote-content-wrapper {
    flex-direction: column; /* stack items */
    text-align: center; /* optional */
  }

  .author-image {
    margin-bottom: 1rem;
  }
}

/* **************************our products section code******************************* */

.services-section {
  background: var(--bg1-color);
}

.service-card {
  background-color: var(--white);

  border-radius: var(--radius);

  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  height: 100%;

  overflow: hidden;

  text-decoration: none;

  display: flex;

  flex-direction: column;

  color: inherit;
}

.service-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.image-wrapper {
  position: relative;

  overflow: hidden;

  border-top-left-radius: var(--radius);

  border-top-right-radius: var(--radius);
}

.card-image {
  aspect-ratio: 1/1;

  width: 100%;

  height: auto;

  /* Fixed height for consistent card appearance */

  object-fit: cover;

  display: block;

  transition: transform 0.5s ease;
}

.service-card:hover .card-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: var(--primary-color);

  opacity: 0.4;

  transform: translateY(-100%);

  /* Start off-screen above */

  transition: transform 0.5s ease;

  display: flex;

  align-items: center;

  justify-content: center;
}

.service-card:hover {
  transform: translateY(0);
}

.card-body {
  padding: 1rem;

  display: flex;

  flex-direction: column;

  flex-grow: 1;
}

/* ************enuiry section + matrix section code***************** */

.requirement-section {
  background: var(--dark-overlay-gradient),
    url("../images/home-bg-form.webp") no-repeat center center/cover;

  position: relative;
}

.requirement-section::before {
  content: "";

  position: absolute;

  inset: 0;
}

.requirement-card {
  border: none;

  border-radius: var(--radius);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  padding: 1rem;
}

.achievements-content {
  padding-left: 3rem;
}

.metric-item .metric-number {
  font-size: 48px;

  font-weight: 700;

  color: #ffffff;

  line-height: 1;
}

/* Suffixes for + and Cr+ */

.metric-item .metric-suffix {
  color: var(--light-color);

  font-size: var(--title-size);

  font-weight: 700;

  margin-left: 2px;
}

.metric-item .metric-label {
  font-size: var(--heading-size);

  color: var(--light-color);

  font-weight: 600;

  margin-top: 5px;

  margin-bottom: 10px;
}

.metric-item .metric-description {
  color: #adb5bd;

  /* Light grey text */

  font-size: 15px;

  line-height: 1.6;
}

/* Responsive adjustments */

@media (max-width: 991.98px) {
  .achievements-content {
    padding-left: 0;

    text-align: center;
  }

  .requirement-card {
    /* Remove bottom margin on mobile */

    margin-bottom: 2rem;
  }
}

/* ****************************industry section code ********************* */

.Industry-section {
  background-color: var(--secondary-color);
}

/* .Industry-section::before {

    aspect-ratio: 4/1;

    content: "";

    position: absolute;

    inset: 0;

    background-image: url("https://media.istockphoto.com/id/1901718338/vector/caduceus-medical-icon-isolated-on-white-background.jpg?s=612x612&w=0&k=20&c=sYKlCk_8eUuDZGHXs2dogim1_brn5xo0u6kae6wMvxc=");

    background-size: contain;

    background-repeat: no-repeat;

    background-position: left;

    animation: bounceY 4s ease-in-out infinite;

    z-index: 0;

    top: 1%;

    opacity: 0.1;

} */

.indusrty-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  background-color: var(--bg1-color);

  border-radius: var(--radius);
}

.indusrty-card:hover {
  transform: translateY(-5px);

  /* Boost shadow on hover */

  box-shadow: 0 0.5rem 1rem rgba(232, 223, 223, 0.8) !important;
}

.industry-icon {
  display: flex;

  justify-content: start;

  align-items: center;

  color: var(--primary-color);
}

/* ******************************faq section code ***************************** */

.faq-container {
  background-color: var(--bg2-color);

  position: relative;

  overflow: hidden;
}

.left-section {
  padding: 10px;

  min-height: 1px !important;

  transition: min-height 0.3s ease;
}

.faq-container:before {
  aspect-ratio: 6/1;

  content: "";

  position: absolute;

  inset: 0;

  background-image: url("../images/icon-four.webp");

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left;

  animation: bounceY 4s ease-in-out infinite;

  z-index: 0;

  top: 3%;

  opacity: 0.3;
}

.faq-title {
  font-size: var(--title-size);

  font-weight: 600;

  color: var(--heading-color);

  margin-bottom: 10px;

  line-height: 1.2;
}

.right-section {
  flex: 1;

  padding: 1px 20px;
}

.faq-item {
  position: relative;

  margin-bottom: 10px;

  border-radius: 5px;

  border-left: 4px solid var(--secondary-color);

  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  background: var(--bg1-color);

  /* background-color: transparent; */

  border: none;

  padding: 18px 40px 18px 10px;

  font-size: var(--heading-size);

  font-weight: 500;

  color: var(--header-color);

  cursor: pointer;

  width: 100%;

  text-align: left;

  position: relative;

  transition: all 0.3s ease;

  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.1);
}

.faq-question::after {
  content: "\f107";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  right: 3%;

  top: 50%;

  transform: translateY(-50%) rotate(-90deg);

  transition: transform 0.3s ease;

  font-size: 16px;

  color: var(--btn-color);
}

.faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: 0.3s ease;

  padding: 0;

  color: var(--para-color);

  font-size: var(--para-size);

  line-height: 1.6;
}

/* Active states */

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item.active .faq-answer {
  max-height: 200px;

  padding: 5px 10px 5px 10px;
}

/* ***************************SEO SECTION CODE****************** */

.section-highlight {
  background: var(--bg1-color);
}

.feature-copy {
  position: relative;

  color: var(--para-color);

  font-size: 14px;

  line-height: 1.6;

  background: var(--background2-color);

  padding: 18px 10px;

  overflow: hidden;
}

/* Collapse content initially */

.feature-copy .seo-content61 {
  max-height: 315px;

  overflow: hidden;

  transition: max-height 0.5s ease;
}

.scrollcard {
  width: 100%;
}

.scrollcard img {
  aspect-ratio: 1/1;

  box-shadow: 15px 15px 0px 0 var(--secondary-color);

  object-fit: cover;
}

.read-more-toggle {
  display: none;
}

.read-more-toggle:checked ~ .seo-content61 {
  overflow-y: auto;

  scrollbar-width: thin;
}

.read-more-btn {
  display: block;

  text-align: left;

  margin-top: 10px;

  color: var(--btn-color);

  font-size: var(--heading-size);

  cursor: pointer;

  transition: color 0.3s;
}

.read-more-btn::after {
  content: "Show More...";

  color: var(--primary-color);

  font-size: var(--para-size);
}

.read-more-btn:hover::after {
  color: var(--secondary-color);
}

.read-more-btn:hover::before {
  color: var(--primary-color);
}

.read-more-toggle:checked ~ .read-more-btn::after {
  content: "Show Less...";

  color: var(--hover-color);

  font-size: var(--para-size);
}

/* *****************blog section code***************************** */

.latest-news-section {
  background-color: var(--bg1-color);
}

.blog-card {
  display: block;

  border: 1px solid var(--border-light);

  border-radius: 1px;

  transition: all 0.3s ease;

  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.blog-card .card-img-wrapper {
  position: relative;
}

.blog-card .card-img-top {
  border-radius: 0;

  aspect-ratio: 4 / 3;

  object-fit: cover;
}

.blog-card .card-category-tag {
  position: absolute;

  bottom: 15px;

  left: 15px;

  background-color: var(--white);

  color: var(--secondary-color);

  padding: 4px 10px;

  font-size: var(--para-size);

  font-weight: 500;

  text-transform: uppercase;
}

/* Card body styles */

.blog-card .card-body {
  padding: 25px;
}

.blog-card .card-meta {
  color: var(--secondary-color);

  font-size: var(--para-size);

  text-transform: uppercase;

  margin-bottom: 10px;
}

/* **********************our history section code*********************** */

.history-section {
  overflow: hidden;

  background-color: var(--bg2-color);
}

/*--------------------------------

        # Swiper Timeline (Years)

        --------------------------------*/

.history-timeline-swiper {
  width: 100%;

  height: 100px;

  padding: 10px 0;

  position: relative;
}

.history-timeline-swiper .swiper-slide {
  color: var(--para-color);

  font-size: var(--heading3-size);

  font-weight: 600;

  text-align: center;

  cursor: pointer;

  transition: all 0.3s ease;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0.5;
}

.history-timeline-swiper .swiper-slide-active {
  /* Styles for the active (centered) slide */

  color: var(--heading-color);

  font-size: var(--large-text);

  font-weight: 700;

  transform: scale(1.1);
}

/* Triangle connector */

.timeline-connector {
  width: 0;

  height: 0;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  /* Light grey border color */

  border-top: 20px solid var(--secondary-color);

  /* Positioned just below the slider */

  margin: 10px auto 10px auto;

  position: relative;

  z-index: 10;
}

/*--------------------------------

        # History Content Area

        --------------------------------*/

.history-content-wrapper {
  padding: 26px 1px;

  background-color: var(--bg1-color);

  border-radius: var(--radius);
}

.history-content-item {
  display: none;

  animation: fadeIn 0.5s ease;

  max-width: 900px;

  margin: 0 auto;

  padding: 0 1rem;
}

.history-content-item.active {
  display: block;
}

.history-image {
  aspect-ratio: 1/1;

  width: 100%;

  height: auto;

  object-fit: cover;

  border-radius: var(--radius);

  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;

    transform: translateX(10px);
  }

  to {
    opacity: 1;

    transform: translateX(0);
  }
}

/* ******************our products section*************************** */

/* oirijwbfffffffffffidbfsidjkfniewjksdfn c */

.pro-bx {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid #e3e3e3;
  display: block;
}

.pro-bx img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pro-bx .proHover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 3;
  transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -webkit-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  color: white;
}

.pro-bx:hover .proHover {
  visibility: visible;
  opacity: 1;
  left: 30px;
}

.pro-bx .proHover p {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
  opacity: 0.8;
}

.pro-bx .proHover .tt {
  font-family: var(--font);
  font-size: 20px;
  color: white;
  font-weight: 600;
}

.pro-bx:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  opacity: 0.8;
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.pro-bx:hover:after {
  width: 100%;
}

.pro-bx img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pro-bx:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.pr_slider .swiper-slide,
.faq_slider .swiper-slide {
  width: auto;
  padding: 0;
}

.filter-button-grp {
  position: relative;
  padding-inline: 40px;
}

.filter-button-grp .swiper-button-next,
.filter-button-grp .swiper-button-prev,
.faq-sec .swiper-button-next,
.faq-sec .swiper-button-prev {
  background: var(--bg2-color);
  color: var(--primary-color);
  width: 28px;
  height: 28px;
  border-radius: 0;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.filter-button-grp .swiper-button-next:hover,
.filter-button-grp .swiper-button-prev:hover {
  border: 1px solid var(--primary-color);
  background-color: white;
}

.clientSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.filter-pro-button {
  border: 0;
  width: auto;
  text-align: left;
  border-radius: 0;
  color: var(--secondary-color);
  font-size: 15px;
  padding: 8px 15px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  background-color: #f8f8f8;
  align-content: center;
  display: block;
  border: 1px solid transparent;
}

.filter-pro-button:hover {
  color: var(--primary-color);
}

.filter-pro-button.active {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: white;
}

.filter-pro-button img {
  width: 22px;
  margin-right: 2px;
}

.filter-pro-button.active img {
  filter: brightness(0) invert(1);
}

/* *******************testimonials section code******************* */

.testimonials-section {
  background-color: var(--bg2-color);

  position: relative;

  overflow: hidden;
}

.testimonials-section:before {
  aspect-ratio: 8/1;

  content: "";

  position: absolute;

  inset: 0;

  background-image: url("../images/icon-three.webp");

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left;

  animation: bounceY 4s ease-in-out infinite;

  z-index: 0;

  top: 4%;

  opacity: 0.3;
}

@media (max-width: 768px) {
  .testimonials-section:before {
    position: absolute;
    inset: 0;

    background-repeat: no-repeat;
    background-position: left;

    top: 7%;
  }
}

.mySwiper {
  padding-bottom: 40px;
}

.swiper-slide {
  height: auto;

  /* Allow slides to grow */

  padding: 10px;

  /* Padding for the shadow to show */
}

.testimonial-card {
  background-color: var(--bg1-color);

  border-radius: var(--radius);

  padding: 2rem;

  height: 100%;

  position: relative;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

  border: 1px solid var(--bg1-color);
}

.testimonial-card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--para-size);
  color: var(--para-color);
  line-height: 1.6;
}

/* Speech bubble triangle (like in the image) */

.testimonial-card::after {
  content: "";

  position: absolute;

  bottom: -19px;

  /* Sits just outside the card */

  left: 40px;

  width: 0;

  height: 0;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-top: 20px solid #ffffff;

  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.02));
}

/* ******************************review page code section*********************** */

.review-wrapper {
  background-color: var(--bg2-color);
}

.review-card {
  background-color: var(--bg1-color);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  overflow: hidden;
}

.review-card__image-section {
  padding: 0;

  aspect-ratio: 1/1;
}

.review-card__image-section img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.review-card__form-section {
  padding: 20px;
}

.unique-star-rating {
  display: flex;

  justify-content: flex-start;

  margin-bottom: 20px;

  gap: 5px;
}

.unique-star {
  position: relative;

  width: 36px;

  height: 36px;

  cursor: pointer;

  transition: transform 0.2s ease;

  user-select: none;
}

.unique-starM {
  position: relative;

  width: 36px;

  height: 36px;

  cursor: pointer;

  transition: transform 0.2s ease;

  user-select: none;
}

.unique-starM::before {
  content: "★";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-size: 36px;

  color: var(--border-light);

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 1;
}

.unique-star:hover {
  transform: scale(1.15);
}

/* Empty star (default) */

.unique-star::before {
  content: "★";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-size: 36px;

  color: var(--border-light);

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 1;
}

/* Half filled star */

.unique-star.half::after {
  content: "★";

  position: absolute;

  top: 0;

  left: 2px;

  width: 50%;

  height: 100%;

  font-size: 36px;

  color: var(--primary-color);

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  line-height: 1;
}

.review-card__form-section {
  background-color: var(--bg2-color);
}

/* Full filled star */

.unique-star.full::before {
  color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .review-card__image-section {
    height: 300px;
  }

  .review-card__image-section img {
    min-height: auto;
  }

  .review-card__input-row {
    flex-direction: column;
  }
}

/* Swiper navigation buttons styling */

/* .swiper-button-next,

    .swiper-button-prev {

      color: var(--primary-color);

      background-color: rgba(255, 255, 255, 0.8);

      border-radius: 50%;

      width: 44px;

      height: 44px;

      box-shadow: 0 2px 5px rgba(0,0,0,0.1);

      transition: all 0.3s ease;

    }

    .swiper-button-next:after,

    .swiper-button-prev:after {

      font-size: 1.25rem;

      font-weight: 900;

    }

    .swiper-button-next:hover,

    .swiper-button-prev:hover {

      background-color: #ffffff;

      color: var(--heading-color);

    } */

/* *********************our highlights************ */

.highlights-section {
  background-color: var(--bg1-color);

  position: relative;

  overflow: hidden;
}

.highlights-section::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 45%;

  /* Width of the image area */

  background-image: url("../images/abt-mid.webp");

  background-size: cover;

  background-position: center;

  z-index: 1;
}

.highlights-section .container {
  position: relative;

  z-index: 2;
}

.highlight-box {
  background-color: var(--bg2-color);

  border-radius: var(--radius);

  padding: 25px;

  text-align: center;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);

  height: 100%;

  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);

  background-color: var(--hover-color2);
}

.highlight-box:hover .leadsuresubheading {
  color: var(--light-color);
}

.highlight-box img {
  width: 70px;

  height: 70px;

  opacity: 0.5;
}

.mission-card-wrapper {
  position: absolute;

  right: 0;

  top: 18%;

  transform: translateY(-50%);

  width: 450px;

  z-index: 10;
}

.mission-card {
  background-color: var(--bg2-color);

  border-radius: var(--radius);

  padding: 30px;

  max-height: 342px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  position: relative;

  overflow: hidden;
}

.mission-card .card-header {
  display: flex;

  align-items: center;

  margin-bottom: 15px;
}

.mission-card .card-header img {
  width: 50px;

  height: 50px;
}

/*--------------------------------

        # Responsive (Mobile)

        --------------------------------*/

@media (max-width: 991.98px) {
  /* Hide the image background on mobile */

  .highlights-section::after {
    display: none;
  }

  /* Make the card static */

  .mission-card-wrapper {
    position: static;

    transform: none;

    width: 100%;

    /* Add space between grid and card */

    margin-top: 40px;
  }
}

/* ***************advantges section code********************* */

.advantages-section {
  background-color: var(--bg2-color);

  position: relative;

  overflow: hidden;
}

.advantages-section::before,
.advantages-section::after {
  content: "";

  position: absolute;

  width: 400px;

  height: 100%;

  /* URL-encoded SVG for a simple vector grid */

  background-image: url("../images/icon-six.webp");

  background-repeat: no-repeat;

  background-color: transparent;

  /* Very faint */

  opacity: 0.1;

  z-index: 0;

  animation: bounceY 4s ease-in-out infinite;
}

/* Position for bottom-right vector */

.advantages-section::after {
  bottom: -90px;

  right: 80px;

  transform: rotate(125deg);
}

/* Ensure content stays above the backgrounds */

.advantages-section .container-fluid {
  position: relative;

  z-index: 2;
}

/* Central Image */

.advantage-image {
  border-radius: 50%;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;
}

.advantage-item .leadsuresubheading {
  color: var(--primary-color);
}

/* ************************working process section code************************* */

.working-process-section {
  /* Using a dark, textured background image as requested */

  background-image: url("https://templates.thememodern.com/theratio/images/bg//bg2-process.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-attachment: fixed;
}

/* Individual Step Styling */

.process-step {
  position: relative;

  padding-top: 40px;

  /* For mobile stacking */

  margin-bottom: 30px;
}

.process-step .step-number {
  position: absolute;

  top: -37px;

  left: 39%;

  transform: translateX(-50%);

  font-size: 82px;

  font-weight: 700;

  color: rgba(197, 78, 14, 0.4);

  z-index: 1;
}

.process-step .step-icon-wrapper {
  width: 125px;

  height: 125px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 20px auto;

  /* Inactive state (default) */

  background-color: var(--secondary-color);

  color: var(--light-color);

  border: 1px solid var(--white);

  /* Subtle border */

  font-size: 36px;

  position: relative;

  z-index: 2;

  transition: all 0.3s ease;
}

/* Active state styling */

.process-step.active .step-icon-wrapper {
  background-color: var(--bg1-color);

  color: var(--primary-color);

  border-color: var(--bg1-color);
}

.process-step .step-title {
  color: var(--light-color);

  font-size: var(--heading-size);

  font-weight: 600;

  margin-bottom: 10px;
}

.process-step .step-icon-wrapper:hover {
  background-color: var(--hover-color1);

  color: var(--light-color);

  border-color: var(--hover-color2);
}

/* Bottom Description */

.working-process-section .section-description {
  color: var(--light-color) !important;

  font-size: var(--para-size);

  line-height: 1.7;

  margin-top: 20px;
}

/* *********************product section code********************* */

.ultproducts-section {
  background-color: var(--bg2-color);
}

.ultproducts-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  border-radius: var(--radius);

  background-color: var(--bg1-color);
}

.card-footer {
  background-color: var(--bg1-color);
}

.ultproducts-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.ultproducts-img-ratio {
  position: relative;

  width: 100%;

  padding-top: 100%;

  overflow: hidden;
}

.ultproducts-img-ratio img {
  aspect-ratio: 1 / 1;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: auto;

  object-fit: cover;
}

.ultproducts-img-container {
  overflow: hidden;
}

.ultproducts-img-top {
  transition: transform 0.4s ease;
}

.ultproducts-card:hover .ultproducts-img-top {
  transform: scale(1.05);
}

.ultproducts-link {
  color: var(--btn-color2);

  font-size: var(--para-size);
}

.ultproducts-link svg {
  color: var(--primary-color);
}

.ultproducts-link:hover {
  color: var(--hover-color2);
}

.ultproducts-title-link {
  text-decoration: none;
}

.ultproducts-title:hover {
  color: var(--hover-color2);
}

/* *********************category page section code************************** */

.lab-section {
  background-color: var(--bg2-color);
}

.content-section {
  width: 100%;
}
.left-content-wrapper {
  float: right;
  max-width: 400px;
  width: 100%;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.image-container {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 20px;
}

.image-container img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.main-img {
  object-fit: cover;

  display: block;

  margin: auto;
}

.multi-imgs {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-top: 10px;
}

.multi-imgs .imgs {
  border: 1px solid var(--primary-color);

  width: 55px;

  height: 55px;

  cursor: pointer;

  overflow: hidden;

  border-radius: 4px;

  transition: all 0.3s ease;
}

.multi-imgs .imgs img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}

.multi-imgs .imgs.active {
  border: 2px solid var(--primary-color);

  transform: scale(1.05);
}

.multi-imgs .imgs.youTube a {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  background-color: #f70000;
}

.multi-imgs .imgs.youTube a svg {
  width: 30px;

  height: 30px;

  color: white;
}

.product-description p,
.product-description li,
.product-description ul {
  line-height: 1.6;

  text-align: justify;

  margin-bottom: 6px;
}

.button-container {
  display: flex;

  gap: 10px;

  flex-wrap: wrap;

  justify-content: space-evenly;

  margin-bottom: 20px;
}

/* ************************BLOG DETIL PAGE SECTION************************************ */

.blog-section105 {
  background-color: var(--bg2-color);
}

.main-content105 {
  background-color: var(--bg1-color);

  padding: 2rem;

  border: 1px solid var(--border-color);
}

@media (max-width: 767.98px) {
  .main-content105 {
    padding: 1.5rem;
  }
}

.blog-title-wrapper105 {
  display: flex;

  align-items: flex-start;

  gap: 0.75rem;

  margin-bottom: 10px;
}

.blog-title-wrapper105 .title-icon105 {
  flex-shrink: 0;

  width: 24px;

  height: 24px;

  margin-top: 0.5rem;
}

.blog-title105 {
  font-size: 2.25rem;

  font-weight: 900;

  color: var(--heading-color);

  line-height: 1.3;
}

.blog-image105 {
  width: 100%;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  border-radius: var(--radius);

  margin-bottom: 2rem;
}

.post-dateX {
  font-size: var(--para-size);

  color: var(--para-color);

  font-weight: 600;
}

/* --- NEW/MODIFIED STYLE FOR THE DATE --- */

.blog-meta105 {
  /* margin-top: 1rem;

            margin-bottom: 1rem; */

  color: var(--primary-color);

  font-size: var(--para-size);

  display: flex;

  font-weight: 700;

  align-items: center;

  gap: 0.5rem;
}

.blog-meta105 .meta-icon {
  width: 16px;

  height: 16px;
}

/* --- Sidebar --- */

.sidebar105 .widget105 {
  background-color: var(--bg1-color);

  padding: 1.5rem;

  border: 1px solid var(--bg2-color);
}

.widget-title105 {
  font-size: var(--heading-size);

  font-weight: 600;

  color: var(--heading-color);

  padding-bottom: 0.75rem;

  margin-bottom: 10px;

  border-bottom: 1px solid var(--primary-color);
}

.related-blogs-list105 {
  list-style: none;

  padding: 0;

  margin: 0;
}

.related-post-item105 {
  display: flex;

  gap: 1rem;
}

.related-post-item105:not(:last-child) {
  margin-bottom: 1rem;
}

.related-post-item105 img {
  aspect-ratio: 4 / 3;

  width: 100%;

  height: auto;

  border-radius: var(--radius);
}

.related-post-item105 .post-title105 {
  font-weight: 700;

  line-height: 1.6;

  font-size: var(--para-size);
}

.related-post-item105 .post-title105 a {
  text-decoration: none;

  color: var(--heading-color);

  transition: color 0.3s ease;
}

.related-post-item105 .post-title105 a:hover {
  color: var(--hover-color1);
}

/*************************** privacy policy content********************** */

.privacy-container {
  background-color: var(--bg2-color);
}

.heading-1 {
  font-size: var(--heading2-size);

  color: var(--heading-color);

  margin-bottom: 20px;

  font-weight: 600;
}

.privacy-container a {
  font-size: var(--para-size);

  color: var(--primary-color);
}

.privacy-box {
  padding: 20px;

  background: var(--bg1-color);
}

/* ***********new faq design code ******************/

.faq-redesign-section {
  background-color: var(--bg1-color);
}

.faq-nav-vertical .nav-link {
  font-size: var(--heading-size);

  font-weight: 500;

  color: var(--heading-color);

  padding: 1rem;

  border: none;

  border-top: 1px solid var(--primary-color);

  border-radius: 0;

  position: relative;

  background: var(--bg2-color);

  transition: none;
}

.faq-nav-vertical .nav-link:first-child {
  border-top: none;
}

/* Style for the active nav link */

.faq-nav-vertical .nav-link.active {
  color: var(--primary-color);

  background-color: var(--bg1-color);

  border-left: 2px solid var(--primary-color);

  font-weight: 600;

  padding-left: 2.25rem;
}

.faq-nav-vertical .nav-link.active {
  border-top-color: transparent;
}

.faq-tab-content {
  background-color: var(--bg2-color);

  border-top: 1px solid var(--primary-color);
}

.custom-accordion-item {
  border: none;

  border-top: 1px solid var(--primary-color);

  border-radius: 0;

  box-shadow: none;

  margin-bottom: 0;

  padding: 0;
}

.faq-tab-content .custom-accordion-item:first-child {
  border-top: none;
}

.custom-accordion-question {
  font-size: var(--heading-size);

  font-weight: 600;

  color: var(--heading-color);

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 1rem;
}

.custom-accordion-question span {
  padding-right: 1rem;
}

.custom-accordion-answer {
  max-height: 0;

  overflow: hidden;

  color: var(--para-color);

  line-height: 1.7;

  font-size: var(--para-color);

  transition: max-height 0.3s ease-out, padding 0.3s ease-out;

  padding: 0 1.5rem;
}

.custom-accordion-item.active .custom-accordion-question {
  color: var(--primary-color);
}

.custom-accordion-item.active .custom-accordion-answer {
  max-height: 200px;

  padding-top: 0;

  padding-bottom: 1.75rem;

  transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

.icon-toggle {
  width: 1.75rem;

  height: 1.75rem;

  background-color: transparent;

  font-weight: normal;

  font-size: 1rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  /* Make it round */

  cursor: pointer;

  flex-shrink: 0;

  /* Collapsed state: (down arrow) */

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%230e7ecd' class='bi bi-arrow-down-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-size: 1.75rem;

  background-position: center;
}

/* Remove the old '+' content */

.icon-toggle::after {
  content: "";
}

/* Active state for your JS */

.custom-accordion-item.active .icon-toggle {
  background-color: var(--border-light);

  color: var(--hover-color2) !important;

  /* Active state: (up arrow) */

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%230e7ecd' class='bi bi-arrow-up-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z'/%3e%3c/svg%3e");
}

/* Remove the old '−' content */

.custom-accordion-item.active .icon-toggle::after {
  color: var(--hover-color2);

  content: "";
}

/* ****************market area section code ************** */

/* Section Wrapper */

.market-area {
  background: var(--bg2-color);
}

/* Heading */

.Marektheading {
  text-align: center;

  margin-bottom: 30px;
}

.Marektheading {
  font-size: var(--title-size);

  font-weight: 600;

  color: var(--heading-color);
}

/* Sub-headings (States & Cities titles) */

.market-area h2 {
  font-size: var(--heading2-size);

  font-weight: 600;

  margin: 30px 0 15px;

  color: var(--heading-color);

  border-left: 5px solid var(--primary-color);

  padding-left: 10px;
}

/* Market Cards */

.marketcard {
  display: block;

  text-align: center;

  padding: 12px 10px;

  border-radius: var(--radius);

  background: var(--bg1-color);

  box-shadow: 0 4px 10px rgba(59, 59, 59, 0.1);

  font-size: 16px;

  /* font-weight: 500; */

  color: var(--secondary-color);

  text-decoration: none;

  transition: all 0.3s ease;
}

/* Hover effect */

.marketcard:hover {
  /* background: var(--); */

  color: var(--light-color);

  transform: translateY(-3px);

  background-color: var(--hover-color2);

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

/* *****************************siteMap Section code**************************** */

.sitemap-section {
  background: var(--bg2-color);
}

.sitemapbox {
  padding: 20px;

  background: var(--bg1-color);
}

.sitemap-section .sitempheading {
  font-size: var(--heading2-size);

  font-weight: 600;

  margin-bottom: 20px;

  border-bottom: 3px solid var(--secondary-color);

  display: inline-block;

  padding-bottom: 5px;

  color: var(--header-color);
}

/* Root UL */

.sitemapcon {
  list-style: none;

  padding-left: 0;

  margin: 0;

  font-size: var(--para-size);
}

/* Parent LI */

.sitemapcon > li {
  position: relative;

  margin: 10px 0;

  padding-left: 20px;
}

/* Add vertical line before items */

.sitemapcon > li::before {
  content: "";

  position: absolute;

  top: 0;

  left: 8px;

  bottom: 0;

  border-left: 2px solid var(--primary-color);
}

/* Horizontal line for each item */

.sitemapcon > li::after {
  content: "";

  position: absolute;

  top: 12px;

  left: 8px;

  width: 10px;

  border-top: 2px solid var(--primary-color);
}

/* Links */

.sitemapcon a {
  text-decoration: none;

  color: var(--para-color);

  font-size: var(--para-size);

  transition: color 0.2s;
}

.sitemapcon a:hover {
  color: var(--hover-color1);

  font-weight: 600;
}

/* Subcategories */

.sitemapsubcat {
  list-style: none;

  margin: 5px 0 5px 20px;

  padding-left: 15px;

  border-left: 2px solid var(--secondary-color);
}

.sitemapsubcat li {
  position: relative;

  margin: 10px 0;

  padding-left: 15px;
}

.sitemapsubcat li::before {
  content: "";

  position: absolute;

  top: 12px;

  left: -15px;

  width: 15px;

  border-top: 2px solid var(--secondary-color);
}

/* Responsive adjustments */

@media (max-width: 767px) {
  .sitemap-section {
    padding: 20px 10px;
  }

  .sitemap-section .you_may {
    font-size: 16px;
  }

  .sitemapcon {
    font-size: 13px;
  }
}

/* **************************CONTACT US PAGE SECTION************************* */

.contact-info-section {
  background-color: var(--bg2-color);
}

.info-card {
  background-color: var(--bg1-color);

  padding: 1.5rem 1.5rem;

  border-radius: var(--radius);

  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);

  text-align: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contacthead {
  font-weight: 600;

  font-size: var(--heading-size);

  color: var(--heading-color);

  margin-top: 10px;
}

.info-card hr {
  width: 250px;

  margin: 1rem auto;

  border-width: 2px;

  color: var(--primary-color);

  opacity: 1;
}

.info-card .icon svg {
  color: var(--secondary-color);
}

.info-card p {
  color: var(--para-color);

  font-size: var(--para-size);

  line-height: 1.6;
}

.info-card p a {
  text-decoration: none;

  color: var(--para-color);
}

.info-card p a:hover {
  color: var(--hover-color);
}

.contact-section {
  background-color: var(--bg1-color);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* --- Map Styling --- */

.leftsection-Map {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.map-container {
  height: 100%;

  min-height: 400px;
}

.map-container iframe {
  width: 100%;

  height: 100%;

  border: 0;
}

/* --- Form Styling --- */

.leftsection-contact {
  /* border: 1px solid var(--border-light); */

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

  padding: 30px 30px;
}

.form-heading {
  font-weight: 600;

  font-size: 28px;

  color: var(--primary-color);

  margin-bottom: 1rem;
}

.colordhead {
  color: var(--secondary-color);
}

.form-control:focus {
  background-color: var(--bg2-color);

  border-color: var(--secondary-color);

  box-shadow: 0 0 0 0.25rem rgba(232, 76, 76, 0.25);
}

label {
  color: #e63629;
}

/* Styles for intl-tel-input */

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 40px;
}

.btn-custom-red {
  background-color: #c5292a;

  border-color: #c5292a;

  color: #ffffff;

  font-weight: 600;

  letter-spacing: 0.5px;

  padding: 0.85rem 1.5rem;

  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-custom-red:hover {
  background-color: #a72324;

  border-color: #a72324;

  color: #ffffff;
}

/* **************breadcome section code********************* */

.img-breadcum {
  padding: 100px 0 90px;

  text-align: center;

  position: relative;

  z-index: 1;
}

.img-breadcum img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  z-index: -2;
}

.img-breadcum::before {
  background: linear-gradient(180deg, rgba(22, 29, 37, 0.5), rgb(22, 29, 37));

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.9;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

  pointer-events: none;
}

.img-breadcum .sub-tt {
  color: var(--light-color);

  font-weight: 500;

  font-size: 16px;

  margin-bottom: 10px;

  background-color: var(--secondary-color);

  border-radius: var(--radius);

  padding: 6px 9px;

  display: inline-block;
}

.img-breadcum .tt {
  font-weight: 600;

  font-size: 25px;

  line-height: 1.3;

  letter-spacing: normal;

  margin-bottom: 0px;

  color: var(--light-color);

  max-width: 650px;

  margin: 0 auto;

  text-transform: capitalize;
}

.img-breadcum p {
  color: var(--white);

  margin-top: 12px;

  font-size: 17px;

  margin-bottom: 0;
}

.img-breadcum.img-breadcum2 {
  text-align: left;

  padding: 60px 0;
}

.breadcum-sec {
  background-color: var(--bg1-color);

  padding: 7px 0;

  border-bottom: 1px solid #e1e1e2;
}

.breadcum-sec ul {
  display: flex;

  gap: 0 18px;

  flex-wrap: wrap;

  list-style: none;

  margin: 0;

  padding: 0;
}

.breadcum-sec ul li {
  color: var(--heading-color);

  font-size: 14px;

  font-weight: 400;

  letter-spacing: normal;

  padding: 0;

  position: relative;
}

.breadcum-sec ul li a {
  color: var(--heading-color);

  text-decoration: none;
}

.breadcum-sec ul li a:hover {
  color: var(--hover-color1);

  font-weight: 500;
}

.breadcum-sec ul li a::before {
  content: "/";

  position: absolute;

  top: 1px;

  right: -11px;

  font-size: 14px;

  color: var(--heading-color);
}

.img-breadcum {
  padding: 70px 0 60px;
}

/* ***********************************popup code **************************** */

.enquiry-dialog {
  max-width: 350px;
}

.iti__country-list {
  max-width: 280px;
}

.enquiry-card {
  border: none;

  border-radius: 12px;

  padding: 12px 16px 20px;

  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.show {
  opacity: 0.35;
}

.modal-title {
  color: var(--header-color);
}

.enquiry-input:focus {
  border-color: var(--text1-color);

  box-shadow: 0 0 0 0.2rem rgba(231, 237, 107, 0.08);
}

.enquiry-submit {
  background: var(--btn-color);

  color: var(--white);

  border-radius: var(--radius);

  padding: 4px 8px;
}

.enquiry-submit:hover,
.enquiry-submit:focus {
  background: var(--primary-color);

  border-color: var(--white);
}

textarea.enquiry-input {
  resize: vertical;
}

.enquiry-input:focus {
  border-color: #cfd6e3;

  box-shadow: 0 0 0 0.2rem rgba(217, 253, 13, 0.08);
}

.enquiry-submit {
  background: var(--btn-color);

  color: var(--white);

  font-size: 1rem;
}

.enquiry-submit:hover,
.enquiry-submit:focus {
  background: var(--primary-color);

  color: var(--white);
}

/* Product image inside modal */

.modal-body .product-img {
  width: 100%;

  /* keep aspect ratio */

  height: 100%;

  /* keep aspect ratio */

  object-fit: cover;

  /* ensures image doesn’t stretch */

  aspect-ratio: 1/1;
}

.popupheading {
  font-size: 24px;

  font-weight: 600;

  color: var(--heading-color);
}

/* ===== Floating Action Buttons (FAB) ===== */

.fab-stack {
  --fab-size: 52px;

  --fab-gap: 12px;

  position: fixed;

  right: calc(35px + env(safe-area-inset-right, 0));

  bottom: calc(30px + env(safe-area-inset-bottom, 0));

  display: flex;

  flex-direction: column;

  gap: var(--fab-gap);

  z-index: 1040;
}

.fab-btn {
  width: var(--fab-size);

  height: var(--fab-size);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 0;

  color: var(--white);

  background-color: var(--header-color2);

  cursor: pointer;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;

  outline: none;
}

.business-enq {
  position: fixed;

  bottom: 35px;

  right: 20px;

  font-weight: 500;

  z-index: 9;

  border: 0;

  outline: 0;

  background-color: var(--primary-color);

  color: var(--white);

  font-size: 14px;

  padding: 5px;

  padding-right: 15px;

  border-radius: 24px;

  transition: 0.2s ease-in-out;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.business-enq:hover {
  transform: scale(1.03);
}

.business-enq .icon {
  height: 32px;

  width: 32px;

  border-radius: 100%;

  line-height: 32px;

  text-align: center;

  display: inline-block;

  background: var(--bg1-color);

  color: var(--text-color);
}

.business-enq .icon svg {
  height: 18px;

  color: var(--primary-color);

  width: 18px;
}

.form-control {
  padding: 8px 12px;

  font-size: 14px;

  border-radius: var(--radius);

  width: 100%;
}

.fab-whatsapp {
  background: #25d366;

  border: 1px solid #25d366;
}

@media (prefers-reduced-motion: reduce) {
  .fab-btn {
    transition: none;
  }
}

@media (min-width: 992px) {
  .fab-stack {
    right: calc(24px + env(safe-area-inset-right, 0));

    bottom: calc(84px + env(safe-area-inset-bottom, 0));

    --fab-size: 56px;
  }
}

/* ===== Mobile contact bar (shown only < LG) ===== */

.contact-bar-mobile {
  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  display: flex;

  z-index: 1040;

  height: 52px;

  padding-bottom: env(safe-area-inset-bottom, 0);
}

.contact-item {
  flex: 1 1 0;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  font-weight: 500;

  font-size: 14px;

  color: var(--white);

  text-decoration: none;

  border: 0;
}

.contact-call {
  background: var(--primary-color);

  color: var(--white);
}

.contact-wa {
  background: #25d366;

  color: var(--white);
}

.contact-enq {
  background: var(--secondary-color);

  color: var(--white);
}

.ci-icon {
  display: inline-flex;
}

.ci-label {
  line-height: 1;
}

.iti {
  width: 100%;
}

/* side area floting button area  */

.side-nav {
  position: fixed;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  background: var(--secondary-color);

  z-index: 100;

  border-radius: var(--radius);

  overflow: hidden;
}

.side-nav ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

.side-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.side-nav ul li a {
  display: flex;

  align-items: center;

  gap: 10px;

  color: var(--white);

  text-decoration: none;

  padding: 8px 12px;

  transition: all 0.3s ease;
}

.side-nav ul li a span {
  font-size: 14px;

  white-space: nowrap;
}

/* Hover effect */

.side-nav ul li a:hover {
  background: var(--hover-color1);

  color: var(--white);
}

.side-nav ul li a:hover i {
  transform: scale(1.2);
}

/* Active link */

.side-nav ul li.active a {
  background: var(--primary-color);

  color: var(--white);

  position: relative;
}

.side-nav ul li.active a::after {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 1px;

  height: 100%;

  background: var(--bg1-color);
}

.leadseo table {
  width: auto;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0;
}

.leadseo table th,
.leadseo table td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.leadseo table tr:nth-child(even) {
  background: #f8f8f8;
}

.leadseo table tr:hover {
  background: #f1f1f1;
}

.leadseo table td:first-child {
  font-weight: 600;
  width: 40%;
  background: #fafafa;
}

.leadseo table td p {
  margin: 0;
}

/* Optional — make it scroll on mobile */
@media (max-width: 600px) {
  .leadseo table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
