body {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: var(--font);





}



html {

    scroll-behavior: smooth;

}



:root {

    /* **************font family initialization******************** */

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

    --font2: "Rosario", sans-serif;



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

    --small: 12px;

    --radius: 1px;

    --para-size: 16px;

    --topbar-size: 14px;

    --heading-size: 18px;

    --heading2-size: 22px;

    --heading3-size: 26px;

    --title-size: 26px;

    --large-text: 40px;





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











    --primary-color: #062746;

    --secondary-color: #f40c0c;

    --btn-colo2: #f40c0c;

    --btn-color: #062746;

    --hover-color1: #00508a;

    --hover-color2: #f40c0c;





    --bg1-color: #ffffff;

    --bg2-color: #f4f4f4;

    --para-color: #3c3c3c;

    --heading-color: #1a1a1a;

    --hover-text: #000000;

    --white: #ffffff;

    --dark-text: #0a0a0a;











    --topbar-color: #0a0a0a;

    --border-light: #e0e0e0;

    --light-color: #ffffff;



    --footer-color: #0a0a0a;



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

    --dark-overlay-gradient2: linear-gradient(rgba(30, 30, 30, 0.5), rgba(96, 48, 48, 0.5));

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

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

}



@media (min-width: 1440px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl,

    .container-xxl {

        max-width: 1430px;

    }

}



@media (min-width: 1440px) {

    .container-fluid {

        max-width: 1435px;

    }

}

@media (max-width: 1285px) {

    .laptop {

        display: none;

    }

}





/* img {

    max-width: 100%;

    width: auto;

    height: auto;

} */



.main-btn {

    padding: 12px 15px;

    color: var(--light-color);

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



    display: inline-flex;

    gap: 5px;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    font-weight: 500;

    /* font-family: var(--font2); */



    white-space: nowrap;

    background: var(--btn-color);

    outline: none;

    transition: 0.2s ease-in-out;

    justify-content: center;

    text-decoration: none;

    border-radius: var(--radius);

    line-height: 1;



}



.main-btn:hover {

    background: var(--hover-color2);

    color: var(--white);

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

}



/* .main-btn svg {

    color: var(--primary-color) !important;

}

.main-btn :hover svg{

    color: var(--white);



} */



.main-btn2 {

    padding: 12px 15px;

    color: var(--light-color);

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

    background-color: transparent;

    display: inline-flex;

    gap: 5px;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    font-weight: 500;



    white-space: nowrap;

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

    outline: none;

    transition: 0.2s ease-in-out;

    justify-content: center;

    border-radius: var(--radius);

    line-height: 1;

    text-decoration: none;

}



.main-btn2:hover {



    color: var(--hover-color1);

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

}



.main-btn3:hover {





    border: 2px solid var(--footer-color);

    color: var(--footer-color);

}



.main-btn3 {

    padding: 10px 10px;

    color: var(--secondary-color);

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



    display: inline-flex;

    gap: 5px;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    font-weight: 500;



    white-space: nowrap;

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

    outline: none;

    transition: 0.2s ease-in-out;

    justify-content: center;

    border-radius: var(--radius);

    line-height: 1;

    text-decoration: none;

    /* animation: fullPulse 1.8s infinite; */

}





@keyframes fullPulse {



    0% {



        box-shadow: 0 0 0 rgba(213, 43, 43, 0);



        background-color: rgba(127, 15, 15, 0.1);



        transform: scale(1);



    }







    50% {



        box-shadow: 0 0 25px rgba(241, 104, 104, 0.6);



        background-color: rgba(219, 94, 94, 0.2);



        transform: scale(1.05);



    }







    100% {



        box-shadow: 0 0 0 rgba(186, 77, 77, 0);



        background-color: rgba(113, 20, 20, 0.1);



        transform: scale(1);



    }



}



.product .g-recaptcha {

    transform: scale(1.04);

    transform-origin: 0 0;



}



.addr {

    margin-left: 2rem;

    margin-bottom: 0.1rem;

}

.form-control-lg {

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

}



.g-recaptcha {

    transform: scale(0.95);

    /* Adjust between 0.5 to 1.0 */

    transform-origin: 0 0;

    /* Keeps scaling from top-left */

}



.iti--separate-dial-code .iti__selected-flag {

    background-color: rgba(163, 205, 234, 0.2);

    height: 37px;

}



.read-more-btnX {

    display: inline-block;

    color: var(--primary-color);

    text-decoration: none;

    font-weight: 500;

    transition: color 0.3s ease;

}



.read-more-btnX svg {

    color: var(--secondary-color);

}



.read-more-btnX:hover {

    color: var(--hover-color1);

}







.social {

    display: flex;

    justify-content: center;

    list-style: none;

    gap: 30px;

    margin-bottom: 0;

    padding: 0;

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

}



.social li a {

    color: var(--white);



}



.social li a:hover {



    color: var(--secondary-color);



}



header {

    position: relative;

}



.mid-bar.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;



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

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

    animation-name: fadeInDown;

    animation-duration: 0.6s;

    animation-fill-mode: both;

}



.mid-bar {

    background: var(--bg1-color);

}





.top-bar {

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

    padding: 6px 0;

}







/* Contact text and icons */

.top-bar a {

    color: var(--white);

    text-decoration: none;

    font-size: 12px;

    transition: color 0.3s ease;

}



.top-bar p svg {

    margin-top: -2px;

    color: var(--secondary-color);

}



.top-bar p a {

    color: var(--heading-color) !important;

    text-decoration: none;

}



.top-bar span svg {

    color: var(--hover-color2);

    fill: var(--hover-color2);

    /* font-weight: 600; */



}



.top-bar a:hover,

.top-bar span:hover svg {

    color: var(--hover-color2);

    fill: var(--hover-color2);

    /* font-weight: 600; */



}



.top-bar p a:hover {

    color: var(--hover-color1);

}



.logo img {

    max-width: 250px;

    width: auto;

    max-height: 50px;

    height: auto;

}



.search-bx {

    display: flex;

    align-items: center;

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

    border-radius: 8px;

    overflow: hidden;

    padding: 5px;

    padding-left: 13px;

}



.search-bx input {

    width: 100%;

    max-width: 100%;

    outline: none;

    border: none;

    color: var(--text-color);

    font-weight: 400;

    height: 20px;

    font-size: 14px;

    min-width: 220px;

}



.search-bx button {

    outline: none;

    border: none;

    height: 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 0 8px;

    color: var(--para-color);

    background: transparent;

}



.menubar {

    position: relative;

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

}



.menubar .logo {

    display: none;

}



.menubar.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    background: #fff;

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

    animation-name: fadeInDown;

    animation-duration: 1s;

    animation-fill-mode: both;

}



@keyframes fadeInDown {

    from {

        opacity: 0;

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



    to {

        opacity: 1;

        transform: none
    }

}



.navigation .nav-header {

    display: none;

    padding: 12px 20px
}



.navigation .navbar button {

    width: 40px;

    height: 40px;

    background: var(--bg2-color);

    border: 0;

    outline: 0;

    color: var(--white);

    font-size: 25px;

    border-radius: 0;

    display: inline-block;

    text-align: center;

    line-height: 40px;

    position: relative;

    z-index: 99;

    padding: 5px;

    position: relative;

    transform: rotate(0deg);

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

    display: block;

    color: var(--dark-text);

    transition: all 0.3s ease;

    font-size: 15px;

    background: transparent;



    font-weight: 600;

    text-transform: uppercase;

    text-decoration: none;



}



.navigation .menu ul li.active a,

.navigation .menu ul li:hover a {

    color: var(--hover-color2);

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

}



.navigation ul li.ls-submenu:hover svg {

    transform: rotateZ(180deg);

    color: var(--hover-color2);

}



.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {

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



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



}



.call-now .icon-bx {

    min-width: 37px;

    width: 37px;

    height: 37px;

    color: white;

    background: var(--pri);

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.call-now .con-bx {

    text-align: left;

}



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

.cta-section {

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

}



.cta-section .container {

    position: relative;

    z-index: 1;

}



.footbot {

    opacity: 0.5;

    font-size: 12px;

}







.footer-logo img {

    max-width: 140px;

    width: auto;

    max-height: 100px;

    height: auto;

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

}



.logo-icon {

    display: flex;

    align-items: center;

    justify-content: start;

}





.footer-section {



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



    color: var(--white);

}



.address1 {

    display: flex;

    font-size: 14px;

    max-width: 320px;

    gap: 15px;

    line-height: 1.4;

    color: var(--white);

}



.footer-link {

    text-decoration: none;

    color: var(--white);

    transition: all 0.2s ease-in-out;

}



.footer-link:hover {

    text-decoration: underline;

    color: var(--hover-color2);

}



.ft-tt {

    font-family: var(--font);

    font-weight: 600;

    font-size: 20px;

    color: var(--white);

    text-transform: capitalize;

    margin-bottom: 27px;

    position: relative;

}



.ft-tt::before {

    content: "";

    position: absolute;

    bottom: -9px;

    left: 2px;

    width: 45px;

    height: 2px;

    background: var(--secondary-color);

}



.ft-tt span {

    color: var(--secondary-color);

}



.social-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 38px;

    height: 38px;

    text-decoration: none;

    color: var(--light-color);

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

    border-radius: var(--radius);

    transition: all 0.2s ease-in-out;

}



.social-icon:hover {

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

    color: var(--hover-color1);

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

}



.social-icons {

    display: flex;

    gap: 20px;
    /* equal spacing between icons */

    justify-content: flex-start;
    /* center align icons */

    align-items: start;

    padding: 0;

    margin-top: 15px;

}



.social-icons li {

    list-style: none;

}



.social-icons .social-link {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease;

}



.social-icons .social-link:hover {

    background: var(--hover-color2);
    /* your theme red color */

    transform: translateY(-3px);

}







/* Popular Searches */

.foot08-head {

    color: var(--dark-text);

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

    font-weight: 600;

    margin-bottom: 10px;

}



.foot08-popular {

    margin-top: 20px;

}



.foot08-popular-list {

    list-style: none;



    padding: 0;



    margin: 0;



    display: flex;



    flex-wrap: wrap;



    gap: 6px 6px;



    font-size: 14px;

}



.foot08-popular-list li::after {

    /* content: "|"; */



    margin-left: 12px;



    color: var(--border-light);

}



.foot08-popular-list li:last-child::after {

    content: "";

}



.foot08-popular-list a {

    color: var(--dark-text);



    text-decoration: none;



    transition: color 0.2s;

}



.foot08-popular-list a:hover {

    color: var(--hover-color1);

}



.foot08-muted {

    color: var(--dark-text) !important;

}





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

}











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

/* Button styling */

#scrollTopBtn {

    position: fixed;

    bottom: 30px;

    left: 30px;

    z-index: 99;

    /* background-color: #0d6efd; */

    color: transparent;

    border: none;

    outline: none;

    cursor: pointer;



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

    display: none;

    /* Hidden by default */

    transition: all 0.3s ease;

    animation: arrowBounce 1.5s infinite ease-in-out;

    display: inline-block;

}



#scrollTopBtn img {

    width: 35px;

    height: 35px;

    background: transparent;

}



#scrollTopBtn:hover {

    transform: translateY(-3px);

}



@keyframes arrowBounce {

    0% {

        transform: translateY(0);

    }

    30% {

        transform: translateY(-6px);
        /* move up */

    }

    60% {

        transform: translateY(0);
        /* back to normal */

    }

    100% {

        transform: translateY(0);

    }

}





.Marquee {

    width: 100%;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    overflow: hidden;

    position: relative;

}



.Marquee-content {

    display: inline-block;

    white-space: nowrap;

    animation: marquee 35s linear infinite;

}



/* Keyframes: move text fully out, then restart cleanly */

@keyframes marquee {

    0% {

        transform: translateX(100%);

        /* start from right edge */

    }



    100% {

        transform: translateX(-100%);

        /* move completely out on left */

    }

}



.Marquee-tag {

    display: inline-block;

    padding-left: 1rem;

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

    color: var(--white);

    white-space: nowrap;

}









/* @keyframes bounceY {







    0%,



    100% {



        transform: translateY(0);



    }







    50% {



        transform: translateY(-25px);



       



    }



} */













.eyebrow-section {





    color: var(--secondary-color);

    align-content: center;

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

    display: inline-block;

    line-height: 1;

    text-decoration: none;

    margin-bottom: 15px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 0.5px;

}







.heading-text {

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

    font-weight: 600;

    color: var(--heading-color);

}



.heading-underline {

    height: 4px;

    width: 80px;

    border-radius: 2px;

    background: var(--secondary-color);

}



.leadsure {

    padding: 56px 0;

}



.leadsureheading {

    font-weight: 600;

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

    color: var(--heading-color);

    margin-bottom: 10px;



}



.separator {

    width: 120px;
    /* line width */

    border-bottom: 2px dashed var(--secondary-color);

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

    margin: 10px auto;
    /* auto centers the line */

}



.headingB {

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

    color: var(--white);

    font-weight: 600;

}



.leadsurepara {

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

    color: var(--para-color);

    line-height: 1.6;

}

.leadsuresmall {

    font-size: var(--small);

    color: var(--para-color);

    line-height: 1.6;

}



.leadseo p,

.leadseo ul,

.leadseo li,

.leadseo ul li {

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

    color: var(--para-color);

    line-height: 1.6;

    margin-bottom: 7px;

}



ul {

    padding-left: 1.1rem;

}



.leadsuresubheading {

    font-weight: 600;

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

    color: var(--heading-color);

}



.leadseo h1,

.leadseo h2,

.leadseo h3,

.leadseo h4,

.leadseo h5,

.leadseo h6 {

    font-weight: 600;

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

    color: var(--heading-color);

}





.zis3 {

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

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

    color: var(--para-color);

    line-height: 1.6;

}



.zis2 {

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

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

    color: var(--para-color);

    line-height: 1.6;

}



.zis1 {

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

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

    color: var(--heading-color);

    font-weight: 600;



}





.section-title {

    color: var(--heading-color);

    font-weight: 700;

    text-transform: capitalize;

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



    margin-bottom: 25px;

}



.colordhead {

    color: var(--secondary-color);

}



.heading-text {

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

    font-weight: 600;

    color: var(--heading-color);

}



.faq-title {

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

    font-weight: 600;

    color: var(--heading-color);

    margin-bottom: 10px;

    line-height: 1.2;

}







main,

main img {

    overflow: hidden;

    display: block;

    width: 100%;

}




.carousel-control-next,

.carousel-control-prev {

    line-height: 0;

    position: absolute;

    top: 50%;

    display: block;

    width: 38px;

    height: 38px;

    padding: 0;

    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;

    border: 0;

    outline: 0;

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

    backdrop-filter: blur(2px);

    border-radius: 100%;

    z-index: 9;

    opacity: 1;



}



.carousel-control-next-icon,

.carousel-control-prev-icon {

    height: 16px;

    width: 16px;

}



.carousel-control-next:hover,

.carousel-control-prev:hover {

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

    opacity: 1;

}



.carousel-control-prev {

    left: 30px;

}



.carousel-control-next {

    right: 30px;

}



@media (max-width:980px) {



    .carousel-control-next,

    .carousel-control-prev {

        width: 20px;

        height: 35px;

    }



    .carousel-control-next-icon,

    .carousel-control-prev-icon {

        height: 13px;

        width: 13px;

    }



    .carousel-control-prev {

        left: 0px;

        border-radius: 0 3px 3px 0;

    }



    .carousel-control-next {

        right: 0px;

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

    }

}





.swiper-next,

.swiper-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}



.swiper-button-next,

.swiper-button-prev,

.swiper-next,

.swiper-prev {

    border: 1px solid #eee;

    background-color: white;

    color: var(--text-light);

    width: 35px;

    height: 35px;

    z-index: 2;

    border-radius: 100%;

    text-align: center;

}



.swiper-next svg,

.swiper-prev svg {

    width: 18px;

    height: 18px;

}



.swiper-button-next:hover,

.swiper-button-prev:hover,

.swiper-next:hover,

.swiper-prev:hover {

    color: white;

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

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

}


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

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

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

.swiper_wrap {
    /* height: 100%;  */
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}

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

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

.swiper-slide {
    height: auto;
}

.swiper-prev {
    left: -22px;
    right: auto;
}

.swiper-next {
    right: -22px;
    left: auto;
}

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



.construction-section {

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

    /* position: relative;

    overflow: hidden; */

}



/* .construction-section:before {

    aspect-ratio: 4/1;

    content: "";

    position: absolute;

    inset: 0;

    background-image: url("https://media.istockphoto.com/id/1357391792/vector/roller-bearing-vector.jpg?s=612x612&w=0&k=20&c=74cYNvktoxwB14fmv5b88sA-e87U_Ot19Q7ca6nCjOM=");

    background-size: contain;

    background-repeat: no-repeat;

    background-position: left;

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

    z-index: 0;

    top: 7%;

    opacity: 0.3;

} */



.feature-item {

    border-bottom: 1px solid var(--dark-text);

    padding-top: 12px;

    padding-bottom: 12px;

}



.feature-item:first-child {

    border-top: 1px solid var(--dark-text);

}



.feature-number {

    font-weight: 600;

    font-size: 1.2rem;

    color: var(--secondary-color);

}



/* Smooth accordion body */

.feature-accordion .feature-body {

    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition: max-height 0.5s ease, opacity 0.4s ease;

    margin-top: 2px;
    margin-bottom: 1px;

}



/* Open state */

.feature-accordion .feature-item.active .feature-body {

    max-height: 200px;
    /* enough for your text */

    opacity: 1;

}



/* Arrow styling */

.feature-arrow {

    float: right;

    transition: transform 0.3s ease;

}



/* Rotate arrow when open */

.feature-item.active .feature-arrow {

    transform: rotate(180deg);

}



.team-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Image Styling */
.team-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.team-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 20px;
}





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

.matrix-section {

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

}



.matrix-item {

    margin: 20px 0;

}



.matrix-number {

    font-weight: 700;

    color: var(--heading-color);

    margin-bottom: 10px;

    transition: all 0.5s ease-in-out;

}



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

.service-card {
    background-color: var(--bg1-color);
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: transform 1.6s ease, box-shadow 1.6s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.product-default-content {
    aspect-ratio: 1/1;
    text-align: center;
    transition: all 1.6s ease;
}

.product-default-content img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

.product-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--bg1-color);
    opacity: 0;
    transform: scale(0.7);
    transform-origin: center center;
    transition: transform 2s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

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

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper img {
    transition: transform 0.6s ease;
}

.service-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.service-card:hover .product-hover-content,
.product-card:hover .product-hover-content {
    opacity: 1;
    transform: scale(1);
    transition: transform 2s ease, opacity 0.6s ease;
}

.product-button-wrapper {
    background-color: var(--bg1-color);
    padding-top: 0.75rem;
    padding-bottom: 1.1rem;
    border-top: 1px solid var(--bg1-color);
}

.product-card {
    position: relative;
    overflow: hidden;
    background-color: var(--bg1-color);
    border-radius: var(--radius);
    transition: all 1.6s ease-in-out;
}

.product-hover-image {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-footer{
    padding: 20px 20px 0 20px;
    background-color: var(--bg1-color);
}

.aboutind {
    max-height: 470px;
    overflow: hidden;
}

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

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

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

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

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

.navigation-wrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    color: var(--heading-color);
}

.nav-btn:hover {
    background-color: var(--hover-color2);
    color: var(--white);
    border-color: var(--hover-color2);
}

.category-card {
    text-align: center;
    background: transparent;
    transition: 0.3s;
}


.category-img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category-img-box img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-img-box img {
    transform: scale(1.1);
}

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



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



.portfolio-section {



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



}



.portfolio-card {



    width: 100%;



    position: relative;



    border-radius: var(--radius);



    overflow: hidden;



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



    transition: transform 0.3s ease;



}



.portfolio-card:hover {



    transform: translateY(-5px);



}







.portfolio-card .portfolio-image {



    aspect-ratio: 4/3;



    display: block;



    width: 100%;



    height: auto;



    transition: transform 0.4s ease;

}



.portfolio-card:hover .portfolio-image {



    transform: scale(1.05);



}



/* UPDATED CAPTION STYLES */



.portfolio-card .portfolio-caption {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;



    display: flex;

    flex-direction: column;

    justify-content: center;
    /* vertical center */

    align-items: center;
    /* horizontal center */



    background: rgba(0, 0, 0, 0.55);

    opacity: 0;

    transition: all 0.4s ease;

}

.portfolio-card:hover .portfolio-caption {

    opacity: 1;

}



.portfolio-caption>div {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



/* --- THE BUTTON (Hidden initially) --- */

.portfolio-btn {

    display: inline-block;

    margin-top: 15px;

    padding: 10px 25px;

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

    color: #fff;

    text-decoration: none;

    border-radius: var(--radius);

    font-weight: 500;

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



    /* Animation States */

    opacity: 0;

    transform: translateY(20px);
    /* Pushed down */

    transition: all 0.4s ease;

}



.portfolio-btn:hover {

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

    color: var(--white);

}



/* --- HOVER EFFECTS --- */



/* 1. Zoom Image */

.portfolio-card:hover .portfolio-image {

    transform: scale(1.1);

}



/* 2. Slide Title Up */

.portfolio-card:hover .leadsuresubheading {

    transform: translateY(0);

}



/* 3. Reveal Button */

.portfolio-card:hover .portfolio-btn {

    opacity: 1;

    transform: translateY(0);
    /* Slide to natural position */

}









/* <!-- **************************************enquiry from section code************************* --> */





.enquiry-features-section {

    background: var(--dark-overlay-gradient2), url('../images/whyus.webp') no-repeat center center / cover;

    background-attachment: fixed;

}



.enquiry-form-card {

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

    border: none;

    border-radius: var(--radius);

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

    z-index: 10;

}



.content-box-dark {

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

    color: var(--white);

    border-radius: var(--radius);

    height: 100%;

}



.feature-pill {

    display: inline-flex;

    align-items: center;

    background-color: var(--white);

    color: var(--dark-text);

    padding: 0.5rem 1rem 0.5rem 0.5rem;

    border-radius: 50rem;

    font-weight: 600;

}



/* The colored icon circle */

.feature-pill-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 30px;

    height: 30px;

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

    color: var(--white);

    border-radius: 50%;

    margin-right: 0.75rem;



}











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



.latest-news-section {



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



}



.card-body .zis1:hover {

    color: var(--hover-color2);



}



.blog-card {

    display: block;

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

    border-radius: 1px;

    transition: all 0.3s ease;

    height: 100%;

}



.blog-card:hover {

    transform: translateY(-5px);

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

}



/* Wrapper to position the category tag */

.blog-card .card-img-wrapper {

    position: relative;

}



.blog-card .card-img-top {

    border-radius: 0;

    aspect-ratio: 4 / 3;

    object-fit: cover;

}



.blog-card .card-category-tag {

    position: absolute;

    bottom: 15px;

    left: 15px;

    background-color: var(--white);

    color: var(--light-color);

    padding: 4px 10px;

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

    font-weight: 500;

    text-transform: uppercase;

}



/* Card body styles */

.blog-card .card-body {

    padding: 25px;

}



.blog-card .card-meta {

    color: var(--primary-color);

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

    text-transform: uppercase;

    margin-bottom: 10px;

}





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



.faq-container {



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

    position: relative;

    overflow: hidden;

}







.left-section {

    padding: 10px;

    min-height: 1px !important;

    transition: min-height 0.3s ease;



}



.faq-container:before {

    aspect-ratio: 4/1;

    content: "";

    position: absolute;

    inset: 0;

    background-image: url("../images/faqimages.jpg");

    background-size: contain;

    background-repeat: no-repeat;

    background-position: left;

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

    z-index: 0;

    top: 5%;

    opacity: 0.3;

}



.right-section {

    flex: 1;

    padding: 40px;

}



.faq-item {



    position: relative;

    margin-bottom: 10px;

    border-radius: 5px;

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

    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);



}



.faq-item:last-child {

    border-bottom: none;

}



.faq-question {

    background: var(--bg1-color);

    /* background-color: transparent; */

    border: none;

    padding: 18px 40px 18px 10px;

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

    font-weight: 500;

    color: var(--header-color);

    cursor: pointer;

    width: 100%;

    text-align: left;

    position: relative;

    transition: all 0.3s ease;

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



}







.faq-question::after {

    content: '\f107';

    font-family: 'Font Awesome 6 Free';

    font-weight: 900;

    position: absolute;

    right: 3%;

    top: 50%;

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

    transition: transform 0.3s ease;

    font-size: 16px;

    color: var(--btn-color);

}



.faq-answer {

    max-height: 0;

    overflow: hidden;

    transition: 0.3s ease;

    padding: 0;

    color: var(--para-color);

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

    line-height: 1.6;

}





/* Active states */

.faq-item.active .faq-question::after {

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

}



.faq-item.active .faq-answer {

    max-height: 200px;

    padding: 5px 10px 5px 10px;



}







@media (max-width: 768px) {

    .faq-wrapper {

        flex-direction: column;

    }



    .left-section {

        flex: none;



    }



    .right-section {

        padding: 10px 10px;

    }



    .faq-title {

        font-size: 28px;

    }

}











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





.aboutsection {

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

    position: relative;

    overflow: hidden;

}







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

.aboutsection::before {

    aspect-ratio: 4/1;

    content: "";

    position: absolute;

    inset: 0;

    background-image: url("https://media.istockphoto.com/id/1357391792/vector/roller-bearing-vector.jpg?s=612x612&w=0&k=20&c=74cYNvktoxwB14fmv5b88sA-e87U_Ot19Q7ca6nCjOM=");



    background-size: contain;

    background-repeat: no-repeat;

    background-position: left;

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

    z-index: 0;

    top: 1%;

    opacity: 0.5;

}







.hero-about-image {

    aspect-ratio: 4/3;



    width: 100%;

    overflow: hidden;

}



.hero-about-image img {

    aspect-ratio: 4/3;



    width: 100%;

    height: auto;

    object-fit: cover;

    /* aspect-ratio: 1/1; */



}



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



.section-highlight {

    background: var(--primary-color);

}



#map {



    width: 100%;

    height: 400px;

    border-radius: 12px;

}



.blinking-marker {

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background: var(--secondary-color);

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

    animation: blink 1.5s infinite;

    border: 3px solid white;
    position: relative;

}



@keyframes blink {

    0% {

        transform: scale(1);

        opacity: 1;

    }



    50% {

        transform: scale(1.5);

        opacity: 0.3;

    }



    100% {

        transform: scale(1);

        opacity: 1;

    }

}



.leaflet-popup {

    background: white;

    color: #333;

    box-shadow: 0 0 15px rgba(238, 46, 88, 0.9);

    /* RED shadow */

    border-radius: 12px;

}



.leaflet-popup-content-wrapper {

    padding: 1px;

    text-align: left;

    border-radius: 12px;

}



.leaflet-popup-content {

    margin: 11px 19px 9px 11px !important;

    line-height: 1.3;

    font-size: 10px;

    min-height: 1px;

}



.leaflet-right .leaflet-control {

    display: none;

}

/* Remove default Leaflet white square */
.custom-marker-icon {
    background: transparent;
    border: none;
}






/* Hidden SEO subtitle text */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}





.feature-copy {

    position: relative;



    color: var(--para-color);



    font-size: 14px;



    line-height: 1.6;



    background: var(--background2-color);



    padding: 18px 13px;



    overflow: hidden;

}



/* Collapse content initially */



.feature-copy .seo-content61 {

    max-height: 325px;



    overflow: hidden;



    transition: max-height 0.5s ease;

}



.scrollcard {

    width: 100%;

}



.scrollcard img {

    aspect-ratio: 1/1;



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



    object-fit: cover;

}



.read-more-toggle {

    display: none;

}



.read-more-toggle:checked~.seo-content61 {

    overflow-y: auto;

    scrollbar-width: thin;

    scrollbar-color: var(--secondary-color) var(--primary-color);

}



/* Chrome, Edge, Safari */

.read-more-toggle:checked~.seo-content61::-webkit-scrollbar {

    width: 8px;

}



.read-more-toggle:checked~.seo-content61::-webkit-scrollbar-track {

    background: var(--bg2-color);

    border-radius: 10px;

}



.read-more-toggle:checked~.seo-content61::-webkit-scrollbar-thumb {

    background: linear-gradient(180deg,

            var(--secondary-color),

            var(--primary-color));

    border-radius: 10px;

    border: 2px solid var(--bg2-color);

}



.read-more-toggle:checked~.seo-content61::-webkit-scrollbar-thumb:hover {

    background: linear-gradient(180deg,

            var(--hover-color2),

            var(--hover-color1));

}









.read-more-btn {

    display: inline-block;



    text-align: left;



    margin-top: 10px;



    color: var(--white);



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



    cursor: pointer;



    transition: color 0.3s;

}



.read-more-btn::after {

    content: "Show More...";



    color: var(--white);



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

}



.read-more-btn:hover::after {

    color: var(--secondary-color);

}



.read-more-btn:hover::before {

    color: var(--primary-color);

}



.read-more-toggle:checked~.read-more-btn::after {

    content: "Show Less...";



    color: var(--hover-color);



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

}





.seo-content61 h1,

.seo-content61 h2,

.seo-content61 h3,

.seo-content61 h4,

.seo-content61 h5,

.seo-content61 h6,

.seo-content61 p,

.seo-content61 li,

.seo-content61 ul,

.seo-content61 ul li {

    color: var(--light-color);

}



.scrollcard {

    aspect-ratio: 1/1;

    width: 100%;

    height: auto;

}















/* ***************************our partner section code****************************** */

.partners-section {

    background: var(--bg2-color);

}



/* 2. Swiper Container & Slide Styling */

.swiper {

    width: 100%;

    height: 100%;

}





.swiper-slide {


    text-align: center;

    font-size: 18px;

    background: transparent;

    display: flex;

    justify-content: center;

    align-items: center;

}

.mySwiper {

    overflow: hidden;

}





.swiper-slide img {

    display: block;

    width: 100%;

    height: auto;



    object-fit: cover;





    /* transition: filter 0.3s ease, opacity 0.3s ease; */

}





/* -***********************about us page code ********************** */

.timeline-section {

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

}





.vision-section {

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



    position: relative;

    overflow-x: hidden;

}



.vision-section::before {

    content: '';

    position: absolute;

    top: 0;

    bottom: 0;

    left: 50%;

    /* A faint, dashed line matching the screenshot */

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

    transform: translateX(-1px);

    z-index: 1;

}



.vision-row {

    position: relative;

    margin-bottom: 4rem;

}



.vision-row:last-child {

    margin-bottom: 0;

}





.vision-row::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 16px;

    height: 16px;

    /* Matches the border color from screenshot */

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

    border-radius: 50%;

    /* White background to sit on top of the dashed line */

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



    z-index: 2;

}



@media (max-width: 767.98px) {



    .vision-section::before,

    .vision-row::after {

        display: none;

    }



    /* Stack text content with some space on mobile */

    .vision-content {

        margin-bottom: 2rem;

    }

}



.vision-list {

    /* Remove default list styling */

    list-style-type: none;

    padding-left: 0;

    color: #555;

    line-height: 1.7;

}







.vision-image {

    aspect-ratio: 3/2;

    width: 100%;

    height: auto;

    border-radius: var(--radius);

}







.features-section {

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

}



.feature-icon img {



    width: 100px;

    height: 100px;

}



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

.lab-section {

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

}



.content-section {

    width: 100%;

}



.left-content-wrapper {

    float: right;

    max-width: 400px;

    width: 100%;

    margin-left: 1.5rem;

    margin-bottom: 1rem;

}



.image-container {

    aspect-ratio: 1/1;

    position: relative;

    width: 100%;

    padding-bottom: 100%;

    overflow: hidden;

    border-radius: 0;

    margin-bottom: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}



.image-container img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.main-img {

    object-fit: cover;

    display: block;

    margin: auto;

}



.multi-imgs {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-top: 10px;

}



.multi-imgs .imgs {

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

    width: 55px;

    height: 55px;

    cursor: pointer;

    overflow: hidden;

    border-radius: 4px;

    transition: all 0.3s ease;

}



.multi-imgs .imgs img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.multi-imgs .imgs.active {

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

    transform: scale(1.05);

}



.multi-imgs .imgs.youTube a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    background-color: #f70000;

}



.multi-imgs .imgs.youTube a svg {

    width: 30px;

    height: 30px;

    color: white;

}







.product-description p,

.product-description li,

.product-description ul {

    line-height: 1.6;

    text-align: justify;

    margin-bottom: 6px;

}



.button-container {

    display: flex;

    gap: 15px;

    flex-wrap: wrap;

    justify-content: center;

    margin-bottom: 20px;

}







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

.sitemap-section {



    background: var(--bg2-color);



}



.sitemapbox {

    padding: 20px;

    background: var(--bg1-color);

}



.sitemap-section .sitempheading {

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

    font-weight: 600;

    margin-bottom: 20px;

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

    display: inline-block;

    padding-bottom: 5px;

    color: var(--header-color);

}



/* Root UL */

.sitemapcon {

    list-style: none;

    padding-left: 0;

    margin: 0;

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

}



/* Parent LI */

.sitemapcon>li {

    position: relative;

    margin: 10px 0;

    padding-left: 20px;

}



/* Add vertical line before items */

.sitemapcon>li::before {

    content: "";

    position: absolute;

    top: 0;

    left: 8px;

    bottom: 0;

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

}



/* Horizontal line for each item */

.sitemapcon>li::after {

    content: "";

    position: absolute;

    top: 12px;

    left: 8px;

    width: 10px;

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

}



/* Links */

.sitemapcon a {

    text-decoration: none;

    color: var(--para-color);

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

    transition: color 0.2s;

}



.sitemapcon a:hover {

    color: var(--hover-color1);

    font-weight: 600;

}



/* Subcategories */

.sitemapsubcat {

    list-style: none;

    margin: 5px 0 5px 20px;

    padding-left: 15px;

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

}



.sitemapsubcat li {

    position: relative;

    margin: 10px 0;

    padding-left: 15px;

}



.sitemapsubcat li::before {

    content: "";

    position: absolute;

    top: 12px;

    left: -15px;

    width: 15px;

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

}



/* Responsive adjustments */

@media (max-width: 767px) {

    .sitemap-section {

        padding: 20px 10px;

    }



    .sitemap-section .you_may {

        font-size: 16px;

    }



    .sitemapcon {

        font-size: 13px;

    }

}









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



/* Section Wrapper */

.market-area {

    background: var(--bg2-color)
}



/* Heading */

.Marektheading {

    text-align: center;

    margin-bottom: 30px;

}



.Marektheading {

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

    font-weight: 600;

    color: var(--heading-color);

}




.jst{
    text-align: justify;
}


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

.market-area h2 {

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

    font-weight: 600;

    margin: 30px 0 15px;

    color: var(--heading-color);

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

    padding-left: 10px;

}



/* Market Cards */

.marketcard {

    display: block;

    text-align: center;

    padding: 12px 10px;



    border-radius: var(--radius);

    background: var(--bg1-color);

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



    font-size: 16px;

    /* font-weight: 500; */

    color: var(--secondary-color);

    text-decoration: none;

    transition: all 0.3s ease;

}



/* Hover effect */

.marketcard:hover {

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

    color: var(--light-color);



    transform: translateY(-3px);

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

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

}







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



.privacy-container {





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

}



.heading-1 {





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



    color: var(--heading-color);



    margin-bottom: 20px;



    font-weight: 600;

}



.privacy-container a {

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



    color: var(--primary-color);

}



.privacy-box {

    padding: 20px;

    background: var(--bg1-color);

}





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

.blog-section105 {

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

}



.main-content105 {

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

    padding: 2rem;

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

}



@media (max-width: 767.98px) {

    .main-content105 {

        padding: 1.5rem;

    }

}



.blog-title-wrapper105 {

    display: flex;

    align-items: flex-start;

    gap: 0.75rem;

    margin-bottom: 10px;

}



.blog-title-wrapper105 .title-icon105 {

    flex-shrink: 0;

    width: 24px;

    height: 24px;

    margin-top: 0.5rem;

}



.blog-title105 {

    font-size: 2.25rem;

    font-weight: 900;

    color: var(--heading-color);

    line-height: 1.3;

}



.blog-image105 {

    width: 100%;

    aspect-ratio: 16 / 9;

    object-fit: cover;

    border-radius: var(--radius);

    margin-bottom: 2rem;

}



.post-dateX {

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

    color: var(--para-color);

    font-weight: 600;

}



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

.blog-meta105 {

    /* margin-top: 1rem;

            margin-bottom: 1rem; */

    color: var(--primary-color);

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

    display: flex;

    font-weight: 700;

    align-items: center;

    gap: 0.5rem;

}



.blog-meta105 .meta-icon {

    width: 16px;

    height: 16px;

}









/* --- Sidebar --- */

.sidebar105 .widget105 {

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

    padding: 1.5rem;

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

}



.widget-title105 {

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

    font-weight: 600;

    color: var(--heading-color);

    padding-bottom: 0.75rem;

    margin-bottom: 10px;

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

}



.related-blogs-list105 {

    list-style: none;

    padding: 0;

    margin: 0;

}



.related-post-item105 {

    display: flex;

    gap: 1rem;

}



.related-post-item105:not(:last-child) {

    margin-bottom: 1rem;

}



.related-post-item105 img {

    aspect-ratio: 4 / 3;

    max-width: 100px;

    height: auto;

    border-radius: var(--radius)
}



.related-post-item105 .post-title105 {

    font-weight: 700;

    line-height: 1.6;

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



}



.related-post-item105 .post-title105 a {

    text-decoration: none;

    color: var(--heading-color);

    transition: color 0.3s ease;

}



.related-post-item105 .post-title105 a:hover {

    color: var(--hover-color1);

}





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



.faq-redesign-section {

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

}





.faq-nav-vertical .nav-link {

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

    font-weight: 500;

    color: var(--heading-color);

    padding: 1rem;

    border: none;

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

    border-radius: 0;

    position: relative;

    background: var(--bg2-color);

    transition: none;

}



.faq-nav-vertical .nav-link:first-child {

    border-top: none;

}



/* Style for the active nav link */

.faq-nav-vertical .nav-link.active {

    color: var(--primary-color);

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

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

    font-weight: 600;

    padding-left: 2.25rem;

}



.faq-nav-vertical .nav-link.active {

    border-top-color: transparent;

}





.faq-tab-content {

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



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

}



.custom-accordion-item {

    border: none;

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

    border-radius: 0;

    box-shadow: none;

    margin-bottom: 0;

    padding: 0;

}



.faq-tab-content .custom-accordion-item:first-child {

    border-top: none;

}



.custom-accordion-question {

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

    font-weight: 600;

    color: var(--heading-color);

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 1rem;

}



.custom-accordion-question span {

    padding-right: 1rem;

}



.custom-accordion-answer {

    max-height: 0;

    overflow: hidden;

    color: var(--para-color);

    line-height: 1.7;

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



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

    padding: 0 1.5rem;

}





.custom-accordion-item.active .custom-accordion-question {

    color: var(--primary-color);

}



.custom-accordion-item.active .custom-accordion-answer {

    max-height: 200px;

    padding-top: 0;

    padding-bottom: 1.75rem;

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

}





.icon-toggle {

    width: 1.75rem;

    height: 1.75rem;

    background-color: transparent;

    font-weight: normal;

    font-size: 1rem;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    /* Make it round */

    cursor: pointer;

    flex-shrink: 0;



    /* Collapsed state: (down arrow) */

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

    background-repeat: no-repeat;

    background-size: 1.75rem;

    background-position: center;

}



/* Remove the old '+' content */

.icon-toggle::after {

    content: "";

}



/* Active state for your JS */

.custom-accordion-item.active .icon-toggle {

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

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



    /* Active state: (up arrow) */

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

}



/* Remove the old '−' content */

.custom-accordion-item.active .icon-toggle::after {

    color: var(--hover-color2);



    content: "";

}







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

.features-wrapper {
    background-color: var(--primary-color);

}

/* Nav Tabs Styling */
.feature-nav {
    border-bottom: none;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.feature-nav .nav-link {
    background: transparent;
    border: 1px solid var(--border-light);
    color: var(--white);
    border-radius: var(--radius);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-nav .nav-link:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.feature-nav .nav-link.active {
    background-color: var(--secondary-color) !important;
    color: var(--white) !important;
    border-color: var(--secondary-color);
}

/* Content Box Styling */
.feature-content-box {
    border: 1px solid var(--border-light);
    border-radius: 4px;
    overflow: hidden;
}

.feature-header {
    padding: 15px 15px;
    border-bottom: 1px solid var(--border-light);
}


.feature-bodyX {
    padding: 15px 15px;

}

.feature-header .leadsureheading {
    margin-bottom: 0;
}

.feature-body p {
    margin-bottom: 0;
}


/* Animation */
.tab-pane.fade {
    transition: opacity 0.2s linear;
    border-radius: var(--radius) !important;
}

@media (max-width: 768px) {
    .feature-nav {
        flex-wrap: wrap;
        gap: 8px;
    }

    .feature-nav .nav-link {
        flex: 1 1 auto;
        text-align: center;
    }
}

.contact-details-wrapper{
    background-color: var(--dark-text);
}

/* ******************contact us main page ************************* */



.contact-section-wrapper {

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

}


.contact-header {

    background-color: #1c1e23;
    color: #ffffff;

    padding: 2rem;
}

.contact-heading {
    font-size: 3rem;
    font-weight: 700;
    max-width: 700px;
    color: var(--white);
}

.contact-content {
    background: linear-gradient(135deg, #b9c2cf 0%, #d7bebe 100%);
    padding: 2rem;
}

.con {
    height: 5rem;
}


.benefits-list {
    list-style: none;
    padding-left: 0;
    color: var(--primary-color);
    font-weight: 500;
}

.benefits-list li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.benefits-list svg {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary-color);/
}

/* Timeline */
.timeline-step {
    position: relative;
    padding-left: 2rem;
}

.timeline-step .timeline-number {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: var(--heading2-size);
    font-weight: 600;
    color: var(--primary-color);
}

.timeline-step strong {
    display: block;
    font-weight: 600;
    color: var(--primary-color);
}

.timeline-step span {
    font-size: var(--para-size);
    color: var(--para-color);
}

.contact-form-card {
    border: none;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-number {
    font-size: var(--para-size);
    color: var(--primary-color);
    text-decoration: none;
}

.contact-number:hover {
    color: var(--hover-color2);
    font-weight: 600;
}



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

.location-block {
    line-height: 1.3;
}

.location-country {
    color: var(--primary-color);
    font-weight: 700;
    font-size: var(--heading3-size);
    display: block;
}

.location-city {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: var(--heading-size);
    display: block;
}

.address-title {
    /* Fainter, uppercase title */
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.address-text {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    /* Remove default p margin */
    margin-bottom: 0.25rem;
}

.contact-section-overlap {

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

}

.get-in-touch-wrapper {
    background-color: var(--bg1-color);
    padding: 30px;
}

.contact-details-wrapper {
    background-color: var(--footer-color);
    padding: 20px 40px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.info-block {
    margin-bottom: 25px;
}

.contact-box a {
    text-decoration: none;

}

.contact-box a:hover {
    text-decoration: underline;
    cursor: pointer;
}


.phone-box {
    display: flex;
    align-items: center;
    gap: 8px;                 /* space between icon and number */
}


.partner-section {
    background: linear-gradient(to bottom, #1f242b 60%, #e9edf5 60%);
    padding: 56px 30px;
}

.partner-left {
    color: #fff;
}


.partner-phone {
    margin-top: 2px;
    font-weight: 600;
    color: var(--white);
    font-size: 20px;
}

.benefits .std {
    font-size: 20px;

    font-weight: 700;
    margin-bottom: 15px;
}

.process .std {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 15px;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: var(--para-size);
    font-weight: 500;
    color: var(--white);
}

.benefits ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

.process-steps {
    gap: 20px;
    font-size: 14px;
}

.step span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: var(--white);
}

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

.divider {
    width: 40px;
    height: 1px;
    background: var(--para-color)
}

/* FORM CARD */
.partner-form-card {
    background: #fff;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-top: -4px;
}

.step {
    color: var(--primary-color);
    font-size: var(--para-size);
}


/* RESPONSIVE */
@media (max-width: 991px) {
    .partner-form-card {
        margin-top: 40px;
    }

    .partner-section {
        background: #1f242b;
    }
}




/* ********************meet our team section code************************ */



.team-section {

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

}



.team-card {

    border: none;

    border-radius: 8px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);

    height: 100%;

    transition: all 0.3s ease;

}



.team-card:hover {

    transform: translateY(-5px);

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

}

.team-card .card-body {

    text-align: center;

    padding: 10px;

}

.team-card .team-image {

    aspect-ratio: 4 / 3;

    width: 100%;

    height: auto;

    object-fit: cover;

}



/* carrier page section code******************** */



.carrer {

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

}

.job-body h1, .job-body h2, .job-body h3, .job-body h4, .job-body h5, .job-body h6{
    font-size: 22px;
}
.job-body p{
  font-size: var(--para-size)
}

/* --- Job Accordion Styling --- */

.job-card {

    background: #fff;

    border: 1px solid #e0e0e0;

    border-radius: 8px;

    margin-bottom: 25px;

    overflow: hidden;

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

    transition: box-shadow 0.3s ease;

}



.job-card:hover {

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

}



/* The clickable Header */

.job-header {

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

    color: var(--white);

    padding: 15px 25px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: space-between;

    transition: background-color 0.3s;

}



.job-header:hover {

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

}







.toggle-icon {

    font-size: 1.2rem;

    transition: transform 0.3s ease;

}



/* Rotates icon when open (handled by Bootstrap collapse) */

.job-header[aria-expanded="true"] .toggle-icon {

    transform: rotate(180deg);

}



/* Content Body */

.job-body {

    padding: 30px;

}



.job-list {

    list-style: none;

    padding: 0;

}



.job-list li {

    position: relative;

    padding-left: 25px;

    margin-bottom: 10px;

    color: var(--para-color);

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



.job-list li::before {

    content: "\f00c";
    /* FontAwesome Check */

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    color: var(--primary-color);

    position: absolute;

    left: 0;

    top: 2px;

    font-size: 0.8rem;

}



/* Metadata Badge Row (Enhanced) */

.meta-badges {

    display: flex;

    gap: 15px;

    margin-bottom: 20px;

    flex-wrap: wrap;

}



.meta-tag {

    background: var(--border-light);

    color: var(--primary-color);

    padding: 6px 12px;

    border-radius: 4px;

    font-size: 0.85rem;

    font-weight: 500;

    display: flex;

    align-items: center;

    gap: 6px;

}



/* milestone section code***************** */





/* --- Timeline Item Styling --- */

.award-item {

    display: flex;

    margin-bottom: 40px;

    transition: 0.4s ease;

}

/* When hovering the item, change the content background */

.award-item:hover {

    background-color: #f5f5f5;
    /* The light grey shadow/box */

}







/* The Year Column */

.award-year {

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

    color: var(--secondary-color);

    width: 60px;
    /* Fixed width for alignment */

    text-align: right;

    padding-right: 25px;

    padding-top: 5px;
    /* Visual alignment with title */

    flex-shrink: 0;

    letter-spacing: 1px;

}

.award-content {

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

    padding-left: 25px;

    padding-bottom: 5px;

}



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



.img-breadcum {

    padding: 100px 0 90px;

    text-align: center;

    position: relative;

    z-index: 1;

}



.img-breadcum img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    z-index: -2;

}



.img-breadcum::before {

    background: linear-gradient(180deg, rgba(22, 29, 37, 0.5), rgb(22, 29, 37));

    content: "";

    height: 100%;

    left: 0;

    opacity: 0.9;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

    pointer-events: none;

}



.img-breadcum .sub-tt {

    color: var(--light-color);

    font-weight: 500;

    font-size: 16px;

    margin-bottom: 10px;

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

    border-radius: var(--radius);

    padding: 6px 9px;

    display: inline-block;

}



.img-breadcum .tt {

    font-weight: 600;

    font-size: 25px;

    line-height: 1.3;

    letter-spacing: normal;

    margin-bottom: 0px;

    color: var(--light-color);

    max-width: 650px;

    margin: 0 auto;

    text-transform: capitalize;

}



.img-breadcum p {

    color: var(--white);

    margin-top: 12px;

    font-size: 17px;

    margin-bottom: 0;

}



.img-breadcum.img-breadcum2 {

    text-align: left;

    padding: 60px 0;

}



.breadcum-sec {

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

    padding: 7px 0;

    border-bottom: 1px solid #e1e1e2;

}



.breadcum-sec ul {

    display: flex;

    gap: 0 18px;

    flex-wrap: wrap;

    list-style: none;

    margin: 0;

    padding: 0;

}



.breadcum-sec ul li {

    color: var(--secondary-color);

    font-size: 12px;

    font-weight: 400;

    letter-spacing: normal;

    padding: 0;

    position: relative;

}





.breadcum-sec ul li a {

    color: var(--secondary-color);

    text-decoration: none;

}



.breadcum-sec ul li a:hover {

    color: var(--hover-color1);

    font-weight: 500;

}



.breadcum-sec ul li a::before {

    content: "/";

    position: absolute;

    top: 1px;

    right: -11px;

    font-size: 12px;

    color: var(--heading-color);

}



.img-breadcum {

    padding: 110px 0 110px;

}



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

}



.modal-title {

    color: var(--header-color);

}



.enquiry-input:focus {

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

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

}



.enquiry-submit {

    background: var(--btn-color);

    color: var(--white);

    border-radius: var(--radius);

    padding: 4px 8px;

}



.enquiry-submit:hover,

.enquiry-submit:focus {

    background: var(--primary-color);

    border-color: var(--white);

}



textarea.enquiry-input {

    resize: vertical;

}





.enquiry-input:focus {

    border-color: #cfd6e3;

    box-shadow: 0 0 0 .2rem rgba(217, 253, 13, 0.08);

}



.enquiry-submit {

    background: var(--btn-color);

    color: var(--white);

    font-size: 1rem;





}



.enquiry-submit:hover,

.enquiry-submit:focus {

    background: var(--primary-color);

    color: var(--white);

}





/* Product image inside modal */

.modal-body .product-img {



    width: 100%;

    /* keep aspect ratio */

    height: 100%;

    /* keep aspect ratio */



    object-fit: cover;

    /* ensures image doesn’t stretch */

    aspect-ratio: 1/1;

}



.popupheading {

    font-size: 24px;

    font-weight: 600;

    color: var(--heading-color);

}



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

.fab-stack {

    --fab-size: 52px;

    --fab-gap: 12px;

    position: fixed;

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

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

    display: flex;

    flex-direction: column;

    gap: var(--fab-gap);

    z-index: 1040;

}



.fab-btn {

    width: var(--fab-size);

    height: var(--fab-size);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    color: var(--white);

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

    cursor: pointer;

    box-shadow: 0 8px 24px rgba(0, 0, 0, .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: 60px;



    right: 20px;



    font-weight: 500;



    z-index: 9;



    border: 0;



    outline: 0;



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



    color: var(--white);



    font-size: 14px;



    padding: 5px;



    padding-right: 15px;



    border-radius: 24px;



    transition: 0.2s ease-in-out;



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

}



.business-enq:hover {

    transform: scale(1.03);

}



.business-enq .icon {

    height: 32px;



    width: 32px;



    border-radius: 100%;



    line-height: 32px;



    text-align: center;



    display: inline-block;



    background: var(--bg1-color);



    color: var(--text-color);

}



.business-enq .icon svg {

    height: 18px;

    color: var(--primary-color);

    width: 18px;

}



.form-control {



    padding: 8px 12px;

    font-size: 14px;

    border-radius: var(--radius);

    width: 100%;

}



.fab-whatsapp {

    background: #25D366;

    border: 1px solid #25D366;

}



@media (prefers-reduced-motion: reduce) {

    .fab-btn {

        transition: none;

    }

}



@media (min-width: 992px) {

    .fab-stack {

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

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

        --fab-size: 56px;

    }

} */



/* --- WIDGET CONTAINER --- */

.chat-widget-wrapper {

    position: fixed;

    bottom: 30px;

    right: 30px;

    z-index: 999;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 15px;

}



.chat-toggle-btn {

    width: 60px;

    height: 60px;

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

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

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

    cursor: pointer;

    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    border: none;

    position: relative;

}



.chat-toggle-btn:hover {

    transform: scale(1.1);

}



.chat-toggle-btn i {

    font-size: 28px;

    transition: all 0.3s ease;

    position: absolute;

}



.icon-headset {

    opacity: 1;

    transform: rotate(0deg) scale(1);

}



.icon-close {

    opacity: 0;

    transform: rotate(-90deg) scale(0);

}



.chat-widget-wrapper.active .icon-headset {

    opacity: 0;

    transform: rotate(90deg) scale(0);

}



.chat-widget-wrapper.active .icon-close {

    opacity: 1;

    transform: rotate(0deg) scale(1);

}



.chat-tooltip {

    position: absolute;

    right: 75px;

    top: 50%;

    transform: translateY(-50%);

    background-color: #fff;

    padding: 8px 16px;

    border-radius: 30px;

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

    font-size: 14px;

    color: var(--secondary-color);

    font-weight: 500;

    white-space: nowrap;

    opacity: 1;

    transition: opacity 0.3s, transform 0.3s;

    pointer-events: none;

}



.chat-widget-wrapper.active .chat-tooltip {

    opacity: 0;

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

}

.chat-popup-card {

    background: #fff;

    width: 300px;

    border-radius: 12px;

    overflow: hidden;

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



    opacity: 0;

    transform: translateY(20px) scale(0.9);

    transform-origin: bottom right;

    pointer-events: none;

    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);



    position: absolute;

    bottom: 80px;

    right: 0;

}





.chat-widget-wrapper.active .chat-popup-card {

    opacity: 1;

    transform: translateY(0) scale(1);

    pointer-events: all;

}





.popup-header {

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

    color: #fff;

    padding: 10px;

    position: relative;

}

.popup-body {

    padding: 10px;

    text-align: left;

}



.popup-text {

    color: var(--para-color);

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

    margin-bottom: 10px;

}



.action-icons {

    display: flex;

    gap: 20px;

}



.action-btn {

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    text-decoration: none;

    transition: transform 0.2s;

}



.action-btn:hover {

    transform: translateY(-3px);

}



.btn-whatsapp {
    background-color: #25D366;
}

.btn-email {
    background-color: var(--primary-color);
}

.btn-location {
    background-color: var(--secondary-color);
}



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

.contact-bar-mobile {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    z-index: 1040;

    height: 52px;

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

}



.contact-item {

    flex: 1 1 0;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    font-weight: 500;

    font-size: 14px;

    color: var(--white);

    text-decoration: none;

    border: 0;

}



.contact-call {

    background: var(--primary-color);

    color: var(--white);

}



.contact-wa {

    background: #25D366;

    color: var(--white);

}



.contact-enq {

    background: var(--secondary-color);

    color: var(--white);

}



.ci-icon {

    display: inline-flex;

}



.ci-label {

    line-height: 1;

}



.iti {

    width: 100%;

}

.partner-form-card label {
    color: var(--primary-color);
}

label {

    color: var(--btn-colo2);

}



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

/* --- Modal Customization --- */

.productmodal {

    max-width: 850px;

}



.modal-header-custom {



    color: white;

    border-bottom: none;

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

    padding: 15px 25px;

}



.modal-title {

    font-weight: 600;

    font-size: 1.2rem;

}



.btn-close-custom {

    filter: invert(1) grayscale(100%) brightness(200%);

    opacity: 1;

}





.modal-body-custom {

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

    padding: 30px;

}



/* --- Left Side: Product Card --- */

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

}



.form-control-custom {

    border-radius: 2px;

    border: 1px solid #dee2e6;

    padding: 12px 15px;

    font-size: 0.95rem;

    margin-bottom: 15px;

    background-color: #fff;

}





/********* carrer pop up section************* */

.upload-area {

    display: block;

    border: 2px dashed #ddd;

    border-radius: 10px;

    text-align: center;

    padding: 40px 20px;

    margin: 20px 0;

    background-color: #fff;

    cursor: pointer;

    transition: all 0.3s;

    position: relative;

}



.upload-area:hover {

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

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

}



.upload-icon {

    /* font-size: 28px; */

    color: var(--primary-color);

    margin-bottom: 15px;

    display: block;

}



.upload-title {

    font-size: 16px;

    font-weight: 600;

    color: #333;

    margin-bottom: 8px;

}



.upload-title span {

    color: var(--secondary-color);

}





.no-file-text {



    color: var(--primary-color)
}