/* Initial state before zoom */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.fig {
    font-family: "Figtree";
}

.bak {
    font-family: "Bakbak One";
}

.normal {
    font-weight: 500;
}

.fig-title {
    font-family: "Figtree";
    color: #FF4262;
    font-weight: 500;
    font-size: 26px;

    .normal {
        font-size: 17px;
    }

    .small {
        font-size: 14px;
    }

}

.bak-title {
    font-family: "Bakbak One";
    color: #FF4262;
    font-weight: 500;
    font-size: 26px;

    .normal {
        font-size: 17px;
    }

}

.big-text {
    font-size: 26px;
}

.zoom-effect {
    transform: scale(0.5);
    /* Start with a smaller size */
    opacity: 0;
    /* Invisible */
    transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Zoom to original size and make visible */
.zoom-visible {
    transform: scale(1);
    /* Zoom to original size */
    opacity: 1;
    /* Fully visible */
}

.slide-in {
    transform: translateY(100%);
    /* Initially off the viewport */
    opacity: 0;
    transition: transform 1s ease-out, opacity 0.5s ease-out;
}

.slide-in.visible {
    transform: translateY(0);
    /* Original position */
    opacity: 1;
}

.slide-right-left {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.slide-right-left.blur {
    opacity: 0;
    transform: translateX(100%);
    filter: blur(10px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, filter 1s ease-out;

}

.slide-left-right {
    opacity: 0;
    transform: translateX(-100%);
    filter: blur(10px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, filter 1s ease-out;
}

.slide-right-left.slide-visible-right,
.slide-left-right.slide-visible-right,
.slide-left-right.blur.slide-visible-right {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0)
}


body {
    margin: 0;
    padding: 0;
}

.ribbon-cut-head {
    margin-top: 10px;
    background: linear-gradient(to right, white 0%, white 25%, transparent 100%);
    padding-left: 10px;
    right: 0;
    position: inherit;
    width: 98%;
    height: 62px;
    clip-path: polygon(100% 100%, 100% 0, 0 0, 20px 100%);

}

.ribbon-cut-head-top {
    box-shadow: 0 0 20px #000;

}

.ribbon-cut-head img {
    cursor: pointer;
}

.pwdarea3 {
    transform: skewX(-40deg);
}

.pwdarea2 {
    position: absolute;
    right: 200px;
    background-color: white;
    width: 300px;
    transform: skewX(40deg);
    margin: 0px;
    align-items: center;
    border: 1px solid rgb(193, 193, 193);
    height: 50px;
}

.ribbon-cut-head img {
    padding-top: 10px;
    padding-left: 20px;
}

.header-bottom-drop {
    right: 0;
    height: 56px;
    width: 80%;
    position: absolute;
    top: 52px;
    margin-top: 20px;
    background: linear-gradient(98deg, #f4c619 0%, #c52c8d 50%, #2a8dcf 100%);
    border-radius: 0;
}

.ribbon-cut {
    clip-path: polygon(100% 100%, 100% 0, 0 0, 20px 100%);
}

.synergy-header {
    position: absolute;
    /* or fixed */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
}

.sng-head .dropdown-menu {
    background: linear-gradient(55deg, #96587E, #E05F7D);
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: -0%;
    /* ⬅️ Move dropdown up */
    padding: 15px;
    border: none;
    min-width: 220px;
    margin-top: 0;
    padding-top: 10px;
    left: 0;
    /* or adjust this if needed */
    transform: translateY(-46px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);

}

.sng-head .dropdown-item-custom {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    border-radius: 35px;
    height: 37px;
    color: #6c3483;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;

}

.dropdown-item-custom:hover {
    background: #fff;
    color: #000;
}

.dropdown-item-custom.active {
    background: #ffffff !important;
    color: #000000;
}

.sng-head .dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.sng-head .dropdown-menu li:last-child .dropdown-item-custom {
    margin-bottom: 0;
}

.sng-head .dropdown-item-header {
    background: #ffffff !important;
    color: #7a2c84 !important;
    font-weight: bold;
    height: 39px;
    font-size: 18px;
    padding: 0px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

.dropdown-item-header .arrow {
    font-size: 14px;
    font-weight: bold;
    border: solid #E05F7D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-item-header:hover {
    background-color: #ffffff !important;
}

.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sng-head .dropdown-toggle {
    color: white;
}


.btn.dropdown-toggle {
    font-size: 19px;
}

.btn-connect {
    background: #ff6a00;
    /* Optional gradient */
    color: white;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 30px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-connect:hover {
    opacity: 0.9;
}

.arrow-icon {
    font-size: 1.2em;
}

.bottom-header-content {
    position: absolute;
    top: 79px;
    margin-left: 23%;
    width: 73%;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Remove the default 0.125rem gap */
    top: 100%;
    /* Ensure it starts right under the button */
    left: 0;
}

.main-header-title {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 226px;
    color: white;
    display: flex;
    align-items: flex-end;
    /* push text to bottom */
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
    /* spacing from bottom */
    font-size: 30px;
    font-weight: bold;
}

.header-gradient-line {
    /* or adjust if needed */
    background: linear-gradient(90deg, #F4C619, #F04354, #C52C8D, #616CB9, #2A8DCF);
    height: 4px;
    transform: translateY(-50%) skew(50deg);

    /* Vertical centering with skew */
}

/* Footer */
.footer {
    position: relative;
    margin-top: 12px;
    width: 100%;
}

.footer-background {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.footer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 10px 20px 56px;
    color: #ffffff;
}

.footer-logo {
    width: 258px;
    height: 60px;
    margin-bottom: 38px;
}

.footer-info {
    display: flex;
    flex-direction: column;
}


.contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.contact-details h3 {
    font-family: 'Bakbak One', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 2px;
}

.contact-details p {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

.newsletter-section {
    position: absolute;
    top: 66px;
    right: 20px;
}

.newsletter-title {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 24px;
    color: #9c4d78;
    margin-bottom: 20px;
}

.newsletter-subtitle {
    font-size: 26px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 35px;
    color: #9c4d78;
    margin-bottom: 20px;
}

.newsletter-input {
    background: linear-gradient(270deg, #b86585 0%, #de8f96 100%);
    border-radius: 5px;
    padding: 10px 14px;
    border: none;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.contact-item {
    color: white;
}

.footer-col-2 a {
    color: #9c4d78;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Poppins";
}

.newsletter-input {
    background: linear-gradient(270deg, #b86585 0%, #de8f96 100%);
    border-radius: 5px;
    padding: 10px 14px;
    border: none;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
}

.hx-carousel {
    position: absolute;
    top: 50px;
    width: 100%;
    justify-content: center;
}

.bottom-header-content a {
    font-family: "Poppins";
}

.footer-nav,
.footer-nav2 {
    position: absolute;
    top: 67px;
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.footer-nav a {
    color: #9c4d78;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}



.social-icon {
    width: 26px;
    height: 26px;
}

.footer-bottom {
    position: absolute;
    bottom: 10px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9c4d78;
    border-top: 1px solid #9c4d78;
}

.social-icons .d-flex {
    gap: 5px;
}

footer {
    margin: 0;
    padding: 0;
    width: 100%;
}

footer .footer-bottom {
    font-weight: 600;
}

/* Animated Items Bottom to Top */
.anim-btt-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
}


.anim-btt-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.anim-rtl-item {
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.4s ease-in-out;
}

.anim-rtl-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.left-bg-img,
.right-bg-img {
    height: 80%;
    position: absolute;
    z-index: -999;
}

.left-bg-img {
    left: 0;
}

.right-bg-img {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.gradient-3 {
    background: linear-gradient(to right, #F06F29, #DC003E, #061277);
}

.gradient-5 {
    background: linear-gradient(to right, #F4C619, #F04354, #C52CB9, #616CB9, #2A8DCF);
}

.gradient-6 {
    background: linear-gradient(to bottom, #F99D1F, #ED520D);
}

.gradient-7 {
    background: linear-gradient(to right, #F4C619, #DC4D82);
}

.gradient-dotted-box {
    height: auto;
    position: relative;
    width: 90%;

    .inner-box {
        border-radius: 15px;
        position: relative;
        width: 100%;
        height: calc(100% - 20px);
        margin: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border: 2px dotted #DC003E;
        /* Your border */

    }

    .tr-side {
        right: -20px;
    }

    .bl-side {
        bottom: 0;
    }

    .m-box {
        height: 100px;
        width: 120px;
        position: absolute;
        border-radius: 15px;
    }

    .b-box {
        height: 150px !important;
        width: 170px !important;
        position: absolute;
        border-radius: 15px;
    }
}

.dashed-gradient-container {
    display: inline-block;
    width: auto;
    border-radius: 8px;
    border: 2px dotted #fff;
    background:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(to right, #E25F7E, #4F5687) border-box;
}

.section-1,
.section-2,
.section-3,
.section-4 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    z-index: -999;
}

.all-center {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.title-color {
    color: #FF4262;
}

.bg-1 {
    background: linear-gradient(to top, #6DCEEA 0%, #00B9BA 50%, #005BC2 100%);
}

.bg-2 {
    background: linear-gradient(to top, #F37487, #F23E41);
}

.bg-3 {
    background: linear-gradient(to top, #31BAC9, #DCC73E);
}

.bg-4 {
    background: linear-gradient(to bottom, #F21DA9, #78B3ED);
}

.bg-5 {
    background: linear-gradient(to top, #FF4406, #3A72FF);
}

.bg-6 {
    background: linear-gradient(to top, #F7A3CC, #77F2DB);
}

.bg-7 {
    background: linear-gradient(to bottom, #F67E77, #F0942B);
}

.color-white {
    color: white;
}

.menu-text-head {
    background: linear-gradient(to left, #D35772, #A74E6A);
}

.menu-text-1 {
    background: linear-gradient(to right, #96587E, #E05F7D);
}

.menu-text-2 {
    background: linear-gradient(to right, #795882, #D45E7D);
}

.menu-text-3 {
    background: linear-gradient(to right, #5E5683, #B75D7F);
}

.menu-text-4 {
    background: linear-gradient(to right, #4D5585, #9A5A80);
}

.menu-text-5 {
    background: linear-gradient(to right, #505787, #755680);
}

.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sng-head.dropdown-menu.dropdown-menu-1 {
    background: linear-gradient(-130deg, #E75F7C 0%, #D35E7D 28%, #4D5584 78%, #4F5687 91%, #4D5585 100%);
    animation: rotateY 300ms ease-in-out forwards;
    top: -7px !important;
}

.sng-head a {
    text-decoration: none;
}

@-moz-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@-o-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.menu-1 .dot {
    background: linear-gradient(-130deg, #DB5E7C, #815072);
}

.menu-2 .dot {
    background: linear-gradient(-130deg, #955172, #715782);
}

.menu-3 .dot {
    background: linear-gradient(-130deg, #7B5881, #575683);
}

.menu-4 .dot {
    background-color: #5D4668;
}

.menu-5 .dot {
    background-color: #464E79;
}

.sng-head.dropdown-menu.dropdown-menu-2 {
    width: 470px;
    height: 430px;
    left: -170% !important;
    animation: rotateY 300ms ease-in-out forwards;
    top: -7px !important;
    background-image: url('../icons/cap-menu-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;

    li {
        padding: 0 20px;
    }
}

.sng-head.dropdown-menu.dropdown-menu-3 {
    width: 850px;
    height: 435px;
    left: -260% !important;
    animation: rotateY 300ms ease-in-out forwards;
    top: -7px !important;
    background-image: url('../icons/industries-menu-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;

    li {
        padding: 0 20px;
    }
}

.sng-head.dropdown-menu.dropdown-menu-4 {
    width: 210px;
    height: 160px;
    left: -100% !important;
    font-size: 11px !important;
    animation: rotateY 300ms ease-in-out forwards;
    top: -7px !important;
    padding: 8px 0 !important;
    background-image: url('../icons/career-menu-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;

    li {
        padding: 0 10px;
    }

    .dropdown-item-custom {
        padding: 0 0 0 10px !important;
    }
}

.sng-head.dropdown-menu.dropdown-menu-2 li:nth-child(2) {
    margin-top: 22px;
}

.sng-head.dropdown-menu.dropdown-menu-4 li:nth-child(2) {
    margin-top: 6px;
}

.smart-elements {
    gap: 15px;
}


.simple-smart-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    justify-content: start;
    align-items: center;
    padding-top: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.smart-elements .smart-item {
    width: 232px;
    height: 144px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: green;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1;

    .title-text {
        margin-top: 22px;
        font-size: 23px;
        font-family: "Poppins";
        font-weight: bold;
        color: #061D35;
        position: relative;

        span {
            position: absolute;
            top: -20px;
            font-weight: 500;
            color: #F06F29;
        }
    }

    .desc {
        color: #585858;
        font-family: "Poppins";
        font-size: 15px;
        line-height: 18px;
    }

}

.smart-elements .smart-item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 232px;
    height: 135px;
    border-radius: 8px;
    background: white;
    z-index: -1;
    /* Put it behind the tab content */
}

.smart-item .smart-round-img,
.simple-smart-item .smart-round-img {
    border: 4px solid white;
    border-radius: 50%;
    padding: 15px;
    background-color: white;
    width: 88px;
    height: 88px;
    position: absolute;
    top: -50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.2);
    /* inner shadow */

}

.simple-smart-item .smart-round-img {
    padding: 0;
}

.smart-item .smart-round-img img,
.simple-smart-item .smart-round-img img {
    height: 100%;
    width: 100%;
}

.simple-smart-item .smart-round-img img {
    border-radius: 50%;
    object-fit: cover;
}

.black-gradient {
    position: absolute;
    width: 100%;
    height: 350px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.title-1 {
    font: 29px "Bakbak One";
    color: #FF4262;
}

.carousel-control {
    background-color: transparent;
    border: none;
    padding: 0 40px;
}

.header-bottom-drop img {
    display: none;
}


@media (max-width: 867px) {
    .header-bottom-drop {
        display: none;
    }

    .bottom-header-content {
        display: none;
    }

    .header-bottom-drop img {
        display: block;
    }

}

.text-orange {
    color: #f37021 !important;
}

.orange-bg {
    background-color: #F06F29;
}

/* App Bar */
.mx-mobile-nav {
    background-color: #fff;
    color: #333;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    z-index: 1001;
}

.mx-nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.mx-nav-toggle-icon {
    font-size: 28px;
    cursor: pointer;
    display: none;
    color: #333;
}

.mx-mobile-menu-list {
    list-style: none;
    display: flex;
    gap: 10px;
}

.mx-menu-item .mx-menu-link {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.mobile-footer {
    display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mx-nav-toggle-icon {
        display: block;
    }

    .synergy-header {
        display: none;
    }
    .cap-header {
        height: 220px !important;
    }

    .mx-mobile-menu-list {
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom right, #f9f9f9, #e9ecef);
        border-top: 1px solid #ddd;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 1000;
        overflow-y: auto;
    }

    .mx-mobile-menu-list.mx-menu-active {
        display: flex;
    }

    .mx-menu-item {
        padding: 5px 15px;
        border-bottom: 1px solid #ddd;
    }

    .mx-menu-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333;
    }

    /* Submenu Styling */
    .mx-submenu-list {
        list-style: none;
        margin-top: 8px;
        padding: 10px;
        background-color: #f5f7f9;
        border-radius: 12px;
        display: none;
        flex-direction: column;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .mx-submenu-list.mx-submenu-active {
        display: flex;
    }

    .mx-submenu-item {
        padding: 8px 12px;
        border-radius: 8px;
        transition: background 0.2s;
    }

    .mx-submenu-item:hover {
        background-color: #e9ecef;
    }

    .mx-submenu-link {
        color: #333;
        text-decoration: none;
        font-size: 15px;
    }

    .mx-submenu-arrow {
        margin-left: auto;
        font-size: 20px;
        font-weight: bold;
        color: #555;
    }

    .mobile-footer {
        display: block;
    }
    .mx-btn-connect .mx-submenu-arrow {
        
        color: #fff;
    }
    
}

/* Dot style like your original code */
.mx-dot {
    width: 8px;
    height: 8px;
    background: rgb(187, 16, 87);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

/* Connect button style for demo */
.mx-btn-connect {
    background-color: #F06F29;
    border: none;
    width: 130px;
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.mx-mobile-logo-menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;

    img {
        width: 130px;
    }
}

.mx-menu-link.active, .mx-submenu-link.active {
    color: #ED520D;
}

/* Hide on desktop */
@media (min-width: 769px) {
    .mx-mobile-nav {
        display: none;
    }
    
}

.hx-footer {
    height: 360px;
}

.footer-img {
    width: 100%;
    height: 100%;
}

.footer-col-1 {
    width: 50%;
    margin-left: 60px;
    height: 100%;
}

.footer-col-2,
.footer-col-3 {
    height: 360px;

    a {
        color: #9c4d78 !important;
        text-decoration: none;
        font-weight: 600;
    }
}

.footer-newletter-col {

    width: 320px;
    padding-bottom: 40px;
    height: 290px;
}

.footer-col-bottom {
    padding-bottom: 40px;
    height: 290px;
}

@media (max-width: 990px) {
    .main-header-title {
        height: 100px;
    }

    .hx-footer {
        height: auto;
    }

    .footer-img {
        display: none;
    }

    .main-footer-row {
        flex-direction: column;
    }

    .footer-col-1 {
        background: linear-gradient(to right, #A5537C, #E7AA9B);
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 30px;
    }

    .main-footer-row-2 {

        flex-direction: column;
    }

    .footer-col-2,
    .footer-col-3 {
        height: 100%;
        width: 100%;
    }

    .footer-col-3 {
        padding: 0px 30px 30px 30px;
    }

    .footer-newletter-col {
        width: auto;
        padding: 30px;
    }

    .footer-col-bottom {
        padding-bottom: 20px;
        height: auto;
    }
}