/*
Theme Name:   Osmosys DhiVisa
Theme URI:    http://example.com/twenty-twenty-four-child
Description:  A child theme of Twenty Twenty-Four
Template:     twentytwentyfour
Version:      1.0.0
Test Domain:  osmosys-dhivisa
*/

:root {
    --poppins-font: "Poppins", sans-serif;
    --text-color:rgba(114, 114, 114, 1);
    --black-text-color: rgba(0, 0, 0, 1);
    --contact-link-text-color: rgba(66, 73, 81, 1);
    --background-color: rgba(241, 245, 235, 1);
    --header-logo-width: 238.65px;
    --header-logo-height: 56px;
    --div-marginX: 0 60px;
    --white-color: rgba(255, 255, 255, 1);
    --header-btn-background-color:rgba(51, 153, 102, 1);
    --header-btn-border-radius: 150px;
    --header-btn-padding: 20px 30px;
    --header-btn-line-height: 30px;
    --header-btn-font-size: 14px;

    --header-btn-padding-md: 10px 30px;
    --header-btn-padding-sm: 0px 30px;
    --div-marginX-sm: 0 30px; 
    --header-logo-width-xs: 121.32px;
    --header-logo-height-xs: 32px;

    --footer-height: 669px;
    --footer-first-row-text-font-size: 30px;
    --footer-first-row-text-line-height: 36px;
    --footer-vl-height: 117px;

    --footer-dhivisa-logo-width: 195.54px;
    --footer-dhivisa-logo-height: 40px;
    --footer-second-row-heading-font-size: 22px;
    --footer-second-row-heading-line-height: 30px;
    --footer-second-row-text-font-size: 16px;
    --footer-second-row-text-line-height: 30px;
    --footer-second-row-columns-width: 300px;
    --footer-services-column-width: 230px;
    --footer-subscribe-form-background-color: rgba(17, 18, 20, 1);

    --footer-second-row-heading-font-size-md: 16px;
    --footer-second-row-text-font-size-md: 14px;
    --footer-second-row-columns-width-md: 250px;
    --footer-first-row-text-font-size-xs: 16px;
    --footer-first-row-text-line-height-xs: 24px;
    --footer-first-row-text-font-size-md: 20px;
    --footer-first-row-text-font-size-lg: 26px;
    --footer-vl-height-sm: 200px;
    --footer-vl-height-xs: 140px;
    --footer-second-row-heading-font-size-xs: 16px;
    --footer-second-row-text-font-size-xs: 12px;
    --footer-second-row-text-line-height-xs: 18px;
    --footer-dhivisa-logo-width-xs: 117.32px;
    --footer-dhivisa-logo-height-xs: 24px;

    --visa-sort-heading-color: rgba(0, 40, 77, 1);
    --visa-sort-text-color: var(--text-color);
    --visa-sort-heading-font-size: 20px;
    --visa-sort-text-font-size: 16px;
    --visa-sort-text-line-height: 30px;
    --visa-sort-stats-heading-font-size: 50px;
    --visa-sort-stats-heading-line-height: 60px;

    --visa-sort-stats-heading-font-size-md: 32px;
    --visa-sort-heading-font-size-md: 18px;
    --visa-sort-text-font-size-md: 14px;
    --visa-sort-stats-heading-font-size-lg: 42px;
    --visa-sort-heading-line-height-xs: 24px;
    --visa-sort-text-line-height-xs: 21px;
    --visa-sort-stats-heading-font-size-xs: 32px;
    --visa-sort-text-font-size-xs: 14px;

    --row-max-width: 1267px;

    --stroke-text-shadow: -1px -1px 1px var(--visa-sort-heading-color), 1px -1px 1px var(--visa-sort-heading-color), -1px 1px 1px var(--visa-sort-heading-color), 1px 1px 1px var(--visa-sort-heading-color);
    --process-overview-max-height: 730px;
    --process-overview-header-subheading-font-size: 14px;
    --process-overview-heading-font-size: 40px;
    --process-overview-heading-line-height: 60px;
    --process-overview-card-h3-font-size: 20px;
    --process-overview-card-h3-line-height: 30px;
    --process-overview-card-p-font-size: 16px;
    
    --process-overview-card-h3-font-size-md: 18px;
    --process-overview-card-h3-line-height-md: 28px;
    --process-overview-stroke-text-font-size-md: 38px;
    --process-overview-stroke-text-line-height-md: 42px;
    --process-overview-card-p-line-height-md: 21px;
    --process-overview-heading-font-size-sm: 32px;

/* ----------------------CONTACT FORM CSS ROOT---------------------- */
    --contact-form-heading-line-height: 100.8px;
    --contact-form-subheading-font-size: 24px;
    --contact-form-subheading-line-height: 43.2px;
    --contact-form-description-font-size: 18px;
    --contact-form-description-line-height: 32.4px;
    --contact-form-label-font-size: 16px;
    --contact-form-input-border: 1px solid rgba(179, 179, 179, 1);
    --contact-form-input-border-radius: 6px;
    --contact-form-input-placeholder-color: rgba(130, 135, 139, 1);
    --contact-form-button-border-radius: var(--contact-form-input-border-radius);
    --contact-form-button-font-size: var(--contact-form-description-font-size);
    --contact-form-button-line-height: 23.44px;
    --banner-form-input-group-background-color: rgba(255, 255, 255, 1);
    --banner-form-button-background-color: rgba(35, 146, 91, 1);
    --thankyou-modal-box-shadow: 0px 0px 50px 0 rgba(8, 166, 133, 0.5);

}

body {
    background-color: var(--background-color);
}

.header-logo img {
    width: var(--header-logo-width);
    height: var(--header-logo-height);
}
.header-inner {
    margin: var(--div-marginX);
}
.header-btn {
    color: var(--white-color);
    background-color: var(--header-btn-background-color);
    border-radius: var(--header-btn-border-radius);
    padding: var(--header-btn-padding);
    font-family: var(--poppins-font);
    font-size: var(--header-btn-font-size);
    font-weight: 600;
    line-height: var(--header-btn-line-height);
}
.header-btn [class*=" bi-arrow-right"]::before, .sort-visa [class*=" bi-arrow-right"]::before{
    font-size: 16px;
    font-weight: 900 !important;
    line-height: 16px;
}

footer {
    background-color: var(--visa-sort-heading-color);
    margin: 0;
    padding: 0;
}
footer .first-row-text {
    color: var(--white-color);
    font-size: var(--footer-first-row-text-font-size);
    line-height: var(--footer-first-row-text-line-height);
    font-weight: 600;
    font-family: var(--poppins-font);
}
footer .first-row, .sort-visa .visa-inner-row {
    max-width: var(--row-max-width);
    margin-bottom: 30px;
}
footer .second-row-inner-first-row, footer .second-row-inner-second-row {
    max-width: var(--row-max-width);
    width: 100%;
}
footer .first-row-icon {
    width: 80px;
    height: 80px;
}
footer .first-row-text {
    max-width: 408px;
}
footer .first-row-second-column {
    background-color: var(--white-color);
    width: 1px;
    opacity: 0.3;
    height: var(--footer-vl-height);
}
footer .first-row-first-column, footer .first-row-third-column {
    max-width: 600px;
}

footer .second-row {
    max-width: 1712px;
    padding-top: 10px;
    background-size: cover;
}
footer .second-row-inner-first-row {
    margin-bottom: 25px;
}
footer .second-row-first-column, footer .second-row-third-column {
    width: var(--footer-second-row-columns-width);
}
footer .second-row-second-column {
    width: var(--footer-services-column-width);
}
footer .second-row-logo {
    width: var(--footer-dhivisa-logo-width);
    height: var(--footer-dhivisa-logo-height);
}
footer .second-row-text-heading, footer .second-row-text, footer .subscribe-form input, footer .second-row-inner-second-row  {
    font-family: var(--poppins-font);
    color: var(--white-color);
}
footer .second-row-text-heading {
    font-size: var(--footer-second-row-heading-font-size);
    line-height: var(--footer-second-row-text-line-height);
    font-weight: 700;
}
footer .second-row-text, footer .subscribe-form input {
    font-size: var(--footer-second-row-text-font-size);
    line-height: var(--footer-second-row-text-line-height);
}
footer .services-check-icon {
    width: 14px;
    height: 16px;
    line-height: 16px;
}
footer .subscribe-form{
    border-radius: 999px;
    background-color: var(--footer-subscribe-form-background-color);
    width: 100%;
}
footer .subscribe-form input, footer .subscribe-form input:focus-visible {
    background-color: transparent;
    border: none;
    outline: none;
}
footer .btn img {
    width: 58px;
    height: 58px;
}
footer .btn {
    padding: 0;
}
.footer-white-line {
    color: var(--white-color);
    position: relative;
    top: -100px;
    width: 100%;
    height: 10px;
    opacity: 0.2;
    z-index: 10;
}

footer .address-img {
    width: 14px;
    height: 20px;
}

.sort-visa, .our-roles{
    margin: 120px 0;
}
.sort-visa .second-column-first-row, .sort-visa .second-column-stats {
    border-radius: 20px;
    max-width: 850px;
}
.sort-visa .second-column-stats {
    background-color: rgba(51, 153, 102, 1);
}
.sort-visa .icon-cta {
    width: 80px;
    height: 80px;
}
.sort-visa .stats-box {
    width: 128px;
}
.sort-visa .handshake-image {
    height: 100%;
}
.sort-visa .text-content-heading, .sort-visa .text-content-paragraph, .sort-visa .text-content-button, .stroked-text {
    font-family: var(--poppins-font);
    line-height: var(--visa-sort-text-line-height);
}
.sort-visa .text-content-heading {
    font-size: var(--visa-sort-heading-font-size);
    font-weight: 700;
    color: var(--visa-sort-heading-color);
}
.sort-visa .text-content-paragraph {
    font-size: var(--visa-sort-text-font-size);
    color: var(--visa-sort-text-color);
    margin-bottom: 30px;
}
.sort-visa .text-content-button {
    color: var(--visa-sort-heading-color);
    padding: 20px 30px;
    border-radius: 999px;
    border: 1px solid rgba(227, 219, 216, 1);
    font-size: 14px;
    font-weight: 600;
}
.stats-inner-box h2, .stats-inner-box p {
    color: var(--white-color);
    font-family: var(--poppins-font);
}
.stats-inner-box h2 {
    font-size: var(--visa-sort-stats-heading-font-size);
    line-height: var(--visa-sort-stats-heading-line-height);
    font-weight: 700;
}
.stats-inner-box p {
    font-size: var(--visa-sort-text-font-size);
    line-height: var(--visa-sort-text-line-height);
}

.process-overview-header-subheading, .process-overview-heading, .process-overview .card-body h3, .process-overview .card-body p, .our-roles-header-subheading, .our-roles-heading, .our-roles .card-body h3, .our-roles .card-body p {
    font-family: var(--poppins-font);
    color: var(--visa-sort-heading-color);
}
.stroked-text {
  font-size: var(--process-overview-heading-font-size);
  line-height: var(--process-overview-heading-line-height);
  font-weight:bolder;
  color: white;
  text-shadow: var(--stroke-text-shadow);
}
.process-overview {
    min-height: var(--process-overview-max-height);
    background-repeat: no-repeat;
    background-position: center;
}
.process-overview-header-icon {
    width: 20px;
    height: 20px;
}
.process-overview-header-subheading, .our-roles-header-subheading, .our-solutions-header-subheading {
    font-size: var(--process-overview-header-subheading-font-size);
    line-height: var(--process-overview-header-subheading-font-size);
    font-weight: 600;
    letter-spacing: 1.4px;
}
.process-overview-header, .our-roles-header {
    margin-bottom: 60px;
    max-width: 748px;
}
.process-overview-heading, .our-roles-heading, .our-solutions-heading {
    font-size: var(--process-overview-heading-font-size);
    line-height: var(--process-overview-heading-line-height);
    font-weight: 700;
}
.process-overview .cards-row {
    max-width: 1280px;
    width: 100%;
}
.process-overview .card {
    max-width: 410px;
    max-height: 240px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}
.process-overview .card-body h3, .our-roles .card-body h3 {
    font-size: var(--process-overview-card-h3-font-size);
    line-height: var(--process-overview-card-h3-line-height);
    font-weight: 900;
}
.process-overview .card-body p,.our-roles .card-body p {
    font-size: var(--process-overview-card-p-font-size);
    line-height: var(--process-overview-card-h3-line-height);
}

.our-roles {
    max-width: var(--row-max-width);
}
.our-roles .card {
    max-width: 620px;
    max-height: 291px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(227, 219, 216, 1);
}


.solution-slider-left-button, .solution-slider-right-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
}
.solution-slider-left-button [class*=" bi-arrow-left"]::before, .solution-slider-right-button [class*=" bi-arrow-right"]::before {
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    color: var(--white-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(51, 153, 102, 1);
}
.solution-slider-icon-green::before {
    background-color: rgba(51, 153, 102, 1) !important;
    border: 0;
}
.solution-slider-icon-transparent::before {
    border: 1px solid var(--white-color);
    background-color: var(--visa-sort-heading-color) !important;
}
.our-solutions-container {
    background-color: var(--visa-sort-heading-color);
    border-radius: 50px;
    min-height: 866px;
}
.our-solutions-inner {
    max-width: var(--row-max-width);
    width: 100%;
}
.our-solutions-header {
    margin-bottom: 60px;
    width: 100%;
}
.our-solutions-heading, .our-solutions-header-subheading, .solution-card-index span {
    color: var(--white-color);
    font-family: var(--poppins-font);
}
.our-solutions-header .header-content {
    max-width: 748px;
}
.solution-cards-container {
    width: 100%;
}
.solution-card {
    width: 190px;
    height: 422px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: width 0.4s ease;
}
.solution-card:not(.active)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(102, 204, 153, 0.7) 0%, rgba(0, 40, 77, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}
.solution-card-inner {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 12px;
    z-index: 2;
    cursor: pointer;
}

.solution-card-image {
    width: 100%;
    height: 100%;
}
.solution-card:not(.active) .solution-card-image {
    object-fit: cover;
}
.solution-card-content {
    display: flex;
    flex-direction: row !important;
    font-family: var(--poppins-font);
    color: var(--white-color);
    border-radius: 20px;
    padding: 0;
}
.solution-card-index span {
    color: var(--visa-sort-heading-color);
    border: 1px solid var(--visa-sort-heading-color);
    border-radius: 50%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.solution-card .solution-card-btn, .solution-card .solution-card-text {
    opacity: 0;
}
.solution-card-btn-container {
    height: auto;
}
.solution-card-heading {
    font-family: var(--poppins-font);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.solution-card .solution-card-text {
    opacity: 0;
}

.solution-card.active {
    width: 410px;
}
.solution-card.active .solution-card-inner {
    padding: 12px;
    cursor: default;
    width: 100%;
}
.solution-card.active .solution-card-content {
    flex-direction: column !important;
    background-color: rgba(51, 153, 102, 1);
    height: 240px;
    padding: 14px 18px;
    position: absolute;
    bottom: 10px;
    width: 386px;
}
.solution-card.active .solution-card-index span {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 16px 26px !important;
}
.solution-card.active .solution-card-btn-container {
    align-items: center !important;
}
.solution-card.active .solution-card-inactive-img {
    display: none;
}
.solution-card.active .solution-card-btn {
    display: inline-block !important;
    padding: 18px 30px;
    border: 1px solid var(--white-color);
    border-radius: 999px;
    color: var(--white-color);
    font-size: 14px;
    line-height: 30px;
    opacity: 1; 
}
.solution-card.active .solution-card-heading {
    font-size: 22px;
    font-weight: 700;
}
.solution-card.active .solution-card-text {
    display: block !important;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
}

/* Hide the original checkbox */
.contact-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--contact-link-text-color); /* Customize color as needed */
    border-radius: 50%; /* Makes it circular like a radio button */
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
}

/* Checked state styling for the checkbox */
.contact-form  input[type="checkbox"]:checked {
    border-color: var(--banner-form-button-background-color);
}

/* Adding the inner dot to make it look like a filled radio button */
.contact-form  input[type="checkbox"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--banner-form-button-background-color);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .our-roles .card {
        max-width: 49%;
        max-height: 350px;
    }
    .our-roles {
        margin: 140px 0;
    }

    .our-solutions-container {
        border-radius: 0;
    }
    .solution-card.active .solution-card-content {
        width: 346px;
    }
    .solution-card.active {
        width: 370px;
    }
    .why-choose-us-section {
        padding: 10px;
    }
    .hero .hero-text-on-image {
        position: absolute;
        top: 45%;
        left: 15%;
        transform: translate(0, -50%);
        color: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        width: 60%;
    }
    .modal-content {
        font-size: 22px;
        width: 400px;
    }
    .process-overview .cards-row {
        gap: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    footer .first-row-text {
        font-size: var(--footer-first-row-text-font-size-lg);
    }
    .sort-visa .visa-sort-cta-image {
        width: 280px;
        height: 380px;
    }
    .stats-inner-box h2 {
        font-size: var(--visa-sort-stats-heading-font-size-lg);
    }
    .process-overview .card-body h3, .our-roles .card-body h3 {
        font-size: 20px;
    }
    .process-overview .card-body p, .our-roles .card-body p {
        font-size: var(--process-overview-header-subheading-font-size);
    }
    .stroked-text {
        font-size: 38px;
        line-height: var(--process-overview-heading-font-size);
    }
    .process-overview .cards-row {
        gap: 20px;
    }
    .process-overview .card {
        /* max-width: 340px; */
        max-height: 230px;
        /* width: 32%; */
    }
    .our-roles .card {
        max-width: 49%;
        max-height: 226px;
    }
    .our-roles .card-body {
        max-height: 100%;
    }
    .our-roles .thumbnail {
        width: 210px;
        height: 100%;
    }
    .our-roles, .why-choose-us {
        margin: 140px 0;
    }
    .why-choose-us-section {
        padding: 10px;
    }
    .why-choose-us-desktop-image {
        display: inline-flex !important;
    }
    .why-choose-us-content{
        width:80%;
    }

    .hero {
        margin: 10px 40px !important;
    }
    .hero .hero-text-on-image {
        position: absolute;
        top: 50%;
        left: 12%;
        transform: translate(0, -50%);
        color: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        width: 70%;
    }

    .hero .hero-text-on-image h1 {
        font-family: var(--poppins-font);
        font-size: 34px;
    }

    .hero .hero-text-on-image p {
        font-family: var(--poppins-font);
        font-size: 18px;
        line-height: var(--process-overview-card-h3-line-height);
        width: 62%;
    }
    .modal-content {
        font-size: 20px;
        width: 380px;
    }
    .why-choose-us-header .why-choose-us-heading {
        line-height: 50px;
    }
    .why-choose-us .card-body p {
        font-size: 14px !important;
    }
    .why-choose-us .card-body h3 {
        font-size: 16px !important;
    }
    .why-choose-us-features .feature-icon {
        width: 56px;
        height: 56px;
    }
    .why-choose-us {
        gap: 50px !important;
    }
    .why-choose-us-image {
        height: 90% !important;
    }

    .our-solutions-inner {
        max-width: 1000px;
    }
    .solution-card-content {
        width: 100%;
    }
    .solution-card.active .solution-card-content {
        width: 306px;
        height: 190px;
    }
    .solution-card {
        width: 15%;
        height: 340px;
    }
    .solution-card.active {
        width: 330px;
        height: 340px;
    }
    .solution-card.active .solution-card-heading {
        font-size: 18px;
        width: auto
    }
    .solution-card-heading {
        font-size: 14px;
        line-height: 24px;
        width: 84px;
    }
    .solution-card.active .solution-card-btn {
        padding: 4px 20px;
        font-size: 12px;
    }
    .solution-card.active .solution-card-text {
        font-size: 14px;
        line-height: 22px;
    }
    .solution-card-index span {
        font-size: 18px;
    }
    .our-solutions-container {
        min-height: 770px;
    }
    .solution-card-inner {
        padding: 12px 8px;
        width: 100%;
    }
    .solution-card.active .solution-card-index span {
        padding: 8px 18px !important;
    }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-btn {
        padding: var(--header-btn-padding-md);
    }

    footer .first-row-text {
        font-size: var(--footer-first-row-text-font-size-md);
    }
    footer .first-row-icon {
        width: 70px;
        height: 70px;
    }
    footer .second-row-first-column, footer .second-row-third-column {
        width: var(--footer-second-row-columns-width-md);
    }
    footer .second-row-second-column {
        width: var(--footer-services-column-width-md);
    }
    footer .second-row-text-heading {
        font-size: var(--footer-second-row-heading-font-size-md);
    }
    footer .second-row-text, footer .subscribe-form input {
        font-size: var(--footer-second-row-text-font-size-md);
    }
    .sort-visa, .our-roles{
        margin: 100px 0;
    }
    .why-choose-us-tablet-image {
        display: inline-flex !important;
    }
    .why-choose-us-desktop-image {
        display: none;
    }
    .why-choose-us {
        flex-direction: column;
        text-align: center;
        margin: 80px 0;
        width: 100%;
        justify-content: center !important;
    }
    .why-choose-us-button{
        text-align: center;
    }
    .why-choose-us-content {
        text-align: center !important;
        margin: 0 auto;
    }
    .why-choose-us-header-subheading {
        margin: 0 auto;
    }
    .why-choose-us-heading {
        text-align: center;
    }
    .why-choose-us-header-name {
        justify-content: center;
        text-align: center;
        margin-left: 200px;
    }
    .why-choose-us-features{
        margin-top: 30px;
    }
    .sort-visa .visa-sort-cta-image {
        width: 220px;
        height: 380px;
    }
    .sort-visa .text-content-heading {
        font-size: var(--visa-sort-heading-font-size-md);
    }
    .sort-visa .text-content-paragraph {
        font-size: var(--visa-sort-text-font-size-md);
        margin-bottom: var(--process-overview-card-p-font-size);
    }
    .sort-visa .text-content-button {
        padding: 14px 24px;
    }
    .sort-visa .stats-box {
        width: 96px;
    }
    .stats-inner-box h2 {
        font-size: var(--visa-sort-stats-heading-font-size-md);
    }
    .stats-inner-box p {
        font-size: var(--visa-sort-text-font-size-md);
    }
    .process-overview .card-body h3 {
        font-size: var(--process-overview-card-h3-font-size-md);
        line-height: var(--process-overview-card-h3-line-height-md);
    }
    .process-overview .card-body p {
        font-size: var(--process-overview-header-subheading-font-size);
        line-height: var(--process-overview-card-p-line-height-md);
    }
    .stroked-text {
        font-size: var(--process-overview-stroke-text-font-size-md);
        line-height: var(--process-overview-stroke-text-line-height-md);
    }
    .process-overview .cards-row {
        gap: 20px;
    }
    .process-overview .card {
        max-height: 230px;
    }
    .our-roles .card {
        max-width: 49%;
    }
    .our-roles .card-body {
        max-height: 100%;
    }
    .our-roles .thumbnail {
        width: 149px;
        height: 170px;
    }
    .our-roles .card-logo img {
        width: 40px;
        height: 40px;
    }
    .our-roles .card-body h3 {
        font-size: var(--process-overview-card-p-font-size);
    }
    .our-roles .card-body p {
        font-size: 12px;
        line-height: 18px;
    }

    .our-solutions-container {
        border-radius: 0;
    }
    .our-solutions-inner {
        padding: 0 18px;
    }
    .our-solutions-heading {
        font-size: 44px;
    }
    .solution-card-content {
        padding-right: 8px;
        width: 85%;
    }
    .solution-card.active .solution-card-content {
        width: 236px;
        height: 190px;
    }
    .solution-card {
        width: 15%;
        height: 340px;
    }
    .solution-card.active {
        width: 260px;
        height: 340px;
    }
    .solution-card.active .solution-card-heading {
        font-size: 16px;
        width: auto
    }
    .solution-card-heading {
        font-size: 12px;
        line-height: 24px;
        width: 84px;
    }
    .solution-card.active .solution-card-btn {
        padding: 4px 20px;
        font-size: 12px;
    }
    .solution-card.active .solution-card-text {
        font-size: 12px;
        line-height: 22px;
    }
    .solution-card-index span {
        font-size: 18px;
    }
    .our-solutions-container {
        min-height: 770px;
    }
    .solution-card-inner {
        padding: 12px 0px;
    }
    .solution-card.active .solution-card-index span {
        padding: 8px 18px !important;
    }
    .why-choose-us .card-body h3{
        font-size: var(--process-overview-card-p-font-size);
    }
    .why-choose-us .card-body p {
        font-size: 12px;
        line-height: 18px;
    }
    .hero-image-container .desktop-image {
        display: none !important;

    }
    .hero-image-container .mobile-image {
        width: 100%;
        display:  block !important;
        height: auto;
        border-radius: 15px;
    }
    .hero .hero-text-on-image {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0, -50%);
        color: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        width: 70%;
    }
    .hero .hero-text-on-image p {
        font-family: var(--poppins-font);
        font-size: 18px;
        line-height: var(--process-overview-card-h3-line-height);
        width: 80%;
    }
    .modal-content {
        font-size: 20px;
        width: 380px;
    }

    .hero .hero-columns h3{
        font-size: 24px !important;
    }
  
    .hero .hero-columns p{
        font-size: 18px !important;
    }
    .hero-columns .feature-icon {
        width: 70px;
        height: 70px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .header-inner {
        margin: var(--div-marginX-sm);
    }
    .header-btn {
        padding: var(--header-btn-padding-sm);
    }
    footer .first-row-second-column {
        height: var(--footer-vl-height-sm);
    }
    .footer-white-line {
        top: -500px;
    }
    footer .second-row-first-column, footer .second-row-third-column {
        width: var(--footer-second-row-columns-width);
    }
    
    .sort-visa, .our-roles{
        margin: 80px 0;
    }
    .handshake-mobile-image {
        width: 100%;
        height: 340px;
    }
    .sort-visa .visa-sort-cta-image {
        width: 200px;
        height: 360px;
    }
    .sort-visa .stats-box, .sort-visa .stats-inner-box {
        width: 50%;
    }
    .sort-visa .text-content-button {
        padding: 14px 22px;
    }
    .sort-visa .icon-cta {
        width: 60px;
        height: 60px;
    }

    .process-overview {
        min-height: 100%;
        background-size: cover;
    }
    .process-overview-header-subheading {
        font-size: 12px;
        line-height: 12px;
    }
    .process-overview-heading {
        font-size: var(--process-overview-heading-font-size-sm);
        line-height: var(--process-overview-stroke-text-font-size-md);
    }
    .process-overview-header, .our-roles-header {
        margin-bottom: var(--process-overview-card-h3-line-height);
    }

    .our-roles .our-roles-heading {
        font-size: 42px;
        line-height: 52px;
    }
    .our-roles .thumbnail {
        width: 160px;
    }
    .our-roles .card {
        max-width: 480px;
        max-height: 520px;
    }
    .our-roles .card-body h3 {
        font-size: 20px;
    }
    .our-roles .card-body p {
        font-size: var(--process-overview-card-p-font-size);
    }
    .why-choose-us-features, .why-choose-us-heading, .why-choose-us-content{
        margin: 20px;
    }
    .why-choose-us .handshake-mobile-image {
        width: 80%;
        height: auto;
    }
    .why-choose-us-header-name {
        justify-content: center;
        text-align: center;
    }

    .our-solutions-inner {
        max-width: 580px;
    }
    .our-solutions-container {
        border-radius: 12px;
    }
    .solution-cards-container {
        gap: 20px;
    }
    .solution-card {
        width: 200px;
        height: 224px;
        transform: scale(0.9);
        opacity: 0.7;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }
    .solution-card.active {
        height: 422px;
        transform: scale(1);
        opacity: 1;
    }
    .solution-card-inner {
        width: 100%;
    }
    .our-solutions-heading {
        font-size: 36px;
        line-height: 44px;
    }
    .header-content, .our-solutions-header {
        gap: 10px;
    }
    .solution-card.active .solution-card-index span {
        padding: 8px 18px !important;
    }
    .hero {
        margin: 10px 50px !important;
      }
    .hero-image-container .desktop-image {
        display: none !important;

    }
    .hero-image-container .mobile-image {
        width: 100%;
        display:  block !important;
        height: auto;
        border-radius: 15px;
    }
    .hero .hero-text-on-image {
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translate(0, -50%);
        color: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        width: 70%;
    }
    .hero .hero-text-on-image p {
        font-family: var(--poppins-font);
        font-size: 18px;
        line-height: var(--process-overview-card-h3-line-height);
        width: 90%;
    }
    .hero .hero-columns h3{
        font-size: 20px !important;
    }
  
    .hero .hero-columns p{
        font-size: 16px !important;
    }
    .hero-columns .feature-icon {
        width: 64px;
        height: 64px;
    }

    .radio-div-parent {
        flex-direction: column;
    }
    .radio-div {
        width: 100%;
    }
    .radio-div-other input[type="text"] {
        width: 80%;
    }
    .radio-div.margin-bottom {
        margin-bottom: 15px;
    }
    .modal-content {
        font-size: 18px;
    }

}

@media (max-width: 575px) {
    .header-logo img {
        width: var(--header-logo-width-xs);
        height: var(--header-logo-height-xs);
    }
    footer .first-row-second-column {
        height: var(--footer-vl-height-xs);
    }
    .footer-white-line {
        top: -410px;
    }
    footer .second-row-first-column, footer .second-row-third-column {
        width: var(--footer-second-row-columns-width);
    }
    footer .first-row-text {
        font-size: var(--footer-first-row-text-font-size-xs);
        line-height: var(--footer-first-row-text-line-height-xs);
    }
    footer .first-row-icon {
        width: 50px;
        height: 50px;
    }
    footer .second-row {
        padding-top: 0px;
        background-position: 75% 56px;
        background-size: 1789px auto;
        background-repeat: no-repeat;
    }
    footer .second-row-text {
        font-size: var(--footer-second-row-text-font-size-xs);
        line-height: var(--footer-second-row-text-line-height-xs);
    }
    footer .second-row-logo {
        width: var(--footer-dhivisa-logo-width-xs);
        height: var(--footer-dhivisa-logo-height-xs);
    }
    footer .second-row-text-heading {
        font-size: var(--footer-second-row-heading-font-size-xs);
    }
    footer .second-row-inner-first-row {
        margin-bottom: 26px;
    }

    .sort-visa, .our-roles, .why-choose-us{
        margin: 80px 0;
    }
    .why-choose-us .handshake-mobile-image {
        width: 80%;
        height: auto;
    }
    .why-choose-us .why-choose-us-heading{
        font-size: 20px;
        line-height: 24px;
    }
    .why-choose-us-features, .why-choose-us-heading {
        margin: 20px 0;
    }
    .why-choose-us-header-name {
        justify-content: center;
        text-align: center;
    }
    .handshake-mobile-image {
        width: 100%;
        height: 300px;
    }
    .sort-visa .visa-sort-cta-image {
        width: 130.9px;
        height: 380px;
    }
    .sort-visa .stats-box, .sort-visa .stats-inner-box {
        width: 50%;
    }
    .sort-visa .text-content-button {
        padding: 14px 22px;
    }
    .sort-visa .icon-cta {
        width: 60px;
        height: 60px;
    }
    .sort-visa .text-content-heading  {
        font-size: var(--visa-sort-text-font-size);
        line-height: var(--visa-sort-heading-line-height-xs);
    }
    .sort-visa .text-content-paragraph {
        font-size: var(--visa-sort-text-font-size-md);
        line-height: var(--visa-sort-text-line-height-xs);
        margin-bottom: 20px;
    }
    .stats-inner-box h2 {
        font-size: var(--visa-sort-stats-heading-font-size-xs);
    }
    .stats-inner-box p {
        font-size: var(--visa-sort-text-font-size-xs);
        line-height: var(--visa-sort-heading-font-size-md);
    }

    .process-overview {
        min-height: 100%;
        background-size: cover;
        background-position: right;
        border-radius: var(--process-overview-heading-font-size);
    }
    .process-overview .card {
        max-width: 320.36px;
    }
    .process-overview .card-body h3 {
        font-size: var(--process-overview-card-p-font-size);
        line-height: var(--process-overview-card-h3-line-height-md);
    }
    .process-overview .card-body p {
        font-size: var(--process-overview-header-subheading-font-size);
        line-height: var(--process-overview-card-p-line-height-md);
    }
    .stroked-text {
        font-size: var(--process-overview-heading-font-size);
        line-height: var(--process-overview-heading-line-height);
    }
    .process-overview-header-subheading, .our-roles-header-subheading, .why-choose-us-header-subheading {
        font-size: var(--process-overview-header-subheading-font-size);
        line-height: var(--process-overview-header-subheading-font-size);
    }
    .process-overview-heading {
        font-size: 20px;
        line-height: var(--process-overview-card-h3-line-height);
    }
    .process-overview-header, .our-roles-header {
        margin-bottom: var(--process-overview-card-h3-line-height);
    }

    .our-roles .our-roles-heading {
        font-size: 20px;
        line-height: 24px;
    }
    .our-roles .thumbnail {
        width: 123.35px;
        height: 123.35px;
    }
    .our-roles .card {
        max-width: 480px;
        max-height: 520px;
    }
    .our-roles .card-body h3 {
        font-size: var(--process-overview-card-p-font-size);
    }
    .our-roles .card-body p {
        font-size: var(--process-overview-header-subheading-font-size);
        line-height: var(--process-overview-card-h3-line-height);
    }
    .our-roles .card-logo-mobile img {
        width: var(--process-overview-heading-font-size-sm);
        height: var(--process-overview-heading-font-size-sm);
    }
    .our-solutions-inner {
        max-width: 500px;
    }
    .our-solutions-container {
        border-radius: 12px;
    }
    .solution-cards-container {
        gap: 20px;
    }
    .solution-card {
        width: 158px;
        height: 164px;
        transform: scale(0.9);
        opacity: 0.7;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }
    .solution-card.active {
        width: 327px;
        height: 422px;
        transform: scale(1);
        opacity: 1;
    }
    .solution-card.active .solution-card-content {
        width: 302px;
    }
    .solution-card-inner {
        width: 100%;
    }
    .our-solutions-heading {
        font-size: 20px;
        line-height: 30px;
    }
    .header-content, .our-solutions-header {
        gap: 10px;
    }
    .solution-card.active .solution-card-index span {
        padding: 8px 18px !important;
    }
    .solution-card-heading, .solution-card.active .solution-card-heading {
        font-size: 16px;
    }
    .solution-card:not(.active) .solution-card-heading {
        line-height: 24px;
        width: 130px;
    }
    .solution-card.active .solution-card-text {
        font-size: 14px;
        line-height: 21px;
    }
    .our-solutions-header .header-content {
        max-width: 340px;
    }
    .hero-image-container .desktop-image {
        display: none !important;

    }
    .hero-image-container .mobile-image {
        width: 100%;
        display:  block !important;
        min-height: 380px;
        height: auto;
        border-radius: 15px;
    }
    .hero .hero-text-on-image {
        position: absolute;
        top: 50%;
        left: 1%;
        transform: translate(0, -50%);
        color: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        width:80%;
    }
    .hero .hero-text-on-image p {
        font-family: var(--poppins-font);
        font-size: 14px;
        line-height: 20px;
        width: 79%;
    }
    .hero .hero-text-on-image h1 {
        font-size: 28px;
    }
    .hero {
        margin: 10px 10px !important;
    }
    .hero .hero-image-container {
        position: relative;
        text-align: left;
        color: var(--white-color);
        max-width: 100%;
    }
    .radio-div-parent {
        flex-direction: column;
    }
    .radio-div {
        width: 100%;
    }
    .radio-div-other input[type="text"] {
        width: 75%;
    }
    .radio-div.margin-bottom {
        margin-bottom: 15px;
    }
    .contact-form-section .contact-info {
        flex-direction: column;
        gap: 20px;
    }
    .contact-form-section .contact-form-section-heading {
        font-size: 32px !important;
        line-height: 50px !important;
    }
    .contact-form-section .contact-form-section-subheading {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .contact-form-section .contact-form-section {
        padding-top: 40px !important;
    }
    .modal-content {
        font-size: 18px;
        width: 350px;
    }
    .hero-btn{
        width: 154px !important;
    }
    .hero .hero-columns h3{
        font-size: 16px !important;
        line-height: 24px !important;
    }
  
    .hero .hero-columns p{
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .hero-columns .feature-icon {
        width: 56px;
        height: 56px;
    }
    .why-choose-us-features .feature-heading{
        font-size: 18px !important;
    }
    .why-choose-us-features .feature-box {
        max-width: 310px;
    }

}


  .why-choose-us {
    margin: 80px 0;
    max-width: var(--row-max-width);
    gap: 80px;
  }
  .why-choose-us-image {
    height: 100%;
  }
  .why-choose-us-content {
    max-width: 620px;
  }
  .why-choose-us-heading {
    font-family: var(--poppins-font);
    color: black;
        font-size: var(--process-overview-heading-font-size);
        line-height: var(--process-overview-heading-line-height);
        font-weight: 700;
  }
  .why-choose-us-header-subheading{
    font-size: var(--process-overview-header-subheading-font-size);
    line-height: var(--process-overview-header-subheading-font-size);
    font-weight: 600;
    letter-spacing: 1.4px;
    font-family: var(--poppins-font);
    color: var(--visa-sort-heading-color) !important;
  }
  .why-choose-us .highlighted-word{
    color: var(--visa-sort-heading-color);
  }
  .feature-box {
    border: 1px solid #ddd;
    padding: 14px;
    border-radius: 20px;
  }
  .why-choose-us .card-body h3{
    font-size: var(--process-overview-card-h3-font-size);
    line-height: var(--process-overview-card-h3-line-height);
    font-weight: 900;
    font-family: var(--poppins-font);
    color: var(--visa-sort-heading-color);
    
  }
  .why-choose-us .card-body p{
    font-family: var(--poppins-font);
    color: var(--text-color);
    font-size: var(--process-overview-card-p-font-size);
    line-height: var(--process-overview-card-h3-line-height);
  }
  .why-choose-us .text-content-button {
    font-family: var(--poppins-font);
    line-height: var(--visa-sort-text-line-height);
    color: var(--white-color);
    background-color: rgba(51, 153, 102, 1);
    padding: 15px 30px;
    border-radius: 999px;
    border: 1px solid rgba(227, 219, 216, 1);
    font-size: 14px;
    font-weight: 600;
  }
  .why-choose-us-tablet-image {
      display: none;
  }


@media (max-width: 389px) {
    .our-solutions-inner {
        max-width: 290px;
    }
    .solution-card.active {
        height: 400px;
    }
    .solution-card.active .solution-card-content {
        width: 266px;
        height: 224px;
    }
    .solution-card:not(.active) {
        width: 134px;
        height: 150px;
    }
    .solution-card.active .solution-card-btn {
        padding: 16px 30px;
    }
    .solution-cards-container {
        gap: 16px;
    }
    .hero .hero-text-on-image h1 {
        font-size: 24px;
    }
    .hero .hero-text-on-image p {
        font-size: 12px;
        width: 79%;
    }
    .hero-btn{
        padding: 10px 16px !important;
        font-size: 12px !important;
        width: 130px !important;
    }
    .hero .info-box {
        padding: 20px 16px !important;
    }
    .why-choose-us .handshake-mobile-image {
        width: 100%;
        height: auto;
    }
  }

  .hero {
    margin: 10px 70px;
  }
  .hero-image-container {
    position: relative;
    text-align: left;
    color: var(--white-color);
    max-width: 100%;
   }

  .hero-image-container .desktop-image {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 15px;
   }

    .hero-image-container .mobile-image {
      display: none;
    }

    .hero-text-on-image {
      position: absolute;
      top: 52%;
      left: 15%;
      transform: translate(0, -50%);
      color: var(--white-color);
      padding: 20px;
      border-radius: 10px;
      width: 50%;
    }

    .hero-text-on-image h1 {
      font-family: var(--poppins-font);
      font-weight: 700;
    }

    .hero-text-on-image p {
      font-family: var(--poppins-font);
      font-size: 18px;
      line-height: var(--process-overview-card-h3-line-height);
      width: 54%;
    }

    .hero .info-box {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      margin: 10px 0;
      height:auto;
    }

    .hero .hero-columns {
        overflow-x: hidden;
        width: 100%;
    }
    .hero .hero-columns h3{
      font-size: var(--process-overview-card-h3-font-size);
      line-height: var(--process-overview-card-h3-line-height);
      font-weight: 900;
      font-family: var(--poppins-font);
      color: var(--visa-sort-heading-color);
    }

    .hero .hero-columns p{
      font-family: var(--poppins-font);
      color: var(--visa-sort-heading-color);
      font-size: var(--process-overview-card-p-font-size);
      line-height: var(--process-overview-card-h3-line-height);
    }

    .hero-animated-text {
      display: block;
      white-space: nowrap;
      line-height: var(--process-overview-heading-line-height);
      transform: translateY(100%);
      animation: slide-in 0.5s forwards;
    }

@keyframes slide-in {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

    .hero-btn{
      font-family: var(--poppins-font);
      line-height: var(--visa-sort-text-line-height);
      color: var(--white-color);
      padding: 10px 20px;
      border-radius: 999px;
      border: 1px solid rgba(227, 219, 216, 1);
      font-size: 14px;
      font-weight: 600;
      margin-top: 10px;
      border-radius: 25px;
      white-space: nowrap; 
      overflow: hidden;
      transition: background-color 0.3s ease, color 0.3s ease;
      width: 160px;
    }

    .hero-btn .arrow-icon{
      opacity: 0;
      transition: all 0.3s ease;
      transform: translateX(-10px);
    }

    .hero-btn:hover {
      width: 180px;
      background-color: rgba(51, 153, 102, 1);
      color: var(--white-color);
    }

    .hero-btn:hover .arrow-icon{
      opacity: 1;
      transform: translateX(0);
      color: var(--white-color);
    }

    /* ----------------------CONTACT FORM CSS---------------------- */

    .contact-form-section {
        padding-top: 80px;
    }
    .contact-form-section-heading {
        color: var(--visa-sort-heading-color);
        font-family: var(--poppins-font);
        font-size: 56px;
        line-height: var(--contact-form-heading-line-height);
    }
    .contact-form-section-subheading{
        color: var(--black-text-color);
        font-family: var(--poppins-font);
        font-weight: bold;
        font-size: var(--contact-form-subheading-font-size);
        line-height: var(--contact-form-subheading-line-height);
    }
    .contact-form-section-description {
        color: var(--text-color);
        font-family: var(--poppins-font);
        font-size: var(--contact-form-description-font-size);
        line-height: var(--contact-form-description-line-height);
        width: 738px;
    }
    
    .contact-form, .what-happens-next-section, .prefer-to-talk-directly-section {
        width: 800px !important;
    }
    
    .star {
        color: var( --banner-form-button-background-color);
    }
    
    .line {
        width: 50%;
    }
    .contact-form label {
        color: var(--black-text-color);
        font-family: var(--poppins-font);
        font-weight: bold;
        font-size: var(--contact-form-label-font-size);
        line-height: var(--contact-form-subheading-font-size);
    }
    
    .contact-form input, .dropdown .options, .dropdown .industry {
        border: var(--contact-form-input-border);
        border-radius: var(--contact-form-input-border-radius);
    }
    .radio-div, .radio-div-other {
        border: 1px solid rgba(217, 217, 217, 1);
        border-radius: var(--contact-form-input-border-radius);
        background-color: var(--white-color);
    }
    .radio-div label, .radio-div-other label {
        color: var(--contact-link-text-color);
    }
    .contact-form input::placeholder {
        color: var(--contact-form-input-placeholder-color);
        font-size: var(--contact-form-label-font-size);
        line-height: var(--contact-form-subheading-font-size);
        font-family: var(--poppins-font);
    }
    

    .radio-div {
        width: 100%;
    }
    .radio-div-other input[type="text"] {
        border: none;
        border-bottom: 1px solid var(--contact-form-input-placeholder-color);
        border-radius: 0;
        outline: none;
        width: 85%;
    }
    
    .contact-form-button{
        width: 100%;
        border-radius: var(--contact-form-button-border-radius);
        color: var(--banner-form-input-group-background-color);
        background-color: var(--banner-form-button-background-color);
        border: none;
        font-size: var(--contact-form-button-font-size);
        line-height: var(--contact-form-button-line-height);
        font-family: var(--poppins-font);
        font-weight: bold;
    }
    
    .what-happens-next-section h2, .prefer-to-talk-directly-section h2 {
        font-family: var(--poppins-font);
        font-weight: bold;
        font-size: var(--contact-form-subheading-font-size);
        line-height: var(--contact-form-subheading-font-size);
        color: var(--contact-link-text-color);
    }
    .what-happens-next-section p {
        font-family: var(--poppins-font);
        font-size: var(--contact-form-button-font-size);
        line-height: var(--contact-form-subheading-font-size);
        color: var(--contact-link-text-color);
    }
    
    .contact-form-section .contact-info a {
        text-decoration: none;
        color: var(--contact-link-text-color);
        font-family: var(--poppins-font);
        font-size: 18px;
        line-height: 24px;
    }
    input[type="radio"] {
        accent-color: rgba(8, 166, 133, 1);
    }
    .selected {
        border: 2px solid rgba(8, 166, 133, 1) !important;
    }
    
    .modal {
        position: fixed;
        z-index: 1005;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0 0 0 / 0.4);
        backdrop-filter: blur(8px);
    }
    
    .modal-content {
        font-family: var(--poppins-font);
        font-weight: bold;
        width: 440px;
        color: var(--text-color);
        background-color: var(--banner-form-input-group-background-color);
        border-radius: var(--contact-form-subheading-font-size);
        box-shadow: var(--thankyou-modal-box-shadow);
        font-size: var(--contact-form-subheading-font-size);
    }
    .modal-content h1 {
        font-family: var(--poppins-font);
        font-weight: bold;
        color: var(--banner-form-button-background-color);
    }
    .dhivisa-thankyou-logo {
        width: 120px;
        height: 120px;
    }
    #page {
        background-color: white;
    }