
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

section {
    margin-bottom: 100px;
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.owl-carousel {
    margin: 30px 0;
}

.owl-buttons .owl-prev::after, .owl-buttons div::after {
    font-size: 31px;
    font-weight: 100;
}

.owl-buttons .owl-next {
    right: -10%;
    left: auto;
}

.owl-buttons .owl-prev {
    left: -10%;
    right: auto;
}

.owl-buttons div {
    top: 40px;
    opacity: 1;
    position: absolute;
    right: auto;
    left: 50%;
    color: #929ca3;
    background: 0 0;
    padding: 0;
}

.owl-carousel .owl-item img.letter-o {
    display: inline;
    position: relative;
    width: auto;
    margin: -3px 3px;
}

img.item-client-img {
    filter: grayscale(1);
}

.slide-arrows-control {
    display: flex;
    position: absolute;
    width: 100%;
    height: 390px;
}

    .slide-arrows-control .owl-prev,
    .slide-arrows-control .owl-next {
        position: absolute;
        color: gray;
        top: 50%;
        z-index: 6;
        cursor: pointer;
    }

    .slide-arrows-control .owl-prev {
        left: 7%;
    }

    .slide-arrows-control .owl-next {
        right: 6%;
    }

.owl-carousel.main-carousel .owl-dots {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    width: 100%;
}

.owl-carousel.main-carousel .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--color-darkslategray-200);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .owl-carousel.main-carousel .owl-dot.active {
        background-color: var(--color-prgreen);
    }

.owl-carousel.main-carousel .owl-nav {
    display: flex;
    position: absolute;
    width: 100%;
    top: 40%;
}

    .owl-carousel.main-carousel .owl-nav .owl-prev,
    .owl-carousel.main-carousel .owl-nav .owl-next {
        position: absolute;
        color: gray;
        z-index: 6;
        cursor: pointer;
    }

    .owl-carousel.main-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel.main-carousel .owl-nav .owl-next {
        right: 0;
    }

.item.client.text-center {
    display: flex;
}

.recent-projects-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5%;
}

.our-clients-container {
    width: 80%
}

.our-clients-slider {
    position: relative;
}

.service-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(1.2);
}

.service-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.servicesTitle, .certifiedTitle {
    margin-bottom: 100px;
}

.service-card-image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

h3.serviceTitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    letter-spacing: 1.2px;
}

.service-card {
    background: linear-gradient(135deg, #121212, #1e1e1e);
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
    color: #e0e0e0;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.07), transparent 70%);
        transform: rotate(25deg);
        pointer-events: none;
        transition: opacity 0.35s ease;
        opacity: 0.3;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.2);
    }

        .service-card:hover::before {
            opacity: 0.5;
        }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.certifiedTitle h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
}



.certified-section {
    background: transparent;
    text-align: center;
}

.certified-container {
    max-width: 1200px;
    margin: 0 auto;
}

.certifiedTitle {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .certifiedTitle h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        color: #2e7d32;
    }


.certified-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    justify-items: center;
}


.certified-badges-iso {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 20px 0;
    margin-bottom: 0px;
}

.badge {
    width: 150px;
    height: 150px;
}

    .badge span {
        font-family: 'Inter', sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        margin-top: 6px;
        color: #ccc;
        subtle contrast letter-spacing: 0.3px;
    }

.client-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 1rem 0;
}

.client-slider {
    display: flex;
    gap: 2rem;
    transition: transform 0.3s ease;
    will-change: transform;
    align-items: center;
}

.our-clients-section {
    margin-top: -50px;
}

.projects-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 40px
}

.recent-projects {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.project-icon {
    width: 24px;
    margin-right: 15px;
    opacity: 0.6;
}



.recent-project-image {
    max-width: 550px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: none;
}

.recent-projects {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
}

.recent-project-item {
    background-color: #121212;
    border: 1px solid #2a2a2a;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .recent-project-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    }

    .recent-project-item a {
        text-decoration: none;
        color: #cccccc;
        font-weight: 550;
        font-size: 20px;
        display: block;
        letter-spacing: 1.5px;
    }


.homeSubtitle {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a39f9f;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.homeSubtitle p {
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
}


.learn-more {
    position: relative;
    width: 215px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    outline: none;
    color: #eee;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

    .learn-more:hover {
        transform: translateY(-3px);
    }

    .learn-more::before {
        --border-size: 3px;
        --border-angle: 0turn;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        border: 3px solid transparent;
        background: linear-gradient(to left, #ffffff, var(--color-prgreen)) border-box;
        background-image: conic-gradient(from var(--border-angle), #fff 10%, var(--color-prgreen) 50%, #fff);
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 3s ease-in-out infinite;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude
    }


.rectangle-container-alt {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: 1rem;
}


.tagline-block {
    margin: 3rem auto;
    max-width: 900px;
    padding: 2rem 2rem;
    text-align: left;
    position: relative;
}

.tagline {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 37px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    color: #b9bbba;
    letter-spacing: 1.2px;
    margin-left: 10px;
    text-align: center;
}

    .tagline:after {
        border-bottom: 1px solid gray;
    }


.client-slider img {
    height: 50px !important;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.client-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 10px 20px;
}

.service-card-image-container img {
    filter: grayscale(100%) brightness(100%) invert(100%);
    opacity: 0.9;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.quote {
    opacity: 0.5;
    transform: rotate(180deg);
    position: absolute;
    left: -50px;
    top: 0px;
    width: 60px;
}

.quote2 {
    opacity: 0.5;
    position: absolute;
    right: -20px;
    width: 60px;
    top: 120px;
}

.quote,
.quote2 {
    opacity: 0.5;
    width: 40px;
    height: auto;
}

.quote {
    transform: rotate(180deg) scaleX(0.9);
    left: -20px;
    top: 20px;
}

.quote2 {
    transform: scaleX(0.9);
    right: 30px;
    top: 130px;
}

.tagline {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    max-width: 650px;
    margin-left: 0;
}

.main-title.sub {
    margin: auto;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 0 2px #ffffff1a, 0 0 4px #ffffff4d, 0 0 8px #fff6, 0 0 136px #76b72f47;
    letter-spacing: -2px;
    color: #fff;
    background: linear-gradient(135deg, #fff, #76b72fcc, #436f14cc, #83e517cc, #cdedab, #fff);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.services-grid {
    margin-top: 20px;
}

.main-title-block {
    margin-top: 0px;
}

.hero-video-content {
    padding-top: 150px;
}

.main-title-section banner {
    width: fit-content;
    margin: auto;
}

.main-title.text-logo {
    margin-top: 80px;
    font-size: 80px;
    font-weight: 600;
    text-shadow: 0 0 2px #ffffff1a, 0 0 4px #ffffff4d, 0 0 8px #fff6, 0 0 136px #76b72f47;
    letter-spacing: -2px;
    color: #fff;
    background: linear-gradient(135deg, #fff, #76b72fcc, #436f14cc, #83e517cc, #cdedab, #fff);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.learn-more {
    text-decoration: none;
}

.homeSubtitle{
    margin: auto;
}

.client-slider-container{
    overflow: hidden;
}

.homeSubtitle p {
    font-size: 1.2rem;
    max-width: 700px;
    text-align: center;
}


.hero-video-wrapper {
    position: relative;
    overflow: hidden;
    height: 50rem;
}

.hero-video-bg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.25;
    filter: hue-rotate(283deg);
    pointer-events: none;
}

.hero-video-content {
    position: relative;
    z-index: 1;
}

.main-title {
    -webkit-user-select: none;
    user-select: none;
    z-index: 6;
    color: #fff;
    letter-spacing: -3px;
    text-shadow: 0 0 2px #ffffff1a, 0 0 4px #ffffff4d, 0 0 8px #fff6, 0 0 136px #783cffcc;
    max-width: 22ch;
    margin-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    white-space: nowrap !important;
}

.custom-service-card {
    position: relative;
    background: #121212;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .custom-service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(255, 255, 255, 0.05);
    }

.image-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.card-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 99%);
    width: 100%;
    height: 98%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.card-title {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 0;
}

.card-arrow {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 24px;
    color: #888;
    transition: color 0.3s ease;
}

.custom-service-card:hover .card-arrow {
    color: white;
}

.tagline-block {
    width: 100%;
    max-width: 1200px;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 auto;
    background: linear-gradient(135deg, #dcffbc73, #d8ff6199);
    background-size: 200% 200%;
    border-radius: 16px;
    padding: 4rem 3rem;
    backdrop-filter: blur(90px);
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.tagline-block {
    position: relative;
    z-index: 0;
}

    .tagline-block::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('https://grainy-gradients.vercel.app/noise.svg');
        opacity: 0.2;
        pointer-events: none;
        z-index: 1;
    }

    .tagline-block > * {
        position: relative;
        z-index: 2;
    }

.recent-project-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.image {
    position: absolute;
    width: 400px;
    height: auto;
    border-radius: 12px;
    transition: transform 0.4s ease, z-index 0.4s ease;
    z-index: 2;
}

.image-left {
    transform: translateX(-100px) rotate(-10deg);
    z-index: 1;
}

.image-center {
    transform: translateX(0) scale(1);
    z-index: 3;
}

.image-right {
    transform: translateX(100px) rotate(10deg);
    z-index: 2;
}

.recent-project-image-wrapper:hover .image-left {
    transform: translateX(-360px) rotate(-5deg) scale(1.05);
    z-index: 2;
}

.recent-project-image-wrapper:hover .image-center {
    transform: translateX(0) scale(1.15);
    z-index: 4;
}

.recent-project-image-wrapper:hover .image-right {
    transform: translateX(360px) rotate(5deg) scale(1.05);
    z-index: 3;
}


.video-fade {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -70px;
    pointer-events: none;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 100%, #000 0% );
    z-index: 2;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
}

h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}


@media only screen and (max-width: 1180px) {
    .certified-badges {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        max-width: 700px;
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-container {
        max-width: 850px;
    }

    .recent-project-image-wrapper {
        max-width: 800px;
    }
}
@media only screen and (max-width: 1024px) {
    .certified-badges {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        max-width: 700px;
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-container {
        max-width: 850px;
    }

    .quote2 {
        right: 130px;
        top: 120px;
    }

    .quote {
        left: 20px;
    }

    .main-title-section {
        margin-top: -40px;
    }

    .main-title {
        font-size: 35px;
    }

   .main-title.sub, .main-title.company {
            margin-top: 0px;
     }

    .hero-video-wrapper {
        height: 40rem;
    }
}
@media only screen and (max-width: 900px) {
    .projects-container {
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }

    .recent-project-image-wrapper {
        margin-top: 40px;
    }

    .main-title.text-logo{
        font-size: 60px;
    }
}
@media only screen and (max-width: 850px) {
    .tagline {
        max-width: 670px;
        font-size: 2.3rem;
    }

    .quote {
        left: 5px;
    }

    .quote2 {
        right: 110px;
    }

    .quote, .quote2 {
        width: 27px;
    }
}
@media only screen and (max-width: 800px) {
    .services-grid {
        max-width: 600px;
    }

    .homeSubtitle p {
        font-size: 1.2rem;
        max-width: 500px;
    }
}
@media only screen and (max-width: 768px) {
    .projects-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recent-project-item {
        padding: 16px;
    }

        .recent-project-item a {
            font-size: 18px;
        }

    .client-slider img {
        height: 60px;
        max-height: 60px;
    }

    .servicesTitle {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 725px) {
    .tagline {
        max-width: 600px;
        font-size: 2.2rem;
    }

    .quote2 {
        right: 50px;
    }

    .service-card {
        max-width: 170px;
    }

        .service-card img {
            width: 70px;
            height: 70px;
        }
}
@media only screen and (max-width: 640px) {
    .tagline {
        font-size: 2rem;
        line-height: 1.2;
    }

    .quote {
        left: 25px;
    }

    .quote2 {
        right: 70px;
        top: 100px;
    }

    .services-grid {
        max-width: 500px;
    }

    .certifiedTitle h2 {
        font-size: 2.2rem;
    }

    .main-title.text-logo {
        font-size: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .learn-more {
        padding: 15px 15px;
        width: 142px;
        font-size: 15px;
    }

      .main-title.text-logo{
        margin-top: 60px;
    }

    .certified-badges {
        grid-template-columns: repeat(1, 1fr);
    }

    .certified-section {
        padding: 0px;
    }

    .tagline {
        max-width: 500px;
    }

    .quote {
        left: 25px;
    }

    .quote2 {
        right: 70px;
        top: 130px;
    }

    .badge {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (max-width: 520px) {
    .tagline {
        font-size: 1.5rem;
    }

    .quote, .quote2 {
        width: 22px;
    }

    .quote {
        top: 0px;
    }

    .homeSubtitle p {
        max-width: 400px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        margin: 0 auto;
    }

    
}
@media only screen and (max-width: 500px) {
    .owl-carousel {
        margin: 0;
    }

        .owl-carousel.main-carousel .owl-nav {
            display: none;
        }

        .owl-carousel.main-carousel .owl-dots {
            height: 43px;
        }

    .main-title {
        font-size: 30px;
    }

        .main-title.text-logo {
            font-size: 45px;
        }
}
@media only screen and (max-width: 460px) {
    .main-title-block .main-title.company {
        white-space: normal;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        word-break: break-word;
        line-height: 1.2;
    }

    .main-title.text-logo {
        font-size: 45px;
        max-width: 80%;
        white-space: normal !important;
        text-align: center;
        margin: auto;
        line-height: 1.2;
        margin-top: 40px;
    }

    .main-title.sub {
        font-size: 45px;
    }

    .homeSubtitle p {
        font-size:1rem;
    }

    .homeSubtitle p {
        max-width: 350px;
    }
   
  
}
@media only screen and (max-width: 430px) {
   
    .learn-more {
        padding: 10px 5px;
        font-size: 13px;
        margin-top: 0px;
    }

    .service-card {
        max-width: 150px;
    }

    .service-card-image-container {
        margin-bottom: 10px;
    }

    .service-card img {
        width: 70px;
        height: 70px;
    }

    .badge {
        width: 120px;
        height: 120px;
    }

    .certified-badges-iso {
        gap: 15px;
    }

    .tagline {
        font-size: 1.5rem;
    }

    .quote, .quote2 {
        width: 22px;
    }

    .quote {
        top: 0px;
    }

    .client-slider {
        gap: 1.5rem;
        min-height: fit-content;
    }

    .client-slider-container {
        padding: 0;
    }

   .custom-service-card{
       max-width: 300px;
   }

    .hero-video-wrapper {
        height: 35rem;
    }
}
@media only screen and (max-width: 400px){
    .custom-service-card {
        max-width: 250px;
    }
}
@media only screen and (max-width: 352px) {
    .quote {
        top: 15px;
        left: 30px;
    }
}
@media only screen and (max-width: 325px) {
    .homeSubtitle p {
        font-size: 0.9rem;
    }

    .homeSubtitle {
        padding: 15px 10% 10px 10%;
    }

    .learn-more {
        padding: 8px 2px;
        font-size: 12px;
    }

    .rectangle-container-alt {
        margin-top: 10px;
    }

    .service-card {
        max-width: 140px;
    }

        .service-card img {
            width: 60px;
            height: 60px;
        }

    .main-title {
        font-size: 25px;
    }

    .badge {
        width: 100px;
        height: 100px;
    }

    .certified-badges-iso {
        gap: 12px;
    }

    .main-title-section.banner {
        margin-top: -80px;
    }

    .main-title.text-logo {
        font-size: 35px;
        max-width: 80%;
        white-space: normal !important;
        text-align: center;
        margin: auto;
        line-height: 1.2;
        margin-top: 40px;
    }

    .main-title.sub {
        font-size: 35px;
    }

    .hero-video-wrapper {
        height: 30rem;
    }
}

