/* Lighthouse Page Styles */

/* Banner Section */
.banner {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 65px);
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bannerTxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 85%;
    z-index: 1;
    padding-top: 5rem;
    color: #fff;
}

/* Banner CTA - match reference button spacing and sizing */
.bannerTxt .btn-whitebg {
    margin-top: 20px;
}
.bannerTxt .btn-whitebg .gradient-text {
    font-size: 1rem;
}
.bannerTxt .btn-whitebg img {
    width: 14px;
    height: auto;
}

@media (max-width: 767px) {
    .bannerTxt .btn-whitebg {
        margin-top: 16px;
        padding: 12px 20px;
        gap: 8px;
    }
    .bannerTxt .btn-whitebg .gradient-text {
        font-size: 0.95rem;
    }
    .bannerTxt .btn-whitebg img {
        width: 12px;
    }
}

.bannerTxt h2 {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 25px;
    margin: 0;
}

.bannerTxt p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* About Us Section */
.about-us-bg {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-us-bg img {
    width: 80%;
}

.cloud-what-we-doDtl {
    padding-right: 50px;
}

.cloud-what-we-do p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 300;
    padding: 0;
    color: #3b3b3b;
}

.cloud-what-we-doDtl p {
    font-size: 1rem;
    line-height: 1.7;
    color: #3b3b3b;
    margin-bottom: 0;
}

.about-slider {
    margin-top: 40px;
}

.about-slider_box {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
    /* margin: 20px 0; */
    height: 100%;
}


.programs-section__card-contains__desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #3b3b3b;
    margin: 0;
}

/* Swiper Pagination */
.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(
        90deg,
        #1310a4,
        #5e0792,
        #cd0063,
        #f20f07,
        #ff4000
    );
    width: 27px;
    height: 10px;
    border-radius: 20px;
}

/* Our Offerings Section */
.professional-offer {
    padding: 80px 0;
    background: #fff;
}

.subimg {
    width: 200px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.who-we-are-box {
    background: #eeeeee;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    /* transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; */
}

.who-we-are-box:hover {
    transform: translateY(-5px);
}

.who-we-are-box img {
    /* margin-bottom: 20px; */
    max-width: 100%;
    height: auto;
}

.key-Title {
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 300;
    color: #000000;
    margin: 0;
    padding-top: 20px;
}

.arrow-left {
    position: relative;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    padding-left: 20px !important;
}

.arrow-left:before {
    content: url(../images/arrow-left.png);
    width: 2px;
    height: 5px;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.light-house {
    position: relative;
    padding: 20px 40px;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.light-house::after {
    content: "";
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            90deg,
            #1310a4 0%,
            #5e0792 18.27%,
            #cd0063 51.44%,
            #f20f07 80.77%,
            #ff4000 100%
        )
        border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

/* Monitoring Services Section */
.monitoring-services {
    background: #f8f9fa;
    padding: 80px 0;
}

/* Why Choose Us Section */
.app-moderization-key {
    background: #000;
    padding: 145px 0 107px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.app-moderization-keyleft {
    padding-right: 50px;
}

.keyrightBox {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.keyrightBox img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
    margin-right: 20px;
    flex-shrink: 0;
}

.keyrightBox h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    color: #FFFFFF;
}

.keyrightBox .sec-box p {
    padding-left: 0px;
}

.keyrightBox p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    color: #D7D7D7;
    padding-left: 50px;
}

.sec-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    /* color: #1310a4; */
}

.sec-box p {
    font-size: 1rem;
    line-height: 1.7;
    /* color: #3b3b3b; */
    margin: 0;
}

/* Our Promise Section */
.Our-promise {
    background: #f8f9fa;
    padding: 80px 0;
}

.cloud-service-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.cloud-service-box:hover {
    transform: translateY(-5px);
}

.cloud-service-box img {
    margin-bottom: 20px;
    max-width: 60px;
    height: auto;
}

.cloud-service-box > img {
    width: 75px;
    height: 70px;
    object-fit: contain;
}

.cloud-service-box > * {
    position: relative;
    z-index: 1;
}

.cloud-service-box::after {
    content: "";
    border: 1px solid transparent;
    background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(90deg, #1310a4 0%, #5e0792 18.27%, #cd0063 51.44%, #f20f07 80.77%, #ff4000 100%) border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.cloud-service-box p {
    /* padding-top: 25px; */
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300;
    color: #000000;
}

.Our-promise .cloud-service-box p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    color: #575757;
    padding: 20px 0 0;
}

/* Our Partners Section */
.cloud-partner {
    padding: 80px 0;
    background: #fff;
}

.cloud-partner ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.light-h .partnerList {
    width: calc((100% - 80px) / 4);
    padding: 20px 35px;
}

.cloud-partner ul li {
    border: 1px solid #bebebe;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 80px) / 5);
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.partnerList img {
    max-width: 150px;
    height: auto;
    /* filter: grayscale(1); */
    transition: filter 0.3s ease;
}

.partnerList img:hover {
    filter: grayscale(0);
}

/* Connect With Us Section */
.cloud-connect {
    background-image: url(../images/connect-bg.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.cloud-connect h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.cloud-connect p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.7;
}

.cloud-connect a {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #1310a4;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.cloud-connect a:hover {
    transform: translateY(-3px);
}

/* Common Styles */
.subhead {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    padding-bottom: 10px;
    margin: 0 0 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.mainhead {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cloud-service h2.mainhead, .cloud-partner h2.mainhead {
    padding-bottom: 25px;
}

.subpara {
    /* font-size: 1.1rem; */
    /* line-height: 1.8; */
    /* color: #666; */
    margin-bottom: 35px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .bannerTxt h2 {
        font-size: 2.5rem;
    }

    .mainhead {
        font-size: 2rem;
    }

    .cloud-connect h2 {
        font-size: 2rem;
    }

    .cloud-what-we-doDtl,
    .app-moderization-keyleft {
        padding-right: 0;
        margin-bottom: 40px;
    }

    /* Mobile: About Us - Content first, then image */
    .cloud-what-we-do .row {
        flex-direction: column-reverse;
    }

    .cloud-what-we-do .col-md-6.order-1.order-md-1 {
        order: 2;
    }

    .cloud-what-we-do .col-md-6.order-2.order-md-2 {
        order: 1;
    }

    /* Mobile: Partners logos visibility */
    .cloud-partner ul li {
        width: calc((100% - 40px) / 2) !important;
        margin-bottom: 20px;
    }

    .partnerList img {
        max-width: 120px !important;
        width: 100% !important;
    }

    /* Mobile: Footer social media icons */
    .social-media img {
        width: 35px !important;
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .sovereign-banner {
        padding: 60px 0;
    }

    .bannerTxt h2 {
        font-size: 2rem;
    }

    .bannerTxt p br {
        display: none;
    }

    .subpara br {
        display: none;
    }

    .cloud-partner ul {
        gap: 20px;
    }

    .partnerList img {
        max-width: 120px;
    }

    .cloud-what-we-doDtl,
    .app-moderization-keyleft {
        padding-right: 0;
        margin-bottom: 30px;
    }

    /* Mobile: Partners logos - single column */
    .cloud-partner ul li {
        width: 100% !important;
        margin-bottom: 15px;
    }

    /* Mobile: Footer social media styling */
    .social-media {
        gap: 20px;
    }

    /* Mobile: Footer social images */
    .social-images img {
        width: 35px;
    }

    /* Mobile: Lighthouse page partner list */
    .light-h .partnerList {
        width: 80%;
        padding: 20px 35px;
    }
}

/* Professional Key Capabilities */
.professional-key-capabilities .cloud-service-box .key-Title {
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 300;
    color: #000000;
    margin: 0;
    padding-top: 20px;
}

.light-house .key-Title {
    margin-bottom: 20px;
}

/* Header Navigation */
@media (max-width: 1400px) {
    .header .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
    .header .navbar-nav .nav-item {
        margin-left: 1.5rem;
    }
}

/* Monitoring Services */
.monitoring-services {
    background: #ffff !important;
    padding: 0 0 80px 0 !important;
}

/* Page-specific KeyrightBox Image */
.page-id-284 .keyrightBox img {
    width: 70px;
    height: auto;
    margin-right: 20px;
}

/* Container Stretching Fix */
@media (min-width: 1200px) {
    .page-id-284 .professional-offer .container {
        /* max-width: 90% !important; */
    }
}

/* Cloud Service Box */
.cloud-service-box {
    border-radius: 0px !important;
}