:root {
    /* **************font family initialization******************** */
    --font: "Nunito", sans-serif;
    --font2: "Nunito Sans", sans-serif;
    --font3: "Caveat", cursive;

    /* **************font size initialization******************** */
    --para-size: 15px;
    --topbar-size: 17px;
    --heading-size: 19px;
    --heading2-size: 23px;
    --heading3-size: 25px;
    --title-size: 30px;
    --large-text: 32px;
    --small-text: 13px;
    --radius: 3px;
    --radius2: 10px;

    /* **********website color initilaization******************* */
    --primary-color: #243d20;
    --secondary-color: #000100;
    --third-color: #b32a4c;
    --btn-color2: #000100;
    --btn-color: #243d20;
    --hover-color1: #243d20;
    --hover-color2: #000100;
    --bg1-color: #ffffff;
    --bg2-color: #f8f8f8;
    --white: #ffffff;
    --para-color: #6f7278;
    --heading-color: #1f1f1f;
    --dark-text: #0a0a0a;
    --dark: #0a0a0a;
    --hover-text: #0a0a0a;
    --topbar-color: #ffffff;
    --footer-color: #243d20;
    --border-light: #c9c7c7;
    --light-color: #d8d6d6;
    --dark-overlay-gradient: linear-gradient(rgba(19, 19, 19, 0.80), rgba(7, 7, 7, 0.5));

    --card-bg: #1a2d17;
    --accent-lime: #7ab648;
    --accent-red: #243d20;
    --glow-green: rgba(36, 61, 32, 0.55);
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font2);
    box-sizing: border-box;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

.main-btn {
    padding: 11px 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: 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-color2);
    color: var(--white);
    border: 1px solid var(--hover-color2);
}

.main-btn2 {
    padding: 11px 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(--white);
    border: 1px solid var(--hover-color1);
    background-color: var(--hover-color1);
}

.main-btn3 {
    background-color: var(--white);
    color: var(--primary-color);
    border-radius: var(--radius);
    padding: 9px 13px;
    font-weight: 700;
    font-size: var(--para-size);
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid var(--white);
}

.main-btn3:hover {
    background-color: transparent;
    color: var(--white);
}


header .main-btn2{
    border: 1px solid var(--white);
    color: var(--white);
}
header .main-btn2:hover{
    border: 1px solid var(--light-color);
    background-color: transparent;
    color: var(--light-color);
}
header.stricky-fixed .main-btn2{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

header.stricky-fixed .main-btn2:hover{
    color: var(--hover-color2) !important;
    border: 1px solid var(--hover-color2) !important;
}

.inner-bg header .main-btn2{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.inner-bg header .main-btn2:hover{
    border: 1px solid var(--hover-color2);
    color: var(--hover-color2);
}

.productBrochureandvideo button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cdcdcd;
    padding: 5px 8px;
    background-color: transparent;
    font-weight: 500;
    border-radius: var(--radius);
    gap: 2px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    color: var(--text-color);
}

.productBrochureandvideo button:hover {
    border: 1px dashed var(--hover-color1);
    color: var(--hover-color1);
}

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

.iti--separate-dial-code .iti__selected-flag {
    height: 37px;
}

.read-more-btnX {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    margin-top: 7px;
}

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

.top-bar {
    background-color: var(--primary-color);
    padding: 5px 0;
    color: var(--topbar-color);
    font-size: var(--small-text);
}

.top-bar .social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-bar .social li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.top-bar .social li a:hover {

    color: var(--light-color);

}

.top-bar p {
    margin: 0;
    font-size: var(--small-text);
    font-weight: 500;
}

.top-bar a {
    color: var(--topbar-color);
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

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

.info-itemT {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* /serching box************ */
.search-bx {
    display: flex;
    align-items: center;
    border: 1px solid var(--btn-color);
    border-radius: var(--radius);
    overflow: hidden;
    padding: 8px;
    padding-left: 8px;
}

.search-bx input {
    width: 100%;
    max-width: 100%;
    outline: none;
    border: none;
    background: var(--bg1-color);
    color: var(--secondary-color);
    font-weight: 400;
    height: 20px;
    font-size: var(--para-size);
    max-width: 150px;
}

.search-bx button {
    outline: none;
    border: none;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    color: var(--primary-color);
    background: transparent;
}

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

.logo.dark {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(
    0deg,
    rgba(17, 22, 31, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  backdrop-filter: blur(2px);
}

header.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: 600ms;
  animation-fill-mode: both;
}

header.stricky-fixed .top-bar {
  display: none;
}

header:not(.stricky-fixed) .logo {
  display: none;
}

header:not(.stricky-fixed) .logo.dark {
  display: block;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

header.stricky-fixed .menubar {
  padding-block: 0;
}

.inner-bg header {
  background: white;
}

.inner-bg header .logo {
  display: block;
}

.inner-bg header .logo.dark {
  display: none;
}

.menubar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.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;
  display: block;
}

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

.navigation .menu ul li a {
  padding: 20px 23px;
  /* margin-inline: 20px; */
  display: block;
  color: var(--white);
  transition: all 0.2s ease;
  font-size: 16px;
  font-family: var(--font2);
  background: transparent;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.navigation .menu ul.nav > li > a {
  margin-inline: 3px;
}

.navigation .menu ul.nav > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: var(--white);
  border-radius: 0px;
  transition: transform 700ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  content: "";
}

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

.navigation .menu ul li:hover a::before,
.navigation .menu ul li.active a::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.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: 99999;
  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: max-content;
}

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

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

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

.navigation .menu ul li ul.ls-dropdown li a {
  color: var(--heading-color);
  font-size: 15px;
  padding: 7px 13px;
  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(--white);
}

header.stricky-fixed .navigation ul li.ls-submenu a button,
.inner-bg header .navigation ul li.ls-submenu a button {
  color: var(--heading-color);
}

.navigation ul li.ls-submenu a button svg {
  width: 16px;
  height: 16px;
}

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

.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: 12px 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: 200px;
  width: max-content;
  max-width: 390px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navigation .menu ul > li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

/* ################### main ###################### */

.contact-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: linear-gradient(
    0deg,
    rgba(17, 22, 31, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  backdrop-filter: blur(2px);
}

.contact-bar p {
  margin: 0;
  color: var(--white);
}

.contact-bar p a {
  color: var(--white);
  font-weight: 600;
}

.contact-bar p a:hover {
  color: var(--primary-color);
}

.contact-bar svg {
  color: var(--primary-color);
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.contact-bar .social li a {
  border: 0;
  width: 30px;
  height: 30px;
  color: white;
  background-color: transparent;
}

.contact-bar .social li a:hover {
  color: var(--pri);
}

/* *******************************footer section code*************************************** */
footer {
    position: relative;
    background-image: var(--dark-overlay-gradient), url('../images/cover-2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
    overflow: hidden;
}

.footerdesign {
    margin-bottom: 40px;
    border-bottom: 2px solid var(--white);
}

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

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    max-width: 190px;
    width: auto;
    max-height: 100px;
    height: auto;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-btn {
    width: 40px;
    height: 40px;
    background-color: var(--light-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    text-decoration: none;
    transition: 0.3s;
}

.social-btn:hover {
    background-color: var(--white);
    transform: translateY(-3px);
}

.brand,
.bottom-links a,
.footer-bottom {
    color: #9f9f9f !important;
}

.brand:hover,
.bottom-links a:hover {
    color: var(--light-color) !important;
}

.ft-title {
    font-size: var(--heading2-size);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--white);
    margin: 0 0 12px;
    position: relative;
}

.ft-title:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: var(--primary-color);
    margin-top: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: var(--white);
    text-decoration: none;
    transition: 0.3s;
    font-size: var(--para-size);
    display: inline-block;
    align-items: center;
}

.footer-links a:hover {
    color: var(--light-color);
    padding-left: 5px;
}

.contact-itemf {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.contact-icon {
    width: 43px;
    height: 43px;
    background-color: var(--white);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 15px;
    font-size: 18px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 0 0 0;
    font-size: var(--small-text);
    color: var(--border-light);
}

.bottom-links a {
    color: var(--light-color);
    text-decoration: none;
    transition: 0.3s;
}

@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: 3px 3px;
    font-size: var(--para-size);
}

.foot08-popular-list li {
    position: relative;
}

.foot08-popular-list li::after {
    content: "|";
    margin: 0 4px;
    color: var(--para-color);
}

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

.foot08-popular-list a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s;
    font-size: var(--para-size);
}

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

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

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: var(--para-size);
    color: var(--para-color);
    border: 1px solid var(--border-light);
    overflow-x: auto;
    white-space: normal;
}

table thead,
table tbody {
    width: 100%;
}

thead th {
    background: var(--primary-color);
    color: var(--white);
    text-align: left;
    padding: 8px 10px;
    font-size: var(--para-size);
    font-weight: 500;
}

tbody th {
    background: var(--primary-color);
    color: var(--white);
    text-align: left;
    padding: 8px 10px;
    font-size: var(--para-size);
    font-weight: 500;
}

tbody td {
    padding: 8px 10px;
    border-top: 1px solid var(--border-light);
}

tbody tr:nth-child(even) {
    background: var(--bg2-color);
}

tbody tr:hover {
    background: rgba(24, 55, 131, 0.05);
    transition: 0.25s;
}

tbody td:first-child {
    font-weight: 500;
    color: var(--heading-color);
    min-width: 220px;
}

@media (max-width: 575.98px) {
    table {
        display: block;
    }
}

.leadsure {
    padding: 60px 0;
}

.leadsureheading {
    font-weight: 600;
    font-size: var(--heading2-size);
    font-family: var(--font2);
    color: var(--heading-color);
    margin-bottom: 10px;
}

.leadsurepara {
    font-size: var(--para-size);
    color: var(--para-color);
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;

}

.leadsuresubheading {
    font-weight: 600;
    font-size: var(--heading-size);
    color: var(--heading-color);
    font-family: var(--font);
}

.leadseo p,
.leadseo ul,
.leadseo li {
    font-size: var(--para-size);
    color: var(--para-color);
    line-height: 1.6;
    margin-bottom: 7px;
    font-weight: 400;
    text-align: justify;
}

.leadseo a {
    text-decoration: none;
    color: var(--primary-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);
}

.leadseo h1,
.leadseo h2,
.leadseo h3,
.leadseo h4,
.leadseo h5,
.leadseo h6 {
    font-weight: 600;
    font-size: var(--heading-size);
    color: var(--heading-color);
}

.leadseo2 p,
.leadseo2 ul,
.leadseo2 li {
    font-size: var(--para-size);
    color: var(--light-color);
    line-height: 1.6;
    margin-bottom: 7px;
    font-weight: 400;
}

.leadseo2 h1,
.leadseo2 h2,
.leadseo2 h3,
.leadseo2 h4,
.leadseo2 h5,
.leadseo2 h6 {
    font-weight: 600;
    font-size: var(--heading-size);
    color: var(--white);
}

.lead3 {
    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;
    font-weight: 400;
}

.lead2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--heading-size);
    color: var(--heading-color);
    font-weight: 600;
    font-family: var(--font2);
}

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

}

.txt-light {
    color: var(--white) !important;
}

.section-title {
    color: var(--heading-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: var(--title-size);
    margin-bottom: 10px;
}

.section-subtitle {
    color: var(--para-color);
    font-size: var(--para-size);
    margin-bottom: 25px;
}

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

.faq-title {
    font-size: var(--large-text);
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
    line-height: 1.2;
}

.bgsec {
    background-color: var(--bg2-color) !important;
}

main,
main img {
    overflow: hidden;
    display: block;
    width: 100%;
}

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

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



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

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



.img-block-left img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius2);
    transition: transform 0.6s ease;
    display: block;
}

.img-rounded-custom img {
    aspect-ratio: 3/4;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius2);
}

.experience-box {
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: var(--radius2);
    padding: 31px 20px;
    margin-top: 25px;
    text-align: center;

}

.experience-count {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 10px;
}

.sub-heading-wrapper  {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-size: var(--para-size);
    color: var(--primary-color);
    margin-bottom: 7px;
}




.feature-item-row {
    margin-bottom: 7px;
}

.feature-icon-container {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*************** marquee section code ********** */
.marquee-section {
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.marquee-track--left {
    animation: scrollLeft 28s linear infinite;
}

.marquee-track--right {
    animation: scrollRight 28s linear infinite;
    margin-top: 18px;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.marquee-track:hover {
    animation-play-state: paused;
}

.word-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-right: 40px;
    cursor: default;
    user-select: none;
}

.word-text {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-family: var(--font);

    color: transparent;
    -webkit-text-stroke: 2px var(--primary-color);
}

.word-item.style2 .word-text {
    -webkit-text-stroke: 2px var(--secondary-color);
}

.word-text::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: var(--primary-color);
    -webkit-text-stroke: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    transition: width 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
    pointer-events: none;
}

.word-item.style2 .word-text::before {
    color: var(--secondary-color);
}

.word-item:hover .word-text::before {
    width: 100%;
}

.star {
    display: inline-block;
    width: clamp(32px, 4vw, 56px);
    height: clamp(32px, 4vw, 56px);
    animation: spin 10s linear infinite;
    flex-shrink: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.marquee-section::before,
.marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.marquee-section::before {
    left: 0;
    background: linear-gradient(to right, var(--bg2-color), transparent);
}

.marquee-section::after {
    right: 0;
    background: linear-gradient(to left, var(--bg2-color), transparent);
}

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

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

.cause-card-custom {
    border: 1px solid var(--bg1-color);
    border-radius: var(--radius2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    background: var(--white);
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.cause-img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: var(--radius2);

}


.cause-img-wrapper img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cause-img-wrapper img:hover {
    transform: scale(1.1);
}


.cause-card-body {
    padding: 12px 0px 0px 0px;
}

.cause-card-body1 {
    margin-top: 20px;
    padding: 2px 0;
}



/* **********************team section code******************* */
.volunteer-section {
    background-color: var(--bg1-color);
}

.volunteer-card {
    position: relative;
    border-radius: var(--radius2);
    overflow: hidden;
    border-top: 5px solid var(--primary-color);
    transition: border-color 0.4s ease, transform 0.3s ease;
    cursor: pointer;
}

.volunteer-card:hover {
    border-top-color: 5px solid var(--primary-color);
}

.volunteer-img-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.volunteer-img-wrap img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.volunteer-card:hover .volunteer-img-wrap img {
    transform: scale(1.1);
}

.volunteer-img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 53, 1, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.volunteer-card:hover .volunteer-img-wrap::after {
    opacity: 1;
}

.volunteer-info-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    width: 85%;
    padding: 7px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.volunteer-info-badge .leadsurepara {
    margin-bottom: 0;
}

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


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

.custom-v-pills .nav-link {
    background-color: var(--white);
    color: var(--heading-color);
    border-radius: var(--radius2);
    padding: 15px 30px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: var(--heading-size);
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: 0.3s;
}

.custom-v-pills .nav-link.active {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color);
}

.tab-main-panel {
    background-color: var(--primary-color);
    border-radius: var(--radius2);
    padding: 30px;
    color: var(--white);
    height: 100%;
}

.panel-img-custom img {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius2);
}

.panel-icon-square {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: var(--radius2);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-v-pills .nav-link {
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-v-pills .nav-link .shape5 {
    position: absolute;
    top: 42%;
    right: -67px;
    width: 65px;
    height: 40px;
    background: url('../images/curve.png') no-repeat;
    background-size: contain;
    transform: scaleX(0.9) rotateX(20deg);
    opacity: 0;
    transition: all 400ms linear;
    z-index: 20;
    pointer-events: none;
}

.custom-v-pills .nav-link.active .shape5 {
    transform: scaleX(1.0) rotateX(0deg);
    opacity: 1;
}

@media (max-width: 991px) {
    .custom-v-pills .nav-link .shape5 {
        display: none;
    }
}

/* matrix section code*************************** */
.counter-item {
    text-align: center;
    position: relative;
}

.counter-item .leadsurepara {
    margin-bottom: 0;
}

.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: var(--secondary-color);
}

.counter-number-wrapper {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: var(--primary-color);
}

/* **********************post your requirment *************** */
.contact-section {
    background: url(../images/seobg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blur-square {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: var(--radius);
    color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.expend-content-sec {
    max-height: 470px;
    overflow: hidden;
    padding-right: 5px;
}

.expend-content-sec.expanded {
    overflow-y: auto;
}

.read-toggle {
    position: absolute;
    bottom: 2px;
    cursor: pointer;
    font-size: var(--para-size);
    color: var(--white) !important;
}

.expend-content-sec::-webkit-scrollbar {
    width: 6px;
}

.expend-content-sec::-webkit-scrollbar-track {
    background: transparent;
}

.expend-content-sec::-webkit-scrollbar-thumb {
    background: rgba(167, 168, 166, 0.35);
    border-radius: 20px;
    transition: 0.3s;
}

.contact-info-section {
    position: relative;
    background: url('../images/cover-1.webp') no-repeat center center/cover;
}

.contact-info-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-overlay-gradient);
    z-index: 1;
}

.contact-info-section .container {
    position: relative;
    z-index: 2;
}

.custom-input {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: var(--radius2) !important;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: rgba(5, 5, 5, 0.6);
}

.phone-wrapperz .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.6);
}

/* ****************our process section code****************** */
.work-process-one {
    position: relative;
    display: block;
    z-index: 1;
    background-color: var(--bg2-color);
}

.work-process-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
}

.work-process-one .shape2 {
    position: absolute;
    top: 45px;
    right: -30px;
    z-index: -1;
}

.work-process-one .shape3 {
    position: absolute;
    top: 205px;
    right: -30px;
    z-index: -1;
}

.work-process-one__single {
    position: relative;
    display: block;
    z-index: 1;
}

.work-process-one__single .leadsurepara {
    margin-bottom: 0;
}

.work-process-one__single .shape4 {
    position: absolute;
    bottom: 60px;
    right: -14px;
    height: 360px;
    border: 1px dashed var(--primary-color);
    transform: rotate(53deg);
}

.work-process-one__single .shape5 {
    position: absolute;
    top: 7px;
    right: -5px;
    height: 331px;
    border: 1px dashed var(--primary-color);
    transform: rotate(-53deg);
}

.work-process-one__single .shape6 {
    position: absolute;
    bottom: 48px;
    right: -5px;
    height: 345px;
    border: 1px dashed var(--primary-color);
    transform: rotate(53deg);
}

.work-process-one__single-count-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 56px;
    height: 56px;
    background-color: var(--bg1-color);
    border-top: 5px solid var(--primary-color);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.05);
    margin: 0 auto 10px;
}

.work-process-one__single-icon {
    position: relative;
}

.work-process-one__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 217px;
    height: 221px;
    margin: 4px auto 0px;
    z-index: 1;
}

.work-process-one__single-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.work-process-one__single-icon-bg img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    object-position: center;
}

.work-process-one__single-icon-inner {
    position: relative;
    display: block;
}

.work-process-one__single-icon-inner span {
    position: relative;
    display: block;
    line-height: 221px;
}

.work-process-one__single-icon-inner span::before {
    position: relative;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 70px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.work-process-one__single:hover .work-process-one__single-icon-inner span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.work-process-one__single.style2 {
    position: relative;
    display: block;
    margin-top: -18px;
}

.work-process-one__single.style2 .work-process-one__single-icon {
    margin: 0px auto 0px;
}

.work-process-one__single.style2 .work-process-one__single-count-text {
    margin: -19px auto 10px;
}

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

/* *****************Blog section code************** */
.blog-section {

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

.blog-main-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
}

/* --- Blog Card Styles --- */
.blog-card-custom {
    background: var(--bg1-color);
    border-radius: var(--radius2);
    padding: 15px;
    border: none;
    height: 100%;
}

.blog-card-custom img {
    transition: transform 0.6s ease;
}

.blog-card-custom img:hover {
    transform: scale(1.1);
}

.blog-img-box {
    width: 100%;
    height: auto;
    border-radius: var(--radius2);
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-img-box img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.blog-meta-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
    font-size: var(--small-text);
    color: var(--para-color);
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* *****************faq section code******************* */
.faq-section {
    background-color: var(--bg1-color);
}

.faq-item {
    transition: all 0.4s ease;
    margin-bottom: 20px;
    border: 1px solid var(--light-color);
    border-radius: var(--radius2);
    overflow: hidden;
}

.faq-question {
    padding: 11px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.faq-icon-box {
    color: #1a6354;
    /* Teal color for the arrows in screenshot */
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
    color: var(--para-color);
    font-size: var(--para-size);
    line-height: 1.6;
}

/* Active State Logic */
.faq-item.active {
    border-color: var(--light-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 14px;
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin: 0 16px;
    padding-left: 0;
    padding-right: 0;
}

.faq-item .bi-plus-lg {
    display: block;
}

.faq-item .bi-dash-lg {
    display: none;
}

.faq-item.active .bi-dash-lg {
    display: block;
}

.faq-item.active .bi-plus-lg {
    display: none;
}

/****************testimonial section code************* */
.testimonial-section {
    background-color: var(--bg2-color);
    background-image: url('https://donatix.starplatethemes.com/assets/images/pattern/testimonials-v3-pattern.jpg');
    overflow: hidden;
}

.testimonial-static-box {
    position: relative;
}

.testimonial-static-img {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-slider-container {
    padding-left: 50px;
    position: relative;
}

.quote-icon-top {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 60px;
    color: var(--primary-color);
    opacity: 0.95;
    transform: rotate(180deg);
    z-index: 1;
}

.testimonialSwiper {
    width: 100%;
    cursor: grab;
}

.testimonialSwiper:active {
    cursor: grabbing;
}

/* --- Navigation Controls --- */
.nav-controls-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.nav-btn-circle {
    width: 50px;
    height: 50px;
    border: 1px solid #c9c7c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--heading-color);
    transition: all 0.4s ease;
    cursor: pointer;
}

.nav-btn-circle:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .testimonial-slider-container {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .nav-controls-row {
        justify-content: center;
    }

    .quote-icon-top {
        display: none;
    }

}


/* about us page about section******************* */
.abt-img-bx {
    float: left;
    max-width: 490px;
    width: 100%;
    margin-right: 45px;
    margin-bottom: 45px;
    overflow: hidden;
    box-shadow: 24px 24px 0 0 var(--primary-color);
    border-radius: var(--radius2);

}

/* .abt-img-bx .tx-bx {
  position: absolute;
  bottom: 70px;
left: 150px;
  background-color: var(--primary-color);
  padding: 14px 28px;
  text-align: center;
  border-radius: 15px;
  z-index: 1;
  color: white;
} */

.abt-sec img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: var(--radius);
}

.expend-content-sec2 ul,
.expend-content-sec3 ul,
.blog-body105 ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
}

.expend-content-sec2 ul li,
.expend-content-sec3 ul li,
.blog-body105 ul li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 20px;
    display: flow-root;
}

.expend-content-sec3 ul li::before,
.blog-body105 ul li::before,
.expend-content-sec2 ul li::before {
    content: "➤";
    position: absolute;
    left: 0px;
    color: var(--primary-color);
    font-size: 15px;
    top: 1px;
}

.expend-content-sec3 {
    max-height: 430px;
    overflow: hidden;
}

.expend-content-sec3.expanded {
    max-height: 10000px !important;
    overflow: unset;
}

.read-toggle2 {
    display: inline-block;
    color: var(--para-color);
    cursor: pointer;
    margin-top: 10px;
    user-select: none;
    font-size: var(--para-size)
}

.read-toggle2:hover {
    opacity: 0.8;
}

.business-info-section {
    background: var(--bg1-color);
    clear: both;
}

.business-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.business-icon-box {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-icon {
    width: 34px;
    height: 34px;
    fill: #fff;
}


@media (max-width:991px) {

    .business-info-item {
        align-items: flex-start;
    }

}


/* *********************director section code************** */
.profile-section {
    background-color: var(--bg2-color);
    background-image: url(../images/directorbg.webp);
    background-repeat: repeat;
    overflow: hidden;
}

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

.image-container img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius);
}

.profile-card {
    text-align: center;
}

/* ***************category section code********** */
.category-section {
    background-color: var(--bg1-color);
}

.abt-img-bxZ {
    float: left;
    max-width: 450px;
    width: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
}
.abt-img-bxZ div img{
    border: 1px solid var(--light-color);
}

.cate-img.leftZ {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.imgrel {
    max-width: 475px;
}

.cate-imgZ img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-bx {
    background-color: var(--bg2-color);
    border-radius: var(--radius);
    overflow: hidden;
}

.blog-bx img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-bx:hover img {
    transform: scale(1.03);
}

.blog-bx .tx-bx {
    padding: 15px;
}

.blog-bx.blog-card {
    display: flex;
    transition: 0.2s ease;
    align-items: center;
    border: 1px solid var(--border-light);
}

.blog-bx.blog-card:hover {
    transform: scale(1.03);
}

.blog-bx.blog-card img,
.blog-bx.blog-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100px;
    min-width: 100px;
}

.cat-nav-img {
    position: relative;
    padding: 20px;
    border-radius: var(--radius);
    overflow: hidden;
    background-image: url("../images/pro.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cat-nav-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 36, 20, 0.75);
    z-index: 1;
}

.cat-nav-img>* {
    position: relative;
    z-index: 2;
}

.expend-content-sec2 {
    max-height: 450px;
    overflow: clip;
}

.expend-content-sec2.expanded {
    max-height: 10000px !important;
    overflow: unset;
}

/* **************Blog detail page section code******************* */

.main-content105 {
    background-color: var(--bg2-color);
    padding: 2rem;
    border: 1px solid var(--border-color);
}

.main-content105X {
    background-color: var(--bg2-color);
    padding: 1rem;
    border: 1px solid var(--border-color);
}

.blog-image-wrapper img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius);
}


.widget-title105 {
    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;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-post-item105 {
    display: flex;
    gap: 1rem;
    align-items: center;
}

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

.related-post-item105 img {
    aspect-ratio: 1/1;
    width: 100px;
    min-width: 100px;
    height: auto;
    border-radius: var(--radius)
}

.related-post-item105 .post-title105 a {
    transition: color 0.3s ease;
    color: var(--heading-color);
}

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

.contact-form {
    padding: 1.2rem;
    background-color: var(--bg2-color);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
}

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

.blog-cate5 {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.blog-cate5 li {
    font-size: 15px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

.blog-cate5 li.category5 a {
    text-decoration: none;
    border-radius: 50px;
    color: var(--white);
    font-weight: 500;
    padding: 8px 20px;
    background-color: var(--primary-color);
    transition: background 0.3s;
    display: inline-block;
    line-height: 1;
}

.blog-cate5 li.date5 {
    color: var(--heading-color);
    font-weight: 400;
}

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

.blog-cate5 li svg.bi-calendar-check {
    color: var(--primary-color);
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: -2px;
}

.share-section5 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    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);
}

.table-of-con {
    border-radius: 10px;
    background-color: var(--bg1-color);
    padding: 25px;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-block: 30px;
}

.table-of-con .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.table-of-con ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.table-of-con ul li {
    cursor: pointer;
    color: var(--para-color);
}

.table-of-con li:hover {
    text-decoration: underline;
}

.glow {
    transform-origin: center;
    animation: glowEffect 1s ease-in-out;
    animation-delay: 600ms;
}

@keyframes glowEffect {
    0% {
        background-color: rgba(255, 255, 0, 0);
        box-shadow: 0 0 0 rgba(255, 255, 0, 0);
    }

    50% {
        background-color: rgba(255, 255, 0, 0.3);
        box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
    }

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

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

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

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

.custom-accordion-item {
    border-radius: var(--radius);
    margin-bottom: 15px;
    border: 1px solid var(--primary-color);
}

.custom-accordion-item:last-child {
    margin-bottom: 0;
}

.custom-accordion-question {
    color: var(--heading-color);
    font-size: var(--heading-size);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
}

.custom-accordion-answer {
    max-height: 0;
    overflow: hidden;
    color: var(--para-color);
    transition: 0.3s ease-in-out;
}

.custom-accordion-item.active .custom-accordion-question {
    color: var(--hover-color1);
    border-bottom: 1px solid var(--primary-color);
}

.custom-accordion-item.active .custom-accordion-answer {
    max-height: 200px;
    padding: 0.7rem 1rem;
    font-size: var(--para-size);
    color: var(--para-color);
}

.icon-toggle {
    width: 1.75rem;
    height: 1.75rem;
    background-color: var(--primary-color);
    color: var(--white);
    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: "−";
}

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

.faq-nav-vertical .nav-link {
    font-size: var(--heading-size);
    color: var(--heading-color);
    padding: 0.7rem;
    border: 1px solid var(--secondary-color);
    border-radius: var(--radius);
    position: relative;
    transition: none;
    margin-bottom: 15px;
}

.faq-nav-vertical .nav-link:hover {
    color: var(--hover-color1);
}

.faq-nav-vertical .nav-link.active {
    color: var(--white);
    background-color: var(--hover-color1);
    border: 1px solid var(--hover-color1);
}

/*  ********************************contact us page *******************/
.contact-section2 {
    background-color: var(--bg1-color);
}

.info-card {
    border: 1px solid var(--dark);
    padding: 30px 20px;
    text-align: center;
    border-radius: var(--radius);
    height: 100%;
    transition: transform 0.3s ease;
}

.info-icon-box {
    width: 65px;
    height: 65px;
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.info-card .leadsuresubheading:hover {
    color: var(--hover-color1);
}

.contact-main-wrap {
    background-color: var(--primary-color);
    border-radius: var(--radius);
    margin-top: 50px;
    overflow: hidden;
}

.map-container {
    height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.form-container {
    padding: 30px;
}

.form-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}

/* ********************Expo section code***************************** */
.certificate-bx {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    transition: 0.2s ease-in-out;
}

.certificate-bx:hover {
    transform: scale(1.02);
}

.certificate-bx .img-bx {
    aspect-ratio: 436 / 617;
}

.certificate-bx .img-bx img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    aspect-ratio: 436 / 617;
}

.certificate-bx .tt {
    background-color: #f1f1f1;
    padding: 10px;
    line-height: 1;
    align-content: center;
    color: var(--heading-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.certificate-bx .tt svg {
    margin-right: 3px;
}

/* *********************mission vission section code*************** */

.vision-mission-section {
    background-color: var(--bg2-color);
    position: relative;
}

/* --- Left Side Content --- */
.badge-vision {
    background-color: var(--white);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.main-heading-left {
    font-size: var(--large-text);
    font-weight: 800;
    color: var(--heading-color);
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 400px;
}

.target-img-wrapper {
    max-width: 350px;
    margin: 0 auto;
}

.target-img-wrapper img {
    width: 100%;
    height: auto;
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
}

/* --- Right Side Content --- */
.content-block-right {
    padding-left: 40px;
}


.mission-item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.mission-number {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 4px;
}

/* ********************infratucute page code**************** */

.video-wrapper {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-grid {
    margin-top: 40px;
}

.infra-card {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

/* Ensure images fill the box perfectly */
.infra-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

/* Overlay effect on hover (Optional polish) */
.infra-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: 0.3s;
}

.infra-card:hover::after {
    opacity: 1;
}

.mis-vis-sec .nav-pills .nav-link {
    background-color: var(--bg1-color);
    font-weight: 600;
    color: var(--heading-color);
    padding: 15px 10px;
    font-size: 17px;
}

.mis-vis-sec .nav-pills .nav-link.active,
.mis-vis-sec .nav-pills .show>.nav-link {
    background-color: var(--primary-color);
    color: white;
}

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

.review-wrapper {
    background-color: var(--bg1-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;
    border: 1px solid var(--border-light);
    border-radius: var(--radius2);
}

.review-card__list-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

}

.reviewmain {
    background-color: var(--bg2-color);
    border: 1px solid var(--border-light);
    padding: 15px;
    border-radius: var(--radius2);
}


.texti-bx .img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    border: solid 1px var(--primary-color);
    align-content: center;
    text-align: center;
    font-family: var(--font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 30px;
}

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


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

.tl-section {
    position: relative;
    background: var(--bg1-color);
    /* changed */
    overflow: hidden;
}

.timeline-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* .tl-section::before {
  content: '';
  position: absolute;
  top: -140px; right: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122,182,72,0.10) 0%, transparent 65%);
  pointer-events: none;
} */
/* .tl-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179,42,76,0.08) 0%, transparent 65%);
  pointer-events: none;
} */

.tl-header {
    text-align: center;
    margin-bottom: 80px;
}


.tl-header .eyebrow::before,
.tl-header .eyebrow::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 36px;
    height: 1px;
    background: var(--accent-lime);
    opacity: 0.45;
}

.tl-header .eyebrow::before {
    right: calc(100% + 12px);
}

.tl-header .eyebrow::after {
    left: calc(100% + 12px);
}

.tl-header h2 {
    font-family: var(--font);
    font-size: 46px;
    font-weight: 900;
    color: var(--heading-color);
    /* changed */
    line-height: 1.15;
    margin: 0 0 14px;
}

.tl-header h2 em {
    font-style: normal;
    color: var(--accent-lime);
    font-family: var(--font3);
    font-weight: 700;
}

.tl-header p {
    font-family: var(--font2);
    font-size: var(--para-size);
    color: var(--para-color);
    /* changed */
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.75;
}


.tl-track {
    position: relative;
}

.tl-track::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: linear-gradient(to bottom,
            transparent 0%,
            var(--accent-lime) 8%,
            var(--accent-lime) 92%,
            transparent 100%);
    opacity: 0.65;
    /* softer */
    z-index: 0;
}

.tl-item {
    position: relative;
    margin-bottom: 30px;
}

.tl-item:last-child {
    margin-bottom: 0;
}


.tl-node {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tl-node-ring {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(122, 182, 72, 0.2);
    /* softer */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tl-node-ring::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--glow-green);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tl-item:hover .tl-node-ring::before {
    opacity: 1;
}

.tl-node-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-lime);
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.tl-item:hover .tl-node-dot {
    background: var(--accent-red);
    transform: scale(1.3);
}

.tl-node-year {
    font-family: var(--font);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #fff;
    background: var(--accent-lime);
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.tl-card {
    background: var(--bg1-color);
    /* changed */
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.tl-card:hover {
    transform: translateY(-5px);
    border-color: rgba(122, 182, 72, 0.40);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.tl-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: linear-gradient(to right, var(--accent-red), transparent);
}

.tl-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 15% 15%, rgba(122, 182, 72, 0.07), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tl-card:hover::after {
    opacity: 1;
}

/* TEXT */
.tl-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-red);
    margin-bottom: 10px;
    border-left: 2px solid var(--accent-red);
    padding-left: 10px;
}


/* Background number */
.tl-bg-num {
    position: absolute;
    font-size: 130px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05);
    /* changed */
    top: -16px;
}

.tl-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.tl-img-wrap img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tl-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--border-light);
    /* changed */
    border-radius: 16px;
}

@media (max-width: 991.98px) {
    .tl-track::before {
        left: 24px;
    }

    .tl-node {
        left: 0;
        transform: none;
    }
}


.content-sectionZ {
    width: 100%;
}

.left-content-wrapperZ {
    float: left;
    max-width: 400px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
}

.image-containerZ {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
}

.image-containerZ img {
    width: 100%;
    height: auto;
    display: block;
}

.button-containerZ {
    display: flex;
    gap: 8px;
}

.category-cardZ {
    border: 1px solid var(--text-light);
    text-align: center;
    padding-bottom: 15px;
    border-radius: 4px;
}

.related-prod-itemZ {
    display: flex;
    align-items: center;

    border: 1px solid var(--border-color);
    margin-bottom: 10px;
    border-radius: 4px;
}

.related-prod-itemZ img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100px;
    min-width: 100px;
}

.sidebar-formZ {
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e1ecf8;
}

.related-content {
    padding: 15px;
}

.prd-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 18px;
    color: var(--pri);
    text-decoration: none;
}

.prd-link:hover {
    color: var(--sec);
}

.prd-link2 {
    font-size: 15px;
}

.sidebar-formZ .g-recaptcha {
    transform: scale(0.82);
    transform-origin: 0 0;
}

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

.table-nav-tabs {
    justify-content: start;
    border-bottom: none;
}

.table-nav-tabs .nav-link {
    transition: 0.2s ease-in-out;
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;

}

.nav-tabs .nav-link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--white) !important;
    color: var(--heading-color);
    border: 1px solid var(--primary-color);
}

.nav-tabs .nav-link:hover {
    color: var(--primary-color);
}



.reels-vid iframe,
.youtube-player.reel-player img {
    aspect-ratio: 35 / 62;
}



/* *********************************breadcome section code********************* */
.breadcum-sec {
    background: url('../images/breadcrum-main.webp');
    background-position: center;
    padding: 100px 0 90px;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    text-align: center;
}

.breadcum-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-overlay-gradient);
    opacity: 0.7;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.breadcum-sec .main-tt {
    font-size: 35px;
    color: white;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.5;
}

.breadcum-sec .main-tt span {
    color: var(--primary-color);
}

.breadcum-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcum-sec ul li {
    color: var(--bg1-color);
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.breadcum-sec ul li::before {
    content: "/";
    position: absolute;
    top: 1px;
    right: -20px;
    width: 20px;
    height: 20px;
    color: var(--light-color);
}

.breadcum-sec ul li:last-child:before {
    content: none;
}

.breadcum-sec ul li a {
    color: #fff;
}

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

/*************************** privacy policy content********************** */
.privacy-container {
    background-color: var(--bg1-color);
}

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

/* *****************************siteMap Section code**************************** */
.sitemap-section {
    background: var(--bg2-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(--heading-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.3s;
}

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

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

.market-area h2 {
    font-size: var(--heading2-size);
    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: var(--heading-size);
    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);
}

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

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

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

.enquiry-input:focus {
    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 .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);
}

.modal-body .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.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, .18);
    transition: transform .15s ease, box-shadow .15s ease, opacity .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: 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%;
}

.form-control.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--heading-color);
}

.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;
    border: 1px solid #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;
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 45px 0 0 !important;
}

/* product modal section code****************** */
.productmodal {
    max-width: 850px;
}

.modal-header-custom {
    color: white;
    border-bottom: none;
    background-color: var(--primary-color);
    padding: 12px 25px;
}

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

.thankyou-modal .modal-content {
    background-color: var(--primary-color);
    border: none;
    border-radius: var(--radius2);
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
}

.thankyou-modal .modal-content::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 2px;
    width: 120px;
    height: 120px;
    background-image: url('../images/thnk1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    transform: rotate(-5deg);

}

.thankyou-modal .modal-content::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 15%;
    width: 120px;
    height: 120px;
    background-image: url('../images/thnk2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
}

.modal-body .th1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--white) !important;

}

.modal-body .th2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    color: var(--white) !important;

}

.modal-body .th3 {
    font-size: var(--white);
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: var(--white) !important;
}

.btn-close-customs {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 24px;
    z-index: 10;
    opacity: 0.8;
    transition: 0.3s;
}

.btn-close-customs:hover {
    opacity: 1;
    transform: scale(1.1);
}

.thnks {
    position: relative;
    z-index: 5;
    text-align: center;
    color: var(--white)
}

.thnks .main-btn {
    background-color: var(--heading-color) !important;
    color: var(--white) !important;
}

.thnks .main-btn:hover {
    background-color: var(--white) !important;
    color: var(--heading-color) !important;
    border: var(--white);
}

.product-section {

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

/* Image handling */
.product-main-img {
    max-width: 100%;
    height: auto;
}

.technical-diagram {
    max-width: 100%;
    height: auto;
}



.spec-item {
    margin-bottom: 12px;
    font-size: var(--para-size);
    color: var(--para-color);
}

.spec-label {
    font-weight: 700;
    color: #555555;
    margin-right: 5px;
}

/* Button Styling */
.btn-data-sheet {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: var(--para-size);
    font-weight: 500;
    padding: 10px 24px;
    border-radius: var(--radius);
    border: none;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s ease;
    text-decoration: none;
    margin-top: 15px;
}



/* Divider match from screenshot */
.section-divider {
    border-top: 1px solid var(--border-light);
    margin-top: 50px;
    opacity: 0.5;
}

 .blog-card-inner{
    display: flex;
    align-items: center;
    gap: 10px   ;
 }