.terms-hero {
    position: relative;
    padding: 170px 0 130px;
    background: url("../images/innerpages/innerbg.png") center/cover no-repeat;
    color: #fff;
}
.page-template-contact-page-inner .terms-hero{
    height: 500px;
}
/* Overlay */
.terms-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 50, 88, 0.80);
}

.terms-hero .container {
    position: relative;
    z-index: 2;
}

.terms-hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Left Side */
.terms-hero-left {
    flex: 1;
}

.terms-hero-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}

.terms-hero-title span {
    color: #FF7F00;
}

.terms-hero-desc {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
}

/* CARD SECTION */

.terms-cards-section {
    background: transparent;
    position: relative;
    padding-bottom: 120px;
}

/* card wrapper */

.terms-cards-wrapper {
    margin-top: -90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.terms-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.terms-card:hover {
    transform: translateY(-6px);
}

/* icon */

.terms-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff;
    margin-bottom: 18px;
}

.terms-card-icon img {
    width: 18px;
}

/* title */
.terms-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.terms-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 18px;
}
.innovation-contact-info p {
    font-size: 16px;
    color: #4A5565;
    margin-bottom: 4px;
    display: flex;
    gap: 12px;
}
.innovation-contact-info span.img {
    font-size: 16px;
    color: #4A5565;
    display: inline-block;
    margin-bottom: 0;
}
.innovation-contact-info span.img img {
    width: 20px;
    max-width: 100%;
    height: auto;
}
.innovation-contact-info a {
    text-decoration: none;
    color: #4A5565;
}
.form-checklist-section{
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 80px 0;
}
@media (max-width:1680px) {

    .terms-hero {
        padding: 160px 0 120px;
    }

    .terms-hero-title {
        font-size: 64px;
    }

    .terms-hero-desc {
        font-size: 15px;
    }

    .terms-cards-wrapper {
        margin-top: -85px;
    }

}

@media (max-width:1440px) {
    .terms-hero {
        padding: 150px 0 110px;
    }

    .terms-hero-title {
        font-size: 58px;
    }

    .terms-cards-wrapper {
        gap: 26px;
    }

    .terms-card {
        padding: 30px;
    }

}

@media (max-width:1366px) {
    .terms-hero-title {
        font-size: 54px;
    }

    .terms-hero-desc {
        max-width: 480px;
    }

    .terms-cards-wrapper {
        margin-top: -80px;
    }

}

@media (max-width:1199px) {
    .terms-hero {
        padding: 140px 0 100px;
    }

    .terms-hero-title {
        font-size: 46px;
    }

    .terms-hero-desc {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .terms-hero {
        padding: 120px 0 90px;
    }

    .terms-hero-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .terms-hero-title {
        font-size: 40px;
    }

    .terms-hero-desc {
        max-width: 100%;
    }

    .terms-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -60px;
    }

    .terms-card {
        padding: 26px;
    }
}

@media (max-width:767px) {
        .terms-hero {
            padding: 92px 0 40px;
        }
        .policy-heading {
            font-size: 30px;
        }

    .terms-hero-title {
        font-size: 34px;
    }

    .terms-hero-desc {
        font-size: 13px;
    }

    .terms-cards-wrapper {
        grid-template-columns: 1fr;
        margin-top: -50px;
        gap: 20px;
    }

    .terms-card {
        padding: 24px;
    }
}

@media (max-width:575px) {
    .terms-hero {
        padding: 70px 20px;
    }

    .terms-cards-section {
        padding: 0 20px 120px 20px;
    }

    .terms-hero-title {
        font-size: 28px;
    }

    .terms-hero-desc {
        font-size: 13px;
    }

    .terms-card {
        padding: 20px;
        border-radius: 12px;
    }

    .terms-card h3 {
        font-size: 16px;
    }

    .terms-card p {
        font-size: 13px;
    }
}

/* PRIVACY PAGE LAYOUT */

/* CENTER LEGAL CARD */

.privacy-policy-card {
    max-width: 1250px;
    margin: -110px auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 40px 45px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
}

/* TITLE */

.policy-heading {
    color: #003F82;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

/* CONTENT */
.policy-content h4 {
    color: #003F82;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.policy-content p {
    color: #707070;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.policy-email {
    color: #f26a21;
    /* orange color like screenshot */
    text-decoration: underline;
    font-weight: 500;
}

.policy-email:hover {
    opacity: 0.8;
}

/* RESPONSIVE */

@media (max-width:991px) {

    .privacy-policy-card {
        margin-top: -80px;
        padding: 30px;
    }
}

@media (max-width:767px) {

    .privacy-policy-card {
        margin-top: -60px;
        padding: 25px;
    }
}

@media (max-width:575px) {

    .privacy-policy-card {
        margin-top: 30px;
        padding: 20px;
        max-width: none;
    }

    .policy-content p {
        font-size: 14px;
        line-height: 21px;
    }

    .policy-content h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .policy-heading {
        font-size: 25px;
        margin-bottom: 24px;
    }
}

/* Thank You Section */
.thankyou-hero-section {
    width: 100%;
    background: #ffffff;
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.thankyou-hero-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

/* Left Content */
.thankyou-hero-text {
    max-width: 520px;
}

.thankyou-hero-text h1 {
    color: #003F82;
    font-size: 96px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.thankyou-hero-text p {
    color: #707070;
    text-align: justify;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.thankyou-hero-right {
    flex-shrink: 0;
}

.thankyou-hero-right img {
    width: 420px;
    max-width: 100%;
}

@media (max-width:1199px) {

    .thankyou-hero-section {
        padding: 120px 40px;
    }

    .thankyou-hero-wrapper {
        gap: 40px;
    }

    .thankyou-hero-text h1 {
        font-size: 66px;
    }

    .thankyou-hero-text p {
        font-size: 32px;
    }

    .thankyou-hero-right img {
        width: 320px;
    }
}

@media (max-width:991px) {

    .thankyou-hero-section {
        padding: 120px 30px;
    }

    .thankyou-hero-wrapper {
        gap: 60px;
    }

    .thankyou-hero-text h1 {
        font-size: 43px;
    }

    .thankyou-hero-text p {
        font-size: 28px;
    }

    .thankyou-hero-right img {
        width: 250px;
    }
}

@media (max-width:767px) {

    .thankyou-hero-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .thankyou-hero-text {
        max-width: 600px;
    }

    .thankyou-hero-text p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:767px) {

    .thankyou-hero-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .thankyou-hero-text {
        max-width: 600px;
    }

    .thankyou-hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .thankyou-hero-text h1 {
        font-size: 35px;
    }

    .thankyou-hero-text p {
        font-size: 25px;
    }

    .thankyou-hero-right img {
        width: 200px;
    }

}

/**faq page**/

.innovation-hero-section {
    background: #fafafa;
    padding: 90px 0 60px 0;
}

.innovation-hero-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 90px;
}

.innovation-hero-left {
    flex: 0 0 60%;
}

.innovation-hero-right {
    flex: 0 0 40%;
    padding-top: 50px;
}

.innovation-hero-title {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 65px;
    line-height: 1.2;
    color: #707070;
    font-weight: 500;
    margin-bottom: 0;
}

.innovation-arrow img {
    width: 28px;
    margin-bottom: 10px;
}

.innovation-hero-text {
    font-size: 18px;
    line-height: 1.8;
    color: #707070;
    max-width: 1000px;
}

.test-cta {
    color: #707070;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    display: inline-flex;
    /* align-items: center; */
    gap: 15px;
    border-bottom: 1px solid #003F82;
    padding-bottom: 10px;
    font-weight: 700;
}

.text-test {
    text-align: right;
    padding-right: 30px;
}

/* VALUE PROPOSITION */

.innovation-value-section {
    padding: 60px 0 90px 0;
    background-color: #fafafa;
}

.innovation-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.innovation-value-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 32px;
    border-radius: 14px;
    border: none;
    font-size: 20px;
    color: #003F82;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: .3s ease;
}

.innovation-value-card:hover {
    transform: translateY(-4px);
}

.innovation-value-card.active {
    background-color: #003F82;
    color: #ffffff;
}

.innovation-section-line {
    display: block;
    width: 64px;
    height: 4px;
    background: #FF6900;
    margin-bottom: 16px;
}

.innovation-label {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.faq-section {
    padding: 120px 0;
}


@media (max-width:1680px) {

    .innovation-hero-title {
        font-size: 55px;
    }
}

@media (max-width:1440px) {

    .innovation-hero-wrapper {
        gap: 70px;
    }
}

@media (max-width:1399px) {

    .innovation-hero-title {
        font-size: 45px;
    }

    .innovation-hero-wrapper {
        max-width: 1050px;
    }
}

@media (max-width:1199px) {

    .innovation-value-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width:991px) {



    .innovation-hero-section {
        padding: 40px 20px 0px;
    }

    .innovation-hero-right {
        padding-top: 40px;
    }

    .innovation-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:767px) {

    .innovation-hero-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .innovation-hero-right {
        padding-top: 0px;
    }

    section {
        padding: 40px 20px;
    }

    .innovation-hero-title {
        font-size: 35px;
    }

    .text-test {
        text-align: left;
    }

    .innovation-label,
    .innovation-value-card {
        font-size: 16px;
    }

    .innovation-value-card {
        padding: 24px;
        gap: 18px;
    }
}

@media (max-width:575px) {

    .innovation-hero-section {
        padding: 40px 20px 0px;
    }

    .faq-section {
        padding: 40px 20px 120px;
    }

    .innovation-value-section {
        padding: 40px 20px;
    }

    .innovation-value-grid {
        grid-template-columns: 1fr;
    }

    .innovation-hero-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .innovation-hero-right {
        padding-top: 0px;
    }

    .text-test {
        text-align: left;
    }

    .innovation-label,
    .innovation-value-card {
        font-size: 16px;
    }

}

/*Contact page*/

.innovation-arrow img {
    width: 42px;
}

.map-section {
    margin: 60px 0 200px 0;
}

/* CONTACT CARD */

.contact-card-wrapper {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin: -110px auto 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* LEFT FORM */

.contact-form-area {
    flex: 0 0 60%;
    background: #ffffff;
    padding: 50px 60px;
}

.contact-title {
    color: #003D5C;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 10px;
}

.contact-subtext {
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* spacing only for single fields */

.contact-form>.form-group {
    margin-bottom: 20px;
}

.form-group label {
    color: #003D5C;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
}

.form-group textarea {
    resize: none;
}


.contact-submit-btn {
    margin-top: 10px;
    background: #0b3556;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.contact-submit-btn:hover {
    opacity: .9;
}

.form-note {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 20px;
}

/* RIGHT PANEL */

.contact-info-area {
    flex: 0 0 40%;
    background: #0b3556;
    color: #fff;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
}

.contact-info-area h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.info-icon {
    width: 20px;
    margin-top: 2px;
}

.info-label {
    color: #93A5B1;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

.contact-info-item p {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
}

.contact-footer {
    margin-top: auto;
    font-size: 12px;
    color: #9ca3af;
}

/* ===============================
CONTACT PAGE RESPONSIVE
================================ */

/* ---------- 1680px ---------- */
@media (max-width:1680px) {

    .contact-title {
        font-size: 48px;
        line-height: 48px;
    }

    .contact-form-area {
        padding: 45px 55px;
    }

    .contact-info-area {
        padding: 45px 35px;
    }

    .map-section {
        margin: 60px 0 150px;
    }

}

/* ---------- 1440px ---------- */
@media (max-width:1440px) {

    .contact-title {
        font-size: 44px;
    }

    .contact-form-area {
        padding: 40px 50px;
    }

    .contact-info-area {
        padding: 40px 35px;
    }

    .contact-info-item p {
        font-size: 18px;
        line-height: 28px;
    }

}

/* ---------- 1366px ---------- */
@media (max-width:1366px) {

    .contact-card-wrapper {
        margin-top: -100px;
    }

    .contact-title {
        font-size: 40px;
    }

    .contact-form-area {
        padding: 40px 45px;
    }

    .contact-info-area {
        padding: 40px 30px;
    }

}

/* ---------- 1199px ---------- */
@media (max-width:1199px) {

    .contact-title {
        font-size: 36px;
    }

    .contact-form-area {
        padding: 35px 40px;
    }

    .contact-info-area {
        padding: 35px 30px;
    }

    .contact-info-item p {
        font-size: 17px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 15px;
    }

}

/* ---------- 991px ---------- */
@media (max-width:991px) {

    .contact-card-wrapper {
        flex-direction: column;
        margin-top: -80px;
    }

    .contact-form-area {
        flex: 100%;
        padding: 35px;
    }

    .contact-info-area {
        flex: 100%;
        padding: 35px;
    }

    .contact-title {
        font-size: 34px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .map-section {
        margin: 60px 0 120px;
    }

}

/* ---------- 767px ---------- */
@media (max-width:767px) {

    .contact-card-wrapper {
        margin-top: -70px;
    }

    .contact-title {
        font-size: 30px;
    }

    .contact-subtext {
        font-size: 14px;
    }

    .contact-form-area {
        padding: 30px;
    }

    .contact-info-area {
        padding: 30px;
    }

    .contact-info-area h3 {
        font-size: 20px;
    }

    .contact-info-item p {
        font-size: 16px;
        line-height: 26px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
    }

    .contact-submit-btn {
        padding: 10px 25px;
    }

    .map-section {
        margin: 20px 0 100px;
    }

}

/* ---------- 575px ---------- */
@media (max-width:575px) {

    .contact-card-wrapper {
        border-radius: 10px;
    }

    .contact-form-area {
        padding: 25px 20px;
    }

    .contact-info-area {
        padding: 25px 20px;
    }

    .contact-title {
        font-size: 26px;
    }

    .contact-subtext {
        font-size: 13px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
    }

    .contact-submit-btn {
        width: 100%;
        text-align: center;
    }

    .contact-info-item {
        gap: 12px;
    }

    .contact-info-item p {
        font-size: 15px;
    }

    .info-label {
        font-size: 13px;
    }

    .map-section {
        padding: 0 20px 400px;
    }

    .terms-cards-section {
        margin: 0;
    }

}

/* ========================================
NEWSLETTER HERO RIGHT CONTENT
======================================== */

.newsletter-hero-layout {
    align-items: flex-start;
}

.newsletter-hero-right {
    max-width: 520px;
}

.newsletter-hero-text {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 20px;
}

.newsletter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsletter-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #dbe7ef;
}

.newsletter-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7f00;
    font-weight: 700;
}


/* ========================================
NEWSLETTER CARD
======================================== */

.contact-card-wrapper {
    max-width: 1200px;
}

/* ========================================
RIGHT IMAGE PANEL
======================================== */

.newsletter-image-area {
    background: #0b3556;
    padding: 40px;
}

.newsletter-image-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.newsletter-image-grid img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.newsletter-small-images {
    display: flex;
    gap: 18px;
}

.newsletter-small-images img {
    width: 50%;
    height: 160px;
}

/* =====================================
NEWSLETTER FORM STYLING
===================================== */

.newsletter-form .required {
    color: #ff3b30;
}

/* Salutation */

/* ===== SALUTATION RADIO STYLE ===== */

.salutation-options {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 10px;
}

.salutation-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #003D5C;
    font-weight: 500;
    cursor: pointer;
}

.salutation-options label p {
    margin-top: -4px;
}

.salutation-options input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #0b5cab;
    cursor: pointer;
}

/* privacy info box */

.privacy-info-box {
    background: #f3f4f6;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #1f2937;
    margin-top: 10px;
    margin-bottom: 12px;
}

/* checkbox */

/* ===== CHECKBOX GROUP ===== */

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #003D5C;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-top: 4px;
    accent-color: #0b5cab;
    cursor: pointer;
}

/* privacy note */

.privacy-note {
    font-size: 14px;
    line-height: 22px;
    color: #6b7280;
    margin-bottom: 20px;
}


/* ========================================
RESPONSIVE
======================================== */

@media(max-width:991px) {

    .newsletter-hero-layout {
        flex-direction: column;
    }

    .newsletter-hero-right {
        margin-top: 20px;
    }

    .newsletter-small-images {
        flex-direction: column;
    }

    .newsletter-small-images img {
        width: 100%;
    }

}

@media(max-width:767px) {

    .salutation-options label p {
        margin-top: -4.5px;
        font-size: 13px
    }

    .salutation-options {
        margin-top: 8px;
    }
}

@media(max-width:575px) {

    .salutation-options label p {
        margin-top: 4.5px;
        font-size: 13px
    }

    .salutation-options {
        margin-top: 2px;
    }

    .terms-cards-section {
        padding-bottom: 120px;
    }
}

/*presentation*/

.presentation-section {
    padding: 90px 0 120px 0;
    background: #fff;
}

.presentation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.presentation-card {
    text-align: center;
}

.presentation-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.presentation-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #f26522;
    text-decoration: none;
    font-weight: 500;
}

.presentation-link:hover {
    text-decoration: underline;
}

@media (max-width:991px) {

    .presentation-grid {
        gap: 50px;
    }
}

@media (max-width:767px) {

    .presentation-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/*press/

/* PROJECTS */
/* SECTION */

.innovation-projects-section {
    padding: 120px 0;
}

/* TITLE */

.innovation-projects-title {
    font-size: 48px;
    color: #002B49;
    margin-bottom: 40px;
}

/* SCROLL CONTAINER */

.innovation-projects-scroll {
    height: 450px;
    overflow-y: auto;
    padding-right: 50px;
}

/* scrollbar */

.innovation-projects-scroll::-webkit-scrollbar {
    width: 6px;
}

.innovation-projects-scroll::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}

/* PROJECT ROW */

.innovation-project-row {
    display: flex;
    align-items: center;
    gap: 115px;
    margin-bottom: 40px;
    justify-content: center;
}

/* REVERSE */

.innovation-project-row.reverse {
    flex-direction: row-reverse;
}

/* LOGO */

.innovation-project-logo {
    flex: 1;
    background: #F2F4FF;
    padding: 24px 28px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10),
        0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.innovation-project-logo img {
    width: 100%;
    max-width: 260px;
}

/* CONTENT */

.innovation-project-content {
    flex: 1;
}
.innovation-project-content .pdf-link {
    display: flex;
    gap: 10px;
}
.innovation-project-content .pdf-link  span img{
    width: 12px;
}
.innovation-project-content h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #003258;
}

.innovation-project-content p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 10px;
}

.innovation-project-content a {
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    border-bottom: 1px solid #003F82 ;
    padding-bottom: 6px;
    width: fit-content;
}

/* CONTACT */

.innovation-contact-section {
    padding: 120px 0 50px;
    background: #f7f7f7;
}

.innovation-contact-title {
    font-size: 48px;
    margin-bottom: 40px;
    color: #003258;
    display: flex;
    justify-content: center;
}

.innovation-contact-grid {
    display: flex;
    gap: 30px;
    padding-bottom: 90px;
    justify-content: center;
}

.innovation-contact-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: .3s ease;
}

.innovation-contact-card:hover {
    transform: translateY(-6px);
}

.innovation-contact-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.innovation-contact-info {
    padding: 20px;
}

.innovation-contact-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #003258;
}

.innovation-contact-info span {
    font-size: 16px;
    color: #4A5565;
    display: block;
    margin-bottom: 10px;
}

.innovation-contact-info p {
    font-size: 16px;
    color: #4A5565;
    margin-bottom: 4px;
}

/* NEWSLETTER */

.innovation-newsletter-section {
    padding: 70px 0;
}

.innovation-newsletter-box {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 48px;
    border-radius: 14px;
    text-align: left;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.innovation-newsletter-box h3 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.innovation-newsletter-box p {
    font-size: 16px;
    color: #6A7282;
    margin-bottom: 24px;
}

.newsletter-form {
    position: relative;
    max-width: 520px;
}

.newsletter-form input {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 30px;
    background: #ECEAE7;
    padding: 0 140px 0 20px;
    font-size: 16px;
    outline: none;
}

.newsletter-btn {
    position: absolute;
    right: 6px;
    top: 36%;
    transform: translateY(-50%);
    background: #FF6A00;
    color: #fff;
    border: none;
    height: 40px;
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
}

.newsletter-btn:hover {
    opacity: .9;
}

.innovation-newsletter-icon {
    position: absolute;
    right: 10px;
    top: -18px;
    width: 94px;
    height: 73px;
}


/* Video- SECTION */
.press-video-section {
    background: #134a6a;
    padding: 120px 0;
}

.press-video-title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 60px;
}

/* row inside slide */

.press-video-row {
    display: flex;
    gap: 40px;
}

/* card */

.press-video-card {
    flex: 1;
}

.press-video-thumbnail {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.press-video-thumbnail img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* overlay */

.press-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    color: #fff;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0));
}

.press-video-badge {
    font-size: 12px;
    padding: 4px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

.press-video-overlay h4 {
    font-size: 22px;
    cursor: pointer;
}

.press-video-overlay h4:hover {
    text-decoration: underline;
}

.press-video-overlay p {
    font-size: 14px;
    opacity: .85;
}

/* modal */

.press-video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.press-video-modal.active {
    display: flex;
}

.pressVideoGallery {
    width: 80%;
}

.pressVideoGallery iframe {
    width: 100%;
    height: 520px;
}

.press-video-close {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.press-contact-form-section{
padding:100px 0;
background:#f3f4f6;
}

.press-form-title{
font-size:28px;
margin-bottom:6px;
color:#1f2937;
}

.press-form-subtitle{
color:#6b7280;
margin-bottom:40px;
}

/* GRID */

.press-form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px 30px;
}

.press-form-group{
display:flex;
flex-direction:column;
}

.press-form-group.full{
grid-column:span 2;
}

.press-form-group label{
font-size:14px;
margin-bottom:6px;
color:#374151;
}

.press-form-group label span{
color:red;
}

.press-form-group input,
.press-form-group textarea{
height:44px;
border:1px solid #d1d5db;
border-radius:6px;
padding:10px 14px;
font-size:14px;
background:#f9fafb;
}

.press-form-group textarea{
height:120px;
resize:none;
}

/* PRIVACY BOX */

.press-form-privacy{
background:#eef1f4;
padding:20px;
border-radius:6px;
margin-top:20px;
font-size:13px;
color:#4b5563;
}

.press-checkbox{
display:flex;
gap:10px;
margin-top:12px;
font-size:13px;
}

/* NOTE */

.press-form-note{
margin-top:20px;
font-size:12px;
color:#6b7280;
}

/* RECAPTCHA */

.press-recaptcha{
margin:25px 0;
}

.recaptcha-box{
width:300px;
height:70px;
border:1px solid #d1d5db;
display:flex;
align-items:center;
justify-content:center;
background:white;
border-radius:4px;
font-size:14px;
}

/* BUTTON */

.press-submit-btn{
background:#0b3d5c;
color:white;
border:none;
padding:12px 30px;
border-radius:8px;
font-size:16px;
cursor:pointer;
}

.press-submit-btn:hover{
background:#082c43;
}




/* RESPONSIVE STYLES */

@media (max-width:1834px) {

    .innovation-project-row {
        gap: 90px;
    }
}

@media (max-width:1680px) {

    .innovation-contact-section {
        padding: 110px 0;
    }

    .innovation-contact-title {
        font-size: 44px;
    }

    .innovation-newsletter-box {
        padding: 44px;
    }

    .innovation-newsletter-box h3 {
        font-size: 34px;
    }
}

@media (max-width:1440px) {
    .innovation-project-row {
        gap: 70px;
    }

    .innovation-newsletter-box {
        padding: 40px;
    }

    .innovation-newsletter-box h3 {
        font-size: 32px;
    }

    .innovation-newsletter-icon {
        width: 88px;
        height: 68px;
    }

    .press-video-title {
        font-size: 36px;
    }

    .press-video-thumbnail img {
        height: 300px;
    }
}

@media (max-width:1366px) {

    .innovation-projects-title,
    .innovation-contact-title {
        font-size: 42px;
    }

    .innovation-contact-section {
        padding: 100px 0;
    }

    .innovation-contact-card img {
        height: 240px;
    }

    .innovation-newsletter-box h3 {
        font-size: 30px;
    }

    .newsletter-form input {
        height: 50px;
    }

}

@media (max-width:1199px) {

    .innovation-contact-section {
        padding: 90px 0;
    }

    .innovation-contact-title {
        font-size: 36px;
    }

    .innovation-contact-info h4 {
        font-size: 22px;
    }

    .innovation-contact-card img {
        height: 220px;
    }

    .innovation-newsletter-section {
        padding: 60px 0;
    }

    .innovation-newsletter-box {
        max-width: 560px;
        padding: 36px;
    }

    .innovation-newsletter-box h3 {
        font-size: 28px;
    }

    .innovation-newsletter-icon {
        width: 80px;
        height: 64px;
    }

    .press-video-section {
        padding: 100px 0;
    }

    .press-video-row {
        gap: 30px;
    }

    .press-video-thumbnail img {
        height: 280px;
    }

    .press-video-overlay h4 {
        font-size: 20px;
    }

}


@media (max-width:991px) {

    .innovation-project-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .innovation-project-row.reverse {
        flex-direction: column;
    }

    .innovation-project-logo,
    .innovation-project-content {
        width: 100%;
    }

    .innovation-contact-section {
        padding: 80px 0;
    }

    .innovation-contact-title {
        font-size: 32px;
    }

    .innovation-contact-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .innovation-contact-card {
        width: 48%;
    }

    .innovation-contact-card img {
        height: 210px;
    }

    .innovation-newsletter-box {
        padding: 32px;
    }

    .innovation-newsletter-box h3 {
        font-size: 26px;
    }

    .innovation-newsletter-box p {
        font-size: 15px;
    }

    .newsletter-form input {
        height: 48px;
        font-size: 15px;
    }

    .newsletter-btn {
        height: 38px;
        font-size: 15px;
    }

    .innovation-newsletter-icon {
        width: 70px;
        height: 58px;
    }

    .press-video-row {
        gap: 20px;
    }

    .press-video-thumbnail img {
        height: 260px;
    }

    .press-video-title {
        font-size: 32px;
    }

    .press-form-grid{
grid-template-columns:1fr;
}

.press-form-group.full{
grid-column:auto;
}
}

@media (max-width:767px) {

    .innovation-projects-title {
        font-size: 34px;
    }

    .innovation-contact-section {
        padding: 70px 0;
    }

    .innovation-contact-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .innovation-contact-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-bottom: 60px;
    }

    .innovation-contact-card {
        width: 100%;
        max-width: 420px;
    }

    .innovation-contact-card img {
        height: 200px;
    }

    .innovation-contact-info {
        padding: 18px;
    }

    .innovation-contact-info h4 {
        font-size: 20px;
    }

    .innovation-newsletter-section {
        padding: 50px 0;
    }

    .innovation-newsletter-box {
        padding: 28px;
    }

    .innovation-newsletter-box h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .innovation-newsletter-box p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .newsletter-form input {
        height: 46px;
        padding: 0 120px 0 18px;
    }

    .newsletter-btn {
        height: 36px;
        padding: 0 18px;
        font-size: 14px;
    }

    .innovation-newsletter-icon {
        width: 60px;
        height: 50px;
        right: 6px;
        top: -14px;
    }

    .press-video-row {
        flex-direction: column;
    }

    .press-video-thumbnail img {
        height: 240px;
    }

    .press-video-overlay {
        padding: 18px;
    }

    .press-video-overlay h4 {
        font-size: 18px;
    }

    .press-video-overlay p {
        font-size: 13px;
    }

    .press-video-badge {
        font-size: 11px;
    }

    .pressVideoGallery iframe {
        height: 380px;
    }
}

@media (max-width:575px) {
    .innovation-contact-section {
        padding: 60px 0;
    }

    .innovation-contact-title {
        font-size: 24px;
    }

    .innovation-contact-card img {
        height: 180px;
    }

    .innovation-contact-info {
        padding: 16px;
    }

    .innovation-contact-info h4 {
        font-size: 18px;
    }

    .innovation-contact-info span,
    .innovation-contact-info p {
        font-size: 14px;
    }

    .innovation-newsletter-section {
        padding: 40px 0;
    }

    .innovation-newsletter-box {
        padding: 22px;
    }

    .innovation-newsletter-box h3 {
        font-size: 22px;
    }

    .innovation-newsletter-box p {
        font-size: 14px;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .newsletter-form input {
        height: 44px;
        padding: 0 100px 0 16px;
        font-size: 14px;
    }

    .newsletter-btn {
        height: 34px;
        padding: 0 16px;
        font-size: 13px;
    }

    .innovation-newsletter-icon {
        width: 52px;
        height: 44px;
    }

    .press-video-section {
        padding: 80px 0;
    }

    .press-video-title {
        font-size: 26px;
    }

    .press-video-thumbnail img {
        height: 220px;
    }

    .pressVideoGallery iframe {
        height: 280px;
    }

    .press-video-close {
        top: 20px;
        right: 25px;
    }

    .press-contact-form-section{
padding:60px 0;
}

.press-form-title{
font-size:22px;
}

.press-submit-btn{
width:100%;
}

.recaptcha-box{
width:100%;
}

}

/*contact-persons*/

.contact-wrapper{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.contact-title{
    padding-left:50px;
}

/* SCROLL CONTAINER */

.contact-projects-scroll {
    height: 1500px;
    overflow-y: auto;
    padding-right: 10px;
}

/* scrollbar */

.contact-projects-scroll::-webkit-scrollbar {
    width: 6px;
}

.contact-projects-scroll::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}


/*our company*/

.company-section{
    padding:100px 0;
    background:#f7f8fa;
}



.company-wrapper{
    display:flex;
    align-items:center;
    gap:60px;
}

/* IMAGE */

.company-image{
    flex:1;
}

.company-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* CONTENT */

.company-content{
    flex:1;
}

.company-text{
    font-size:16px;
    line-height:1.7;
    color:#5f6b7a;
    margin-bottom:30px;
}

/* QUOTE */

.company-quote{
    background:#f2f4f7;
    padding:25px 30px;
    border-radius:12px;
    position:relative;
    margin-bottom:20px;
}

.company-quote p{
    font-size:14px;
    line-height:1.6;
    color:#6c7685;
    margin-bottom:15px;
}

.quote-author{
    font-size:14px;
    font-weight:500;
    color:#1b2430;
    position:relative;
    padding-left:35px;
}

.quote-author:before{
    content:"";
    width:20px;
    height:2px;
    background:#f26522;
    position:absolute;
    left:0;
    top:50%;
}

/* DOTS */

.company-dots{
    display:flex;
    gap:10px;
    margin-top:10px;
}

.dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#003F82;
}

.dot.active{
    background:#f26522;
}

/* RESPONSIVE */

@media (max-width:991px){

.company-wrapper{
    flex-direction:column;
    gap:40px;
}

.company-title{
    font-size:32px;
}

.contact-projects-scroll {
    height: 700px;
}
}

@media (max-width:767px) {
    .contact-projects-scroll {
    height: 700px;
}
}

@media (max-width:575px){

.company-section{
    padding:70px 0;
}

.company-title{
    font-size:26px;
}

.company-text{
    font-size:14px;
}

.company-quote{
    padding:20px;
}

.contact-projects-scroll {
    height: 700px;
}
.terms-hero{
    padding: 0;
    height: 125px;
    display: flex;
    align-items: center;
}
.terms-hero-title{
    margin-bottom: 0;
}
}

.gallery-section{
padding:100px 0;
background:#f5f6f8;
}


.gallery-title{
font-size:40px;
margin-bottom:40px;
color:#1b2430;
}

.gallerySlider{
padding-bottom:40px;
}

/* slide */

.gallerySlider .swiper-slide{
transition:all .4s ease;
opacity:.4;
transform:scale(.9);
}

/* active center image */

.gallerySlider .swiper-slide-active{
opacity:1;
transform:scale(1);
}

/* images */

.gallerySlider img{
width:100%;
height:340px;
object-fit:cover;
border-radius:14px;
}

/* pagination */

.swiper-pagination-bullet{
width:30px;
height:3px;
border-radius:0;
background:#c8ccd4;
opacity:1;
}

.swiper-pagination-bullet-active{
background:#1b2430;
}

 @media(max-width:1440px){

.gallery-title{
font-size:38px;
}

.gallerySlider img{
height:320px;
}

}

@media (max-width:1199px){

.gallery-title{
font-size:34px;
}

.gallerySlider img{
height:300px;
}

}

@media (max-width:991px){

.gallery-section{
padding:80px 0;
}

.gallery-title{
font-size:30px;
margin-bottom:40px;
}

.gallerySlider img{
height:260px;
}

}

@media (max-width:767px){

.gallery-title{
font-size:26px;
}

.gallerySlider img{
height:220px;
}

}

@media (max-width:575px){

.gallery-section{
padding:60px 0;
}

.gallery-title{
font-size:24px;
}

.gallerySlider img{
height:200px;
border-radius:10px;
}

}

