﻿:root {
    --lime-200: #8FD926;
    --pink-200: #ffb4d0;
    --pink-300: #ff8eb8;
    --gold-200: #f6e2b3;
    --ink: #181818;
    --white: #ffffff;
    --pink-100: #ffd2e4;
    --bg: #fffdf8;
}

html, body {
    background: var(--bg);
    color: #535251;
    font-family: 'Nunito',Arial,sans-serif;
    font-size: 16px;
}

.b3-topbar {
    border-bottom: 3px solid var(--lime-200);
    background: #fff;
}
p {
    font-size: 16px;
    font-weight:300;
}

.brand {
    font-weight: 900;
    color: #000 !important
}

.brand-found {
    background: var(--lime-200);
    padding: .25em .45em;
    border-radius: 8px;
    letter-spacing: .02em
}

.brand-script {
    font-family: 'Caveat',cursive;
    color: #ff4fa0
}

.navbar .btn.navbar-btn {
    font-weight: 900;
    border-width: 3px
}

.navbar .btn.btn-primary {
    background: #181818;
    border-color: #181818
}

    .navbar .btn.btn-primary:hover {
        background: #000;
        border-color: #000
    }

.hero .hero-media {
    height: 52vh;
    min-height: 360px;
    background: var(--pink-100);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

    .hero .hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-multiply;
        opacity: .9
    }

.hero .hero-copy {
    color: #FFF;
    position: relative;
    margin-top: -80px;
    background-color: var(--lime-200);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.06)
}

    .hero .hero-copy .benefits {
        color: #FFF
    }

.hero .mega {
    font-size: 34px;
    line-height: 1.1;
    margin-top: 10px
}

    .hero .mega h1 {
        color: #FFF
    }

.hero .lede {
    font-size: 18px
}

.benefits {
    font-weight: 800;
    color: #6a6a6a;
    margin-top: 10px
}

.tiles {
    margin: 50px auto;
}

@media (max-width: 991px) {
    .tile {
        margin-top: 30px;
    }
}

.tile {
    /*padding: 16px;*/
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    min-height: 420px
}


    .tile img {
        border-radius: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .tile .green img {
        background-image: url('../images/green_background.png');
    }

    .tile .pink img {
        background-image: url('../images/pink_background.png');
    }

    .tile h3 {
        margin-top: 4px;
        font-weight: 900;
        color: #808080;
        font-size: 20px;
    }

.tile-illo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background: #fff;
    border: 3px solid var(--ink);
    margin-bottom: 8px
}

.stamp {
    border-radius: 12px;
    width: 48px;
    height: 48px
}

.btn-primary {
    background: #181818;
    border-color: #181818
}

    .btn-primary:hover, .btn-primary:focus {
        background: #000;
        border-color: #000
    }

    .clients h2 {
        font-weight: 900
    }

    .clients .chip {
        display: inline-block;
        margin: 6px;
        padding: 10px 14px;
        border-radius: 999px;
        border: 3px solid #181818;
        background: #fff;
        color: #181818;
        font-weight: 900
    }

.about .about-media {
    border-radius: 16px;
    border: 4px solid var(--lime-200)
}

.about h2 {
    font-weight: 900
}

.tick-list {
    padding-left: 20px
}

    .tick-list li {
        margin: 6px 0
    }

.contact {
    background: #ffb4d0;
    padding: 56px 0
}

    .contact h2 {
        font-weight: 900
    }

.site-footer {
    border-top: 3px solid var(--lime-200);
    background: #fff;
    padding: 24px 0
}

    .site-footer .footer-links a {
        color: #181818;
        font-weight: 800
    }

.tile {
    border-radius: 0px; 
    background:#FFF;
}

.tile-text {
    padding: 15px;
}
.tile-text h3 {
    color:#404040;
    font-size:18px;
    font-weight:700;
}
    .tile-text p {
        color: #808080;
    }
.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: var(--pink-300);
    border: none;
}

.clients {
   /* background-color: var(--lime-200);*/
  /*  background-image: url('../images/food_background.svg'); background-size: cover;*/
}

.tile-image {
    background-image: url('../images/green_background.png');
}

.where-we-fit {
    background: #ffb4d0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1d2b3a;
    line-height: 1.35;
    padding: 50px 0;
}

    .where-we-fit .stage {
        display: flex;
        align-items: center; 
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;
    }

.plate {
    flex: 0 0 332px; 
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 14px solid rgba(255,255,255,.92);
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

.orbit {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.callout {
    position: static;
    transform: none;
}

.content {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    font-weight: 700;
    font-size: 20px;
}

.icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid rgba(255,255,255,.9);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

    .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.title {
    border-right: 2px solid black;
    padding-right: 20px;
    color: #FF4FA0;
}

.subtitle {
    font-weight: 500;
    font-size: 16px;
}

.a-120 {
}

.a-180 {
    margin-left: 25px;
}

.a-240 {
    margin-left: 50px;
}

.a-60 {
    margin-left: 50px;
}

.a-0 {
    margin-left: 25px;
}

.a-300 {
}

@media (max-width: 991px) {
    .a-120 {
    }

    .a-180 {
        margin-left: 0;
    }

    .a-240 {
        margin-left: 0;
    }

    .a-60 {
        margin-left: 0;
    }

    .a-0 {
        margin-left: 0;
    }

    .a-300 {
    }

    .plate {
        margin-bottom: 40px;
    }
}
/* Responsive stacking for small screens */
@media (max-width: 767px) {
    .stage {
        flex-direction: column;
        align-items: center;
    }

    .plate {
        margin-bottom: 40px;
        flex: 0 0 auto;
        width: 70vw;
        height: 70vw;
    }

    .orbit {
        width: 100%;
    }

    .content {
        font-size: 18px;
    }
}

.ribbon-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Base ribbon */
.ribbon {
    position: relative;
    margin: 22px 0;
    padding: 18px 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 3px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.15);
}

    .ribbon span {
        font-size: 26px;
    }
    /* Down-pointing “pointer” */
    .ribbon::after {
        content: "";
        position: absolute;
        left: 42px; 
        bottom: -16px;
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid; 
    }
    .ribbon.end-ribbon::after {
        content: "";
        position: absolute;
        left: 42px;
        bottom: -16px; 
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid;
    }

/* Text tweaks */
.ribbon-text {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

/* Colors (match the screenshot’s feel) */
.ribbon--orange {
    background: #4A4A4A;
}

    .ribbon--orange::after {
        border-top-color: #4A4A4A;
    }

    .ribbon--orange::before {
        border-right-color: #d8841d;
    }

.ribbon--aqua {
    background: #BAD82F;
}

    .ribbon--aqua::after {
        border-top-color: #BAD82F;
    }

    .ribbon--aqua::before {
        border-right-color: #BAD82F;
    }

.ribbon--teal {
    background: #8FD926;
}

    .ribbon--teal::after {
        border-top-color: #8FD926;
    }

    .ribbon--teal::before {
        border-right-color: #247487;
    }


.ribbon--color-1 {
    background: #A0A0A0;
}

    .ribbon--color-1::after {
        border-top-color: #A0A0A0;
    }

    .ribbon--color-1::before {
        border-right-color: #A0A0A0;
    }
.ribbon--color-2 {
    background: #ABD666;
}

.ribbon--color-2::after {
    border-top-color: #ABD666;
}

.ribbon--color-2::before {
    border-right-color: #ABD666 ;
}
.ribbon--color-3 {
    background: #A1D14F;
}

.ribbon--color-3::after {
    border-top-color: #A1D14F;
}

.ribbon--color-3::before {
    border-right-color: #A1D14F;
}
.ribbon--color-4 {
    background: #8FD926;
}

.ribbon--color-4::after {
    border-top-color: #8FD926;
}

.ribbon--color-4::before {
    border-right-color: #8FD926;
}
.ribbon--color-5 {
    background: #EF4A75;
}

.ribbon--color-5::after {
    border-top-color: #EF4A75;
}

.ribbon--color-5::before {
    border-right-color: #EF4A75;
}

/* Responsiveness */
@media (max-width: 480px) {
    .ribbon {
        font-size: 20px;
        padding: 14px 20px;
    }

        .ribbon::after {
            left: 32px;
        }
}
.ribbon-stack {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ribbon {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

    /* Active state when in view */
    .ribbon.show {
        opacity: 1;
        transform: translateY(0);
    }

/* Staggered effect */
.ribbon-stack .ribbon:nth-child(1).show {
    transition-delay: 0.2s;
}

.ribbon-stack .ribbon:nth-child(2).show {
    transition-delay: 0.4s;
}

.ribbon-stack .ribbon:nth-child(3).show {
    transition-delay: 0.6s;
}

.ribbon-stack .ribbon:nth-child(4).show {
    transition-delay: 0.8s;
}

.ribbon-stack .ribbon:nth-child(5).show {
    transition-delay: 1s;
}
/*-------------------------------------------------------------------------------------------------------------------*/
.functional-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Base functional */
.functional {
    position: relative;
    margin: 22px 0;
    padding: 18px 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 3px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.15);
}

    .functional span {
        font-size: 26px;
    }

/* Text tweaks */
.functional-text {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

/* Colors */
.functional--orange {
    background: #4A4A4A;
}

    .functional--orange::after {
        border-top-color: #4A4A4A;
    }

    .functional--orange::before {
        border-right-color: #d8841d;
    }

.functional--aqua {
    background: #BAD82F;
}

    .functional--aqua::after {
        border-top-color: #BAD82F;
    }

    .functional--aqua::before {
        border-right-color: #BAD82F;
    }

.functional--teal {
    background: #8FD926;
}

    .functional--teal::after {
        border-top-color: #8FD926;
    }

    .functional--teal::before {
        border-right-color: #247487;
    }

.functional--color-1 {
    background: #A0A0A0;
}

    .functional--color-1::before {
        border-right-color: #A0A0A0;
    }

.functional--color-2 {
    background: #ABD666;
}

    .functional--color-2::after {
        border-top-color: #ABD666;
    }

    .functional--color-2::before {
        border-right-color: #ABD666;
    }

.functional--color-3 {
    background: #A1D14F;
}

    .functional--color-3::after {
        border-top-color: #A1D14F;
    }

    .functional--color-3::before {
        border-right-color: #A1D14F;
    }

.functional--color-4 {
    background: #8FD926;
}

    .functional--color-4::after {
        border-top-color: #8FD926;
    }

    .functional--color-4::before {
        border-right-color: #8FD926;
    }

.functional--color-5 {
    background: #EF4A75;
}

    .functional--color-5::after {
        border-top-color: #EF4A75;
    }

    .functional--color-5::before {
        border-right-color: #EF4A75;
    }

/* Responsiveness */
@media (max-width: 480px) {
    .functional {
        font-size: 20px;
        padding: 14px 20px;
    }

        .functional::after {
            left: 32px;
        }
}

.functional-stack {
    list-style: none;
    padding: 0;
    margin: 0;
}

.functional {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

    /* Active state when in view */
    .functional.show {
        opacity: 1;
        transform: translateY(0);
    }

/* Staggered effect */
.functional-stack .functional:nth-child(1).show {
    transition-delay: 0.2s;
}

.functional-stack .functional:nth-child(2).show {
    transition-delay: 0.4s;
}

.functional-stack .functional:nth-child(3).show {
    transition-delay: 0.6s;
}

.functional-stack .functional:nth-child(4).show {
    transition-delay: 0.8s;
}

.functional-stack .functional:nth-child(5).show {
    transition-delay: 1s;
}




/*-------------------------------------------------------------------------------------------------------------------*/


.hero1 {
    /* background: #8FD926;*/
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
}
.hero1.how-we-help {
    /* background: #8FD926;*/
    min-height: 20vh;
    
}

.hero2 {
    /*background: #474747;*/
    background: #f9f9f9;
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
}
.hero2.our-process {
    
    background: #f2f2f2;
}
.hero2.our-process h1 {
    font-size:40px;
    background: #f2f2f2;
}
    .hero2 .ribbon {
    box-shadow:none;
    }

    .vcenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

h1 {
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 0;
    font-size: 48px;
}

.accent {
    width: 98%;
    border: 1.2px dashed #8FD926;
    margin: 16px 0 24px 0;
}

hr.accent::before {
    content: "";
    display: block;
    position: absolute;
    right: -12px; 

    transform: translateY(-50%); 
    width: 32px; 
    height: 32px;
    background: url('../images/green_ring.svg') no-repeat center/contain;
}
/*---------------------*/

.vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .vcenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .accent {
        width: 92%;
    }

    hr.accent::before {
        right: 10px;
    }
    .hero1 {
    padding: 0 0 30px 0;
    }
    .hero2 {
        padding: 0 0 60px 0;
    }
    h1 {
    text-align:center;
    }
}



/*---------------------*/


.accent-white {
    width: 100%;
    border: 1.2px dashed #FFF;
    margin: 16px 0 24px 0;
}

hr.accent-white::before {
    content: "";
    display: block;
    position: absolute;
    left: -25px; 

    transform: translateY(-50%); 
    width: 32px; 
    height: 32px;
    background: url('../images/white_ring.svg') no-repeat center/contain;
}

.lead {
    font-size: 18px;
}

.hero-graphic {
    max-height: 420px;
    animation: scroll-left 2s ease-out forwards;
}

.btn-outline {
    background: transparent;
    border: 3px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    padding: 10px 18px;
    margin-right: 14px;
}

    .btn-outline:hover, .btn-outline:focus {
        background: rgba(0,0,0,0.1);
        color: #FFF;
    }

.cta-row {
    margin-top: 24px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    .hero-graphic {
        max-height: 300px;
        margin-top: 24px;
    }
}

.navbar-fixed-top {
    position: relative;
    top: 0;
}

.navbar-brand {
    padding: 0 !important;
    height: 20px !important;
}
    .navbar-brand img {
        padding-top: 2px;
        width: 66%;
    }


header.site-header {
    background-color: var(--lime-200);
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 55px 0 15px 0;
}

@media (min-width: 992px) {
    header.site-header {
        background-color: var(--lime-200);
    }
   
}

@media (max-width: 991px) {
    header.site-header {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 150px;
        position: absolute;
    }
}

/*@media (min-width: 992px) {*/
header.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
    /*}*/

    header.site-header:after {
        position: absolute;
        bottom: -30px;
        height: 30px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.05)), color-stop(60%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.05) 0%, rgba(255, 255, 255, 0) 60%);
        left: 0;
        right: 0;
        content: "\00a0";
        pointer-events: none;
    }

    header.site-header .upper-site-header {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: top .5s;
        transition: top .5s;
        background-color: #72AA1E;
        width: 100%;
    }

@media (min-width: 992px) {
    header.site-header .upper-site-header {
        display: block;
    }
}

header.site-header .upper-site-header--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

    header.site-header .upper-site-header--menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        header.site-header .upper-site-header--menu ul li {
            position: relative;
            padding-right: 15px;
            margin-right: 15px;
        }

            header.site-header .upper-site-header--menu ul li:after {
                content: "\00a0";
                border-right: 1px solid rgba(255, 255, 255, 0.5);
                position: absolute;
                right: 0;
                top: 25%;
                bottom: 20%;
            }

            header.site-header .upper-site-header--menu ul li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

                header.site-header .upper-site-header--menu ul li:last-child::after {
                    content: " ";
                    border-right: 0;
                }

            header.site-header .upper-site-header--menu ul li a {
                color: #FFF;
                font-size: 16px;
            }

                header.site-header .upper-site-header--menu ul li a:hover {
                    color: #8FD926;
                    text-decoration:none;
                    /* border-bottom: 1px solid #FFF;*/
                }

            header.site-header .upper-site-header--menu ul li.tel:before {
                font-family: FontAwesome;
                content: "\f095";
                color: #FFF;
                margin-right: 10px;
            }

            header.site-header .upper-site-header--menu ul li.email:before {
                font-family: FontAwesome;
                content: "\f0e0";
                color: #FFF;
                margin-right: 10px;
            }

            header.site-header .upper-site-header--menu ul li.ucase-link {
                text-transform: uppercase;
                font-weight: 700;
            }
.navbar-default {
    background-color: #8FD926;
    border-color: #8FD926;
    margin-bottom:0
}

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        color: #FFF;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #E1E1E1;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #FFF;
        background-color: transparent;
        font-size: 18px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar.navbar-default .nav li a {
        color: #FFF !important;
    }
.navbar-collapse.collapse {
    padding-top: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
.main-to-be-animated {
    opacity: 0
}

.first-to-be-animated {
    opacity: 0
}

.second-to-be-animated {
    opacity: 0
}

.third-to-be-animated {
    opacity: 0
}

.fourth-to-be-animated {
    opacity: 0
}
/*.quote-box {
    opacity: 0
}*/


.animated-2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-3 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.buttons {
    padding-top:50px;
}
.buttons a {
    text-decoration: none;
    padding: 12px 24px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    border: 3px dashed #808080;
}
.buttons a:hover {
    color: #8FD926;
}
.primary-btn {
    background-color: #423266;
    color: white;
}

.secondary-btn {
    color: #FFF;
    border: 2px solid #FFF;
}

.primary-btn-orange {
    /* background-color: #F7941E;*/
    color: #808080;
}

.secondary-btn-orange {
    /* background-color: #F7941E;*/
    color: #808080;
}

.hero1 img {
  
    animation: spin 16s ease-out;
}
.case-study img {
  
    animation: spin 12s ease-out;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.hero2 img {
   
    animation: slideLeft 15s ease-out forwards;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-20px);
    }
    /* move left */
    60% {
        transform: translateX(-20px);
    }
    /* hold */
    100% {
        transform: translateX(0);
    }
    /* return */
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vh;
}
.centered-icon {
    z-index: 1;
    width: 90px;
    height: 90px;
    position: relative;
    top: 14px;
   /* left: 500px;*/
    opacity: 0.5;
}
@media (min-width: 1200px) {
    .five-col-overide {
        width: 20% !important;
    }
}
.meet-the-team .section-border {
    padding: 0px 15px 15px 15px;
    border-radius: 20px;
}

.meet-the-team .img-circle {
    width: 200px;
    height: 200px;
    border-radius: 120px !important;
}
.team-card { 
    padding: 20px;
    border: 3px dotted #ccc;
    border-radius: 11px;
}

.footer .footer-col p.fl-location i, .footer .footer-col p.fl-phone i, .footer .footer-col p.fl-email i, .footer .footer-col p.fl-user i {
    color: #8FD926 !important;
}
.footer .footer-col p.fl-location a, .footer .footer-col p.fl-phone a, .footer .footer-col p.fl-email a {
    color: #8FD926 !important;
}
.footer .footer-col ul.social-links li a i {
    color: #8FD926 !important;
}
/* Base styles */

}
.recruitment-section {
    padding: 40px 0;
}
.recruitment-section h1 {
    display:block;
    text-align:center;
}
.recruitment-box {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding: 0;
}

.recruitment-text {
    padding-top: 10px;
}

.recruitment-title {
    font-weight: 600;
    color: #535251;
    display: inline-block;
    padding-bottom: 5px;
}
.recruitment-text h2 {
    color: #8FD926;
}
.recruitment-text h3{
    color: #8FD926;
    margin: 0;
}
.recruitment-text p {
    padding: 0 30px 0 0px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.case-study h3 {
    
    color: #8FD926;
}
    .case-study h4 {
        font-size:16px;
        font-weight: 700;
        color: #8FD926;
    }
.case-study {
    position: relative; 
    overflow: hidden; 
}

/* Base FAQ styles */
.faq-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq {
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 3px dotted #ccc;
}

.faq-question {
    color: #fff;
    font-weight: bold;
    padding: 12px 16px;
    font-size:20px;
}

.faq-answer {
    background: #f9f9f9;
    color: #808080;
    padding: 12px 16px;
    line-height: 1.5;
    font-size:16px;
}

/* Matching ribbon colors */
.faq--color-1 .faq-question {
    background: #8FD926;
}

.faq--color-2 .faq-question {
    background: #ABD666;
}

.faq--color-3 .faq-question {
    background: #A1D14F;
}

.faq--color-4 .faq-question {
    background: #8FD926;
}

.faq--color-5 .faq-question {
    background: #EF4A75;
}
.faq-section {
    background: #f2f2f2;
    padding: 60px 0;
}
/*-------------------------------------------------------------------------------*/
.functional-tiles {
    margin: 50px auto;
}
@media (max-width: 991px) {
    .functional-tile {
        margin-top: 30px;
    }
}
.functional-tile {
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    min-height: 380px;
}

    .functional-tile img {
        border-radius: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .functional-tile .green img {
        background-image: url('../images/green_background.png');
    }

    .functional-tile .pink img {
        background-image: url('../images/pink_background.png');
    }

    .functional-tile h3 {
        margin-top: 4px;
        font-weight: 900;
        color: #808080;
        font-size: 20px;
    }

.functional-tile-illo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background: #fff;
    border: 3px solid var(--ink);
    margin-bottom: 8px
}

.functional-tile {
    border-radius: 0px;
    background: #FFF;
}

.functional-tile-text {
    padding: 15px;
}

    .functional-tile-text h3 {
        color: #404040;
        font-size: 18px;
        font-weight: 700;
    }

    .functional-tile-text p {
        color: #808080;
    }

.functional-tile-image {
    background-image: url('../images/green_background.png');
}

.where-we-fit-in {
    background-color: #F9F9F9;
}
    .where-we-fit-in .tiles {
        padding: 50px 0;
        background-color: #F9F9F9;
        margin: 0 auto;
    }

    .where-we-fit-in .functional-tiles {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #F9F9F9;
        margin: 0 auto;
    }
    .market-trend {
        padding-top: 30px;
        padding-bottom: 30px;
        
    }
.market-trend {
    background: #F9F9F9;
}

.benchmark {
    background: #F9F9F9;
}
.case-study-1 img {
    animation: spin 24s ease-out;
}

.btn-success {
    border: 3px dashed #808080;
    background-color: transparent;
    color: #535251;
}

    .btn-success:hover {
        background-color: #8FD926 !important;
    }
.contactus-page {
padding: 30px 0 ;
}
.panel-title a {
    background-color: rgba(255, 255, 255, .1) !important;
}

.panel-default {
    background-color: rgba(210,210,210,.2) !important;
}

.panel-title a.collapsed {
    background-color: rgba(225, 225, 225, .9) !important;
}

.panel-title a:hover {
    background-color: rgba(255, 255, 255, .1) !important;
}