.hero-area-5 .section-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    max-width: 630px;
}

.service-area-5 .section-title {
    max-width: 680px;
}


:root .dark {
    --primary: #ffffff;
    --secondary: #E0E0E0;
    --border: rgba(255, 255, 255, 0.1);
    --bg: #002244;
    --text-gold: #D4AF37;
    --rr-color-bg-1: #002244;
    --w3vents-celeste: #00b1eb;
    --w3vents-viola: #3155aa;
    --w3vents-blu: #002244;
    --white: #FFFFFF;
}

:root {
    --primary: #002244;
    --secondary: #002244;
    --border: rgba(17, 17, 17, 0.1);
    --bg: #002244;
    --theme: #FF6A3A;
    --black: #111111;
    --black-2: #999999;
    --white: #FFFFFF;
    --white-2: #999999;
    --action: #FF6A3A;
    --big-text-color: #002244;
    --w3vents-celeste: #00b1eb;
    --w3vents-viola: #3155aa;
    --w3vents-blu: #002244;
}

h1, h2, h3, h4, h5, h6 {
    color:var(--w3vents-blu);
}
.blog-details-area .section-details .title{
    line-height: 1;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color:#fff;
}

.work-area-4.dark .section-header {
    border-top: 0px solid var(--border);
    padding-top: 35px;
}

.about-area-4.dark .section-header {
    border-top: 0px solid var(--border);
    padding-top: 35px;
}

.footer-area-4 .copyright-area-inner {
    border-top: 0px solid var(--border);
    padding-top: 36px;
    padding-bottom: 55px;
}

.text-w3vents-celeste {
   color: var(--w3vents-celeste);
}
.text-w3vents-viola {
   color: var(--w3vents-viola);
}
.text-w3vents-blu {
   color: var(--w3vents-blu);
}

.text-gold {
   color: var(--text-gold);
}

.marquee-text-area {
    height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pb-150 {
    padding-bottom: 150px;
}

.works-wrapper-4 .work-box .title {
    font-size: 29px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.team-details-area .team-thumb img {
    width: 100%;
    border-radius: 15px;
}

.owl-carousel .owl-item img {
    display: block;
    border-radius: 15px;
}

.team-area-about-page .team-wrapper {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}



/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767.98px) {
   .hero-area-5 .section-title {
        font-size: 50px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.05em;
        max-width: 630px;
    }
    .mobile-x-scroll{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .section-spacing-top {
        padding-top: 30px;
    }
    .section-spacing-bottom {
        padding-bottom: 30px;
    }
    .pb-150 {
        padding-bottom: 75px;
    }
    .marquee-text-area {
        height: 25vh;
    }
   .hero-area-5 .section-title {
        font-size: 36px;
    }
    .blog-details-area .section-details .comment-wrap {
        margin-top: 30px;
    }
    .progress-wrap {
        bottom: 120px;
    }
} 
