:root {
    /* **************font family initialization******************** */
    --font: "Urbanist", Helvetica, Arial, sans-serif;
    --font2: "Inter", Helvetica, Arial, sans-serif;

    /* **************font size initialization******************** */
    --para-size: 15px;
    --topbar-size: 14px;
    --heading-size: 19px;
    --heading2-size: 21px;
    --heading3-size: 26px;
    --title-size: 28px;
    --large-text: 26px;
    --small-text: 13px;
    --radius: 3px;
    --radius2: 10px;

    /* **********website color initilaization******************* */
    --primary-color: #00acb2;
    --secondary-color: #373435;
    --third-color: #1f3d9d;
    --btn-color2: #373435;
    --btn-color: #00acb2;
    --hover-color1: #00acb2;
    --hover-color2: #373435;
    --bg1-color: #ffffff;
    --bg2-color: #f8f8f8;
    --white: #ffffff;
    --para-color: #74787c;
    --heading-color: #111111;
    --dark-text: #0a0a0a;
    --dark: #0a0a0a;
    --hover-text: #0a0a0a;
    --topbar-color: #ffffff;
    --footer-color: #00acb2;
    --border-light: #e0e0e0;
    --light-color: #F2F2F2;
    --dark-overlay-gradient: linear-gradient(rgba(19, 19, 19, 0.65), rgba(15, 15, 15, 0.95));
}

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;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.main-btn {
    padding: 10px 13px;
    color: var(--white);
    border: 1px solid var(--btn-color);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    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: 10px 11px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    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 {
    padding: 10px 11px;
    color: var(--white);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    outline: none;
    background-color: var(--primary-color);
    transition: 0.2s ease-in-out;
    justify-content: center;
    border-radius: var(--radius);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.main-btn3:hover {
    background-color: var(--third-color);
    border: 1px solid var(--third-color);
    color: var(--white);
}

.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 {
    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;
    font-size: 13px;
    transition: color 0.3s ease;
    margin-top: 7px;
}

.read-more-btnX svg {
    color: var(--secondary-color);
    width: 15px;
    height: 15px;
}

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

.social {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 12px;
    margin-bottom: 0;
    padding: 0;
}

header {
    position: relative;
}


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

  padding: 8px 0;
}

.top-bar p {
  font-size: var(--topbar-size);

  font-family: var(--font2);

  margin-bottom: 0;

  color: var(--white);

  font-weight: 500;

  margin-left: 2px;
}

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

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

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

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

 .top-bar p:hover {

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

.mid-bar {
    background: var(--topbar-color);
    border-bottom: 1px solid var(--border-light);
}

.menubar {
    position: relative;
    background-color: var(--bg1-color);
}

.menubar .logo {
    display: none;
}


.mid-bar.stricky-fixed {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slideDown {
    from {
        transform: translateX(-50%) translateY(-100%);
    }

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

.logo img {
    max-width: 160px;
    width: auto;
    max-height: 50px;
    height: auto;
}




.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: .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: .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 10px;
    display: block;
    color: var(--heading-color);
    transition: all 0.3s ease;
    font-size: var(--topbar-size);
    font-family: var(--font2);
    background: transparent;
    font-weight: 500;
    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 .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 .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(--heading-color);
}

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

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
    color: 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 .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;
}

.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-main-area-wrapper-one {
    background-image: url('../images/ctabg.webp');
    background-color: var(--primary-color);
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.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: 160px;
    width: auto;
    max-height: 50px;
    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(--hover-color1) !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(--hover-color1);
    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(--hover-color1);
}

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

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

/* Make table responsive automatically */
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;
  }
}

.eyebrow-section {
    color: var(--primary-color);
    /* padding: 6px 15px; */
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}

.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);
}
.light{
    color: var(--para-color) !important;
        font-family: var(--font2);
        font-weight: 500;
        font-size: 17px;
}

.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, .leadseo2 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);
    font-family: var(--font);
}

.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);
    font-family: var(--font);
}

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

.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: 500;
    font-family: var(--font);
}

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

.minspace {
    margin-bottom: 3px !important;
}

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

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

.bgsec{
    background-color: var(--bg2-color) !important;
}
/******************* about us section code************* */

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

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: -10px;
    margin-top: 15px;
}

.feature-icon-box {
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.image-composition-container {
    position: relative;
}

.main-img-card {
    width: 90%;
    aspect-ratio: 4/3;
    border-radius: var(--radius2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    object-fit: cover;
    display: block;
    z-index: 1;
}

.floating-doctor-card {
    position: absolute;
    top: 25%;
    right: 0;
    max-width: 300px;
    aspect-ratio: 3/4;
    border-radius: var(--radius2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    z-index: 2;
}


.abtimg{
        max-width: 320px;
    width: auto;
    max-height: 140px;
    height: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);

}

/* --- Expertise Section Styles --- */
.expertise-section-wrapper {
    padding-bottom: 60px;
}

.expertise-item {
    margin-bottom: 15px;
}

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

.expertise-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.progress-bar-container {
    height: 6px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.progress-fill {
  height: 100%;
    background-color: var(--dark);
    border-radius: var(--radius2);
    width: 0;
    transition: width 1.5s ease-in-out;
}



/* ****************************our products section code******************** */
.services-section {
    background-color: var(--bg2-color);
}

.service-card {
    position: relative;
    margin-bottom: 60px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.service-img-holder {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: var(--radius2);
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.service-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.service-img-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.service-content {
    position: absolute;
    bottom: -50px;
    left: 15px;
    right: 15px;
    background: var(--white);
    padding: 20px 20px 15px 20px;
    border-radius: var(--radius2);
    z-index: 5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);

}

.service-arrow-btn {
    position: absolute;
    top: -24px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 4px solid var(--white);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.service-arrow-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    transform: scale(1.05);
}

/* ****************MATRIX SECTION CODE*********************** */
.stats-wrapper {
    background-color: var(--secondary-color);
    color: var(--white);
}

.stat-box {
    color: var(--white);
}

.counter-wrapper {
    display: inline-flex;
    height: 58px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 700;
    margin-right: 5px;
    line-height: 58px;
}

.counter-column {
    display: flex;
    flex-direction: column;
    transition: transform 2s cubic-bezier(0.12, 0, 0.39, 0);
}

.counter-column span {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.5s ease;
    margin-left: 2px;
    margin-right: 10px;
}

.static-plus.show {
    opacity: 1;
    transform: translateX(0);
}

.stat-label {
    font-size: var(--para-size);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .counter-wrapper {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .stat-box {
        justify-content: center;
        text-align: left;
    }
}


/* **********************post your requirment *************** */
.contact-section {
    background: url(../images/seobg.webp);
    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: 445px;
    overflow: hidden;
}

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

.read-toggle {
    position: absolute;
    bottom: 1px;
    left: 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--light-color) !important;
    padding: 6px 12px;
    border-radius: 6px;
}

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

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

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

.expend-content-sec::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.65);
}

.form-wrapper {
    padding: 25px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(50px);
}

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

.vision-section {
    
    background-color: rgb(55, 52, 53, 0.1);
}

.vision-card {
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius2);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.vision-card.highlighted {
    background-color: var(--secondary-color);
}

.vision-icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

.highlighted .vision-icon-box {
    color: var(--white);
}

/***************** testimonial section code***************** */
.testimonials-wrapper {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--white) 100%);
    position: relative;
    overflow: hidden;
}

.testi-nav-container {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.btn-nav {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-nav:hover {
    background-color: var(--white);
    color: var(--teal-accent);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: var(--card-radius);
    padding: 20px 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: var(--radius2);
}

.quote-icon {
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

.testimonial-text {
    font-size: 16px;
    color: var(--para-color);
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: normal;
}

.user-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 10px;
}

.user-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 3px solid var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.user-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 2px;
    display: block;
}

.user-date {
    font-size: 15px;
    color: var(--para-color);
    opacity: 0.8;
}

@media (max-width: 991px) {
    .testi-nav-container {
        justify-content: center;
        margin-bottom: 40px;
    }

    .testimonial-card {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .testimonials-wrapper {
        padding: 60px 0;
    }

    .testi-badge {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* *****************Blog section code************** */
.blog-section-wrapper {
    background-color: var(--bg2-color);
}

.blog-card {
    border: none;
    background: transparent;
    transition: transform 0.3s ease;
}

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

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: var(--radius2);
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-card .lead1 {
    margin-bottom: 1px;
}
.blog-card .read-more-btnX {
    margin-top: 2px;
}
.blog-card .lead3 {
    margin-bottom: 0;
}

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

.date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    color: var(--white);
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    z-index: 2;
}

.date-day {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.date-month {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

/* **********marquee tag section code*************** */
.marquee-section {
    background-color: var(--bg2-color);
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-animation 15s linear infinite;
}

.marquee-text {
    font-size: 90px;
    font-weight: 800;
    color: var(--para-color);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-right: 80px; /* spacing between loops */
    user-select: none;
}

@keyframes marquee-animation {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .marquee-text {
        font-size: 50px;
    }

    .marquee-section {
        padding: 20px 0;
    }
}

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

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

.faq-tabs-containerM {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.faq-tab-btnM {
  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.3s ease-in-out;
    justify-content: center;
    border-radius: var(--radius);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.faq-tab-btnM.active {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}

.faq-tab-btnM:hover:not(.active) {
    color: var(--white);
    background-color: var(--primary-color);
}

.faq-content-groupM {
    display: none;
    animation: fadeIn 0.5s ease;
}

.faq-content-groupM.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-cardM {
    width: 100%;
}

.faq-itemM {
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 0;
}

.faq-questionM {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-questionM span {
    font-size: var(--heading-size);
    font-weight: 500;
    color: var(--heading-color);
    padding-right: 20px;
}

.faq-questionM svg {
    width: 18px;
    height: 18px;
    color: var(--primary-color);
    transition: transform 0.5s ease;
    flex-shrink: 0;
}

.faq-answerM {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    color: var(--para-color);
    font-size: var(--para-size);
    line-height: 1.6;
}

.faq-itemM.active .faq-answerM {
    max-height: 500px;
    padding-bottom: 20px;
}

.faq-itemM.active .faq-questionM svg {
    transform: rotate(180deg);
}

.faq-image-boxM {
    border-radius: var(--radius2);
    overflow: hidden;
}

.faq-image-boxM img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* about us page about section******************* */
.abt-img-bx {
    float: right;
    max-width: 490px;
    width: 100%;
    margin-left: 25px;
    margin-bottom: 25px;
    /* border-radius: 4px; */
    overflow: hidden;
}
.abt-sec img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: var(--radius);
}

.cate-img {
    max-width: 400px;
    float: right;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 30px;
}

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

.cate-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.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;
}
/* *********************director section code************** */
.profile-section {
    background-color: var(--bg2-color);
    background-image: url(../images/directorbg.jpg);
    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;
}
.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;
}

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

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

.blog-bx {
    background-color: var(--light-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("https://media.istockphoto.com/id/1200325103/photo/spices-ingredients-for-cooking-spices-concept.jpg?s=612x612&w=0&k=20&c=AjsPetmLSQVKw8_1RYkYy0OWG_s_wkgDKKWElDN4Ev4=");
  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: 720px;
    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);
}


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

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

.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-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--secondary-color);
}

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

.icon-box-outline {
    width: 85px;
    height: 85px;
    border: 1px solid var(--primary-color);
    background-color: var(--white);
    display: flex;
    border-radius: var(--radius);
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}


.form-container {
    background-color: var(--bg2-color);
    padding: 30px;
    height: 100%;
}

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

/* ********************Expo section code***************************** */

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

.certificate-card {
  display: block;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background-color: var(--border-light);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.certificate-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.414;
  object-fit: fill;
}

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

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

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

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


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

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


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






/* *********************************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: 24px;
    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: 0;
    right: -11px;
    font-size: 14px;
    color: var(--heading-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 {
    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 .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;
}




/* ===== 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, .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(--para-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;
        }

        /* Custom Close Button */
        .btn-close-custom{
            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-custom: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);
        }