﻿
:root {
    --primary: #ea580c;
    --secondary: #0a1428;
    --text: #99a1af;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
}

h1, h2, h3, h4, h5, p, span, li {
    font-family: "Inter", sans-serif;
    
}
p {
    color: #444;
}

/*slick*/

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus,
.slick-arrow {
    background: #d9d9d9 !important;
    color: #000 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px !important;
}
.slick-arrow span{ font-weight: 600; }
.slick-prev, .slick-next {
    top: -7% !important;
}
.slick-prev {
    left: auto !important;
    right: 60px !important;
}

.slick-next {
    right: 0% !important;
}
.slick-dots li {
    margin: 0px !important;
}
.slick-dots li button:before {
    font-size: 24px !important;
}
.slick-dots li.slick-active button:before {
    color: var(--primary)!important;
}



.header {
    position: absolute;
    top: 2px;
    width: 100%;
    left: 0;
    right: 0;
    transition: .3s ease-in;
    background: #f3f3f4;
}
    .header.is-sticky {
        position: fixed;
        top: 0;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
        background: #f3f3f4;
        z-index: 2;
        transition: .3s ease-out;
    }
.header.is-sticky .navbar {
    padding: 7px 0px;
}
.navbar { 
    z-index: 1;
    padding: 7px 10px;
    border-radius: 5px;
}

.nav-link {
    color: #555;
    font-size: 16px !important;
    margin: 0 15px;
    padding: 0 !important;
    border-bottom: 2px solid #f3f3f4; transition: .3s linear;
}

.navbar li:hover a.nav-link {
    color: #000;
    border-bottom: 2px solid var(--primary);
    transition: .3s linear;
}
 
 

 
 




.btn { 
    position: relative; 
    padding: 10px 26px;
    font-weight: 600; border-radius: 0px;
    overflow: hidden;
    display: inline-flex;
    align-items: center; 
}
.btn:hover {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
.btn-style1, .btn-style2, .btn-style3{ letter-spacing: .5px; transition: .3s linear; }
.btn-style1:hover, .btn-style2:hover, .btn-style3:hover {
     
    transition: .3s linear;
}
.btn-style1 {
    background: var(--primary);
    color: #fff;
}
.btn-style1:hover {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}
.btn-style2 {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.btn-style2:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-style2 span {
    transition: .3s linear;
}
.btn-style2:hover span {
    transform: translate(5px);
    transition: .3s linear;
}

.btn-style3 {
    background: #fff;
    color: var(--primary);
    border-color: var(--primary);
}
.btn-style3:hover {
    background: var(--primary);
    color: #fff;
    border-color: #fff;
}
.text-light {
    color: #d1d5dc !important;
}
.bg-light {
    background: #f8f9fb;
}


 :root {
    --bg-color: #060b16;
    --accent-orange: #ef5a24;
    --text-white: #ffffff;
    --text-muted: #94a3b8;
    --grid-line: rgba(255, 255, 255, 0.05);
}

.banner { 
    background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    background-size: 40px 40px;
    color: var(--text-white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.banner {
    position: relative;
    height: 100vh;

 
}
/* Outer container to hold the frame and the corner brackets */
.frame-wrapper {
    position: relative;
    padding: 20px; /* Space for brackets */
}

    /* Top-Right Orange Bracket */
    .frame-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 60px;
        border-top: 2px solid var(--accent-orange);
        border-right: 2px solid var(--accent-orange);
    }

    /* Bottom-Left Orange Bracket */
    .frame-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 60px; 
    }

/* Main content box */
.content-card {
    border: 1px solid #f4f4f429;
    outline: 1px solid #f4f4f429;
    outline-offset: 8px;
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
}

/* Image Section */
.image-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f429;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%) contrast(1.1); /* Grayscale effect */
    }

/* Text Box Section */
.info-box { text-align: left;
    padding: 30px 25px;
    background-color: rgba(255, 255, 255, 0.02);
}

.banner .label {
    color: var(--primary); 
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.quote { text-align: left;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

.banner .caption {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    /* left: 50%; */
    color: #fff;
    width: 100%;
    color: #fff;
}
.banner .caption h1 {
    font-size: 64px;
    font-weight: 600; color: #fff;
}
.banner .caption h4 {
    color: var(--primary);
    margin: 20px 0;
    font-weight: 600;
    display: block;
    font-size: 20px;
}
    .banner .caption h5 {
        text-transform: uppercase;
        color: var(--text);
        margin: 10px 0;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }
.banner .caption h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--primary);
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
}
.banner .caption p {
    color: #aaa;
}
.caption .form {
    color: #000;
    background: #ffffff;
    width: 70%;
    padding: 30px;
    border-radius: 15px;
    margin-left: auto;
}










.form-control {
    height: 45px;
    font-size: 16px;
    background: #d9d9d947;
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}
:root {
    accent-color: #e57410;
}


h6 {
    font-size: 18px;
    font-weight: 400;
}

.block {
    padding: 70px 0;
}


.section-title {
    margin-bottom: 30px;
}

.section-title h2,
.title-bottom h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #0a1428;
}
.title-bottom h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    background: var(--primary);
}
.section-title h3{ font-weight: 700;}






.experience {
    background: var(--primary);
    color: #fff;
    padding: 15px 10px;
}
.experience h5 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 18px;
}


.competencies .card {
    padding: 45px;
    border-radius: 0px;
    height: 100%;
    border-color: #ddd;
}
.competencies .card.borderLNone {
    border-left: none;
}
.competencies .card:hover {
    background: #f9fafb;
} 
.competencies .card h4{ font-weight: 800; }
.competencies .card span {
    font-size: 32px;
    margin-bottom: 20px;
    transition: .3s linear;
}
.competencies .card:hover span{ color: var(--primary); transform: translateY(5px); transition: .3s linear; }



.distribution {
    background: #f3f4f6;
    padding: 25px 15px;
}
.distribution ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
}
.distribution ul li {
    position: relative;
    padding: 0 10px;
    list-style: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 1px;
}
 .distribution ul li:before{ content:''; width: 6px; height: 6px; background: var(--primary); margin-right: 10px; margin-top: -2px; }



.individual .individual-wrap:first-child{ border-right: 1px solid #fff;}
.individual-wrap {
    position: relative;
    overflow: hidden;
}
.individual-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0a1428d9;
}
    .individual-wrap img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        transition: .3s linear;
    } 
.individual-wrap .overlay {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 60%;
    color: #fff;
    z-index: 1;
}
.individual-wrap h3 {
    font-weight: 700;
    margin: 0 0 15px;
}
.individual-wrap .overlay p {
    color: #f0f0f094;
}
.individual-wrap .overlay > span{ font-size: 60px;  color: var(--primary); }
.individual-wrap .btn-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: flex;
}
.individual-wrap .btn-link span{ margin-left: 10px; }
.individual-wrap:hover .btn-link {
    color: var(--primary);
}
.individual-wrap:hover img{ transform: scale(1.1); transition: .3s linear; }


.market ul {
    padding: 0px;
}
.market li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}
.market li span {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--primary);
    display: inline-block;
    text-align: center;
    background: #ea580c17;
    margin-right: 15px;
}
.market li h5 {
    font-weight: 700;
}

.authority {
    background-color: #f8f9fb;
    border: 1px solid #ddd;
    border-top: 3px solid var(--secondary);
    padding: 30px;
}
.authority li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.authority h5 {
    font-weight: 700;
}
.authority li p{ margin: 18px 0; }
.authority li p:last-child {
    color: #000;
    font-weight: 600;
}
 
.cta{ color: #fff; }
    .cta h2 {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }



footer {
    background: var(--secondary);
    color: var(--text);
}

.footer h5 {
    color: #fff !important;
    font-size: 18px;
}
.footer ul{ padding: 0;}
.footer li,
.footer li a,
.footer p {
    color: var(--text);
}

.footer ul li,
.footer ul li a {
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    list-style: none;
    color: var(--text);
    transition: .3s linear;
}
.footer ul li p{ margin: 0; }
.footer ul li i{ margin-right: 10px; color: var(--primary); }

.footer .capital li {
    position: relative;
    padding: 0px 0 10px; text-transform: uppercase;
}
.footer .capital li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -7px;
    border-radius: 50px;
    background: var(--primary);
}
.footer .capital li:first-child:before { background: transparent; }



.note {
    background: #101f38; padding: 30px; border-radius: 10px; margin: 30px 0;
}
.footer .policy {
    display: flex;
}
.footer .policy li {
    margin-right: 15px;
}
.footer .policy li:last-child{ margin-right: 0px; }
.footer li a:hover {
    color: var(--primary);
    transition: .3s linear;
}



/*inner pages*/
.top-banner {
    background: var(--secondary);
    padding: 150px 0;
}
.page-title {
    text-align: center;
    width: 49%;
    margin: 0 auto;
    margin-top: 72px;
}
.page-title h2 {
    color: #fff; margin-bottom: 20px;
}
.page-title h6,
.page-title p{
    color: var(--text);
    line-height: 28px;
}



/*services*/
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0;
    border: 2px solid #ddd;
}
.accordion-item:first-of-type{ border-radius:0;}
.accordion-item-header {
    padding: 30px; 
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header:hover h4 {
    color: var(--primary);
}
.accordion-item-header:hover span{ background: var(--primary); }
 
.accordion-item-header.active span {
    background: var(--primary);
}
.accordion-item p {
    line-height: 28px;
    margin: 0;
}
.accordion-item-header::after {
    content: "\e313";
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #999;
}
.accordion-item-header.active::after {
    content: "\e316";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #f8f9fb;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #ddd; 
}
.accordion-item-body h5,
.accordion-item-body h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
.accordion-item-body .card {
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.accordion-item-body .card > div {
    display: flex;
    align-items: center;
}

.accordion-item-body ul {
    line-height: 30px;
    color: #444;
} 
.ul-list li::marker {
    color: var(--primary);
}

.icon span{
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--secondary);
    color: #fff;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 25px;
}
.icon span:hover {
    background: var(--primary);
}
.card .number {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}


/*.insights*/
.gallery {
    background: #f8f9fb; width: 100%;
    display: block;
    min-height: 100vh;
}
    .gallery .gallery-filter {
        padding: 25px 15px;
        width: 100%;
        text-align: center;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .4); 
    }

.gallery .gallery-filter .filter-item {
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background: #f1f2f4;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.gallery .gallery-filter .filter-item.active {
    color: #fff;
    background: var(--primary);
} 
.gallery .gallery-item {
    width: calc(100% / 3);
    padding: 20px; height: 100%;
} 
.gallery .gallery-item-inner img {
    width: 100%;
    height: 320px;
    object-fit: cover; 
}

.gallery .gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {
    .gallery .gallery-item {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .gallery .gallery-item {
        width: 100%;
    }

    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}

.gallery .card { position: relative; overflow: hidden; border-radius:0px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    transition: .3s linear; height: 100%;
}
.gallery .card-body{ padding: 20px;}
.gallery .card:hover {
    border: 1px solid var(--primary);
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
    transition: .3s linear;
}
.gallery .card img {
    filter: grayscale(1);
    transition: .3s linear;
}
.gallery .card:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
    transition: .3s linear;
}
.gallery .card-media {
    position: relative;
    overflow: hidden;
}
.gallery .timeline {
    display: flex;
    color: #555;
    margin-bottom: 10px;
    font-size: 14px;
}
.gallery .timeline span { 
    font-size: 20px;
}
.gallery h6 {
    font-weight: 600; margin: 10px 0;
}
.gallery p {
    font-size: 15px;
}
.gallery .btn-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary);
    transition: .3s linear;
}
.gallery .card:hover .btn-link{ transform: translateX(5px); transition: .3s linear; }


.newsletter input {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    height: 40px;
}
.newsletter input::placeholder{ color: #fff;}
.newsletter .input-group-text {
    background: #fff !important;
    border-radius: 0 !important;
    height: 40px;
    cursor: pointer;
} 
.popular .card {
    padding: 25px;
    border-radius: 0px;
    background: #f9fafc;
    border: 1px solid #ededed; transition: .3s linear; height: 100%;
}
.popular .card:hover {
    box-shadow: 0px 4px 3px rgb(0 0 0 / 13%);
    transition: .3s linear;
}
.popular .card:hover .icon span {
    background: var(--primary);

}

/*about*/

.built {
    color: #fff;
}
.built h3 {
    color: var(--primary);
    font-weight: 800;
}
.built p{ color: var(--text);  }
.built .icon span {
    border: 1px solid #dddddd29;
    background: #232c3e;
}


/*who-we-serve*/

.who-we-serve .card{ border-radius:0px; padding: 20px; }
.who-this li {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    transition: .3s linear;
}
.who-this li span {
    margin-right: 10px;
    color: var(--primary);
    font-weight: 600;
        
}
.who-this li:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%); transition: .3s linear;
}
.badge{ display: flex; flex-wrap: wrap; padding: 0px; }
.badge li{ background: #fff; border: 1px solid #ddd; color:#000; margin: 5px; padding: 8px 10px; list-style: none; font-weight: 400; }




/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    padding-top: 50px;
    background: var(--primary);
}

        .timeline ul li::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: inherit;
            z-index: 1;
        }

        .timeline ul li div {
            position: relative;
            bottom: 0;
            width: 400px;
            padding: 20px;
            background: #f8f9fb; border: 1px solid #ddd;
        }  
        .timeline ul li:nth-child(odd) div {
            left: 45px;
        }

        .timeline ul li:nth-child(odd) div::before {
            left: -15px;
            border-width: 8px 16px 8px 0;
            border-color: transparent #f45b69 transparent transparent;
        }

        .timeline ul li:nth-child(even) div {
            left: -439px;
        }

            .timeline ul li:nth-child(even) div::before {
                right: -15px;
                border-width: 8px 0 8px 16px;
                border-color: transparent transparent transparent #f45b69;
            }

time {
    display: block;
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: var(--primary);
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    text-align: right;
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 10px;
    }

        .timeline ul li div {
            width: calc(100vw - 91px);
        }

        .timeline ul li:nth-child(even) div {
            left: 45px;
        }

            .timeline ul li:nth-child(even) div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f45b69 transparent transparent;
            }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
}

.timeline-heptagon ul li::after {
    clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}





/*contact*/

.contact ul.address li {
    display: flex;
    margin-bottom: 15px;
}
    .contact ul li h6{ font-weight: 600; }
    .contact ul li a {
        color: #444;
        text-decoration: none;
    }
    .contact ul li a,
    .contact p{ font-size: 15px;}
    .contact .icon span {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

.contact .form {
    padding: 40px;
}

.contact label{ 
    margin-bottom: 6px;
}   
.contact .form-control{ height:48px; background: #fff; border-radius:0px; margin-bottom:20px; }
.form .btn {
    border: 1px solid #ddd;
    display: block;
}
.form .btn-check:checked + .btn {
    border-color:  var(--primary)!important;
    color: var(--primary)!important;
}





