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

  --font: "DM Sans", serif;

  --font2: "Red Hat Display", serif;

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

  --radius: 1px;

  --para-size: 14px;

  --topbar-size: 18px;

  --heading-size: 18px;

  --heading2-size: 22px;

  --heading3-size: 26px;

  --title-size: 30px;

  --large-text: 40px;

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

  --primary-color: #036d9f;

  --secondary-color: #013b55;

  --btn-colo2: #013b55;

  --btn-color: #036d9f;

  --hover-color1: #036d9f;

  --hover-color2: #013b55;

  --bg1-color: #ffffff;

  --bg2-color: #f8f8f8;

  --white: #ffffff;

  --para-color: #5d666f;

  --heading-color: #1c2539;

  --dark-text: #0a0a0a;

  --hover-text: #0a0a0a;

  --topbar-color: #ffffff;

  --footer-color: #20282d;

  --border-light: #e0e0e0;

  --light-color: #f2f2f2;

  --icon-bg: #2b3440;

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

  --gradient1-color: linear-gradient(
    rgba(115, 217, 233, 0.48),
    rgba(30, 30, 30, 0.95)
  );

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

body {
  margin: 0;

  padding: 0;

  font-family: var(--font2);

  box-sizing: border-box;

  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

  color: var(--white);

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

  display: inline-flex;

  gap: 5px;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  font-weight: 600;

  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-color2);

  color: var(--white);

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

.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;

  outline: none;

  background-color: transparent;

  transition: 0.2s ease-in-out;

  justify-content: center;

  border-radius: var(--radius);

  line-height: 1;

  text-decoration: none;

  cursor: pointer;
}

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

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

.main-btn3 {
  padding: 0.75rem 1.5rem;

  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;

  font-family: var(--font2);

  white-space: nowrap;

  cursor: pointer;

  outline: none;

  transition: 0.4s ease-in-out;

  justify-content: center;

  border-radius: var(--radius);

  line-height: 1;

  text-decoration: none;

  position: relative;

  z-index: 2;

  transition: all 0.3s ease;
}

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

  border: transparent;

  color: var(--white);
}

.main-btn,
.main-btn2 {
  padding: 8px 9px;
  gap: 2px;
  font-size: 12px;
  letter-spacing: -0.2px;
}

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

  transform-origin: 0 0;
}

.product .g-recaptcha {
  transform: scale(1.04);

  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(--primary-color);

  text-decoration: none;

  font-weight: 500;

  transition: color 0.3s ease;
}

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

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

.social {
  display: flex;

  justify-content: center;

  list-style: none;

  gap: 30px;

  margin-bottom: 0;

  padding: 0;
}

header {
  position: relative;
}

.mid-bar.stricky-fixed {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

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

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

  animation-name: fadeInDown;

  animation-duration: 0.6s;

  animation-fill-mode: both;

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

.mid-bar {
  background: var(--topbar-color);

  padding-top: 0;
  border-bottom: 1px solid #eeee;
}

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

  padding: 6px 0;

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

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

  font-family: var(--font2);

  margin-bottom: 0;

  font-weight: 500;

  margin-left: 2px;
}

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

  font-size: 12px;

  text-decoration: none;

  transition: color 0.3s ease;
}

.top-bar p svg {
  margin-top: -2px;

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

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

  text-decoration: none;
}

.top-bar a:hover {
  color: var(--border-light);
}

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

/* .top-bar p:hover {

    color: var(--hover-color1);



} */

.logo img {
  max-width: 250px;

  width: auto;

  max-height: 60px;

  height: auto;
}

.menubar {
  position: relative;

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

.menubar .logo {
  display: none;
}

.menubar.stricky-fixed {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  background: #fff;

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

  animation-name: fadeInDown;

  animation-duration: 1s;

  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(--bg2-color);

  border: 0;

  outline: 0;

  color: var(--white);

  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: var(--primary-color);

  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: 23px 11px;

  display: block;

  color: var(--heading-color);

  transition: all 0.3s ease;

  font-size: 16px;

  font-family: var(--font2);

  background: transparent;

  font-weight: 700;

  text-transform: capitalize;

  text-decoration: none;
}

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

  background: transparent;

  text-decoration: none;
}

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

  left: 0;

  text-align: left;
}

.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: var(--bg1-color);

  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);

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

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

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

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

  color: var(--heading-color);

  padding: 5px 10px;

  font-size: 13px;
}

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

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

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

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

  padding: 6px 12px;

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

  position: relative;

  display: block;

  text-transform: capitalize;

  transition: all 0.2s;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  font-weight: 400;
}

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

  background: transparent;

  outline: 0;

  padding: 0;

  margin: 0 0 0 3px;

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

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

  height: 14px;

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

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

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

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
  color: var(--light-color);
}

.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: var(--secondary-color);
}

.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: 300px;

  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: #fff;

  color: var(--para-color);

  margin: 0;

  padding: 0;

  text-align: left;
}

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

  padding: 0;

  width: 100%;
}

.call-now {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 10px;

  /* border-right: 1px dashed var(--border-color); */
}

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

  width: 30px;

  height: 30px;

  color: white;

  background: var(--primary-color);

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

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

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

  font-weight: 600;

  color: var(--dark-text);

  line-height: normal;

  text-transform: none;

  text-decoration: none;
}

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

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

.cta-section {

    position: relative;

    z-index: 10;

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

}



.cta-box {

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

    border-radius: var(--radius);

    padding: 2rem;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);

    margin-bottom: -50px;

}

.cta-content-wrapper {


    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}


@media (min-width: 768px) {

    .cta-content-wrapper {

        flex-direction: row;

        justify-content: space-between;

        text-align: left;

    }



    .cta-text {

        margin-bottom: 0;

        /* Equivalent to Bootstrap's mb-md-0 */

    }

}

/* --- Footer Main Area --- */

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

  color: var(--white);
}

.footer-logo {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 15px;
}

.logo-icon {
  display: flex;

  align-items: center;

  justify-content: center;
}

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

  width: auto;

  max-height: 100px;

  height: auto;
}

/* Social Icons */

.social-links {
  display: flex;

  gap: 10px;
}

.social-btn {
  width: 40px;

  height: 40px;

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

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 4px;

  text-decoration: none;

  transition: 0.3s;
}

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

  transform: translateY(-3px);
}

.title-divider {
  display: inline-block;

  width: 30px;

  height: 2px;

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

  position: relative;

  margin-top: 5px;
}

.title-divider::after {
  content: "";

  position: absolute;

  right: -10px;

  width: 5px;

  height: 2px;

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

/* Links List */

.footer-links {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--white);

  text-decoration: none;

  transition: 0.3s;

  display: flex;

  align-items: center;
}

.footer-links a:hover {
  color: var(--light-color);

  padding-left: 5px;
}

.contact-itemf {
  display: flex;

  align-items: flex-start;

  margin-bottom: 10px;
}

.contact-icon {
  width: 45px;

  height: 45px;

  background-color: var(--icon-bg);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 4px;

  flex-shrink: 0;

  cursor: pointer;

  margin-right: 15px;

  font-size: 18px;
}

/* --- Copyright Bar --- */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  padding: 10px
}

.bottom-links a {
  color: var(--light-color);

  text-decoration: none;

  margin-left: 20px;
font-size: var(--small-text);
  transition: 0.3s;
}

/* Responsive */

@media (max-width: 991px) {
  .footer-widget-title {
    margin-top: 30px;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .title-no-margin-mobile {
    margin-top: 0 !important;
  }
}

/* Popular Searches */

.foot08-head {
  color: var(--white);
}

.ft-sep {
  margin-right: 30px;
}

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

  padding: 0;

  margin: 0;

  display: flex;

  flex-wrap: wrap;

  gap: 6px 6px;

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

.foot08-popular-list li {
  color: var(--white);
}

.foot08-popular-list li::after {
  margin-left: 12px;

  color: var(--white);
}

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

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

  text-decoration: none;

  transition: color 0.2s;
}

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

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

/* ************************************************hero section code section ***************************************/
#scrollTopBtn {
  position: fixed;
  left: 20px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
  z-index: 999;
}



#progressCircle {
  stroke-dasharray: 125;
  stroke-dashoffset: 125;
  transition: stroke-dashoffset 0.2s linear;
}

.Marquee {
  width: 100%;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  overflow: hidden;

  position: relative;
}

.Marquee-content {
  display: inline-block;

  white-space: nowrap;

  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.Marquee-tag {
  display: inline-block;

  padding-left: 1rem;

  font-size: 1.2rem;

  white-space: nowrap;
}

.Marquee-tag p {
  color: var(--heading-color);
}

.eyebrow-section {
  color: var(--secondary-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;
}

.eyebrow-section2 {
  color: var(--white);

  align-content: center;

  font-size: var(--para-size);
  padding: 4px 6px;
    background-color: var(--primary-color);

  display: inline-block;

  line-height: 1;

  margin-bottom: 15px;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 0.5px;
}


.leadsure {
  padding: 56px 0;
}
.colortext{
  color: var(--primary-color) !important;
}

.leadsureheading {
  font-weight: 600;

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

  font-family: var(--font);

  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);

  font-family: var(--font);
}

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

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

  color: var(--heading-color);

  font-family: var(--font);
}

.lead3 {
  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

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

  color: var(--para-color);

  line-height: 1.6;
}

.lead2 {
  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;
}

.lead1 {
  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;

  font-family: var(--font);
}

.heading-text {
  font-size: 2rem;

  font-weight: 700;

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

.heading-underline {
  height: 4px;

  width: 60px;

  border-radius: 2px;

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

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

  font-weight: 700;

  text-transform: uppercase;

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

  margin-bottom: 35px;

  font-family: var(--font);
}

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

  font-family: var(--font);
}

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

  font-weight: 600;

  color: var(--heading-color);

  margin-bottom: 10px;

  line-height: 1.2;

  font-family: var(--font);
}

main,
main img {
  overflow: hidden;

  display: block;

  width: 100%;
}

/* #carouselExampleAutoplaying img {
  aspect-ratio: 1920 / 710;
} */

.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 {
  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;
}

#sticky {
  position: sticky;

  top: 100px;

  z-index: 2;
}

main {
  overflow: unset;
}

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

.aboutsection {
  background-color: var(--bg1-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: 1px;

  left: 50px;

  width: 170px;

  height: 170px;

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

  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;

  color: var(--white);

  padding: 0;
}

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

  font-weight: 700;

  color: var(--white);

  line-height: 1.1;

  margin-bottom: 0;
}

.feature-copy .seo-content62 {
  max-height: 304px;

  overflow: hidden;

  transition: max-height 0.5s ease;
}

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

.read-more-toggle:checked ~ .seo-content62 {
  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: "Read 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);
}

/* *********category related product code section***************** */

.section-14 {
  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-card .zis1.fw-semibold {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: auto;
  border-bottom: 1px solid var(--primary-color);
  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);
}

/* **********************post your requirment *************** */

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

.contact-card {
  background: #fff;

  border-radius: 12px;

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

  overflow: hidden;

  width: 100%;
}

/* --- Left Side (Dark) --- */

.contact-info-panel {
  background-color: var(--footer-color);

  color: #fff;

  padding: 100px 50px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.info-item {
  display: flex;

  align-items: flex-start;

  margin-bottom: 30px;
}

.icon-box {
  width: 50px;

  height: 50px;

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

  border-radius: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  margin-right: 20px;
}

/* --- Right Side (Form) --- */

.contact-form-panel {
  padding: 60px 50px;

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

  box-shadow: 0 10px 30px rgba(144, 12, 12, 0.5);
}

.map-container-51 {
  position: relative;

  overflow: hidden;

  width: 100%;

  padding-top: 25%;
}

.map-container-51 iframe {
  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

  border: none;
}

/*************** our vision and mission section code************** */

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

section.mission_vision {
  height: auto;
}

/* Main Card */

section.mission_vision .mission_vision_item {
  background: #f2f2f2;

  padding: 43px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 40px;

  position: sticky;

  top: 150px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: left center;

  transition: 0.3s;

  background-image: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.mission_vision .mission_vision_item {
    flex-wrap: wrap;

    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  section.mission_vision .mission_vision_item {
    flex-wrap: wrap;

    gap: 25px;

    padding: 20px;
  }
}

section.mission_vision .mission_vision_item * {
  transition: 0.3s;
}

/* Hover Effects */

section.mission_vision .mission_vision_item:hover {
  background-image: url("../../designer/images/about-bottom.webp");

  background-position: center center;
}

section.mission_vision .mission_vision_item:hover .mission_vision_left img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%)
    hue-rotate(325deg) brightness(102%) contrast(100%);
}

section.mission_vision .mission_vision_item:hover * {
  color: #fff;
}

section.mission_vision .mission_vision_item:hover .mission_vision_right .arrow {
  background: var(--secondary-color);
}

section.mission_vision
  .mission_vision_item:hover
  .mission_vision_right
  .arrow
  svg {
  color: var(--light-color);
}

/* Last Item */

section.mission_vision .mission_vision_item:last-child {
  top: 30px !important;

  margin-bottom: 0;
}

/* Left Side */

section.mission_vision .mission_vision_left {
  display: flex;

  align-items: center;

  gap: 50px;

  flex-basis: 36%;
}

@media only screen and (max-width: 1199px) {
  section.mission_vision .mission_vision_left {
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  section.mission_vision .mission_vision_left {
    flex-basis: 100%;
  }
}

/* Right Side */

section.mission_vision .mission_vision_right {
  flex-basis: 65%;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  section.mission_vision .mission_vision_right {
    flex-direction: column;

    gap: 15px;

    align-items: flex-start;
  }
}

section.mission_vision .mission_vision_right p {
  margin: 0;

  max-width: 70%;
}

@media only screen and (max-width: 575px) {
  section.mission_vision .mission_vision_right p {
    max-width: 100%;
  }
}

/* Arrow */

section.mission_vision .mission_vision_right .arrow {
  height: 62px;

  width: 62px;

  background: var(--primary-color);

  display: flex;

  align-items: center;

  justify-content: center;
}

@media only screen and (max-width: 575px) {
  section.mission_vision .mission_vision_right .arrow {
    height: 40px;

    width: 40px;
  }
}

section.mission_vision .mission_vision_right .arrow svg {
  color: #ffffff;
}

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

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

#map {
  width: 100%;

  height: 400px;

  border-radius: 12px;
}

.blinking-marker {
  width: 15px;

  height: 15px;

  border-radius: 50%;

  background: var(--primary-color);

  box-shadow: 0 0 10px var(--primary-color);

  animation: blink 1.5s infinite;

  border: 3px solid white;
}

@keyframes blink {
  0% {
    transform: scale(1);

    opacity: 1;
  }

  50% {
    transform: scale(1.5);

    opacity: 0.3;
  }

  100% {
    transform: scale(1);

    opacity: 1;
  }
}

.leaflet-popup {
  background: white;

  color: #333;

  box-shadow: 0 0 15px rgba(218, 17, 218, 0.9);

  /* RED shadow */

  border-radius: 12px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;

  text-align: left;

  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 11px 19px 9px 11px !important;

  line-height: 1.3;

  font-size: 10px;

  min-height: 1px;
}

.leaflet-right .leaflet-control {
  display: none;
}

.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: 335px;

  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);
}

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

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

  position: relative;

  overflow: hidden;
}

/* .left-section {

    padding: 10px;

    min-height: 1px !important;

    transition: min-height 0.3s ease;

} */

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

  content: "";

  position: absolute;

  inset: 0;

  background-image: url("https://html.themewant.com/invena/assets/images/about/shape/01.png");

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left;

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

  z-index: 0;

  top: -1%;

  opacity: 1;
}

.faq-img-sec img {
  width: 100%;
  /* 
    clip-path: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%); */

  aspect-ratio: 4/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: 30px;
}

.faq-item {
  position: relative;

  margin-bottom: 15px;

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

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

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

  border: 1px solid #dfdfdf;

  padding: 18px 40px 18px 10px;

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

  font-weight: 500;

  color: var(--heading-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(--dark-text);
}

.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);

  padding: 5px 10px;
}

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

  padding: 5px 10px 5px 10px;

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

@media (max-width: 768px) {
  .faq-wrapper {
    flex-direction: column;
  }

  .left-section {
    flex: none;

    padding: 30px 20px;
  }

  .right-section {
    padding: 30px 20px;
  }

  .faq-title {
    font-size: 28px;
  }
}

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

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

.blog-card {
  display: block;

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

  border-radius: 1px;

  transition: all 0.3s ease;
}

.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: 21px;
}

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

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

  text-transform: uppercase;

  margin-bottom: 10px;
}

/* *******************matrix section code/******************** */

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

  padding-bottom: 56px;
}

.stat-item-wrapper {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;

  position: relative;
}

/* --- Vertical Divider Logic --- */

.stat-col {
  position: relative;
}

.stat-col::after {
  content: "";

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  height: 60px;

  width: 1px;

  background-color: #e5e7eb;
}

/* Remove divider for the last item and on mobile */

.stat-col:last-child::after {
  display: none;
}

@media (max-width: 991px) {
  .stat-col::after {
    display: none;
  }

  .stat-col {
    margin-bottom: 40px;
  }

  .stat-col:last-child {
    margin-bottom: 0;
  }
}

/* --- Circular Progress --- */

.progress-circle-container {
  width: 110px;

  height: 110px;

  position: relative;

  flex-shrink: 0;
}

.progress-svg {
  transform: rotate(-90deg);

  /* Start from top */

  width: 100%;

  height: 100%;
}

.progress-bg {
  fill: var(--light-color);

  stroke: none;
}

.progress-bar {
  fill: none;

  stroke: var(--primary-color);

  stroke-width: 6px;

  stroke-linecap: round;

  /* 2 * PI * R (approx 45 radius) = ~283 */

  stroke-dasharray: 283;

  stroke-dashoffset: 283;

  /* Start empty */

  transition: stroke-dashoffset 2s ease-out;
}

.icon-overlay {
  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 32px;

  color: var(--primary-color);

  display: flex;

  align-items: center;

  justify-content: center;
}

.icon-overlay svg {
  /* Adjust stroke width if using regular fontawesome or custom SVG */

  -webkit-text-stroke: 1px transparent;
}

.stat-content {
  display: flex;

  flex-direction: column;

  justify-content: center;
}

.stat-number {
  font-size: 42px;

  font-weight: 700;

  color: var(--heading-color);

  line-height: 1;

  margin-bottom: 5px;
}

/********************** testimonial section code*************** */

/* --- Dark Hero Section --- */

.testimonial-hero {
  background-color: #0a0a0a;

  background-image: linear-gradient(135deg, #000000 0%, #1a1a1a 100%),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );

  background-size: cover;

  position: relative;

  padding: 56px 0 156px 0;

  color: #fff;

  overflow: hidden;
}

.testimonial-hero::before {
  content: "";

  position: absolute;

  top: -50%;

  left: -50%;

  width: 200%;

  height: 200%;

  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 50%
  );

  transform: rotate(30deg);

  pointer-events: none;
}

/* --- Cards Wrapper --- */

.testimonial-cards-wrapper {
  margin-top: -120px;

  position: relative;

  z-index: 10;
}

/* --- Swiper Customization --- */

.swiper {
  width: 100%;

  padding-bottom: 56px;

  overflow: visible;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

/* --- Individual Card Styling --- */

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

  padding: 23px;

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

  height: 100%;

  transition: transform 0.3s ease;

  border-radius: 2px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.review-cardB:hover {
  transform: translateY(-5px);

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

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

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

.review-card {

  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 {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  
}

 .review-card__list-section {
           
            /* background-color: var(--bg1-color); */
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 20px;
        }

/* 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;
  }
}

/* ********************why choose us section code******************** */

.why-choose-us-section {
  position: relative;

  background: var(--dark-overlay-gradient),
    url("https://media.istockphoto.com/id/1347088244/photo/kerala-most-beautiful-place-of-india.jpg?s=612x612&w=0&k=20&c=oBVJ6rUfq1YOua_4Oqhj0B1TFwcMFhniaysLJEN_eh8=")
      no-repeat center center;

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  overflow: hidden;
}

.image-wrapperA {
  position: relative;

  padding: 1rem;

  border-radius: var(--radius);

  width: 100%;
}

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

  width: 100%;

  height: auto;

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

.image-wrapperA::before {
  content: "";

  position: absolute;

  top: -10%;

  left: -20%;

  width: 50%;

  height: 120%;

  background-size: cover;

  background-repeat: no-repeat;

  opacity: 0.5;

  z-index: -1;
}

.feature-boxA {
  background-color: var(--primary-color);

  padding: 2rem 1rem;

  text-align: center;

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

  border-radius: var(--radius);

  transition: transform 0.3s ease, border-color 0.3s ease;

  height: 100%;
}

.feature-boxA:hover {
  transform: translateY(-8px);

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

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

.feature-boxA svg {
  color: var(--white);

  margin-bottom: 1rem;
}

/* *********************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;

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

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

  position: relative;

  width: 100%;

  padding-bottom: 100%;

  overflow: hidden;

  border-radius: 0;

  margin-bottom: 20px;
      box-shadow: 0 4px 15px rgb(78 78 78 / 20%);
}

.image-container img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

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

  text-align: justify;

  margin-bottom: 6px;
}

.button-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-evenly;
}

.aboutind {
  max-height: 444px;

  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);
}




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

.micron-box {
    border: 1px solid var(--border-light);
}


.micron-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.micron-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.micron-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* RIGHT CONTENT */
.micron-content-col {
    padding: 40px;
}

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

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

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

  border-radius: var(--radius);

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

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

  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;
}

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

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

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

.card-img-wrapper .card-img-top {
  width: 100%;

  height: auto;

  aspect-ratio: 4/3;

  object-fit: cover;
}

.date-badge {
  position: absolute;

  bottom: 15px;

  left: 15px;

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

  color: var(--white);

  border-radius: var(--radius);

  padding: 8px 10px;

  text-align: center;

  font-weight: 600;

  font-size: 14px;

  line-height: 1.1;
}

.date-badge span {
  font-size: 18px;

  display: block;
}

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

  flex-grow: 1;

  display: flex;

  flex-direction: column;
}

.card-title-wrapper {
  margin-bottom: 0.75rem;
}

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

  font-weight: 600;

  color: var(--heading-color);

  line-height: 1.3;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  margin-bottom: 1px;

  -webkit-box-orient: vertical;

  text-decoration: none;
}

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

.card-text-wrapper {
  flex-grow: 1;

  margin-bottom: 1rem;
}

/* ************************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);
}

.blog-title-wrapper105 {
  display: flex;

  align-items: flex-start;

  gap: 0.75rem;

  margin-bottom: 10px;
}

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

  font-weight: 900;

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

.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(--secondary-color);
}

.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(--primary-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: 3 / 2;

  width: 30%;

  height: auto;

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

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

  line-height: 1.4;

  font-size: 18px;
}

.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);
}

.category-item-link {
  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px 20px;

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

  border-radius: var(--radius);

  text-decoration: none;

  color: var(--primary-color);

  font-weight: 400;

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

  transition: all 0.3s ease;

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

.category-item-link:hover {
  background-color: var(--secondary-color);

  transform: translateY(-2px);

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

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

.blog-meta-wrapper5 {
  width: 100%;

  background: #fff;
}

/* --- Left Side: Category & Date --- */

.blog-cate5 {
  padding-left: 0;

  list-style: none;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 20px; /* Space between Category pill and Date text */

  margin: 0;
}

.blog-cate5 li {
  font-size: 15px;

  color: var(--heading-color);

  display: flex;

  align-items: center;
}

/* 1. Category Badge (Lead Generation) */

.blog-cate5 li.category5 a {
  text-decoration: none;

  border-radius: 50px; /* Pill shape */

  color: var(--white); /* Red Text */

  font-weight: 500;

  padding: 8px 20px;

  background-color: var(--primary-color); /* Light Pink Background */

  transition: background 0.3s;

  display: inline-block;

  line-height: 1;
}

/* 2. Date Section */

.blog-cate5 li.date5 {
  color: var(--heading-color);

  font-weight: 400;
}

.blog-cate5 li.date5 b {
  margin-right: 4px;

  margin-left: 4px;
}

/* The Calendar Icon */

.blog-cate5 li svg.bi-calendar-check {
  color: var(--primary-color); /* Red Icon */

  width: 18px;

  height: 18px;

  margin-right: 8px;

  margin-top: -2px;
}

/* --- Right Side: Share Section --- */

.share-section5 {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: var(--heading-color);

  font-weight: 500;

  font-size: 16px;
}

.share-section5 span {
  margin-right: 5px;
}

.share-section5 a {
  width: 32px;

  height: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: white;

  border-radius: 50%;

  text-decoration: none;

  transition: transform 0.2s;
}

.share-section5 a:hover {
  transform: translateY(-2px);
}

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

/* faq page ******************************* */

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

  padding: 6px 0px 56px 0px;
}

/* --- Bootstrap Nav Tabs Styling --- */

.faq-nav-tabs {
  border-bottom: none;

  justify-content: center;
}

.nav-link {
  margin-bottom: 5px;
}

.faq-nav-tabs .nav-link {
  border: none;

  color: var(--white);

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

  border-radius: var(--radius);

  padding: 0.5rem 1.5rem;

  font-weight: 500;

  margin: 0.5rem;

  transition: all 0.2s ease-in-out;
}

.faq-nav-tabs .nav-link:hover {
  background: var(--hover-color1);
}

.faq-nav-tabs .nav-link.active {
  color: var(--white);

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

.custom-accordion-item {
  border-radius: 0.75rem;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

  margin-bottom: 1rem;

  padding: 1.25rem 1.5rem;
}

.custom-accordion-question {
  font-weight: 500;

  color: var(--heading-color);

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

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

  overflow: hidden;

  color: var(--para-color);

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

/* Active State (Toggled by JavaScript) */

.custom-accordion-item.active .custom-accordion-question {
  font-weight: 600;

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

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

  padding-top: 0.75rem;

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

/* Plus/Minus Icon */

.icon-toggle {
  width: 1.75rem;

  height: 1.75rem;

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

  color: var(--white);

  font-weight: bold;

  font-size: 1rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: var(--radius);

  cursor: pointer;
}

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

  background-image: none;
}

.custom-accordion-item.active .icon-toggle::after {
  content: "−"; /* minus sign */
}

/* Default state: show plus */

.icon-toggle::after {
  content: "+"; /* plus sign */
}

.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);
}

/* ******************Project section code**************************************** */

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

.portfolio-card {
  width: 100%;

  position: relative;

  border-radius: var(--radius);

  overflow: hidden;

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

  transition: transform 0.3s ease;
}

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

.portfolio-card .portfolio-image {
  aspect-ratio: 4/3;

  display: block;

  width: 100%;

  height: auto;

  transition: transform 0.4s ease;
}

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

/* UPDATED CAPTION STYLES */

.portfolio-card .portfolio-caption {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 1.5rem;

  /* Gradient overlay for text readability */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  opacity: 1;

  /* Hidden by default */

  transition: opacity 0.4s ease;
}

.portfolio-card .location-badge {
  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  padding: 0.5rem 1rem;

  background-color: rgba(30, 30, 30, 0.7);

  backdrop-filter: blur(5px);

  color: var(--white);

  border-radius: 50rem;

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

  font-weight: 500;

  align-self: flex-start;
}

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

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

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

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

.privacy-box {
  padding: 20px;

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

/* *****************************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);
}

.sitemapcon {
  list-style: none;

  padding-left: 0;

  margin: 0;

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

.sitemapcon > li {
  position: relative;

  margin: 10px 0;

  padding-left: 20px;
}

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

  position: absolute;

  top: 0;

  left: 8px;

  bottom: 0;

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

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

  position: absolute;

  top: 12px;

  left: 8px;

  width: 10px;

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

.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;
}

.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);
}

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

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

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

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

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

.Marektheading {
  text-align: center;

  margin-bottom: 30px;
}

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

  font-weight: 600;

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

.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;
}

.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;

  color: var(--heading-color);

  text-decoration: none;

  transition: all 0.3s ease;
}

.marketcard:hover {
  color: var(--white);

  transform: translateY(-3px);

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

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

/* direct section code**************** */


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

.content-wrapper {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.abttext-content {
  margin-right: 20px;
  /* max-width: 55%; */
}



.image-wrapper {
  width: 100%;

  height: auto
}

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

  width: 100%;

  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
}

@media (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;

    text-align: center;
  }

  .text-content {
    max-width: 100%;
  }
}


/* **************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%;

  height: 100%;

  object-fit: cover;

  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;

  animation: email-an linear 1s infinite;
}

@keyframes email-an {
  0% {
    box-shadow: 0 8px 10px rgba(0, 171, 86, 0.2), 0 0 0 0 rgba(0, 171, 86, 0.2),
      0 0 0 0 rgba(0, 171, 86, 0.2);
  }

  50% {
    box-shadow: 0 8px 10px rgba(0, 171, 86, 0.2), 0 0 0 15px rgba(0, 171, 86, 0),
      0 0 0 16px rgba(0, 171, 86, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(0, 171, 86, 0.2), 0 0 0 18px rgba(0, 171, 86, 0),
      0 0 0 20px rgba(0, 171, 86, 0);
  }
}

.business-enq {
  position: fixed;

  bottom: 50px;

  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%;
}

.form-control:focus {
}

.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(100px + 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;
}

label {
  color: #e63629;
}

.iti {
  width: 100%;
}

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

.form-label {
  color: #000;
}

.red {
  color: red;
}

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

.productmodal {
  max-width: 850px;
}

.modal-header-custom {
  color: white;

  border-bottom: none;

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

  padding: 15px 25px;
}

.modal-title {
  font-weight: 600;

  font-size: 1.2rem;
}

.btn-close-custom {
  filter: invert(1) grayscale(100%) brightness(200%);

  opacity: 1;
}

.modal-body-custom {
  background-color: var(--bg2-color);

  padding: 30px;
}

.product-display-areamodal {
  height: 100%;

  display: flex;

  flex-direction: column;

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

  position: relative;
}

.product-image-containermodal {
  aspect-ratio: 1 / 1;

  flex-grow: 1;

  display: flex;

  align-items: center;

  justify-content: center;
}

.product-imgmodal {
  aspect-ratio: 1 / 1;

  object-fit: cover;

  object-position: center;

  width: 100%;

  border-radius: 4px;

  overflow: hidden;
}

.copyright {
  
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

.copyright p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  /* font-weight: 500; */
  font-size: 12px;
  opacity: 1;
}

.copyright p a {
  color: rgba(255, 255, 255, 0.5);
  display: inline;
  /* font-weight: 600; */
  text-decoration: none;
}

.copyright p a:hover {
  color: #0098e0;
}

/* ===== SEO Product Specification Table ===== */
.seo-content61 table {
  width: auto;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.seo-content61 table tbody tr:first-child {
  background: var(--primary-color);
}

.seo-content61 table tbody tr:first-child td {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.seo-content61 table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e5e7eb;
  color: #1f2937;
  vertical-align: middle;
}

.seo-content61 table tbody tr:not(:first-child):nth-child(even) {
  background-color: #f9fafb;
}

.seo-content61 table tbody tr:not(:first-child):hover {
  background-color: #ecfeff;
  transition: background-color 0.2s ease-in-out;
}

.seo-content61 table td:first-child {
  width: 40%;
  font-weight: 600;
  color: #0f172a;
}

.seo-content61 table td:last-child {
  width: 60%;
  color: #374151;
}

/* Responsive handling */
@media (max-width: 768px) {
  .seo-content61 table,
  .seo-content61 tbody,
  .seo-content61 tr,
  .seo-content61 td {
    display: block;
    width: 100%;
  }

  .seo-content61 table tbody tr:first-child {
    display: none;
  }

  .seo-content61 table tr {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  }

  .seo-content61 table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .seo-content61 table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 14px;
    font-weight: 600;
    color: #0f766e;
    white-space: nowrap;
  }
}

.hide-for-user-only {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}


