/* ==========================================================================
   Talento - Recruitment Website
   Responsive design styles
   ========================================================================== */

/* Extra large screens (up to 1599.98px) */
@media (max-width: 1599.98px) {
    .common-container {
        padding: 0 120px;
    }

    .who-we-are-section {
        padding: 100px 0;
    }

    .who-we-are-grid {
        gap: 60px;
    }

    .industries-section {
        padding: 100px 0;
    }

    .choose-section {
        padding: 100px 0;
    }

    .choose-grid {
        gap: 60px;
    }

    .mission-section {
        padding: 130px 0;
    }

    .mission-grid-line-h.h-top {
        top: 130px;
    }

    .mission-grid-line-h.h-mid {
        top: 280.5px;
    }

    .mission-grid-line-h.h-bottom {
        top: 431px;
    }

    .mission-grid-line-v.v-out-left {
        left: calc(50% - 680px);
    }

    .mission-grid-line-v.v-out-right {
        left: calc(50% + 680px);
    }
}

/* Desktop screens (up to 1199.98px) */
@media (max-width: 1199.98px) {
    .common-container {
        padding: 0 60px;
    }

    .hero-section {
        height: 700px;
    }

    .hero-heading {
        font-size: 48px;
    }

    .hero-paragraph {
        font-size: 16px;
        max-width: 460px;
    }

    .nav-link {

        font-size: 14px;

    }

    .header-logo {
        width: 110px;
    }

    .who-we-are-section {
        padding: 80px 0;
    }

    .who-we-are-grid {
        gap: 40px;
        grid-template-columns: 1.1fr 0.9fr;
    }

    .who-we-are-paragraph {
        margin-bottom: 36px;
    }

    .who-we-are-features {
        column-gap: 36px;
    }

    .who-we-are-feature-inner {
        padding: 20px 0;
    }

    .industries-section {
        padding: 80px 0;
    }

    .industries-grid {
        gap: 24px;
        margin-top: 48px;
    }

    .industry-card-content {
        padding: 24px 24px 20px 24px;
    }

    .industry-card-footer {
        padding: 20px 24px;
    }

    .industry-card-title {
        font-size: 20px;
    }

    .choose-section {
        padding: 80px 0;
    }

    .choose-grid {
        gap: 40px;
    }

    .choose-features-grid {
        column-gap: 32px;
        row-gap: 32px;
    }

    .choose-feature-title {
        font-size: 18px;
    }

    .mission-section {
        padding: 110px 0;
    }

    .mission-cards-container {
        gap: 30px;
        max-width: 860px;
    }

    .mission-card {
        width: 100%;
    }

    .mission-grid-line-h.h-top {
        top: 110px;
    }

    .mission-grid-line-h.h-mid {
        top: 260.5px;
    }

    .mission-grid-line-h.h-bottom {
        top: 411px;
    }

    .mission-grid-line-v.v-out-left {
        left: calc(50% - 520px);
    }

    .mission-grid-line-v.v-left-card-left {
        left: calc(50% - 430px);
    }

    .mission-grid-line-v.v-left-card-right {
        left: calc(50% - 15px);
    }

    .mission-grid-line-v.v-right-card-left {
        left: calc(50% + 15px);
    }

    .mission-grid-line-v.v-right-card-right {
        left: calc(50% + 430px);
    }

    .mission-grid-line-v.v-out-right {
        left: calc(50% + 520px);
    }

    .footer-copyright,
    .footer-bottom-links a {
        font-size: 14px;
    }

    .footer-bottom-links {
        gap: 8px;
    }
}

/* Tablets and small desktops (up to 991.98px) - Hamburger transition */
@media (max-width: 991.98px) {
    .common-container {
        padding: 0 40px;
    }

    .site-header {
        height: 80px;
    }



    .desktop-nav {
        display: none;
    }

    .header-actions {
        display: none;
    }

    .hamburger-btn {
        display: flex;
    }

    .hero-section {
        height: 640px;
    }

    .hero-heading {
        font-size: 38px;
    }

    .hero-paragraph {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .tooltip-easy-job {
        bottom: 12%;
        left: 65%;
    }

    .tooltip-job-alert {
        bottom: 24%;
        right: 8%;
    }

    .hero-slide {

        background-position: right;

    }

    .hero-overlay {
        background: linear-gradient(91deg, #5C8FBB 0%, #08172c36 60%, rgba(8, 23, 44, 0.4) 100%);
    }

    .hd-badge {

        font-size: 36px;

        line-height: 45px;
    }

    .hero-heading {

        font-weight: 600;
        line-height: 43px;
    }


    .hero-badge {

        margin-bottom: 5px;
    }


    .hero-paragraph {

        margin-top: 7px;

    }

    .btn-cta {

        font-size: 14px;

        padding: 6px 15px;

    }

    .who-we-are-section {
        padding: 60px 0;
    }

    .who-we-are-grid {
        gap: 30px;
        grid-template-columns: 1.1fr 0.9fr;
    }

    .who-we-are-heading {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .who-we-are-paragraph {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .who-we-are-features {
        column-gap: 24px;
    }

    .who-we-are-feature-inner {
        padding: 16px 0;
        gap: 10px;
    }

    .who-we-are-feature-text {
        font-size: 14px;
        line-height: 22px;
    }

    .industries-section {
        padding: 60px 0;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 20px;
    }

    .choose-section {
        padding: 60px 0;
    }

    .who-we-are-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 5px;
    }

    .choose-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .choose-visual {
        justify-content: left;
    }

    .choose-image {
        max-width: 80%;
    }

    .mission-section {
        padding: 90px 0;
    }

    .mission-cards-container {
        gap: 24px;
        max-width: 720px;
    }

    .mission-card {
        padding: 36px 36px 0 36px;
        width: 100%;
    }

    .mission-card-divider {
        margin-bottom: 0px;
    }

    .mission-card-text {
        font-size: 16px;
        line-height: 24px;
    }

    .mission-card-pattern {
        width: calc(100% + 72px);
        margin-left: -36px;
        margin-right: -36px;
    }

    .mission-grid-line-h.h-top {
        top: 90px;
    }

    .mission-grid-line-h.h-mid {
        top: 240.5px;
    }

    .talento-cta-section {

        background-position: left;

    }

    .mission-grid-line-h.h-bottom {
        top: 391px;
    }

    .mission-grid-line-v.v-out-left {
        left: calc(50% - 456px);
    }

    .mission-grid-line-v.v-left-card-left {
        left: calc(50% - 360px);
    }

    .mission-grid-line-v.v-left-card-right {
        left: calc(50% - 12px);
    }

    .mission-grid-line-v.v-right-card-left {
        left: calc(50% + 12px);
    }

    .mission-grid-line-v.v-right-card-right {
        left: calc(50% + 360px);
    }

    .mission-grid-line-v.v-out-right {
        left: calc(50% + 456px);
    }

    .testimonial-btn {
        width: 37px;
        height: 37px;

    }

    .hero-indicators {
        position: absolute;
        bottom: 11px;

    }



}

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .common-container {
        padding: 0 20px;
    }

    .site-header {
        height: 70px;
    }

    .hero-section {
        height: 560px;
    }

    .hero-slide {
        width: calc(100% + 60px);
        left: -30px;
    }

    .hero-container {
        flex-direction: column;
        justify-content: end;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 30px !important;
    }

    .hero-content-wrapper,
    .hero-content {
        max-width: 100%;
        z-index: 6;
    }

    .hero-badge {
        margin-bottom: 6px;
    }

    .hero-heading {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hero-paragraph {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .btn-cta {
        padding: 10px 22px;
        font-size: 15px;
    }

    /* Tooltips adjustments */
    .hero-tooltips {
        pointer-events: none;
        display: none;
    }

    .tooltip-card {
        padding: 8px 14px;
    }

    .tooltip-text {
        font-size: 13px;
    }

    .tooltip-easy-job {
        bottom: 15%;
        left: 28%;
    }

    .tooltip-job-alert {
        bottom: 30%;
        right: 10%;
    }

    .notification-bubble {
        width: 20px;
        height: 20px;
        top: -19px;
        right: -20px;
        padding: 5px;
    }

    .notification-icon {
        width: 10px;
        height: 10px;
    }

    .header-logo {
        width: 95px;
    }

    .who-we-are-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .who-we-are-features {
        grid-template-columns: 1fr;
    }

    .who-we-are-visual {
        justify-content: center;
    }

    .who-we-are-image {
        max-width: 100%;
    }

    .industries-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .industry-card-image-wrapper {
        height: 200px;
    }

    .choose-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .choose-image {
        max-width: 100%;
    }

    .choose-features-grid {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .choose-feature-fullwidth {
        grid-column: span 1;
    }

    .choose-feature-card {
        padding-bottom: 24px;
        border-bottom: 1px solid #EAEAEA;
    }

    .choose-features-grid> :nth-last-child(2) {
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 24px;
    }

    .choose-features-grid> :nth-last-child(1) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mission-section {
        padding: 80px 0;
    }

    .mission-cards-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 480px;
    }

    .mission-card {
        width: 100%;
        max-width: 564px;
    }

    .mission-grid-line-h {
        display: none;
    }

    .mission-grid-line-v.v-out-left {
        left: calc(50% - 360px);
    }

    .mission-grid-line-v.v-left-card-left {
        left: calc(50% - 240px);
    }

    .mission-grid-line-v.v-left-card-right {
        left: 50%;
    }

    .mission-grid-line-v.v-right-card-left {
        display: none;
    }

    .mission-grid-line-v.v-right-card-right {
        left: calc(50% + 240px);
    }

    .mission-grid-line-v.v-out-right {
        left: calc(50% + 360px);
    }

    .testimonials-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Extra small mobile phones (up to 575.98px) */
@media (max-width: 575.98px) {
    .common-container {
        padding: 0 15px;
    }

    .hero-section {
        height: 400px;
    }

    .hero-heading {
        font-size: 28px;
    }

    .tooltip-easy-job {
        bottom: 12%;
        left: 25%;
        transform: scale(0.9);
    }

    .tooltip-card {
        display: none !important;
    }

    .btn-cta {
        padding: 6px 12px;
        font-size: 14px;
    }

    .hero-heading {

        line-height: 36px;
    }

    .hero-paragraph {
        display: none;
    }

    .hd-badge {
        font-size: 30px;
        line-height: 35px;
    }

    .tooltip-job-alert {
        bottom: 28%;
        right: 6%;
        transform: scale(0.9);
    }

    .who-we-are-section {
        padding: 50px 0;
    }

    .who-we-are-heading {
        font-size: 22px;
    }

    .fj-banner-title {
        font-size: 24px;
    }

    .industries-section {
        padding: 50px 0;
    }

    .industry-card-content {
        padding: 20px 20px 16px 20px;
    }

    .industry-card-footer {
        padding: 16px 20px;
    }

    .industry-card-title {
        font-size: 18px;
    }

    .industry-card-paragraph {
        font-size: 14px;
        line-height: 22px;
    }

    .choose-section {
        padding: 50px 0;
    }

    .choose-feature-title {
        font-size: 18px;
    }

    .choose-feature-text {
        font-size: 14px;
        line-height: 22px;
    }

    .mission-section {
        padding: 60px 0;
    }

    .mission-cards-container {
        gap: 30px;
    }

    .mission-card {
        padding: 28px 24px 0 24px;
        width: 100%;
    }

    .mission-card-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .mission-card-divider {
        margin-bottom: 5px;
    }

    .mission-card-text {
        font-size: 15px;
        line-height: 22px;
    }

    .mission-card-pattern {
        height: 40px;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
    }

    .mission-grid-line-v.v-out-left,
    .mission-grid-line-v.v-out-right {
        display: none;
    }

    .mission-grid-line-v.v-left-card-left {
        left: 15px;
    }

    .mission-grid-line-v.v-right-card-right {
        right: 15px;
        left: auto;
    }

    .mission-grid-line-v.v-left-card-right {
        left: 50%;
    }
}

/* ==========================================================================
   Responsive Styles for Client Testimonials Section
   ========================================================================== */

/* Extra large screens (up to 1599.98px) */
@media (max-width: 1599.98px) {
    .testimonials-section {
        padding: 100px 0;
    }

    .testimonials-container {
        padding-left: 120px;
    }

    .testimonials-controls {
        padding-right: 120px;
    }
}

/* Desktop screens (up to 1199.98px) */
@media (max-width: 1199.98px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-container {
        padding-left: 80px;
    }

    .testimonials-controls {
        padding-right: 80px;
    }

    .testimonial-card {
        width: 480px;
        padding: 32px;
    }

    .testimonials-slider-track {
        gap: 30px;
    }

    .testimonial-text {
        font-size: 17px;
        line-height: 26px;
    }
}

/* Tablets and small desktops (up to 991.98px) */
@media (max-width: 991.98px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-container {
        padding-left: 40px;
    }

    .testimonials-controls {
        padding-right: 40px;
    }

    .testimonial-card {
        width: 420px;
        padding: 30px;
    }

    .testimonials-slider-track {
        gap: 24px;
    }

    .testimonial-name {
        font-size: 18px;
    }

    .testimonial-role {
        font-size: 15px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
    }
}

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .testimonials-container {
        padding-left: 20px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonials-controls {
        justify-content: center;
        margin-top: 30px;
        padding-right: 0;
    }
}

/* Extra small mobile phones (up to 575.98px) */
@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-container {
        padding-left: 15px;
    }

    .testimonials-slider-container {
        margin-top: 36px;
    }

    .testimonial-card {
        padding: 24px;
    }

    .testimonial-card-header {
        gap: 16px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .testimonial-role {
        font-size: 14px;
    }

    .testimonial-divider {
        margin: 16px 0;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   Responsive Styles for CTA / Contact Banner Section
   ========================================================================== */

/* Extra large screens (up to 1599.98px) */
@media (max-width: 1599.98px) {
    .talento-cta-container {
        padding: 0 120px;
    }
}

/* Desktop screens (up to 1199.98px) */
@media (max-width: 1199.98px) {
    .talento-cta-container {
        padding: 0 80px;
    }

    .talento-cta-heading {
        font-size: 38px;
        line-height: 52px;
    }
}

/* Tablets and small desktops (up to 991.98px) */
@media (max-width: 991.98px) {
    .talento-cta-section {
        padding: 100px 0;
    }

    .talento-cta-container {
        padding: 0 40px;
    }

    .talento-cta-heading {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 30px;
    }
}

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .talento-cta-section {
        padding: 80px 0;
    }

    .talento-cta-container {
        padding: 0 20px;
    }

    .talento-cta-heading {
        font-size: 28px;
        line-height: 40px;
    }

    .talento-cta-underline {
        bottom: -6px;
    }
}

/* Extra small mobile phones (up to 575.98px) */
@media (max-width: 575.98px) {
    .talento-cta-section {
        padding: 60px 0;
    }

    .talento-cta-container {
        padding: 0 15px;
    }

    .talento-cta-heading {
        font-size: 20px;
        line-height: 27px;
    }

    .talento-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .talento-cta-btn {
        width: 100%;
        max-width: 280px;
    }

    .talento-cta-underline {
        bottom: -4px;
    }

    .talento-cta-btn {

        font-size: 14px;

    }

    .mobile-nav-link {
        font-family: 'Geist', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        transition: color 0.3s ease;
        display: block;
    }


}

@media (max-width: 382.98px) {
    .phone-divider {
        display: none;
    }

}

/* ==========================================================================
   Responsive Styles for Website Footer Section
   ========================================================================== */

/* Extra large screens (up to 1599.98px) */
@media (max-width: 1599.98px) {
    .footer-top-layout {
        gap: 60px;
    }
}

/* Desktop screens (up to 1199.98px) */
@media (max-width: 1199.98px) {
    .footer-top-layout {
        gap: 40px;
    }

    .footer-contact-box {
        padding: 36px 40px;
    }

    .site-footer {
        padding: 80px 0 95px 0;
    }

    .premium-bottom-navbar {
        bottom: 12px;
    }
}

/* Tablets and small desktops (up to 991.98px) */
@media (max-width: 991.98px) {
    .site-footer {
        padding: 60px 0 100px 0;
    }

    .footer-top-layout {
        gap: 30px;
    }

    .footer-contact-box {
        padding: 30px 32px;
    }

    .footer-bottom-links {
        gap: 8px 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .footer-top-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    .footer-bottom-bar {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding-top: 24px;
    }

    .footer-bottom-links {
        justify-content: flex-start;
        width: 100%;
    }

    .site-footer {
        padding: 60px 0 80px 0;
    }
}

/* Extra small mobile phones (up to 575.98px) */
@media (max-width: 575.98px) {
    .site-footer {
        padding: 50px 0 80px 0;
    }

    .footer-contact-box {
        padding: 24px;
        gap: 20px;
    }

    .footer-box-globe {
        max-width: 120px;
    }

    .contact-social-row {
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer-bottom-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-bottom-links .link-divider {
        display: none;
    }
}

/* ==========================================================================
   Responsive Styles for Back to Top Button
   ========================================================================== */

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .back-to-top-btn {
        bottom: 24px;
        right: 24px;
        width: 42px;
        height: 42px;
    }

    .whatsapp-float-btn {
        bottom: 82px;
        right: 24px;
        width: 42px;
        height: 42px;
    }
}

/* ==========================================================================
   Responsive Styles for Inner Page Banner Section
   ========================================================================== */

/* Tablets and small desktops (up to 991.98px) */
@media (max-width: 991.98px) {
    .inner-banner-section {
        height: 400px;

    }

    .inner-banner-title {
        font-size: 40px;
        line-height: 50px;
    }

    .inner-banner-tooltip {
        padding: 16px 20px;
        max-width: 340px;
    }

    .tooltip-card-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .service-tooltip-right {
        right: 5%;
        bottom: 72%;
    }

    .service-tooltip-left {
        left: 5%;
        bottom: 4%;
    }
}

/* Mobile screens (up to 767.98px) */
@media (max-width: 767.98px) {
    .inner-banner-section {
        height: 380px;

    }

    .inner-banner-title {
        font-size: 32px;
        line-height: 40px;
    }

    .inner-banner-tooltip-wrapper {
        bottom: 30px;
    }

    .service-banner-title {
        font-size: 32px;
        line-height: 39px;
    }

    .inner-banner-tooltip {
        padding: 12px 16px;
        gap: 12px;
        border-radius: 12px;
        max-width: 270px;
    }

    .tooltip-left-icon {
        width: 36px;
        height: 32px;
    }

    .tooltip-card-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .tooltip-card-desc {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Extra small mobile phones (up to 575.98px) */
@media (max-width: 575.98px) {
    .inner-banner-section {
        height: 360px;
    }

    .inner-banner-title {
        font-size: 26px;
        line-height: 34px;
    }

    .inner-banner-tooltip-wrapper {
        bottom: 20px;
        left: 10px;
    }

    .inner-banner-tooltip {
        padding: 10px 12px;
        gap: 10px;
        max-width: 230px;
    }

    .tooltip-left-icon {
        width: 32px;
        height: 28px;
    }

    .tooltip-card-heading {
        font-size: 15px;
        line-height: 20px;
    }

    .tooltip-card-desc {
        font-size: 11px;
        line-height: 15px;
        margin-top: 2px;
    }


}



/* Tablets and small desktops (up to 991.98px) */
@media (max-width: 1800px) {
    .heritage-top-row {

        gap: 150px;

    }

    .heritage-points-grid {
        display: grid;

        gap: 110px;
    }
}

@media (max-width: 1600px) {
    .service-banner-title {

        font-size: 44px;

        line-height: 54px;

    }
}

@media (max-width: 1366px) {
    .heritage-top-row {
        gap: 80px;
    }

    .heritage-points-grid {
        display: grid;
        gap: 50px;
    }

    .heritage-point-text {

        font-size: 14px;

    }

    .process-card-desc {

        font-size: 14px;

        line-height: 19px;

    }

    .recruitment-grid {

        gap: 15px;

    }

    .emp-eligibility-container {
        padding: 50px 50px;
    }
}


@media (max-width: 1200px) {
    .emp-eligibility-container {
        flex-direction: column;
    }

    .emp-eligibility-content,
    .emp-eligibility-tags {
        width: 100%;
        text-align: left;
    }

    .emp-eligibility-section {
        padding: 60px 0 0 0;
        margin-bottom: 80px;
    }
}

@media (max-width: 1100px) {
    .heritage-top-row {
        gap: 30px;
    }

    .heritage-points-grid {
        display: grid;
        gap: 25px;
    }

    .leadership-grid {

        gap: 10px;
    }
}

@media (max-width: 575px) {
    .process-card-icon {

        margin-bottom: 5px;
    }
}

/* ==========================================================================
   18. Premium Floating Bottom Navbar Responsive Styles
   ========================================================================== */
@media (max-width: 991px) {
    .premium-bottom-navbar {
        width: min(420px, calc(100% - 80px));
        bottom: 20px;
        height: 66px;
    }
}

@media (max-width: 767.98px) {
    .premium-bottom-navbar {
        width: min(420px, calc(100% - 125px));
        bottom: 12px;
        height: 60px;
        padding: 0 8px;
    }

    .navbar-floating-tag {
        font-size: 9.5px;
        padding: 2px 8px;
        top: -9px;
        left: 24px;
    }

    .nav-item-text {
        font-size: 11.5px;
    }

    .dock-icon-svg {
        width: 19px;
        height: 19px;
    }

    .navbar-divider {
        height: 22px;
    }

    /* Shift floating buttons up on mobile to prevent overlapping with floating navbar */
    .back-to-top-btn {
        bottom: 86px !important;
    }

    .whatsapp-float-btn {
        bottom: 138px !important;
    }
}

/* ==========================================================================
   19. Responsive Styles for Contact Us Section (contact-now.html)
   ========================================================================== */
@media (max-width: 991px) {
    .talento-contact-section {
        padding: 80px 0 60px 0;
    }

    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-bottom: 60px;
    }

    /* Make the third card span full width on tablets */
    .contact-cards-grid> :nth-child(3) {
        grid-column: span 2;
        min-height: auto;
    }

    .contact-form-container {
        padding: 40px 50px;
    }
}

@media (max-width: 767.98px) {
    .talento-contact-section {
        padding: 60px 0 45px 0;
    }

    .contact-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 45px;
    }

    .contact-cards-grid> :nth-child(3) {
        grid-column: span 1;
    }

    .contact-card {
        padding: 30px 24px;
        gap: 20px;
        min-height: auto;
    }

    .contact-card-phone,
    .contact-card-location,
    .contact-card-email {
        font-size: 18px;
        line-height: 32px;
    }

    .contact-form-container {
        padding: 35px 24px;
    }

    .talento-contact-form {
        gap: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .form-group.full-width {
        grid-column: span 1;
    }

    .service-banner-title {
        font-size: 31px;
        line-height: 44px;
    }
}

/* ==========================================================================
   20. Responsive Styles for Employers Form Section (employers.html)
   ========================================================================== */
@media (max-width: 991px) {
    .employer-form-section {
        padding: 80px 0 60px 0;
    }

    .employer-form-wrapper {
        padding: 45px 50px;
    }
}

@media (max-width: 767.98px) {
    .employer-form-section {
        padding: 60px 0 45px 0;
    }

    .employer-form-wrapper {
        padding: 35px 24px;
    }

    .employer-form-wrapper::after {
        width: 120px;
        height: 60px;
    }

    .employer-get-started-form {
        gap: 24px;
    }

    .form-grid-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .form-field-group.full-width {
        grid-column: span 1;
    }

    .btn-add-position,
    .btn-submit-application {
        width: 100%;
        text-align: center;
    }

    .custom-modal-box {
        padding: 30px 20px;
        gap: 16px;
    }

    .modal-message-text {
        font-size: 14.5px;
        line-height: 22px;
    }

    .emp-form-row {
        flex-direction: column;
        gap: 16px;
    }

    .emp-form-container {
        gap: 16px;
    }

    .emp-form-submit {
        width: 100%;
        align-self: stretch;
    }

    .emp-eligibility-container {
        padding: 40px 40px;
    }

    .emp-eligibility-section {
        padding: 50px 0 0 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 620px) {

    .emp-eligibility-container {
        padding: 30px 30px;
    }

    .emp-eligibility-section {
        padding: 40px 0 0 0;
        margin-bottom: 50px;
    }

    .emp-path-section {
        padding: 0 0 50px 0;
    }

    .emp-guidance-title {

        width: 100%;
    }

}


@media (max-width: 575px) {
    .service-banner-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: flex-end !important;
        text-align: left !important;
        width: 100%;
        position: relative;
        height: 100%;
        padding-bottom: 40px;
    }


    .service-banner-title {
        text-align: left;
    }

    .service-banner-paragraph {

        text-align: left;

    }

    .inner-banner-bg {

        background-position: center;

    }

    .service-banner-title {
        font-size: 26px;
        line-height: 34px;
    }

    .employer-form-wrapper {
        padding: 34px 10px;
    }

    .employer-form-heading-area {
        margin-bottom: 21px;
    }

    .mobile-nav-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .premium-bottom-navbar {
        width: min(420px, calc(100% - 60px));
    }
}


@media (max-width: 420px) {
    .emp-eligibility-tag {
        width: 100%;
    }

    .emp-eligibility-container {
        padding: 20px 20px;
    }
}