/* index.php */

#section-banner {
    padding: 10px 0px;
    background: linear-gradient(45deg, #e8f4fc, #f4ebf9, #d1eafa, #f7ebff, #e8f4fc, #f4ebf9);
    background-size: 600% 100%;
    animation: gradient 7s linear infinite;
    animation-direction: alternate;
}

.banner-content-inner {
    max-width: 600px;
}

.header-subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--heading-color);
}

.banner-content-inner p {
    color: var(--para-color);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--default-font);
}

.search-bx {
    background-color: #fff;
    display: flex;
    width: 100%;
    max-width: 400px;
    align-items: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .01);
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #f9f9f9;
}

.search-bx form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search-bx input {
    border: 0;
    outline: 0;
    background: transparent;
    height: 45px;
    color: #222;
    padding-inline: 15px;
    font-size: 13px;
    width: 100%;
}

.search-bx .sub-btn {
    background-color: var(--heading-color);
    height: 45px;
    padding-inline: 15px;
    color: white;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 15px;
    white-space: nowrap;
    border: 0;
}

.bnhone {
    color: #000000 !important;
    font-family: var(--heading-font);
    /* font-size: clamp(28px, 6vw, 56px); */
    font-weight: 800;
    /* line-height: 1.1; */
    text-transform: none !important;
    text-shadow: none !important;
}

.top-headers {
    padding: 0;
    background-color: var(--heading-color);
    top: 0;
    z-index: 9999;
}

.marquee-text {
    overflow: hidden;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.marquee-track .info-text {
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.marquee-track a {
    color: #fff;
    text-decoration: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* Half tak shift karenge, kyunki duplicate kiya h */
}

h2.no-after::after {
    content: none !important;
}

.features .section-title {
    display: block;
    color: var(--surface-color);
    font-size: 2rem;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .features .section-title {
        display: block;
        color: var(--surface-color);
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
}

.testimonials .section-title {
    display: block;
    color: var(--surface-color);
    font-size: 2rem;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .testimonials .section-title {
        display: block;
        color: var(--surface-color);
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
}

.testimonials .section-title:before,
.testimonials .section-title:after {
    margin: 0 15px 10px 0;
    content: "";
    width: 4%;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.faq .section-title {
    display: block;
    color: var(--surface-color);
    font-size: 2rem;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .faq .section-title {
        display: block;
        color: var(--surface-color);
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
}

.faq .section-title:before,
.faq .section-title:after {
    margin: 0 15px 10px 0;
    content: "";
    width: 4%;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.contact .section-title {
    display: block;
    color: var(--surface-color);
    font-size: 2rem;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .contact .section-title {
        display: block;
        color: var(--surface-color);
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
}

.contact .section-title:before,
.contact .section-title:after {
    margin: 0 15px 10px 0;
    content: "";
    width: 4%;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.services .section-title {
    display: block;
    color: var(--surface-color);
    font-size: 2rem;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .services .section-title {
        display: block;
        color: var(--surface-color);
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
}

.services .section-title:before,
.services .section-title:after {
    margin: 0 15px 10px 0;
    content: "";
    width: 4%;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}


.features .section-title:before,
.features .section-title:after {
    margin: 0 15px 10px 0;
    content: "";
    width: 4%;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.features-list .feature-item .icom h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 10px;
    line-height: 1.2
}

.spch2 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-family: var(--heading-font);
    color: var(--surface-color);
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.2;

}

@media (max-width: 768px) {
    .spch2 {
        font-size: 18px;
    }
}

.partner-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-icon:hover {
    transform: scale(1.1);
}

/* Mobile specific styles */
@media (max-width: 768px) {
    .partner-icon {
        width: 100px;
        height: 100px;
    }

    .card.p-4 {
        padding: 1rem !important;
    }
}

/* For extra small devices */
@media (max-width: 576px) {
    .partner-icon {
        width: 85px;
        height: 85px;
    }

}

.sectors-section {
    padding: 60px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333 !important;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--accent-color);
    max-width: 800px;
    margin: 0 auto;
}

.sectors-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sectors-content {
    padding: 50px;
}

.sector-category {
    margin-bottom: 50px;
}

.sector-category:last-child {
    margin-bottom: 0;
}

.sector-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.sector-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--heading-color) 0%, var(--accent-color) 100%);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.industry-item {
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--heading-color);
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
}

.industry-item:hover {
    background: var(--heading-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Products specific styling */
.products-industries .industry-item {
    border-left-color: var(--heading-color);
}

.products-industries .industry-item:hover {
    background: var(--heading-color);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Services specific styling */
.services-industries .industry-item {
    border-left-color: var(--heading-color);
}

.services-industries .industry-item:hover {
    background: var(--heading-color);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .sectors-content {
        padding: 30px 25px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .industry-item {
        padding: 10px 15px;
        font-size: 0.95rem;
    }

    .sector-category {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .sectors-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .sectors-content {
        padding: 25px 20px;
    }

    .sector-title {
        font-size: 1.5rem;
    }
}

.patta {
    color: var(--accent-color);
    font-size: 48px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.2;
}

.patta span {
    display: inline-block;
}

.accordion-item {
    background-color: #0a2756;
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    background-color: #0a2756;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #103a7a;
    color: #fff;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body {
    background-color: #0a2756;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* header page css */

.mmenu {
    margin: 0px !important;
    padding: 0px !important;
}

/* about page css */

.work-exp-area {
    width: 100%;
    position: relative;
    display: block;
    background-attachment: fixed;
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.title_3 {
    overflow: visible !important;
    padding: 30px 0 0 0px !important;
    font-size: 24px !important;
    margin: 0 !important;
    float: left !important;
    width: 100% !important;
    text-transform: capitalize !important;
    color: var(--surface-color) !important;
    margin-bottom: 25px !important;
    position: relative !important;
    font-weight: 600 !important;
}

.home_right {
    float: right;
    max-width: 500px;
    margin: 0 0 15px 25px;
    border-radius: 8px;
    overflow: hidden;
}

/* Make image responsive */
.home_right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .home_right {
        float: none;
        margin: 15px auto;
        width: 90%;
        max-width: 100%;
    }
}


.work-exp-area .work-content .work-item p {
    line-height: 25px;
    padding-right: 0px;
    text-align: justify;
    color: #444;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    font-size: 16px;
}

p {
    margin-top: 0;
}

.work-exp-area .work-content h2,
.work-exp-area .work-content h3,
.work-exp-area .work-content h4 {
    padding: 0;
    font-size: 20px;
    color: var(--surface-color);
    text-align: left;
    margin: 15px 0 10px;
    line-height: 1.2;
    font-weight: 600;
}

/* modal css */

/* .btn-loader {
    font-weight: 600;
} */

/* .btn-loader {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
} */

/* Spinner */
/* .btn-loader::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
} */

/* career css */

label.error {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 15px;
}

.rednot {
    color: red;
}

.career-opportunity-section {
    padding: 2rem 1rem;
    background-color: #e4ecf1;
}

.opportunity-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 432px 1fr;
    gap: 1rem;
    align-items: start;
}

.role-info-card {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 1rem;
    height: fit-content;
}

.role-title {
    font-size: 1.3rem;
    color: var(--surface-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.role-specs .spec-item {
    margin: 1rem 0;
    color: var(--font-black);
    font-size: 0.95rem;
    line-height: 1.5;
}

.role-specs strong {
    color: #111827;
    font-weight: 500;
    display: inline-block;
    width: 140px;
}

.work-location {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.location-heading {
    font-size: 1.25rem;
    color: var(--surface-color);
    margin-bottom: 1rem;
    font-weight: 500;
}

.location-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--font-black);
    font-size: 0.95rem;
}

.candidate-form-wrapper {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.form-main-heading {
    font-size: 1.5rem;
    color: var(--surface-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.required-field-notice {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.input-field-group {
    margin-bottom: 1.25rem;
}

.dual-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.triple-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.field-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.text-input,
.dropdown-select,
.multiline-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.text-input:focus,
.dropdown-select:focus,
.multiline-input:focus {
    outline: none;
    border-color: var(--surface-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.dropdown-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
}

.multiline-input {
    min-height: 100px;
    resize: vertical;
}

.document-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-prompt {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background-color: #f3f4f6;
    border: 1px dashed #e5e7eb;
    border-radius: 0.375rem;
    color: #6b7280;
    font-size: 0.875rem;
    width: 100%;
}

.document-upload:hover .upload-prompt {
    background-color: #e5e7eb;
}

.format-info {
    display: block;
    margin-top: 0.25rem;
    color: #6b7280;
    font-size: 0.75rem;
}

.agreement-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.verification-checkbox {
    width: auto;
}

.declaration-text {
    margin-bottom: 0;
    font-size: 0.875rem;
    cursor: pointer;
}

.submit-btn {
    background-color: var(--surface-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-btn:hover {
    background-color: var(--surface-color);
}

.submit-btn svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .opportunity-container {
        grid-template-columns: 320px 1fr;
        gap: 1.5rem;
    }

    .role-info-card {
        padding: 1.75rem;
    }

    .role-specs strong {
        width: 130px;
    }

    .candidate-form-wrapper {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .opportunity-container {
        grid-template-columns: 1fr;
    }

    .role-info-card {
        position: static;
        width: 100%;
    }

    .role-title {
        font-size: 1.4rem;
    }

    .role-specs .spec-item {
        margin: 0.8rem 0;
    }

    .dual-input-row,
    .triple-input-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .career-opportunity-section {
        padding: 1rem;
    }

    .role-info-card,
    .candidate-form-wrapper {
        padding: 1.25rem;
    }

    .role-specs strong {
        width: 110px;
    }

    .text-input,
    .dropdown-select,
    .multiline-input {
        padding: 0.65rem;
    }
}

/* contact css */

.btn-loader {
    font-weight: 600;
}

.btn-loader {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* Spinner */
.btn-loader::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* gallery css */

.photozone-gallery {
    padding: 0 20px 30px 20px;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.photozone-container {
    max-width: 1200px;
    margin: auto;
}

.photozone-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--surface-color);
    margin: 40px 0 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    line-height: 1.2;
    word-break: break-word;
}

/* Underline style */
.photozone-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 5px;
}

/* 🔽 Responsive adjustments */
@media (max-width: 768px) {
    .photozone-heading {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .photozone-heading {
        font-size: 22px;
    }
}


.photozone-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .photozone-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.photozone-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    z-index: 1;
}

.photozone-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    aspect-ratio: 1 / 1;
}

.photozone-card:hover img {
    transform: scale(1.05);
}

.photozone-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.5);
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
    pointer-events: none;
    z-index: 2;
}

.photozone-overlay {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    z-index: 3;
    pointer-events: none;
}

.photozone-card:hover .photozone-overlay {
    opacity: 1;
}