.btn {
    padding: 12px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #232127;
    background: #fff;
}
/* @font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype'),
        url('fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
} */

body {
    color: #2f2f2f;
    font-family: "Lato", sans-serif;
}

img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    /* color: royalblue; */
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
.flex {
    display: flex !important;
}

@media screen and (min-width: 992px) {
    .flex-lg {
        display: flex !important;
    }
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/* .btn {
    padding: 16px 46px;
    border: 2px solid #9a24c1;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #232127;
} */

.btn.gradient {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojQUEwMEZGOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ODE2ODc7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, 270deg, color-stop(0%, #AA00FF), color-stop(100%, #581687));
    background-image: -moz-linear-gradient(270deg, #AA00FF 0%, #581687 100%);
    background-image: -webkit-linear-gradient(270deg, #AA00FF 0%, #581687 100%);
    background-image: -o-linear-gradient(270deg, #AA00FF 0%, #581687 100%);
    background-image: -ms-linear-gradient(270deg, #AA00FF 0%, #581687 100%);
    background-image: linear-gradient(270deg, #AA00FF 0%, #581687 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.btn.dark-purple {
    background: #9a24c1;
    color: #fff;
}

.btn.dark {
    background: #231e23;
    border-color: transparent;
    color: #fff;
}

.btn.gradient-bg {
    padding: 18px 46px;
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(171, 0, 229, 1) 0%, rgba(88, 20, 121, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(88, 20, 121, 1)), color-stop(100%, rgba(171, 0, 229, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(171, 0, 229, 1) 0%, rgba(88, 20, 121, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(171, 0, 229, 1) 0%, rgba(88, 20, 121, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(171, 0, 229, 1) 0%, rgba(88, 20, 121, 1) 100%);
    /* ie10+ */
    background: linear-gradient(270deg, rgba(171, 0, 229, 1) 0%, rgba(88, 20, 121, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#581479', endColorstr='#ab00e5', GradientType=1);
    /* ie6-9 */
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
# Site Header
--------------------------------*/
.site-header {
    position: relative;
}

.site-header .site-title img {
    max-height: 64px;
}

/*
# Header Bar
--------------------------------*/
.header-bar {
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%; */
    padding: 14px 0;
    background-color: #d79c2f;
    position: relative;
}

/*
# Site Branding
--------------------------------*/
.site-branding img {
    display: block;
    max-width: 4rem;
}

@media screen and (min-width: 992px) {
    .site-branding {
        margin-left: 45px;
    }

    .site-header .site-title img {
        max-height: 999px;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    /* Ensure it doesn't take full width */
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/* Profile navigation styling */
.profile-navigation {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    /* Space between hamburger and profile icon */
}

.profile-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-navigation .login-btn {
    color: #141414;
    background: #FAFAFA;
    /* font-size: 18px; */
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px;
    border: none;
    outline: none;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}

/* Ensure visibility on smaller screens */
@media (max-width: 767px) {
    .profile-navigation {
        display: inline-block !important;
        /* Override any hiding rules */
    }

    .col-2.order-2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .hamburger-menu {
        margin-right: 10px;
        /* Space between hamburger and profile */
    }
}

/* Submenu Styles */
.main-menu-item {
    position: relative;
}

.main-menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-menu-link .icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.submenu {
    position: absolute;
    top: 100%;
    /* Position below the parent menu item */
    left: 0;
    min-width: 200px;
    background: #d79c2f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.submenu-item {
    display: block;
    padding: 0;
}

.submenu-link {
    display: block;
    padding: 12px 20px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    transition: background-color 0.3s ease;
}

.submenu-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

/* Show submenu on hover */
.main-menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
    display: block;
    position: absolute;
}

.main-menu-item:hover .main-menu-link .icon {
    transform: rotate(180deg);
}

/* Mobile specific styles */
@media screen and (max-width: 991px) {
    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 10px;
        border-radius: 4px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .main-menu-item:hover .submenu,
    .main-menu-item.active .submenu {
        max-height: 200px;
    }

    .submenu-link {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Desktop specific adjustments */
@media screen and (min-width: 992px) {
    .main-menu-item {
        position: relative;
    }

    .main-menu-item .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #d79c2f;
        border: 1px solid rgba(255, 255, 255, 0.1);
        min-width: 200px;
        z-index: 999;
    }

    .main-menu-item:hover .submenu {
        display: block;
    }

    .submenu .submenu-item {
        padding: 10px;
    }

    .submenu .submenu-link {
        color: white;
        text-decoration: none;
    }

    .submenu .submenu-link:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .site-navigation ul {
        overflow: visible !important;
        /* Ensure it doesn't clip dropdown */
    }
}

@media screen and (max-width: 991px) {
    .submenu {
        position: relative;
        top: auto;
        left: auto;
        display: none;
    }

    .main-menu-item.open .submenu {
        display: block;
    }
}


/*
# Main Menu
--------------------------------*/
.site-navigation {
    /* position: absolute; */
    top: -22px;
    right: 15px;
    z-index: 999;
    width: 100%;
    height: 22px;
    overflow: visible;
    list-style: none;
    transition: all .35s;
}

.site-navigation.show {
    height: auto;
}

.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: 80%;
    height: 100vh;
    overflow-x: scroll;
    padding: 30px;
    margin: 0;
    background: #d79c2f;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
}

.site-navigation ul li a {
    display: block;
    color: #fff;
    transition: all 0.35s;
    text-decoration: none;
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    border-color: #2f2f2f;
}


@media screen and (min-width: 992px) {
    .site-navigation {
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        background: transparent;
    }

    .site-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: visible;
        background: transparent;
    }

    .site-navigation ul li a {
        color: #fff;
    }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-slider .swiper-slide img {
    width: 100vw;
}

.hero-content {
    padding-top: 150px;
    padding-bottom: 120px;
}

.hero-content .container,
.hero-content .row,
.hero-content .col {
    height: 100%;
}

.hero-slider .entry-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    color: #FAFAFA;
}

.hero-slider .btn {
    margin-top: 45px;
}

/*
# Countdown
--------------------------------*/
.countdown-holder {
    color: #FAFAFA;
    font-size: 18px;
    /* font-weight: bold; */
}

.countdown-holder label {
    font-size: 13px;
}

@media screen and (min-width: 576px) {
    .hero-slider .entry-title {
        font-size: 42px;
    }


    .countdown-holder {
        font-size: 42px;
    }

    .countdown-holder label {
        font-size: 18px;
    }
}


@media screen and (min-width: 992px) {
    /* .hero-slider {
        height: 100vh;
    } */

    .hero-content {
        padding-top: 200px;
    }

    .hero-slider .entry-title {
        font-size: 72px;
    }

    .countdown-holder {
        font-size: 60px;
        padding: 0 200px;
    }

    .countdown-holder label {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-content {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    .swiper-button-next {
        right: 64px;
    }

    .swiper-button-prev {
        left: 64px;
    }
}

.homepage-info-section,
.contact-info-section {
    padding: 120px 0;
    background: #fff;
}

.homepage-info-section figure {
    padding-right: 30px;
}

.homepage-info-section figure img {
    max-width: 100%;
}

.homepage-info-section .entry-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: #d79c2f;
}

.homepage-info-section .entry-content {
    margin-top: 32px;
}

.homepage-info-section .entry-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #777777;
}

.homepage-info-section .entry-footer a {
    margin-top: 32px;
    margin-right: 18px;
}

@media screen and (max-width: 576px) {
    .homepage-info-section .entry-header .entry-title {
        font-size: 28px;
    }

    .homepage-info-section {
        padding: 60px 0;
        background: #fff;
    }



}


/*--------------------------------------------------------------
# Timeline Section
--------------------------------------------------------------*/

.timeline__cover {
    background: #ffffff;
    padding: 100px 0;
    color: #d79c2f;
}

.timeline__cover .timeline__title {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.timeline__cover .timeline__title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.timeline__cover .timeline__title p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline {
    padding-top: 64px;
}

.timeline__cover .timeline ul {
    padding-top: 100px;
    padding-left: 0;
}

.timeline__cover .timeline ul li {
    background: #9a9a9a;
    position: relative;
    margin: 0 auto;
    width: 2px;
    margin-bottom: 48px;
    list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
    padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
    content: '';
    background: #dc4a38;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
    opacity: 0;
}

.timeline__cover .timeline ul li .content {
    position: relative;
    top: -100px;
    width: 289px;
}

.timeline__cover .timeline ul li .content .badge {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 6px 12px;
    background: #d79c2f;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    margin: 16px 0 8px;
}

.timeline__cover .timeline ul li .content p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: 70px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
    left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
    left: calc(-289px - 70px);
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
    right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
    .timeline__cover .timeline ul li .content {
        width: 41vw;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline__cover {
        padding: 32px 0 80px 0;
        background: #27272C;
    }

    .timeline__cover .timeline {
        padding-top: 32px;
    }

    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }

    .timeline__cover .timeline__title h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.08px;
    }

    .timeline__cover .timeline ul li {
        margin-left: 20px;
    }

    .timeline__cover .timeline ul li .content {
        width: calc(100vw - 100px);
        transition: .2s;
    }

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: 38px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content:before {
        left: -33px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 38px;
    }
}

/* timeline__cover ends */
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-info-section .section1 {
    padding: 100px calc(var(--bs-gutter-x) * .5);
}

.contact-info-section .section1 h1 {
    padding-bottom: 20px;
    font-weight: 700;
}

.contact-info-section .section1 h3 {
    padding-right: 120px;
}

.form-wrapper {
    background-color: #efd7ac;
    /* width: 90%; */
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-out;
}

.title {
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.form-label {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.3s, transform 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #d79c2f;
    outline: none;
    transform: scale(1.02);
}

.form-textarea {
    resize: none;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #e1ba71, #d79c2f);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.submit-button:hover {
    background: linear-gradient(135deg, #d79c2f, #e1ba71);
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

@media (max-width: 768px) {
    .form-wrapper {
        padding: 30px;
    }

    .title {
        font-size: 24px;
    }

    /* .subtitle {
        font-size: 14px;
    } */

    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .form-wrapper {
        padding: 20px;
    }

    .title {
        font-size: 20px;
    }

    /* .subtitle {
        font-size: 12px;
    } */

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-column {
        min-width: 100%;
    }

    .form-label {
        font-size: 12px;
    }

    .form-input,
    .form-textarea {
        padding: 10px;
    }

    .submit-button {
        padding: 10px;
        font-size: 14px;
    }
}

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

    .contact-info-section {
        padding: 20px 0 60px 0;
        background: #fff;
    }

    .contact-info-section .section1 {
        padding: calc(var(--bs-gutter-x) * .5);
        text-align: center;
    }

    .contact-info-section .section1 h3 {
        padding: 0;
    }

}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    /* padding: 75px 0; */
    background: #d79c2f;
    text-align: center;
}

.footer-logo img {
    max-width: 250px;
}

.footer-navigation ul,
.footer-social ul {
    padding: 0;
    margin: 32px 0 0;
    list-style: none;
}

.footer-navigation li {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-navigation li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}

.footer-social li a {
    display: block;
    width: 16px;
    height: 22px;
    margin: 12px;
    color: #ffffff;
    transition: all .35s;
}

.footer-social li a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/

.site-navigation .login-btn {
    color: #141414;
    background: #FAFAFA;
    /* font-size: 18px; */
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px;
    border: none;
    outline: none;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}

.show-modal {
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #49a6fd);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 200px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}

.show-modal:hover,
.show-modal:focus {
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}

.modal-dialog {
    width: 400px;
    margin: 70px auto 0;
}

.modal-dialog {
    transform: scale(0.5);
}

.modal-dialog {
    transform: scale(1);
}

.modal-dialog .modal-content {
    text-align: center;
    border: none;
    border-radius: 16px;
}

.modal-content .close {
    color: #000000;
    /* background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff); */
    /* font-size: 25px; */
    /* font-weight: 400; */
    /* text-shadow: none; */
    /* line-height: 27px; */
    height: 25px;
    width: 25px;
    /* border-radius: 50%; */
    /* overflow: hidden; */
    opacity: 1;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-body {
    padding: 40px !important;
}

.modal-body .title {
    color: #d79c2f;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.modal-body .description {
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}

.modal-body .form-group {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.modal-body .input-icon {
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 54%;
    left: 12px;
}

.modal-body .form-control {
    font-size: 17px;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 50px;
    margin: 0 auto;
    border: 2px solid #878787;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: #AEAFB1;
}

.form-group.checkbox {
    width: 130px;
    margin-top: 0;
    display: inline-block;
}

.form-group.checkbox label {
    color: #9A9EA9;
    font-weight: normal;
}

.form-group.checkbox input[type=checkbox] {
    margin-left: 0;
}

.modal-body .forgot-pass {
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    width: calc(100% - 135px);
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}

.forgot-pass:hover {
    color: #9A9EA9;
    text-decoration: underline;
}

.modal-content .modal-body .btn {
    color: #fff;
    background: linear-gradient(to right, #ffc250, #d79c2f, #fcbd49);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
}

.modal-content .modal-body .btn:hover {
    color: #000000;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modal-content .modal-body .btn:focus {
    outline: none;
}

.otp-inputs {
    gap: 10px;
}

.otp-box {
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #878787;
    padding: 0;
    border-radius: 5px;
}

.otp-box:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


@media only screen and (max-width: 480px) {
    .modal-dialog {
        width: 95% !important;
    }

    .modal-content .modal-body {
        padding: 60px 20px 40px !important;
    }
}