@media(max-width:1790px) {
    .slider-banner .banner-img {
        background-position: center center;
    }
}

@media(max-width:1650px) {

    .home-sales-about-text,
    .testimonial-section,
    .home-eng-about-container {
        padding: 30px;
    }

    .home-sales-about-image-section {
        padding-left: 30px;
    }

    .sale-recruitment-step .sale-recruitment-step-content {
        max-width: 500px;
    }

}

@media(max-width:1500px) {
    .main-banner { 
    border-radius: 0 0 100px 100px; 
}
    .sale-svg-section svg {
        margin-top: -60px;
        width:60%;
    }

    .banner-text-inner {
        width: 80%;
    }

    .eng-current-open-th {
        font-size: 16px;
    }

    .eng-current-open-table {
        font-size: 12px !important;
    }

    .eng-about-Specialization-card {
        width: 30%;
    }

    .sale-recruitment-step .sale-recruitment-step-content {
        max-width: 450px;
    }

    .eng-contact-form form input::placeholder,
    .eng-contact-form form textarea::placeholder,
    .tab,
    .eng-current-open-search-bar input[type="text"]::placeholder {
        font-size: 14px;
    }
}

@media(max-width:1400px) {
    .sale-recruitment-step .sale-recruitment-step-number {
        margin-right: 5px;
    }

    .sale-recruitment-step .sale-recruitment-step-content {
        max-width: 400px;
    }

    .main-why-content-section {
        flex-wrap: wrap;
    }

    .main-why-card {
        width: 30%;
    }

    .steps-container {
        justify-content: center;
        gap: 70px;
    }
}

@media(max-width:1300px) {

    /* <-- This is the important part */
    .eng-home-why-row {
        flex-direction: column;
        /* stack vertically */
        gap: 20px;
    }

    .eng-home-why-left,
    .eng-home-why-right {
        width: 100%;
        flex-basis: auto;
    }

    .eng-home-why-decor::before {
        left: -14px;
        top: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        border-radius: 28px;
    }

    .eng-home-why-decor {
        padding: 18px;
        border-radius: 22px;
    }

    .eng-home-why-right {
        padding: 28px 18px;
    }

    .eng-home-why-title {
        font-size: 20px;
    }
}

@media(max-width:1380px) {
    .tab {
        padding: 5px 25px;
        font-size: 15px;
    }

}

@media(max-width:1280px) {

    .sale-recruitment-step,
    .sale-recruitment-step-opposite {
        width: 98%;
        min-height: 120px;
    }

    .sale-recruitment-step-icon {
        width: 80px;
        height: 80px;
    }

    .sale-recruitment-step .sale-recruitment-step-icon {
        right: -40px;
    }

    .sale-recruitment-step-opposite .sale-recruitment-step-icon {
        left: -40px;
    }

    .sale-recruitment-step-opposite .sale-recruitment-step-content {
        margin-left: 60px;
    }

    .sale-recruitment-step .sale-recruitment-step-content {
        max-width: 90%;
    }

    .sale-recruitment-steps-container .sale-recruitment-step-opposite,
    .sale-recruitment-step {
        margin-top: 0;
    }

    .sale-recruitment-step-icon svg {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:1024px) {
    .main-carrer-content-section h4,
    .main-carrer-content-section .theme-paragraph{
        max-width:100%;
    }
    .clients-image-section {
        width: 200px;
        height: 110px;
    }

    .home-sales-about-image-section img {
        border-radius: 50px 0 0 50px;
    }

    .desktop-view-eng-about {
        display: none;
    }

    .mobile-view-eng-about {
        display: block;
    }

    .home-sales-about-section,
    .home-eng-about-container {
        flex-wrap: wrap;
    }

    .home-sales-about-text-section,
    .home-sales-about-image-section,
    .home-eng-about-image,
    .home-eng-about-text {
        width: 100%;
    }

    .home-sales-about-text {
        max-width: initial;
    }

    .eng-about-sec-section-content {
        width: 100%;
        padding: 0;
    }

    .eng-about-Specialization-card {
        width: 100%;
    }

    .sales-md-msg-section {
        flex-wrap: wrap;
    }

    .sales-md-msg-content,
    .sales-md-msg-image {
        width: 100%;
    }

    .sales-industry-card-icon {
        height: 100px;
        width: 100px;
    }

    .sale-categories-section-content {
        flex-wrap: wrap;
    }

    .sale-categories-section-content {
        margin-top: 30px;
    }

    .sale-categories-section-left,
    .sale-categories-section-right {
        width: 80%;
    }

    .sale-categories-section-right {
        flex-direction: column;
        justify-content: start;
    }

    .sale-categories-section h2 {
        display: block;
        margin: 30px 0;
        text-decoration: underline;
    }

    .sale-categories-section-heading-desktop {
        display: none;
    }

    .sale-categories-section-heading-mobile {
        display: block;
    }
}

@media (max-width: 991px) {

    .banner-img,
    .main-banner {
        max-height: 400px;
        border-radius: 0 0 35px 35px;
    }

    .main-banner.inner-page-banner {
        border-radius: 0 0 50px 50px;
    }

    .banner-text-inner,
    .main-banner.inner-page-banner .banner-text-inner {
        font-size: 20px;
    }

    .banner-content-inner {
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
    }

    .sale-svg-section svg {
        margin-top: -20px;
    }

    .sales-home-button-section .home-eng-button-section-btn1,
    .sales-home-button-section .home-eng-button-section-btn-2 {
        width: 50%;
    }

    .eng-home-why-row {
        gap: 22px;
    }

    .eng-home-why-decor {
        padding: 22px;
        border-radius: 28px;
    }

    .eng-home-why-decor::before {
        left: -20px;
        top: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        border-radius: 32px;
    }

    .eng-home-why-right {
        padding: 36px 24px;
        border-radius: 12px;
    }

    .main-page-about-content,
    .main-page-about-image {
        width: 100%;
    }

    .main-page-about-image {
        gap: 20px;
    }

    .main-page-about-image-1,
    .main-page-about-image-2 {
        width: 45%;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    }

    .main-page-about-image-2 {
        margin-top: 0;
        margin-left: 0;
    }

    .main-carrer-content-section {
        width: 100%;
    }

    .main-why-card {
        width: 40%;
    }

    .steps-container {
        flex-direction: column;
        gap: 55px;
    }

    /* Mobile → bottom arrow */
    .step-box::after {
        display: block;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 40px solid var(--primary-color);
        border-bottom: none;
        right: auto;
        top: auto;
    }

    /* Last box no arrow */
    .step-box.last::after {
        display: none;
    }

    .step-box {
        width: 80%;
    }

    .main-job-search-content {
        flex-wrap: wrap;
        gap: 50px;
    }

    .main-job-search-section {
        padding: 50px 0;
    }

    .main-job-search-card {
        width: 90%;
    }

    .main-agency-section {
        flex-wrap: wrap;
    }

    .main-agency-left,
    .main-agency-right {
        width: 100%;
    }

    .eng-service-text-section p,
    .eng-sale-recruitment-section-heading p {
        text-align-last: left;
    }

    .sales-home-add {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .home-eng-add-img {
        flex: 0 1 calc(50% - 40px);
        /* 2 per row on tablets */
    }

    .eng-contact-card {
        width: 100%
    }

    .eng-service-container {
        flex-direction: column;
    }

    .eng-service-image,
    .eng-service-content {
        width: 100%;
    }

    .eng-service-icon,
    .eng-service-container.even-section .eng-service-icon {
        position: absolute;
        top: auto;
        bottom: -60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .eng-service-content-text,
    .even-section .eng-service-content-text {
        margin: 0;
        padding: 20px;
        margin-top: 50px;
        max-width: initial;
    }

    .eng-service-container {
        margin-bottom: 20px;
    }

    .eng-about-us {
        flex-direction: column;
    }

    .eng-about-us-image,
    .eng-about-us-content {
        width: 100%;
    }

    .eng-about-us-content {
        margin-top: 30px;
    }

    .eng-about-us-image {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .eng-about-us-image-1,
    .eng-about-us-image-2 {
        width: 45%;
    }

    .eng-about-us-image-2 {
        margin-top: 0;
        margin-left: 0;
    }

    .eng-about-us-content .theme-tag-line,
    .eng-about-us-content .theme-heading {
        margin-bottom: 15px;
    }

    .sales-about-container {
        flex-wrap: wrap;
    }

    .sales-about-image,
    .sales-about-content {
        width: 100%;
    }

    .sales-about-third-container {
        flex-wrap: wrap;
    }

    .sales-about-third-container {
        gap: 50px;
    }

    .sales-about-third-content,
    .sales-about-third-image {
        width: 100%;
    }

    .sales-about-third-section {
        border-radius: 0;
    }

    .floating-buttons a {
        font-size: 20px;
    }

    .sales-input-section {
        flex-wrap: wrap;
    }

    .sales-industry-section {
        flex-wrap: wrap;
    }

    .sales-industry-card {
        width: 45%;
    }

    .eng-current-open-top-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .sale-opening-table-head {
        align-items: center;
    }

    .floating-buttons a span {
        font-size: 15px;
    }

    .eng-current-open-table-wrapper {
        margin-top: 10px;
    }

    .eng-current-open-search-container {
        width: 100%;
        margin-top: 15px;
    }

    .eng-current-open-search-bar {
        max-width: 100%;
        width: 100%;
    }

    .eng-current-open-search-bar input[type="text"] {
        width: 100%;
        padding-right: 60px;
    }

    .eng-open-src-btn {
        width: 54px;
        height: 99%;
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
    }

    .eng-open-src-btn svg {
        width: 50px;
        height: 30px;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .tab {
        width: 80%;
        margin: 0 auto;
    }

    .sale-methodology-section img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .apply-form .field {
        flex: 1 1 45%;
        min-width: 45%;
    }

}

@media(max-width:768px) {
    .sales-md-msg-image img {
        width:100%;
}
    .banner-arrow.prev {
        left: 20px;
    }

    .banner-arrow.next {
        right: 20px;
    }

    .sales-home-button-section .home-eng-button-section {
        flex-wrap: wrap;
    }

    .sales-home-button-section .home-eng-button-section-btn1,
    .sales-home-button-section .home-eng-button-section-btn-2 {
        width: 100%;
        padding: 15px 5px;
    }

    .home-eng-button-section-btn1,
    .home-eng-button-section-btn-2 {
        padding: 15px 30px;
    }

    .eng-home-why-decor {
        width: 90%;
        max-width: 550px;
    }

    .main-job-search-content {
        width: 100%;
    }

    .main-job-search-section,
    .main-job-search-section::before {
        border-radius: 80px 80px 0 0;
    }

    .btn-job {
        display: none;
    }

    .floating-buttons {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        flex-direction: row;
    }

    .bottom-floating-button label {
        padding: 10px;
    }

    .floating-buttons a {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        padding: 10px;
        line-height: normal;
        border-radius: 20px 20px 0 0;
        border: 2px solid #fff;
        background: var(--primary-color);
    }

    .floating-buttons a span {
        transform: rotate(0deg);
    }

    .eng-about-Specialization {

        margin: 0;
        padding: 30px 0;
    }

    .eng-about-Specialization-card img {
        margin-bottom: -20px;
    }

    .eng-about-Specialization-card .theme-btn {
        padding: 10px 30px;
    }

    .eng-opening-heading {
        margin-bottom: 15px;
    }

    .slide {
        flex-direction: column;
        align-items: center;
        min-width: 100%;
        gap: 30px;
        /* reduce spacing */
        padding: 15px;
        height: 500px;
    }

    .testimonial-wrapper {
        flex: 1 1 100%;
        align-items: center;
        text-align: center;
        width: 45%;
    }

    .testimonial {
        width: 90%;
        text-align: center;
        padding: 20px;
        margin-bottom: 0;
        border-radius: 30px;
    }

    .testimonial::after {
        display: none;
    }

    .author-info {
        /*text-align: center;*/
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: auto;
        /* remove bottom gap */
    }

    .controls {
        margin-top: -100px;
        padding-top: 0;
    }

    .control-dot {
        margin-top: 0;
    }

    .eng-about-Specialization-heading h2 {
        margin-bottom: 15px;
    }

    .floating-buttons a {
        font-size: 18px;
    }

    .sales-industry-card {
        width: 100%;
    }

    .sale-recruitment-step,
    .sale-recruitment-step-opposite {
        width: 100%;
        flex-direction: column;
        border-radius: 20px;
        min-height: 100px;
        padding: 16px;
        margin-top: 0 !important;
    }

    .sale-recruitment-step-icon,
    .sale-recruitment-step .sale-recruitment-step-icon,
    .sale-recruitment-step-opposite .sale-recruitment-step-icon {
        position: static;
        margin: 16px auto 8px;
        transform: none;
        width: 80px;
        height: 80px;
    }

    .sale-recruitment-step-icon svg {
        transform: rotate(0deg);
    }

    .sale-recruitment-step-content,
    .sale-recruitment-step-opposite .sale-recruitment-step-content {
        margin: 0;
        max-width: 100%;
    }

    .sale-recruitment-step-number,
    .sale-recruitment-step-opposite .sale-recruitment-step-number {
        margin: 0 0 12px;
        height: 40px;
        width: 40px;
        font-size: 1rem;
    }

    .sale-recruitment-step-content .theme-tag-line {
        text-align: center;
    }

    .sale-methodology-section img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .apply-form {
        padding: 12px;
    }

    .apply-form .form-container {
        padding: 18px;
        border-radius: 10px;
    }

    .apply-form .field {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .apply-form .buttons {
        flex-direction: column;
        gap: 12px;
    }

    .apply-form button {
        width: 100%;
        max-width: 420px;
    }

    .lightbox img {
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .step-5 svg{
        width:73%;
    }
    .svg-text{
        margin-top:-60px;
        margin-bottom:20px;
    }
    .eng-mobile-svg-box .svg-text{
        margin-bottom:40px;
    }
    .sales-home-add-section{
        padding:50px 0px;
    }
    .sales-home-add-container{
        padding:0;
    }
    .eng-desktop-svg,
    .sales-desktop-svg{
        display:none;
    }
    .eng-mobile-svg,
    .sales-mobile-svg{
        display:block;
    }
    .steps-container .theme-heading,
    .main-job-search-card .theme-heading{
        font-size:20px;
    }
    .icon img{
        width:30%;
    }
    .main-why-heading{
        height:initial;
    }
    .main-why-content {

        min-height: auto;
    }

    .home-eng-button-section {
        flex-wrap: wrap;
    }

    .home-eng-button-section-btn1,
    .home-eng-button-section-btn-2 {
        width: 100%;
    }

    .banner-text-inner {
        width: 100%;
    }

    .main-page-about-image {
        flex-direction: column;
    }

    .main-page-about-image-1,
    .main-page-about-image-2 {
        width: 70%
    }

    .main-carrer-content-section h4 {
        font-size: 16px;
    }

    .main-why-card {
        width: 100%;
    }

    .home-sales-about-text,
    .testimonial-section,
    .home-eng-about-container {
        padding: 0;
    }

    .home-sales-about-text-section {
        padding: 0 10px;
    }

    .sales-about-image img,
    .sales-about-third-image img {
        border-radius: 30px;
    }

    .sales-md-msg-image img {
        display: flex;
    }

    .sales-recruitment-section {
        border-radius: 50px 50px 0 0
    }

    .clients-image-section {
        width: 150px;
        height: 90px;
    }

    .eng-contact-card img {
        margin-bottom: -15px;
    }

    .home-eng-about-image img {
        border-radius: 50px;
    }

    .sales-home-add {
        justify-content: center;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .home-eng-add-img {
        flex: 0 1 100%;
    }

    .eng-service-icon {
        height: 100px;
        width: 100px;
    }

    .eng-about-us {
        gap: 20px;
    }

    .eng-about-us-image {
        flex-direction: column;
    }

    .eng-about-us-image-1,
    .eng-about-us-image-2 {
        width: 100%;
    }

    .eng-about-us-image-2 {
        margin-top: 15px;
    }

    .eng-about-sec-section {
        padding: 40px 10px;
        border-radius: 50px 50px 0 0;
    }

    .eng-about-Specialization-heading h2 {
        margin-bottom: 15px;
    }

    .floating-buttons a {
        font-size: 16px;
    }

    .sales-industry-card {
        width: 100%;
    }

    .sale-recruitment-step,
    .sale-recruitment-step-opposite {
        width: 100%;
        flex-direction: column;
        min-height: 100px;
        padding: 16px;
        margin-top: 0 !important;
    }

    .sale-recruitment-step-icon,
    .sale-recruitment-step .sale-recruitment-step-icon,
    .sale-recruitment-step-opposite .sale-recruitment-step-icon {
        position: static;
        margin: 16px auto 8px;
        transform: none;
        width: 80px;
        height: 80px;
    }

    .sale-recruitment-step-content,
    .sale-recruitment-step-opposite .sale-recruitment-step-content {
        margin: 0;
        max-width: 100%;
    }

    .sale-recruitment-step-number,
    .sale-recruitment-step-opposite .sale-recruitment-step-number {
        margin: 0 0 12px;
    }

    .sale-recruitment-step-content .theme-tag-line {
        text-align: center;
    }

    .sale-methodology-section img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .quote {
        text-align: left;
    }

    .eng-contact-form form input::placeholder,
    .sales-contact-form form input::placeholder,
    .sales-contact-form form textarea::placeholder,
    .eng-contact-form form textarea::placeholder {
        font-size: 15px;
        line-height: 40px;
    }

    .eng-contact-form form .theme-btn,
    .sales-contact-form form .theme-btn {
        padding: 10px 60px;

    }

    .eng-current-open-search-bar input[type="text"]::placeholder,
    .eng-current-open-th {
        font-size: 16px;
    }

    .slide {
        height: 600px;
    }

    .eng-home-why-section {
        padding: 20px 12px;
    }

    .eng-home-why-right {
        padding: 20px 12px;
    }

    .eng-home-why-list {
        font-size: 14px;
    }

    .eng-home-why-decor::before {
        left: 10px;
        top: -6px;
        width: calc(90%);
        height: calc(90%);
        border-radius: 15px;
    }
}

@media(max-width:375px) {
    .slide {
        height: 650px;
    }

    .eng-home-why-list li::before {
        width: 7px;
        height: 7px;
        top: 9px;
        left: 5px;
    }
}

@media (max-width: 350px) {
    .slide {
        height: 700px;
    }
}