/* =========================================================
   MYIT-EG WEBSITE
   MASTER STYLESHEET
   Responsive: Desktop / Tablet / Mobile
========================================================= */


/* =========================================================
   ROOT
========================================================= */

:root {

    --primary: #07111f;
    --primary-light: #0d2038;

    --blue: #1473e6;
    --cyan: #19a7ce;

    --white: #ffffff;
    --light: #f5f8fc;

    --text: #536174;
    --heading: #0b1f3a;

    --border: #e5eaf1;

    --transition: all .3s ease;

}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: var(--text);

    background: var(--white);

    line-height: 1.7;

    overflow-x: hidden;

}


img {

    max-width: 100%;

    height: auto;

    display: block;

}


a {

    text-decoration: none;

}


ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


/* =========================================================
   HEADER
========================================================= */

.site-header {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 9999;

    background: rgba(7, 17, 31, .25);

    transition: var(--transition);

}


.site-header.scrolled {

    background: rgba(7, 17, 31, .97);

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

}


.navbar {

    padding: 14px 0;

}


.navbar-brand {

    display: flex;

    align-items: center;

    padding: 0;

    margin: 0;

}


/* =========================================================
   LOGO
========================================================= */
.site-logo {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    max-width: 58px;
    max-height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

/* =========================================================
   NAVIGATION
========================================================= */

.navbar-nav {

    align-items: center;

    gap: 5px;

}


.nav-link {

    color: rgba(255,255,255,.92) !important;

    font-size: 15px;

    font-weight: 500;

    padding: 10px 14px !important;

    transition: var(--transition);

}


.nav-link:hover {

    color: var(--cyan) !important;

}


/* =========================================================
   DROPDOWN
========================================================= */

.dropdown-menu {

    border: none;

    border-radius: 8px;

    padding: 8px;

    min-width: 240px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.15);

}


.dropdown-item {

    padding: 10px 14px;

    border-radius: 5px;

    color: var(--heading);

    font-size: 14px;

    transition: var(--transition);

}


.dropdown-item:hover {

    background: var(--light);

    color: var(--blue);

}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.nav-contact {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 10px 21px;

    border-radius: 30px;

    color: var(--white);

    background: var(--blue);

    font-size: 14px;

    font-weight: 600;

    transition: var(--transition);

}


.nav-contact:hover {

    color: var(--white);

    background: var(--cyan);

    transform: translateY(-1px);

}


/* =========================================================
   MOBILE NAV BUTTON
========================================================= */

.navbar-toggler {

    border: 1px solid rgba(255,255,255,.4);

    padding: 7px 10px;

    box-shadow: none !important;

}


.navbar-toggler:focus {

    box-shadow: none;

}


/* Bootstrap hamburger icon */

.navbar-toggler-icon {

    filter: brightness(0) invert(1);

}


/* =========================================================
   HERO
========================================================= */

.hero {

    min-height: 100vh;

    display: flex;

    align-items: center;

    position: relative;

    background:

        linear-gradient(
            120deg,
            rgba(7,17,31,.72),
            rgba(11,31,58,.55)
        ),

        url("../images/hero.jpg")
        center center / cover no-repeat;

}


.hero-content {

    max-width: 820px;
    padding-top: 80px;
    transform: translateY(-50px);
}


.hero-label {

    display: inline-block;

    color: var(--cyan);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 18px;

}


.hero h1 {

    color: var(--white);

    font-size: clamp(42px, 5.5vw, 76px);

    line-height: 1.08;

    font-weight: 800;

    margin-bottom: 25px;

}


.hero p {

    color: rgba(255,255,255,.82);

    font-size: 19px;

    max-width: 680px;

    margin-bottom: 35px;

}


/* =========================================================
   BUTTONS
========================================================= */

.btn-main {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: var(--blue);

    color: var(--white);

    padding: 13px 28px;

    border-radius: 5px;

    font-weight: 600;

    transition: var(--transition);

}


.btn-main:hover {

    color: var(--white);

    background: var(--cyan);

    transform: translateY(-2px);

}


.btn-outline-main {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    color: var(--white);

    border: 1px solid rgba(255,255,255,.45);

    padding: 12px 28px;

    border-radius: 5px;

    margin-left: 10px;

    transition: var(--transition);

}


.btn-outline-main:hover {

    background: var(--white);

    color: var(--primary);

}


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

.section {

    padding: 100px 0;

}


.section-light {

    background: var(--light);

}


.section-title {

    max-width: 750px;

    margin: 0 auto 55px;

    text-align: center;

}


.section-title span {

    color: var(--blue);

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;

}


.section-title h2 {

    color: var(--heading);

    font-size: clamp(32px, 4vw, 44px);

    line-height: 1.2;

    font-weight: 800;

    margin: 12px 0 15px;

}


.section-title p {

    margin: 0;

}


/* =========================================================
   SERVICE CARDS
========================================================= */

.service-card {

    height: 100%;

    padding: 38px 30px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 8px;

    transition: var(--transition);

}


.service-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 20px 50px rgba(11,31,58,.10);

}


.service-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(20,115,230,.10);

    color: var(--blue);

    border-radius: 12px;

    font-size: 25px;

    margin-bottom: 24px;

}


.service-card h3 {

    color: var(--heading);

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 14px;

}


.service-card p {

    margin-bottom: 20px;

}


.service-card a {

    color: var(--blue);

    font-weight: 600;

}


.service-card a:hover {

    color: var(--cyan);

}


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

.about-image {

    min-height: 450px;

    border-radius: 8px;

    background:

        linear-gradient(
            rgba(7,17,31,.15),
            rgba(7,17,31,.15)
        ),

        url("../images/about.jpg")
        center / cover no-repeat;

}


.about-content {

    padding-left: 30px;

}


.about-content h2 {

    color: var(--heading);

    font-size: clamp(32px, 4vw, 44px);

    line-height: 1.2;

    font-weight: 800;

    margin-bottom: 20px;

}


/* =========================================================
   INDUSTRIES
========================================================= */

.industry-card {

    height: 100%;

    padding: 30px;

    border: 1px solid var(--border);

    border-radius: 8px;

    background: var(--white);

    transition: var(--transition);

}


.industry-card:hover {

    border-color: var(--blue);

    transform: translateY(-5px);

}


.industry-card i {

    color: var(--blue);

    font-size: 28px;

    margin-bottom: 18px;

}


.industry-card h3 {

    color: var(--heading);

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 8px;

}


.industry-card p {

    color: var(--text);

    font-size: 14px;

    line-height: 1.8;

    margin: 0;

}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {

    background: var(--primary);

    color: rgba(255,255,255,.70);

    padding: 75px 0 0;

}


.footer-logo {

    color: var(--white);

    font-size: 30px;

    font-weight: 800;

    margin-bottom: 18px;

}


.footer-logo span {

    color: var(--cyan);

}


.footer-text {

    max-width: 460px;

}


.site-footer h5 {

    color: var(--white);

    font-size: 17px;

    font-weight: 700;

    margin-bottom: 22px;

}


.footer-links li {

    margin-bottom: 9px;

}


.footer-links a {

    color: rgba(255,255,255,.65);

    transition: var(--transition);

}


.footer-links a:hover {

    color: var(--cyan);

}


.footer-contact {

    list-style: none;

}


.footer-contact li {

    display: flex;

    gap: 14px;

    margin-bottom: 18px;

}


.footer-contact i {

    color: var(--cyan);

    margin-top: 5px;

}


.footer-contact a {

    color: rgba(255,255,255,.70);

}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {

    display: flex;

    gap: 10px;

    margin-top: 24px;

}


.footer-social a {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.20);

    border-radius: 50%;

    color: var(--white);

    transition: var(--transition);

}


.footer-social a:hover {

    background: var(--blue);

    border-color: var(--blue);

}


/* =========================================================
   FOOTER CONTACT BAR
========================================================= */

.footer-contact-bar {

    display: grid;

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

    gap: 25px;

    padding: 28px 0;

    border-top:
        1px solid rgba(255,255,255,.10);

    border-bottom:
        1px solid rgba(255,255,255,.10);

}


.footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 15px;

}


.footer-contact-item > i {

    color: var(--cyan);

    font-size: 18px;

    margin-top: 5px;

}


.footer-contact-item small {

    display: block;

    color: rgba(255,255,255,.45);

    font-size: 12px;

    margin-bottom: 2px;

}


.footer-contact-item span,
.footer-contact-item a {

    display: block;

    color: rgba(255,255,255,.75);

    font-size: 14px;

}


.footer-contact-item a:hover {

    color: var(--cyan);

}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 24px 0;

}


.footer-bottom p {

    margin: 0;

    font-size: 13px;

    color: rgba(255,255,255,.50);

}


/* =========================================================
   TABLET
   768px - 1199px
========================================================= */





/* =========================================================
   TABLET / MOBILE
   Below 992px
========================================================= */





/* =========================================================
   MOBILE
   Below 768px
========================================================= */





/* =========================================================
   SMALL MOBILE
   Below 480px
========================================================= */



/* =========================================================
   HOMEPAGE EXTENSIONS
========================================================= */

.section-label {
    display: inline-block;
    color: var(--blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.content-title {
    color: var(--heading);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 22px;
}


.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    font-weight: 700;
    margin-top: 10px;
}


.text-link:hover {
    color: var(--cyan);
}


.intro-box {
    min-height: 430px;
    padding: 50px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
        rgba(7,17,31,.72),
        rgba(11,31,58,.55)
        ),

        url("../images/about.jpg")
        center / cover no-repeat;
}


.intro-box-content {
    color: var(--white);
    max-width: 420px;
}


.intro-box-content span {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 4px;
}


.intro-box-content h3 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    margin: 15px 0;
}


.intro-box-content p {
    color: rgba(255,255,255,.75);
    margin: 0;
}


.feature-card {
    height: 100%;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    transition: var(--transition);
}


.feature-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 40px rgba(11,31,58,.08);
}


.feature-number {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
}


.feature-card h4 {
    color: var(--heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}


.feature-card p {
    margin: 0;
    font-size: 14px;
}


.mission-section {
    background: var(--primary);
}


.mission-box {
    color: var(--white);
}


.mission-box span {
    color: var(--cyan);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}


.mission-box h2 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 800;
    margin: 15px 0;
}


.mission-box p {
    color: rgba(255,255,255,.70);
    max-width: 700px;
    margin-bottom: 0;
}


.cta-section {
    padding: 100px 0;
    background:
        linear-gradient(
            135deg,
            #0b1f3a,
            #1473e6
        );
}


.cta-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}


.cta-content > span {
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}


.cta-content h2 {
    color: var(--white);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.15;
    font-weight: 800;
    margin: 15px 0;
}


.cta-content p {
    color: rgba(255,255,255,.78);
    margin-bottom: 28px;
}


.cta-content .btn-main {
    background: var(--white);
    color: var(--heading);
}


.cta-content .btn-main:hover {
    background: var(--cyan);
    color: var(--white);
}


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



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

.page-hero {

    min-height: 470px;

    display: flex;

    align-items: center;

    position: relative;

    background:
        linear-gradient(
            120deg,
       rgba(7,17,31,.72),
        rgba(11,31,58,.55)
        ),

        url("../images/hero.jpg")
        center / cover no-repeat;

}


.page-hero-content {

    max-width: 800px;

    padding-top: 70px;

}
/* =========================================================
   SERVICES PAGE
========================================================= */

.service-page-card {
    display: flex;
    flex-direction: column;
}

.service-page-card p {
    min-height: 105px;
}

.service-list {
    margin: 5px 0 25px;
    padding: 0;
    list-style: none;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 14px;
}

.service-list i {
    color: var(--blue);
    font-size: 12px;
}

.service-link {
    margin-top: auto;
    color: var(--blue);
    font-weight: 700;
}

.service-link:hover {
    color: var(--cyan);
}


/* =========================================================
   PROCESS
========================================================= */

.process-card {
    height: 100%;
    padding: 30px 25px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    position: relative;
    transition: var(--transition);
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(11,31,58,.08);
}

.process-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.process-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20,115,230,.10);
    color: var(--blue);
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 22px;
}

.process-card h4 {
    color: var(--heading);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-card p {
    margin: 0;
    font-size: 14px;
}


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



/* =========================================================
   SERVICE DETAIL PAGES
========================================================= */

.service-hero {

    min-height: 500px;

    display: flex;

    align-items: center;

    position: relative;

    background:
        linear-gradient(
            120deg,
       rgba(7,17,31,.72),
        rgba(11,31,58,.55)
        ),

        url("../images/hero.jpg")
        center / cover no-repeat;

}


.service-hero-content {

    max-width: 800px;

    padding-top: 70px;

}


.service-hero-content > span {

    display: inline-block;

    color: var(--cyan);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;

}


.service-hero-content h1 {

    color: var(--white);

    font-size: clamp(40px, 5vw, 64px);

    line-height: 1.1;

    font-weight: 800;

    margin-bottom: 20px;

}


.service-hero-content p {

    color: rgba(255,255,255,.78);

    font-size: 18px;

    max-width: 680px;

}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.service-image {

    min-height: 460px;

    position: relative;

    overflow: hidden;

    border-radius: 10px;

    background-position: center;

    background-size: cover;

}


.web-image {

    background-image:
        linear-gradient(
            rgba(7,17,31,.20),
            rgba(7,17,31,.45)
        ),
        url("../images/web-development.jpg");

}

.network-image {
    background-image:
        linear-gradient(
            rgba(7,17,31,.20),
            rgba(7,17,31,.45)
        ),
        url("../images/network-infrastructure.jpg");
}
.security-image {
    background-image:
        linear-gradient(
            rgba(7,17,31,.20),
            rgba(7,17,31,.45)
        ),
        url("../images/security-systems.jpg");
}
.service-image-overlay {

    position: absolute;

    left: 30px;

    bottom: 30px;

    display: flex;

    align-items: center;

    gap: 15px;

    color: var(--white);

}


.service-image-overlay i {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--blue);

    border-radius: 8px;

}


.service-image-overlay span {

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


/* =========================================================
   CAPABILITIES
========================================================= */

.capability-card {

    height: 100%;

    padding: 32px 28px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 8px;

    transition: var(--transition);

}


.capability-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 15px 40px rgba(11,31,58,.08);

}


.capability-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(20,115,230,.10);

    color: var(--blue);

    border-radius: 10px;

    font-size: 21px;

    margin-bottom: 22px;

}


.capability-card h3 {

    color: var(--heading);

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

}


.capability-card p {

    margin: 0;

    font-size: 14px;

}


/* =========================================================
   SERVICE STEPS
========================================================= */

.service-steps {

    border-top: 1px solid var(--border);

}


.service-step {

    display: flex;

    gap: 25px;

    padding: 25px 0;

    border-bottom: 1px solid var(--border);

}


.service-step > span {

    flex: 0 0 42px;

    color: var(--blue);

    font-size: 13px;

    font-weight: 800;

    padding-top: 3px;

}


.service-step h4 {

    color: var(--heading);

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 5px;

}


.service-step p {

    margin: 0;

    font-size: 14px;

}


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




.page-hero-content span {

    display: inline-block;

    color: var(--cyan);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;

}


.page-hero-content h1 {

    color: var(--white);

    font-size: clamp(38px, 5vw, 62px);

    line-height: 1.1;

    font-weight: 800;

    margin-bottom: 20px;

}


.page-hero-content p {

    color: rgba(255,255,255,.78);

    font-size: 18px;

    max-width: 650px;

}


.about-page-image {

    min-height: 500px;

    border-radius: 10px;

    background:
        linear-gradient(
            rgba(7,17,31,.10),
            rgba(7,17,31,.10)
        ),

        url("../images/about.jpg")
        center / cover no-repeat;

}


.about-feature {

    height: 100%;

    padding: 35px 30px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 8px;

    transition: var(--transition);

}


.about-feature:hover {

    transform: translateY(-6px);

    box-shadow:
        0 15px 40px rgba(11,31,58,.08);

}


.about-feature-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: rgba(20,115,230,.10);

    color: var(--blue);

    font-size: 23px;

    margin-bottom: 22px;

}


.about-feature h3 {

    color: var(--heading);

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 12px;

}


.about-feature p {

    margin: 0;

}


.strength-list {

    border-top: 1px solid var(--border);

}


.strength-item {

    display: flex;

    gap: 25px;

    padding: 25px 0;

    border-bottom: 1px solid var(--border);

}


.strength-number {

    flex: 0 0 40px;

    color: var(--blue);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;

    padding-top: 3px;

}


.strength-item h4 {

    color: var(--heading);

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 5px;

}


.strength-item p {

    margin: 0;

    font-size: 14px;

}


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



/* =========================================================
   PROJECTS PAGE
========================================================= */

.projects-image {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 10px;
}

.projects-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}



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

.contact-info-list {
    margin-top: 35px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20,115,230,.10);
    color: var(--blue);
    border-radius: 8px;
}

.contact-info-item small {
    display: block;
    color: var(--text);
    font-size: 12px;
    margin-bottom: 5px;
}

.contact-info-item strong,
.contact-info-item a {
    display: block;
    color: var(--heading);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: var(--blue);
}

.contact-form-box {
    padding: 40px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.contact-form-box h3 {
    color: var(--heading);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-form-box > p {
    margin-bottom: 30px;
}

.contact-form-box label {
    display: block;
    color: var(--heading);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form-box .form-control {
    min-height: 50px;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 15px;
    color: var(--heading);
}

.contact-form-box textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form-box .form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(20,115,230,.10);
}

.contact-submit {
    border: 0;
    margin-top: 5px;
}



.form-message {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
}

.form-success {
    background: #eaf7ee;
    color: #24713b;
    border: 1px solid #c8e8d1;
}

.form-error {
    background: #fff1f1;
    color: #a83232;
    border: 1px solid #f0cccc;
}

/* =========================================================
   INDUSTRIES PAGE IMAGE
========================================================= */

.industries-image {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 10px;
}

.industries-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* =========================================================
   RESPONSIVE / MEDIA QUERIES (CONSOLIDATED)
========================================================= */

@media (max-width: 1199px) {
.navbar-nav {

        gap: 0;

    }


    .nav-link {

        padding-left: 10px !important;

        padding-right: 10px !important;

    }


    .nav-contact {

        padding-left: 16px;

        padding-right: 16px;

    }


    .hero h1 {

        font-size: 58px;

    }
}

@media (max-width: 991px) {
/* Header */

    .site-header {

        background: var(--primary);

    }


    .navbar {

        padding: 12px 0;

    }


    .site-logo {

        width: 120px;

        height: 58px;

    }


    /* Mobile navigation */

    .navbar-collapse {

        margin-top: 12px;

        padding: 15px;

        background: var(--primary-light);

        border-radius: 8px;

    }


    .navbar-nav {

        align-items: stretch;

    }


    .nav-link {

        padding: 11px 10px !important;

    }


    .nav-contact {

        width: 100%;

        margin-top: 10px;

    }


    /* Dropdown */

    .dropdown-menu {

        background: rgba(255,255,255,.98);

        box-shadow: none;

        margin-top: 5px;

    }


    /* Hero */

    .hero {

        min-height: 760px;

    }


    .hero-content {

        padding-top: 100px;

    }


    /* About */

    .about-content {

        padding-left: 0;

    }


    /* Footer */

    .footer-contact-bar {

        grid-template-columns: 1fr;

    }
}

@media (max-width: 767px) {
/* General */

    .container {

        width: 100%;

    }


    .section {

        padding: 70px 0;

    }


    /* Header */

    .site-logo {

        width: 105px;

        height: 52px;

    }


    /* Hero */

    .hero {

        min-height: 700px;

        background-position: center;

    }


    .hero-content {

        padding-top: 90px;

    }


    .hero-label {

        font-size: 12px;

        letter-spacing: 1.5px;

    }


    .hero h1 {

        font-size: 42px;

        line-height: 1.1;

    }


    .hero p {

        font-size: 16px;

        line-height: 1.7;

        margin-bottom: 28px;

    }


    /* Buttons */

    .btn-main,
    .btn-outline-main {

        width: 100%;

        text-align: center;

    }


    .btn-outline-main {

        margin-left: 0;

        margin-top: 10px;

    }


    /* Section title */

    .section-title {

        margin-bottom: 40px;

    }


    .section-title h2 {

        font-size: 32px;

    }


    .section-title p {

        font-size: 15px;

    }


    /* About */

    .about-image {

        min-height: 300px;

    }


    .about-content {

        padding-top: 15px;

    }


    .about-content h2 {

        font-size: 32px;

    }


    /* Service */

    .service-card {

        padding: 30px 24px;

    }


    /* Industries */

    .industry-card {

        padding: 25px;

    }


    /* Footer */

    .site-footer {

        padding-top: 60px;

    }


    .footer-contact-bar {

        gap: 20px;

    }


    .footer-bottom {

        flex-direction: column;

        align-items: flex-start;

    }

.intro-box {
        min-height: 330px;
        padding: 30px;
    }


    .intro-box-content h3 {
        font-size: 31px;
    }


    .feature-card {
        padding: 25px;
    }


    .mission-box {
        text-align: center;
    }


    .mission-box .btn-main {
        margin-top: 30px;
        width: auto;
    }


    .cta-section {
        padding: 70px 0;
    }

.service-page-card p {
        min-height: auto;
    }

    .service-list {
        margin-bottom: 20px;
    }

.service-hero {

        min-height: 560px;

    }


    .service-hero-content {

        padding-top: 80px;

    }


    .service-hero-content h1 {

        font-size: 40px;

    }


    .service-hero-content p {

        font-size: 16px;

    }


    .service-image {

        min-height: 320px;

    }


    .capability-card {

        padding: 28px 24px;

    }


    .service-step {

        gap: 15px;

    }

.page-hero {

        min-height: 560px;

    }


    .page-hero-content {

        padding-top: 80px;

    }


    .page-hero-content h1 {

        font-size: 38px;

    }


    .page-hero-content p {

        font-size: 16px;

    }


    .about-page-image {

        min-height: 320px;

    }


    .about-feature {

        padding: 28px 24px;

    }


    .strength-item {

        gap: 15px;

    }

.projects-image {
        height: 320px;
    }

.contact-form-box {
        padding: 28px 22px;
    }


    .industries-image {
        height: 320px;
    }
}

@media (max-width: 480px) {
.hero {

        min-height: 680px;

    }


    .hero h1 {

        font-size: 36px;

    }


    .hero p {

        font-size: 15px;

    }


    .section {

        padding: 60px 0;

    }


    .section-title h2 {

        font-size: 29px;

    }


    .site-logo {

        width: 95px;

        height: 48px;

    }
}
@media (max-width: 767px) {

    .site-logo {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
        border-radius: 50% !important;
        border: 2px solid rgba(255, 255, 255, 0.8);
        object-fit: cover;
        flex-shrink: 0;
    }

}