.custom-row {
    padding-left: 36px;
    padding-right: 36px;
    align-items: center; /* vertically center on desktop */
}

.custom-img {
    width: 100%;
    max-width: 488px;
    height: auto;
    margin-left: 80px; /* space between text & image (desktop) */
    object-fit: cover;
}

/* First Heading */
.heading-lg {
    font-weight: 900;
    font-size: 40px;
    line-height: 60%;
    margin-bottom: 20px;
    color: #EC6625;
    font-family:'Mulish';

}

/* Second Heading */
.heading-md {
    font-weight: 900;
    font-size: 35px;
    line-height: 60%;
    margin-bottom: 20px;
    font-family: 'Mulish';
}

/* Paragraph */
.custom-text {
    font-family: var(--font-Mulish-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .custom-row {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }

    /* Left side content */
    .col-md-6.col-12:first-child {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Image */
    .custom-img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        /* width: calc(100% - 32px); */ /* 16px gap on both sides */
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .heading-lg {
        font-size: 36px;
        line-height: 38px;
    }

    .heading-md {
        font-size: 28px;
        line-height: 38px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 26px;
    }

    .header-container {
        padding-bottom: 0px;
    }
}

.header-container {
    padding-bottom: 0px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}





/* Section Blue */

.section-blue {
    background-color: #012B52;
    padding: 6.25rem 5% 3rem 4%;
    text-align: center;
}

.blue-heading-sm {
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    /* margin-bottom: 20px; */
    color: #ffffff; /* white text for dark background */
}

.blue-heading-lg {
    font-weight: 800;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0;
    margin: 0;
    color: #ffffff;
}



/* Start Menu Container */
.menu-container {
    background: #FAFAFA;
    padding: 6px 10px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    overflow-x: auto; /* allows horizontal scroll on very small screens */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

/* Tabs */
.menu-tab {
    flex: 1 1 auto;
    padding: 10px 8px;
    margin: 4px;
    text-align: center;
    font-size: 0.9rem;
    white-space: nowrap;
    border: 1px solid #EEEEEE;
    color: #424242;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease;
    position: relative;
    z-index: 0;
}

    .menu-tab:hover {
        border: 1px solid transparent;
    }

    .menu-tab.active {
        transition: color 0.5s ease, background 0.5s ease;
        color: #fff !important;
        border: 0.7px solid transparent;
        background: #EC6625;
    }

/* Sliding background */
.menu-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #EC6625;
    border-radius: 6px;
    transition: all 0.3s ease;
    z-index: 0;
}
@media (max-width: 768px) {
    #desktopViewDropBtn {
        display: none;
    }
    #MobViewDropBtn {
        display: block;
    }
}
@media (min-width: 769px) {
    #MobViewDropBtn {
        display: none !important;
    }
    #desktopViewDropBtn {
        display: block;
    }

}


/* ✅ Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .menu-slider {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #EC6625;
        border-radius: 6px;
        transition: all 0.3s ease;
        z-index: 0;
    }

    .menu-container {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .menu-tab {
        flex: 0 0 auto; /* don’t shrink, allow horizontal scrolling */
        font-size: 0.85rem;
        padding: 8px 14px;
    }




        /* hide all default menu tabs */
        .menu-tab.desktop-only {
            display: block;
        }

    a.menu-tab.desktop-only {
        display: none;
        width: 100%;
    }





    /* show only 3 special tabs */
    .menu-tab.mobile-only {
        display: inline-block !important;
    }
}

@media (max-width: 480px) {
    .menu-tab {
        font-size: 0.8rem;
        padding: 7px 12px;
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 480px) {
    .menu-tab {
        font-size: 0.8rem;
        padding: 7px 12px;
    }
}

.left-heading-lg {
    font-weight: 800; /* ExtraBold */
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #FFF; /* optional */
    text-align: left;
}

.left-heading-sm {
    font-weight: 400; /* Regular */
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
    color: #FFF; /* optional */
    text-align: left;
}

h2:before {
    margin: 0px !important;
    display: none;
}




/* Start Three Card Css */

.stage-card {
    background-color: #003366;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
    text-align: left;
    height: 100%;
    cursor: pointer;
    display: block;
    position: relative;
}

    .stage-card input[type="radio"] {
        display: none; /* hide default radio */
    }

.stage-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.stage-card input[type="radio"]:checked + .stage-radio {
    border-color: #EC6625;
}

    .stage-card input[type="radio"]:checked + .stage-radio::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #EC6625;
    }

.stage-title {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.stage-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 33px;
    color: #FFF;
}

/* End Three Card Css */



/* Start Recommended Solutions Section */

/* Heading */
.rec-heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 0px 0;
    color: #EC6625;
    padding-left: 8px;
}

/* Button */
.rec-btn {
    width: 90px;
    height: 36px;
    padding: 8px 5px;
    border-radius: 8px;
    border: none;
    background-color: #01A252; /* you can change color */
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
    margin-right: 10px;
}

.rec-sol-section {
    padding: 10px 10px 20px 10px;
    background: #FFF;
    border-radius: 12px;
    /* margin-left: 30px;
  margin-right: 30px; */
    width: 101%;
    /* margin: 0 0px 0 -10px; */
}

.custom-card {
    background: #FAFAFA;
    width: 280px;
    height: 278px;
    padding: 24px 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 12px 0px #00000014;
    position: relative;
    margin-top: 60px; /* to make space for image */
    text-align: center;
}

    .custom-card img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        left: 20%;
        transform: translateX(-50%);
    }

    .custom-card h5 {
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        margin-top: 25px;
        text-align: left;
    }

    .custom-card p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        margin-top: 12px;
        text-align: left;
    }

/* .left-img {
    width: 96%;
    max-width: none;
    margin-
    left: 15px;
    } */

.left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px; /* match left side */
    display: block;
}

.rec-sol-section .img-fluid {
    max-width: 96%;
    margin-top: 13px;
    margin-left: 18px;
}

.m-t-22 {
    margin-top: 22px;
}



/* Default styles (desktop first) */
.desktop-img {
    width: 100%;
    height: auto; /* keep natural height */
    object-fit: cover;
    border-radius: 12px 0 0 12px;
    display: block;
    align-self: flex-start; /* force align at top inside flex */
}

.mobile-img {
    display: none; /* hidden by default */
}

/* Mobile view */
@media (max-width: 767px) {
    .desktop-img {
        display: none; /* hide desktop img */
    }

    .mobile-img {
        display: block; /* show mobile img */
        width: 311px;
        height: 200px;
        border-radius: 24px;
        margin: 0 auto; /* center on screen */
        object-fit: cover;
    }

    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

    .rec-sol-section .img-fluid {
        max-width: 92%;
        margin-top: 10px;
        margin-left: 12px;
    }

    .rec-btn {
        display: none;
    }

    .rec-heading {
        font-size: 22px;
    }
}



/* End Recommended Solutions Section */


.orange-section {
    background-color: #ec6625; /* adjust orange shade */
}

    /* Main Heading */
    .orange-section h1 {
        font-weight: 800;
        font-size: 56px;
        line-height: 64px;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        /* margin-bottom: 20px; */
    }

    /* Sub Headings (h4) */
    .orange-section h4 {
        font-weight: 800;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        margin-bottom: 15px;
    }

    /* Paragraph Text */
    .orange-section p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
    }



/* Animate Icons */

/* Floating + rotating animation */
@keyframes rotateSlight {
    0% {
        transform: rotate(0deg) translateY(10px); /* start slightly down */
    }

    20% {
        transform: rotate(-10deg) translateY(-10px); /* tilt left + move up */
    }

    50% {
        transform: rotate(-10deg) translateY(-10px); /* pause up */
    }

    70% {
        transform: rotate(0deg) translateY(10px); /* back down */
    }

    100% {
        transform: rotate(0deg) translateY(10px); /* pause down */
    }
}

/* Shadow animation with new color transition */
@keyframes shadowPulse {
    0% {
        transform: scaleX(1);
        opacity: 0.6;
        background: #903501; /* darker when down */
    }

    20% {
        transform: scaleX(0.7);
        opacity: 0.35;
        background: #b44501; /* lighter when up */
    }

    50% {
        transform: scaleX(0.7);
        opacity: 0.35;
        background: #b44501;
    }

    70% {
        transform: scaleX(1.2);
        opacity: 0.7;
        background: #903501; /* back to dark */
    }

    100% {
        transform: scaleX(1.2);
        opacity: 0.7;
        background: #903501;
    }
}





/* Container for icon + shadow */
.icon-wrap {
    position: relative;
    display: inline-block;
}

/* Apply float + tilt */
.rotate-icon {
    animation: rotateSlight 2.4s ease-in-out infinite;
}

/* Shadow element */
.icon-shadow {
    position: absolute;
    /* bottom: 122px; */
    left: 40%;
    width: 100px;
    height: 7px;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: shadowPulse 2.4s ease-in-out infinite;
    z-index: 9; /* keeps shadow under image */
}







/* Start Need Help Section */

.section-white {
    background-color: #FFF;
    padding: 4.0rem 0.938rem 6.25rem 0.938rem; /* top-bottom 100px, left-right 15px */
    text-align: center;
}

.need-help-section {
    position: relative;
    padding: 48px;
    margin: 0 auto;
    width: 90%;
    border-radius: 16px;
    overflow: hidden; /* hide overflow so it stays clean */
    z-index: 1;
}

    /* Background layer */
    .need-help-section::before {
        content: "";
        position: absolute;
        top: -10%;
        left: -10%;
        width: 120%;
        height: 120%;
        background-image: url(../images/need-help-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        transform-origin: center center;
    }

/* Smooth infinite rotation */
@keyframes rotateBackground {
    0% {
        transform: rotate(0deg) scale(1.2); /* scale keeps edges hidden */
    }

    100% {
        transform: rotate(360deg) scale(1.2);
    }
}


.need-help-row {
    background: #fff;
    padding: 50px 5px 50px 70px;
    border-radius: 16px; /* optional, for smooth edges */
    width: 79%;
    margin: 0 auto 0 6.4%;
}

.need-help-heading {
    font-weight: 800;
    font-size: 37px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #000; /* visible on white */
    text-align: left;
}

.need-help-btn {
    background-color: #EC6625;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    float: left;
}

    .need-help-btn:hover {
        background-color: #d9551b;
        color: #fff;
    }

.need-help-img {
    width: 324px;
    height: 216px;
    object-fit: cover;
    opacity: 1;
}





/* End Need Help Section */






/* Modal custom padding */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(0 0 0 / 81%); /* Black w/ opacity */
}

.modal-body-content {
    padding: 20px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 45%;
    max-width: 600px; /* optional for large screens */
    border-radius: 20px;
    position: relative;
    top: -10%;
    box-sizing: border-box; /* ensures padding is included in width */
}

/* The Close Button */
.close {
    color: #E3530F;
    /* float: right; */
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 0px;
    width: 29px;
    border: 1px solid #E3530F;
    right: 15px;
    top: 22px;
    position: absolute;
    opacity: 1;
    background: #FFF;
    border-radius: 8px;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.orange-btn {
    background-color: #ec6625;
    color: #FFF;
    padding: 12px 60px 12px 60px;
    font-size: 14px;
    border-radius: 10px;
    width: auto;
    font-family: var(--font-Mulish-light);
    display: inline-block;
}

    .orange-btn:hover {
        color: #FFF;
    }


.modal-content .modal-header {
    background: #FFF1EA;
    border-bottom: none;
    margin: 0; /* remove negative margins */
    width: 100%; /* take full width of modal-content */
    border-radius: 20px 20px 0 0; /* only top corners rounded */
    flex: none;
    box-sizing: border-box; /* ensures alignment stays perfect */
}

    .modal-content .modal-header img {
        margin: 0 auto;
    }


.contact-heading {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #212121;
    font-weight: 800;
    font-size: 22px;
}


.modal-content label {
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 8px;
}

.modal-content .form-control {
    width: 97%;
    height: 35px;
    min-height: 35px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 4px;
    border-width: 1px;
    padding: 12px;
    font-size: 14px;
}


.modal-content textarea.form-control {
    height: 70px;
}


.orange-submit-btn {
    background-color: #ec6625;
    color: #FFF;
    padding: 12px 60px 12px 60px;
    font-size: 14px;
    border-radius: 10px;
    width: auto;
    font-family: var(--font-Mulish-light);
    display: inline-block;
    float: right;
    margin-right: 22px;
    margin-top: 20px
}

    .orange-submit-btn:hover {
        color: #FFF;
    }


.small-modal {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35% !important;
    border-radius: 20px;
    position: relative;
    top: -10%;
}

.modal-content p {
    text-align: left;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
}

.p-b-0f {
    padding-bottom: 0px !important;
}







.rec-sol-section {
    display: none;
}
    /* Hide all by default */
    .rec-sol-section.active {
        display: block;
    }

.menu-tab.active {
    font-weight: bold;
    /* border-bottom: 2px solid #012B52; */
}




/* Start Timer Animation */

/* Reverse floating + horizontal flipping */
@keyframes flipHorizontalFloatReverse {
    0% {
        transform: rotateY(0deg) translateY(0); /* start normal at top */
    }

    20% {
        transform: rotateY(180deg) translateY(-10px); /* flip + move down */
    }

    50% {
        transform: rotateY(180deg) translateY(-10px); /* hold flipped at bottom */
    }

    70% {
        transform: rotateY(0deg) translateY(0); /* flip back + move up */
    }

    100% {
        transform: rotateY(0deg) translateY(0); /* hold normal at top */
    }
}

/* Apply to your image */
.timer-img {
    animation: flipHorizontalFloatReverse 2.4s ease-in-out infinite;
    transform-style: preserve-3d;
    display: inline-block;
    margin-top: -10px;
    margin-left: 20px;
}

.m-t-35 {
    margin-top: 35px;
}

.left-img-icon {
    margin-top: 10px;
}

.left-rotate-icon-rev {
    margin-top: -7px;
}





/* Floating + diagonal rotate swing */
@keyframes rotateSlightReverse {
    0% {
        transform: rotate(0deg) translateY(10px); /* start slightly down */
    }

    20% {
        transform: rotate(10deg) translateY(-10px); /* tilt right + move up */
    }

    50% {
        transform: rotate(10deg) translateY(-10px); /* pause up */
    }

    70% {
        transform: rotate(0deg) translateY(10px); /* back down */
    }

    100% {
        transform: rotate(0deg) translateY(10px); /* pause down */
    }
}

.rotate-icon-reverse {
    animation: rotateSlightReverse 2.4s ease-in-out infinite;
}


/* End Timer Animation */




@media (max-width: 767px) {

    .left-img-icon {
        float: left;
        position: relative;
        width: 20%;
    }

    .icon-shadow {
        position: absolute;
        left: 12%;
        top: 107%;
        width: 80%;
    }

    .con-right {
        float: right;
    }

    .rotate-icon {
        margin-top: -20% !important;
    }

    .orange-section p {
        font-size: 11px;
        text-align: left;
        width: 90%;
        margin-left: 7%;
        line-height: 17px;
    }

    .orange-section h4 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 4px;
        padding-left: 6%;
    }


    .timer-img {
        position: absolute;
        margin-top: -60% !important;
        left: -31%;
        margin-top: 35%;
    }

    .left-img-icon-timer {
        float: left;
        position: relative;
        width: 20%;
        position: relative;
        margin-top: 25px;
    }

        .left-img-icon-timer .icon-shadow {
            margin-top: 33% !important;
        }




    .left-rotate-icon-rev {
        float: left;
        position: relative;
        width: 20%;
        position: relative;
        margin-top: 23px;
    }


        .left-rotate-icon-rev .icon-shadow {
            margin-top: 41% !important;
            position: absolute;
        }

    .rotate-icon-reverse {
        position: absolute;
        margin-top: -69%;
    }

    .orange-section h1 {
        font-size: 25px;
    }

    .m-none-mob {
        margin: 0px !important;
    }

    .p-none-mob {
        padding: 0px !important;
    }

    .m-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.p-0 {
    padding: 0px;
}



.p-l-20 {
    padding-left: 20px;
}

.m-l-m14 {
    margin-left: -14px;
}

.m-r-m10 {
    margin-right: -10px;
}


.three-column #earlystage {
    padding-left: 10px;
}

.three-column #enterprise {
    padding-right: 0px;
}

.w-98p {
    width: 95%;
    margin: 0 auto;
}

.form-group .ind-dropdown {
    width: 97%;
    height: 37px;
    min-height: 35px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 4px;
    border-width: 1px;
    padding: 7px 12px 10px 12px;
    font-size: 14px;
}

.col-md-8 {
    align-self: flex-start; /* forces top alignment */
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Start Need Help Background Animation */

.card-bg-animate {
    position: relative;
    width: 90%;
    height: 410px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 48px;
    margin: 0 auto;
    z-index: 1;
}

.circles-animate {
    position: absolute;
    inset: 0;
    pointer-events: none;
    filter: blur(100px);
    z-index: 1;
}

.circle-animate {
    position: absolute;
    width: 218px; /* 156px + 40% */
    height: 318px;
    border-radius: 50%;
    opacity: 0.9;
    animation: move-border 12s linear infinite;
}

/* First four circles clockwise */
.blue-light-animate {
    background: #a6c7ec;
    animation-delay: 0s;
}

.orange-animate {
    background: #FDAF90;
    animation-delay: -2s;
}

.peach-animate {
    background: #e38f6f;
    animation-delay: -4s;
}

.blue-animate {
    background: #3498db;
    animation-delay: -6s;
}

/* Last three + new four circles animate in reverse */
.green-animate {
    background: #8BB4E3;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -1s;
}

.purple-animate {
    background: #d47449;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -3s;
}

.pink-animate {
    background: #5f91c8;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -5s;
}

.red-animate {
    background: #8BB4E3;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -2s;
}

.yellow-animate {
    background: #FDAF90;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -4s;
}

.teal-animate {
    background: #a6c7ec;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -6s;
}

.cyan-animate {
    background: #3498db;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -8s;
}

.red-animate {
    background: #e38f6f;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -9s;
}

.yellow-animate {
    background: #FDAF90;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -10s;
}

.teal-animate {
    background: #a6c7ec;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -11s;
}

.cyan-animate {
    background: #3498db;
    animation: move-border-reverse 20s linear infinite;
    animation-delay: -12s;
}

/* Animate clockwise along the box border */
@keyframes move-border {
    0% {
        top: 0%;
        left: 0%;
    }

    25% {
        top: 0%;
        left: 100%;
        transform: translateX(-100%);
    }

    50% {
        top: 100%;
        left: 100%;
        transform: translate(-100%, -100%);
    }

    75% {
        top: 100%;
        left: 0%;
        transform: translateY(-100%);
    }

    100% {
        top: 0%;
        left: 0%;
        transform: translate(0,0);
    }
}

/* Animate counter-clockwise along the box border */
@keyframes move-border-reverse {
    0% {
        top: 0%;
        left: 0%;
    }

    25% {
        top: 100%;
        left: 0%;
        transform: translateY(-100%);
    }

    50% {
        top: 100%;
        left: 100%;
        transform: translate(-100%, -100%);
    }

    75% {
        top: 0%;
        left: 100%;
        transform: translateX(-100%);
    }

    100% {
        top: 0%;
        left: 0%;
        transform: translate(0,0);
    }
}


/* End Need Help Background Animation */





/* Mobile view */
@media (max-width: 767px) {

    .card-bg-animate {
        padding: 48px 15px 48px 15px;
        height: 490px;
    }

    .need-help-row {
        margin: 0 0 0 3%;
        width: 85%;
        padding: 50px 5px 50px 0px;
    }

    .card-bg-animate {
        width: 100%;
    }


    .need-help-heading-mob {
        font-weight: 800;
        font-size: 23px;
        line-height: 120%;
        margin-bottom: 24px;
        color: #000;
        text-align: center;
        display: block !important;
    }

    .need-help-btn {
        font-size: 13px;
        padding: 11px 19px;
        margin: 0 auto;
        width: 62%;
        float: none;
    }

    .need-help-section {
        padding: 48px 10px 48px 10px;
    }

    .need-help-heading {
        display: none;
    }

    .need-help-img {
        width: 253px;
        height: 160px;
        margin-top: 20px !important;
        margin-left: 8px !important;
    }

    .section-white {
        padding: 4.0rem 0.938rem 3.25rem 0.938rem;
    }

    .modal-content {
        width: 90%;
    }

    .small-modal {
        width: 90% !important;
    }
}


.con-right {
    margin-top: 35px;
}

.need-help-heading-mob {
    display: none;
}





/* Start Dropdown CSS */

.c-dropdown {
    position: relative;
    width: 220px;
}

.c-dropdown-select {
    border: 1px solid #9E9E9E;
    background: #FFF;
    color: #212121;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 14px 10px;
    margin: 0 10px 0 10px;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
}

    .c-dropdown-select:focus {
        border: 1px solid #F16E00;
        outline: none;
        /* Remove default outline */
    }


.c-arrow-down-upload {
    border: solid #717884;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    float: right;
    right: 0px;
    top: 14px;
    position: absolute;
}



.c-arrow-down {
    border: solid #717884;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    float: right;
    right: 22px;
    top: 14px;
    position: absolute;
}

ul.dropdown-list-upload {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: -11px !important;
}

.dropdown-list-upload {
    width: 322px !important;
}

    .dropdown-list-upload .active {
        background: #FFF5ED;
        font-weight: bold;
        border-radius: 8px;
    }

.c-dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    list-style-type: none;
    padding: 10px 5px 10px 5px !important;
    margin: 0;
    z-index: 1;
    border-radius: 4px;
    height: 153px;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(11px, 38px, 0px);
    box-shadow: 0 5px 12px 0 rgba(25, 42, 70, 0.13);
    border: 1px solid #e8ebf1;
}

.c-dropdown-item {
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #3B3E45;
}



    .c-dropdown-item:hover {
        /* background-color: #f0f0f0; */
        color: #EC6625;
    }

/* Show the list when dropdown is clicked */
.c-dropdown.active .c-dropdown-list {
    display: block;
}



.overflow-s {
    /* background: gray; */
    width: 94%;
    max-height: 250px;
    overflow-y: auto;
    /* border-radius: 10px; */
    /* overflow-x: hidden; */
}

    /* scrollbar */
    .overflow-s::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(236, 103, 37);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }

.card-options, .c-dropdown {
    background: none !important;
    text-align: left;
    z-index: 1;
}


/* End Dropdown CSS */
