

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html,
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif !important;
 width: 100%;
overflow-x: hidden;
}




.about-hero {
    position: relative;
    width: 100%;
    height: 50vh;
   
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.about-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-breadcrumb {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.about-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.about-breadcrumb a:hover {
    color: #f7c600;
}

.about-breadcrumb span {
    margin: 0 6px;
}

.about-breadcrumb .current {
    color: #f7c600;
}


@media (max-width: 992px) {
    .about-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        height: 55vh;
    }

    .about-title {
        font-size: 36px;
    }
}





  .quote-section {
        background: #0d0d0d;
        padding: 40px 0;
        color: #ddd;

    }

   
    .quote-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .quote-header h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
    }

    .quote-header p {
        color: #ccc;
        max-width: 800px;
        margin: auto;
        line-height: 1.7;
    }

  
    .quote-form {
        background: #111;
        padding: 40px;
        border-radius: 12px;
        border: 1px solid #222;
    }

  
    .label-title {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
    }

    .label-title span {
        color: #f7c600;
    }

  
    .quote-form input,
    .quote-form textarea {
        width: 100%;
        background: #0d0d0d;
        border: 1px solid #333;
        padding: 14px;
        border-radius: 6px;
        font-size: 16px;
        color: #eee;
    }

    .quote-form input:focus,
    .quote-form textarea:focus {
        border-color: #f7c600;
        outline: none;
    }

    .quote-form textarea {
        height: 140px;
        resize: vertical;
    }

    
    .form-row {
        display: flex;
        gap: 20px;
    }

    .form-group {
        width: 100%;
        margin-bottom: 25px;
    }


    .service-checkboxes {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 30px;
    }

    .checkbox-item {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        color: #ddd;
        font-size: 15px;
    }

    .checkbox-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-item .checkmark {
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        background: #000;
        border: 2px solid #555;
        border-radius: 4px;
    }

    .checkbox-item input:checked+.checkmark {
        background: #f7c600;
        border-color: #f7c600;
    }

 
    .quote-submit-btn {
        background: #f7c600;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        padding: 16px 35px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }

    .quote-submit-btn:hover {
        background: #d7a800;
    }


    @media (max-width: 768px) {
        .form-row {
            flex-direction: column;
        }
    }

















    .career-section {
        background: #0d0d0d;
        padding: 40px 0;
        color: #ddd;

    }

    .career-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .career-header h2 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .career-header p {
        color: #ccc;
        max-width: 750px;
        margin: auto;
        line-height: 1.7;
    }


    .career-form {
        background: #111;
        padding: 35px;
        border-radius: 10px;
        border: 1px solid #222;
    }

 
    .form-row {
        display: flex;
        gap: 20px;
    }


    .form-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-group.full {
        width: 100%;
    }

    .form-group label {
        color: #fff;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

    .form-group label span {
        color: #f7c600;
    }


    .career-form input,
    .career-form textarea {
        width: 100%;
        background: #0d0d0d;
        border: 1px solid #333;
        padding: 14px;
        color: #ddd;
        border-radius: 6px;
        font-size: 16px;
    }

    .career-form input:focus,
    .career-form textarea:focus {
        border-color: #f7c600;
        outline: none;
    }


    .career-form textarea {
        height: 150px;
        resize: vertical;
    }

 
    .file-upload-box input[type="file"] {
        padding: 12px;
        background: #1a1a1a;
        border-radius: 6px;
        border: 1px solid #333;
        color: #ccc;
    }


    .career-submit-btn {
        background: #f7c600;
        color: #000;
        padding: 14px 35px;
        border: none;
        border-radius: 6px;
        font-weight: 700;
        font-size: 18px;
        cursor: pointer;
        transition: .3s;
        display: inline-block;
    }

    .career-submit-btn:hover {
        background: #d7a800;
    }


    @media (max-width: 768px) {
        .form-row {
            flex-direction: column;
        }
    }






    .career-submit-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 26px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .career-submit-btn:disabled {
        opacity: 0.75;
        cursor: not-allowed;
    }


    .btn-spinner {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-top-color: #fff;
        border-radius: 50%;
        display: none;
        animation: spin 0.7s linear infinite;
    }

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

   
    .career-submit-btn.loading .btn-spinner {
        display: inline-block;
    }

    .career-submit-btn.loading .btn-text {
        content: "Submitting...";
    }













/* ------------------------------
   ABOUT US   PAGE  CSS START
--------------------------------*/


.who-we-are-section {
    padding: 120px 0;
    background: #0d0d0d;
}

.who-images {
    justify-content: center;
}

.who-img-box {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
}

.who-img-box img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 10px;
}

.who-content {
    padding-left: 40px;
}

.who-label {
    color: #f7c600;
    font-size: 16px;
    letter-spacing: 4px;
}

.who-title {
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 20px 0 20px;
}

.who-desc {
    color: #bbb;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
}


.vm-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vm-title span {
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #f7c600;
    margin-right: 12px;
    border-radius: 4px;
}

.vision p {
    color: #bbb;
    line-height: 1.7;
}

.mission-list {
    list-style: none;
    padding-left: 0;
}

.mission-list li {
    color: #ddd;
    margin-bottom: 14px;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
}

.mission-list li::before {
    content: "✔";
    color: #f7c600;
    position: absolute;
    left: 0;
    top: 0;
}

/* CEO BOX */
.ceo-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.ceo-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.ceo-name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.ceo-role {
    color: #f7c600;
    font-size: 14px;
    letter-spacing: 2px;
}



@media (max-width: 992px) {
    .who-images {
        margin-bottom: 40px;
    }
    .who-title {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .who-img-box img {
        height: 420px;
    }
    .who-content {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .who-img-box img {
        height: 300px;
    }
    .who-title {
        font-size: 34px;
    }
}







.values-section {
    background: #0d0d0d;
    padding: 120px 0;
}

.values-label {
    color: #f7c600;
    font-size: 16px;
    letter-spacing: 5px;
}

.values-title {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 20px 0 30px;
}

.values-desc {
    color: #ccc;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.values-btn {
    background: #f7c600;
    color: #000;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}


.value-box {
    background: #111;
    border: 1px solid #222;
    padding: 40px 30px;
    border-radius: 10px;
    height: 100%;
}

.value-icon img {
    width: 48px;
    filter: brightness(0) saturate(100%) invert(76%) sepia(93%) saturate(1900%) hue-rotate(1deg) brightness(101%) contrast(106%);
    margin-bottom: 20px;
}

.value-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.value-text {
    color: #999;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .values-title {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .values-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .values-title {
        font-size: 30px;
    }
    .value-box {
        padding: 30px 20px;
    }
}






   /* ------------------------------
   ABOUT US   PAGE  CSS CLOSED
--------------------------------*/









/* ------------------------------
   CONTACT US   PAGE  CSS START
--------------------------------*/


.contact-section {
    background: #0c0c0c;
    padding: 40px 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

/* Left Side */
.contact-subtitle {
    color: #f7c600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-desc {
    color: #ccc;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 1.7;
}

/* Info Items */
.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-info .info-item i {
    font-size: 40px;
    color: #f7c600;
    margin-right: 18px;
}

.contact-info .info-item h4 {
    font-size: 18px;
    font-weight: 700;
}

.contact-info .info-item p {
    color: #ddd;
}

/* Contact Image */
.contact-image-box img {
    width: 100%;
    border-radius: 6px;
    margin-top: 25px;
}

/* Right Form */
.contact-form label {
    display: block;
    margin-bottom: 6px;
    color: #ddd;
    font-size: 15px;
}

.contact-form span {
    color: #f7c600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #111;
    border: 1px solid #222;
    padding: 14px;
    color: #fff;
    border-radius: 4px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

/* Button */
.contact-btn {
    width: 100%;
    background: #f7c600;
    border: none;
    padding: 16px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

/* RESPONSIVENESS */
@media (max-width: 991px) {
    .contact-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .contact-title {
        font-size: 30px;
    }
}


#cs_loading {
    display: none;
    color: #f7c600;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #111;
    border: 1px solid #222;
    padding: 14px;
    color: #fff;
    border-radius: 4px;
    margin-top: 5px;
}

.contact-form label {
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
}

.contact-intro-text {
    color: #ccc;
    font-size: 15px;
    line-height: 1.7;
}

.contact-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}




/* ------------------------------
   CONTACT US   PAGE  CSS START
--------------------------------*/











/* ============ PRIVACY POLICY PAGE ============ */
.privacy-policy-section {
    background: #0d0d0d;
    padding: 100px 0 80px;
    color: #ccc;
}

.policy-header {
    margin-bottom: 60px;
}

.policy-label {
    color: #f7c600;
    font-size: 14px;
    letter-spacing: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.policy-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.policy-date {
    margin-top: 12px;
    font-size: 16px;
    color: #aaa;
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
}

.policy-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 15px;
}

.policy-content h4 {
    color: #f7c600;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.policy-content p {
    margin-bottom: 18px;
}

.policy-content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.policy-content ul li {
    margin-bottom: 8px;
}

.policy-contact-box {
    margin-top: 25px;
    padding: 25px;
    background: #111;
    border-radius: 12px;
    border: 1px solid rgba(255, 204, 0, 0.3);
}

.policy-contact-box a {
    color: #f7c600;
    text-decoration: none;
}

.policy-contact-box a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 575px) {
    .policy-title {
        font-size: 32px;
    }
    .policy-content {
        font-size: 16px;
    }
}
