.main , .eng-service-container{
    
    overflow-x:hidden;
    }
/*light box*/
    
    .lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: flex;
}
.license-number-btn-main{
    margin:0 auto 35px;
    background: var(--primary-color); 
    padding:15px 8px !important; 
    width:fit-content;
    border-radius: 50px;
}
.license-number-btn{
    padding:0 25px !important;
    background:none  !important;
}
.lightbox a {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox img {
    width: 500px;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Close button */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1000;
}

.lightbox-close:hover {
    color: #ff5555;
    transform: scale(1.1);
}

/* Floating buttons on the right side */
.floating-buttons {
    position: fixed;
    top: 20%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

/* Common style for right vertical buttons */
.floating-buttons a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    padding: 15px 0;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    background-color: #333;
}

.floating-buttons a:hover {
    background-color: #555;
}

/* Bottom-right registration button */
.bottom-floating-button {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 1001;
    transition: all 0.3s ease;
}

.bottom-floating-button label {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    border: 2px solid #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.bottom-floating-button:hover {
    transform: scale(.9);
}

/* Container */
.whatsapp-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    font-family: 'Poppins', sans-serif;
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    width: 55px;
    height: 55px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}

/* Chatbox (Hidden by default) */
.whatsapp-chatbox {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* Show chatbox when hovering container */
.whatsapp-container:hover .whatsapp-chatbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Chat Header */
.chat-header {
    background-color: #075E54;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
}

.logo-whatsapp {
    width: 15%;
    border-radius: 50%;
    background: white;
    padding: 5px;
}

.chat-header-title {
    line-height: 1.4;
}

.chat-header-title small {
    font-size: 10px;
    color: #c0e5d0;
}

/* Chat Body */
.chat-body {
    padding: 15px;
    background-color: #ccc;
}

.chat-body p {
    margin: 0 0 40px 0;
    font-size: 12px;
    color: #333;
    background: white;
    padding: 10px;
    border-radius: 20px;
    width: 210px;
}

.chat-button {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.chat-button:hover {
    background-color: #20ba5a;
}

/* Rotate only the text */
.floating-buttons a span {
    display: inline-block;
    transform: rotate(180deg);
    /* bottom to top */
}



.btn-job {
    background-color: var(--primary-color) !important;
}

.btn-register {
    background-color: var(--secondary-color);
}

.floating-buttons a:hover {
    transform: scale(.9);
}

.floating-buttons label:hover {
    transform: scale(.9);
}

/* main home page start */
.main-home-about {
    margin-top: 70px;
}

.main-page-about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 45%;
}

.main-page-about-image-1 {
    width: 80%;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid white;
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
}

.main-page-about-image-2 {
    width: 35%;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid white;
}

.main-page-about-image-1 img {
    width: 100%;
    border-radius: 50%;
    display: block;
}

.main-page-about-image-2 img {
    width: 100%;
    border-radius: 50%;
    display: block;
}

.main-page-about-image-2 {
    margin-top: 50%;
    margin-left: -33%;
}

.main-page-about-content {
    width: 55%;
}

.main-page-about-content .theme-btn {
    margin-top: 20px;
    padding: 5px 25px;
    line-height: 30px;
    border: none;
}

.main-carrer-section {
    background: url("../image/main-home/bg.webp") center/cover no-repeat;
    width: 100%;
    border-radius: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 50px;
    overflow: hidden;
    margin-top: 70px;
}

.main-carrer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    background-color: rgba(36, 36, 36, 0.85);
    border-radius: 80px;
    z-index: 1;
}

.main-carrer-content-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

.main-carrer-content-section .theme-heading {
    color: var(--primary-color);
}

.main-carrer-content-section h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 48%;
    margin: 20px auto;
}

.main-carrer-content-section .theme-paragraph {
    color: #fff;
    max-width: 75%;
    margin: 20px auto;
}

.main-why-section {
    margin-top: 80px;
}

.main-why-content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.main-why-heading{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: start;
}
.main-why-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-why-icon-section {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    z-index: 999;
    border: 5px solid white;
}

.main-why-icon-section img {
    width: 70%;
}

.main-why-content {
    padding: 60px 10px 30px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 50px;
    border: 1px solid #ffffff;
    margin-top: -50px;
    text-align: center;
    min-height: 300px;
}

.main-why-content .theme-heading {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}

.main-why-content .theme-paragraph {
    color: #ffffff;
    line-height: 24px;
    margin-top: 10px;
}

/* main home page end */
.home-sales-about-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
}

.home-sales-about-section {
    padding: 30px 0;
    margin: 30px 0;
}

.home-sales-about-text-section,
.home-sales-about-image-section {
    width: 50%;
}

.home-sales-about-image-section img {
    width: 100%;
    border-radius: 80px 0 0 80px;
    height: 100%;
    object-fit: cover;
}

.home-sales-about-text-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home-sales-about-text {
    max-width: 800px;
}

.home-eng-first-section {
    margin-top: 70px;
}

.eng-svg-section .st0 {
    fill: #D4AF37 !important;
}
.sales-mobile-svg{
    display:none;
}
.sales-svg-box svg{
    width:100%;
}
.sales-mobile-svg .theme-heading{
    margin-bottom:50px;
}

.sale-svg-section .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #EAEAEA !important;
    stroke: #FFFFFF;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.sale-svg-section .st1 {
    fill: #D4AF37 !important;
    stroke: #D4AF37 !important;
    stroke-width: 0.9984;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.sale-svg-section .st2 {
    fill: #D4AF37 !important;
}

.sale-svg-section svg {
   margin-top: -100px;
    width: 1400px;
}

.home-sales-about-section .theme-tag-line,
.home-eng-about-container .theme-tag-line {
    margin-bottom: 0;
}

.sales-home-big-heading {
    margin: 50px 0;
}

.sale-svg-section {
    text-align: center
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}

.marquee-text:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sales-home-big-heading h1 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
}

.sales-home-add-section {
    position: relative;
    background-image: url(../image/home_sales/bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    padding: 50px 30px;
    z-index: 1;
}

.sales-home-add-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #080808cc;
    opacity: 0.99;
    z-index: -1;
}

.sales-home-add-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px 40px;
    /* increased from 20px */
    flex-wrap: wrap;
    padding: 20px;
    /* optional: more padding around container */
}

.sales-home-add {
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
    /* more inner space */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eng-svg-section svg {
    margin-top: 50px;
}
.eng-mobile-svg{
    display:none;
}
.eng-mobile-svg-section{
    text-align:center;
        margin-top: 50px;
        margin-bottom:30px;
}
.eng-mobile-svg-box{
    text-align:center;
}
.eng-mobile-svg-box svg{
    width:60%;
    margin-top:-20px;
}
.sales-home-add img {
    width: 100%;
    border-radius: 10px;
}

.home-eng-about-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
    padding: 30px 0;
    margin: 50px 0;
}

.home-eng-about-image,
.home-eng-about-text {
    width: 50%;
}

.home-eng-about-text ul,
.home-sales-about-text ul {
    margin-left: 25px;
    margin-top: 20px;
}

.home-eng-about-text ul li,
.home-sales-about-text ul li {
    margin-bottom: 25px;
}

.home-eng-about-image {
    border-radius: 30px;
}

.home-eng-about-image img {
    width: 100%;
    border-radius: 80px;
    height: 100%;
    object-fit: cover;
}

.home-eng-add-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
    padding: 30px 0;
    flex-wrap: wrap;
}

.home-eng-add-img {
    flex: 0 1 calc(25% - 40px);
    padding: 5px;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}

.home-eng-add-img img {
    width: 100%;
}

.eng-contact-card-container {
    margin: 30px 0;
    padding: 30px 0;
}

.eng-contact-card-heading {
    text-align: center;
}

.eng-contact-card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.eng-contact-card {
    width: 30%;
    text-align: center;

}

.eng-contact-card img {
    width: 85%;
    border-radius: 20px;
    margin-bottom: -30px;
}

.eng-contact-card .theme-btn {
    border: 2px solid white;
    padding: 15px 60px;
}

.eng-contact-form-section {
    max-width: 700px;
    margin: 30px auto;
    padding: 30px 0;
}

.eng-contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.eng-contact-form form .theme-btn {
    border: none;

}

.eng-contact-form form input,
.eng-contact-form form textarea {
    width: 100%;
    padding: 0 15px;
    border: 0.5px solid #000000;
    border-radius: 15px;
    background: #ebebeb;
    outline: none;
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

.eng-contact-form form input::focus,
.eng-contact-form form textarea::focus {
    border: none;
    outline: none;
}

.eng-contact-form form input::placeholder,
.eng-contact-form form textarea::placeholder {
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

.eng-service-text-section {
    margin: 30px auto;
    padding: 30px 0;
}

.eng-service-text-section p {
    margin-top: 30px;
    text-align-last: center;
}

.eng-service-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    /* helps responsiveness */
}

.eng-service-image {
    width: 40%;
}

.eng-service-content {
    width: 60%;
}

.eng-service-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* allows absolute positioning for icon */
}

.eng-service-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.eng-service-container:nth-child(odd) {
    flex-direction: row;
}

.eng-service-container:nth-child(even) {
    flex-direction: row-reverse;
}



.eng-service-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eng-service-image img {
    width: 100%;
    border-radius: 0 30px 30px 0;
    object-fit: cover;
}

.eng-service-container:nth-child(even) .eng-service-image img {
    border-radius: 30px 0 0 30px;
}

.eng-service-icon {
    background: var(--primary-color);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
}

.eng-service-container:nth-child(even) .eng-service-icon {
    left: -75px;
    right: auto;
}

.eng-service-icon img {
    width: 50%;
    border-radius: 0 !important;
}

.eng-service-content-text {
    max-width: 800px;
    padding: 0 30px;
    margin-left: 80px;
}

.eng-service-content-text h2 {
    margin-bottom: 15px;
}

.even-section .eng-service-content {
    display: flex;
    justify-content: end;
    align-items: center;
}

.even-section .eng-service-content-text {
    margin-left: 0;
    margin-right: 80px;
}

/* about us start */
.eng-about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.eng-about-us-image {
    width: 45%;
}

.eng-about-us-content {
    width: 55%;
}

.eng-about-us-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.eng-about-us-image-1,
.eng-about-us-image-2 {
    width: 55%;
    border-radius: 30px;
    overflow: hidden;
}

.eng-about-us-image-1 img,
.eng-about-us-image-2 img {
    width: 100%;
    border-radius: 30px;
    display: block;
}

.eng-about-us-image-2 {
    margin-top: 35%;
    margin-left: -20%;
}

.eng-about-us-content .theme-heading {
    margin-bottom: 15px;
}

.eng-about-sec-section {
    padding: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: url(../image/engineering/about-us/Image_4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 100px 100px 0 0;
}

.eng-about-sec-section-content {
    width: 50%;
    padding: 20px 80px;
}

.eng-about-sec-section-content .theme-paragraph {
    color: #ffffff;
}

.mobile-view-eng-about {
    margin: 30px 0;
    padding: 30px 0;
    display: none;
}

.mobile-view-eng-about img {
    width: 100%;
    border-radius: 50px 50px 0 0;
    margin-bottom: -5px;
}

.mobile-view-eng-about-text {
    width: 100%;
    padding: 25px;
    background: #2A2B2F;
}

.mobile-view-eng-about-text p {
    color: white;
}

.eng-about-Specialization {
    margin: 50px 0;
    padding: 30px 0
}

.eng-about-Specialization-card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.eng-about-Specialization-card {
    width: 30%;
    text-align: center;
}

.eng-about-Specialization-card img {
    width: 85%;
    border-radius: 50px;
    margin-bottom: -33px;
}

.eng-about-Specialization-card .theme-btn {
    background: white;
    border: none;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

.eng-current-opening-section {
    padding: 30px 20px;
    margin: 30px 0;
}

/* Top Section */
.eng-current-open-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-current-open-page-info {
    color: #333;
}

.eng-current-open-search-container {
    display: flex;
    align-items: center;
    width: 30%;
}

/* Search bar input */
.eng-current-open-search-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.eng-current-open-search-bar input[type="text"] {
    flex: 1;
    padding: 13px 15px;
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 30px;
    outline: none;
    width: 100%;
}

.eng-current-open-search-bar input[type="text"]::placeholder {
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

/* Button inside search bar */
.eng-open-src-btn {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 95%;
    padding: 0 25px;
    background: var(--primary-color);
    border: none;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* SVG icon inside button */
.eng-open-src-btn svg {
    width: 25px;
    height: 30px;
    fill: #fff;
}

/* Table Styling */
.eng-current-open-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.eng-current-open-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
}

.eng-current-open-th,
.eng-current-open-td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.eng-current-open-td a {
    color: #000000;
}

/* Header */
.eng-current-open-th {
    background-color: var(--primary-color);
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    border-color: #000;
}

/* Buttons */
.eng-current-open-btn {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.eng-current-open-btn:hover {
    background-color: #c98f00;
}

/* Pagination Styling */
.eng-current-open-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.eng-current-open-pagination a {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
}

.eng-current-open-pagination a:hover {
    background-color: var(--primary-color);
    color: white;
}

.eng-current-open-pagination a.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-weight: bold;
}

.eng-current-open-tr:nth-child(odd) {
    background-color: #ffffff;
}

.eng-current-open-tr:nth-child(even) {
    background-color: #e6e7e8;
}

.eng-current-open-td {
    border-bottom: none;
    border-top: none;
}

.eng-current-open-td a {
    text-decoration: underline;
}

.eng-current-open-tr td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
}

.eng-current-open-tr td:first-child {
    border-left: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.eng-current-open-tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.eng-current-open-tr td:last-child {
    border-right: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.eng-current-open-tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sales-about-us {
    margin: 30px 0;
    padding: 30px 0;
}

.sales-about-container {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 50px;
    margin-top: 30px;
}


.sales-about-content {
    width: 60%;
}

.sales-about-image {
    width: 40%;
    text-align: center;
}

.sales-about-image img {
    width: 90%;
    border-radius: 80px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.sales-about-third-section {
    background: var(--secondary-color);
    padding: 50px 0;
    border-radius: 0 0 120px 120px;
    margin-bottom: 50px;
}

.sales-about-third-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.sales-about-third-content,
.sales-about-third-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-about-third-image img {
    width: 100%;
    height: 100%;
    border-radius: 80px;
    object-fit: cover;
}

.sales-about-third-content {
    color: #ffffff;
}

.sales-md-msg-container {
    margin: 30px 0;
    padding: 30px 0;
}

.sales-md-msg-section {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 50px;
    margin-top: 30px;
}

.sales-md-msg-content {
    width: 70%;
}

.sales-md-msg-image {
    width: 30%;
}

.sales-md-msg-image img {
    width: 85%;
    object-fit: cover;
}

.sales-service {
    margin: 50px 0 30px;
    padding: 30px 0;
}

.sales-recruitment-section {
    background: var(--secondary-color);
    padding: 50px 0;
    border-radius: 100px 100px 0 0;
}

.sales-service p {
    text-align-last: center;
    margin-top: 10px;
}

.sales-recruitment-section p {
    color: #ffffff;
    text-align-last: center;
    margin-top: 10px;
}

.sales-recruitment-section h2 {
    color: #ffffff;
}

.sales-recruitment-steps {
    background: url(../image/sales/service/Map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.sales-recruitment-steps svg {
    width: 85%;
}

.sales-service-sec-svg {
    text-align: center;
}

.sales-service-sec-svg svg {
    width: 85%;
}

.sales-contact-form-section {
    max-width: 1500px;
    margin: 30px auto;
    padding: 30px 0;
}

.sales-contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sales-contact-form form .theme-btn {
    border: none;
    background: #183bae;
}

.sales-input-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.sales-contact-form .theme-btn {
    margin-top: 30px;
}

.sales-contact-form form input,
.sales-contact-form form textarea {
    width: 100%;
    padding: 0 15px;
    border: 0.5px solid #000000;
    border-radius: 15px;
    background: #ebebeb;
    outline: none;
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

.sales-contact-form form input::focus,
.sales-contact-form form textarea::focus {
    border: none;
    outline: none;
}

.sales-contact-form form input::placeholder,
.sales-contact-form form textarea::placeholder {
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
}

.sales-industry-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

.sales-industry-card {
    text-align: center;
    width: 33%;
}

.sales-industry-card-icon {
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 7px solid #ffffff;
    padding: 20px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    position: relative;
}

.sales-industry-card-img {
    margin-bottom: -60px;
    border-radius: 30px;
    width: 85%;
}

.sales-industry-card-icon img {
    width: 100%;
}

.sale-table-result,
.sale-opening-table-head {
    margin-top: 30px;
}

.tabs {
    display: flex;
    gap: 10px;
}

.tab {
    padding: 5px 40px;
    border-radius: 25px;
    border: none;
    background-color: var(--primary-color);
    color: var(--text-color);
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    color: #ffffff;
}

.tab:hover,
.tab.active {
    background-color: var(--secondary-color);
}

.sale-current-open-th {
    background: #1033ac;
    color: #ffffff;
}

.sale-recruitment-steps-container {
    margin: 80px auto;
    position: relative;
}

.sale-recruitment-step,
.sale-recruitment-step-opposite {
    display: flex;
    align-items: center;
    position: relative;
    width: 48%;
    border: 2px solid #757575;
    background: #fff;
    min-height: 150px;
    box-sizing: border-box;
}

.sale-recruitment-step {
    border-radius: 80px 0 0 80px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: auto;
    padding: 16px 0 16px 16px;
    margin-top: -60px;
}

.sale-recruitment-step-opposite {
    border-radius: 0 80px 80px 0;
    margin-bottom: 32px;
    margin-right: 0;
    margin-left: auto;
    padding: 16px 16px 16px 0;
    flex-direction: row-reverse;
}

.sale-recruitment-step-number {
    width: 80px;
    height: 80px;
    background: #757575;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    flex-shrink: 0;
}

.sale-recruitment-step .sale-recruitment-step-number {
    margin-right: 20px;
}

.sale-recruitment-step-opposite .sale-recruitment-step-number {
    margin-left: 20px;
}

.sale-recruitment-step-content {
    flex: 1;
}

.sale-recruitment-step .sale-recruitment-step-content {
    margin-right: 24px;
    max-width: 550px;
}

.sale-recruitment-step-opposite .sale-recruitment-step-content {
    margin-left: 140px;
}


.sale-recruitment-step-icon {
    width: 150px;
    height: 150px;
    background: #caa63d;
    border: 4px solid #d8b65e;
    border-radius: 20px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    /* Ensures inner border stays inside rounded corners */
}

.sale-recruitment-step-icon::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid white;
    border-radius: 16px;
    /* slightly smaller than outer border-radius */
    pointer-events: none;
}

.sale-recruitment-step .sale-recruitment-step-icon {
    right: -55px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sale-recruitment-step-opposite .sale-recruitment-step-icon {
    left: -55px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sale-recruitment-step-icon svg {
    transform: rotate(-45deg);
    width: 80px;
    height: 80px;
}

.sale-recruitment-steps-container .sale-recruitment-step-opposite {
    margin-top: -60px;
}

.sale-recruitment-steps-container .theme-tag-line {
    line-height: 30px;
}

.eng-sale-recruitment-section {
    margin-top: 30px;
}

.eng-sale-recruitment-section-heading,
.sale-countries-served-section {
    text-align: center;
    margin: 30px 0;
    padding: 30px 0;
}

.eng-sale-recruitment-section-heading p {
    text-align-last: center;
}

.sale-methodology-section {
    margin: 30px 0;
    padding: 30px 0;
    background: url(../image/sales/methodology/BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}


.sale-methodology-section img {
    width: 50%;
    height: auto;
    margin: 30px auto;
}

.sale-countries-served-section img {
    margin-top: 30px;
}

.sale-categories-container {
    background: url(../image/sales/methodology/BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.sale-categories-section {
    padding: 0 0 30px 0;
}

.sale-categories-section-content {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: -70px;
}

.sale-categories-section-content ul {
    text-align: left;
}

.sale-categories-section-heading-desktop {
    text-align: center;
}

.sale-categories-section-heading-desktop svg {
    width: 85%;
}

.sale-categories-section-heading-mobile {
    display: none;
    text-align: center;
}

.sale-categories-section-left,
.sale-categories-section-right {
    width: 30%;
}

.sale-categories-section-right {
    display: flex;
    justify-content: end;
}

.sale-categories-section .theme-paragraph {
    line-height: 40px;
}

.sale-categories-section h2 {
    display: none;
}

.feedback-slider-section {
    margin: 30px 0;
    padding: 30px 0;
}

/* slider start */
.slider {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-container {
    display: flex;
    width: 200%;
    animation: slide 16s infinite;
}

.slide {
    min-width: 50%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.testimonial-wrapper {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial {
    background: #f0f0f0;
    border-radius: 50px;
    padding: 25px 25px 35px;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
    min-height: 300px;
}

.testimonial::after {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 70px;
    border-width: 80px 30px 0 0;
    border-style: solid;
    border-color: #f0f0f0 transparent transparent transparent;
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.testimonial:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-5px);
    cursor: pointer;
}

.testimonial:hover::after {
    border-color: var(--primary-color) transparent transparent transparent;
}

.quote {
    transition: color 0.4s ease;
}

.author-info {
    margin-top: 10px;
    text-align: left;
    margin-left: 30px;
}

.author {
    color: var(--secondary-color);
    transition: color 0.4s ease;
}

.testimonial:hover~.author-info .author {
    color: var(--primary-color);
}

.company {
    color: var(--secondary-color);
    transition: color 0.4s ease;
}

/* Controls */
.controls {
    text-align: center;
}

.control-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    display: inline-block;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.control-dot:hover {
    background: #333;
}

/* Animation */
@keyframes slide {

    0%,
    40% {
        transform: translateX(0);
    }

    50%,
    90% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.slider:hover .slider-container {
    animation-play-state: paused;
}

/* slider End */

.policy-section,
.job-seeker-section,
.apply-form-section,
.report-form-section {
    margin-top: 150px;
    margin-bottom: 50px;
}

.policy-section .theme-paragraph {
    margin-bottom: 20px;
}

.policy-section ul {
    margin-left: 50px;
}

.policy-section li {
    margin-bottom: 10px;
}


.apply-form .form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-sizing: border-box;
}

.apply-form .theme-heading {
    color: var(--primary-color);
    margin: 0 0 16px 0;
    text-align: center;
}

.apply-form .theme-paragraph {
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 18px;
    color: var(--secondary-color);
}

.apply-form-field .theme-paragraph {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 6px;
    color: var(--secondary-color);
}


/* Flex form layout (scoped) */
.apply-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.apply-form .field {
    display: flex;
    flex-direction: column;
    flex: 1 1 30%;
    min-width: 250px;
}


.apply-form input[type="text"],
.apply-form input[type="number"],
.apply-form select,
.apply-form textarea {
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
}

.apply-form textarea {
    min-height: 76px;
    resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.06);
}

.apply-form .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.apply-form button {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.apply-form button:hover {
    opacity: 0.95;
}

.apply-form .back-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.job-seeker-container {
    background: white;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.job-seeker-heading {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
}

.job-seeker-note {
    color: var(--secondary-color);
    ;
    margin-bottom: 20px;
    text-align: center;
}

.job-seeker-form .job-seeker-field {
    margin-bottom: 45px;
}

.job-seeker-label {
    display: block;
    color: var(--secondary-color);
    margin-bottom: 6px;
}

.job-seeker-input,
.job-seeker-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.job-seeker-input:focus,
.job-seeker-textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.job-seeker-button {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 18px;
    font-weight: 500;
}

.job-seeker-button:hover {
    background: #1e4e8c;
}

.report-wrapper {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.report-panel {
    border-radius: 30px;
    padding: 35px;
    box-sizing: border-box;
}

.report-title {
    margin: 0 0 8px 0;
    color: var(--primary-color);
}

.report-sub {
    color: var(--secondary-color);
    margin: 0 0 22px 0;
}

.report-group {
    margin-bottom: 26px;
}

.report-question {
    margin-bottom: 12px;
    color: var(--secondary-color);
}

.report-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.report-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    transition: background .12s, box-shadow .12s;
}

.report-option:hover {
    background: rgba(43, 108, 176, 0.035);
}

.report-radio {
    appearance: none;
    /*-webkit-appearance:none;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    position: relative;
    margin-top: 3px;
    background: white;
    cursor: pointer;
}

.report-radio:checked {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(43, 108, 176, 0.08);
}

.report-radio:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}

.report-label {
    color: #0f172a;
    cursor: pointer;
}

.report-textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #e6e9ef;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
    background: #fff;
}

.report-note {
    color: var(--secondary-color);
    margin: 8px 0 0 0;
}

.report-optin-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

.report-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.report-btn {
    padding: 12px 16px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
}

.report-btn--ghost {
    background: transparent;
    color: var(--secondary-color);
    border: 1px solid rgba(43, 108, 176, 0.12);
}

.report-radio:focus,
.report-btn:focus {
    outline: 3px solid rgba(43, 108, 176, 0.12);
    outline-offset: 2px;
}

.clients-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* space between images */
    padding: 20px;
}

.clients-image-section {
    width: 250px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff;
}

.clients-image-section img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.main-work-section {
    margin-top: 100px;
}

.steps-container {
display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 40px 20px;
    margin: auto;
}

/* Step Box */
.step-box {
    position: relative;
    background: #737373;
    color: #fff;
    padding: 30px 10px;
    width: calc(25% - 65px);
    border-radius: 50px;
    text-align: center;
    box-shadow: 12px 15px 0 var(--primary-color);
    min-height: 260px;
    box-shadow: 12px 15px 0 var(--primary-color), -8px -4px 45px -20px rgba(0, 0, 0, 0.77);
    -webkit-box-shadow: 12px 15px 0 var(--primary-color), -8px -4px 45px -20px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 12px 15px 0 var(--primary-color), -8px -4px 45px -20px rgba(0, 0, 0, 0.77);
}


/* Desktop Right Arrow */
.step-box::after {
    content: "";
    position: absolute;
    right: -52px;
    top: 52%;
    transform: translateY(-50%);
    border-left: 40px solid var(--primary-color);
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

/* Last Box (no arrow) */
.step-box.last::after {
    display: none;
}

/* Icons */
.icon {
    margin-bottom: 18px;
}

.icon img {
    width: 20%;
}

.step-box h3 {
    margin: 20px 0;
    line-height: 10px;
}

.step-box p {
    margin: 0;
    line-height: 20px;
}

.main-job-search-section {
    margin-top: 100px;
    padding: 50px;
    background: url(../image/main-home/bg2.webp) center/cover no-repeat;
    border-radius: 120px 120px 0 0;
    position: relative;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dark overlay */
.main-job-search-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 36, 36, 0.85);
    border-radius: 120px 120px 0 0;
    z-index: 1;
}

/* Content wrapper above overlay */
.main-job-search-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Heading */
.main-job-search-section h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* Cards row */
.main-job-search-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0 50px;
    width: 70%;
    margin: 0 auto;
}

/* Cards */

.main-job-search-card {
    width: 40%;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    padding: 20px;
    transition: 0.3s ease;
}

/* Card Hover */
.main-job-search-card:hover {
    background: var(--primary-color);
}

/* Card Heading Hover */
.main-job-search-card:hover a {
    color: #ffffff;
}
.main-job-search-card h3 label {
    transition: 0.3s ease;
    cursor:pointer;
}
.main-job-search-card:hover h3 label {
    color: #ffffff;
}

/* First heading hover */
.main-job-search-card:hover .first-heading {
    border-bottom: 2px solid #ffffff;
}

/* h3 styling */
.main-job-search-card h3 {
    line-height: 30px;
    transition: 0.3s ease;
}
.main-job-search-card h3 a{
   color:#000000;
    transition: 0.3s ease;
}

.main-job-search-card img {
    border-radius: 30px;
}

/* first heading styling */
.main-job-search-card .first-heading {
    margin-top: 20px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.main-agency-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    gap: 30px;
}

.main-agency-left,
.main-agency-right {
    width: 40%;
}

.main-agency-left img {
    width: 100%;
    border-radius: 50px;
}

/* Center container */
.eng-home-why-container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

/* two-column layout */
.eng-home-why-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

/* LEFT column */
.eng-home-why-left {
    flex: 1 1 52%;
    min-width: 260px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* decorative wrapper for image */
.eng-home-why-decor {
    position: relative;
    width: 100%;
    max-width: 660px;
    padding: 28px;
    border-radius: 34px;
    z-index: 2;
    overflow: visible;
    background: transparent;
}

/* yellow rounded rectangle behind the image (decorative) */
.eng-home-why-decor::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 90%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 40px;
    z-index: -1;
}

/* image inside wrapper */
.eng-home-why-decor img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* RIGHT column (dark content panel) */
.eng-home-why-right {
    flex: 1 1 50%;
    min-width: 300px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

/* Heading */
.eng-home-why-title {
    margin: 0 0 18px;
    color: #ffffff;
}

.sales-home-can .eng-home-why-title {
    color: #000000;
}

/* bullet list */
.eng-home-why-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #dfeaf3;
}

.sales-home-can .eng-home-why-list {
    color: #000000;
}

.eng-home-why-list li {
    position: relative;
    padding-left: 28px;
}

.eng-home-why-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 10px;
    opacity: 0.95;
}

.sales-home-can .eng-home-why-list li::before {
    background: #000000;
}

.home-eng-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 50px 0;
}

.home-eng-button-section-btn1 {
    background: #757575 !important;
    color: white !important;
}

.home-eng-button-section-btn-2 {
    color: #000000 !important;
}

.sales-home-can .theme-btn {
    padding: 10px 25px;
    line-height: 20px;
    width: 100%;
    border-radius: 20px;
}

.sales-home-can .eng-home-why-container {
    margin-top: 70px;
}

.sales-home-button-section .home-eng-button-section-btn1,
.sales-home-button-section .home-eng-button-section-btn-2 {
    width: 30%;
    line-height: 25px;
    text-transform: uppercase;
    padding: 35px 5px;
    border-radius: 20px;
}

.sales-home-button-section .theme-heading {
    margin-top: 50px;
}