:root {--color:#030f27;--babyblue: #6EC1E4;--darkgray: #222222;--text-color: #666666;--orange: #247bce;--green: #61CE70;--blue: #4054B2;--font-family: "Roboto";--lightgray: #8a99c0;}

body {
    font-family: var(--font-family);
    background:#fff;
}

.container{
    max-width: 1170px;
}

header {
    background: var(--color);
    color: var(--lightgray);
    height: 50px;
    border-bottom: 1px solid #394664;
}

.social a {
    margin-inline-end: 15px;
}

.social {
    padding-inline-end: 10px;
    margin-inline-end: 10px;
    border-inline-end: 1px solid #394664;
}

.info-box {
    margin-inline-start: 8px;
    padding-inline-start: 8px;
    border-inline-start: 1px solid #394664;
    font-size: 14px;
}

.info-box i {
    margin-inline-end: 10px;
    color: var(--orange);
}

.top-menu li {
    margin-inline-end: 9px;
    transition: .35s ease;
    font-size: 14px;
}

.top-menu li:hover {
    color: var(--orange);
}

section.center-header {
    background: var(--color);
    padding: 15px 0 50px;
}

a.nav-btn {
    color: var(--orange);
    border: 2px solid var(--orange);
    padding: 12px 28px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
    transition: .35s ease;
}

nav .container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 70px 0 rgba(38,42,76,0.2);
}

.nav-menu > li {
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    margin-inline-start: 25px;
    transition: .35s ease;
}

nav {
    margin-top: -35px;
    position: sticky;
    z-index: 99;
    top: 18px;
}

a.nav-btn:hover {
    background: var(--orange);
    color: #fff;
}

.nav-menu > li:hover {
    color: var(--orange);
}

.item {
    height: 100vh;
    background-size: cover;
    color: #fff;
}

section.slider {
    margin-top: -45px;
    overflow: hidden;
    position: relative;
}

.item h4 {
    font-size: 20px;
    transition-delay: .4s;
}

.item h2 {
    font-size: 72px;
    font-weight: normal;
    margin: 20px 0;
    transition-delay: .6s;
}

.item p {
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.8;
    transition-delay: .8s;
}

.item .btns {
    margin-top: 80px;
    transition-delay: 1s;
}

.btn {
    padding: 20px 37px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin-inline-end: 15px;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    color: #fff;
}
.btn-orange{
    background:var(--orange);
}

a.btn i {
    margin-left: 20px;
}

.item h4:before {
    content:'';
    display: inline-block;
    border-width: 8px;
    border-style: solid;
    margin-inline-end: 10px;
    border-color: var(--orange) transparent transparent var(--orange);
}
.fade-up {
    transition:.8s ease-in-out;
    transform: translateY(80px);
    opacity: 0;
}
.active .fade-up {
    opacity:1;
    transform:translateY(0)
}

.owl-prev,.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff33;
    top: calc(50% - 30px);
    transition: .35s ease;
    border-radius: 50%;
    cursor:pointer
}
.owl-prev:hover,.owl-next:hover {
   background:#fff 
}

button.owl-next {
    right: 2%;
}

button.owl-prev {
    left: 2%;
}

section.services{
    background: url(../img/bg.png);
    background-size: cover;
}

.orange {
    color: var(--orange);
}

h4.pre-title {
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: normal;
    margin-bottom: 15px;
}

h2.main-title {
    font-size: 2.125em;
    margin-bottom: 15px;
}

section > .container >  .text-center p {
    font-size: 18px;
    line-height: 27px;
    color: #666;
    max-width: 767px;
    margin: 0 auto 20px;
}
section.counter > .container > .text-center p {
    color: #ffffffbd;
    max-width: 100%;
    line-height: 1.5;
    font-size: 14px;
}
.services-holder {
    margin-top: 60px;
}

.ser-box {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
    position: relative;
    transition: .45s ease-in-out;
    z-index: 1;
    border-top: 7px solid transparent;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.ser-box i {
    width: 60px;
    height: 60px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 31px;
    transition: .3s ease-in-out;
    margin-bottom: 12px;
}

.ser-box h3 {
    font-size: 20px;
    margin: 16px 0;
}
.sep {
        height: 1px;
        width: calc(100% + 55px);
    background-color: #e1e6ee;
}

.ser-box p {
    margin-top: 23px;
    color: #666;
}

.bk {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transition: .45s ease-in-out;
}

.ser-box:hover {
    color: #fff;
    background: var(--color);
    border-color: var(--orange);
    border-top: 2px solid;
}

.ser-box:hover .bk {
    opacity: .8;
}
.ser-box h3,.ser-box p {
    transition:.45s ease-in-out
}
.ser-box:hover * {
    color:#fff;
}

.ser-box:hover i {
    background: #ffffff1c;
}

section.counter {
    color: #fff;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
}

section.counter h4 {}

.counter-box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 35px 30px 35px 30px;
}

.counter-box div {
    color: var(--orange);
    font-size: 42px;
    margin: 20px 0 0;
    font-weight: bold;
}

section.features h2.main-title {
    max-width: 850px;
    margin: 0 auto 35px;
}

.progress-bar {
    height: 20px;
    background: #ebf4f7;
    margin: 10px 0 0 0;
}

.feature-el {
    margin-bottom: 30px;
    font-size: 20px;
}

.progress {
    background: var(--orange);
    height: 100%;
    transition: 1s linear;
    width: 0;
}



.feature-images {
    position: relative;
}

img.feature-image-2 {
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
    right: 0;
}

img.feature-image-1 {
    transform: translate(0,46px);
    position: relative;
    z-index: 9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
}

h2.side-title {
    margin-bottom: 30px;
    font-size: 27px;
}

section.projects{
    background: url(../img/bg2.png);
    background-size: cover;
}

.project-box  {
    height: 392px;
    background-size: cover;
    text-align: start;
    padding: 45px 30px 45px 35px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    justify-content: flex-end;
}

.project-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to top, #030f27b3, transparent);
}

.project-box h3 {
    font-size: 32px;
    margin-bottom: 17px;
    text-align: center;
}

.project-box p {
    opacity: 0;
    transition: 0s;
    font-size: 17px;
}

.project-box .sep {
    margin-bottom: 25px;
    background: rgba(225,230,238,0.4);
    opacity: 0;
        transition: 0s;
}

.project-box:hover p ,.project-box:hover .sep{
    opacity: 1;
    transition: 0.3s ease-in-out;
    transition-delay: 0.1s;
}
.text-wrap {
    transition: 0.3s;
    transform: translateY(100px);
    text-align: center;
}

.project-box:hover .text-wrap {
    transform: translateY(0);
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-partener  img {
    height: 100px;
}

a.btn:hover {
    background: var(--color);
}
.industry .btn {
    margin-top: 20px;
    display: inline-block;
}

.blog-box {
    height: 420px;
    margin: 0 15px;
    box-shadow: 0 0 0;
    border: 1px solid #e7e7e7;
}


footer {
    background: var(--color);
    color: var(--text-color);
    padding: 150px 0 50px;
}

h2.footer-title {
    color: #fff;
    margin-bottom: 30px;
}

.footer-box li {
    margin-bottom: 15px;
}

.footer-box p {
    line-height: 1.5;
    margin: 15px 0;
}

.footer-box .socials a {
    margin-right: 20px;
}

.footer-box .info-box {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #2f3b50;
}

.scrolltotop:before {
    content: '';
    flex: 1;
    height: 2px;
    background: #2f3b50;
}

.btn-top {
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  position: relative;
  width: 90%;
  max-width: 450px;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.popup-box h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #111827;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6b7280;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 13px;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #1d4ed8;
}

.ig_es_subscription_form {
    display: flex;
    padding: 0;
    border-radius: 0;
    background: none !important;
    align-items: center;
}

.es-field-wrap.ig-es-form-field {
    margin-right: 13px;
}

.es-field-wrap.ig-es-form-field label {
    font-size: 0;
    margin-bottom: 0 !important;
}

.es-field-wrap.ig-es-form-field {
    margin-bottom: 0 !important;
}

section.newsletter .container {
    background: url(../img/bgg.png);
    padding: 20px;
    border-radius: 10px;
}

section.newsletter {
    margin-bottom: -80px;
    position: relative;
}

.newsletter-content {
    color: #fff;
}

.newsletter-content h2 {
    font-size: 29px;
}
.bars {
    display: none;
}




        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .section-title {
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
            position: relative;
        }

        .section-title:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background: var(--orange);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
    
        /* Contact Form */
        .contact-form {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
.contact-form .section-title:after,.contact-info .section-title:after {
    left: 35px;
}
        .contact-form form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group input,
        .form-group textarea {
            padding: 14px 18px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #e74c3c;
            box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
        }

        .form-group textarea {
            min-height: 160px;
            resize: vertical;
        }


        /* Contact Info */
        .contact-info {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .info-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 32px;
        }

        .info-item:last-child {
            margin-bottom: 0;
        }

        .info-icon {
            width: 55px;
            height: 55px;
            background: var(--orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: #fff;
            flex-shrink: 0;
        }

        .info-content h4 {
            font-size: 1.1rem;
            margin-bottom: 6px;
            color: #333;
        }

        .info-content p {
            color: #555;
            line-height: 1.6;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .contact-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 576px) {
            .contact-form,
            .contact-info {
                padding: 30px 20px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }
@media(max-width:1023px){
    body {
        overflow-x:hidden
    }
    a.nav-btn, header {
        display: none;
    }
    .bars {
        display: flex;
        color: #fff;
        font-size: 26px;
    }
    nav {
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #222222b0;
        transition: .45s ease-in-out;
        transform: translateX(-100%);
    }
    nav .container {
        box-shadow: 0 0;
        background: none;
        color: #fff;
    }
    .nav-menu {
        position: absolute;
        left: 0;
        top: 0;
        flex-direction: column;
        background: #030f27;
        width: 80%;
        height: 100%;
        transition: .45s ease-in-out;
        transform: translateX(-100%);
        transition-delay: .3s;
    }
     nav.open ,.open .nav-menu{
        transform:translateX(0)
    }
}

@media(max-width:767px) {
    .item h4 {
    font-size: 14px;
}

.item h2 {
    font-size: 30px;
}

.item p {
    font-size: 13px;
    margin-top: 10px;
}

.item .btns {
    margin-top: 10px;
}
section.center-header {
    padding:5px 0
}
.btn {font-size: 14px;padding: 15px;}
    section.slider {
        margin-top:0
    }
    .item {
        height:auto;
        padding: 40px 0;
    }
    .owl-nav {
        display:none
    }
    h4.pre-title {
        font-size: 11px;
    }
    .newsletter {
        text-align:center
    }
    h2.main-title,.newsletter-content h2 {
        font-size: 1.4em;
    }
        h2.main-title {
        margin-bottom:12px
    }
    
    .newsletter-content p {
         font-size: 11px;
    }
    .owl-partener img {
        height: 54px;
    }
    .ig_es_subscription_form {
        flex-direction:column
    }
    .es-field-wrap.ig-es-form-field {
        margin-bottom:5px !important
    }
    .footer-box {
        margin-bottom:20px
    }
    .footer-box ul {
        display:flex;
        flex-wrap:wrap
    }
     .footer-box ul li {
         margin:5px
     }
    .scrolltotop {
        margin-bottom:10px;
    }
    .btn-top {
        width:44px;
        height:44px
    }
    section.services .text-center p {
        font-size:11px;
        line-height: initial;
    }
    .counter-box {
        margin-bottom:15px;
        padding: 15px;
    }
    .counter-box div {
        font-size:25px;
        margin-top: 9px;
    }
    h2.side-title {
        font-size:18px
    }
    .feature-el {
        font-size:15px
    }
    .feature-images {
        display:flex;
        justify-content: space-between;
    }
    img.feature-image-2 {
    position:static
    }
    .feature-images img {
        width:44%;
        height: auto;
    }
    .project-box {
        height: 220px;
    }
    .project-box h3 {
        font-size:18px
    }
    .project-box p {
        font-size:12px
    }
    .nav-menu > li {
        height: initial;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        margin: 0;
        padding: 13px;
    }
}

a.logo img {
    height: 80px;
    width: auto;
}

section.counter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color);
    top: 0;
    right: 0;
    opacity: .8;
}

 /* Hero Section */
        .about-hero {
            min-height: 360px;
            background: linear-gradient(135deg, var(--color), rgba(31, 41, 55, 0.92));
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            text-align: center;
            color: var(
            --white);
            color: #fff;
            margin-top: -45px;
        }

        .about-hero h1 {
            font-size: 52px;
            margin-bottom: 15px;
            font-weight: 800;
            letter-spacing: 1px;
        }

        .about-hero p {
            max-width: 720px;
            margin: auto;
            font-size: 18px;
            opacity: 0.95;
        }

        /* General Sections */
        .section {
            padding: 80px 0;
        }

        .section-title {
            margin-bottom: 45px;
            text-align: center;
        }

        .section-title span {
            display: inline-block;
            color: var(--secondary-color);
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 15px;
        }

        .section-title h2 {
            font-size: 34px;
            color: var(--dark-color);
            margin-bottom: 12px;
        }

        .section-title p {
            max-width: 680px;
            margin: auto;
            color: var(--text-color);
        }

        /* Company Overview */
        .about-intro {
            background-color: var(--white);
        }

        .intro-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 45px;
            align-items: center;
        }

        .intro-content h2 {
            font-size: 34px;
            color: var(--dark-color);
            margin-bottom: 20px;
        }

        .intro-content p {
            margin-bottom: 18px;
            font-size: 20px;
            color: #666;
        }

        .intro-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }

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

        /* Vision Mission */
        .vision-mission {
            background-color: var(--light-bg);
        }

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

        .vm-card {
            background-color: #fff;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 0 45px #00000024;
            border-top: 5px solid #ddd;
        }

        .vm-card h3 {
            color: var(--orange);
            font-size: 26px;
            margin-bottom: 15px;
        }

        .vm-card p {
            color: var(--text-color);
        }

        /* Values */
        .values-section {
            background-color: var(--white);
        }

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

        .value-card {
            background-color: #fff;
            padding: 30px 24px;
            border-radius: 18px;
            text-align: center;
            transition: 0.3s ease;
            border: 1px solid #f7f7f7;
        }

        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
            border-color: var(--primary-color);
        }

        .value-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 20px;
            border-radius: 50%;
            background-color: rgba(15, 76, 129, 0.1);
            color: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: bold;
        }

        .value-card h3 {
            color: var(--dark-color);
            font-size: 20px;
            margin-bottom: 10px;
        }

        .value-card p {
            font-size: 15px;
        }

        /* Organization Structure */
        .org-section {
            background-color: var(--light-bg);
        }

        .org-chart {
            max-width: 1000px;
            margin: auto;
            text-align: center;
        }

        .org-level {
            display: flex;
            justify-content: center;
            gap: 25px;
            margin-bottom: 30px;
            flex-wrap: wrap;
            position: relative;
        }

        .org-box {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 20px 28px;
            border-radius: 14px;
            min-width: 210px;
            box-shadow: 0 0 44px #0000001a;
        }

        .org-box.main {
            background-color: var(--primary-color);
            color: var(--white);
            font-weight: bold;
            font-size: 18px;
        }

        .org-box h4 {
            color: var(--dark-color);
            font-size: 17px;
            margin-bottom: 5px;
        }

        .org-box.main h4 {
            color: var(--white);
        }

        .org-box p {
            font-size: 14px;
            color: var(--text-color);
        }

        .org-box.main p {
        }

        /* Management */
        .management-section {
            background-color: var(--white);
        }

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

        .team-card {
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 0 25px #0000002e;
            text-align: center;
            transition: 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-8px);
        }

        .team-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .team-info {
            padding: 24px 18px;
        }

        .team-info h3 {
            color: var(--orange);
            font-size: 20px;
            margin-bottom: 6px;
        }

        .team-info span {
            display: block;
            color: var(--primary-color);
            font-weight: bold;
            margin-bottom: 12px;
        }

        .team-info p {
            font-size: 14px;
        }

        /* Services */
        .services-section {
            background-color: var(--light-bg);
        }

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

        .service-card {
            background-color: #fff;
            padding: 32px;
            border-radius: 18px;
            box-shadow: 0 0 25px #00000017;
            transition: 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-6px);
            border-right-color: var(--secondary-color);
        }

        .service-card h3 {
            color: var(--orange);
            font-size: 21px;
            margin-bottom: 12px;
        }

        .service-card p {
            font-size: 15px;
        }

        /* CTA */
        .about-cta {
            background: linear-gradient(135deg, var(--primary-color), #1f2937);
            color: var(--white);
            text-align: center;
            padding: 70px 20px;
        }

        .about-cta h2 {
            font-size: 34px;
            margin-bottom: 15px;
        }

        .about-cta p {
            max-width: 650px;
            margin: 0 auto 30px;
            opacity: 0.9;
        }

        .cta-btn {
            display: inline-block;
            background-color: var(--secondary-color);
            color: var(--dark-color);
            padding: 14px 34px;
            border-radius: 40px;
            font-weight: bold;
            transition: 0.3s ease;
        }

        .cta-btn:hover {
            background-color: var(--white);
            color: var(--primary-color);
        }

        /* Responsive */
        @media (max-width: 992px) {
            .intro-grid,
            .vm-grid {
                grid-template-columns: 1fr;
            }

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

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

            .about-hero h1 {
                font-size: 42px;
            }
        }

        @media (max-width: 600px) {
            .section {
                padding: 55px 0;
            }
            body {
                overflow-x:hidden
            }

            .about-hero {
                min-height: 300px;
                margin-top: 0;
            }

            .about-hero h1 {
                font-size: 34px;
            }

            .section-title h2,
            .intro-content h2,
            .about-cta h2 {
                font-size: 28px;
            }

            .values-grid,
            .team-grid,
            .services-grid {
                grid-template-columns: 1fr;
            }

            .intro-image img {
                height: 300px;
            }

            .org-box {
                width: 100%;
            }
        }

main.about-page {
    background: #247bce0a;
}