body {
    margin: 0;
    padding: 0;
}

.ribbon-cut-head {
    margin-top: 10px;
    background: linear-gradient(to right, white, transparent);
    padding-left: 10px;
    right: 0;
    position: inherit;
    width: 98%;
    height: 62px;
    clip-path: polygon(100% 100%, 100% 0, 0 0, 20px 100%);
}

.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: 600;
    font-size: 18px;
    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: 36px;
    font-size: 20px;
    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;
    border: solid #E05F7D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-item-header:hover {
    background-color: #ffffff !important;
}

.gradient-text {
    background: linear-gradient(to right, #96587E, #E05F7D);
    -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: 34px;
    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: 360px;
    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;
    gap: 10px;
}

.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: 26px;
    margin-bottom: 4px;
}

.contact-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.newsletter-section {
    position: absolute;
    top: 66px;
    right: 20px;
}

.newsletter-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #9c4d78;
    margin-bottom: 20px;
}

.newsletter-subtitle {
    font-size: 20px;
    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;
}

.footer-nav,
.footer-nav2 {
    position: absolute;
    top: 67px;
    right: 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-icons {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.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;
}

footer {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* 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;
}