/*
Theme Name: PHMC
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1.0.0
*/

:root {
    --textcolour: #004B85;
    --darkbluecolour: #004B85;
    --yellowcolour: #FDB728;
    --greycolour: #f4f4f4;
    --gradient-dark: linear-gradient(180deg, #003F6F 0%, #577DAD 100%);
    --gradient-light: linear-gradient(90deg, #003F6F 0%, #577DAD 100%);
}

body {
    font-family: Montserrat;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
}

.gradient-dark {
    background: linear-gradient(180deg, #003F6F 0%, #577DAD 100%);
    padding: 13px 10px 10px;
    text-align: center;
    border-radius: 20px;

    p {
        color: #fff !important;
    }
}

h1 {
    font-size: 56px;
    line-height: normal;
    color: #fff;
}

h2,
h3 {
    /* font-weight: 800; */
}

h2 {
    font-size: 32px;
    line-height: 44px;
    /* max-width: 75%; */
    margin: auto;
    margin-bottom: 20px;

    span {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400 !important;
    }
}

.h2-blue {
    font-size: 32px;
    line-height: 44px;
    color: var(--darkbluecolour);
}

.h2-yellow {
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;

    span {
        color: var(--yellowcolour);
        font-weight: 800 !important;
    }
}

h4 {
    font-size: 21px;
    line-height: 27px;
}

h3 {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
}

.button {
    font-weight: 400;
    display: flex;
    padding: 10px 12px;
    border-radius: 30px;
    font-size: 16px;
    line-height: normal;
    min-width: 150px;
    gap: 10px;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    padding: 0px 4px;
    background-color: var(--yellowcolour);
    border-radius: 50%;
    border: 2px solid transparent;

    i {
        transform: rotate(-45deg);
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }
}

.button:hover {
    background-color: var(--yellowcolour);
    color: #fff;

    .arrow {
        border: 2px solid #fff;

        i {
            transform: rotate(0deg);
        }
    }
}

.button-white {
    color: var(--darkbluecolour);
    background-color: #fff;
}

.button-blue {
    background-color: var(--darkbluecolour);
    color: #fff;
}

/* header and hero*/
nav {
    background-color: #fff;
    padding: 10px 8px 8px 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;

    .menu-item {
    }
}

.hero {
    height: 600px;
    position: relative;

    @media (min-width:1500px) {
        height: 700px;
    }
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.5) 40%,
            rgba(0, 0, 0, 0.1) 70%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.home {
    .hero::before {
        content: "";
        position: relative;
        background: linear-gradient(to bottom right,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 40%,
                rgba(0, 0, 0, 0) 70%,
                rgba(0, 0, 0, 0) 100%);
        z-index: -1
    }
}

.hero>main {
    position: relative;
    z-index: 1;
}

header {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
}

nav ul.sub-menu {
    li {
        position: relative;
        z-index: 999 !important;
    }
}
.navBar nav{
    @media screen and (max-width:767px) {
        display: none;
    }
}
.hero-buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
}

main {
    padding-top: 30px !important;

    .hero-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .hero-carousel-container {
        display: flex !important;
        gap: 20px;
        align-items: center !important;
        height: 180px;

        .hero-carousel {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center;
            height: 180px;
        }

        justify-content: center;

        strong {
            color: var(--yellowcolour);
        }

        h4 {
            color: #fff;
            /* margin-bottom: 0 ; */
            padding: 20px 0;
        }

        /* width: 60%; */
        border-left: 2px solid var(--yellowcolour);
        padding-left: 50px;

        .slick-vertical .slick-slide {
            height: 180px !important;
            width: 100% !important;
            height: 180px;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
        }

        .slick-track {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            width: 100% !important;
        }

        .slick-list {
            width: 100% !important;
        }
    }
}

/* lenis scroll */
html.lenis,
html.lenis body {
    min-height: 100vh;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* stats */
.stats-grid {
    display: flex;
    /* gap: 20px; */
    align-items: center;
    place-items: center;
    justify-content: space-between;

    .number {
        font-weight: 800;
        font-size: 37px;
    }

    h3 {
        font-weight: 400;
        font-size: 37px;
    }

    p,
    h3 {
        margin-bottom: 0;
    }

    .stats-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}


.button{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    overflow: hidden;
    font-size: 500;
    transition: all 0.5s cubic-bezier(0.2, -0.55, 0.265, 1.55);
}

.button span{
    position: relative;
    z-index: 2;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: conic-gradient(#FDB728 0deg,
            #FDB728 120deg,
            #FDB728 240deg);
    transition: all 0.6s ease;
    opacity: 0;
    transform: scale(0);
    color: #fff !important;
}



.button:hover::before {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease;
    border-radius: 30px;
    background-color: #003F6F;
}
nav ul.menu li {
    align-items: center;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.2, -0.55, 0.265, 1.55);
    z-index: 1;
    width: fit-content;
    padding: 3px 12px;
    a:hover{
        color: #fff;
    }
}

nav ul.menu li>a {
    position: relative;
    z-index: 2;
    text-decoration: none;
}

nav ul.menu li>a:hover, nav ul.menu li:hover .fa-chevron-right {
    color: #fff !important;
}
.two-col-content-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.two-col-heading {
    text-align: center;
}
.two-col-text{
    width: 60%;
}
.fa-chevron-right {
    color: var(--darkbluecolour) !important;
    padding: 5px;
    font-size: 13px;
    z-index: 10;
    position: relative;
}
nav ul.menu li:hover::before {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease;
    color: #fff !important;
    a,
        .fa-chevron-right {
            color: #fff !important;
        }
}

nav ul.menu li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: conic-gradient(#FDB728 0deg, #FDB728 120deg, #FDB728 240deg);
    transition: all 0.6s ease;
    opacity: 0;
    transform: scale(0);
    z-index: 0; 
}
.menu-main-menu-container{
    padding: 0 10px 0 20px;
}
.box-container {
    padding: 30px !important;
    background: linear-gradient(180deg, #003F6F 0%, #577DAD 100%);
    border-radius: 20px;

    h2,
    h4,
    h3,
    p {
        color: #fff;
    }
}

.vc-custom-button {
    margin-top: 40px;
}

.vc_row {
    margin-right: auto !important;
    margin-left: auto !important;
}

.vc_column-inner {
    padding: 0 !important;
}

.container-flex {
    display: flex;
    gap: 30px;
    align-items: center;
}

.image-container {
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 70px;
    margin-bottom: 40px !important;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
    align-items: center;
}

.service-item {
    border-radius: 30px;
    transition: all .3s ease-in-out;

    .service-image {
        height: 9rem;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .service-title {
        padding: 25px;
        background: var(--gradient-light);
        display: flex;
        justify-content: space-between;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        align-items: center;
        color: #fff;
        height: 5rem;
        font-size: 18px;
        transition: all .3s ease-in-out;

        .arrow {
            background-color: #fff;
            border-radius: 20px;
            height: 30px;
            width: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;

            i {
                transform: rotate(-45deg);
                display: inline-block;
                font-size: 16px;
                color: var(--darkbluecolour);
            }

        }
    }


}

.service-item:hover {
    .service-title {
        transition: all .3s ease-in-out;
        transform: scaleY(1.1);
    }

    .arrow {
        background-color: var(--yellowcolour);
    }

    i {
        transform: rotate(0deg) !important;
        color: #fff !important;
        transform: scaleX(1.2);
    }
}

.service-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Image */
.service-item .service-image {
    background-position: center;
    background-size: cover;
    transition: transform 0.6s ease;
}

/* Title overlay */
.service-item .service-title {
    transition: all 0.6s ease;
    transform-origin: bottom;
}

/* Hover effects */
.service-item:hover .service-image {
    transform: scale(1.08);
}
.wp-grid {
    .service-title {
        height: 4rem;
    }
.service-item{
    cursor: text;
}
    .service-item:hover {
        .service-title {
            transform: scaleY(1);
        }

        i {
            transform: scaleX(1);
        }
        .service-image{
            transform: scale(1);
        }
    }
}

.services-wrapper {
    margin-top: 30px;
}

.services-content {
    padding: 40px;
}

.background-image {
    height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-position: center;

    h2 {
        margin: 0;
    }
}

.card-section {
    display: flex;
    gap: 50px;
    row-gap: 30px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.card {
    position: relative;
    width: 320px;
    height: 420px;
    padding: 40px 30px;
    border-radius: 28px;
    overflow: hidden;
    background: var(--gradient-light);
    color: #fff;
    transition: transform 0.6s ease;
    display: flex;
    flex-direction: column;

    p,
    h3 {
        color: #fff;
        text-align: center;
        z-index: 2;
    }

    .icon-container {
        align-self: center;
    }
}

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

.phmc-section {
    .card:hover {
        transform: none !important;
    }
}
.mobile-items{
    display: none;
}

/* === Background Circle === */

.bg-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    transition: transform 1.5s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

/* === Initial Positions === */

.card-one .bg-circle {
    bottom: 20%;
    left: -30%;
}

.card-two .bg-circle {
    bottom: -90px;
    left: -60px;
}

.card-three .bg-circle {
    top: -100px;
    right: -70px;
}

.card-two {
    transform: scale(1.1);
}

/* Card 1 → Move to center */
.card-one:hover .bg-circle {
    transform: translate(150px, 200px);
}

/* Card 2 → Move upward */
.card-two:hover .bg-circle {
    transform: translate(-10px, -360px);
}

/* Card 3 → diagonal bottom-left */
.card-three:hover .bg-circle {
    transform: translate(-240px, 400px);
}


/* === Icon Circle === */

.icon-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: auto;
    z-index: 2;
}

.button-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    .vc-custom-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.3s ease;
}

.blog-card-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 200px;
}

.blog-card-overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    text-align: center;
    background: var(--gradient-dark);
    color: #fff;

    h3 {
        color: #fff !important;
        font-size: 18px;
    }
}

.blog-card-title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.blog-card-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.blog-card-date {
    font-size: 14px;
    color: var(--yellowcolour);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 400 !important;
}

.blog-card-arrow {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    bottom: 45%;
    transition: all 0.2s ease;

    .arrow {
        background-color: transparent !important;
        border-radius: 0;
        transition: all 0.2s ease;
        display: flex;
        justify-content: center;
        align-items: center;

        i {
            color: var(--darkbluecolour) !important;
            font-size: 22px;
        }

    }

}

.blog-card:hover {
    .blog-card-arrow {
        background: var(--yellowcolour);
        color: #fff;
        transform: scale(1.1) !important;

        img,
        i {
            transform: scale(1.2) !important;
            transform: rotate(-45deg) !important;
        }
    }
}

/* footer */
footer {
    padding: 60px 0;

    h3 {
        color: #fff !important;
    }

    p {
        margin-bottom: 5px;
    }
}

footer * {
    font-size: 15px;
}

.footer-logos {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top {
    p {
        font-weight: 600;
    }
}

.footer-bottom,
.footer-top {
    display: flex;
    gap: 30px;
    justify-content: space-between;

    p {
        color: #fff;
    }

    h3 {
        color: var(--yellowcolour) !important;
        font-size: 22px !important;
        font-weight: 800 !important;
    }

    a {
        color: #fff;
        font-weight: 600;
    }

    a:hover,
    a span:hover {
        color: var(--yellowcolour);
    }

    span {
        color: var(--yellowcolour);
        font-weight: 600;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        color: #fff;
        justify-content: flex-end;
        align-items: end;
        list-style: none;

        li {
            color: #fff;
            list-style: none;
            font-size: 15px;
            text-align: end;

            a {
                font-weight: 400;
            }
        }
    }
}

.footer-content {
    width: 60%;

    p {
        color: #fff;
        margin-bottom: 30px;
    }

    p:last-child {
        margin-bottom: 0 !important;
    }
}

.footer-bottom {
    align-items: flex-start;
}

.footer-links {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 40%;
    text-align: end;
    justify-content: flex-end;
    align-items: flex-end;

    p {
        margin-bottom: 5px;
    }
}

.social-icons {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

/* pages */
.intro-text {
    max-width: 60%;
    padding-top: 50px;

    h1 {
        font-weight: 800 !important;
        font-size: 46px !important;
        line-height: 54px !important;
    }

    h1 strong {
        color: var(--yellowcolour);
        font-weight: 600 !important;
        display: block;
    }

    p {
        color: #fff !important;
    }
}

.audit-benefits-section {
    padding: 100px 0;
}

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

.audit-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #123c5a;
}

.audit-intro {
    margin-bottom: 20px;
    color: #4a5b6a;
}

.audit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.audit-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
}

.audit-list .star {
    color: #f5a623;
    font-size: 14px;
    margin-top: 2px;
}

.audit-right img {
    width: 100%;
    border-radius: 20px;
}

.PageWrap {
    h3 {
        color: var(--yellowcolour);
    }

    li {
        position: relative;
        padding-left: 30px;
        list-style: none;
        margin-bottom: 10px;
    }

    li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 16px;
        height: 16px;
        background-image: url('/wp-content/uploads/2026/02/star-yellow.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 100px !important;
}

.vc_section {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* team */
.team-page-grid {
    display: grid;
    row-gap: 40px;
    column-gap: 40px;

    img {
        width: 100%;
    }
}

.team-member {
    cursor: pointer;
}

.team-member-bio {
    h3 {
        font-weight: 700;
    }
}

.content-margin {
    margin-bottom: 50px;
}

:root {
    --text: #eef0f3;
    --muted: rgba(238, 240, 243, 0.72);
    --shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
    --fast: 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
    --slow: 520ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
    :root {
        --fast: 1ms linear;
        --slow: 1ms linear;
    }
}

/* Grid */
.items {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

/* Card */

.base-image {
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

/* Dark overlay */
.overlay {
    fill: rgba(0, 0, 0, 0.5);
    opacity: 0.1;
    transition: opacity 0.4s ease;
}

/* Clip animation */
.clip-circle {
    transition: r 0.5s ease;
}

/* Hover state */
.team-member:hover .clip-circle {
    r: 160;
}

.team-member:hover .base-image {
    opacity: 0.2;
}

.team-member:hover .overlay {
    opacity: 0;
}

.team-member .item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #0c0f14;

    transition:
        transform 0.4s cubic-bezier(.2, .6, .2, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    will-change: transform;
}

.team-page-grid .team-member .item:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);

    .team-name {
        color: var(--yellowcolour);
    }
}

.base-image {
    transition: all 0.6s ease;
}

.reveal-image {
    transform: scale(1.08);
    transition: transform 0.7s ease;
}

.overlay {
    fill: url(#glassGradient);
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.clip-circle {
    transition: r 0.6s cubic-bezier(.2, .7, .2, 1);
}

.team-member:hover .clip-circle {
    r: 180;
}

.team-member:hover .base-image {
    opacity: 0.1;
    filter: blur(2px);
}

.team-member:hover .overlay {
    opacity: 0;
}

.team-member:hover .reveal-image {
    transform: scale(1);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;

    background: linear-gradient(to top,
            rgba(10, 10, 10, 0.75),
            rgba(10, 10, 10, 0));

    backdrop-filter: blur(6px);
}

.team-name {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 0;
    color: #fff;
}

.team-role {
    font-size: 1.1rem;
    margin-top: 4px;
    letter-spacing: 0.4px;
    color: #fff;
}

.team-member .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
            rgba(255, 255, 255, 0.12),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.3s;
}

.team-member .item:hover::before {
    opacity: 1;
}

.single-member {
    display: flex;
    justify-content: space-between;
    position: relative;
    article {
        width: 30%;
        position: sticky;
        top: 125px;
        align-self: flex-start
    }

    .team-member-bio {
        width: 65%;
    }
    .team-member{
        cursor: text;
    }
    img{
        width: 100%;
    }
        .overlay {
            fill: url(#glassGradient);
            opacity: 0.9;
            transition: opacity 0.5s ease;
        }
.team-member:hover .overlay {
    opacity: 0.9;
}
}

.team-member {
    position: relative;
}

.team-member .item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #0c0f14;
}

/* Clickable overlay */
.card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Make content clickable above overlay */
.card-content,
.links {
    z-index: 2;
}

/* Links styling */
.links {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.links a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
}

/* Cursor glow effect */
.team-member .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
            rgba(255, 255, 255, 0.12),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-member .item:hover::before {
    opacity: 1;
}

.links {
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-end;
    align-items: end;
    padding-right: 15px;
    padding-top: 15px;
}
.links {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.links a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 18px;
    i{
        padding-top: 2px;
    }
}
.links a:hover{
    background-color: var(--yellowcolour);
}
/* team filtering */
.filter-box {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;

    input {
        padding: 10px 15px;
        border-radius: 10px;
        color: var(--textcolour);
        outline: none;
        width: 100%;
        height: 50px;
        border: 1px solid var(--darkbluecolour);
    }

    button {
        background: var(--darkbluecolour);
        width: 150px;
        border: none;
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
}

.custom-dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    border: 1px solid var(--darkbluecolour);
}

.dropdown-selected {
    padding: 10px;
    height: 50px;
    color: var(--textcolour);
    border-radius: 10px;
}

.dropdown-options {
    position: absolute;
    top: 115%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--darkbluecolour);
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 100;
    border-radius: 10px;
}

.dropdown-option {
    padding: 10px;
    color: var(--darkbluecolour);
}

.dropdown-option:last-child {
    border-bottom: 0;
}

.dropdown-option:hover {
    background: var(--yellowcolour);
    color: #fff
}
.mobile {
    display: none;
}
.hero{
    display: flex;
}
.vc_custom_1772187336128{
    margin-top: 0 !important;
}
.home-p{
        max-width: 65%;
        text-align: center;
            margin: auto;
            @media screen and (max-width:767px) {
                    max-width: 100%;
                } 
}
.text-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 60%;
    text-align: center;
        margin: auto;
        @media screen and (max-width:767px) {
            max-width: 100%;
        }
}

#rmp-container-408{
    min-width: 92% !important;
    background-color: var(--darkbluecolour)
}
#rmp-menu-wrap-408 .rmp-menu-item-link, #rmp-menu-wrap-408 .rmp-submenu .rmp-menu-item-link{
    color: #fff !important;

}
#rmp-search-box-408 .rmp-search-box, #rmp-menu-title-408, #rmp-menu-additional-content-408{
    display: none !important;
}
#rmp-menu-wrap-408{
    padding-left: 10px !important;
}
#rmp-menu-wrap-408 .rmp-menu-item-link .rmp-font-icon{
    font-size: 20px !important;
    color: #fff !important;
}
#rmp-menu-wrap-408 .rmp-menu-item-link{
    font-size: 16px;
}
#rmp-menu-wrap-408 .rmp-menu-subarrow{
    color: #fff !important;
}
#rmp_menu_trigger-408 .responsive-menu-pro-inner,
#rmp_menu_trigger-408 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-408 .responsive-menu-pro-inner::after{
    background-color: var(--darkbluecolour) !important;
    width: 22px;
}
#rmp_menu_trigger-408{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px !important;
}
#rmp_menu_trigger-408 .rmp-trigger-box{
    width: 22px;
}
#rmp_menu_trigger-408{
    top: 30px;
    position: absolute;
}
.vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* search */
.searchform {
    position: relative;
    max-width: 700px;

    input {
        width: 100% !important;
        height: 40px !important;
        border-radius: 5px !important;
        padding: 20px 10px !important;
        border: 1px solid var(--darkbluecolour) !important;
        box-shadow: none !important;
        outline: none !important;
    }

    #searchsubmit {
        background: var(--darkbluecolour) !important;
        color: #fff !important;
        padding: 5px 20px 7px !important;
        height: 35px !important;
        border-radius: 5px !important;
        border: none !important;
        cursor: pointer;
        position: absolute !important;
        right: 5px !important;
        width: fit-content !important;
        top: 4px !important;
    }

    #searchsubmit:hover {
        background-color: var(--yellowcolour) !important ;
    }
}

.SearchWrap ul {
    margin-left: 20px !important;
}

/* end */


/* Resonsive Code */
@media screen and (max-width:767px) {
    .hero-content {
        margin-top: 40px;
        align-items: flex-start;
        text-align: center;
    }

    .mobile-items {
        display: flex;
        align-items: flex-end;
        gap: 40px;
    }

    .intro-text {
        max-width: 100%;
        padding-top: 30px;
    }

    footer .container {
        text-align: left !important;
    }

    .hero-buttons,
    .hero-content,
    .stats-grid,
    .container-flex,
    .card-section,
    .footer-bottom,
    .footer-top {
        flex-direction: column;
    }

    .hero-buttons {
        justify-content: center;
        margin-top: 0px;
    }

    h1 {
        font-size: 38px;
    }

    .stats-item {
        display: block;
    }

    h2,
    .h2-yellow {
        font-size: 26x;
        line-height: 36px;
    }

    main .hero-carousel-container,
    .footer-links,
    .footer-content {
        width: 100% !important;
    }

    main .hero-carousel-container {
        border-left: none;
        padding-left: 0;
        display: block !important;
        height: auto;
    }

    .hero {
        height: auto !important;
        display: block;
        padding-bottom: 50px;
    }

    .footer-links {
        text-align: start;
        align-items: flex-start;

        img {
            width: 100%;
        }
    }

    .vc_custom_1773160447452 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-bottom {
        gap: 0;

        ul {
            justify-content: flex-start;
            margin-top: 10px;
        }
    }

    .vc_row.vc_row-flex {
        gap: 30px !important;
        flex-direction: column-reverse;
    }

    .stats-grid {
        gap: 10px;
    }

    .services-grid,
    .blog-card-wrapper,
    .filter-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-two {
        transform: scale(1);
    }

    .card {
        width: 100%;
        height: 400px;
    }

    .footer-logos {
        justify-content: center;
    }

    .background-image {
        height: 380px;
        padding: 0 40px;
        padding-bottom: 30px;
    }

    .blog-card-arrow {
        bottom: 47%;
    }

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

    .lower-padding,
    section {
        margin-bottom: 70px !important;
    }

    .items {
        grid-template-columns: repeat(1, minmax(300px, 1fr));
    }

    .container {
        li {
            text-align: left !important;
        }
    }

    .filter-box {
        button {
            width: 100%;
            height: 50px;
        }
    }

    .single-member {
        flex-direction: column;
        gap: 30px;

        article {
            position: static;
            top: 0;
            width: 100%;
        }

        .team-member-bio {
            width: 100%;
        }
    }

    .stats-grid {
        h3 {
            font-size: 30px;
        }

        .number {
            font-size: 30px;
        }
    }

    .button {
        margin: auto;
        margin-top: 30px;
    }

    .vc-custom-button {
        margin-top: 0;
    }

    header {
        top: 0;
        position: relative;
        z-index: 99;
        text-align: center;

        .navBar {
            margin-top: 40px;
            display: block;

            .Logo img {
                height: auto;
                width: auto;
            }
        }
    }

    .vc_section.vc_section-has-fill,
    .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
    .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 70px !important;
    }

    .vc_section.vc_section-o-content-middle {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    main {
        padding-top: 0 !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/* map */
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0 !important;
}
.contact-boxes{
    .wpb_wrapper{
        padding: 0 15px;
    }
    .vc_column-inner{
        height: 12rem !important;
    }
    @media screen and (max-width:767px) {
        .social-icons {
                justify-content: center !important;
            }
                         .vc_column-inner {
                             height: auto !important;
                         }
                         .vc_custom_1776178280907{
                            margin: 30px 0 !important;
                         }
    }
}

/* form */
#gform_1{
    max-width: 900px;
    margin: auto;
}
.ginput_container {
    margin-top: 20px;
    margin-bottom: 10px !important;

    input,
    textarea, select {
        border-radius: 50px !important;
        background-color: rgb(244, 244, 244) !important;
        margin-bottom: 0px !important;
        text-align: start !important;
        border: none !important;
        /* color: var(--Green) !important; */
        box-shadow: none !important;
        height: 50px !important;
    }
select{
    padding: 6px 10px !important;
}
    textarea,
    .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        border-radius: 15px !important;
        min-block-size: 7rem !important;
        height: 10rem !important;
    }

}

.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    /* color: var(--Grey) !important; */
}

.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) a:hover {
    /* color: var(--blue) !important; */
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 10px !important
}

.gfield-choice-input {
    border-radius: 50% !important;
    height: 18px !important;
    width: 20px !important;
}
label{
    color: var(--textcolour) !important;
    font-size: 18px !important;
}
.gform_button .button,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button]) {
    min-width: 150px !important;
    background-color: var(--darkbluecolour) !important;
    border-radius: 50px !important;
}

.gform_button:hover,
.gform_button .button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button]):hover {
    background-color: var(--yellowcolour) !important;
}
.browser-logos{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    a{
        display: inline-block;
        cursor: pointer;
    }
}
.browser-logos a object {
    width: 40px;
    height: 40px;
    cursor: pointer;
}