﻿.sa-testimonial-item-trust img {
    height: 120px;
    object-fit: cover;
}

.saitem3 {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}



.saitem33 h3 {
    color: white !important;
    font-size: 20px;
    margin-bottom: 20px;
}
.saitem33 h5 {
    color: white !important;
    font-size: 15px !important;
    margin-bottom: 30px;
}
.saitem33 p {
    color: white !important;
    font-size: 14px !important;
}

.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .saitem3 {
    background: rgba(255, 255, 255, 0.03) !important;
}

.sa-testimonial-slider-wrapper {
    padding-right: 10px !important;
    padding-left: 10px;
}
.imageservicess {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

@media only screen and (min-width:1100px) and (max-width:1399px) {
    .imageservicess {
        height: 550px!important;
    }
}

.divvcoverage .sa-about-title-box {
height:auto!important;
margin-bottom:20px;
}

.tp-service-item{
    padding:10px!important;
    border-radius:20px;
}

.sa-work-portfolio-thumb {
    position: relative;
}

    .sa-work-portfolio-thumb img {
        display: block;
        width: 100%;
    }

.image-title-overlay {
    position: absolute;
    top: 50%; /* change to top:20px if you want top */
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    z-index: 2;
    line-height: normal;
}

/* optional dark overlay for better readability */
.sa-work-portfolio-thumb a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.sa-award-item-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 14px;
    background: #01656b;
    width: 60px;
    height: 60px;
}

.sa-award-item-icon img{
object-fit:cover;
}

/*@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sa-award-ptb {
        padding-top: 50px!important;
    }
}*/
.collimage {
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
}
@media only screen and (max-width: 1000px) {
    .bnc-funfact-text-wrap {
        text-align: center;
    }
}
    @media only screen and (max-width: 500px) {
        .imggcolll {
            transform: rotate(15deg) !important;
        }

        .sa-award-item-title {
            font-size: 16px !important;
        }

        .sa-award-item {
            flex-wrap: nowrap !important;
        }

        .sadiv {
            text-align: center;
            margin-bottom: 40px;
        }

        .sadiv2 {
            text-align: center;
        }

        .bnc-funfact-text-wrap {
            width: 80%;
            text-align: center;
        }
    }

    .imggcolll {
        transform: rotate(45deg);
    }

    .sitem2 {
        border: 1px solid #01656b !important;
        border-radius: 20px;
    }

    .sa-testimonial-slider-wrapper .sa-testimonial-slider-active2 .sa-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #01656b !important;
    }

    .sa-testimonial-slider-wrapper .sa-testimonial-slider-active2 .sa-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet {
        background-color: rgba(1, 101, 107, 0.7) !important;
    }

    .spcontnet p {
        color: #01656b !important;
    }

    .swiper-slide-active .spcontnet p {
        color: white !important;
    }

.userbox h4 {
    color: #7dd1dd !important;
}

    .userbox span {
        color: #01656b !important;
    }

    .swiper-slide-active .userbox h4 {
        color: white !important;
    }

    .swiper-slide-active .userbox span {
        color: white !important;
    }

    .swiper-slide-active .sa-testimonial-item-trust-icon span {
        color: #6b8e90 !important;
        background-color: black !important;
    }

    .sa-hero-shape {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .glow-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 100px;
        border-radius: 50px;
        background: #01656b;
        color: #fff !important;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-decoration: none;
        /* ✅ correct border */
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
        /* optional animation */
        animation: fadePulse 2.5s ease-in-out infinite;
    }

        /* text only */
        .glow-btn span {
            position: relative;
            z-index: 2;
        }

    /* smooth pulse (no fade issue) */
    @keyframes fadePulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.03);
        }

        100% {
            transform: scale(1);
        }
    }

    @media only screen and (min-width:1100px) and (max-width:1399px) {
        .collimage img {
            height: 650px;
        }
    }

    .swiper-slide {
        height: auto !important;
        display: grid;
    }

    .saitem3 {
        transition: all 0.35s ease;
        transform: translateY(0) scale(1);
    }

        .saitem3:hover {
            transform: translateY(-10px) scale(1.02);
        }

    .fix2 {
        overflow: visible !important;
    }

.ds-price-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ds-price-item-list {
    flex: 1;
}

.ds-price-item-btn {
    margin-top: auto;
}

.sa-hero-ptb {
    position: relative;
    height: 100vh; /* or your preferred height */
    overflow: hidden;
    width: 100%;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* adjust darkness */
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 1400px) {
    .hero-title {
        font-size: 35px!important;
    }
}
@media only screen and (max-width: 500px) {
    .hero-title {
        font-size: 35px !important;
    }
    .h22 {
        font-size: 25px!important;
    }
    .badge-pill{
        width:100%!important;
    }
    .collgg{
        text-align:center;
        width:100%!important;
    }
    .divmttt{
        margin-bottom:40px;
    }
}
@media only screen and (max-width: 1100px) {
    .sa-hero-ptb {
        position: relative;
        height: 100vh;
        min-height: 600px!important; /* fallback for iPad */
        overflow: hidden;
    }
    .hero-content {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .divmttt {
        margin-bottom: 40px;
    }
}

.lw-service-2-ptb {
    position: relative;
    /*background: url('/Images/GWGBackgrounds-15.png') center center / cover no-repeat;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 1;
}



@media only screen and (min-width: 1101px) and (max-width: 1400px) {
    .tp-clip-anim{
        height:250px!important;
    }
}

.about-bg {
    position: relative;
/*    background: url('/Images/about-bg.png') no-repeat center center;*/
background-position:center;
background-repeat:no-repeat;
    background-size: cover;
    overflow: hidden;
}
    .about-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.3); /* Change to rgba(0,0,0,0.4) for dark overlay */
    }

    .about-bg .container {
        position: relative;
        z-index: 2;
    }
.badge-pill {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #e0f2f1;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}
@media (max-width: 1400px) {

    .badge-pill {
        padding: 10px 18px!important;
    }
}
    .badge-pill:hover {
        background-color: rgba(73, 164, 176, 0.1);
        border-color: #49a4b0;
    }
.sa-service-area {
    position: relative;
    /*background: url("/Images/fourintegrated.png") center center / cover no-repeat;*/
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    overflow: hidden;
}
.sa-service-item{
    border:1px solid white!important;
}

.sa-service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sa-service-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.ds-service-item-btn {
    margin-top: auto;
}
.sa-award-ptb2 {
    position: relative;
    /*background: url("/Images/GWGBackgrounds-13.png") center center / cover no-repeat;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sa-sector-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 180, 180, 0.3);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 24px;
    height: calc(50% - 12px);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Smooth transitions for interactive hovers only */
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

    .sa-sector-card:hover {
        border-color: rgba(0, 240, 240, 0.8);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: 0 10px 30px rgba(0, 180, 180, 0.1);
        transform: translateY(-5px) !important;
    }

.sa-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.sa-icon-wrapper {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0, 180, 180, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    padding: 12px;
}

    .sa-icon-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sa-card-header h3 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    font-family: sans-serif;
}

.sa-sector-card p {
    color: white;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
}

.sa-testimonial-ptb3 {
    position: relative;
    background: url('/Images/about-bg.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.divblog {
    position: relative;
    background: url('/Images/about-bg.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .saitem3 {
        padding: 20px 10px 20px 10px !important;
    }
    .saitem33{
        margin-bottom:0!important;
    }
}

.saitem3 {
    padding: 30px 10px 30px 10px!important;
}

.tp-anim-img{
    height:300px!important;
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {
    .tp-anim-img {
        height: 200px !important;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
    .h2title {
        font-size:27px!important;
    }
    .tp-split-title{
        font-size:27px!important;
    }
}

@media screen and (min-width: 1900px) and (resolution: 1dppx) {
    .sa-blog-item-title {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1090px) and (max-width: 1100px) {
    .tp-split-title {
        font-size: 20px !important;
    }

    .sa-blog-item-title {
        font-size: 13px !important;
    }

    .badge-pill {
        font-size: 0.7rem !important;
        padding: 10px 10px !important;
    }

    .bnc-funfact-wrapper .cr-funfact-inner > span {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1099px) {
    .tp-split-title {
        font-size: 20px !important;
    }

    .sa-blog-item-title {
        font-size: 12px !important;
    }

    .sa-blog-item-tag {
        font-size: 12px !important;
    }
}

.tp-footer-9-top-wrap{
    margin-top:0!important;
}

.sa-about-content p{
    color:white!important;
}

.ds-price-item-list p {
    color:white!important;
}

.ds-price-item-list  {
    color: white !important;
}

.hero-video-wrapper {
    position: relative;
    overflow: hidden;
}
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* Prevents users from tapping/triggering native controls */
}