:root {
    --font: "Quicksand", sans-serif;
    --font2: "Pangolin", cursive;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --pri: #e31e24;
    /* --pri:var(--forth); */
    --sec: #70a6b1;
    --third: #385469;
    --forth: #fce001;
    --text-color: #16222d;
    --text-light: #8C8C8C;
    --para-color: #555;
    --border-color: #d5dfe4;
    --white: #fff;
    --off-white: #eee;
    --black: #111;
    --handle-width: 4px;
    --handle-size: 44px;
    --label-bg: #fff;
    --label-color: #000;
    --bg: #f6f3ee;
}

body {
    background: var(--white);
    font-family: var(--font);
    color: var(--para-color);
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

p {
    color: var(--para-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;

    line-height: 1.6;
}

a {
    display: block;
    text-decoration: none;
}

p a {
    display: inline;
}




.w-btn {
    padding: 11px 15px;
    border-radius: 4px;
    color: white;
    border: 1px solid #00c966;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #00c966;
    outline: none;
    transition: 0.2s ease-in-out;
    line-height: 1;
}

.w-btn:hover {
    border-color: #00c966;
    background-color: #00b95d;
}

.main-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--sec);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
}

.main-btn:hover {
    background: var(--pri);
    color: var(--white);
    border-color: var(--pri);
}

.main-btn.light {
    background: transparent;
    color: var(--pri);
    font-weight: 500;
    border-color: var(--pri);
}

.main-btn.light:hover {
    background: var(--pri);
    color: var(--white);
    border-color: var(--pri);
}

.main-btn2 {
    background-color: var(--sec);
    border-color: var(--sec);
}

.main-btn2:hover {
    background-color: var(--pri);
    border-color: var(--pri);
}


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

.social li a {
    color: var(--off-white);
}

.social li a svg {
    width: 15px;
    height: 15px;
}

.social li a:hover {
    color: var(--sec);
}


.form-label {
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 500;
    margin-bottom: 4px;
}

.SumoSelect>.CaptionCont>span.placeholder {
    background-color: transparent;
    color: var(--text-color);
    opacity: 0.8;
    font-style: normal;
}

.SumoSelect {
    display: block;
    width: 100%;
}

.SumoSelect.open .search-txt {
    font-weight: 400;
    border-radius: 4px;
    font-size: 15px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font);
    border-color: var(--border-color);
    height: 43px;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: var(--text-light);
}

.SumoSelect.open>.optWrapper {
    top: 43px;
}

.form-group {
    position: relative;
    margin-bottom: 13px;
}

.form-control,
.form-select,
.SumoSelect>.CaptionCont {
    font-weight: 400;
    border-radius: 7px;
    font-size: 14px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font);
    border-color: #e3e3e3;
    height: 40px;
    align-content: center;
}

textarea.form-control {
    min-height: 100px;
    resize: none;
    align-content: start;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--text-light);
    box-shadow: none;
}

header {
    position: relative;
    z-index: 999;
}

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

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

.top-bar {
    background: rgb(15, 14, 14);

    padding: 10px 0;
}

.top-bar .main-btn {
    display: flex;
    padding: 10px;
    justify-content: end;
    display: none;
    border-radius: 6px;
}


.main-btn3 {
    background-color: var(--pri);
    position: relative;
    overflow: hidden;
}

.main-btn3::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 100%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 150%;
    }
}


.top-bar p {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--off-white);
}

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

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

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

.search-bx {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
}

.search-bx select {
    width: auto;
    max-width: 125px;
    padding-left: 3px;
    outline: none;
    border: none;
    color: var(--para-color);
    font-weight: 400;
    height: 30px;
    font-size: 14px;
}

.search-bx input {
    width: 100%;
    max-width: 100%;
    outline: none;
    border: none;
    color: var(--text-color);
    font-weight: 400;
    height: 20px;
    font-size: 14px;
    border-left: 1px solid var(--off-white);
    margin-left: 10px;
    padding-left: 10px;
}

.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;
    border-bottom: 1px solid var(--off-white);
}

.menubar .main-btn {
    font-size: 14px;
    padding: 13px 10px;
    border-radius: 6px;
}

.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(--pri);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .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: 24px 9px;
    display: block;
    color: var(--third);
    transition: all 0.3s ease;
    font-size: 14px;
    background: transparent;
    font-weight: 600;
}

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

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

.navigation .menu ul li ul.ls-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

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

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.ls-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .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(--pri);
}

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

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

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

.navigation .menu ul li ul.ls-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 8px 20px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    transition: all 0.2s;
    border-bottom: 0px solid transparent;
    font-weight: 500;
}



.navigation ul li.ls-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--text-color);
}

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

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

.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 .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: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}

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

    width: 100%;
    position: relative;
    border-bottom: 1px solid #cacaca66;
    /* padding-right: 30px; */
}




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


main,
main img {
    aspect-ratio: 1920 / 800;
    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(--pri);
    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: var(--liner);
    background-color: var(--pri);
    border-color: var(--pri);
}

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

.lead-sure-section {
    padding: 50px 0;
    overflow: hidden;
}


/* #################### Alok CSS ##################### */

.top-bar .social span {
    color: var(--white);
    font-weight: 600;
}

.author-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.color-bx {
    height: 40px;
    width: 40px;
    background-color: var(--sec);
    border-radius: 50%;
    position: relative;
    color: var(--white);
}

.color-bx .round {
    height: 50px;
    width: 50px;
    border: 1px solid var(--sec);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}

.color-bx svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 17px;
    width: 17px;
}


.author-icon .content a {
    color: var(--third);
    font-size: 16px;
    font-weight: 600;
}

.author-icon .content span {
    font-size: 14px;
    font-weight: 550;
}

.rd-mr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--sec);
    border-radius: 6px;

    background-color: transparent;
    color: var(--sec);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: capitalize;

    line-height: 1;
    cursor: pointer;

    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.rd-mr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.rd-mr svg {
    transition: transform .3s ease;
    height: 22px;
    width: 22px;
}

.rd-mr:hover svg {
    transform: translateX(4px);
}



.rd-mr:hover {
    background-color: var(--sec);
    color: var(--white);
}

.title {
    color: var(--sec);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--font2);

}

.tt {
    font-size: 30px;
    color: var(--third);
    font-weight: 700;
}

.abt-sec p {
    text-align: justify;
    margin-bottom: 20px;
    font-family: var(--font);

}

.abt-vid-bx {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.abt-vid-bx iframe {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    overflow: hidden;
    pointer-events: none;
    transform: scale(1.02);
    transform-origin: 50% 50%;
}

.matrix-sec {
    background-color: var(--bg);
    padding: 60px 0;
}

.matrix-sec .odos {
    background-color: var(--white);
    text-align: center;
    border-radius: 20px;
    padding: 40px 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.matrix-sec .odos:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.matrix-sec .odos-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.matrix-sec .odos-number .odometer {
    color: var(--third);
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    font-family: var(--font);
}

.matrix-sec .odos-number .plus-sign {
    color: var(--third);
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

.matrix-sec .odos p {
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--font) !important;
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 1.4;
}

/* 2nd-Swiper--------------------------- */

.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
     
}

.product-card .img-bx {
    display: block;
    overflow: hidden;
}

.product-card .img-bx img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
}

.product-card:hover .img-bx img {
    transform: scale(1.08);
}

.product-card .cont-bx {
    padding: 20px;
}

.product-card .sub-tt {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
    text-decoration: none;
}

.product-card .sub-tt:hover {
    color: #d83135;
}

.rd-mr {
    background: #d83135;
    color: #fff;
    border: none;
    padding: 5px 6px;
    transition: 0.3s ease;
}

.rd-mr:hover {
    background: #111;
}


.head-sec {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 770px;
}

.head-sec p {
    font-size: 16px;
}

.sub-tt {
    font-size: 18px;
    color: var(--third);
    font-weight: 800;
    margin-bottom: 10px;
}

.video-sec {
    background-color: var(--bg);
}

.youtube-player {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background: transparent;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}

.youtube-player .play {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    position: absolute;
    background: url("https://www.leadsure.co.in/aquatechplus/designer/images/icon/play-1.png    ") no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    /* animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulse; */
    transition: 0.3s ease;
}

.youtube-player:hover .play {
    animation: none;
    transform: translate(-50%, -50%) scale(1.1);
}

.youtube-player img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    transform: scale(1.01)
}



.form-sec {
    background: url("../images/form-sec-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.form-sec .expend-content-sec .title {
    color: var(--black);
}

.form-sec .expend-content-sec .tt {
    font-size: 30px !important;
    color: var(--third) !important;
    font-weight: 700 !important;
}




.form-sec::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #d5cbcb;
    z-index: -1;
    opacity: 0.6;
}

.form {
    max-width: 540px;
    padding: 30px;
    background-color: var(--white);
    float: right;
    border-radius: 12px;
    width: 100%;
    margin-left: 30px;
}

.form-btn {
    width: 100%;
    padding: 12px 0;
}

input,
textarea {
    font-size: 16px;
}

.expend-content-sec {
    max-height: 450px;
    overflow: hidden;

}

.form-sec .expend-content-sec p {
    color: #000;
    font-family: var(--font);
    font-size: 16px;
}

.form-sec .content-sec ul li {
    color: #000;
    font-family: var(--font);
    font-size: 16px;
}

.form-sec .content-sec ol li {
    color: #000;
    font-family: var(--font);
    font-size: 16px;
}

.read-toggle {
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    user-select: none;
    font-size: 0.9em;
    transition: all .4s ease-in-out;
}

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

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

/* -------------before and after sec ------------------- */

.ba-container {
    position: relative;
    width: 100%;
    border-radius: 12px;
    height: 500px;
    margin: auto;
    overflow: hidden;
}

/* IMAGES */
.ba-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

/* CLIPS */
.clip {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.before-clip {
    width: 50%;
    z-index: 2;
}

.after-clip {
    z-index: 1;
}

/* HANDLE */
.slider {
    position: absolute;
    inset: 0 auto 0 50%;
    width: var(--handle-width);
    background: #fff;
    z-index: 5;
    cursor: ew-resize;
}

/* .slider::before {
    content: "◀ ▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--handle-size);
    height: var(--handle-size);
    background: #fff;
    color: var(--sec);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
} */

.slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--handle-size);
    height: var(--handle-size);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='2' height='14' fill='%23000000'/%3E%3Cpath d='M10 6L5 12L10 18V6Z' fill='%23000000'/%3E%3Cpath d='M14 6L19 12L14 18V6Z' fill='%23000000'/%3E%3Crect x='19' y='5' width='2' height='14' fill='%23000000'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}


/* LABELS */
.label {
    position: absolute;
    bottom: 15px;
    padding: 6px 14px;
    background: var(--label-bg);
    color: var(--label-color);
    font-size: 14px;
    font-weight: 600;
    user-select: none;
}

.before-label {
    left: 15px;
}

.after-label {
    right: 15px;
}

.faq-sec {
    background-color: var(--bg);
}

.faq-pag .accordion-item,
.faq-pag .accordion-item:first-of-type,
.faq-pag .accordion-item:last-of-type,
.faq-pag .accordion-item:not(:first-of-type) {
    margin-bottom: 15px;
}

.faq-sec a {
    display: flex;
    justify-content: center;
}

.faq-sec a button {
    font-size: 14px;
    padding: 0;
    padding: 8px 16px;
    align-self: center;
    margin-top: 20px;
}

.testi-sec {
    background-color: var(--bg);
}


.testimonial-swiper {
    position: relative;
    width: 100%;

}

.testimonial-swiper .swiper-slide {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}



.testimonial-items {
    background-image: url("https://kutto.netlify.app/img/images/testimonial.svg");
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    min-height: 237px;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 35px 40px 40px 50px;
    background-position: center top;
    color: #ede9e91c;

}

.testimonial-items::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    bottom: 21%;
    right: 9%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e31e24'%3E%3Cpath d='M9 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z'/%3E%3Cpath d='M18 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z'/%3E%3C/svg%3E");

    transform: rotate(180deg);
}


.testimonial-items p {
    /* color: var(--black); */
    font-weight: 550;
    font-size: 15px;
}

.testimonial-items .sub-tt {
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}

.testimonial-items .img-bx img {
    border-radius: 50%;
    border: 7px solid #f4f1ea
}

.testimonial-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    background-color: var(--sec);
    opacity: 1;
    width: 20px;
    transition: all .4s ease-in-out;
    border-radius: 15px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--pri);
    width: 35px;
    border-radius: 15px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: var(--pri);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.blog-sec .img-bx {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

 

.blog-sec .img-bx img {

    width: 100%;
}



.blog-sec .sub-tt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.blog-sec .containt {
    padding: 15px 20px;
    padding-bottom: 25px;
}

.blog-sec .bx {
    background-color: var(--bg);
    border-radius: 12px;
}




.blog-sec .bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.blog-det-form {
    background: #ffffff;
    border-radius: 4px;
    padding: 18px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.blog-det-form .sub-tt {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    position: relative;
    padding-bottom: 12px;
}

 

.blog-det-form .form-control {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.blog-det-form .form-control:focus {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--pri-rgb), 0.12);
    outline: none;
}

.blog-det-form .form-control::placeholder {
    color: var(--black);
    font-size: 13px;
}

.blog-det-form textarea.form-control {
    resize: none;
}

.blog-det-form .btn-primary {
    background: var(--pri);
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
 
.blog-det-form .btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

 

.cta-sec {
    background: url("../images/ctaimg.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.cta-sec::after {
    position: absolute;
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
    border-radius: 20px;

}

.cta-sec .title,
.cta-sec .tt {
    color: var(--white);
}

.cta-sec .rd-mr {
    background-color: var(--pri);
    color: white;
    border-color: var(--pri);
    padding: 15px 20px;
}

.cta-sec .rd-mr:hover {
    color: var(--pri);
    background-color: transparent;

}

.cta-sec .bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.abt-sec1 .img-bx {
    max-width: 480px;
    background-color: var(--white);
    float: left;
    width: 100%;
    aspect-ratio: 1/1;
    margin-right: 30px;
    padding: 15px;
    position: relative;
}

.abt-sec1 .img-bx::before {
    content: "";
    position: absolute;
    height: 30%;
    width: 30%;
    border-left: 15px solid var(--pri);
    border-top: 15px solid var(--pri);
    top: 1px;
    left: 1px;
}

.abt-sec1 .expend-content-sec {
    max-height: 402px;
}

.abt-sec1 .expend-content-sec .tt {
    font-size: 30px !important;
    color: var(--third) !important;
    font-weight: 700 !important;
}

.abt-sec1 .img-bx::after {
    content: "";
    position: absolute;
    height: 30%;
    width: 30%;
    border-right: 15px solid var(--pri);
    border-bottom: 15px solid var(--pri);
    bottom: 1px;
    right: 1px;
}


.abt-ceo {
    background: var(--bg);

    padding: 60px;
    border-radius: 12px;
}

.abt-ceo .img-bx {

    width: 100%;
}

.abt-ceo .img-bx img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;

}

.abt-ceo .sub-tt {
    margin: 0;
}

.abt-ceo .cont {
    margin-top: 10px;
    text-align: center;
}

.abt-ceo .cont p {
    margin: 0;
    text-align: center;
    font-weight: 550;
}



.abt-ceo p {
    margin-top: 15px;
    text-align: justify;
}

.abt-ceo button {
    background-color: var(--sec);
    margin-top: 20px;
}

.abt-ceo button:hover {
    background-color: var(--pri);
}

/* ========================================
   IMPROVED VISION SECTION - ENHANCED VERSION
   ======================================== */

/* Main Section */
.vision-sec {
    background-color: var(--bg);
    position: relative;
    overflow: hidden;
}

.vision-sec::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(var(--third-rgb), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.vision-sec .head-sec {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vision-sec .head-sec .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--third);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.vision-sec .head-sec .tt {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.vision-sec .head-sec p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}


.vision-sec .bx {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 10px 0;
}




.vision-sec .bx:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);

}

.vision-sec .bx:hover::before {
    opacity: 1;
}

.vision-sec .bx:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, var(--third), rgba(var(--third-rgb), 0.7));
}

.vision-sec .bx:hover .icon-wrapper svg {
    color: white;
    background-color: var(--third);
}

.vision-sec .bx:hover .card-number {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.2);
}


.vision-sec .icon-wrapper {
    width: 90px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(var(--third-rgb), 0.1), rgba(var(--third-rgb), 0.05));
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}


.vision-sec .bx svg {
    width: 45px;
    height: 45px;
    color: var(--third);
    transition: all 0.4s ease;
    border-radius: 50%;
}


.vision-sec .bx .sub-tt {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.vision-sec .bx:hover .sub-tt {
    color: var(--third);
}


.vision-sec .bx p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    padding-bottom: 10px;
}

.vision-sec .bx:hover p {
    color: #555;
}

.vision-sec .card-number {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    z-index: 1;
    transition: all 0.4s ease;
    user-select: none;
    pointer-events: none;
}


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

    .vision-sec .bx,
    .vision-sec .icon-wrapper,
    .vision-sec .bx svg,
    .vision-sec .card-number {
        transition: none;
    }

    .vision-sec .bx:hover {
        transform: none;
    }
}















.blogpge {
    background-color: var(--bg);
}

.blogpge .bx {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}




.blogpge .sub-tt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.blogpge .img-bx {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blogpge .img-bx img {
    aspect-ratio: 16/9;

    transition: all .4s ease-in-out;
}

.blogpge .img-bx:hover img {
    scale: 1.1;
}

.blogpge .cont-bx {
    padding: 15px 20px;
    padding-bottom: 20px;
    background-color: var(--white);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.blogpge .cont-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contact-page {
    background-color: var(--bg);
}


/* -----------------Gallery----------------------- */

/* --------Photo Gallery---------- */

.photo-sec {
    background-color: var(--bg);
}




.gallery-img-bx {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
    cursor: pointer;
    aspect-ratio: 1/1;
}


.gallery-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s ease;
}


.gallery-img-bx:hover img {
    transform: scale(1.12);
}


.gallery-img-bx::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, .35));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: .4s ease;
}


.gallery-img-bx:hover::after {
    opacity: 1;
}


.gallery-img-bx .view-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    opacity: 0;
    transform: scale(.6);
    transition: .4s ease;
    z-index: 2;
}


.gallery-img-bx:hover .view-icon {
    opacity: 1;
    transform: scale(1);
}

.video-galsec {
    background-color: var(--bg);
}

.video-galsec .sub-tt {
    font-size: 15px;
    position: relative;
    top: 9px;
}


/* -------------Infrastructure----------------------- */

.infras .nav-pills .nav-link {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: transparent;
    color: var(--sec);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
    border: 2px solid var(--sec);
    align-self: center;
}

.infras .nav-pills .nav-link.active {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--sec);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
    border: 2px solid var(--sec);
}

.shorts-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
    max-height: 422px;
    aspect-ratio: 9 / 16;
    margin: auto;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.shorts-wrapper iframe {
    width: 100%;
    height: 100%;
}



.infras {
    background-color: var(--bg);
}

.faq-page {
    background: var(--bg);
}

.faq-page .tab-content {
    width: 70%;
}

.faq-container {
    width: 100%;
}

.faq-container .nav {
    width: 30%;

}

.faq-container .nav-link {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
    margin-bottom: 10px;
}

.faq-container .nav-link.active {
    color: white;
    background-color: var(--pri);
}

.faq-page .nav-link {
    color: var(--pri);
}

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

.bg-sec {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
    background-color: var(--pri) !important;
}

.bg-sec2 {
    background-color: var(--sec) !important;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.abt-content {
    padding: 30px 40px;
    background-color: #f8f8f8;
    height: 100%;
    align-content: center;
}

.factsheet-bx {
    border: 1px solid var(--off-white);
    border-radius: 4px;
    display: flex;
    padding: 13px;
    height: 100%;
    align-items: center;
    background: transparent;
    transition: 0.2s ease-in-out;
}

.factsheet-bx .icon {
    padding-right: 9px;
    min-width: 45px;
    max-width: 45px;
}

.factsheet-bx .icon svg {
    fill: var(--pri);
    width: 100%;
    height: 100%;
    color: var(--pri);
}

.factsheet-bx .tx-bx .tt {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 2px;
}

.factsheet-bx .tx-bx p {
    color: var(--para-color);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    opacity: 0.8;
    font-weight: 500;
}

.factsheet-bx:hover {
    border: 1px solid var(--border-color);
    background-color: #f8f8f8;
}

.factsheet-bx.why-bx {
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px 15px;
}

.factsheet-bx.why-bx .icon {
    padding-right: 0;
}

.factsheet-bx.why-bx .tx-bx .tt {
    font-size: 18px;
}

.factsheet-bx.why-bx .body-tx {
    font-size: 14px;
}

.pro-bx {
    border: 1px solid var(--off-white);
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
}

.pro-bx:hover {
    border: 1px solid var(--border-color);
}

.pro-bx .img {
    overflow: hidden;
}

.pro-bx img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.pro-bx:hover img {
    transform: scale(1.05);
}

.pro-bx .tx-bx {
    padding: 13px;
}

.pro-bx .tx-bx .tt {
    margin-bottom: 4px;
}

.pro-bx .tx-bx .tt a,
.pro-bx .tx-bx .tt {
    color: var(--text-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.pro-bx:hover .tx-bx .tt a {
    color: var(--pri);
}

.pro-bx .tx-bx p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}

.pro-bx .btn-bx {
    margin-top: 7px;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.pro-bx .tx-bx .main-btn,
.pro-bx .tx-bx .w-btn {
    font-size: 13px;
    padding: 8px 12px;
}



.rating-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border-radius: 4px;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    width: fit-content;
}

.rating-card img {
    width: 60px;
    height: 60px;
}

.rating-info {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.rating-info .label {
    font-size: 14px;
    font-weight: bold;
    color: var(--para-color);
}

.rating-info .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
}

.stars {
    display: flex;
    gap: 2px;
    color: #fbbc04;
    font-size: 18px;
}

.review_item {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    direction: ltr;
    position: relative;
    z-index: 1;
    min-height: 230px;
    border: 1px solid var(--off-white);
}

.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 50px;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 12px;
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--text-color);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 3px;
}

.review_item .clint-info-wrapper .client-info span {
    color: #6b7385;
    font-weight: 500;
    font-size: 15px;
}

.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 28px;
    z-index: -1;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="48px" height="42px" viewBox="0 0 48 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Inner-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.200000003"> <g id="Testimonial" transform="translate(-857.000000, -803.000000)" fill="%23aaa" fill-rule="nonzero"> <g transform="translate(295.000000, 536.000000)" id="testimonial-copy"> <g transform="translate(0.000000, 206.000000)"> <g id="testimonial-content" transform="translate(0.000000, 0.525170)"> <g id="Content" transform="translate(55.000000, 60.474830)"> <path d="M552.972973,0 L552.972973,6 C551.081072,7.02703216 549.662167,8.878365 548.716216,11.5540541 C547.770266,14.2297431 547.297297,17.7567349 547.297297,22.1351351 L547.297297,24 L555,24 L555,42 L537,42 L537,28.5405405 C537,20.3783376 538.324311,13.9189427 540.972973,9.16216216 C543.621635,4.40538162 547.621595,1.35135811 552.972973,0 Z M522.972973,0 L522.972973,6 C521.081072,7.02703216 519.662167,8.878365 518.716216,11.5540541 C517.770266,14.2297431 517.297297,17.7567349 517.297297,22.1351351 L517.297297,24 L525,24 L525,42 L507,42 L507,28.5405405 C507,20.3783376 508.324311,13.9189427 510.972973,9.16216216 C513.621635,4.40538162 517.621595,1.35135811 522.972973,0 Z" id="“" transform="translate(531.000000, 21.000000) rotate(-180.000000) translate(-531.000000, -21.000000) "></path> </g> </g> </g> </g> </g> </g> </svg>');
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px;
}

.review_item .description {
    margin-top: 15px;
}

.review_item .description p {
    margin-bottom: 0;
    color: var(--para-color);
    font-size: 14px;
    line-height: 1.5;
}


.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-size: 14px;
    color: #0a58ca;
    margin-top: 5px;
}

.counter-sec {
    background-image: url(../images/shape/bg-shape.webp);
    background-repeat: no-repeat;
    background-position: top right;
}

.counter-sec .counter-container .head-sec p {
    color: var(--pri);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.counter-bx .title {
    font-family: var(--font);
    color: white;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
}

.counter-bx .sub-tt {
    color: white;
    font-weight: 400;
    font-size: 25px;
}

.counter-bx p {
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    letter-spacing: 1px;
}

.blog-bx {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--off-white);
    padding: 15px;
}

.blog-bx .img-bx {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--off-white);
}

.blog-bx:hover,
.blog-bx:hover .img-bx {
    border: 1px solid var(--border-color);
}

.blog-bx .img-bx img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
}

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

.blog-bx .tx-bx {
    padding: 8px 5px;
    padding-bottom: 0;
}

.blog-bx .tx-bx .tt a {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-bx .tx-bx .tt:hover a {
    color: var(--pri);
}

.blog-bx .tx-bx p {
    margin-bottom: 8px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.read-mr {
    font-size: 13px;
    color: var(--pri);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.read-mr svg {
    transition: 0.1s ease-in-out;
    width: 13px;
    height: 13px;
}

.read-mr:hover svg {
    transform: translateX(2px);
}

.read-mr:hover {
    color: var(--para-color);
}


.blog-sec .main-tt {
    padding-left: 13px;
    padding-block: 3px;
    font-weight: 600;
    border-left: 5px solid var(--pri);
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 25px;
}

.blog-sec .img-bx {

    aspect-ratio: 16/9;
    margin-bottom: 20px;
}

.blog-sec .img-bx img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    border: 1px solid var(--off-white);
}



.mini-blogs,
.qut-bx {
    background-color: #f8f8f8;
    padding: 18px;
    border: 1px solid var(--off-white);
    border-radius: 4px;
}

.qut-bx {
    text-align: center;
}

.qut-bx .tt {
    font-size: 22px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.blog-bx.blog-card {
    display: flex;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    align-items: start;
    gap: 10px;
    margin-bottom: 18px;
    border: 0;
    padding: 0;
}

.blog-bx.blog-card .img-bx {
    border-radius: 4px;
    min-width: 95px;
    width: 95px;
}

.mini-blogs .blog-bx.blog-card:last-child {
    margin-bottom: 0;
}

.blog-bx.blog-card .tx-bx {
    padding: 0;
}

.blog-bx.blog-card .tx-bx .tt a {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 3px;
    -webkit-line-clamp: 1;
}

.blog-bx.blog-card .tx-bx p {
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.blog-bx.blog-card .img-bx img {
    border-radius: 4px;
}

.blog-bx.emp-bx {
    padding: 10px;
    height: 100%;
}

.blog-bx.emp-bx .img-bx,
.blog-bx.emp-bx .img-bx img {
    aspect-ratio: 257 / 310;
}

.blog-bx.emp-bx:hover .img-bx img {
    transform: none;
}

.blog-bx.emp-bx .tx-bx .tt {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 2px;
}

.blog-bx.emp-bx .tx-bx p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 13px;
}

.contact-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 25px;
}

.contact-bx .head-sec {
    margin-bottom: 30px;
}

.contact-bx .head-sec .tt {
    font-size: 20px;
    line-height: 28px;
}

.contact-bx .head-sec .tt::before {
    top: 40px;
}

.contact-bx .main-btn {
    padding: 13px 15px;
    font-size: 15px;
    border-radius: 10px;
}

.contact-bx .con-bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.contact-bx .con-bx .ic-bx {
    min-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(37.5deg 30.77% 94.9%);
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .05);
}

.contact-bx .con-bx .ic-bx svg {
    min-width: 15px;
    width: 15px;
    height: 15px;
    color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
    font-family: var(--font);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 0px;
}

.contact-bx .con-bx a {
    font-weight: 600;
}

.contact-bx .con-bx a:hover {
    color: var(--pri);
}

.map-bx {
    width: 100%;
    display: block;
}


.you_may {
    font-family: var(--font);
    font-weight: 600;
    font-size: 20px;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 27px;
    position: relative;
}

.you_may span {
    color: var(--pri);
}

.you_may::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 45px;
    height: 2px;
    background: var(--pri);
}

.cate-sec .bx {
    float: right;
    max-width: 500px;
    width: 100%;
    margin-left: 30px;
}

.cate-sec .bx .img-bx img {
    width: 100%;
    border: 2px solid var(--border-color);
}

.cat-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--sec);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 8px 7px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
    border: 2px solid var(--sec);
}

.cat-btn:hover {
    border: 2px solid var(--pri);
    background-color: var(--pri);
}

.cate-sec .bx {}

.cate-sec .bx .btn-bx {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.cat-btn:nth-child(2) {
    background-color: var(--pri);
    border: 2px solid var(--pri);
}

.cat-btn:nth-child(2):hover {
    background-color: var(--sec);
    border: 2px solid var(--sec);
}

.cate-sec .expend-content-sec {
    max-height: 475px
}

.cate-sec2 {
    background-color: var(--bg);
}

.cate-sec2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
}

.cate-sec2 .sub-tt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}


.cate-sec2 .bx {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cate-sec2 .img-bx {
    width: 100%;
}

.cate-sec2 .img-bx:hover img {}

.cate-sec2 .img-bx img {
    aspect-ratio: 1/1;

}

.cate-sec2 .cont-bx {
    padding: 10px 15px;
    background-color: var(--white);

    padding-bottom: 20px;

}

.cate-sec2 .cont-bx .btn-bx {
    display: flex;
    gap: 6px;
    justify-content: space-between;
}

.cate-sec2 .cont-bx .btn-bx .cat-btn {
    width: 50%;
    padding: 12px 0;
}

.cate-sec2 .cont-bx .btn-bx .rd-mr {
    width: 50%;
    padding: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
}

.pr-li {
    border: 1px solid var(--off-white);
    transition: 0.2s;
    background: white;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.pr-li:hover {
    border: 1px solid var(--border-color);
}

.pr-li .img_bx {
    padding: 0;
    border-right: 1px solid var(--off-white);
    height: 100%;
}

.pr-li:hover .img_bx {
    border-color: var(--border-color);
}

.pr-li .img_bx img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.pr-li .g_100 .img_bx {
    border: 0;
}

.pr-li .tx-bx {
    padding: 15px 20px;
}

.grid.pr_view .pr-li .tx-bx {
    padding-top: 0;
}

.pr-li .tx-bx .title {
    color: var(--pri);
    padding: 0;
    text-align: left;
    border-bottom: 1px solid var(--off-white);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.pr-li:hover .tx-bx .title {
    border-color: var(--border-color);
}

.grid.pr_view .pr-li .tx-bx .title {
    text-align: center;
    border: none;
    margin: 0;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
    text-align: center;
}

.pr-li .tx-bx .title a {
    font-size: 20px;
    color: var(--black);
    transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
    color: var(--pri);
}

.pr-li .tx-bx .info {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 0px;
}

.pr-li .tx-bx .info table {
    width: 100%;
    overflow: hidden;

}

.pr-li .tx-bx .info table thead {
    background-color: var(--pri);
    color: white;
    text-align: center;
}

.grid.pr_view .pr-li .tx-bx .info {
    display: none;
}

.pr-li .tx-bx .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pr-li .bt_bx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.multi-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.multi-imgs .imgs {
    border: 1px solid #e3e3e3;
    width: 55px;
    height: 55px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

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

.multi-imgs .imgs.active {
    border: 1px solid var(--pri);
}

.multi-imgs .imgs img {
    object-fit: contain;
    object-position: center;
}

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

.productBrochureandvideo a svg {
    color: #b90000;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #444;
    border: 1px dashed #444;
}

.v-btn svg {
    width: 42px;
}


tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: var(--off-white);
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
    font-size: 14px;
}

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

.clients-bx img {
    aspect-ratio: 167 / 95;
    object-fit: contain;
    border-radius: 4px;
}

.custom-from-row {
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background-color: var(--white);
    border-radius: 4px;
}

.custom-from-row .form-control {
    border-radius: 4px;
    height: 45px;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    box-shadow: none !important;
}

.custom-from-row textarea {
    padding: 12px 15px;
}

.custom-from-row .iti--allow-dropdown .iti__flag-container,
.custom-from-row .iti--separate-dial-code .iti__flag-container {
    height: 45px;
}

.custom-from-row .main-btn {
    padding-block: 14px;
    font-size: 15px;
}

.img-breadcum {
    padding: 120px 0 110px;
    text-align: left;
    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(--white);
    font-size: 25px;
    margin-bottom: 10px;
    background-color: var(--pri);
    border-radius: 4px;
    padding: 8px 16px;
    padding-bottom: 10px;
    display: inline-block;
    clip-path: polygon(0 0,
            100% 0,
            96% 100%,
            0% 100%);
    border-radius: 15px 15px 40px 15px;
    padding-right: 35px;

}

.img-breadcum .tt {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: normal;
    margin-bottom: 0px;
    color: var(--white);
    max-width: 650px;
    margin: 0 auto;
    text-transform: capitalize;
    text-shadow: 1px 1px 4px rgb(0 0 0);
}

.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 {
    padding: 7px 0;

}

.breadcum-sec ul {
    display: flex;
    gap: 0 18px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcum-sec ul li {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    position: relative;
    font-weight: 600;
    text-align: left;
}

.breadcum-sec ul li a {
    color: var(--pri);
    font-size: 16px;
    font-weight: 600;
}

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

.breadcum-sec ul li a::before {
    content: "/";
    position: absolute;
    top: 1px;
    right: -11px;
    font-size: 16px;
    color: var(--pri);

}

.abt-img-bx {
    float: right;
    max-width: 450px;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

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

.cate-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .03);
}

.vidBx .imgBx {
    position: relative;
}

.vidBx .imgBx img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, .15);
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0;
    outline: 0;
    transition: 0.3s;
}

.vidBx .imgBx:hover .video-play-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.vidBx .tx-bx .tt {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 1px;
    text-transform: capitalize;
    text-align: center;
}

.vidBx:hover .tx-bx .tt {
    color: var(--pri);
}

.vidBx .tx-bx p {
    text-align: center;
}


.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:not(:first-of-type) {
    background: #f9f9f9;
    border: 0;
    padding: 16px 17px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);

}

.accordion-button {
    background: transparent;
    font-weight: 550;
    letter-spacing: 0.3px;
    outline: 0 !important;
    color: var(--text-color);
    font-size: 16px;
    padding: 5px 0;
}

.accordion-body {
    line-height: 1.5;
    font-size: 14px;
    color: var(--para-color);
    padding: 0;
    padding-bottom: 5px;
    background-color: var(--bg);
    padding: 11px 15px;
    border-radius: 12px;
    margin-top: 10px;
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
    width: 28px;
    height: 28px;
    background-color: var(--pri);
    border-radius: 50%;
    position: absolute;
    right: 0;
    background-size: 15px;
    background-position: center;

}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background: transparent;
    border: 0;
    color: var(--black);
}

.accordion-button:focus {
    box-shadow: none !important;
    border: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
    background-color: var(--sec);
}

.iti {
    width: 100%;
}

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

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

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

.business-enq {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9;
    border: 0;
    outline: 0;
    background-color: var(--pri);
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.2px;
    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(--white);
    color: var(--pri);
}

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

.whatapp_btn {
    background: #01e675;
    width: 40px;
    height: 40px;
    color: var(--white);
    position: fixed;
    right: 20px;
    bottom: 93px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border: 0;
}

.whatapp_btn svg {
    width: 19px;
    height: 19px;
}

.whatapp_btn:hover {
    transform: scale(1.1);
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: var(--white);
}

.error {
    font-size: 14px;
    color: red;
}

.modal-header {
    padding: 0;
    padding-inline: 20px;
    padding-top: 18px;
    border-radius: 0;
    border: 0;
    /* border-bottom: 1px solid #e3e3e3; */
}

.modal-header.modal-header2 {
    background: var(--liner);
    background-color: var(--pri);
    color: white;
    padding-block: 12px;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.modal-header.modal-header2 .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}

.modal-body {
    padding: 13px 22px 20px;
}

.modal-content .main-tt {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 15px;
}

.btn-close {
    float: right;
    box-shadow: none;
}

.btn-close:hover,
.btn-close:focus {
    box-shadow: none;
}

.pop-img {
    aspect-ratio: 1 / 1;
}

.pop-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec .tt,
.cmTitle {
    text-transform: capitalize;
    font-family: var(--font);
    font-size: 30px;
    color: var(--third);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.3;
}

.cmTitle {
    color: var(--pri);
    font-size: 18px;
    margin-bottom: 5px;
}


.content-sec ul {
    padding-left: 25px;
    margin: 0;
    margin-bottom: 10px;
    /* list-style: none; */
    display: flow-root;
}

.content-sec p {
    margin-bottom: 10px;
}

.content-sec p,
.content-sec ul li {
    font-size: 16px;
    line-height: 1.6;
    color: var(--para-color);
    text-align: justify;
    font-family: var(--font);
    font-weight: 400;
}

.content-sec ul li {
    margin-bottom: 3px;
}

.content-sec ul li a {
    display: inline;
    color: var(--text-color);
}

ul.footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 18px;
    list-style: none;
}

ul.footer-menu-list li a {
    margin-right: 15px;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
    color: var(--off-white);
}

ul.footer-menu-list li a:hover {
    color: var(--pri);
}

ul.footer-menu-list li a::before {
    content: '|';
    padding: 0;
    font-size: 13px;
    position: absolute;
    right: -9px;
    top: 1px;
    color: var(--text-light);
}

ul.footer-menu-list li:last-child a::before {
    content: none;
}


.footer-banner {
    position: relative;
}

.footer-banner img {
    width: 100%;
    aspect-ratio: 200 / 39;
}

.footer-banner .tx-bx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 650px;
    width: 100%;
}

.footer-banner .tx-bx .tt {
    font-size: 27px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 7px;
    line-height: 1.3;
}

.footer-banner .tx-bx .tt span {
    color: var(--pri);
}

.footer-banner .tx-bx p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

.footer-banner .tx-bx p a {
    color: var(--pri);
    font-weight: 600;
}

footer {
    background: rgb(15, 14, 14);
    overflow: hidden;
    padding: 60px 0 30px;
    padding-bottom: 11px;
}

.ft-bx {
    position: relative;
    z-index: 1;
}

.ft-bx .logo img {
    max-width: 140px;

}


.ft-bx .con-bx {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    gap: 10px;
}

.ft-bx .con-bx .ic-bx svg {
    min-width: 17px;
    width: 17px;
    height: 17px;
    color: var(--pri);
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
    font-family: var(--font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--off-white);
    margin-bottom: 0px;
}

.ft-bx .con-bx p strong {
    font-weight: 500;
}

.ft-bx .con-bx a {
    font-weight: 600;
}

.ft-bx .con-bx a:hover {
    color: var(--pri);
}

.ft-bx .ft-tt {
    font-family: var(--font);
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 27px;
    position: relative;
}

.ft-bx .ft-tt::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 2px;
    width: 45px;
    height: 2px;
    background: var(--pri);
}

.ft-bx .ft-tt span {
    color: var(--pri);
}

.ft-bx p {
    color: var(--off-white);
    line-height: 1.6;
    font-size: 15px;

}

.ft-bx ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ft-bx ul li a {

    font-size: 14px;
    color: var(--off-white);
    padding: 4px 0;
    transition: 0.1s;
    display: inline-block;
}

.ft-bx ul li a:hover {
    color: var(--pri);
}

.ft-bx ul.social {
    display: flex;
    gap: 7px;
    justify-content: start;

}

.ft-bx ul.social li a {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 35px;
    height: 35px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    align-content: center;
    text-align: center;
    line-height: 1;
}

.contact-bx.ft-bx ul.social li a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: var(--pri);
}

.contact-bx.ft-bx ul.social li.facebook a {
    background: #3C5B9B;
    color: white;
    border: 0;
}

.contact-bx.ft-bx ul.social li.twitter a {
    background: var(--liner);
    background-color: #000;
    color: white;
    border: 0;
}

.contact-bx.ft-bx ul.social li.linkedin a {
    background: #027ba5;
    color: white;
    border: 0;
}

.contact-bx.ft-bx ul.social li.youtube a {
    background: #f70000;
    color: white;
    border: 0;
}

.contact-bx.ft-bx ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
    border: 0;
}

.contactBx-container {
    background-color: var(--white);
    padding: 25px;
    border: 1px solid var(--off-white);
    border-radius: 12px;
    height: 100%;

}

.ft-bx ul.social li a:hover {
    border-color: var(--pri);
    background-color: var(--pri);
    color: white;
}

.copyright {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    font-weight: 400;
}

.copyright .col-lg-4:first-child p {

    color: #ffffff91;
}

.copyright ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
}

.copyright ul li a {
    color: #ffffff91;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.copyright ul li a:hover {
    color: var(--pri);
}

.copyright ul li {
    position: relative;
}

.copyright ul li::after {
    position: absolute;
    content: "|";
    color: #ffffff91;
    bottom: 0;
    right: -10px;
}

.copyright ul li:last-child::after {
    display: none;
}

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

.copyright p {
    color: #ffffff91;
    margin-bottom: 0;
    font-size: 14px;

}

.copyright p a {
    color: #ffffff91;
    display: inline;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.copyright p a:hover {
    color: var(--pri);
}

footer .content-sec h1,
footer .content-sec h2,
footer .content-sec h3,
footer .content-sec .tt {
    color: var(--white);
    font-size: 18px;
    text-transform: capitalize;
}

footer .content-sec p,
footer .content-sec ul li {
    color: var(--off-white);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
}

footer .color-bx .round {
    border-color: var(--pri);
}


footer .color-bx {
    background-color: var(--pri);
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 500;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: var(--text-color);
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
}

.sitemap li a:hover {
    color: var(--pri);
}

.market-sec {
    padding: 60px 0;
    font-family: var(--font);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
    font-size: 20px;
    color: var(--text-color);
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 700;
}

.market-sec h2,
.market-sec h3 {
    font-size: 20px;
    font-weight: 600;
}

.market-sec .market-bx {
    padding: 10px 12px;
    background-color: #E8E8E8;
    color: var(--text-color);
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.market-sec .market-bx:hover {
    background-color: var(--pri);
    color: white;
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    /* so hover works leftwards */
    justify-content: flex-start;
    gap: 6px;
}

.star-rating input {
    display: none;
    /* hide radio buttons */
}

.star-rating label {
    font-size: 28px;
    color: #c7c7c7;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #f6b400;
}

/* readonly mode */
.star-rating.readonly {
    gap: 3px;
}

.star-rating.readonly label {
    cursor: default;
    pointer-events: none;
    font-size: 22px;
}



.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

/* Modern Modal Container */
.modern-modal {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 80%;
    margin: auto;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

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

/* Modern Header */
.modern-header {
    background: var(--pri);
    color: white;
    padding-bottom: 20px;
    border-bottom: none;
    position: relative;
    text-align: center;
}


.modern-close {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 10;
    color: var(--pri);
}

.modern-close:hover {
    /* transform: rotate(90deg); */
    color: var(--white);
}

.modern-close:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Header Content */
.header-content {
    position: relative;
    z-index: 2;
}

.badge-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.badge-icon svg {
    color: white;
}



.modern-header .logo img {
    max-width: 140px;
    width: auto;
    max-height: 50px;
    height: auto;
    transition: transform 0.3s ease;
}

.modern-header .logo img:hover {
    transform: scale(1.05);
}

.modal-title {
    font-size: 28px;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
}


.modern-body {
    background: #ffffff;
}

/* Benefits Bar */
.benefits-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

.benefit-item svg {
    color: #28a745;
    flex-shrink: 0;
}

/* Modern Form */
.modern-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modern-input-group {
    position: relative;
}

.modern-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
}

.modern-label svg {
    color: #667eea;
    flex-shrink: 0;
}

.modern-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.modern-input:focus {
    outline: none;
    border-color: #667eea;
    background-color: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.modern-input::placeholder {
    color: #adb5bd;
}

/* Phone Wrapper */
.phone-wrapper {
    position: relative;
}

/* Modern Submit Button */
.modern-submit-btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: var(--pri);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.modern-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.modern-submit-btn:active {
    transform: translateY(0);
}

.modern-submit-btn svg {
    transition: transform 0.3s ease;
}

.modern-submit-btn:hover svg {
    transform: translateX(5px);
}

/* Privacy Note */
.privacy-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #6c757d;
    margin: 15px 0 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.privacy-note svg {
    color: #28a745;
    flex-shrink: 0;
}

/* Modern Footer */
.modern-footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 20px 30px;
    border-radius: 0;
}

.trust-indicators {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
}

.trust-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.trust-item strong {
    font-size: 20px;
    font-weight: 800;
    color: #667eea;
}

.trust-item span {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

/* Loading State */
.modern-submit-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.modern-submit-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

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

/* Success/Error Messages */
#catalogue-res {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    /* display: none; */
}

#catalogue-res.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#catalogue-res.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.modern-close {
    background-color: var(--white);
    color: var(--pri);
}


.faq-page .faq-container .nav {
    flex-direction: column;
}




/* Focus styles for keyboard navigation */
.modern-input:focus-visible,
.modern-submit-btn:focus-visible,
.modern-close:focus-visible {

    outline-offset: 2px;
}


.pb-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
    text-decoration: none;


    animation: pb-slideUp 0.5s ease both;
}

.pb-box:nth-child(2) {
    animation-delay: 0.09s;
}

.pb-box:nth-child(3) {
    animation-delay: 0.18s;
}

.pb-box:nth-child(4) {
    animation-delay: 0.27s;
}

.pb-box:nth-child(5) {
    animation-delay: 0.36s;
}

.pb-box:nth-child(6) {
    animation-delay: 0.45s;
}

@keyframes pb-slideUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

/* Hover lift */
.pb-box {
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease,
        border-color 0.32s ease;
}

.pb-box:hover {
    transform: translateY(-4px);
    box-shadow:
        0 12px 30px rgba(228, 93, 58, 0.14),
        0 4px 10px rgba(0, 0, 0, 0.07);
    border-color: rgba(228, 93, 58, 0.28);
}

/* Left accent bar */
.pb-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--pri);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.30s ease;
    border-radius: 0 2px 2px 0;
    z-index: 1;
}

.pb-box:hover::before {
    transform: scaleY(1);
}

/* ── Image ── */
.pb-img {
    height: 70px;
    min-width: 80px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
}

.pb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s ease;
}

.pb-box:hover .pb-img img {
    transform: scale(1.09);
}

/* Orange tint overlay on image */
.pb-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(228, 93, 58, 0);
    transition: background 0.32s ease;
}

.pb-box:hover .pb-img::after {
    background: rgba(228, 93, 58, 0.07);
}

/* ── Content ── */
.pb-cont {
    flex: 1;
    padding: 12px 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: background 0.25s;
    height: 70px;
    justify-content: space-between;
    align-items: start;
}

.pb-box:hover .pb-cont {
    background: #fdf9f7;
}

.pb-cont p {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.35;
    transition: color 0.22s;
}

.pb-box:hover .pb-cont p {
    color: var(--pri);
}

/* Read more */
.pb-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.22s, gap 0.22s;
}

.pb-box:hover .pb-link {
    color: var(--pri);
    gap: 8px;
}

.pb-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.22s ease;
}

.pb-box:hover .pb-link svg {
    transform: translateX(3px);
}

.blog-det-faq{
    background-color: unset;
}

.blog-det-faq .accordion-item{
    margin-bottom: 15px;
}

 