/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Nunito:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --dark-blue: #213B52;
    --sky-blue: #69C5FC;
    --light-bg: #F1F8FF;
    --black-color: #1a1a1a;
    --white-color: #f1f1f1;
    --light-white: #ddd;
    --light-shadow: ;
    --dark-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --border-radius: 8px;
    font-family: 'Lato', sans-serif;
    /* For headings */
    --para-font: 'Nunito', sans-serif;
}


.rounded-4 {
    border-radius: 20px;
}

.section {
    padding: 40px 20px;
}

body,
html {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
    margin: 0;
}

p {
    font-family: var(--para-font);
    margin: 0;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.top-menu {
    background: var(--dark-blue);
    box-shadow: var(--light-shadow);
}

.top-menu .logo {
    padding: 15px 20px;
    background: #fff;
    clip-path: polygon(0% 0, 100% 0%, 94% 100%, 0% 100%);
}

.top-menu .menu-design {
    padding: 15px 20px;
}

.top-menu .logo img {
    max-width: 120px;
}

.menu-design ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.menu-design ul li a {
    color: var(--light-bg);
    font-family: var(--main-font);
    font-weight: 500;
    transition: all 0.5s ease;
}

.menu-design ul li a:hover {
    color: var(--sky-blue);
}

.hero {
    background: var(--light-bg);
    padding: 20px;
}

.hero-heading {
    padding: 20px;
    background: var(--dark-blue);
    border-radius: 8px;
    height: 100%
}

.hero-slider .slick-next,
.hero-slider .slick-prev {
    display: none !important;
}

.service-slider .slick-next,
.service-slider .slick-prev {
    display: none !important;
}


.hero .slick-track {
    padding: 0 !important;
}



footer {
    background: var(--dark-blue);
}

.footer-about {
    background: var(--sky-blue);
    padding: 20px 10px 10px 10px;
    box-shadow: var(--dark-shadow);
    margin-bottom: 35px;
    border-radius: 0 0 20px 20px;
}


.footer-about .footer-para p {
    color: var(--dark-blue);
}

.footer-links {
    padding: 40px 0 0 0;
}

.footer-links .footer-head h5 {
    color: var(--sky-blue);
    position: relative;
    padding-left: 20px;
}

.footer-links .footer-head h5::after {
    content: '\f043';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--white-color);
}

.footer-links .footer-link ul li a {
    color: var(--light-white);
    display: block;
    padding: 3px 0;
    transition: all 0.5s ease;
}

.footer-links .footer-link ul li a:hover {
    color: var(--white-color);
    letter-spacing: 1px;
}

footer .footer-logo img {
    max-width: 120px;
}

.icon-box {
    display: flex;
    gap: 30px;
    margin: 15px 0px;
    background: var(--dark-blue);
    border: 1px solid #234868;
    border-radius: 8px;
    padding: 7px 15px;
    box-shadow: 0 4px 10px -3px #0a2e4f;
}

.icon-box .info-icon i {
    color: var(--sky-blue);
}

.info-head h6 {
    color: var(--white-color);
}

.info-head a {
    color: var(--light-white);
}

.copy-right {
    background: var(--light-bg);
    color: var(--dark-blue);
    font-weight: 500;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-section {
    background: url('../img/breadcrumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
    z-index: 5;
}

.breadcrumb-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--dark-blue), transparent);
    z-index: -1;
}

.breadcrumb-content .breadcrumb-head h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.breadcrumb-content ul li a {
    color: var(--light-bg);
}

.breadcrumb-content ul li i {
    font-size: 12px;
}

.breadcrumb-content ul li a.active {
    color: var(--dark-blue);
    font-weight: 700;
}

.shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background: url('../img/breadcrumb-bottom.png');
    background-size: 100% 100%;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.white-design h2 {
    color: var(--dark-blue);
    text-align: center;
    text-transform: uppercase;
}

.color-design h2 {
    color: var(--dark-blue);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feature-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #dadada;
    border-radius: var(--border-radius);
    transition: all 0.5s ease;
    position: relative;
    z-index: 5;
    overflow: hidden;
    pointer-events: fill;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--light-bg);
    transition: height 0.5s ease;
    z-index: -1;
}

.feature-card:hover::after {
    height: 100%;
}

.feature-card .feature-head h5 {
    color: var(--dark-blue);
    margin: 10px 0;
}


.water-softner-content .water-softner-head h2 {
    color: var(--dark-blue);
    text-transform: uppercase;
}

.Blogs {
    background: var(--light-bg);
}

.blog-card {
    border: 1px solid #eee;
    height: 100%;
    background: #fff;
    box-shadow: var(--dark-shadow);
    overflow: hidden;
    border-radius: var(--border-radius);
    padding: 10px;
}

.blog-card .blog-span {
    background: var(--sky-blue);
    border-radius: 60px;
    max-width: fit-content;
    padding: 3px 20px;
    color: var(--dark-blue);
    font-weight: 700;
    text-align: center;
}

.blog-card .blog-image img {
    border-radius: var(--border-radius);
}

.blog-card .blog-content {
    padding: 20px;
}

.blog-card .blog-content .blog-head h4 {
    color: var(--dark-blue);
    margin: 10px 0;
}

.problem-div {
    display: flex;
    gap: 30px;
    background: #fff;
    box-shadow: var(--dark-shadow);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
    height: 100%;
}

.problem-div .problem-icon i {
    color: var(--dark-blue);
    width: 40px;
    height: 40px;
    background: var(--light-bg);
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    border-radius: 50%;
}

.number-problems h4 {
    color: var(--sky-blue);
}

.benefits {
    background: var(--light-bg);
    position: relative;
}

.benefits-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url('../img/top-shape.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.benefits-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('../img/bottom-shape.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ptb {
    padding: 100px 0 150px 0;
}

.benefits-card {
    background: #fff;
    padding: 0 20px 20px 20px;
    border-radius: var(--border-radius);
    height: 100%;
    position: relative;
    transition: width 0.5s ease;
}

.benefits-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--dark-blue);
    transition: width 0.5s ease;
}

.benefits-card .benefits-icon i {
    width: 50px;
    height: 50px;
    background: var(--light-bg);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    margin-top: -20px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px -8px #999999;
}

.benefits-card:hover::after {
    width: 100%;
}

.benefits-head h5 {
    color: var(--dark-blue);
    text-transform: uppercase;
}

.social-link ul {
    display: flex;
    gap: 30px;
}

.social-link ul li a {
    width: 30px;
    height: 30px;
    background: var(--dark-blue);
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 5;
}

.social-link ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transform-origin: bottom;
    background: var(--sky-blue);
    transition: all 0.5s ease;
    z-index: -1;
}

.social-link ul li a:hover::after {
    height: 100%;
}

.theme-button {
    position: relative;
    border: 1px solid var(--dark-blue);
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    display: block;
    color: var(--dark-blue);
    margin: 10px 0;
    font-family: var(--main-font);
    text-transform: lowercase;
    background: transparent;
    transition: all 0.5s ease;
    z-index: 5;
    overflow: hidden;
    outline: none;
}

.theme-button:hover {
    color: var(--sky-blue);
}

.theme-button::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.theme-button:hover::after {
    box-shadow: inset 0 0 0 10em var(--dark-blue);
}

.reverse-osmosis-img {
    display: flex;
    justify-content: center;
}

.hero-head h1 {
    color: var(--light-bg);
    font-weight: 700;
}

.hero-head span {
    color: var(--sky-blue);
}

.icon-section .icon-div {
    background: #fff;
    box-shadow: var(--dark-shadow);
    padding: 0 20px 20px 20px;
    height: 100%;
    border-radius: var(--border-radius);
}

.icon-section .icon-div .hero-icon {
    position: relative;
    z-index: 5;
}

.icon-section .icon-div .hero-icon i {
    color: var(--sky-blue);
    font-size: 40px;
    margin-top: -20px;
    margin-bottom: 8px;
}

.hero-image img {
    height: 100%;
    border-radius: 20px;
    min-height: 340px;
}

.clients1 .slick-next,
.clients1 .slick-prev {
    display: none !important;
}

.clients2 .slick-next,
.clients2 .slick-prev {
    display: none !important;
}

/* .all-clients {
    background: #fff;
    box-shadow: var(--dark-shadow);
    padding: 20px;
    height: 100%;
    border-radius: var(--border-radius);
} */

.all-clients .client-img {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin: 10px;
    background: white;
    mix-blend-mode: multiply;
    border-radius: 20px;
    /* border-radius: var(--border-radius); */
    padding: 10px;
}

.clients .clients-image {
    background: #b4f4ff;
    height: 100%;
    border-radius: var(--border-radius);
}

.water-treatment-plant {
    padding: 20px;
    border: 1px dashed var(--sky-blue);
    border-radius: var(--border-radius);
    position: relative;
}

.water-heading {
    background: var(--sky-blue);
    color: var(--light-bg);
    padding: 7px 15px;
    border-radius: 25px;
    position: absolute;
    top: -15px;
    left: 30px;
}

.water .water-icon i {
    font-size: 70px;
    color: var(--dark-blue);
}

.water {
    text-align: center;
    padding: 10px;
    background: transparent;
    border-radius: var(--border-radius);
    height: 100%;
    transition: all 0.5s ease;
}

.water:hover {
    background: var(--light-bg);
    box-shadow: var(--dark-shadow);
}

.water i {
    transition: 0.4s ease-out;
}

.water:hover i {
    color: var(--sky-blue) !important;
    text-shadow: -1px -1px 2px var(--dark-blue);
}

.service {
    background: var(--light-bg);
}

.service-card .service-img {
    position: relative;
    height: 100%;
    perspective: 1000px;
    box-shadow: var(--dark-shadow);
    overflow: hidden;
}

.service-card .service-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border-radius: var(--border-radius);
}

.service-card .service-img img {
    border-radius: var(--border-radius);
}

.service-para {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 80%;
    color: var(--light-bg);
    padding: 7px 15px;
    text-align: center;
    background: #0d4fb7;
    width: 50%;
    border-radius: 0 60px 60px 0;
    box-shadow: 0 13px 20px -10px #000;
}

.service-card {
    margin: 10px;
    position: relative;
}


.header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 100;
}

.header .wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1000;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 5px 20px -10px #ddd;
    padding: 5px 40px;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.header-item-left img {
    max-width: 150px;
    transform: scale(1.2);
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
}

.header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--light-bg);
    font-family: var(--main-font);
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid var(--color-pink-600);
    background: var(--light-bg);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    color: var(--dark-blue);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header h6.title1 {
    background: var(--light-green);
    color: var(--white);
    text-align: center;
    border-radius: 20px;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: var(--light-bg)
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
    display: none;
}

@media screen and (min-width: 993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0.5rem 0;
    }

    .header .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        margin-top: -0.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .header .menu-mobile-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: var(--light-bg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .header .menu-mobile-toggle span:nth-child(1) {
        top: 0;
    }

    .header .menu-mobile-toggle span:nth-child(2),
    .header .menu-mobile-toggle span:nth-child(3) {
        top: 0.5rem;
    }

    .header .menu-mobile-toggle span:nth-child(4) {
        top: 1rem;
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        background: var(--light-bg);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }

    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0;
    }

    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: var(--dark-blue);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 110;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: var(--light-bg);
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        text-align: center;
        color: var(--light-bg);
        background: var(--dark-blue);
        border: none;
        outline: none;
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: var(--color-black);
        text-transform: capitalize;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        color: var(--light-bg);
        background: var(--dark-blue);
        outline: none;
        border: none;
    }

    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .menu>ul>li .menu-subs.active {
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.65);
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap";

:root {
    --color-black: hsl(0, 0%, 10%);
    --color-white: hsl(0, 0%, 100%);
    --color-darken: hsl(0, 0%, 20%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

html {
    font-size: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: var(--color-black);
    background: var(--color-white)
}

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem
}

.brand {
    font-family: "Rubik", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1px;
    color: var(--theme-color);
    text-transform: uppercase
}

.header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: .75rem 0;
    z-index: 100;
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium)
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    color: var(--color-black);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem
}

.header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-radius: .25rem;
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1
}

.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: .5rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: .75rem 0;
    color: var(--color-pink-700);
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: var(--color-pink-700)
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: var(--color-pink-700)
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
    display: none
}

@media screen and (min-width: 993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: .5rem 0
    }

    .header .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        margin-top: -0.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

    .header .menu-mobile-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: var(--color-black);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .header .menu-mobile-toggle span:nth-child(1) {
        top: 0
    }

    .header .menu-mobile-toggle span:nth-child(2),
    .header .menu-mobile-toggle span:nth-child(3) {
        top: .5rem
    }

    .header .menu-mobile-toggle span:nth-child(4) {
        top: 1rem
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        background: var(--color-white);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        transform: translate(0%)
    }

    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0
    }

    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 110;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: var(--color-white)
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .1);
        color: var(--color-black)
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: var(--color-black);
        text-transform: capitalize
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, .1);
        color: var(--color-black)
    }

    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .menu>ul>li .menu-subs.active {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
        margin-top: 0
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0rem
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .65);
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out
    }

    .overlay.active {
        opacity: 1;
        visibility: visible
    }
}

a.theme-button:hover span {
    color: #fff;
}






.bg-main {
    background-color: var(--sky-blue);
}


.about-img {
    border-radius: 20px;
}


.practice-card {
    border: 1px solid var(--dark-blue);
    border-radius: 14px;
    transition: all 0.3s ease;
    height: 100%;
    background: var(--light-bg);
    padding: 1rem;
}

.practice-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    border-color: var(--sky-blue);
    transform: translateY(-5px) scale(1.02);
}

.practice-icon {
    width: 60px;
    height: 60px;
    background: var(--sky-blue);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.practice-icon i {
    font-size: 1.6rem;
    color: white;
    transition: color 0.3s ease;
}

.practice-card:hover .practice-icon {
    background: var(--dark-blue);
}

.practice-card:hover .practice-icon i {
    color: #fff;
}

.practice-badge {
    background-color: var(--primary-light);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}

.practice-card .card-title {
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.practice-card .card-text {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .card-title {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 0.9rem;
    }
}

/* 
.hero-image {
    min-height: 400px;
} */


/* contact */
.contact-section {
    min-height: 100vh;
    padding: 60px 0;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h1 {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.contact-header p {
    color: var(--black-color);
    font-size: 1.1rem;
    opacity: 0.8;
}

.contact-card {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--dark-shadow);
    overflow: hidden;
    margin-bottom: 30px;
}

.form-section {
    padding: 40px;
}

.form-section h3 {
    font-family: var(--main-font);
    color: var(--dark-blue);
    margin-bottom: 25px;
    font-size: 1.8rem;
}

.form-control {
    border: 2px solid var(--light-white);
    border-radius: var(--border-radius);
    padding: 12px 15px;
    font-family: var(--para-font);
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--sky-blue);
    box-shadow: 0 0 0 0.2rem rgba(105, 197, 252, 0.25);
}

.form-label {
    font-weight: 500;
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.btn-primary {
    background-color: var(--sky-blue);
    border-color: var(--sky-blue);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    transform: translateY(-2px);
}

.contact-info {
    background: linear-gradient(135deg, var(--dark-blue), var(--sky-blue));
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info h3 {
    font-family: var(--main-font);
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.contact-item i {
    font-size: 1.5rem;
    margin-right: 20px;
    width: 30px;
    text-align: center;
    color: var(--white-color);
}

.contact-item div h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-item div p {
    margin: 0;
    opacity: 0.9;
}

.social-links {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: white;
    color: var(--dark-blue);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 2rem;
    }

    .form-section,
    .contact-info {
        padding: 30px 20px;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-item i {
        margin-right: 0;
        margin-bottom: 10px;
    }
}






.culinary-overlay-card {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: var(--dark-shadow);
    background: var(--light-bg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.culinary-overlay-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.culinary-overlay-card .card-img {
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: var(--border-radius);
}

.culinary-overlay-card:hover .card-img {
    transform: scale(1.08);
}

.card-img-overlay {
    background: linear-gradient(0deg,
            rgba(26, 26, 26, 0.95) 0%,
            /* Almost black at bottom */
            rgba(33, 59, 82, 0.85) 40%,
            /* Dark blue fade */
            rgba(33, 59, 82, 0.6) 70%,
            /* Softer fade */
            rgba(33, 59, 82, 0) 100%
            /* Fully transparent at top */
        );
    z-index: 10;
    position: absolute;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    inset: 0;
    /* shorthand for top, right, bottom, left = 0 */
}


.card-title {
    font-family: var(--main-font);
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: var(--white-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text {
    font-family: var(--para-font);
    font-size: 0.95rem;
    color: var(--light-white);
    line-height: 1.5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 👈 kitni lines dikhani hai */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Button */
.btn-culinary {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 6px 14px;
    color: white;
    font-family: var(--para-font);

    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-culinary .btn-icon {
    margin-left: 8px;
    transition: transform 0.3s;
    font-size: 1rem;
}

/* 
.btn-culinary:hover {
    background: var(--dark-blue);
    color: var(--white-color);
} */

.btn-culinary:hover .btn-icon {
    transform: translateX(5px);
}


/*  */

.capability-card {
    background-color: white;
    border-radius: 20px;
    border: 1px solid var(--sky-blue);
    padding: 20px;
    height: 100%;
}


.capability-card .card-icon {
    font-size: 2.6rem;
    color: var(--sky-blue);
    margin-bottom: 20px;
    display: inline-block;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 50%;
    background: rgba(105, 197, 252, 0.15);
    transition: all 0.3s ease;
}

.capability-card:hover .card-icon {
    background: var(--sky-blue);
    color: #fff;
}

.capability-card .card-title {
    font-family: var(--main-font);
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--dark-blue);
}

.capability-card .card-text {
    font-size: 0.98rem;
    color: #333;
}


.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 18px;

}

.benefit-badge {
    background: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.benefit-badge:hover {
    background: var(--sky-blue);
    color: white;
    border-color: var(--sky-blue);
}

.benefit-badge:hover .badge-icon {
    color: white;
}

.badge-icon {
    font-size: 1.4rem;
    margin-right: 10px;
    color: var(--sky-blue);
}

.badge-text {
    font-weight: 600;
    font-size: 1rem;
}

/* Benefits List */

/* .benefits-list h3 {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 1.6rem;
    margin-bottom: 25px;
    text-align: center;
} */

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #f7fbff;
}

.benefit-item i {
    color: var(--sky-blue);
    font-size: 1rem;
    margin-right: 12px;
    margin-top: 9px;
}

.benefit-content h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 4px;
}

.benefit-content p {
    font-size: 0.95rem;
    margin: 0;
    color: #444;
}


.tagline {
    color: var(--primary-color);
}


.section-title {
    text-align: center;
}

.product-details img {
    height: 100%;
}