:root {
    --primary-color: #cb0a31;
    --secondary-color: #187ec4;
    --white: #FFF;
    --black: #353535;
    --dark: #0f172a;
    --light: #f8fafc;
    --dynamic-card: #ffffff;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: Lexend;
}

a {
    text-decoration: none;
    color: var(--black);
}

.top-heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 8px 0;
}

.top-heading span {
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}
.page-link{
    font-size: 12px;
    color: var(--primary-color);
}
.active>.page-link, .page-link.active{
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/*-- header style--*/
.bg-body-tertiary {
    background: var(--white) !important;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    border-radius: 24px;
    padding: 6px 12px !important;
}

.navbar-nav .nav-link.active {
    background: var(--primary-color);
    color: var(--white) !important;
}

.navbar-nav .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}

.dropdown-menu {
    position: absolute !important;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: .4s;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1100;
    -webkit-box-shadow: 0 0 15px rgba(102, 63, 83, 0.16);
    box-shadow: 0 0 15px rgba(102, 63, 83, 0.16);
    border: none;
    border-top: 2px solid var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color) !important;
}

.btn-express {
    border-radius: 8px;
    border: 1px solid var(--primary-color) !important;
    background: #fafafa !important;
    padding: 4px 10px;
    margin-right: 20px;
}

.whatsapp, .whatsapp-icon img {
    position: relative;
}

.whatsapp-icon {
    width: 40px;
    height: 60px;
}

.whatsapp-icon img {
    left: -10px;
    width: 60px;
    height: 60px;
}

.whatsapp-text_content {
    background: #28b63e;
    color: var(--white);
    padding: 4px 18px 4px 14px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0 30px 30px 0;
    line-height: 14px;
}

.whatsapp-bg {
    margin: 2px 0;
}

.fs-visa {
    font-size: 14px;
}

/*-- end header style--*/
/*-- home page style ---*/
.hero {
    position: relative;
}

.hero-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 80%), rgb(0 0 0 / 11%));*/
    background: linear-gradient(90deg, rgb(239 239 239), rgb(255 255 255 / 10%), rgb(138 138 138 / 0%));
    width: 100%;
    height: 440px;
    z-index: 2;
}

.hero .carousel-item img {
    height: 440px;
}

.hero-body {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: var(--black);
    padding: 40px 0;
}

.hero-body h1 span {
    color: var(--primary-color);
}

.hero-body p {
    font-size: 14px;
    font-weight: 400;
}

.select2-selection__rendered span.flag-icon {
    margin-right: 6px;
}
.select2-results__option span.flag-icon {
    margin-right: 6px;
}

.hero-body-form {
    background: var(--white);
    color: var(--black);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 4px 4px 16px rgba(209, 209, 209, 0.44);
}

.hero-body-form .form-label {
    font-size: 13px;
    color: #432936;
}

.hero-body-form .form-select {
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #432936;
    padding: 5px !important;
    position: relative;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-results__option--selectable {
    font-size: 13px;
}

.feature-card {
    text-align: center;
}

.feature-card .feature-card-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.feature-card .feature-card-description {
    font-size: 13px;
    margin: 8px 0;
}

.nav-pills {
    background: #fae5f0;
    border-radius: 50px;
    padding: 6px 8px;
    display: inline-flex;
    border: 1px solid #ae7491;
}

.nav-pills .nav-link {
    font-size: 13px;
    color: var(--primary-color);
    border-radius: 24px;
}

.nav-pills .nav-link.active {
    background: var(--primary-color);
}

.evv-vt-card {
    display: inline-flex;
    min-height: 295px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #d4d4d4;
    margin: 24px 0;
    overflow: hidden;
}

.evv-vt-card {
    padding: 24px;
    background: #fcfcfc;
    width: 100%;
    position: relative;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .08);
}

.vt-card-shape {
    width: 280px;
    height: 300px;
    background: linear-gradient(135deg, #f0f5f7, #f0f5f7);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 20% 70%, 40% 50%, 60% 30%, 80% 10%);
    border-radius: 16px;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: transform .6s ease-in-out, clip-path .6s ease-in-out, background .6s ease-in-out;
}

.evv-vt-card-head {
    color: var(--black);
    font-size: 16px;
    font-weight: 900;
}

.evv-vt-card-footer, .evv-vt-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.evv-vt-card-header_info h3, .evv-vt-card-header_info h4 {
    color: var(--primary-color);
    font-weight: 900;
    margin: 4px 0 0;
    font-size: 18px;
}

.evv-vt-card-header_info p {
    color: var(--primary-color);
    font-size: 16px;
    margin: 0;
}

.evv-vt-card-content {
    display: flex;
    gap: 20px;
    position: relative;
}

.evv-vt-card-process-key p {
    color: var(--black);
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
}

.evv-vt-card-process-value p {
    color: #a49e9e;
    font-size: 13px;
    margin-bottom: 10px;
}

.evv-vt-card-footer p {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.evv-vt-card-footer a {
    font-size: 11px;
    font-weight: 400;
    padding: 8px 6px;
    background-color: var(--primary-color);
    color: var(--white);
    display: block;
    border-radius: 4px;
    transition: box-shadow 0.4s ease-in-out;
}

.evv-vt-card-footer a:hover {
    background-color: #492b3a;
    box-shadow: 4px 4px 16px #a5788f;
}

.emirates-step-wrapper .card {
    transition: box-shadow 0.4s ease-in-out;
    border: 1px solid #e4e4e4;
}

.emirates-step-wrapper .card:hover {
    background-color: #fff6fa;
    box-shadow: 4px 4px 16px rgba(73, 43, 58, 0.14) !important;
}

.emirates-sample {
    background-color: #fff6fa;
    margin: 36px 0;
}

.emirates-sample img {
    border: 1px solid var(--primary-color);
    border-radius: 24px;
}

.emirates-sample-header {
    border: 5px solid var(--primary-color);
    border-radius: 24px;
    padding: 24px;
}

.why-section {
    padding: 60px 0;
}
.why-card {
    border-radius: 12px;
    transition: transform .32s ease, box-shadow .32s ease;
    border: 1px solid rgba(18, 18, 18, .06);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    min-height: 120px;
}
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(12, 40, 80, .08);
}
.why-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6e9ff, #f1dfff);
    font-size: 28px;
    color: var(--primary-color);
    box-shadow: 0 6px 18px rgba(105, 11, 182, 0.06);
}
.why-title {
    font-weight: 700;
    margin-bottom: 6px;
}
.why-sub {
    color: #6c757d;
    font-size: .95rem;
    margin: 0;
}
.why-cta {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 600;
}
/* Image card */
.media-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(12, 40, 80, .06);
}
@media (max-width: 767px) {
    .why-section {
        padding: 36px 0;
    }
    .why-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
}

.desert-tours-card {
    padding: 24px;
    border-radius: 16px;
}

.activities-card {
    background: linear-gradient(0deg, #187ec447, rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;
}

.tours-card {
    background: linear-gradient(0deg, rgba(196, 121, 24, 0.28), rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;
}

.desert-tours-content {
    max-width: 400px;
    color: var(--white);
}

.desert-tours-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}

.desert-tours-content p {
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0;
}

.btn-desert-tours {
    background: var(--white);
    padding: 12px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-block;
    transition: box-shadow 0.4s ease-in-out;
    margin-top: 24px;
}

.btn-desert-tours:hover {
    background: #ffeef5;
    box-shadow: 2px 4px 12px #474646;
}

.testimonial-card {
    background: #ffeef5;
    text-align: center;
    margin-top: 40px;
    padding: 24px 16px 16px 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
}

.testimonial-card-image {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -41px;
}

.testimonial-card-image img {
    width: 64px !important;
    height: 64px;
    border-radius: 100%;
}

.testimonial-card-head {
    padding: 24px 0 16px 0;
    position: relative;
}

.testimonial-card-head:before {
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    background: #dfc0cd url(../images/testimonial-quotes.png) no-repeat center;
    background-size: 28px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.testimonial-card-head p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-card-head small {
    font-size: 12px;
}

.testimonial-card-content {
    font-size: 13px;
    font-weight: 400;
    min-height: 160px;
}

.bi-star-fill {
    color: #f9a813;
    font-size: 16px;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 24px 0;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    width: 42px;
    height: 42px;
    font-size: 36px !important;
    color: var(--white) !important;
    background: #925876 !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 40px;
    line-height: 36px !important;
    transition: box-shadow 0.4s ease-in-out;
}

.owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover {
    background: #653d51 !important;
    box-shadow: 2px 2px 32px #cccccc;
}

.faqs {
    background: #fff9e2;
}
.faqs-body .accordion-button {
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}
.faqs-body .accordion-body {
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    background: #ffd8e0;
    color: var(--primary-color);
}
.footer-top {
    background: linear-gradient(45deg, rgb(255 255 255 / 34%), rgb(255 255 255 / 15%)), url(../images/footer-banner.webp) no-repeat bottom / cover;
    padding: 24px 0 12px 0;
    color: var(--black);
}
.footer-logo p {
    font-size: 12px;
    margin: 8px 0;
}

.footer-links h5 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 8px;
}

.footer-link {
    color: #2d1a24;
    font-size: 13px;
    margin: 6px 0;
    padding: 4px 0;
    display: block;
}

.footer-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    background: var(--white);
    padding: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #cfcfcf;
}

.footer-box-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.footer-box-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--black);
}

.footer-bottom {
    background: #3b3b3b;
    padding: 8px 0;
    color: var(--white);
}

.footer-support p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-copyright small {
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px;
    display: block;
    margin-top: 16px;
}

.footer-bottom a {
    color: var(--white);
}

/*-- terms conditions Page --*/
.terms-wrapper {
    border-top: 1px solid #e4e4e4;
}
.terms-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.terms-body {
    background: #fff9e2;
    border: 1px solid #f8eec4;
    padding: 24px;
    border-radius: 16px;
    margin: 24px 0;
    font-size: 13px;
}

.terms-body h1 {
    font-size: 2rem;
    font-weight: 700;
}

.terms-body h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.terms-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

.terms-body h4 {
    font-size: 1rem;
    font-weight: 700;
}

.terms-body h5, .terms-body h6 {
    font-size: 0.8rem;
}

/*-- end terms conditions page --*/
/*-- about page --*/
.about {
    background: url("../images/about-hero.webp") no-repeat left center/cover;
    padding: 40px 0;
}

.about-header p {
    font-size: 14px;
}

.about-goal, .about-mission {
    background: #fffcee;
}

.about-goal img, .about-mission img {
    border-radius: 16px;
    margin: 40px 0;
}

.about-body {
    font-size: 14px;
}
.about-body-list h4{
    font-size: 18px;
    font-weight: 600;
}

/*--- end about page --*/
/*-- faq page --*/
.faq-wrapper {
    background: #fff0f8;
}

.faq-header h1 {
    font-size: 2rem;
    font-weight: 700;
}

/*-- end faq page --*/
/*-- contact page --*/
.contact-wrapper {
    background: #fff0f8;
}

.contact-form {
    background: #e4c4d5;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #cc94b2;
}
.contact-form .select2-container--default .select2-selection--single{
    border: 1px solid #cc94b2;
    padding: 6px !important;
    height: 44px !important;
}

.contact-form .form-label {
    font-size: 13px;
    margin-bottom: 4px;
}

.contact-form .form-control {
    border: 1px solid #cc94b2;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
}

.btn-submit {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 8px;
    transition: box-shadow 0.4s ease-in-out;
}

.btn-submit:hover {
    background: #d11212 !important;
    box-shadow: 4px 8px 16px #d11212;
    border: 1px solid #d11212 !important;
}

.whatsapp-contact {
    color: var(--black);
}

/*-- end contact page --*/
/*-- steps page --*/
.steps-pg-wrapper{
    background: #fff6fa;
}
.steps-hero{
    background: linear-gradient(2400deg, #00000070, black), url(../images/apply-emirates-visa.webp) no-repeat bottom right / cover;
    width: 100%;
    height: 424px;
    padding: 100px 0;
    color: var(--white);
}
 .step-section {
     padding: 70px 0;
 }
.step-img {
    width: 100%;
}
.step-content h2 {
    font-size: 30px;
    font-weight: 700;
}
.step-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-top: 10px;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px #f4e1eb;
}
/*-- end steps page --*/
/*-- track status page ---*/
.track-status{
    background: #fff6fa;
}
.track-card {
    border-radius: 18px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.track-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}
.track-input {
    border-radius: 12px;
    padding: 12px 15px;
}
.track-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}
.track-btn:hover {
    background: #422734;
}
.track-img {
    border-radius: 18px;
    width: 100%;
    max-width: 320px;
    height: 340px;
}

.track-info-body{
    display: flex;
    gap: 36px;
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 2px 2px 32px #e4e4e4b5;
    width: max-content;
    margin: 24px 0;
}
.track-info-right{
    display: flex;
    gap: 36px;
}
.track-info-th p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--black);
}
.track-info-td{
    font-size: 13px;
    color: #626262;
}
.track-info-td .draft{
    padding: 4px 12px;
    background: #fed524;
    color: var(--black);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .under-review,.track-info-td .pending{
    padding: 4px 12px;
    background: #0d3c93;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .under-embassy,.track-info-td .submitted{
    padding: 4px 12px;
    background: #1b8cbc;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .imm-sent,.track-info-td .unpaid{
    padding: 4px 12px;
    background: #15b6a9;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .approved,.track-info-td .completed,.track-info-td .paid{
    padding: 4px 12px;
    background: #2ca311;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .dispatch{
    padding: 4px 12px;
    background: #0eae6f;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .rejected{
    padding: 4px 12px;
    background: #ae6432;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
.track-info-td .cancelled, .track-info-td .failed{
    padding: 4px 12px;
    background: #bc1212;
    color: var(--white);
    border-radius: 12px;
    font-size: 12px;
}
/*-- end track status page --*/
/*--- Country search ---*/
.country-hero-body{
    background: var(--primary-color);
    padding: 24px 0;
}
.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.doc-card {
    background: #ffffff;
    margin: 24px 0;
    padding: 25px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.doc-icon {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 15px;
}

.doc-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.doc-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
/*--- Application Form Style ---*/
.visa-form-wrapper {
    background: #fffafc;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.visa-form-header {
    padding: 20px 0;
    position: relative;
}

.visa-form-trusted {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid #697fe9;
}

.visa-form-trusted span {
    background: linear-gradient(90deg,#697fe9 22.12%,#5239df 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 10px;
    line-height: normal;
}

.visa-form-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
    margin: 18px 0 10px;
}

.visa-form-header h1 strong {
    font-weight: 800;
}

.visa-form-header p {
    font-size: 16px;
}

.visa-form-feature {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.visa-form-feature-box {
    display: flex;
    padding: 2px 16px 2px 0;
    align-items: center;
    gap: 6px;
    border-right: 1px solid #e4e4e4;
    color: var(--black);
}

.visa-form-feature-box:last-child {
    border-right: 0;
}

.visa-form-feature-box p {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}

.visa-form-feature p strong {
    color: #353535;
}

.visa-form-feature-box small {
    color: #676767;
    font-size: 11px;
}

.visa-form-body-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.visa-form-body-head .sub-heading h2 {
    font-size: 18px;
    margin: 0;
}

.visa-form-body-head .sub-heading p {
    margin: 4px 0;
    font-size: 13px;
    font-weight: 200;
}

.visa-form-body-head .sub-heading p strong {
    font-weight: 600;
    background: linear-gradient(98deg,#0c8858 0,#5db58e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visa-form-body-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-circle,.progress-circle-inner {
    border-radius: 100%;
    align-items: center;
    display: flex;
}

.progress-circle {
    width: 80px;
    height: 80px;
    background: rgb(230 234 243);
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.progress-circle-inner {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(23,38,148,.12);
    background: #f5f5f5;
    justify-content: center;
}
.progress-box{
    text-align: center;
}
.progress-box.active .progress-circle-inner {
    border: 1px solid rgba(172,115,95,.12);
    background: linear-gradient(93deg, #254ca1 .44%, #4d61c8 99.66%);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.25);
}

.progress-box.active .progress-circle {
    animation: 2.5s ease-in-out infinite pulseGlow;
    background: rgb(172 181 211);
}

.progress-box-fill-form::before {
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: #d9d9d9;
    width: 41%;
    height: 4px;
}

.progress-box-fill-form::after {
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: linear-gradient(93deg, #254ca1 .44%, #4d61c8 99.66%);
    width: 100px;
    height: 4px;
    transition: width 2s ease-in-out;
}

.progress-box-fill-form.animate-progress::after {
    width: 25%
}

.progress-box-review-details:before {
    content: "";
    position: absolute;
    right: 80px;
    top: 40px;
    background: #d9d9d9;
    width: 42%;
    height: 4px
}

.progress-box span {
    display: block;
    background: linear-gradient(93deg, #254ca1 .44%, #4d61c8 99.66%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 13px
}

.progress-box small {
    color: #505050;
    font-size: 10px;
    font-weight: 300;
    display: block
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(95, 119, 172, 0.7)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(79,172,254,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(79,172,254,0)
    }
}

.visa-form-body-step-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.visa-form-body-step-info p {
    padding: 4px 12px;
    margin: 4px 0;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.22);
    background: #eee
}

.visa-form-body-step-info p span {
    font-size: 12px;
    background: linear-gradient(90deg,#4d4d4d 0,#222 100%);
    background-clip: text;
    -webkit-background-clip: text
}

.visa-form-card {
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(180deg,#fefefe 0, #fdf3ff 100%);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.08),12px 12px 88px 0 rgba(0,0,0,.08)
}

.visa-form-card-contact {
    background: rgb(253 243 254 / 79%);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #f0d3fb;
}

.check-payment-secure-header,.visa-form-card-head,.visa-form-support-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-title-border {
    border-bottom: 1px solid #e4e4e4;
}

.visa-form-card-head .sub-heading h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--primary-color);
}

.visa-form-card-head .sub-heading p {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.visa-form-card .form-label {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #626262;
    display: flex;
    align-items: center
}

.visa-form-card .form-control {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-radius: 0
}

.visa-form-card input:disabled {
    background: #d2d2d2
}

.visa-form-card input::placeholder {
    font-size: 12px;
    font-weight: 300
}

.visa-form-card .select2-container--default .select2-selection--single {
    height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: 0 0;
    border-radius: 0;
}

.visa-form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.visa-form-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.visa-form-submit-card {
    border-radius: 12px;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.06),8px 8px 60px 0 rgba(0,0,0,.12);
}

.visa-form-submit-head {
    background: #fff3ff;
}

.visa-form-submit .btn-primary {
    border-radius: 8px;
    background: var(--primary-color);
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,.12);
    width: 100%;
    border: 1px solid var(--primary-color);
    transition: .5s linear;
    color: var(--white)!important;
    font-size: 16px;
}

.visa-form-faqs .accordion-button,.visa-form-faqs-card .visa-form-card-head {
    color: var(--white);
    background: #313131;
}

.visa-form-submit .btn-primary:hover {
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.4);
    background: #53203a;
}

.visa-form-submit ul li {
    margin: 8px 0;
    font-size: 13px;
    color: #454545;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
}

.visa-form-card-check .form-check,.visa-form-support .phone-card {
    align-items: center;
    display: flex;
}
.phone-card-info .text-color-light{
    font-size: 12px;
    color: #e4e4e4;
}

.visa-form-submit .note-card {
    display: flex;
    padding: 12px;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(50,64,217,.22);
    background: #f5f6ff;
}

.visa-form-submit .note-card i,.visa-form-submit .note-card p {
    font-size: 13px;
    font-weight: 400;
    color: #3240d9;
}
.visa-form-same-as{
    font-size: 12px;
    line-height: 16px;
}

.visa-form-faqs-card {
    border-radius: 12px;
    border: 1px solid #dfdfdf;
    background: #313131;
    box-shadow: 8px 8px 60px 0 rgba(0,0,0,.08);
}

.check-applicant-service-header h2,.visa-form-faqs-card .sub-heading-faqs h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.visa-form-faqs .accordion-button {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
}

.visa-form-faqs .accordion-body {
    padding: 6px;
    font-size: 12px;
    color: #e0e0e0;
}

.visa-form-faqs-card .accordion-item {
    background: 0 0!important;
}

.visa-form-faqs-card .accordion-button:not(.collapsed) {
    color: rgb(255 184 103);
    border-bottom: 1px solid #ffe6c2;
    box-shadow: none;
}

.visa-form-faqs-card .accordion-button::after {
    background-image: url('data:image/svg+xml;base64,PCEtLSBMaWNlbnNlOiBBcGFjaGUuIE1hZGUgYnkgZ3JvbW1ldDogaHR0cHM6Ly9naXRodWIuY29tL2dyb21tZXQvZ3JvbW1ldC1pY29ucyAtLT4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjcuMDg2IDMuMTc0IDE3LjA4NiAxMy4xNzQgNy4wODYgMjMuMTc0IiB0cmFuc2Zvcm09InNjYWxlKDEgLTEpIHJvdGF0ZSgtODkgLTEuMzIgMCkiLz4KPC9zdmc+Cg==');
}

.visa-form-support {
    background: #242424;
    padding: 16px;
    border-radius: 0 0 12px 12px;
}

.visa-form-support-head h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--white);
}

.visa-form-support .phone-card {
    padding: 6px 16px;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.13);
    margin: 12px 0;
    background: rgba(255,255,255,.13);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.08);
    color: var(--white);
    transition: box-shadow .4s ease-in-out;
}

.visa-form-support .phone-card .whatsapp-color-text {
    color: #3ec456;
}

.visa-form-support a .phone-card:hover {
    box-shadow: 1px 1px 8px 0 rgba(255,255,255,.84);
}

.visa-form-card .note-card {
    border-radius: 12px;
    border: 1px solid rgba(50,64,217,.22);
    background: #f5f6ff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    color: #3240d9;
    display: flex;
    margin-top: 20px;
}

.visa-form-card .text-danger {
    font-size: 11px;
    font-weight: 600;
}

hr {
    border-top: 1px solid rgba(0,0,0,.08);
    opacity: 1;
}

.form-progress-wrapper {
    background: #e3e3e3;
    height: 4px;
    border-radius: 4px;
}

.form-progress-bar {
    border-radius: 100px;
    background: #168a28;
    box-shadow: 0 0 2px 0 rgb(75 183 5 / 44%), 0 0 3px 0 rgb(67 219 35 / 44%);
    height: 100%;
    width: 0;
    transition: width .3s;
}

.form-progress-label {
    text-align: right;
    font-size: 14px;
    color: #585858;
}

.visa-form-body aside {
    position: sticky;
    top: 84px;
}

.btn-same {
    border-radius: 6px;
    background: linear-gradient(98deg,#0c8858 0,#5db58e 100%);
    box-shadow: 0 0 2px 0 rgb(135 139 137 / 44%), 0 0 4px 0 rgb(65 64 64 / 31%);
    padding: 8px 12px;
    border: none;
    font-size: 10px;
    color: var(--white);
}

.document-box {
    border: 1px dashed #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

.document-box .document-box_header {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #616161;
    margin-bottom: 0;
    text-align: left;
}

.document-box .document-box-image {
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.document-box .document-box_head {
    display: block;
    margin: 5px auto;
    text-align: center;
    background-color: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 6px 0;
    border-radius: 4px;
    font-weight: 600;
}

.check-flash,.check-flash-icon {
    align-items: center;
    border-radius: 100px;
}

.document-box .hint-form {
    font-size: 11px;
    text-align: center;
    font-weight: 300;
    color: #616161;
}

.doc-hint-form {
    font-size: 13px;
    color: #616161;
    text-align: left;
}

.document_btn,.passport_btn,.photo_btn {
    cursor: pointer;
}

.document__view,.document_upload,.passport_upload,.photo_upload{
    display: none;
}

.check-wrapper {
    background: #ffeff6;
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.check-flash {
    padding: 4px 16px 4px 4px;
    background: linear-gradient(90deg,#697fe9 22.12%,#5239df 100%);
    display: inline-flex;
    gap: 10px;
    color: var(--white);
    width: 100%;
}

.check-flash-info h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.check-flash-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    background: rgb(255 255 255 / 50%);
}

.check-flash-info span {
    line-height: normal;
}

.check-body .fill-bar.animate-progress::after {
    width: 75%;
    z-index: 1;
}

.check-applicant-body {
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg,#fffaf3 0,#fefefe 100%);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.08),12px 12px 88px 0 rgba(0,0,0,.08);
    position: relative;
    margin-bottom: 30px;
}

.check-applicant-body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 84px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.check-applicant-card .accordion-item {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.04);
    background: #fffcf9
}

.check-applicant-card .accordion-header {
    background: #f9d7e8;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.check-applicant-card .accordion-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4e4e49;
    margin: 0;
}

.check-applicant-card h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.check-applicant-card .applicant-head {
    display: block;
    font-size: 14px;
    color: #626262;
    margin-bottom: 4px;
}

.check-applicant-card .applicant-info {
    display: block;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(96deg,#363636 0,#494949 104.19%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 8px;
}

.check-applicant-service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-service-flash {
    display: flex;
    height: 26px;
    padding: 4px 12px 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #ef8923;
    background: #fff6f6;
}

.check-service-flash p {
    color: #c60;
    font-size: 12px;
}
.check-service-card-outer{
    position: relative;
}
.check-service-card-outer .btn-check {
    position: absolute;
    clip: auto;
    pointer-events: none;
    width: 20px;
    height: 20px;
    right: 0;
    top: 24px;
}

.check-service-card-outer .star-popular {
    position: absolute;
    top: 20px;
    right: 56px;
    padding: 6px;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 0 0 6px 6px;
    color: var(--white);
    background: #000;
}

.star-popular strong {
    background: linear-gradient(142deg,#d4ab5b 41.11%,#e9c649 56.82%,#eda948 92.32%);
    background-clip: text;
    -webkit-background-clip: text;
}
#checkoutForm small{
    font-size: 12px;
}

.check-service-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.check-applicant-service .btn {
    margin: 20px 0;
    color: #626262;
    padding: 10px 0 0;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.12);
    border-radius: 12px;
    border: 1px solid #ededed;
    background: #fffaf3;
}

.check-applicant-service .btn:hover {
    border: 1px solid #d1d5dc;
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    border: 1px solid;
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,.25),6px 6px 22px 0 rgba(0,0,0,.08);
}

.check-service-card small {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 30px;
    display: block;
    width: 90px;
    border-radius: 0 8px 8px 0;
    background: #ffe6c2;
    padding: 4px 0;
    color: var(--primary-color);
    font-weight: 500;
}

.check-service-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f6ebde;
    margin-top: 40px;
}

.check-service-card-time {
    display: flex;
    padding: 6px 24px 6px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    border-radius: 0 0 12px 12px;
    color: #626262;
    border-top: 1px solid #ffe6c2;
    background: #fff5e8;
}

.btn-delete-ck,.btn-edit-ck {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
}

.btn-check:checked+.btn .check-service-card .services-rate,.btn-check:checked+.btn .check-service-card h3 {
    color: var(--primary-color,#b3844e);
}

.check-service-card-time p {
    font-size: 12px;
    margin: 0;
}

.btn-delete-ck {
    align-items: center;
    justify-content: center;
    border: 1px solid #cd0000;
    background: #cd0000;
    box-shadow: -.5px -.5px 2px 0 rgba(205,0,0,.12),1px 1px 4px 0 rgba(205,0,0,.12);
}

.btn-edit-ck {
    align-items: center;
    justify-content: center;
    border: 1px solid #316afd;
    background: rgba(255,255,255,.01);
    box-shadow: -.5px -.5px 2px 0 rgba(49,106,253,.12),1px 1px 4px 0 rgba(49,106,253,.12)
}

.check-addons .btn {
    padding: 0;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #e1e1e3;
    background: var(--white);
    box-shadow: 8px 8px 33px 0 rgba(0,0,0,.06)
}

.check-addons .btn-check {
    position: relative;
    top: 48px;
    left: 14px;
    width: 18px;
    height: 18px
}

.visa-form-addon-field .form-check-input {
    width: 20px;
    height: 20px
}

.check-addon-card {
    padding: 8px
}

.check-addon-card h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px
}

.check-addon-card p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0
}

.check-addon-rate p {
    font-size: 13px;
    font-weight: 300;
    border-radius: 4px;
    border: 1px solid #ef4123;
    background: #fff3f3;
    color: #ef4123;
    margin-top: 4px
}

.check-addon-rate del {
    font-size: 12px;
    font-weight: 300;
    color: #616158
}

.check-addon-rate span {
    font-size: 22px;
    font-weight: 600;
    color: #353535
}

.check-applicant-flash {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #ef8923;
    background: #fff6f6;
    color: #c60
}

.check-summary-card {
    border-radius: 12px;
    border: 1px solid #eae7fa;
    background: #f5f8ff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.08),12px 12px 88px 0 rgba(0,0,0,.08)
}

.check-booking-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #697fe9;
    background: rgba(255,255,255,.7);
    margin: 10px 10px 0
}

.check-booking-box-circle,.check-booking-box-circle .booking-time,.check-booking-box-info p {
    background: linear-gradient(90deg,#697fe9 22.12%,#5239df 100%)
}

.check-booking-box-info p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    background-clip: text;
    -webkit-background-clip: text
}

.check-booking-box-info span {
    color: #626262;
    font-size: 13px
}

.check-booking-box-circle {
    display: flex;
    width: 67px;
    height: 66px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0
}

.check-booking-box-circle-inner {
    display: flex;
    width: 63px;
    height: 62px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 100%;
    flex-shrink: 0
}

.check-booking-box-circle .booking-time {
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    background-clip: text;
    -webkit-background-clip: text
}

.check-booking-box-circle .booking-mins {
    color: #626262;
    font-size: 11px;
    font-weight: 300;
    line-height: 12px
}

.check-summary-total p {
    font-size: 24px;
    font-weight: 600;
    color: #4a4a4a
}

.check-summary-total-price small {
    font-size: 12px;
    background: linear-gradient(96deg,rgba(54,54,54,.6) 0,rgba(73,73,73,.6) 104.19%);
    background-clip: text;
    -webkit-background-clip: text
}

.check-summary-promo-head p {
    color: #353535;
    line-height: 14px
}
.bi-trash{
    font-size: 18px;
    color: #ffffffdb;
}
.check-applicant-body .bi-pencil-square{
    font-size: 18px;
    color: var(--primary-color);
}
.check-payment-secure {
    border-radius: 8px;
    border: 1px solid #ebebeb;
    background: #242424;
    box-shadow: 8px 8px 30px 0 rgba(0,0,0,.15);
    margin: 20px 0;
}
.btn-pre-submit,.btn-pre-submit:hover {
    background: var(--primary-color)!important;
}
.check-payment-secure-header h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: var(--white);
}
.check-payment-secure .btn-group .form-check-input {
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
}
.check-payment-secure .btn-group .form-check-label {
    padding: 16px 16px 16px 40px;
    border-radius: 8px;
    border: 1px solid #595959;
    background: #595959;
    color: var(--white);
    margin-bottom: 12px;
    width: 100%
}

.check-btn-terms {
    font-weight: 500;
    color: rgb(255 228 197)
}

.btn-pre-submit {
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.14);
    border: 1px solid var(--primary-color);
    transition: .5s linear;
    color: var(--white)!important;
    padding: 14px 20px
}

.btn-pre-submit:hover {
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.4)
}

.check-summary-subtotal-head {
    font-size: 15px;
    font-weight: 500;
    color: #616161
}

.summary-toggle-btn {
    background: 0 0;
    border: 0
}

.summary-toggle-btn .bi::before {
    font-weight: 800!important
}

.check-summary-subtotal-body {
    height: 0;
    overflow: hidden;
    transition: .6s;
    color: #4a4a4a;
    font-size: 13px
}

.check-summary-subtotal-body.expanded {
    height: 146px
}

.summary-discount .summary-dis {
    font-weight: 600;
    margin-bottom: 0;
    background: linear-gradient(90deg,#ef4123 0,#ee3f25 51.5%,#d11450 100%);
    background-clip: text;
    -webkit-background-clip: text
}

.summary-discount .summary-value {
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white);
    border-radius: 2px;
    margin-bottom: 0;
    background: linear-gradient(90deg,#ef4123 0,#ee3f25 51.5%,#d11450 100%)
}

.check-summary-promo-body .btn-outline-primary {
    border-radius: 8px!important;
    font-weight: 600;
    background: var(--white)!important;
    border: 1px solid var(--primary-color)!important;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.12)
}

.check-summary-promo-body .btn-outline-primary span {
    color: var(--primary-color);
    min-height: 27px;
    display: block
}

.check-summary-promo-body input {
    font-size: 13px;
    padding: 10px;
    color: #5c5c5c;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background: var(--white)
}

.form-submit-card {
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(50,200,76,.22);
    background: var(--white);
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.08);
    margin: 4px;
    opacity: 0;
    transform: translateX(100%);
    animation: 140s linear infinite cardSlide;
    position: absolute;
    right: 0;
    top: 0
}

.form-submit-card:first-child {
    animation-delay: 20s
}

.form-submit-card:nth-child(2) {
    animation-delay: 50s
}

.form-submit-card:nth-child(3) {
    animation-delay: 90s
}

.form-submit-card:nth-child(4) {
    animation-delay: 140s
}

.form-submit-card:nth-child(5) {
    animation-delay: 200s
}

.form-submit-card:nth-child(6) {
    animation-delay: 280s
}

@keyframes cardSlide {
    0%,100%,8.8% {
        opacity: 0;
        transform: translateX(100%)
    }

    1.1%,6.8% {
        opacity: 1;
        transform: translateX(0)
    }
}

.form-submit-name {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px
}

.form-submit-text {
    color: #626262;
    font-weight: 300;
    padding: 0 8px;
    margin-bottom: 4px;
    font-size: 12px
}

.form-submit-name .bi-circle-fill {
    color: #32c84c;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px
}

.form-submit-name strong {
    font-weight: 600
}

.form-submit-card small {
    display: block;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    background: linear-gradient(98deg,#0c8858 0,#5db58e 100%);
    background-clip: text;
    -webkit-background-clip: text
}

.check-feature {
    gap: 10px
}

.check-feature-card {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #969696
}

.check-form-header {
    position: relative;
    padding: 24px 0 12px
}

.check-form-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black)
}

.add-applicant-button .btn-primary {
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color)!important;
    color: var(--white)!important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

@media screen and (max-width: 992px) {
    .border-right {
        border-right:0
    }

    .form-submit-cards,.visa-form-header:before {
        display: none
    }

    .visa-form-card {
        padding: 12px
    }
}

.sprite-form {
    background: url('../images/form-sprite.webp') top left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block
}

.sprite-form.mail-icon {
    background-position: 0 0;
    width: 17px
}

.sprite-form.whatsapp-icon {
    background-position: 0 -26px;
    width: 17px
}

.sprite-form.phone-icon {
    background-position: 0 -52px
}

.sprite-form.profession-icon {
    background-position: 0 -78px;
    height: 17px
}

.sprite-form.country-code-icon {
    background-position: 0 -105px
}

.sprite-form.education-icon {
    background-position: 0 -131px
}

.sprite-form.user-icon {
    background-position: 0 -157px
}

.sprite-form.user-travel-icon {
    background-position: 0 -183px
}

.sprite-form.calendar-icon {
    background-position: 0 -209px
}

.sprite-form.passport-icon {
    background-position: 0 -235px
}

.sprite-form.flag-icon {
    background-position: 0 -261px
}
/*---- end Application and checkout style ----*/
/*--- blogs page style----*/
.blogs-hero {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('../images/blogs-hero-bg.webp') center/cover no-repeat;
    color: #fff;
    padding: 1rem 0;
}
.card-blog:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.card-blog {
    transition: all .18s ease-in-out;
}
.card-img-top {
    max-height: 300px;
    border-bottom: 1px solid #e4e4e4;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.meta {
    font-size: .85rem;
    color: #6c757d;
}
@media (max-width: 767px) {
    .hero {
        padding: 3rem 1rem;
    }
}
/*--- end blogs page ---*/
/*-- blog page ---*/
.blog-hero {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/blogs-hero-bg.webp') center/cover no-repeat;
    color: #fff;
    padding: 3rem 0;
}
.blog-hero h1 { font-weight: 700; }
.author img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
article img { border-radius: 12px; margin-bottom: 1rem;height: 450px;}
article h2 { margin-top: 2rem; font-weight: 600; }
article p { line-height: 1.8; }

.article-comment .form-label{
    font-size: 12px;
    color: var(--primary-color);
    margin-bottom: 4px;
}
.article-comment .form-control{
    padding: 14px;
    font-size: 13px;
}
/*--- end blog page ---*/
/*--- dynamic pages style ---*/
.dynamic-hero {
    background: #ffefef1f;
    color: var(--primary-color);
    padding: 24px 0;
    animation: fadeDown 1s ease;
}
.dynamic-hero h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0;
}
.dynamic-hero p {
    font-size: 14px;
}
.dynamic-section {
    background: #ffefef1f;
    padding-bottom: 40px;
    animation: fadeUp 1s ease forwards;
}
.dynamic-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: var(--primary-color);
}
.dynamic-section h2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    display: block;
    margin-top: 8px;
}
.dynamic-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}
.dynamic-card {
    background: var(--dynamic-card);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.dynamic-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.dynamic-card h3 {
    margin-bottom: 10px;
    color: var(--primary-color);
}
.dynamic-section ul {
    list-style: none;
}
.dynamic-section ul li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}
.dynamic-section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}
.dynamic-section .dynamic-steps {
    display: grid;
    gap: 25px;
}

.dynamic-section .dynamic-step {
    background: #ebebeb;
    padding: 20px;
    border-left: 5px solid var(--primary-color);
    border-radius: 10px;
    transition: transform 0.3s;
    display: flex;
    gap: 20px;
}
.dynamic-section .dynamic-step:hover {
    transform: translateX(10px);
}
.dynamic-section .dynamic-step-info p{
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--primary-color);
}
.dynamic-section table {
    overflow-x: auto;
}
.dynamic-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.dynamic-section th, .dynamic-section td {
    padding: 14px;
    border: 1px solid #e5e7eb;
    text-align: center;
}
.dynamic-section th {
    background: var(--primary-color);
    color: white;
}
.dynamic-section tr:hover {
    background: #f4e5e5;
    transition: 0.3s;
}
.dynamic-cta {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    animation: pulse 2s infinite;
}

.dynamic-cta h2 {
    margin-bottom: 15px;
}

.dynamic-cta p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
}

/* ANIMATIONS */
@keyframes fadeUp {
    from {opacity: 0; transform: translateY(30px);}
    to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeDown {
    from {opacity: 0; transform: translateY(-30px);}
    to {opacity: 1; transform: translateY(0);}
}

@keyframes pulse {
    0% {box-shadow: 0 0 0 rgba(255,255,255,0.4);}
    50% {box-shadow: 0 0 30px rgba(255,255,255,0.6);}
    100% {box-shadow: 0 0 0 rgba(255,255,255,0.4);}
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 32px;
    }
}

/*--- end dynamic pages style ---*/
.error-wrapper{
    background-color: #fff5fa;
}
.error-container {
    background: var(--white);
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px auto;
    box-shadow: 0 4px 30px rgba(0,0,0,0.02);
}

.error-container h1 {
    font-size: 90px;
    color: #c33764;
}

.error-container h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.error-container p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}
/*-- end error page---*/