/* header start */

p {
    font-size: 14px;
    color: black;
    text-align: left;
}

.main-heading {
    color: rgba(230, 0, 0, 1) !important;
}

header .main-header {
    background-color: black;
    position: relative;
    z-index: 10;
}

.header-inner-sec a {
    width: 120px;
    height: 30px;
    background-color: rgba(255, 221, 0, 0.29);
    border: 1.5px solid #FFC107;
    transition: all 0.5s ease;
}

.carousel-item {
    transition: transform 0.4s ease-in-out;
}

.carousel-inner>.carousel-item.active,
.carousel-inner>.carousel-item-next,
.carousel-inner>.carousel-item-prev {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.homepopup {
    width: auto;
    height: auto;
    background-color: rgba(255, 221, 0, 0.29);
    border: 1.5px solid #FFC107;
    margin-top: 5rem;
}

.homepopup .h-sec {
    width: 45% !important;
}

.company-heading h1 {
    font-size: 150px;
    color: white;
    font-weight: 700;
}

.header-inner-sec a:hover {
    background-color: #FFC107;
    color: black !important
}

.header-inner-sec a svg {
    color: white;
    width: 27px;
    height: 27px;
    transition: color 0.3s ease;
}

.header-inner-sec a:hover svg {
    color: black;
}

.index-head a {
    width: auto !important;
    height: 40px !important;
}

.side-header a {
    width: 40px
}

.side-header a img {
    width: 20px;
    height: 20px;
    color: white !important;
}

.main-homesection {
    background-image: url("/static/images/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.button2 {
    background-color: #FFC107 !important;
    border: 1.5px solid #FFC107;
}

.button2 svg {
    color: black !important;
}

.button2:hover {
    background-color: rgba(255, 221, 0, 0.29) !important;
    border: 1.5px solid #FFC107 !important;
    transition: all 0.3s ease !important;
    color: black !important;
}

.button2 svg:hover {
    color: white !important;
}

.button3 {
    background-color: rgba(255, 221, 0, 0.29) !important;
    border: 1.5px solid #FFC107 !important;
    transition: all 0.3s ease !important;
}

.button3:hover {
    background-color: #FFC107 !important;
    color: white !important;
}


/* Custom sidebar styling */

.offcanvas {
    width: 280px;
    background-color: #f8f9fa;
}

.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}

.nav-link {
    padding: 12px 15px;
    color: #212529;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.nav-link:hover {
    background-color: #e9ecef;
    color: #FFC107;
}

.nav-link.active {
    background-color: #FFC107;
    color: white;
}

.nav-link i {
    width: 20px;
    text-align: center;
}


/* header end */


/* Header Sec2 start */

.headersec-2 {
    height: 20vh;
    background-color: #FFC107;
    /* margin-top: -8vh !important; */
}


/* Header Sec2 end */


/* index start */

.main-aboutsection .sec2 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.main-aboutsection .sec1 {
    width: 60%;
}

.line {
    width: 45%;
    height: 2px;
    background-color: rgba(217, 217, 217, 0.9);
}

.main-aboutsection .sec2 {
    width: 40%;
}

.main-visa .sub-main-visa {
    width: 90%;
    height: auto;
    background-color: #FFC107;
    border-radius: 20px;
    border: 1.5px solid #FFC107;
}

.visa-card {
    width: 180px !important;
    height: 200px !important;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1.5px solid rgba(230, 0, 0, 1);
}

.visa-card .visa-card-heading {
    background-color: white;
    color: rgba(230, 0, 0, 1);
    border: 1.5px solid #FFC107;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
}

.visa-card .visa-card-heading:hover {
    background-color: rgba(255, 221, 0, 0.29);
    border: 1.5px solid #FFC107;
    transition: all 0.3s ease;
    color: white;
}

.old-company-sec {
    background-color: #FFC107;
    width: 200px !important;
    height: 120px !important;
    border-radius: 20px;
    border: #FFC107 1.5px solid;
    transition: all 0.3s ease;
}

.old-company-sec:hover {
    background-color: rgba(255, 221, 0, 0.29) !important;
    border: 1.5px solid #FFC107 !important;
    cursor: pointer;
}

.form-img img {
    width: 20px !important;
    height: 20px !important;
}

.form-img-2 img {
    width: 40px !important;
    height: 40px !important;
}

.form-sec-01 {
    background-color: rgba(217, 217, 217, 0.3) !important;
}

.form-sec-01::placeholder {
    color: black !important;
    font-size: 20px !important;
}

.form-sec-02::placeholder {
    font-size: 17px !important;
}

.img-right-arrow {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: white;
    background-color: black;
}

.svg-icon {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
    color: white;
    background-color: rgba(255, 221, 0, 0.29);
    border: #FFC107 1.5px solid;
}

.svg-icon:hover {
    background-color: #FFC107;
}


/* .have-questions .sec{
    width: 87% !important;
} */


/* index end */

.divider-line {
    width: 100%;
    height: 2px;
    background-color: lightgrey;
}


/* account sec start */

.account-sec {
    width: 600px;
}

.sec-sec-sec a {
    cursor: pointer;
}

.sec-sec-sec img {
    background-color: gray;
    padding: 10px;
    width: 50px !important;
    height: 50px;
    cursor: pointer;
}

.flip-card-inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    width: 100%;
    position: relative;
}

.flipped {
    transform: rotateY(180deg);
}

.login,
.register {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    display: none;
    /* Hide both initially */
}

.login {
    display: block;
    /* Show login by default */
}

.register {
    transform: translate(-50%, -50%) rotateY(180deg);
}


/* account sec end */

.about-img-sec img {
    height: 500px !important;
}

.visa-glass {
    background-color: rgba(255, 255, 255, 0.662);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.visa-min-sec {
    height: 50px;
    width: 50px;
}

.visa-main-sec {
    min-width: 220px !important;
}


/* Tab Button Styles */


/* .tab-btn {
    background-color: rgba(255, 221, 0, 0.29) !important;
    border: 1.5px solid #FFC107 !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.tab-btn.active {
    background-color: #FFC107 !important;
    color: white !important;
}

.tab-btn:hover:not(.active) {
    background-color: rgba(255, 221, 0, 0.5) !important;
} */


/* Tab Content Styles */

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.minus-btn[disabled] {
    display: none;
}

.toast-popup {
    visibility: hidden;
    min-width: 250px;
    background-color: #2e2e2e;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 14px 20px;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: visibility 0s, opacity 0.5s ease-in-out;
    opacity: 0;
}

.toast-popup.show {
    visibility: visible;
    opacity: 1;
}

.form-border1 {
    border-radius: 12px 0 0 12px !important;
    border: 1.2px solid rgba(0, 0, 0, 0.5) !important;
    border-right: none !important;
}

.form-border2 {
    border-radius: 0 12px 12px 0 !important;
    border: 1.2px solid rgba(0, 0, 0, 0.5) !important;
    border-left: none !important;
}

.main-form-mobile {
    display: none;
}


/* Chatbot Container */

.chatbot-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1050;
}

#chatbot-container {
    width: 350px;
    height: 500px;
    display: none;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

#chatbot-container.active {
    display: block;
    transform: translateY(0);
    opacity: 1;
}


/* Chatbot Toggle Button */

.chatbot-toggle-btn {
    width: 50px;
    height: 50px;
    position: relative;
}


/* Messages */

#chatbot-messages {
    height: 400px;
    scroll-behavior: smooth;
}

.message {
    margin-bottom: 12px;
    padding: 10px 15px;
    border-radius: 18px;
    max-width: 80%;
    word-wrap: break-word;
}

.user-message {
    background-color: #e3f2fd;
    margin-left: auto;
    border-bottom-right-radius: 5px;
}

.bot-message {
    background-color: #f8f9fa;
    margin-right: auto;
    border-bottom-left-radius: 5px;
}


/* Typing Indicator */

.typing-indicator {
    display: flex;
    padding: 12px 16px;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    background-color: #666;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    animation: bounce 1.5s infinite ease-in-out;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%,
    60%,
    100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-5px);
    }
}


/* Notification Dot */

.chatbot-toggle-btn .badge-dot {
    display: none;
}

.chatbot-toggle-btn.has-notification .badge-dot {
    display: block;
}


/* Animation */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.chatbot-pulse {
    animation: pulse 1.5s infinite;
}

.payment-method-super-main {
    padding: 50px 30px;
}

#custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 24px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    text-align: center;
    max-width: 90vw;
}

#custom-popup {
    display: none;
}

.home-hero-sec-dis1 {
    height: 65vh;
    display: flex;
    flex-direction: row;
}

.home-hero-sec-dis1 .secsec1 {
    width: 65%;
}

.home-hero-sec-dis2 {
    z-index: 1000;
    top: 9%;
    right: 1%;
    position: fixed;
    width: 34%;
}

.hero-sec-banner-img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
}


/* Mobile CSS Start */

@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    main {
        padding: 0 10px;
    }
    .button1-header {
        min-width: 120px !important;
    }
    .header-logo {
        min-width: 200px !important;
    }
    .header-logo a {
        margin: 0 2px;
        font-size: 15px;
        padding: 0 2px;
    }
    .header-logo a svg {
        display: none;
    }
    .main-form-desktop {
        display: none !important;
    }
    .main-form-mobile {
        display: block !important;
    }
    .old-company-sec {
        width: 45% !important;
    }
    .about-container-mobile {
        width: 100% !important;
    }
    .mobile-section2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-aboutsection .sec3 img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
    }
    .headersec-2 {
        height: 150px;
    }
    .visa-main-sec {
        min-width: 200px !important;
        width: 200px !important;
        max-width: 200px !important;
    }
    .row1-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .row1-mobile-img {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .row1-mobile-img img {
        width: 80% !important;
        /* background-color: rebeccapurple !important; */
        border: 1px solid transparent;
        text-align: center !important;
    }
    .appointment-button button {
        width: 100% !important;
    }
    .appointment-price-main-sec .col-md-12 {
        width: 100%;
    }
    .payment-method-super-main {
        width: 100% !important;
        padding: 50px 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .payment-method-main {
        width: 100%;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
    }
    .payment-method-main .sub-main-sec {
        width: 100% !important;
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    .innder-sec-121 {
        padding: 10px !important;
    }
    .success-main-button {
        width: 100%;
    }
    .account-main-sec0 {
        height: 80vh !important;
    }
    .account-main-sec1 {
        width: 100% !important;
        height: 80vh !important;
    }
    .account-main-sec2 {
        width: 75% !important;
    }
    .account-main-sec3 {
        flex-direction: column !important;
    }
    .account-main-sec4 {
        width: 100% !important;
        margin: 3px;
    }
    .home-hero-sec-dis1 {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }
    .home-hero-sec-dis1 .secsec1 {
        width: 100%;
    }
    .home-hero-sec-dis2 {
        position: relative !important;
        width: 100%;
        margin-top: 25px;
    }
    .hero-sec-banner-img {
        height: 40vh !important;
    }
    .main-hero-container {
        height: 125vh !important;
    }
    .review-main-sec-google {
        width: 100%;
    }
    .container,
    .main-aboutsection,
    .container-responsite {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .elfsight-app-49b6fc6d-283c-450f-b610-12d4a1b6f54b {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .yottie-widget-header-inner a,
    .yottie-widget-header-inner img {
        height: 40px !important;
        width: 40px !important;
        min-height: 40px !important;
        min-width: 40px !important;
        max-height: 40px !important;
        max-width: 40px !important;
    }
}


/* Mobile CSS Eend */

.account-main-sec0 {
    height: 90vh;
}

.account-main-sec1 {
    width: 75%;
    height: 90vh;
}

.account-main-sec2 {
    width: 50%;
}

.account-main-sec3 {
    flex-direction: row;
}

.account-main-sec4 {
    width: 50%;
}