* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

header {
    background-color: #1f4e79;
    color: white;
    padding: 10px 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    /* Keep header visible while scrolling */
    position: sticky;
    top: 0;
    z-index: 1000;

    /* Optional: subtle shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

header h1 {
    margin: 0;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 25px;
}

nav a:hover {
    text-decoration: underline;
}

.hero {
    min-height: 500px;
    padding: 60px;

    display: flex;
    align-items: center;
    justify-content: space-around;

    background-color: #f5f8fb;
}

.hero h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero img {
    width: 450px;
    max-width: 45%;
    border-radius: 10px;
}

.button {
    display: inline-block;
    background-color: #1f4e79;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background-color: #163a5c;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #222;
    color: white;
}
/* =========================================
   AZR AUTOMATION - SERVICES PAGE
========================================= */


/* PAGE BANNER */

.page-banner {
    height: 320px;

    background:
        linear-gradient(
            rgba(0, 25, 50, 0.75),
            rgba(0, 25, 50, 0.75)
        ),
        url("images/lighting-design.jpg");

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: white;
}


.banner-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
}


.banner-content p {
    font-size: 22px;
}


/* INTRODUCTION */

.services-intro {
    max-width: 1100px;

    margin: auto;

    padding: 70px 30px;

    text-align: center;
}


.services-intro h2 {
    color: #1f4e79;

    font-size: 36px;

    margin-bottom: 25px;
}


.services-intro p {
    color: #555;

    font-size: 18px;

    line-height: 1.8;

    margin-bottom: 15px;
}


/* SERVICES CONTAINER */

.services-container {
    max-width: 1200px;

    margin: auto;

    padding: 20px 30px 70px;
}


/* SERVICE CARD */

.service-card {

    display: flex;

    align-items: center;

    gap: 50px;

    margin-bottom: 70px;

    padding: 30px;

    background-color: #ffffff;

    border-radius: 12px;

    box-shadow:
        0 5px 25px rgba(0, 0, 0, 0.08);
}


/* REVERSE CARD */

.service-card.reverse {
    flex-direction: row-reverse;

    background-color: #f5f8fb;
}


/* IMAGE */

.service-image {
    flex: 1;
    min-width: 40%;
}

.service-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}


/* SERVICE CONTENT */

.service-content {

    flex: 1;
}


.service-content h3 {

    color: #1f4e79;

    font-size: 28px;

    margin-top: 0;

    margin-bottom: 20px;
}


.service-content p {

    color: #555;

    font-size: 16px;

    line-height: 1.8;
}


.service-content h4 {

    color: #333;

    margin-top: 25px;

    margin-bottom: 10px;

}


/* LIST */

.service-content ul {

    padding-left: 20px;

}


.service-content li {

    margin-bottom: 10px;

    line-height: 1.6;

    color: #555;

}


/* DATABASE SECTION */

.database-section {

    background-color: #1f4e79;

    color: white;

    padding: 70px 30px;
}


.database-content {

    max-width: 1000px;

    margin: auto;

    text-align: center;
}


.database-content h2 {

    font-size: 34px;

    margin-bottom: 25px;
}


.database-content p {

    font-size: 17px;

    line-height: 1.8;

    color: #e5edf5;
}


/* CONCLUSION */

.services-conclusion {

    max-width: 1000px;

    margin: auto;

    padding: 70px 30px;

    text-align: center;
}


.services-conclusion h2 {

    color: #1f4e79;

    font-size: 34px;

    margin-bottom: 25px;
}


.services-conclusion p {

    color: #555;

    font-size: 17px;

    line-height: 1.8;

}


/* ACTIVE MENU */

nav a.active {

    font-weight: bold;

    border-bottom: 2px solid white;

    padding-bottom: 5px;
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 768px) {

    header {

        flex-direction: column;

        text-align: center;

        padding: 20px;
    }


    nav {

        margin-top: 15px;
    }


    nav a {

        margin: 0 8px;

        font-size: 14px;
    }


    .page-banner {

        height: 250px;
    }


    .banner-content h2 {

        font-size: 34px;
    }


    .banner-content p {

        font-size: 18px;
    }


    .service-card,
    .service-card.reverse {

        flex-direction: column;

        gap: 25px;

        padding: 20px;
    }


    .service-image {

        width: 100%;
    }


    .service-image img {

        height: 250px;
    }


    .service-content h3 {

        font-size: 24px;
    }


    .services-intro h2 {

        font-size: 28px;
    }

}
/* =========================================
   AZR AUTOMATION - HOME PAGE
========================================= */


/* HERO */

.home-hero {

    min-height: 620px;

    background:
        linear-gradient(
            rgba(0, 25, 50, 0.65),
            rgba(0, 25, 50, 0.65)
        ),
        url("images/lighting-design.jpg");

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

}


.hero-overlay {

    width: 100%;
}


.hero-content {

    max-width: 1100px;

    margin: auto;

    padding: 60px 30px;

    color: white;

}


.hero-tag {

    font-size: 14px;

    letter-spacing: 2px;

    color: #7ed6ff;

}


.hero-content h2 {

    font-size: 58px;

    line-height: 1.1;

    margin: 20px 0;

}


.hero-content p {

    max-width: 650px;

    font-size: 20px;

    line-height: 1.7;

    color: #e8f1f7;

}


.hero-buttons {

    margin-top: 30px;

}


.hero-buttons .button {

    margin-right: 15px;

}


/* OUTLINE BUTTON */

.button-outline {

    background: transparent;

    border: 1px solid white;

}


.button-outline:hover {

    background: white;

    color: #1f4e79;

}


/* HOME INTRO */

.home-intro {

    max-width: 1000px;

    margin: auto;

    padding: 80px 30px;

    text-align: center;

}


.section-heading {

    text-align: center;

    margin-bottom: 35px;

}


.section-heading span {

    color: #1f8ac0;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.section-heading h2 {

    color: #1f4e79;

    font-size: 36px;

    margin-top: 12px;

}


.home-intro p {

    font-size: 17px;

    line-height: 1.8;

    color: #555;

}



/* WHAT WE DO */

.what-we-do {

    background: #f5f8fb;

    padding: 80px 30px;

}


.expertise-container {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


.expertise-card {

    background: white;

    padding: 35px 25px;

    border-radius: 10px;

    box-shadow:
        0 5px 20px
        rgba(0,0,0,0.07);

    transition: 0.3s;

}


.expertise-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 12px 30px
        rgba(0,0,0,0.12);

}


.expertise-icon {

    font-size: 38px;

    margin-bottom: 15px;

}


.expertise-card h3 {

    color: #1f4e79;

    font-size: 22px;

}


.expertise-card p {

    color: #666;

    line-height: 1.7;

}


.expertise-card a {

    color: #1f8ac0;

    text-decoration: none;

    font-weight: bold;

}



/* EXPERIENCE */

.experience-section {

    max-width: 1200px;

    margin: auto;

    padding: 90px 30px;

    display: flex;

    align-items: center;

    gap: 60px;

}


.experience-image {

    flex: 1;

}


.experience-image img {

    width: 100%;

    height: 420px;

    object-fit: cover;

    border-radius: 12px;

}


.experience-content {

    flex: 1;

}


.experience-content > span {

    color: #1f8ac0;

    font-size: 13px;

    letter-spacing: 2px;

    font-weight: bold;

}


.experience-content h2 {

    color: #1f4e79;

    font-size: 38px;

    line-height: 1.2;

}


.experience-content p {

    color: #555;

    line-height: 1.8;

    font-size: 17px;

}


/* EXPERIENCE NUMBERS */

.experience-points {

    display: flex;

    gap: 25px;

    margin-top: 30px;

}


.experience-points div {

    display: flex;

    flex-direction: column;

}


.experience-points strong {

    color: #1f4e79;

    font-size: 25px;

}


.experience-points span {

    color: #666;

    font-size: 13px;

}



/* TECHNOLOGY */

.technology-section {

    background: #f5f8fb;

    padding: 80px 30px;

}


.technology-list {

    max-width: 1000px;

    margin: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 15px;

}


.technology-list span {

    background: white;

    color: #1f4e79;

    border: 1px solid #dce6ee;

    padding: 12px 20px;

    border-radius: 25px;

    font-weight: bold;

}



/* WHY AZR */

.why-section {

    padding: 80px 30px;

}


.why-container {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 25px;

}


.why-card {

    padding: 30px;

    border-left: 4px solid #1f8ac0;

    background: #f7fafc;

}


.why-card h3 {

    color: #1f4e79;

}


.why-card p {

    color: #666;

    line-height: 1.7;

}



/* CALL TO ACTION */

.home-cta {

    background:

        linear-gradient(
            rgba(0, 40, 75, 0.9),
            rgba(0, 40, 75, 0.9)
        );

    color: white;

    text-align: center;

    padding: 80px 30px;

}


.home-cta h2 {

    font-size: 38px;

}


.home-cta p {

    font-size: 18px;

    color: #dceaf3;

    margin-bottom: 30px;

}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .expertise-container {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .experience-section {

        flex-direction: column;

    }


    .experience-image {

        width: 100%;

    }

}


@media (max-width: 600px) {

    .hero-content h2 {

        font-size: 40px;

    }


    .hero-content p {

        font-size: 17px;

    }


    .expertise-container {

        grid-template-columns: 1fr;

    }


    .why-container {

        grid-template-columns: 1fr;

    }


    .experience-points {

        flex-direction: column;

    }


    .experience-content h2 {

        font-size: 30px;

    }

}
/* =========================================
   AZR AUTOMATION - AUTOMATION FOCUSED HOME
========================================= */


/* HERO */

.automation-hero {

    min-height: 650px;

    background:
        linear-gradient(
            rgba(0, 25, 45, 0.68),
            rgba(0, 25, 45, 0.68)
        ),
        url("images/lighting-design.jpg");

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

}


.automation-hero-content {

    max-width: 1150px;

    width: 100%;

    margin: auto;

    padding: 70px 30px;

    color: white;

}


.hero-tag {

    color: #7ed6ff;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.automation-hero h2 {

    font-size: 62px;

    line-height: 1.08;

    margin: 20px 0;

}


.automation-hero p {

    max-width: 700px;

    font-size: 20px;

    line-height: 1.7;

    color: #e8f2f7;

}


.hero-buttons {

    margin-top: 35px;

}


.hero-buttons .button {

    margin-right: 12px;

}


.button-outline {

    background: transparent;

    border: 1px solid white;

}


.button-outline:hover {

    background: white;

    color: #1f4e79;

}



/* INTRO */

.automation-intro {

    max-width: 1000px;

    margin: auto;

    padding: 80px 30px;

    text-align: center;

}


.automation-intro p {

    font-size: 17px;

    line-height: 1.8;

    color: #555;

}



/* CORE SOLUTIONS */

.core-solutions {

    padding: 80px 30px;

    background: #f5f8fb;

}


.section-heading {

    text-align: center;

    margin-bottom: 45px;

}


.section-heading span {

    color: #1f8ac0;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.section-heading h2 {

    color: #1f4e79;

    font-size: 36px;

    margin: 12px 0;

}


.section-heading p {

    color: #666;

}


/* SOLUTION CARDS */

.solution-container {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


.solution-card {

    background: white;

    padding: 35px 25px;

    border-radius: 10px;

    border-top: 4px solid #1f8ac0;

    box-shadow:
        0 5px 20px
        rgba(0, 0, 0, 0.07);

    transition: 0.3s;

}


.solution-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 12px 30px
        rgba(0,0,0,0.12);

}


.solution-icon {

    font-size: 40px;

    margin-bottom: 15px;

}


.solution-card h3 {

    color: #1f4e79;

    font-size: 21px;

    line-height: 1.35;

}


.solution-card p {

    color: #666;

    line-height: 1.7;

}


.solution-card a {

    color: #1f8ac0;

    text-decoration: none;

    font-weight: bold;

}



/* SHOWCASE */

.automation-showcase {

    max-width: 1200px;

    margin: auto;

    padding: 90px 30px;

    display: flex;

    gap: 60px;

    align-items: center;

}


.showcase-image {

    flex: 1;

}


.showcase-image img {

    width: 100%;

    height: 450px;

    object-fit: cover;

    border-radius: 12px;

    box-shadow:
        0 10px 35px
        rgba(0,0,0,0.15);

}


.showcase-content {

    flex: 1;

}


.showcase-content > span {

    color: #1f8ac0;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.showcase-content h2 {

    color: #1f4e79;

    font-size: 38px;

    line-height: 1.2;

}


.showcase-content p {

    color: #555;

    font-size: 17px;

    line-height: 1.8;

}


.showcase-content ul {

    padding-left: 20px;

}


.showcase-content li {

    margin-bottom: 12px;

    color: #555;

}



/* BMS SECTION */

.bms-section {

    background:

        linear-gradient(
            rgba(0, 40, 70, 0.92),
            rgba(0, 40, 70, 0.92)
        ),
        url("images/knx.gif");

    background-size: cover;

    background-position: center;

    padding: 90px 30px;

    color: white;

}


.bms-content {

    max-width: 950px;

    margin: auto;

    text-align: center;

}


.bms-content > span {

    color: #7ed6ff;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.bms-content h2 {

    font-size: 38px;

}


.bms-content p {

    font-size: 18px;

    line-height: 1.8;

    color: #e0edf5;

}


.bms-tags {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

}


.bms-tags span {

    border: 1px solid
        rgba(255,255,255,0.4);

    padding: 10px 18px;

    border-radius: 25px;

}



/* WHY AZR */

.why-azr {

    padding: 90px 30px;

}


.why-container {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 25px;

}


.why-card {

    padding: 30px;

    background: #f6f9fb;

    border-left: 4px solid #1f8ac0;

}


.why-number {

    color: #1f8ac0;

    font-weight: bold;

    font-size: 14px;

}


.why-card h3 {

    color: #1f4e79;

}


.why-card p {

    color: #666;

    line-height: 1.7;

}



/* IT EXPERIENCE - KEEP SMALL */

.technical-experience {

    background: #f1f4f6;

    padding: 45px 30px;

}


.technical-experience > div {

    max-width: 950px;

    margin: auto;

    text-align: center;

}


.technical-experience span {

    color: #777;

    font-size: 12px;

    letter-spacing: 2px;

    font-weight: bold;

}


.technical-experience h2 {

    color: #34495e;

    font-size: 28px;

}


.technical-experience p {

    color: #666;

    line-height: 1.7;

    max-width: 800px;

    margin: auto;

}



/* CTA */

.automation-cta {

    text-align: center;

    color: white;

    padding: 80px 30px;

    background: #1f4e79;

}


.automation-cta h2 {

    font-size: 38px;

}


.automation-cta p {

    font-size: 18px;

    color: #e1edf5;

    margin-bottom: 30px;

}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .solution-container {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .automation-showcase {

        flex-direction: column;

    }


    .showcase-image {

        width: 100%;

    }

}


@media (max-width: 600px) {

    .automation-hero h2 {

        font-size: 42px;

    }


    .automation-hero p {

        font-size: 17px;

    }


    .solution-container {

        grid-template-columns: 1fr;

    }


    .why-container {

        grid-template-columns: 1fr;

    }


    .automation-showcase {

        padding: 60px 20px;

    }


    .showcase-image img {

        height: 300px;

    }


    .section-heading h2 {

        font-size: 29px;

    }

}
/* =========================================
   OUR TEAM PAGE
========================================= */


/* TEAM INTRO */

.team-intro {

    max-width: 950px;

    margin: auto;

    padding: 75px 30px 55px;

    text-align: center;

}


.team-intro > span {

    color: #1f8ac0;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.team-intro h2 {

    color: #1f4e79;

    font-size: 38px;

    margin: 15px 0 25px;

}


.team-intro p {

    color: #555;

    font-size: 17px;

    line-height: 1.8;

}



/* TEAM SECTION */

.team-section {

    max-width: 1100px;

    margin: auto;

    padding: 20px 30px 80px;

}



/* TEAM CARD */

.team-card {

    position: relative;

    display: flex;

    gap: 35px;

    margin-bottom: 30px;

    padding: 40px;

    background: white;

    border-radius: 12px;

    box-shadow:
        0 5px 25px rgba(0, 0, 0, 0.08);

    border-left: 5px solid #1f8ac0;

    transition: 0.3s;

}


.team-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.12);

}



/* FIRST MEMBER */

.featured-member {

    border-left-color: #d19a32;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f7fafc
        );

}



/* NUMBER */

.team-number {

    min-width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #1f4e79;

    color: white;

    border-radius: 50%;

    font-weight: bold;

    font-size: 16px;

}


.featured-member .team-number {

    background: #c58b25;

}



/* CONTENT */

.team-content {

    flex: 1;

}


.team-role {

    color: #1f8ac0;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.team-content h3 {

    color: #1f4e79;

    font-size: 30px;

    margin: 8px 0 18px;

}



/* CERTIFICATIONS */

.certifications {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 20px;

}


.certifications span {

    padding: 7px 13px;

    background: #eaf4f9;

    color: #1f4e79;

    border-radius: 20px;

    font-size: 13px;

    font-weight: bold;

}


.featured-member .certifications span {

    background: #fff3d8;

}



/* DESCRIPTION */

.team-content p {

    color: #555;

    font-size: 16px;

    line-height: 1.8;

}


.team-description {

    font-size: 17px !important;

}



/* EXPERTISE */

.expertise-list {

    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 20px;

}


.expertise-list span {

    padding: 7px 12px;

    border: 1px solid #d7e2e9;

    border-radius: 5px;

    color: #555;

    background: #fafcfd;

    font-size: 13px;

}



/* TEAM STRENGTH */

.team-strength {

    background:

        linear-gradient(
            rgba(0, 40, 70, 0.94),
            rgba(0, 40, 70, 0.94)
        );

    color: white;

    padding: 80px 30px;

    text-align: center;

}


.team-strength > div {

    max-width: 900px;

    margin: auto;

}


.team-strength span {

    color: #7ed6ff;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

}


.team-strength h2 {

    font-size: 36px;

    margin: 15px 0 25px;

}


.team-strength p {

    color: #dceaf2;

    font-size: 17px;

    line-height: 1.8;

}



/* MOBILE */

@media (max-width: 700px) {

    .team-card {

        flex-direction: column;

        padding: 30px 25px;

    }


    .team-number {

        width: 55px;

        min-width: 55px;

        height: 55px;

    }


    .team-content h3 {

        font-size: 25px;

    }


    .team-intro h2 {

        font-size: 30px;

    }


    .team-strength h2 {

        font-size: 29px;

    }

}
/* =========================================
   CERTIFICATION BAR
========================================= */

.certification-bar {

    background: #ffffff;

    border-bottom: 1px solid #e5e9ed;

    padding: 18px 30px;

}


.certification-container {

    max-width: 1100px;

    margin: auto;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 60px;

}


.certification-item {

    display: flex;

    align-items: center;

    gap: 15px;

    min-height: 55px;

}


/* LOGO AREA */

.certification-logo {

    min-width: 70px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px 10px;

    border: 1px solid #dce4ea;

    border-radius: 6px;

    background: #fafcfd;

    color: #1f4e79;

    font-weight: bold;

    font-size: 18px;

}


/* INDIVIDUAL LOGO COLORS */

.certification-item:nth-child(1)
.certification-logo {

    color: #008c95;

}


.certification-item:nth-child(2)
.certification-logo {

    color: #e07b22;

}


.certification-item:nth-child(3)
.certification-logo {

    color: #555;

    font-size: 16px;

}


/* TEXT */

.certification-text {

    display: flex;

    flex-direction: column;

}


.certification-text strong {

    color: #1f4e79;

    font-size: 14px;

}


.certification-text span {

    color: #777;

    font-size: 11px;

    margin-top: 4px;

}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 800px) {

    .certification-container {

        gap: 20px;

    }

}


@media (max-width: 600px) {

    .certification-container {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

    }


    .certification-bar {

        padding: 20px 25px;

    }

}
/* =========================================
   CERTIFICATION BAR
========================================= */

.certification-bar {

    background: #ffffff;

    border-bottom: 1px solid #e5e9ed;

    padding: 18px 30px;

}


.certification-container {

    max-width: 1100px;

    margin: auto;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 60px;

}


.certification-item {

    display: flex;

    align-items: center;

    gap: 15px;

    min-height: 55px;

}


/* LOGO AREA */

.certification-logo {

    min-width: 70px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px 10px;

    border: 1px solid #dce4ea;

    border-radius: 6px;

    background: #fafcfd;

    color: #1f4e79;

    font-weight: bold;

    font-size: 18px;

}


/* INDIVIDUAL LOGO COLORS */

.certification-item:nth-child(1)
.certification-logo {

    color: #008c95;

}


.certification-item:nth-child(2)
.certification-logo {

    color: #e07b22;

}


.certification-item:nth-child(3)
.certification-logo {

    color: #555;

    font-size: 16px;

}


/* TEXT */

.certification-text {

    display: flex;

    flex-direction: column;

}


.certification-text strong {

    color: #1f4e79;

    font-size: 14px;

}


.certification-text span {

    color: #777;

    font-size: 11px;

    margin-top: 4px;

}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 800px) {

    .certification-container {

        gap: 20px;

    }

}


@media (max-width: 600px) {

    .certification-container {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

    }


    .certification-bar {

        padding: 20px 25px;

    }

}

.certification-logo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 30px 90px;
}

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

.contact-header h2 {
    font-size: 52px;
    color: #333;
    margin-bottom: 15px;
}

.contact-header p {
    font-size: 19px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}


/* Contact Cards */

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 25px;
    text-align: center;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

    border-top: 4px solid #245985;

    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
}

.contact-icon {
    width: 65px;
    height: 65px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf3fa;
    color: #245985;

    border-radius: 50%;

    font-size: 28px;
}

.contact-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.contact-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;

    min-height: 75px;
}

.contact-card a {
    display: inline-block;

    margin-top: 15px;

    color: #245985;
    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
}

.contact-card a:hover {
    color: #163d5d;
    text-decoration: underline;
}


/* Phone & Address */

.contact-details {
    margin-top: 55px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;
}

.detail-item {
    background: #f1f5f8;

    padding: 25px;

    border-radius: 12px;

    text-align: center;
}

.detail-item h3 {
    color: #245985;
    margin-bottom: 10px;
    font-size: 21px;
}

.detail-item p,
.detail-item a {
    color: #555;
    font-size: 17px;
    line-height: 1.6;
}

.detail-item a {
    text-decoration: none;
}

.detail-item a:hover {
    color: #245985;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 800px) {

    .contact-section {
        padding: 50px 20px 70px;
    }

    .contact-header h2 {
        font-size: 40px;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 500px) {

    .contact-header h2 {
        font-size: 34px;
    }

    .contact-header p {
        font-size: 16px;
    }

    .contact-card {
        padding: 30px 20px;
    }
}

/* =====================================================
   TECHNOLOGY PAGE
   ===================================================== */

.tech-hero {
    background: #f4f7fa;
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 70px 20px;
}

.tech-hero-content {
    max-width: 900px;
}

.tech-hero h2 {
    color: #244f78;
    font-size: 44px;
    margin-bottom: 15px;
}

.tech-tagline {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.tech-hero-content p:not(.tech-tagline) {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
}


/* =====================================================
   GENERAL TECHNOLOGY SECTIONS
   ===================================================== */

.tech-section {
    padding: 70px 8%;
    background: #ffffff;
    text-align: center;
}

.tech-light {
    background: #f4f7fa;
}

.tech-section > h2 {
    color: #244f78;
    font-size: 34px;
    margin-bottom: 15px;
}

.section-intro {
    max-width: 750px;
    margin: 0 auto 45px auto;

    color: #666;
    font-size: 17px;
    line-height: 1.7;
}


/* =====================================================
   TECHNOLOGY CARDS
   ===================================================== */

.tech-grid {
    max-width: 1150px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.tech-card {
    background: #ffffff;

    padding: 30px;

    border-radius: 8px;

    border-top: 4px solid #244f78;

    text-align: left;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

.tech-light .tech-card {
    background: #ffffff;
}

.tech-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.12);
}

.tech-number {
    color: #244f78;

    font-size: 15px;
    font-weight: bold;

    margin-bottom: 12px;
}

.tech-card h3 {
    color: #244f78;

    font-size: 21px;

    margin-bottom: 15px;
}

.tech-card p {
    color: #555;

    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 15px;
}

.tech-card ul {
    padding-left: 20px;

    margin-top: 10px;
}

.tech-card li {
    color: #555;

    font-size: 14px;

    line-height: 1.8;
}


/* =====================================================
   TECHNOLOGY APPROACH
   ===================================================== */

.tech-approach {
    background: #244f78;

    color: white;

    padding: 70px 8%;

    text-align: center;
}

.tech-approach > div {
    max-width: 950px;

    margin: auto;
}

.tech-approach h2 {
    font-size: 35px;

    margin-bottom: 20px;
}

.tech-approach p {
    max-width: 800px;

    margin: auto;

    font-size: 17px;

    line-height: 1.8;
}

.approach-list {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}

.approach-list span {
    background: white;

    color: #244f78;

    padding: 12px 25px;

    border-radius: 25px;

    font-weight: bold;

    font-size: 14px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 950px) {

    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech-hero h2 {
        font-size: 38px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .tech-hero {
        min-height: 350px;

        padding: 50px 20px;
    }

    .tech-hero h2 {
        font-size: 31px;
    }

    .tech-tagline {
        font-size: 20px;
    }

    .tech-section {
        padding: 50px 20px;
    }

    .tech-section > h2 {
        font-size: 28px;
    }

    .tech-grid {
        grid-template-columns: 1fr;
    }

    .tech-card {
        padding: 25px;
    }

    .tech-approach {
        padding: 50px 20px;
    }

    .tech-approach h2 {
        font-size: 28px;
    }

    .approach-list {
        gap: 10px;
    }

    .approach-list span {
        padding: 10px 18px;
    }
}

/* =====================================================
   ABOUT PAGE
   ===================================================== */

.about-hero {
    min-height: 420px;

    background: #f4f7fa;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 70px 20px;
}

.about-hero-content {
    max-width: 900px;
}

.about-hero h2 {
    color: #244f78;
    font-size: 44px;
    margin-bottom: 15px;
}

.about-tagline {
    color: #244f78;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
}

.about-hero-content p:not(.about-tagline) {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}


/* =====================================================
   GENERAL ABOUT SECTIONS
   ===================================================== */

.about-section {
    padding: 70px 8%;
    background: #ffffff;
}

.about-light {
    background: #f4f7fa;
}

.about-section > h2 {
    color: #244f78;
    font-size: 34px;

    text-align: center;

    margin-bottom: 18px;
}

.about-intro {
    max-width: 800px;

    margin: 0 auto 45px auto;

    text-align: center;

    color: #666;

    font-size: 17px;

    line-height: 1.7;
}


/* =====================================================
   WHO WE ARE
   ===================================================== */

.about-content {
    max-width: 1000px;
    margin: auto;
}

.about-text {
    text-align: left;
}

.about-text h2 {
    color: #244f78;
    font-size: 34px;
    margin-bottom: 25px;
}

.about-text p {
    color: #555;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 18px;
}


/* =====================================================
   EXPERTISE GRID
   ===================================================== */

.about-grid {
    max-width: 1150px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.about-card {
    background: #ffffff;

    padding: 30px;

    border-radius: 8px;

    border-top: 4px solid #244f78;

    box-shadow: 0 3px 12px rgba(0,0,0,0.07);

    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.about-number {
    color: #244f78;

    font-size: 15px;

    font-weight: bold;

    margin-bottom: 12px;
}

.about-card h3 {
    color: #244f78;

    font-size: 21px;

    margin-bottom: 15px;
}

.about-card p {
    color: #555;

    line-height: 1.7;

    font-size: 15px;
}


/* =====================================================
   SERVICES
   ===================================================== */

.about-services {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.about-services > div {
    padding: 25px;

    border-left: 4px solid #244f78;

    background: #f7f9fb;
}

.about-services h3 {
    color: #244f78;

    margin-bottom: 12px;
}

.about-services p {
    color: #555;

    line-height: 1.7;
}


/* =====================================================
   APPROACH
   ===================================================== */

.approach-grid {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.approach-card {
    background: #ffffff;

    padding: 28px;

    border-radius: 8px;

    text-align: center;

    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.approach-card h3 {
    color: #244f78;

    font-size: 30px;

    margin-bottom: 8px;
}

.approach-card h4 {
    color: #333;

    font-size: 20px;

    margin-bottom: 12px;
}

.approach-card p {
    color: #666;

    line-height: 1.6;
}


/* =====================================================
   WHY AZR
   ===================================================== */

.why-grid {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}

.why-card {
    padding: 30px;

    border: 1px solid #e1e6ea;

    border-radius: 8px;
}

.why-card h3 {
    color: #244f78;

    font-size: 21px;

    margin-bottom: 12px;
}

.why-card p {
    color: #555;

    line-height: 1.7;
}


/* =====================================================
   VISION
   ===================================================== */

.about-vision {
    background: #244f78;

    color: #ffffff;

    padding: 70px 8%;

    text-align: center;
}

.about-vision > div {
    max-width: 850px;

    margin: auto;
}

.about-vision h2 {
    font-size: 34px;

    margin-bottom: 20px;
}

.about-vision p {
    color: #f0f4f7;

    font-size: 17px;

    line-height: 1.8;

    margin-bottom: 15px;
}


/* =====================================================
   CTA
   ===================================================== */

.about-cta {
    padding: 70px 8%;

    text-align: center;

    background: #f4f7fa;
}

.about-cta h2 {
    color: #244f78;

    font-size: 34px;

    margin-bottom: 18px;
}

.about-cta p {
    max-width: 800px;

    margin: 0 auto 30px auto;

    color: #555;

    line-height: 1.8;
}

.about-button {
    display: inline-block;

    padding: 13px 28px;

    background: #244f78;

    color: white;

    text-decoration: none;

    border-radius: 5px;

    font-weight: bold;

    transition: background 0.3s ease;
}

.about-button:hover {
    background: #183b5b;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 950px) {

    .about-grid,
    .about-services,
    .approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero h2 {
        font-size: 38px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .about-hero {
        min-height: 350px;

        padding: 50px 20px;
    }

    .about-hero h2 {
        font-size: 31px;
    }

    .about-tagline {
        font-size: 19px;
    }

    .about-section {
        padding: 50px 20px;
    }

    .about-section > h2 {
        font-size: 28px;
    }

    .about-grid,
    .about-services,
    .approach-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .about-vision,
    .about-cta {
        padding: 50px 20px;
    }

    .about-vision h2,
    .about-cta h2 {
        font-size: 28px;
    }
}
