@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');





/* a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
} */


* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.slider_section .banner-video {
    width: 100%;
    height: 76vh;
    /* adjust if needed */
    object-fit: cover;
}

:root {
    /* Fonts */
    --body-font: "Inter Tight", sans-serif;
    --heading-font: "Poppins", sans-serif;
    /* Theme Colors */
    --primary-color: #012195;
    --secondary-color: #011e40;
     --accent-orange: #d35400;
      --bg-section: #f8f9fa;
       --primary-dark: #1a2634;
    --secondary-color: #fd793d;
    /* Base Colors */
    --color-white: #ffffff;
    --color-dark: #1E232A;
    --color-text: #484c54;
    --light-bg: #F6F6F6;
    /* Accent */
    --color-yellow: #FBA707;
    --color-red: #F05454;
    /* UI */
    --box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --transition: all .3s ease-in-out;
    --border-radius: 10px;
}


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}


img {
    max-width: 100% !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important
}

body,
html {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}


textarea {
    resize: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
}

.split-heading,
.split-heading *,
.split-heading .char {
    text-transform: none !important;
    display: inline-block !important;

}

.slider_section2 {
    display: none;
}

/* =======================
projects css
*/

.projects_section {
    padding: 50px 0px 50px 0px;
}

.projects_title_div {
    text-align: center;
    margin-bottom: 30px;
}

.projects_title_div>h1 {
    color: #e78824;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    margin: 5px 0px 25px 0px;
    position: relative;
}

.projects_title_div>h1>span {
    color: var(--secondary-color);
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.projects_title_div>h1>span:before {
    position: absolute;
    content: '';
    bottom: -6px;
    width: 200px;
    height: 3px;
    background-color: #e78824;
    border-radius: #e78824;
}



.projects_title_div>p {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    /* max-width: 800px; */
    margin: auto;
}

.projects_title_div>p>i {
    font-size: 20px;
    color: var(--color-dark);
    margin: 0px 4px 0px 4px;
}

.products_slider {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.929), rgba(255, 255, 255, 0.92)),
        url('../images/catebg01.png');
    padding: 20px 0px 10px 0px;
    background-position: bottom center;
    background-size: cover;

}

.projects_main_div {
    text-align: center;
}

.projects_image_div {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--border-radius);
    margin: auto;
    border: 4px solid var(--color-white);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;

}


.projects_image_div>img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--border-radius);
    transition: var(--transition);
    filter: brightness(75%);

}

.projects_main_div:hover>.projects_image_div>img {
    transform: scale(1.1, 1.1);
    transition: var(--transition);
    filter: brightness(100%);
}

.projects_main_div>.projects_name {
    margin-top: 10px;
    transition: var(--transition);
}

.projects_main_div>.projects_name>span {
    color: #e98721;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin: 7px 0px 5px 0px;
    transition: var(--transition);

}

.projects_main_div:hover>.projects_name>span {
    color: var(--color-red);
}



/* =======================
projects end
*/

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about_us {
    position: relative;
    display: block;
    padding: 70px 0 40px;
    z-index: 1;
}

.about_us_left {
    position: relative;
    display: block;
    margin-right: 180px;
    margin-bottom: 20px;
}

.about_us_img-box {
    position: relative;
    display: block;
}

.about_us_img {
    position: relative;
    display: block;
}

.about_us_img img {
    width: 100%;
    border-radius: var(--border-radius);
}

.about_us_img-2 {
    position: absolute;
    bottom: -215px;
    right: -120px;
    z-index: -1;
    clip-path: polygon(78% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 63%);
}

.about_us_img-2 img {
    width: 400px;
    border-radius: var(--border-radius);
}

.about_us_experience-box {
    position: absolute;
    top: 30px;
    right: -100px;
    background-color: var(--light-bg);
    border-radius: var(--primary-color);
    padding: 30px 30px 30px;
    max-width: 150px;
    width: 100%;
    border-top: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

}

.about_us_experience-box:before {
    content: "";
    position: absolute;
    bottom: -58px;
    right: 0px;
    border-left: 28px solid var(--primary-color);
    border-bottom: 28px solid transparent;
    border-top: 30px solid var(--primary-color);
    border-right: 30px solid transparent;
}

.about_us_experience-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us_experience-count>h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px !important;
    font-family: var(--cleanon-font-two) !important;
}

.about_us_experience-count span {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px !important;
    font-family: var(--cleanon-font-two) !important;
    color: #f59c3e;
}

.about_us_experience-count-text {
    margin-top: 6px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
}

.about_us_cleaning-gurante {
    position: relative;
    display: block;
    max-width: 165px;
    padding: 22px 11px 22px;
    text-align: center;
    background-color: var(--secondary-color);
    border-radius: var(--light-bg);
    clip-path: polygon(0 0, 73% 0, 100% 21%, 100% 100%, 0 100%, 0% 50%);
    margin-top: 20px;
    z-index: 1;
}

.about_us_cleaning-gurante-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--primary-color);
    z-index: -1;
}

.about_us_cleaning-gurante-icon {
    position: relative;
    display: block;
}

.about_us_cleaning-gurante-icon img {
    width: auto;
    height: 60px;
    object-fit: contain;
    filter: invert(1);
}

.about_us_cleaning-gurante h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: var(--color-white);
    margin: 17px 0 10px;
}

.about_us_cleaning-gurante p {
    color: var(--color-white);
    font-weight: 600;
    line-height: 26px;
}

.about_us_right {
    position: relative;
    display: block;
    margin-left: -20px;
}

.about_us_right>span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #f59c3e;
}

.about_us_right>h3 {
    color: #0a1d37;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    margin: 10px 0px;
}

.about_us_right>h3>span {
    color: #e88621;
    font-weight: 800;
}


.about_us_right>p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.about_pont_main_div {
    background-color: #f5f4f4;
    padding: 15px 5px;
    margin: 20px 0px;
    border-radius: var(--border-radius);
}

/*
.about_us_point_list{
   border: 1px solid #ffe4c8;
    padding: 15px;
    border-radius: 10px;
} */

.about_us_point_list>.d-flex>.flex-shrink-0>img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.about_us_point_media_content>h2 {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.about_us_point_media_content>p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px !important;
    width: 219px;
}

.about_list_div {
    margin-bottom: 20px;
}

.about_list_div>ul {
    list-style: none !important;
}

.about_list_div>ul>li {
    color: var(--color-text);
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.about_list_div>ul>li>i {
    margin-right: 5px;

}

.about_review_box {
    margin-bottom: 20px;
}

.about_review_box>p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.about_us_review_star>span {
    color: var(--color-yellow);
    font-size: 15px;
    margin: 0px 0px 0px 4px;
}

.about_us_read_more_btn>a {
    background-color: #e78824;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    color: var(--color-white) !important;
    font-weight: 600;
    font-size: 15px;
}

.about_us_read_more_btn>a:hover {
    background-color: #e52027;
}

/* css end */

/* why choose us start */

.why_choose_us_section{
    padding:50px 0;
    background:#edededa8;
}

.why_choose_content .sub_title{
    color:var(--secondary-color);
    font-size:18px;
    font-weight:600;
    display:inline-block;
    margin-bottom:10px;
}

.why_choose_content h2{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
color: var(--black-color);
}

.why_choose_content h2 span{
    color: var(--secondary-color);
}

.why_choose_content p{
    color:var(--color-text);
    line-height:1.9;
    margin-bottom:18px;
    font-size: 15px;
    font-weight: 500;
}

.why_choose_card{
    background:var(--color-white);
    border-radius:12px;
    padding:30px 25px;
    text-align:center;
    transition:.35s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.why_choose_card:hover{
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.why_choose_card img{
    width:70px;
    line-height:70px;
    background:var(--secondary-color);
    color:var(--color-white);
    border-radius:15%;
    font-size:28px;
    margin-bottom:40px;
}



.why_choose_card i{
    width:70px;
    height:70px;
        display: block;
    margin-inline: auto;
    padding: 13px;
    background:var(--secondary-color);
    color:var(--color-white);
    border-radius:15%;
    font-size:28px;
    margin-bottom:40px;
}

.why_choose_card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
    color:var(--color-yellow);
}

.why_choose_card p{
    color:var(--color-text);
    font-size:15px;
    line-height:1.7;
    margin:0;
    font-weight: 500;
}

@media(max-width:991px){

    .why_choose_us_section{
        padding:70px 0;
    }

    .why_choose_content{
        margin-bottom:40px;
    }

    .why_choose_content h2{
        font-size:32px;
    }

}

@media(max-width:767px){

    .why_choose_content h2{
        font-size:28px;
    }

    .why_choose_card{
        padding:25px 20px;
    }

}

/* why choose us end */

/* =========================
MODERN PREMIUM COUNTER SECTION
========================= */

.number_count_section {
    position: relative;
    padding: 110px 0px;
    overflow: hidden;

    background:
        linear-gradient(135deg,
            rgba(4, 18, 31, 0.92),
            rgba(0, 96, 115, 0.721)),
        url(../images/biomass.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* =========================
UNIQUE WAVES EFFECT
========================= */

.number_count_section {
    position: relative;
    overflow: hidden;
}

/* animated wave top */

.number_count_section::before {
    content: "";

    position: absolute;

    left: -10%;
    top: -60px;

    width: 120%;
    height: 180px;

    background:
        radial-gradient(circle at 50% 120%,
            rgba(0, 212, 255, 0.18),
            transparent 60%);

    animation: waveMoveTop 8s ease-in-out infinite alternate;

    z-index: 1;
}

/* animated wave bottom */

.number_count_section::after {
    content: "";

    position: absolute;

    right: -10%;
    bottom: -70px;

    width: 120%;
    height: 180px;

    background:
        radial-gradient(circle at 50% -20%,
            rgba(255, 255, 255, 0.08),
            transparent 60%);

    animation: waveMoveBottom 10s ease-in-out infinite alternate;

    z-index: 1;
}

/* heading */

.main_div_heading_counter {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    z-index: 2;
}

/* title box */

.counter_section-title__tagline-box {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 16px 28px;

    border-radius: 60px;

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

    backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* side line */

.counter_section-title__tagline-border {
    position: relative;

    width: 60px;
    height: 2px;

    background:
        linear-gradient(to right,
            transparent,
            var(--color-white),
            transparent);
}

/* pulse dot */

.counter_section-title__tagline-border::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

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

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: var(--color-white);

    animation: pulseDot 2s infinite;
}

.counter_section-title__shape-1,
.counter_section-title__shape-2 {
    display: none;
}

/* title */

.counter_section-title__tagline {
    position: relative;

    margin: 0;

    font-size: 40px;
    font-weight: 800;

    color: #fff;

    letter-spacing: 1px;

    text-transform: capitalize;
}

/* underline */

.counter_section-title__tagline::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -10px;

    transform: translateX(-50%);

    width: 80px;
    height: 3px;

    border-radius: 20px;

    background:
        linear-gradient(to right,
            transparent,
            var(--color-white),
            transparent);
}

/* =========================
ANIMATION
========================= */

@keyframes waveMoveTop {

    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(40px);
    }
}

@keyframes waveMoveBottom {

    0% {
        transform: translateX(0px);
    }

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

@keyframes pulseDot {

    0% {
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(0, 212, 255, 0);
    }

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

/* =========================
COUNTER CARD
========================= */

.counter_main_box {
    margin-bottom: 30px;
}

.counter_main_div {
    position: relative;

    height: 100%;
    min-height: 310px;

    padding: 45px 30px;

    border-radius: 30px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

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

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    transition: all 0.5s ease;

    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.15);
}

/* glossy effect */

.counter_main_div::before {
    content: "";
    position: absolute;

    top: -120px;
    left: -120px;

    width: 240px;
    height: 240px;

    border-radius: 50%;

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

    transition: 0.5s;
}

/* border glow */

.counter_main_div::after {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 30px;

    padding: 1px;

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.03));

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* hover */

.counter_main_div:hover {
    transform: translateY(-15px);

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.06));

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.28);
}

.counter_main_div:hover::before {
    transform: scale(1.4);
}

/* =========================
ICON
========================= */

.counter_icon_div {
    position: relative;

    width: 100px;
    height: 100px;

    border-radius: 25px;

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

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    transition: 0.5s ease;
}

/* rotating border */

.counter_icon_div::before {
    content: "";
    position: absolute;

    inset: -5px;

    border-radius: 30px;

    border: 1px dashed rgba(255, 255, 255, 0.35);

    animation: rotateborder 14s linear infinite;
}

@keyframes rotateborder {
    100% {
        transform: rotate(360deg);
    }
}

.counter_icon_div img {
    width: 100px;
    transition: 0.5s ease;
    filter: brightness(80%) invert(1);
}

.counter_main_div:hover .counter_icon_div {
    transform: rotate(8deg) scale(1.08);

    background: rgba(255, 255, 255, 0.18);
}

.counter_main_div:hover .counter_icon_div img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}

/* =========================
NUMBER
========================= */

.counter_number_div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.counter_number_div h3 {
    margin: 0;

    font-size: 58px;
    font-weight: 900;
    line-height: 1;

    color: #fff;

    text-shadow:
        0 0 18px rgba(255, 255, 255, 0.18);
}

.counter_number_div span {
    margin-left: 5px;

    font-size: 28px;
    font-weight: 700;

    color: #00e5ff;
}

/* =========================
TEXT
========================= */

.counter_number_name_div h4 {
    margin-top: 16px;

    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    color: rgba(255, 255, 255, 0.88);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    .number_count_section {
        padding: 80px 0px;
    }

    .counter_section-title__tagline {
        font-size: 32px;
    }

    .counter_main_div {
        min-height: 280px;
    }
}

@media(max-width:767px) {

    .counter_section-title__tagline {
        font-size: 26px;
    }

    .counter_section-title__tagline-border {
        width: 40px;
    }

    .counter_main_div {
        min-height: auto;
        padding: 35px 25px;
    }

    .counter_number_div h3 {
        font-size: 46px;
    }
}

/* products css start */

.products_section {
    padding: 55px 0px 20px 0px;
    background-color: var(--light-bg);
}


.main_div_heading_products {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.products_section-title__tagline-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    position: relative;
    margin-bottom: 40px;
}

/* side line */

.products_section-title__tagline-border {
    width: 80px;
    height: 20px;
    position: relative;
}

.products_section-title__tagline-border::before {
    content: "";
    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 100%;
    height: 2px;

    background: linear-gradient(to right,
            transparent,
            var(--secondary-color),
            transparent);
}

.products_section-title__tagline-border::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-text);
    box-shadow:
        0 0 10px rgba(0, 117, 132, 0.25),
        0 0 25px rgba(0, 117, 132, 0.18);
}

/* remove old */

.products_section-title__shape-1,
.products_section-title__shape-2 {
    display: none;
}

/* title */

.products_section-title__tagline {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;

    color: #e78824;

    padding: 0px 1px;
}

/* bottom line */

.products_section-title__tagline::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(to right,
            transparent,
            var(--color-text),
            transparent);
}

.main_div_heading_products>p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.products_main_div_box {
    position: relative;
    background: var(--color-white);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    margin-bottom: 20px;
    border: 1px solid var(--light-bg);
}

.products_main_div_box:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* image */
.products_image_div {
    position: relative;
    overflow: hidden;
}

.products_image_div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
    object-position: top;
}

.products_main_div_box:hover .products_image_div img {
    /* transform: scale(1.08); */
    /* transition: 0.8s ease; */

}

/* top badge */
.products_badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #fff;
    color: #111;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

/* content */
.products_content_div_box {
    padding: 13px 10px 15px 10px;
    position: relative;
}

.products_content_div_box > a > h4 {
    font-size: 16px;
    font-weight: 800;
    color: #e98720;
    margin-bottom: 8px;
    text-transform: capitalize;
}


.products_content_div_box > h4 {
    font-size: 16px;
    font-weight: 800;
    color: #e98720;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.products_content_div_box p {
    font-size: clamp(15px, 1vw, 15px);
    color: var(--color-text);
    line-height: clamp(24px, 2vw, 28px);
    margin-bottom: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* bottom section */
.products_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* button */
.products_btn_div span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s ease;
}

.products_btn_div i {
    width: 38px;
    height: 38px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.products_main_div_box:hover .products_btn_div {
    color: var(--primary-color);
}

.products_main_div_box:hover .products_btn_div i {
    background: #e88621;
    color: var(--color-white);
    transform: rotate(45deg);
}

.services_pagination {
    padding-top: 30px !important;
}

/* products css end */



/* testimonilas css start */
.testimonials_section {
    padding: 70px 0px 50px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}


.main_div_heading_testimonials {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.testimonials_section-title__tagline-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    position: relative;
    margin-bottom: 30px;
}

/* side line */

.testimonials_section-title__tagline-border {
    width: 80px;
    height: 20px;
    position: relative;
}

.testimonials_section-title__tagline-border::before {
    content: "";
    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 100%;
    height: 2px;

    background: linear-gradient(to right,
            transparent,
            var(--secondary-color),
            transparent);
}

.testimonials_section-title__tagline-border::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-text);
    box-shadow:
        0 0 10px rgba(0, 117, 132, 0.25),
        0 0 25px rgba(0, 117, 132, 0.18);
}

/* remove old */

.testimonials_section-title__shape-1,
.testimonials_section-title__shape-2 {
    display: none;
}

/* title */

.testimonials_section-title__tagline {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;

    color: #e78824;

    padding: 0px 1px;
}


/* bottom line */

.testimonials_section-title__tagline::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(to right,
            transparent,
            var(--color-text),
            transparent);
}

.testimonials_swiper_slider .swiper-slide {
    background-color: var(--light-bg);
    border-radius: 10px;

    position: relative;
}

.testimonials_swiper_slider .swiper-slide-active {
    background-color: var(--light-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials_contnet_main_div {
    padding: 30px 24px;
}

.testimonials_contnet_main_div>h4 {
    color: var(--color-text);
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
}

.rataing_div {
    margin-bottom: 10px;
}

.rataing_div>i {
    color: var(--color-yellow);
    font-size: 15px;
    margin: 0px 2px 0px 0px;
}

.testimonials_contnet_main_div>p {
    color: var(--color-text);
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px !important;
}

.quote_div {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quote_div>i {
    font-size: 30px;
    color: var(--color-text);
}




/* testimonilas css en */


/*  */

.blog-area {
    padding: 10px 0px 50px 0px;
}

.blogs_title_div {
    margin-bottom: 30px;
}

.blogs_title_div>span {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 7px;
}

.blogs_title_div>h4 {
    font-size: 30px;
    color: #e78824;
    text-transform: capitalize;

    font-weight: 800;

}

.blogs_title_div>p {
    font-size: 15px;
    line-height: 27px;
}

.blog-item {
    padding: 20px;
    background: var(--color-white);
    border-radius: 30px;
    transition: .5s ease-in-out;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
    height: 280px;
}

.blog-img img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}

.blog-item:hover .blog-img img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

.blog-date {
    position: absolute;
    right: 70px;
    top: 2px;
    background: var(--color-white);
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
    padding: 0px 15px;
    border-radius: 50px;
    border: 3px solid var(--color-white);
    z-index: 1;
}

.blog-meta {
    padding: 14px 0 2px 0;
    margin-bottom: 7px;
    border-bottom: 1px solid var(--light-bg);
}

.blog-meta ul {
    padding: 0px 2px !important;
}

.blog-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.blog-meta ul li a {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
}

.blog-meta ul li a:hover {
    color: var(--primary-color);
}

.blog-meta ul li i {
    margin-right: 5px;
    color: var(--primary-color);
}

.blog-title a {
    color: #e98721;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;

}

.blog-title a:hover {
    color: #e52027;
}

.blog-info p {
    font-size: clamp(15px, 1vw, 15px);
    color: var(--color-text);
    line-height: clamp(24px, 2vw, 28px);
    margin-bottom: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-area.blog-border .blog-item {
    border: 1.5px solid var(--primary-color);
    border-radius: 35px;
    box-shadow: none;
}

.blog-area.blog-border .blog-item:hover {
    border-color: var(--primary-color2);
}

.blog-area.blog-border .blog-img {
    border-radius: 20px;
}

.blog-area.blog-border .blog-img img {
    border-radius: 20px;
}

.blog-area.blog-border .blog-title a {
    margin-bottom: 20px;
}

.blogs_btn_div {
    margin-top: 20px;
}

.blogs_btn_div a {
    background-color: #e98721;
    color: var(--color-white) !important;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600
}

.blogs_btn_div a:hover {
    background-color: #e52027;
}

/*  */

/* ===========================
   FAQ AREA
=========================== */

.faq-area{
    padding:60px 0;
    background:var(--backgorund-color);
    overflow:visible;
}

.sticky-faq-content{
    position:sticky;
    top:20px;
}

.faq_title_div span{
    color:var(--secondary-color);
    font-size:20px;
    font-weight:700;
    display:inline-block;
    margin-bottom:10px;
}

.faq_title_div h4{
    font-size:32px;
    font-weight:800;
    color:var(--color-dark);
    margin-bottom:15px;
}

.faq_title_div h4 span{
  font-size: 32px;
    color:var(--secondary-color);
}

.faq_title_div p{
    font-size:15px;
    line-height:30px;
    font-weight:500;
    color:var(--color-text);
}

/* ===========================
   RIGHT SCROLL
=========================== */


/* .faq-scroll::-webkit-scrollbar{
    display:none;
} */

/* ===========================
   ACCORDION
=========================== */

.faq-area .accordion-item{
    border:none;
    background:#fff;
    border-radius:12px;
    margin-bottom:20px;
    box-shadow:var(--box-shadow);
    overflow:hidden;
}

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

.faq-area .accordion-button{
    padding:20px 18px;
    background:transparent;
    color:var(--color-dark);
    font-size:18px;
    font-weight:700;
    line-height:30px;
    box-shadow:none;
}

.faq-area .accordion-button:focus{
    box-shadow:none;
}

.faq-area .accordion-button:not(.collapsed){
    background:transparent;
    color:var(--secondary-color);
    border-bottom:1px dashed #d8d8d8;
}

.faq-area .accordion-button::after{
    content:"\f107";
    font-family:"Font Awesome 6 Pro";
    background:none;
    width:auto;
    height:auto;
    font-size:20px;
    color:var(--secondary-color);
}

.faq-area .accordion-button:not(.collapsed)::after{
    transform:rotate(-180deg);
}

.faq-area .accordion-button h4 {
    font-size: 18px;
}

.faq-area .accordion-button span{
    width:45px;
    height:45px;
    margin-right:15px;
    flex-shrink:0;
}

.faq-area .accordion-button span i{
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    border-radius:50%;
    background:var(--secondary-color);
    color:#fff;
}

.faq-area .accordion-body{
    padding:15px 20px 20px;
    color:var(--color-text);
    font-size:15px;
    line-height:28px;
    font-weight:500;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:991px){

    .sticky-faq-content,
    .faq-content{
        position:static;
    }

    .faq-scroll{
        height:auto;
        overflow:visible;
        padding-right:0;
        margin-top:40px;
    }

    .faq_title_div{
        margin-bottom:40px;
    }

}

/*  */




/* ── Base Footer ── */
.footer {
    position: relative;
    background-image: linear-gradient(135deg, rgb(255 247 247 / 83%) 0%, rgb(255 255 255) 100%), url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 0;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-dark), var(--color-gray), var(--color-dark));
    opacity: 0.6;
}


/* ── Contact Block ── */
.footer_contact_bg_div {
    padding-top: 10px;
    margin-bottom: 10px;
}

.footer_contact_bg_div h5 {
    color: var(--secondary-color);
    text-transform: capitalize;
    letter-spacing: 0.12em;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 800;

    position: relative;
}

.footer_contact_bg_div h5::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: var(--color-dark);
    margin-top: 8px;
    border-radius: 2px;
    opacity: 0.5;
}


/* ── Logo & Info Block ── */
.main_div_footer {
    margin-bottom: 28px;
}

.main_div_footer img {
    width: 180px;
    margin-bottom: 16px;
    display: block;
}

.main_div_footer span,
.main_div_footer2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--color-yellow);
    color: var(--color-white);
    border-radius: 8px;
    margin-right: 12px;
    font-size: 17px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
}

.main_div_footer span:hover,
.main_div_footer2 span:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}


/* ── Info Text ── */
.footer_num_div>h6 {
    color:var(--secondary-color);
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    margin-bottom: 7px !important;

}

.main_div_footer2 .footer_num_div>h6 {
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px !important;
}

.footer_num_div a {
    color: var(--color-text);
    display: block;
    font-size: 14.5px;
    line-height: 1.65;
    font-weight: 500;
    transition: color 0.3s ease, letter-spacing 0.3s ease;

}

.footer_num_div a:hover {
    color: var(--color-dark);
    letter-spacing: 0.015em;
}

.footer_num_div p {
    color: var(--color-text);
    font-size: 14.5px;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 0 !important;

}


/* ── Useful Links ── */
.footer_usefull_link {
    margin-bottom: 20px;
    padding-top: 10px;
}

.footer_usefull_link h5 {
    color: var(--secondary-color);
    text-transform: capitalize;
    letter-spacing: 0.12em;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 800;

    position: relative;
}

.footer_usefull_link h5::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: var(--color-dark);
    margin-top: 8px;
    border-radius: 2px;
    opacity: 0.5;
}

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

.footer_usefull_link li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 6px 0;
    position: relative;
    transition: background 0.2s ease;
}

.footer_usefull_link li:last-child {
    border-bottom: none;
}

.footer_usefull_link li a {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-transform: capitalize;
    padding: 10px 0;
    transition: color 0.3s ease, padding-left 0.3s ease;

    line-height: 1.4;
}

.footer_usefull_link li a:hover {
    color: var(--color-yellow);
    padding-left: 6px;
}

.footer_usefull_link li a span i{
    margin-right: 10px;
}


.footer_usefull_link b {
    letter-spacing: 0.06em;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;

}

.footer_usefull_link p {
    margin-bottom: 12px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text);
}

.footer_usefull_link p iframe {
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
}


/* ── Social Icons ── */
.footer_social_icon {
    text-align: left;
    margin-top: 20px;
}

.footer_social_icon>b {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;

}

.footer_social_icon>a {
    color: var(--color-white) !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 8px;
    background-color: var(--color-yellow);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-right: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.footer_social_icon>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
    background-color: var(--color-red);
    color: var(--color-white);
}


/* ── Copyright Bar ── */
.copy_right_section {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    text-align: center;
    padding: 16px 12px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
}

.copyright_content_div>p {
    margin-bottom: 0 !important;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;

    opacity: 0.75;
}

.copyright_content_div>p>a {
    color: var(--color-gray2);
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.copyright_content_div>p>a:hover {
    opacity: 0.7;
}

.copyright_content_div>p>a>img {
    width: 42px;
    object-fit: contain;
    margin-left: 4px;
    vertical-align: middle;
    filter: brightness(0%) invert(1);
}


/* ── Responsive ── */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0;
        background-attachment: scroll;
    }

    .footer_contact_bg_div h5,
    .footer_usefull_link h5 {
        padding-bottom: 14px;
        font-size: 12px;
    }

    .footer_usefull_link li a {
        font-size: 13.5px;
    }

    .footer_social_icon>a {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .copy_right_section {
        padding: 14px 10px;
    }

    .copyright_content_div>p {
        font-size: 12px;
    }
}


.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 70px;
    right: 18px;
    z-index: 1000;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}



.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.mail_icon_div {
    width: 40px !important;
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
    position: relative;
    top: 10px;
}


.mail_icon_div>a {
    background-color: var(--color-text);
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}


.mail_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}


/* bottom to top css start */
.scroll-to-top {
    position: fixed;
    right: -140px;
    bottom: 350px;
    transform: rotate(90deg);
    transform-origin: left center;
    z-index: 9999;
}

.scroll-top-inner {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    cursor: pointer;
    padding: 6px 10px;
    background: transparent;
    border-radius: 6px;

}

.scroll-top-inner.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
}

.scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-yellow);
    opacity: .15;
}

.bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--color-yellow);
    transition: width 150ms linear;
}

.scroll-bar-text {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-yellow);
    user-select: none;
}

.scroll-top-inner.on-footer {

    background: transparent;
}


.scroll-top-inner.on-footer .scroll-bar:before {
    background-color: var(--color-yellow)
}

.scroll-top-inner.on-footer .bar-inner {
    background-color: var(--color-yellow);
}

.scroll-top-inner.on-footer .scroll-bar-text {
    color: var(--color-yellow);
}

/* bottom to top css end */


/* pagetitle css */
.page_title_mkp_section {
    background-image: url(../images/breadcrumb01.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page_ti_overly_mkp_div {
    background-color: rgb(34 24 24 / 79%);
    padding: 90px 0px 30px 0px;
}

.page_title_tax_mkp_main_div {
    text-align: center;
    margin: auto;
}

.page_title_tax_mkp_div {
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    display: inline-block;
    padding: 7px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page_title_tax_mkp_div>h1 {
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page_title_tax_mkp_div>ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;

}

.page_title_tax_mkp_div>ul>li>a {
    color: var(--color-white);
    font-weight: 500;
}

.page_title_tax_mkp_div>ul>li {
    display: inline-block;
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-right: 4px;
}

.page_title_tax_mkp_div>ul>i {
    font-size: 12px;
    color: var(--color-white);
    margin-right: 4px;
}

/* page titile css end */


/* contact us page start */
.contact-us-page {
    padding: 60px 0px;
}

.contact-us-page-card {
    display: flex;
    padding: 30px 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}

.contact-us-page-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--secondary-color);
    color: var(--color-white);
    border-radius: 8px;
    margin-right: 12px;
    font-size: 17px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-us-card-title {
    margin-left: 20px;

}

.contact-us-card-title h4 {
    color: var(--secondary-color);
    margin: 0px;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
}

.contact-us-card-title a {
    color: var(--color-text);
    margin: 0px;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
}

.contact-us-card-title a:hover {
    color: var(--color-yellow);
}

.contact-us-card-title p {
    color: var(--color-text);
    margin: 0px;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
}

.contact_us_social_icon {
    text-align: left;
    margin-top: 20px;
}

.contact_us_social_icon>b {
    color: var(--color-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;

}

.contact_us_social_icon>a {
    color: var(--color-white) !important;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 8px;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-right: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact_us_social_icon>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
    background-color: var(--color-dark);

}

.contact_us_social_icon a i {
    font-size: 16px;
}

.contact_us_usefull_link p iframe {
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
}

/* Form */

.contact-page-content {
    padding: 20px;
    border: 1px solid #fadec0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.contact-page-content span {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-dark);
    letter-spacing: 1px;
}


.contact-page-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-yellow);
    margin: 10px 0px 25px 0px;
}

.contact-page-content .form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    transition: .3s;
}

.contact-page-content textarea.form-control {
    height: 170px;
    padding: 15px 18px;
    resize: none;
}

.contact-page-content .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(255, 106, 0, .15);
}

/* Button */

.contact-send-btn {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 10px 32px;
    background: var(--secondary-color);
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    margin-left: 10px;
}

.contact-send-btn:hover {
    transform: translateY(-3px);
    background-color: var(--color-dark);
}

.contact-send-btn:active {
    transform: translateY(1px);
}

/* contact us page end */


/* blogs page css start*/

.blogs_title_div p {
    width: 100%;
    max-width: 830px;
    margin: 15px auto 0px auto;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 24px;
}

/* end */


/*  PRODUCT BOTTOM CONTENT */

.product-bottom-content {
    padding: 30px 0px 20px 0px;
    background: #f8f9fb;
}

.product-bottom-content .content-box {
    background: var(--color-white);
    margin-bottom: 10px;
}

.product-bottom-content .content-box h2 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 15px;
}

/* .product-bottom-content .content-box h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 32px;
    background: var(--theme-color);
    border-radius: 10px;
} */

.product-bottom-content .content-box p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: justify;
    font-weight: 500;
}

.product-bottom-content .content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-bottom-content .content-box ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    color: var(--color-text);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.product-bottom-content .content-box ul li:last-child {
    margin-bottom: 0;
}

.product-bottom-content .content-box ul li::before {
    content: "🔸";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--theme-color);
    font-size: 18px;
}

.product-bottom-content .content-box ul li strong {
    color: var(--color-text);
    font-weight: 700;
}

/*product faq*/

/*faq start*/

.product-faq-section {
    padding: 40px 0;
    background: #f1f1f1d3;
}

.product-faq-title {
    margin-bottom: 50px;
}

.product-faq-title h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: rgb(231, 136, 36);
    margin-bottom: 18px;
    line-height: 1.2;
}


.product-faq-title p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-text);
    font-weight: 500;
}

.product-faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.product-faq-accordion .accordion-button {
    position: relative;
    background: var(--color-white);
    color: var(--color-text);
    font-size: 17px;
    font-weight: 600;
    padding: 20px 70px 20px 25px;
    box-shadow: none;
    transition: .3s ease;
}

.product-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.product-faq-accordion .accordion-button:not(.collapsed) {
    background: var(--secondary-color);
    color: var(--color-white);
}

/* Remove Bootstrap Default Arrow */
.product-faq-accordion .accordion-button::after {
    display: none;
}

/* Plus Icon */
.product-faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transition: all .3s ease;
}

/* Minus Icon When Open */
.product-faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
    background: var(--color-white);
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    font-size: 24px;
}

.product-faq-accordion .accordion-body {
    background: var(--color-white);
    color: var(--color-text);
    font-size: 15px;
    line-height: 28px;
    padding: 20px 25px;
    font-weight: 500;
}

/* faq end */

/*  */


/* pro dt css start */

.prod_dt_section {
    padding: 40px 0 10px 0px;
    background: var(--color-white);
}

.prod_dt_img {
    position: sticky;
    top: 130px;
    background: var(--color-white);
    border-radius: 25px;
    border: 1px solid var(--gray-color2);

}

.prod_dt_img img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    transition: 0.4s ease;
    border-radius: 25px;
}


.prod_dt_content span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: rgb(231, 136, 36);
    letter-spacing: 1px;
    margin-bottom: 15px;
}


.prod_dt_content h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.prod_dt_content h2 {
    font-size: 20px;
    line-height: 58px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 5px;
}

.prod_dt_content h2 span {
    color: var(--theme-color);
    font-size: inherit;
}

.prod_dt_content p {
    font-size: 15px;
    line-height: 26px;
    color: var(--black-color2);
    margin-bottom: 18px !important;
    font-weight: 500;
}

.prod_dt_content p>strong {
    font-size: 15px;
    color: rgb(231, 136, 36);
}

.prod_dt_content ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 25px;
    margin-bottom: 20px;
}

.prod_dt_content ul li {
    display: list-item;
    list-style-type: square;
    margin-bottom: 12px;
}

.prod_dt_content ul li p {
    display: inline;
    font-size: 15px;
    line-height: 30px;
    color: var(--black-color2);
    font-weight: 500;
    margin: 0;
}

.prod_dt_content ul li strong {
    font-size: 15px;
    color: rgb(231, 136, 36);
}

.prod_dt_content h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.prod_dt_content_full {
    padding-left: 0;
    margin-top: 20px;
}

/* pro dt css end */




/* =========================================
BLOG DETAILS SECTION
========================================= */

.blog_details_section{
    padding:60px 0;
    background:#f8f9fc;
}

/* IMAGE */

.blog_details_img{
    overflow:hidden;
    border-radius:20px;
}

.blog_details_img img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
    transition:0.5s;
}

.blog_details_img:hover img{
    transform:scale(1.05);
}

/* META */

.blog_details_meta{
    margin-top:25px;
    margin-bottom:25px;
}

.blog_details_meta ul{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    padding:0;
    margin:0;
    list-style:none;
}

.blog_details_meta ul li{
    font-size:15px;
    color:#666;
    font-weight:500;
}

.blog_details_meta ul li i{
    color:var(--primary-color);
    margin-right:6px;
}

/* CONTENT */

.blog_details_content{
    background:#fff;
    /* padding: 20px 0px; */
    /* padding:35px; */
    /* border-radius:20px; */
    /* box-shadow:0 10px 30px rgba(0,0,0,0.06); */
}

.blog_details_content h2{
    font-size:30px;
    font-weight:800;
    color:var(--color-yellow);
    margin-bottom:20px;
    line-height:36px;
    margin-top: 20px;
}

.blog_details_content h3{
    font-size:26px;
    font-weight:700;
    margin-top:35px;
    margin-bottom:18px;
    color:var(--color-yellow);
}

.blog_details_content p{
    font-size:15px;
    line-height:28px;
    color:var(--color-text);
    margin-bottom:18px;
    font-weight: 500;
}

/* QUOTE */
.blog_quote{
    background: linear-gradient(
        135deg,
        var(--color-yellow),
        var(--secondary-color)
    );

    padding: 35px;
    border-radius: 10px;
    margin: 35px 0;
    position: relative;
}

.blog_quote i{
    font-size:45px;
    color:var(--color-white);
    margin-bottom:15px;
}

.blog_quote p{
    color:var(--color-white);
    font-size:18px;
    line-height:1.8;
    margin:0;
    font-weight:500;
}

/* FEATURES */

.blog_features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:30px;
}

.feature_item{
    background:#f5f5f5;
    padding:18px;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    color:var(--color-text);
    transition:0.4s;
}

.feature_item:hover{
    transform:translateY(-5px);
    background:var(--color-white);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.feature_item i{
    color:var(--color-yellow);
    margin-right:8px;
}

/* INNER IMAGE */

.blog_inner_img{
    margin-top:40px;
    margin-bottom:35px;
    overflow:hidden;
    border-radius:18px;
}

.blog_inner_img img{
    width:100%;
    border-radius:18px;
    transition:0.5s;
}

.blog_inner_img:hover img{
    transform:scale(1.05);
}

/* SIDEBAR */

.blog_sidebar{
    position:sticky;
    top:10px;
}

/* WIDGET */

.sidebar_widget{
    background:var(--color-white);
    padding:28px;
    border-radius:20px;
    margin-bottom:30px;
    /* box-shadow:0 10px 30px rgba(0,0,0,0.06); */
}

.sidebar_widget h4{
    font-size: 23px;
    font-weight: 700;
    margin-bottom:25px;
    color:var(--color-dark);
}

/* SEARCH */

.sidebar_widget form{
    position:relative;
}

.sidebar_widget form input{
    width:100%;
    height:58px;
    border:none;
    background:#f4f4f4;
    border-radius:12px;
    padding:0 60px 0 18px;
    outline:none;
}

.sidebar_widget form button{
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:none;
    border-radius:10px;
    background:var(--primary-color);
    color:var(--color-white);
}

/* CATEGORY */

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

.category_list li{
    margin-bottom:15px;
}

.category_list li:last-child{
    margin-bottom:0;
}

.category_list li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    background:#f5f5f5;
    border-radius:12px;
    color:#333;
    text-decoration:none;
    transition:0.4s;
    font-weight:600;
}

.category_list li a:hover{
    background:var(--primary-color);
    color:var(--color-white);
    transform:translateX(5px);
}

/* RECENT POST */

.recent_post{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    border-radius: 10px;
}

.recent_post:last-child{
    margin-bottom:0;
}

.recent_post img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
}

.recent_post a{
    color:var(--color-yellow);
    text-decoration:none;
    font-weight:700;
    line-height:1.6;
    transition:0.3s;
}

.recent_post a:hover{
    color:var(--secondary-color);
}

.recent_post p{
    color:var(--color-text);
    text-decoration:none;
    font-weight:500;
    line-height:24px;
    font-size: 15px;
}
/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .blog_sidebar{
        margin-top:40px;
        position:relative;
        top:0;
    }

    .blog_details_content h2{
        font-size:30px;
    }

    .blog_details_content h3{
        font-size:24px;
    }
}

@media(max-width:767px){

    .blog_details_section{
        padding:70px 0;
    }

    .blog_details_img img{
        height:300px;
    }

    /* .blog_details_content{
        padding:25px;
    } */

    .blog_features{
        grid-template-columns:1fr;
    }

    .blog_details_content h2{
        font-size:26px;
    }

    .blog_quote{
        padding:25px;
    }

    .blog_quote p{
        font-size:18px;
    }
}

/* blog detail page css end */


/* sitemap start */

.modern-sitemap{
    padding: 60px 0;
    background: var(--color-white);
}

.sitemap-heading{
    text-align: center;
    margin-bottom: 50px;
}

.sitemap-heading span{
   display: inline-block;
    color: var(--color-yellow);
    font-size: 15cpx;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(13, 110, 253, 0.08);
}

.sitemap-heading h1{
    font-size: 40px;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.sitemap-heading p{
    color: var(--color-text);
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}
.modern-card{
    background: var(--color-white);
    padding: 30px;
    border-radius: 18px;
    border: 1px solid var(--gray-color2);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}



/* heading */

.card-top{
    margin-bottom: 22px;
}

.card-top h3{
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.card-top h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 26px;
    background: var(--secondary-color);
    border-radius: 10px;
}

/* links */

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

.modern-links li{
    margin-bottom: 10px;
}

.modern-links li:last-child{
    margin-bottom: 0;
}

.modern-links li a{
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    color: var(--color-dark);
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
    background: #d3a5841a;
    font-weight: 500;
}

/* arrow */

.modern-links li a::before{
    content: "➤";
    margin-right: 10px;
    color: var(--color-yellow);
    font-size: 16px;
    transition: 0.3s;
}

.modern-links li a:hover{
    background: var(--color-yellow);
    color: var(--color-white);
    padding-left: 20px;
}

.modern-links li a:hover::before{
    color: var(--color-white);
}

/* sitemap end */


/* privacy section start */

.privacy_section {
    padding: 40px 0px 40px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--color-yellow);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
}


.privacy_content_main_div>h3 {
    color: var(--color-text);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--color-text);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h5 {
    color: var(--color-text);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 500;
    font-size: 15px;
    color: var(--color-text);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--secondary-color);
}

.privacy_content_main_div>p>a {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div ul {
    list-style-type: square !important;
    list-style-position: outside;
    padding-left: 25px !important;
    margin: 0;
}

.privacy_content_main_div ul li {
    display: list-item !important;
    list-style-type: square !important;
    font-weight: 500;
    font-size: 15px;
    color: var(--color-text);
    line-height: 27px;
    margin-bottom: 10px;
}

.privacy_content_main_div ul li::marker {
    color: var(--secondary-color); /* Optional */
    font-size: 16px;
}

/* Privacy Section end  */

   /* ===== SECTION ===== */
    .industries-section {
        padding: 80px 0 90px;
        background: var(--bg-section);
        position: relative;
    }

    /* Subtle top border */
    .industries-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--accent-orange), transparent);
        opacity: 0.3;
    }

    /* ===== HEADER ===== */
    .main_div_heading_industry {
        text-align: center;
        margin-bottom: 55px;
    }

    .industry_section-title__tagline-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .industry_section-title__tagline-border {
        width: 40px;
        height: 2px;
        background: var(--accent-orange);
        position: relative;
        flex-shrink: 0;
        opacity: 0.3;
    }

    .industry_section-title__tagline-border::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        background: var(--accent-orange);
        border-radius: 50%;
        opacity: 0.5;
    }

    .industry_section-title__shape-1,
    .industry_section-title__shape-2 {
        display: none;
    }

    .industry_section-title__tagline {
        font-size: 36px;
        font-weight: 700;
        color: #e78824;
        margin: 0;
        letter-spacing: -0.5px;
        position: relative;
        padding-bottom: 14px;
    }

    .industry_section-title__tagline::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: var(--accent-orange);
        border-radius: 4px;
        opacity: 0.4;
    }

    .industry_section-description {
        max-width: 700px;
        margin: 18px auto 0;
        font-size: 16px;
        line-height: 1.8;
        color: #6c7a8a;
        font-weight: 400;
    }

    /* ============================================================ */
    /* GRID - BOTTOM-ALIGNED ICON + TITLE                          */
    /* ============================================================ */

    .industries-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 10px;
    }

    /* Each industry item */
    .industry-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        /* Pushes content to bottom */
        text-decoration: none;
        color: #ffffff;
        padding: 24px 20px 22px;
        border-radius: 16px;
        min-height: 200px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background-size: cover;
        background-position: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    /* Dark overlay - always visible */
    .industry-item::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: 16px;
        transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* Hover overlay - darker with backdrop blur */
    .industry-item::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 1;
        border-radius: 16px;
        opacity: 0;
        transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .industry-item:hover::after {
        opacity: 1;
    }

    /* Hover effect - subtle lift */
    .industry-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    }

    /* Content - positioned above overlays, aligned to bottom */
    .industry-item > * {
        position: relative;
        z-index: 2;
    }

    /* ===== DEFAULT STATE - ICON + TITLE AT BOTTOM ===== */
    .industry-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .industry-header {
        display: flex;
        align-items: center;
        gap: 14px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .industry-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(4px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .industry-item:hover .industry-icon {
        background: var(--accent-orange);
        border-color: var(--accent-orange);
        transform: scale(1.05);
    }

    .industry-icon i {
        font-size: 18px;
        color: #ffffff;
        transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .industry-title {
        font-size: 17px;
        font-weight: 600;
        color: #ffffff;
        margin: 0;
        line-height: 1.3;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* ===== HOVER STATE - DESCRIPTION REVEALS ABOVE TITLE ===== */
    .industry-desc {
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.92);
        margin: 0 0 10px 0;
        font-weight: 400;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transform: translateY(8px);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        max-width: 95%;
        position: relative;
        z-index: 2;
        width: 100%;
    }

    /* Description appears with backdrop blur effect */
    .industry-item:hover .industry-desc {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.1s;
    }

    /* Optional: subtle separator line between desc and title on hover */
    .industry-item:hover .industry-content-wrapper::before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: var(--accent-orange);
        margin-bottom: 10px;
        border-radius: 2px;
    }

    .industry-content-wrapper::before {
        content: '';
        display: none;
    }

    .industry-item:hover .industry-content-wrapper::before {
        display: block;
        animation: fadeInLine 0.4s ease;
    }

    @keyframes fadeInLine {
        from {
            opacity: 0;
            width: 0;
        }
        to {
            opacity: 1;
            width: 40px;
        }
    }

    /* ===== RESPONSIVE ===== */

    @media (max-width: 991px) {
        .industries-section {
            padding: 60px 0 70px;
        }
        .industry_section-title__tagline {
            font-size: 32px;
        }
        .industries-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        .industry-item {
            min-height: 180px;
            padding: 20px 18px 18px;
        }
        .industry-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
        }
        .industry-icon i {
            font-size: 16px;
        }
        .industry-title {
            font-size: 16px;
        }
        .industry-desc {
            font-size: 13px;
        }
    }

    @media (max-width: 767px) {
        .industries-section {
            padding: 50px 0 60px;
        }
        .main_div_heading_industry {
            margin-bottom: 40px;
        }
        .industry_section-title__tagline-box {
            gap: 12px;
        }
        .industry_section-title__tagline-border {
            width: 30px;
        }
        .industry_section-title__tagline {
            font-size: 28px;
        }
        .industry_section-title__tagline::after {
            width: 50px;
            height: 2.5px;
        }
        .industry_section-description {
            font-size: 15px;
            padding: 0 10px;
        }
        .industries-grid {
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }
        .industry-item {
            min-height: 160px;
            padding: 16px 14px 16px;
            border-radius: 12px;
        }
        .industry-icon {
            width: 34px;
            height: 34px;
            min-width: 34px;
        }
        .industry-icon i {
            font-size: 14px;
        }
        .industry-title {
            font-size: 14px;
        }
        .industry-desc {
            font-size: 13px;
            margin-bottom: 8px;
        }
        .industry-item:hover .industry-content-wrapper::before {
            width: 30px;
        }
        @keyframes fadeInLine {
            from {
                opacity: 0;
                width: 0;
            }
            to {
                opacity: 1;
                width: 30px;
            }
        }
    }

    @media (max-width: 480px) {
        .industries-section {
            padding: 40px 0 50px;
        }
        .industry_section-title__tagline {
            font-size: 24px;
        }
        .industries-grid {
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .industry-item {
            min-height: 140px;
            padding: 14px 12px 14px;
            border-radius: 10px;
        }
        .industry-icon {
            width: 28px;
            height: 28px;
            min-width: 28px;
        }
        .industry-icon i {
            font-size: 12px;
        }
        .industry-title {
            font-size: 13px;
        }
        .industry-desc {
            font-size: 12px;
            line-height: 1.4;
            margin-bottom: 6px;
        }
        .industry-item:hover .industry-content-wrapper::before {
            width: 24px;
            height: 2px;
            margin-bottom: 6px;
        }
        @keyframes fadeInLine {
            from {
                opacity: 0;
                width: 0;
            }
            to {
                opacity: 1;
                width: 24px;
            }
        }
    }
