@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "Gotham Book";
    src: url("Gotham-Book.woff2") format("woff2"), url("Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Black.woff2") format("woff2"), url("Gotham-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Bold.woff2") format("woff2"), url("Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Extra";
    src: url("Gotham-ExtraLight.woff2") format("woff2"), url("Gotham-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Extra";
    src: url("Gotham-ExtraLightItalic.woff2") format("woff2"), url("Gotham-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Light.woff2") format("woff2"), url("Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Black.woff2") format("woff2"), url("Gotham-Black.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Medium.woff2") format("woff2"), url("Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Ultra";
    src: url("Gotham-Ultra.woff2") format("woff2"), url("Gotham-Ultra.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-ThinItalic.woff2") format("woff2"), url("Gotham-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Thin.woff2") format("woff2"), url("Gotham-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.simple-section {
    padding: 50px 0;
    position: relative;
}

    .simple-section.bg-grey {
        background-color: #ededed;
    }

    .simple-section.bg-second {
        background-color: #460c6d;
    }

    .simple-section.bg-light-blue {
        background: #e7faf7;
    }

    .simple-section.li-blue {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%);
    }

    .simple-section.li-purple-white {
        background: linear-gradient(358.08deg, rgba(255, 255, 255, 0.15) 1.39%, rgba(144, 34, 173, 0.3) 98.16%);
    }

    .simple-section.li-purple-aqua {
        background: linear-gradient(338.67deg, rgba(144, 34, 173, 0.8) 11.95%, rgba(0, 200, 171, 0.8) 84.24%);
    }

    .simple-section.li-white-aqua {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%);
    }

    .simple-section.li-aqua {
        background: linear-gradient(358.08deg, rgba(0, 200, 171, 0) 23.39%, #00c8ab 98.16%);
    }

    .simple-section.li-aqua-tb {
        background: linear-gradient(179.18deg, rgba(255, 255, 255, 0) 25.23%, #00c8ab 99.34%);
    }

    .simple-section.li-purple-green {
        background: linear-gradient(270.01deg, #9022ad 0.01%, #0f484d 99.99%);
    }

    .simple-section.grey {
        background-color: rgba(81, 13, 119, 0.1490196078);
    }

    .simple-section.li-aqua-purple-lr {
        background: linear-gradient(90deg, #09bfab 0%, #8929ad 100%);
    }

    .simple-section.li-aqua-purple-rl {
        background: linear-gradient(90deg, #9022ad 0%, #00c8ab 100%);
    }

.section-title h1 {
    font-family: "Gotham", sans-serif;
    font-weight: 600;
    font-size: 78px;
    line-height: 100%;
    text-transform: uppercase;
}

    .section-title h1.black {
        color: #1c192e;
        text-shadow: 1px 4px 5px #ffffff;
    }

    .section-title h1.white {
        color: #ffffff;
        text-shadow: 1px 4px 5px #000000;
    }

    .section-title h1.t-black-s-black {
        color: #1c192e;
        text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.6);
    }

.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #1c192e;
    font-family: "Montserrat", sans-serif;
}

    .section-title p.white {
        color: #ffffff;
    }

    .section-title p.small-text {
        font-size: 14px;
        font-weight: 300;
        font-weight: 300;
    }

.section-title.text-center {
    max-width: 600px;
    margin: auto;
}

.section-title h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.section-title h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}

    .section-title h6.secondary {
        font-weight: 600;
        color: #460c6d;
    }

    .section-title h6.black-light {
        color: #222222;
    }

.position-static {
    position: static !important;
}

.card-columns {
    display: flex;
    flex-wrap: wrap;
}

    .card-columns > [class*=col-] {
        display: flex;
        flex-direction: column;
    }

@media screen and (max-width: 1024px) {
    .section-title h1 {
        font-family: "Gotham", sans-serif;
        font-weight: 600;
        font-size: 53px;
        line-height: 100%;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 991px) {
    .section-title h1 {
        font-family: "Gotham", sans-serif;
        font-weight: 600;
        font-size: 47px;
        line-height: 100%;
        text-transform: uppercase;
    }

    .image-container .background-layer {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .section-title h1 {
        font-size: 40px;
    }
}

.button {
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

    .button.button-primary {
        background: #b1e4e3;
        color: #1c192e;
        box-shadow: 0px 4px 0px 0px #0f484d;
        transition: ease 0.5s;
    }

        .button.button-primary:hover {
            box-shadow: 0px -4px 0px 0px #0f484d;
            transform: translateY(-2px);
        }

    .button.button-white {
        background-color: #ffffff;
        color: #1c192e;
    }

    .button.button-outline-secondary {
        border-color: #1c192e;
        color: #1c192e;
    }

    .button.button-round {
        border-radius: 30px;
    }

    .button.button-icon {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #1c192e;
    }

        .button.button-icon img {
            width: 20px;
        }

        .button.button-icon svg {
            width: 20px;
        }

@media screen and (max-width: 991px) {
    .button {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .button {
        font-size: 12px;
    }
}

.hero {
    background: linear-gradient(270.01deg, rgba(144, 34, 173, 0) 13.2%, #9022ad 82.14%), url("../newimages/hero.png");
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    padding: 85px 0;
}

    .hero-content p {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #ffffff;
        max-width: 720px;
        margin: 20px 0;
    }

.cfnlc-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.cfnlc-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
}

    .cfnlc-heading.green {
        color: #afd500;
    }

    .cfnlc-heading.purple {
        color: #510d77;
    }

    .cfnlc-heading.pheromone-purple {
        color: #9022ad;
    }

    .cfnlc-heading.pink {
        color: #f00044;
    }

    .cfnlc-heading.green-dark {
        color: #0f484d;
    }

    .cfnlc-heading.black {
        color: #000000;
    }

    .cfnlc-heading.white {
        color: #ffffff;
    }

    .cfnlc-heading .sm-border-bottom {
        width: 72px;
        height: 3px;
        background-color: #9022ad;
        margin-top: 5px;
    }

        .cfnlc-heading .sm-border-bottom.green {
            background-color: #afd500;
        }

        .cfnlc-heading .sm-border-bottom.purple {
            background: #510d77;
        }

        .cfnlc-heading .sm-border-bottom.pink {
            background: #f00044;
        }

        .cfnlc-heading .sm-border-bottom.green-dark {
            background: #0f484d;
        }

        .cfnlc-heading .sm-border-bottom.black {
            background-color: #000000;
        }

        .cfnlc-heading .sm-border-bottom.pheromone-purple {
            background: #9022ad;
        }

.line-text {
    position: relative;
    text-align: center;
}

    .line-text .text {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 27px;
        color: #1c192e;
        margin-bottom: 5px;
    }

    .line-text img {
        width: 100%;
    }

    .line-text .seven-hundered {
        width: 700px;
    }

    .line-text .five-hundered {
        width: 500px;
    }

    .line-text .four-hundered {
        width: 400px;
    }

    .line-text .eight-fifty {
        width: 850px;
    }

    .line-text .stroke-icon {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 10px;
    }

        .line-text .stroke-icon img {
            width: 25px;
        }

    .line-text.text-center {
        max-width: 454px;
        margin: auto;
    }

    .line-text .stroke-icon-bottom img {
        position: relative;
        top: 155px;
        right: 18px;
    }

.overflow-x {
    position: relative;
    overflow-x: hidden;
}

.info-box strong {
    font-size: 20px;
}

.info-box .phone-no {
    margin-bottom: 0;
}

.info-box a {
    color: #1c192e;
    text-decoration: none;
}

.bg-program {
    background: url("../newimages/program.png");
    width: 100%;
    /* height: 750px; */
    background-repeat: no-repeat;
}

.scroller {
    display: flex;
    align-items: center;
    gap: 17px;
    text-align: center;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.background-layer {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 100%;
    height: 100%;
    background-color: #afd500;
    z-index: 1;
}

.image-layer {
    position: relative;
    z-index: 2;
    display: block;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.background-layer-left {
    position: absolute;
    top: -30px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: #afd500;
    z-index: 1;
}

    .background-layer-left.cfnlp-role-img-green {
        left: -54px;
    }

.cfnlp-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .cfnlp-list li {
        display: flex;
        gap: 10px;
        align-items: center;
        margin: 0px 0px 10px 30px;
    }

        .cfnlp-list li img {
            width: 16px;
        }

        .cfnlp-list li p {
            margin: 0;
        }

        .cfnlp-list li h6 {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 32px;
            color: #000000;
        }

.line-text-left {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

    .line-text-left .stroke-icon {
        display: flex;
        justify-content: start;
    }

.left-right-lines {
    position: relative;
    max-width: 650px;
    margin: 50px auto 0px auto;
}

    .left-right-lines .text {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 28px;
        line-height: 40.7px;
        text-align: center;
        color: #ffffff;
    }

    .left-right-lines .left {
        position: absolute;
        top: -12px;
        left: -51px;
        width: 50px;
    }

    .left-right-lines .right {
        position: absolute;
        bottom: -7px;
        right: -30px;
        width: 50px;
    }

.sop-bg-image {
    background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%), url("../newimages/sop-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .sop-bg-image .corner-box {
        padding: 24px;
        border: 4px solid #b1d600;
        width: 280px;
    }

        .sop-bg-image .corner-box img {
            width: 100%;
        }

    .sop-bg-image .rounded-box {
        padding: 60px;
        border: 4px solid #b1d600;
        border-radius: 50%;
        width: 320px;
    }

        .sop-bg-image .rounded-box img {
            width: 100%;
        }

.sop-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sop-lists li {
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin-top: 10px;
    }

        .sop-lists li img {
            width: 16px;
        }

        .sop-lists li p {
            margin: 0;
        }

.social-section {
    position: relative;
    width: 100%;
    height: 650px;
    background: url("../newimages/social.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .social-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(168, 224, 223, 0.3490196078);
    }

.li-image-text {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .li-image-text li {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1000;
}

.slick-prev {
    left: -60px;
}
.fnl-uniqarrow {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.slick-prev.fnl-uniqarrow {
    background-image: url("../newimages/prev.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slick-next.fnl-uniqarrow {
    background-image: url("../newimages/next.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}


.slick-next {
    right: -60px;
}

    .slick-prev:before,
    .slick-next:before {
        content: "";
    }

.image-container {
    position: relative;
    display: inline-block;
}

    .image-container .img-layer {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
    }

        .image-container .img-layer.green {
            box-shadow: 20px -20px #afd500;
        }

        .image-container .img-layer.purple {
            box-shadow: 20px -20px #510d77;
        }

        .image-container .img-layer.pink {
            box-shadow: 20px -20px #f00044;
        }

        .image-container .img-layer.green-dark {
            box-shadow: 20px -20px #0f484d;
        }

        .image-container .img-layer.purple-right {
            box-shadow: -20px -20px #510d77;
        }

        .image-container .img-layer.green-right {
            box-shadow: -20px -20px #afd500;
        }

.purple-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #460c6d;
    margin: 10px 0;
}

.aof-bg-image {
    background-image: url("../newimages/aof-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.program-text h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0%;
    color: #000000;
}

.pfnlm-custom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    position: relative;
}

    .pfnlm-custom.pfnlm-top {
        background-image: url("../newimages/fnlm-bg.png");
        background-size: contain;
    }

    .pfnlm-custom.pfnl-top {
        background-image: url("../newimages/fnl-bg.png");
        background-size: contain;
    }

    .pfnlm-custom.pcyc-top {
        background-image: url("../newimages/cyc-bg.png");
        background-size: contain;
    }

.fnlm-custom {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

    .fnlm-custom.fnlm-bottom {
        background-image: url("../newimages/fnlm-bottom.png");
    }

    .fnlm-custom.fnl-bottom {
        background-image: url("../newimages/fnl-bottom.png");
    }

    .fnlm-custom.cyc-bottom {
        background-image: url("../newimages/pcyc-bottom.png");
    }

    .fnlm-custom .overlay-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .fnlm-custom .overlay {
        position: relative;
        z-index: 2;
        max-width: 750px;
        margin: 0 auto 50px auto;
    }

        .fnlm-custom .overlay h1 {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 40px;
            line-height: 71px;
            text-align: center;
            color: #ffffff;
        }

    .fnlm-custom .text-center {
        position: relative;
        z-index: 2;
    }

.cyc-program {
    background: url("../newimages/program.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.partner-logo-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.cfnlp-calender img {
    width: 100%;
}

.contact-social-icon .social-icon {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
}

    .contact-social-icon .social-icon .icon-item {
        width: 89px;
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #0f484d;
    }

        .contact-social-icon .social-icon .icon-item svg {
            width: 50px;
            color: #ffffff;
        }

@media screen and (max-width: 991px) {
    .li-green-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .border-card {
        padding: 15px;
    }

    .line-text .stroke-icon-bottom img {
        position: relative;
        top: 110px;
        right: 0;
    }

    .line-text .seven-hundered {
        width: 100%;
    }

    .line-text .five-hundered {
        width: 100%;
    }

    .line-text .four-hundered {
        width: 100%;
    }

    .line-text .eight-fifty {
        width: 100%;
    }

    .slick-prev {
        left: -40px;
    }

    .slick-next {
        right: -40px;
    }

    .social-section {
        height: 710px;
    }

    .cfnlc-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        color: #000000;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        height: 420px;
    }

    .li-grediant-cl-card p {
        min-height: auto !important;
    }

    .line-text .stroke-icon-bottom img {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .hero-content {
        padding: 0;
    }

    .line-text .seven-hundered {
        width: 100%;
    }

    .line-text .five-hundered {
        width: 100%;
    }

    .line-text .four-hundered {
        width: 100%;
    }

    .line-text .eight-fifty {
        width: 100%;
    }

    .flip-card {
        padding: 15px !important;
    }

    .line-text .text {
        font-size: 18px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .background-layer {
        top: 0;
        left: 0;
    }

    .bg-program {
        height: auto;
    }

    .li-image-text li {
        flex-wrap: wrap;
    }

    .line-text .stroke-icon {
        align-items: center;
        flex-direction: column-reverse;
    }

    .cfnlc-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }

    .background-layer-left {
        top: 0;
        left: 0;
    }

    .li-green-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sop-bg-image .corner-box {
        margin: auto;
    }

    .sop-bg-image .rounded-box {
        margin: auto;
    }

    .cfnlc-heading {
        font-size: 24px;
    }

    .left-right-lines {
        position: relative;
        max-width: 650px;
        margin: 50px auto 0px auto;
    }

        .left-right-lines .text {
            font-size: 14px;
            line-height: 25.7px;
        }

        .left-right-lines .left {
            top: -2px;
            left: -11px;
            width: 25px;
        }

        .left-right-lines .right {
            bottom: -2px;
            right: 1px;
            width: 25px;
        }

    .image-container .img-layer {
        box-shadow: none !important;
    }

    .fnlm-custom {
        padding: 50px 20px;
    }

        .fnlm-custom .overlay h1 {
            font-size: 27px;
            line-height: 35px;
        }

    .cfnlp-list li {
        display: flex;
        gap: 10px;
        align-items: center;
        margin: 0px 0px 10px 0px;
    }

    .fnl-logo img {
        width: 100%;
    }

    .contact-social-icon .social-icon {
        padding-left: 0px;
        justify-content: center;
    }
}

.border-card {
    border: 1px solid #1e1a34;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    flex: 1 1 auto;
}

    .border-card .icon {
        border: 5px solid #afd500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 12px;
        margin-bottom: 10px;
        width: 85px;
        height: 85px;
    }

.flip-card {
    position: relative;
    width: 100%;
    min-height: 175px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 35px;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1019607843);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 90px 0;
    cursor: pointer;
}

    .flip-card .fnl-img {
        width: 200px;
    }

    .flip-card.purple {
        background: #ffffff;
        border: 12px solid #500878;
    }

    .flip-card.green {
        background: #ffffff;
        border: 12px solid #DB0B5B;
    }

    .flip-card.maroon {
        background: #ffffff;
        border: 12px solid #b1e4e3;
    }

    .flip-card:hover {
        transform: rotateY(180deg);
        border: none;
    }

    .flip-card .side {
        padding: 35px;
        position: absolute;
        width: 100%;
        backface-visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
        border-radius: 10px;
    }

        .flip-card .side.purple {
            background: #500878;
        }

        .flip-card .side.green {
            background: #DB0B5B;
        }

        .flip-card .side.maroon {
            background: #B1E4E3;
            color: black !important;
        }

    .flip-card.maroon .back .section-title p.white {
        color: black !important;
    }

    .flip-card .back {
        transform: rotateY(180deg);
        min-height: auto;
        cursor: pointer;
    }

.social-card {
    height: 350px;
    overflow-y: scroll;
}

.social-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 10px;
    margin-right: 20px;
}

    .social-card .social-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .social-card .social-head .left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .social-card .social-head .left img {
                width: 30px;
            }

            .social-card .social-head .left h6 {
                font-weight: 600;
                font-size: 14px;
                line-height: 18px;
                font-family: "Montserrat", sans-serif;
                color: #1c192e;
                margin: 0;
            }

            .social-card .social-head .left p {
                font-weight: 400;
                font-size: 11.44px;
                line-height: 14px;
                font-family: "Montserrat", sans-serif;
                color: #737373;
                margin: 0;
            }

        .social-card .social-head .view-button a {
            padding: 6px 15px;
            background: #0095f6;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            border-radius: 3px;
        }

    .social-card .social-img img {
        width: 100%;
    }

    .social-card .text p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19.32px;
        margin-bottom: 3px;
    }

    .social-card .text-link a {
        font-weight: 600;
        font-size: 14px;
        line-height: 19.32px;
        margin-bottom: 3px;
        color: #0095f6;
        text-decoration: none;
    }

    .social-card .actions {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e0e0e0;
        text-align: center;
        padding: 10px;
    }

        .social-card .actions a {
            text-decoration: none;
            color: #7f7f7f;
        }

            .social-card .actions a svg {
                width: 30px;
            }

                .social-card .actions a svg.small {
                    width: 16px;
                }

            .social-card .actions a p {
                margin: 0;
            }

.li-grediant-cl-card {
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

    .li-grediant-cl-card.li-aqua {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%);
    }

    .li-grediant-cl-card.li-purple {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(144, 34, 173, 0.2) 99.88%);
    }

    .li-grediant-cl-card.li-purple-light {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(87, 19, 60, 0.1) 99.88%);
    }

    .li-grediant-cl-card .cl-border-title {
        font-family: "Gotham", sans-serif;
        font-weight: 350;
        font-size: 24px;
        line-height: 40.7px;
    }

        .li-grediant-cl-card .cl-border-title .boder-bottom {
            width: 72px;
            height: 3px;
            margin-top: 5px;
        }

            .li-grediant-cl-card .cl-border-title .boder-bottom.aqua {
                background: #00c8ab;
            }

            .li-grediant-cl-card .cl-border-title .boder-bottom.purple {
                background: #9022ad;
            }

            .li-grediant-cl-card .cl-border-title .boder-bottom.purple-light {
                background: #57133c;
            }

    .li-grediant-cl-card p {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
        min-height: 270px;
    }

.li-green-card {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(90deg, #ffffff 0%, #b1d600 100%);
    margin-bottom: 25px;
}

    .li-green-card .avatar img {
        border: 5px solid #9022ad;
        width: 170px;
        border-radius: 50%;
    }

    .li-green-card .card-info h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 5px;
    }

    .li-green-card .card-info .role {
        font-family: "Gotham", sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 100%;
    }

    .li-green-card .card-info .divider {
        height: 1px;
        background: #000000;
        margin: 8px 0;
        width: 100%;
    }

.li-light-green-card {
    flex: 1 1 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(177, 214, 0, 0.3) 100%);
    border: 1px solid #b1d600;
    padding: 30px 27px;
    border-radius: 12px;
    margin-bottom: 30px;
}

    .li-light-green-card h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #000000;
    }

    .li-light-green-card p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
        color: rgba(0, 0, 0, 0.6980392157);
    }

.li-blue-light-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(177, 228, 227, 0.3) 100%);
    border: 1px solid #69d1e2;
    border-radius: 12px;
    padding: 30px;
}

.fnlm-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .fnlm-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fnlm-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.fnlm-list .fnlm-item {
    padding: 10px;
    border-radius: 12px;
    min-height: 300px;
}

    .fnlm-list .fnlm-item.li-blue {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%);
    }

    .fnlm-list .fnlm-item.li-purple {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(144, 34, 173, 0.2) 99.88%);
    }

    .fnlm-list .fnlm-item.li-ligth-purple {
        background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(87, 19, 60, 0.1) 99.88%);
    }

    .fnlm-list .fnlm-item .img-border {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .fnlm-list .fnlm-item .img-border img {
            width: 75px;
            padding-bottom: 10px;
            border-bottom: 3px solid #9022ad;
        }

    .fnlm-list .fnlm-item .info h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 29px;
        text-align: center;
        vertical-align: middle;
        color: #000000;
        margin-top: 10px;
    }

.purple-border-card {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #510d77;
    flex: 1 1 auto;
}

    .purple-border-card .pillar-card {
        padding: 20px;
        border-radius: 12px;
        background: linear-gradient(179.88deg, #9022ad 0.1%, #510d77 99.9%);
        flex: 1 1 auto;
    }

        .purple-border-card .pillar-card .pillar-image {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .purple-border-card .pillar-card .pillar-image img {
                width: 70px;
            }

        .purple-border-card .pillar-card .pillar-text {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 29px;
            text-align: center;
            color: #ffffff;
            margin-top: 10px;
        }

.stat-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .stat-flex .icon svg {
        width: 36px;
        color: #9022ad;
    }

    .stat-flex .info h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 60px;
        text-align: left;
        color: #000000;
    }

    .stat-flex .info P {
        color: rgba(0, 0, 0, 0.6980392157);
        margin-bottom: 0;
        font-size: 18px;
    }

.cyc-pink-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 0, 68, 0.3) 100%);
    border: 1px solid #f00044;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    flex: 1 1 auto;
}

    .cyc-pink-card .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

        .cyc-pink-card .icon img {
            height: 60px;
        }

        .cyc-pink-card .icon .border-bottom {
            width: 70px;
            background-color: #f00044;
            height: 3px;
        }

    .cyc-pink-card .info h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 17px;
        text-align: center;
        color: #000000;
    }

    .cyc-pink-card .info p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: rgba(0, 0, 0, 0.6980392157);
        margin-bottom: 0;
    }

.li-traning-card {
    background: linear-gradient(359.88deg, rgba(255, 255, 255, 0.1) 0.09%, rgba(0, 200, 171, 0.1) 99.88%);
    border-radius: 12px;
    padding: 20px;
}

    .li-traning-card .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

        .li-traning-card .icon img {
            height: 100px;
        }

    .li-traning-card .info {
        min-height: 110px;
    }

        .li-traning-card .info p {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 27px;
            text-align: center;
            color: rgba(0, 0, 0, 0.6980392157);
            margin-bottom: 0;
        }

@media screen and (max-width: 1114px) {
    .line-text .five-hundered {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .border-card {
        padding: 14px;
    }

    .card-center {
        max-width: 100%;
        margin: auto;
    }

    .flip-card {
        margin: 10px 0 40px 0;
        transform: none !important;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        padding: 15px;
        min-height: 400px;
    }

        .flip-card .side {
            padding: 15px;
            position: relative;
            transform: none;
            backface-visibility: visible;
            margin-bottom: 0;
        }

            .flip-card .side img {
                width: 100%;
            }

            .flip-card .side p {
                font-size: 14px;
            }

        .flip-card .back {
            transform: none;
        }

    .bg-program {
        height: auto;
    }

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
        z-index: 1000;
    }
}

@media screen and (max-width: 768px) {
    .flip-card {
        margin: 10px 0;
        transform: none !important;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        min-height: 375px;
    }

        .flip-card .side {
            position: relative;
            transform: none;
            backface-visibility: visible;
            margin-bottom: 0;
            padding: 15px;
        }

            .flip-card .side img {
                width: 100%;
            }

            .flip-card .side p {
                font-size: 14px;
            }

        .flip-card .back {
            transform: none;
        }

        .flip-card .side img {
            width: 200px;
        }

    .purple-border-card {
        padding: 20px;
    }

    .li-light-green-card {
        margin-bottom: 30px;
    }

    .li-grediant-cl-card {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .border-card {
        min-height: auto;
    }
}

.map-wrap {
    position: relative;
}

    .map-wrap .map-image img {
        width: 100%;
    }

    .map-wrap .box-1 {
        position: absolute;
        top: 10%;
        left: 25%;
    }

    .map-wrap .box-2 {
        position: absolute;
        top: 25%;
        left: 10%;
    }

    .map-wrap .box-3 {
        position: absolute;
        top: 40%;
        left: 35%;
    }

    .map-wrap .box-4 {
        position: absolute;
        top: 50%;
        left: 25%;
    }

    .map-wrap .box-5 {
        position: absolute;
        top: 55%;
        left: 45%;
    }

    .map-wrap .box-6 {
        position: absolute;
        top: 80%;
        left: 75%;
    }

    .map-wrap .circle {
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #153947;
    }

        .map-wrap .circle:hover ~ .box-content {
            opacity: 1;
        }

    .map-wrap .box-content {
        background: #fff;
        width: 200px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
        padding: 25px;
        position: relative;
        top: 5px;
        left: -202px;
        opacity: 0;
    }

        .map-wrap .box-content p {
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            text-align: center;
            color: #878787;
            margin: 0;
        }

.region-card {
    border: 1px solid #0b315e;
    border-radius: 10px;
    padding: 20px;
    width: 450px;
}

    .region-card .region-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .region-card .region-list li {
            width: 50%;
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }

            .region-card .region-list li img {
                width: 36px;
            }

            .region-card .region-list li p {
                margin: 0;
                font-family: "Gotham", sans-serif;
                font-weight: 600;
                font-size: 20px;
                line-height: 55.23px;
                color: #000000;
            }

.region-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .region-count img {
        width: 25px;
    }

    .region-count p {
        margin: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 55.23px;
        color: #000000;
    }

.info-box {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    pointer-events: none;
    font-family: sans-serif;
    width: 300px;
    min-height: 250px;
}

@media screen and (max-width: 1300px) {
    .map-wrap .region-card {
        right: 25px;
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .map-wrap .region-card {
        right: -91px;
        width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .region-card {
        display: none;
    }

    .map-wrap .map-image {
        text-align: center;
    }

        .map-wrap .map-image img {
            display: none;
        }

    .map-wrap .circle {
        display: none;
    }

    .map-wrap .region-heading {
        display: block;
        padding: 50px 0;
    }

    .map-wrap .box-content {
        opacity: 1;
    }

    .map-wrap .box {
        position: relative;
        top: 0%;
        left: 30%;
        transform: translatex(50%);
        margin-bottom: 20px;
    }

    .info-box {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
        width: 100%;
        max-width: 90%;
    }

    .map-img {
        display: none;
    }
}

body {
    font-family: "Gotham", sans-serif;
}

header {
    background: linear-gradient(89.97deg, rgba(255, 255, 255, 0.15) 0.54%, rgba(177, 214, 0, 0.6) 99.97%);
}

.top-header {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
}

.header-features {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .header-features li a {
        display: flex;
        align-items: center;
        gap: 4px;
        border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
        padding-right: 20px;
        text-decoration: none;
        color: #1c192e;
        text-wrap: nowrap;
    }

        .header-features li a.border-none {
            border-right: none;
        }

        .header-features li a .count {
            font-weight: 500;
            font-size: 15px;
            margin: 0;
        }

        .header-features li a img {
            width: 22px;
        }

        .header-features li a svg {
            width: 22px;
            color: #1c192e;
        }

.nav-header .navbar {
    background-color: #460c6d;
    border-bottom: 1px solid #282b29;
    padding: 0;
}

    .nav-header .navbar .navbar-collapse {
        justify-content: space-between;
        align-items: center;
    }

        .nav-header .navbar .navbar-collapse .search-icon {
            width: 24px;
            color: #ffffff;
        }

.nav-header .navbar-nav {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

    .nav-header .navbar-nav .nav-item {
        position: relative;
    }

        .nav-header .navbar-nav .nav-item .nav-link {
            display: flex;
            align-items: center;
            gap: 5px;
            text-decoration: none;
            font-family: "Gotham", sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #afd500;
            padding: 15px 0;
        }

        .nav-header .navbar-nav .nav-item .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #9023ad;
            border-radius: 0 0 10px 10px;
            transition: all 0.3s ease;
            z-index: 999;
        }

            .nav-header .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
                color: #ffffff;
                padding: 8px 16px;
                text-decoration: none;
            }

                .nav-header .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
                    background-color: rgba(255, 255, 255, 0.1);
                }

            .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu {
                width: 100%;
                background: transparent;
                border-radius: 0;
                left: 0;
                padding: 0;
                margin: 0;
            }

                .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap {
                    background: #9023ad;
                    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
                    padding: 20px;
                    border-radius: 0 0 12px 12px;
                    gap: 20px;
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                }

                    .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }

                        .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories p {
                            color: #bbe2e2;
                            font-weight: 700;
                            font-size: 18px;
                        }

                        .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories li {
                            margin-bottom: 10px;
                        }

                            .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories li a {
                                color: #ffffff;
                                text-decoration: none;
                                font-size: 16px;
                                font-weight: 300;
                                white-space: nowrap;
                                text-wrap: nowrap;
                            }

.custom-search-container {
    position: relative;
}

    .custom-search-container .custom-search-input {
        background-color: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding-right: 2.5rem;
        box-shadow: none;
    }

        .custom-search-container .custom-search-input::placeholder {
            color: #ffffff;
        }

    .custom-search-container .custom-search-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        /*pointer-events: none;*/
        color: #ffffff;
        width: 20px;
        height: 20px;
    }

#toggleSideNav {
    display: none;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu {
    display: flex;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container-dm-100 {
        max-width: 100%;
    }

    .nav-header .navbar-nav li a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head-ft-mb {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 991px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .nav-item.dropdown {
        width: 100%;
    }

    .top-header {
        gap: 10px;
        display: flex;
        justify-content: space-between;
    }

    .nav-header .navbar {
        padding: 0;
    }

        .nav-header .navbar > .container {
            padding: 0 30px;
        }

    .nav-header .navbar-nav {
        gap: 0;
        margin: 30px 0;
    }

        .nav-header .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            padding: 10px;
            justify-content: space-between;
            white-space: nowrap;
        }

        .nav-header .navbar-nav .nav-item .dropdown-menu {
            width: 100%;
            position: relative !important;
        }

            .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap {
                gap: 40px;
                display: flex;
                flex-wrap: wrap;
                height: 200px;
                overflow-y: scroll;
            }

                .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories li {
                    margin-bottom: 5px;
                }

                    .nav-header .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-wrap .mega-menu-categories li a {
                        font-size: 15px;
                    }

    .custom-search-container {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .logo img {
        width: 100px;
    }

    .head-ft-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .head-ft-mb .header-features {
            gap: 10px;
        }

            .head-ft-mb .header-features li a img {
                width: 18px;
            }

            .head-ft-mb .header-features li a span {
                font-size: 13px;
            }

    #toggleSideNav {
        display: block;
        color: #460c6d;
        font-size: 1.8rem;
    }

        #toggleSideNav .close-icon {
            display: none;
        }

        #toggleSideNav.close .menu-icon {
            display: none;
        }

        #toggleSideNav.close .close-icon {
            display: block;
        }
}
/* Responsive: 4 columns on large tablets */
@media (max-width: 1200px) {
    .mega-menu-categories {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* 3 columns on tablets */
@media (max-width: 992px) {
    .mega-menu-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* 2 columns on smaller tablets / large phones */
@media (max-width: 768px) {
    .mega-menu-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* 1 column on mobile */
@media (max-width: 480px) {
    .mega-menu-categories {
        grid-template-columns: 1fr;
    }
}

footer {
    background: linear-gradient(90deg, rgba(177, 214, 0, 0.6) 0%, rgba(255, 255, 255, 0.15) 100%);
    padding: 20px 0;
}

    footer .social-media-icons {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: end;
    }

        footer .social-media-icons svg {
            width: 30px;
            color: #460c6d;
        }

        footer .social-media-icons p {
            margin: 0;
        }

    footer .copyright a {
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

@media screen and (max-width: 991px) {
    footer .social-media-icons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    footer .social-media-icons {
        flex-direction: column;
    }
}

.bg-white {
    background-color: #ffffff;
    border-radius: 12px;
}

.contact-form {
    border-radius: 12px;
    padding: 30px;
    background: #b1d600;
    background: linear-gradient(2deg, rgba(177, 214, 0, 0.2) 0%, rgb(255, 255, 255) 100%);
}

    .contact-form label {
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }

    .contact-form input {
        border: 1px solid rgba(0, 0, 0, 0.5019607843);
        background-color: #ffffff;
        width: 100%;
        display: inline-flex;
        padding: 10px;
    }

    .contact-form select {
        border: 1px solid rgba(0, 0, 0, 0.5019607843);
        background-color: #ffffff;
        width: 100%;
        display: inline-flex;
        padding: 10px;
    }

    .contact-form textarea {
        border: 1px solid rgba(0, 0, 0, 0.5019607843);
        background-color: #ffffff;
        width: 100%;
        display: inline-flex;
        padding: 10px;
    }

/*# sourceMappingURL=style.css.map */
