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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --red: #B1040E;
    --yellow: #F7C744;
}

.d_none {
    display: none !important;
}

.mobile_floating_footer.common_btn {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    background-color: var(--red);
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 999;
    border-radius: 0;
    transform: translateY(100px);
    transition: 0.3s all;
}

.mobile_floating_footer.common_btn.active {
    transform: translateY(0);
}

body,
input,
button {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

ul {
    list-style: none;
}

p {
    font-size: 16px;
    line-height: 24px;
}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1290px;
    padding: 0 20px;
    margin: 0 auto;
}

section.common_section {
    padding: 80px 0;
}

header {
    padding: 8px 0;
}

header.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fixed_header 0.5s forwards;
    transform: translateY(-100px);
}

@keyframes fixed_header {
    to {
        transform: translateY(0);
    }
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
}

header .container nav ul li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s all;
}

header .container nav ul li a:hover {
    color: var(--red);
}

.common_btn {
    padding: 14px 30px;
    border-radius: 8px;
    color: white !important;
    background-color: var(--red);
    border: solid var(--red) 2px !important;
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
    transition: 0.3s all;
}

.common_btn:hover {
    background-color: transparent;
    color: var(--red) !important;
}

.hero .common_btn:hover {
    border: solid white 2px !important;
    color: white !important;
}

.hero {
    min-height: 850px;
    display: flex;
    align-items: center;
    background-image: url(./assets/hero_banner.png);
    background-size: cover;
    position: relative;
}

.hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
}

.hero .container .content {
    width: 43%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.hero .container .content h1,
.hero .container .content p {
    color: white;
}

.hero .container .content h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
}

.common_heading {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
}

.common_heading span {
    position: relative;
    text-decoration-thickness: 12%;
    text-underline-offset: 5%;
    text-decoration-line: underline;
}

.common_heading span.red {
    color: #B1040E;
}

.common_heading span.white {
    color: white;
}


.common_heading span.yellow_line {
    text-decoration-color: #F7C744;
}

.common_heading span.white_line {
    text-decoration-color: #ffffff;
}




.alumni_legacy .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alumni_legacy .container .content,
.alumni_legacy .container .content ul,
.alumni_legacy .container .content ul li {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.alumni_legacy .container .content {
    gap: 24px;
    width: 50%;
}

.alumni_legacy .container .content ul {
    gap: 40px;
    margin-top: 16px;
}

.alumni_legacy .container .content ul li {
    gap: 24px;
}

.alumni_legacy .container .content ul li h3 {
    color: var(--red);
    font-size: 24px;
    line-height: 32px;
}

.alumni_legacy .container .image {
    width: 42%;
    transform: scale(1.1);
    transform-origin: center left;
}

.community {
    background-color: #F4F4F4;
}

.community .container,
.community .container .content {
    display: flex;
    flex-direction: column;
}

.community .container {
    gap: 40px;
    align-items: center;
}

.community .container .content {
    gap: 24px;
    width: 80%;
    text-align: center;
}

.community .container .cards {
    display: flex;
    gap: 30px;
}

.community .container .cards .card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(100% / 3 - 20px);
}

.community .container .cards .card img {
    border-radius: 8px;
}

.sharper_minds .container {
    display: flex;
    justify-content: space-between;
}

.sharper_minds {
    background-color: var(--red);
}

.sharper_minds .container .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sharper_minds .container .content h2,
.sharper_minds .container .content p {
    color: white;
}

.sharper_minds .container .slider-container {
    width: 42%;
}

.sharper_minds .container .video {
    width: 100%;
    position: relative;
}

.sharper_minds .container .video img {
    border-radius: 16px;
}

.sharper_minds .owl-stage-outer {
    z-index: 999;
}

.sharp_mind_carousel {
    position: relative;
}

.sharp_mind_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: scale(1.3) translateY(-50%);
    ;
}

.sharp_mind_carousel .owl-nav button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid white 2px !important;
    border-radius: 100px;
    padding: 0;
}

.sharp_mind_carousel .owl-nav button span {
    font-size: 30px;
    color: white;
    position: relative;
    top: -2px;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #47D7FF;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    animation: play_icon 0.5s infinite alternate linear;
    transition: 0.3s all;
    cursor: pointer;
}

.play_icon:hover {
    background-color: #28b7df;
}

@keyframes play_icon {
    to {
        transform: translate(-50%, -50%) scale(0.95);
    }
}

.play_icon img {
    width: 40px;
    max-width: 40px;
}

.achievements {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.achievements .container .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    width: 55%;
    margin: auto;
}

.achievements .slider-container {
    padding-left: calc((100vw - 1270px) / 2);
}

.achievements .slider-container .item {
    display: flex;
    gap: 6px;
    align-items: center;
}

.achievements .slider-container .item .slider_image {
    width: 44%;
}

.achievements .slider-container .item .slider_image img {
    border-radius: 16px 0 0 16px;
}

.achievements .slider-container .item .slider_content {
    width: 56%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    align-items: flex-start;
    padding: 24px;
}


.achievements .slider-container .item .slider_content .name {
    font-weight: 700;
}

.achievements .slider-container .item .slider_content .award {
    padding-bottom: 8px;
    border-bottom: solid black 1px;
}

.achievements .slider-container .item .slider_content .year {
    display: flex;
    gap: 8px;
}

.achievements .slider-container .item .slider_content .year img {
    width: 24px;
}

.achievements .slider-container .owl-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 26px;
    margin-left: calc((100vw - 1270px) / -2);
}

.achievements .slider-container .owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--yellow);
    transition: 0.3s all;
}

.achievements .slider-container .owl-dots button.active {
    width: 80px;
}

.join_sip {
    background-color: var(--yellow);
}

.join_sip .container {
    display: flex;
    gap: 30px;
    align-items: center;
}

.join_sip .container .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.join_sip .container .content form {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.join_sip .container .content form input {
    padding: 16px;
    border: solid var(--red) 1px;
    border-radius: 8px;
    background: transparent;
    color: black;
    font-size: 16px;
    width: 100%;
}

.join_sip .container .content form button {
    font-size: 16px;
    cursor: pointer;
}


.join_sip .container .content form input::placeholder {
    color: black;
    opacity: 1;
}

.join_sip .container .image {
    width: 50%;
}

.join_sip .container .image,
.join_sip .container .image div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.join_sip .container .image {
    transform: scale(1.1);
    transform-origin: center left;
}

.join_sip .container .image div {
    flex-direction: column;
}

.join_sip .container .image div img {
    border-radius: 16px;
}

.faq .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 850px;
    position: relative;
    z-index: -1;
}

.faq .container .accordion {
    width: 100%;
}

.faq .container .accordion .accordion-item {
    padding: 16px 0;
    border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
}

.faq .container .accordion .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq .container .accordion .accordion-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.faq .container .accordion .accordion-header.active {
    color: var(--red);
}

.faq .container .accordion .accordion-header .toggle-icon {
    transition: 0.3s all;
}

.faq .container .accordion .accordion-header.active .toggle-icon {
    transform: rotate(-180deg);
}

.faq .container .accordion .accordion-header.active h3 {
    font-weight: 700;
}

.faq .container .accordion .accordion-content {
    margin-top: 16px;
}

footer {
    min-height: 90vh;
    background-image: url(./assets/footer_img.webp);
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
}

footer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), rgba(0, 0, 0, 0) 50% / cover no-repeat;
}

footer .container {
    position: relative;
    z-index: 2;
    height: fit-content;
}

footer .container .content {
    display: flex;
    justify-content: space-between;
}

footer .container .content .address,
footer .container .content .contact li span,
footer .container .content .contact li a,
footer .container .content .social_links h4,
footer .container .copyrights p,
footer .container .copyrights ul li a {
    font-weight: 700;
    color: white;
}

footer .container .content .contact,
footer .container .content .social_links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .container .content .logo {
    width: 238px;
}

footer .container .content .contact li a,
footer .container .copyrights ul li a {
    text-decoration: none;
    transition: 0.3s all;
}

footer .container .content .contact li a:hover,
footer .container .copyrights ul li a:hover {
    color: var(--yellow);
}

footer .container .content .contact li span {
    margin-right: 5px;
}

footer .container .content .social_links ul {
    display: flex;
    gap: 30px;
}

footer .container .content .social_links ul li img {
    height: 26px;
    transition: 0.3s all;
}

footer .container .content .social_links ul li a {
    transition: 0.3s all;

}

footer .container .content .social_links ul li a:hover img {
    transform: scale(1.05);
}

.copyrights {
    margin-top: 40px;
    padding: 24px 0 18px 0;
    display: flex;
    justify-content: space-between;
    border-top: dashed 1px white;
    align-items: flex-end;
}

footer .container .copyrights p a {
    color: white;
    text-decoration: none;
    transition: 0.3s all;
}

footer .container .copyrights p a:hover {
    color: var(--yellow);
}

footer .container .copyrights ul {
    display: flex;
}

/* footer .container .copyrights ul li:nth-child(2){
    padding-left: 5px;
    margin-left: 5px;
    border-left: solid white 1px;
} */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    place-items: center;
}

.popup.active {
    display: grid;
}

.popup .empty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.popup_content {
    width: 100%;
    max-width: 800px;
    position: relative;
    z-index: 3;
}

.popup_content .popup_close_btn {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: var(--red);
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 2px;
    display: grid;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.thank_you {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.thank_you svg {
    width: 100px;
}

.thank_you svg path {
    fill: green;
}

iframe {
    width: 100% !important;
    aspect-ratio: 1.6;
}

@media screen and (min-width: 1201px) {
    .mobile_floating_footer {
        display: none;
    }

    header .container nav .close_btn {
        display: none;
    }

}

@media screen and (min-width: 1920px) {
    .achievements .owl-stage {
        margin-left: -65px !important;
    }
}

@media screen and (max-width: 1200px) {

    .sharper_minds .container .slider-container {
        width: 100%;
        max-width: 500px;
    }

    footer {
        min-height: auto;
        padding-top: 50px;
    }

    footer::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), rgba(0, 0, 0, 0.5) 50% / cover no-repeat;
    }

    footer .container .content {
        flex-direction: column;
        gap: 24px;
    }



    .faq .container {
        gap: 30px;
    }

    .join_sip .container {
        flex-direction: column;
    }

    .join_sip .container .image {
        transform: scale(1);
        display: none;
    }

    .join_sip .container .content form {
        width: 100%;
        max-width: 600px;
        align-items: center;
        margin-top: 6px;
    }

    .join_sip .container .content {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 700px;
    }

    .common_section.achievements {
        padding: 50px 20px 80px 20px;
        gap: 30px;
    }

    .common_section.achievements .container {
        padding: 0;
    }

    .achievements .slider-container .item .slider_image img {
        border-radius: 16px;
    }

    .achievements .container .content,
    .join_sip .container .content,
    .join_sip .container .image {
        width: 100%;
    }

    .achievements .slider-container .item {
        flex-direction: column;
    }

    .achievements .slider-container .item .slider_image,
    .achievements .slider-container .item .slider_content {
        width: 100%;
    }

    .achievements .slider-container .owl-dots {
        margin-left: 0;
        margin-top: 30px;
    }

    .achievements .slider-container .item .slider_content {
        padding: 0;
        margin-top: 16px;
    }

    .sharper_minds .container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .sharper_minds .container .content {
        gap: 24px;
        align-items: center;
        text-align: center;
    }

    .sharper_minds .container .content,
    .sharper_minds .container .video {
        width: 100%;
    }

    .community .container .content {
        width: 100%;
    }

    .community .container .cards .card {
        width: calc(100% / 3 - 10px);
        gap: 16px;
    }

    .community .container .cards {
        gap: 20px;
    }

    .community .container {
        gap: 30px;
    }

    .common_heading {
        font-size: 48px;
        line-height: 56px;
    }

    .alumni_legacy .container .content ul li {
        gap: 16px;
    }

    .alumni_legacy .container .content ul {
        gap: 24px;
    }

    section.common_section {
        padding: 50px 0;
    }

    .alumni_legacy .container .image {
        transform: scale(1);
    }

    .alumni_legacy .container .content,
    .alumni_legacy .container .image {
        width: 100%;
    }

    .alumni_legacy .container {
        flex-direction: column;
    }

    /* .desktop_break{
    display: none;
    } */
    .hero .container .content {
        width: 800px;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    header nav {
        position: fixed;
        height: 100vh;
        width: 300px;
        z-index: 9;
        top: 0;
        right: 0;
        background-color: white;
        padding: 100px 20px 20px 20px;
        border-left: solid var(--red) 1px;
        transform: translateX(100%);
        transition: 0.3s ease-in-out;
    }

    header nav.active {
        transform: translateX(0);
    }

    header .container nav ul {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    header .container nav .close_btn {
        padding: 8px;
        background-color: var(--red);
        width: fit-content;
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 4px;
        display: flex;
    }

    header .container nav .close_btn img {
        width: 20px;
    }

    header .container .menu_btn {
        padding: 8px;
        background-color: var(--red);
        width: fit-content;
        border-radius: 4px;
        display: flex;
    }
}

@media screen and (max-width: 767px) {

    .popup_content {
        width: 90%;
        max-width: unset;
        position: relative;
        z-index: 3;
    }

    section.common_section.sharper_minds {
        padding-bottom: 120px;
    }

    .sharp_mind_carousel .owl-nav {
        top: unset;
        bottom: -70px;
        width: 100%;
        justify-content: center;
        transform: none;
        margin: auto;
        gap: 20px;
    }


    .play_icon {
        width: 40px;
        height: 40px;
    }

    .play_icon img {
        width: 20px;
        max-width: 20px;
    }

    .popup {
        padding: 0 20px;
    }

    .popup_content .popup_close_btn {
        width: 22px;
        height: 22px;
        padding: 5px;
    }


    .copyrights {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .faq .container .accordion .accordion-header h3 {
        font-size: 18px;
        line-height: 24px;
        padding-right: 16px;
    }

    .community .container .cards {
        flex-direction: column;
        gap: 20px;
    }

    .community .container .cards .card {
        width: 100%;
    }

    .common_heading {
        font-size: 30px;
        line-height: 38px;
    }

    .alumni_legacy .container .content ul li {
        gap: 10px;
    }

    .alumni_legacy .container .content ul {
        margin-top: 6px;
    }

    .hero .container .content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .hero .container .content {
        width: 100%;
        gap: 16px;
    }

    header .container .logo img {
        width: 180px;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    header .container nav ul {
        gap: 24px;
    }
}


@media (min-width: 1025px) {
    .menu_btn {
        display: none;
    }

    nav {
        position: static;
        height: auto;
        box-shadow: none;
        padding: 0;
        display: flex !important;
    }

    nav .close_btn {
        display: none;
    }
}

/* Autocomplete Styles */
.autocomplete-wrapper {
    position: relative;
    width: 100%;
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.suggestion-item:active {
    background-color: #e0e0e0;
}

/* Form Input and Select Styles */
.join_sip form input[type="text"],
.join_sip form input[type="email"],
.join_sip form input[type="tel"],
.join_sip form select {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #B1040E;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Select wrapper for custom arrow */
.select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.join_sip form select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right: 45px;
    margin-bottom: 0;
}

/* Custom dropdown arrow */
.select-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotate arrow when dropdown is open */
.select-wrapper.open .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Arrow SVG styling */
.select-arrow svg {
    width: 12px;
    height: 8px;
}

.select-arrow svg path {
    stroke: #333;
    stroke-width: 2;
}

.join_sip form input[type="text"]:focus,
.join_sip form input[type="email"]:focus,
.join_sip form input[type="tel"]:focus,
.join_sip form select:focus {
    outline: none;
    /* border-color: #249829; */
    box-shadow: 0 0 0 3px rgba(36, 152, 41, 0.1);
}

.join_sip form select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

.join_sip form select option {
    padding: 10px;
    font-size: 16px;
}

.join_sip form input::placeholder {
    color: #999;
}

/* Autocomplete wrapper */
.join_sip form .autocomplete-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.join_sip form .autocomplete-wrapper input {
    margin-bottom: 0;
}

/* Autocomplete Suggestions */
.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background-color: #f8f8f8;
}

.suggestion-item:active {
    background-color: #e8e8e8;
}

/* Mobile
 Verification Styles */
.mobile-verify-wrapper {
    position: relative;
    width: 100%;
}

.mobile-input {
    padding-right: 90px !important;
}

.verify-btn {
    position: absolute;
    right: 5px;
    top: 25px;
    transform: translateY(-50%);
    padding: 8px 16px;
    background: #249829;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.verify-btn:hover:not(:disabled) {
    background: #1d7a21;
}

.verify-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}



.verify-status {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.otp-input-field {
    display: none;
}

/* Occupation Select Styles */
.occupation-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.occupation-select-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
    z-index: 1001;
}

.occupation-trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #B1040E;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.occupation-placeholder {
    color: #000;
}

.occupation-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* Rotate occupation arrow when dropdown is open */
.occupation-dropdown-open .occupation-arrow {
    transform: rotate(180deg) !important;
}

/* Occupation arrow SVG styling */
.occupation-arrow svg {
    width: 12px;
    height: 8px;
}

.occupation-arrow svg path {
    stroke: #333;
    stroke-width: 2;
}

.occupation-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #B1040E;
    border-radius: 0 0 8px 8px;
    margin-top: 0px;
    z-index: 1002;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-top: none;
}



.occupation-search {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.occupation-options {
    max-height: 200px;
    overflow-y: auto;
}

/* Additio
nal utility classes */
.d-none {
    display: none !important;
}

.otp-input-visible {
    display: block !important;
}

.occupation-selected {
    color: #000 !important;
}

.occupation-dropdown-open {
    display: block !important;
}

/* To
ast Notification */
.toast-notification {
    position: fixed;
    top: 85px;
    right: 25px;
    padding: 14px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
    animation: slideInUp 0.3s ease;
    max-width: 400px;
    word-wrap: break-word;
}

.toast-notification.hide {
    animation: slideOutDown 0.3s ease forwards;
}

@media screen and (min-width: 120px) and (max-width: 767px) {
    .toast-notification {
        top: 50px;
        right: 15px;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(40px);
        opacity: 0;
    }
}

.btn-thank {
    margin-top: 4px;
}

/* OTP Timer */
.otp-timer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #666;
    margin-top: -22px;
    margin-bottom: -7px;
}

.otp-timer.show {
    display: block;
    text-align: end;
}

.otp-timer .resend-link {
    color: #249829;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-weight: 600;
}

.otp-timer .resend-link:hover {
    color: #1d7a21;
}


/* OTP T
imer */
.otp-timer {
    display: none;
    font-size: 14px;
    color: #666;
    margin-top: -22px;
    margin-bottom: -7px;
    text-align: right;
    justify-content: flex-end;
}

.otp-timer.show {
    display: flex;
}

.otp-timer .resend-link {
    color: #249829;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

.otp-timer .resend-link:hover {
    color: #1d7a21;
}

/* Mobile Action Buttons */
.mobile-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: -22px;
    margin-bottom: -7px;
    width: 100%;
}

.edit-mobile-btn,
.cancel-mobile-btn {
    display: none;
    background: transparent;
    border: none;
    color: #249829;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.edit-mobile-btn.show,
.cancel-mobile-btn.show {
    display: inline-block;
}

.edit-mobile-btn:hover,
.cancel-mobile-btn:hover {
    color: #1d7a21;
}

.cancel-mobile-btn {
    color: #ef4444;
    position: relative;
}

.cancel-mobile-btn:hover {
    color: #dc2626;
}

/* .cancel-mobile-btn::before {
    content: "×";
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
} */


/* 
City Other Autocomplete */
.city-other-wrapper {
    position: relative;
    width: 100%;
}

.city-other-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.city-other-suggestions.show {
    display: block;
}

.city-other-suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
}

.city-other-suggestion-item:last-child {
    border-bottom: none;
}

.city-other-suggestion-item:hover {
    background-color: #f8f8f8;
}

/* Form Field Validation Errors */
.form-field {
    position: relative;
    margin-bottom: 15px;
}

.form-field input {
    margin-bottom: 0 !important;
}

.field-error {
    display: none;
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
}

.field-error.show {
    display: block;
}

/* option {
    max-height: 100px !important;
    overflow-y: auto;
} */

/* State Custom Dropdown - Matches Current UI Exactly */
.state-wrapper {
    position: relative;
    width: 100%;
    /* margin-bottom: 15px; */
}

.state-select-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.state-trigger {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #B1040E;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 45px;
}

.state-trigger:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 152, 41, 0.1);
}

.state-placeholder {
    color: #000;
    flex: 1;
}

.state-selected {
    color: #000 !important;
}

.state-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* Rotate state arrow when dropdown is open */
.state-dropdown-open .state-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.state-arrow svg {
    width: 12px;
    height: 8px;
}

.state-arrow svg path {
    stroke: #333;
    stroke-width: 2;
}

.state-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #B1040E;
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 10000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    max-height: 200px;
    overflow: hidden;
}

.state-dropdown-open {
    display: block !important;
}

.state-options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.state-options>div {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
    font-size: 16px;
    color: #333;
}

.state-options>div:last-child {
    border-bottom: none;
}

.state-options>div:hover {
    background-color: #f8f8f8;
}

/* City Custom Dropdown - Same UI as State Dropdown */
.city-wrapper {
    position: relative;
    width: 100%;
    /* margin-bottom: 15px; */
}

.city-select-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.city-trigger {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #B1040E;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 45px;
}

.city-trigger.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.city-trigger:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 152, 41, 0.1);
}

.city-placeholder {
    color: #000;
    flex: 1;
}

.city-selected {
    color: #000 !important;
}

.city-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* Rotate city arrow when dropdown is open */
.city-dropdown-open .city-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.city-arrow svg {
    width: 12px;
    height: 8px;
}

.city-arrow svg path {
    stroke: #333;
    stroke-width: 2;
}

.city-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #B1040E;
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    max-height: 200px;
    overflow: hidden;
}

.city-dropdown-open {
    display: block !important;
}

.city-options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.city-options>div {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
    font-size: 16px;
    color: #333;
}

.city-options>div:last-child {
    border-bottom: none;
}

.city-options>div:hover {
    background-color: #f8f8f8;
}

.city-options>div.others-option {
    font-style: italic;
    color: #666;
}