@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.choose-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../../images/whychoose.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 50px 30px;
    color: #fff;
    text-align: center;
}
.px-container {
    padding: 10px 50px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.px-container2 {
    padding: 20px 70px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
/* Headings */
.choose-section h2 {
    font-size: 35px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
}

.choose-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 15px auto 30px;
    line-height: 1.7;
    font-weight: 200;
}
.r-8 {
    right:8px;
}
.bdg-custm {
    background: #CA0000;
    padding: 12px;
    letter-spacing: 0.6px;
    top: 7px !important;
    right: 20px;
}
/* Buttons */
.btn-primary {
    background: #34A4F5;
    border: none;
    border-radius: 10px;
}

.btn-link {
    color: #080808;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px 9px;
    font-size: 15px;
    font-weight: 500;
}

/* Card Styles */
.feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 8px 8px;
    transition: all 0.3s ease;
    height: 100%;
    text-align: start;
    border: 1px solid #89898924;
}
    .feature-card:hover {
        transform: translateY(-8px);
    }

/* Image Icon Responsive */
.feature-icon img {
    width: 100%;
    height: auto;
    display: block;
}
/* Text */
.feature-title {
    font-size: 18px;
    font-weight: 500;
    margin: 21px 0 6px;
    font-family: 'Plus Jakarta Sans';
    padding-left: 10px;
}
.feature-text {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-bottom: 11px;
}
.testimonial-section {
    padding: 80px 50px;
    text-align: center;
}

.testimonial-section h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
    font-size: 1rem;
}

.user-info {
    flex: 1;
}

.user-info span {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}

.user-info small {
    color: #888;
}

.stars {
    color: #f5a623;
    font-size: 0.95rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* Carousel Indicators */
.carousel-indicators {
    margin-top: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
}

.carousel-indicators .active {
    background-color: #34A4F5;
}

.carousel-indicators {
    top: 100% !important;
}

.blog-section {
    padding: 21px 0;
    text-align: center;
}

.blog-section h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #111827;
}

.blog-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-card .card-body {
    padding: 15px;
}

.blog-card span {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.blog-card p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* Swiper Pagination */
.swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #3b82f6;
}

.benefits-section {
    padding: 50px 80px;
    text-align: center;
    margin: 2px 12px;
}

    .benefits-section h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #111827;
        margin-top: 25px;
    }

    .benefits-section p {
        max-width: 700px;
        margin: 0 auto 50px;
        font-size: 16px;
        color: #4b5563;
        line-height: 1.7;
    }

.benefit-card {
    border-radius: 45px;
    padding: 10px;
    background: #f5fafa4d;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    text-align: left;
    border: 1px solid #e8e8e8;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-image {
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .benefit-image img {
        width: 100%;
        border-radius: 40px;
        object-fit: cover;
    }

.benefit-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #111827;
    font-family: 'Plus Jakarta Sans';
    padding-left: 15px;
}
.benefit-text {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.6;
    padding-left: 15px;
    padding-bottom: 10px;
}

.server-banner {
    background-image: url('../../images/Teams.webp');
    background-position: center;
    background-size: cover;
    border-radius: 38px;
    color: #fff;
    padding: 35px 21px!important;
    margin-top: 50px;
}

 .server-banner h3 {
     font-weight: 600;
 }

    .server-banner p {
      /*  max-width: 700px;*/
        margin: 20px 0;
        font-size: 16px;
    }
    .server-banner .btn {
        background: #fff;
        color: #001f60;
        font-weight: 600;
        border-radius: 10px;
        padding: 10px 18px;
        font-size: 16px;
    }
    a {
        text-decoration:none!important;
    }
  /* Custom CSS  */
h2.txt-c-custm {
    margin-bottom: 48px;
}
 .solutions-section {
     background: #f8f9ff;
 }
.f-14n {
    font-size:14px!important;
}
.pstyle {
    font-family: system-ui;
    line-height: 23px;
    font-size: 14px;
}
/* Card Base */
.solution-card {
    position: relative;
    background: #fff;
    border-radius: 41px;
    padding: 40px 25px 25px;
    border: 1px solid #f0f0f09e;
    transition: all 0.35s ease;
}

/* Default ACTIVE (First Card) */
.active-default {
    background: linear-gradient(9deg, #003f92, #00002c);
}

    .active-default h5,
    .active-default .pstyle {
        color: #fff !important;
    }

/* When hovering ANY card → remove default active */
.solutions-row:hover .active-default {
    background: #fff;
}

    .solutions-row:hover .active-default h5 {
        color: #34a4f5 !important;
    }

    .solutions-row:hover .active-default .pstyle {
        color: #6c757d !important;
    }

/* Hover Effect for ALL cards */
.solution-card:hover {
    background: linear-gradient(9deg, #003f92, #00002c) !important;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

    .solution-card:hover h5,
    .solution-card:hover .pstyle {
        color: #fff !important;
    }

/* Utilities */
.solution-card img {
    height: 60px;
}

.badge {
    font-size: 12px;
}

.n-cust-btn {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.text-primary {
    color: #34a4f5 !important;
}
.badge2 {
    font-size: 14px;
    border: 1px solid lightblue;
    font-weight: 300;
    border-radius: 21px;
    padding: 0px 9px;
    display: flex;
    width: fit-content;
    align-items: anchor-center;
}
.iconImg {
    width: 30px !important;
    height: 21px;
    margin-top: 6px;
}
.contact {
    height:500px;
}
.contact-header {
    background-image: url('../../images/indexbg - Copy.webp');
    color: #fff;
    text-align: center;
    padding: 25px 20px 80px;
    background-size: 100% 100%;
    height: 416px;
}

    .contact-header h1 {
        font-size: 3rem;
        font-weight: 400;
         font-family: 'Plus Jakarta Sans';
    }

    .contact-header p {
        color: #bfc7d1;
        max-width: 700px;
        margin: 15px auto 0;
         font-family: 'Plus Jakarta Sans';
        font-size: 16px;
    }

.contact .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: -15px;
}
.owl-carousel {
    padding: 30px 0;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
}

    .owl-dots span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #01b0f8;
        margin: 0 5px;
    }

    .owl-dots .active span {
        background: #01b0f8;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }


@media (max-width: 1199px) and (min-width: 992px) {
    .r-8 {
        right: 5px;
        font-size: 11px !important;
    }
}
/* Mobile hide/show */
@media (max-width: 768px) {
    /*   .....custom responsive.......//////*/
    .server-banner {
        background-image: url('../../images/Teams-mobile.webp');
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        color: #fff;
        padding: 25px 30px 8px;
        margin-top: 50px;
    }
    .custm-txt-center {
        max-width: 100% !important;
        text-align: start !important;
    }
}


/* Mobile Screen */
@media (max-width: 478px) {
    .display-5 {
        font-size: 23px!important;
    }
    .domain-box {
        border-radius: 15px!important;
        padding: 4px 10px!important;
    }
    .search-btn {
        padding: 7px 18px!important;
        border-radius: 7px!important;
    }
}

@media (max-width: 575px) {
    .contact-header h1 {
        font-size: 25px!important;
        margin-bottom: 10px !important;
    }
    h2.txt-c-custm {
        margin-bottom: 16px!important;
        font-size: 20px!important;
    }
    .pstyle {
        font-size: 16px!important;
    }
    .benefits-section h2 {
        font-size: 23px!important;
        margin-bottom: 12px!important;
    }
    .benefits-section p {
        margin: 0px auto 21px!important;
    }
        .choose-section {
            padding: 30px 15px;
        }

            .choose-section h2 {
                font-size: 1.9rem;
            }

        .feature-card {
            padding: 18px;
        }

        .px-container {
            padding: 10px !important;
        }
    .px-container2 {
        padding: 20px 10px;
    }
        .testimonial-section {
            padding: 31px 11px;
            text-align: center;
        }

        .bdg-custm {
            background: #CA0000;
            padding: 8px;
            letter-spacing: 0.6px;
            top: 0px !important;
            right: 7px;
        }
        /*    .feature-icon img {
        max-width: 140px !important;
        display: inline!important;
    }*/
    }

    .display-5 {
        font-weight: 400;
        line-height: 1.2;
        font-size: 35px;
        font-family: 'Plus Jakarta Sans';
    }
    /* Tablet */
    @media (max-width: 768px) {
        .contact-header h1 {
            margin-bottom: 10px !important;
        }
        .contact {
            height: 271px!important;
        }
        .choose-section p {
            font-size: 1rem;
            max-width: 90%;
        }

        .benefits-section {
            padding: 0px 0px!important;
        }

        .contact-header {
            height: 256px;
        }
    }
    /* Large Screen */
    @media (min-width: 768px) and (max-width: 991px) {
        .choose-section {
            padding: 65px 20px;
        }

        .contact-header {
            height: 310px;
        }

        .feature-icon img {
            max-width: 221px;
        }

        .feature-card {
            display: flex;
            align-items: flex-start;
        }

        .feature-icon {
            width: fit-content;
        }
        /*   .feature-title {
    margin:0px!important;
    }*/

    }
    /* Large Screen */
    @media (min-width: 1400px) {
        .choose-section {
            padding: 70px;
        }

        .feature-icon img {
            max-width: 200px;
        }
    }


    /*domain*/
    .domain-section {
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../../images/domain background webp.webp") center/cover no-repeat;
        color: #fff;
        text-align: center;
        padding: 65px 20px 10px;
        border-radius: 24px;
    }

    .domain-box {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 18px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 7px 20px;
        box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
        border: 1px solid white;
    }

        .domain-box input {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 14px;
            width: 100%;
            outline: none;
        }

            .domain-box input::placeholder {
                color: #ccc;
            }

    .prefix-text {
        font-size: 18px;
        font-weight: 400;
        white-space: nowrap;
        color: #fff;
    }

    .search-btn {
        background: #34A4F5;
        color: #fff;
        font-weight: 500;
        padding: 12px 30px;
        border-radius: 10px;
        border: none;
        transition: 0.3s;
    }

        .search-btn:hover {
            background: #0d8ddb;
        }

    @media (min-width: 991px) and (max-width: 1200px) {
        .res-top {
            margin-top: 35px !important;
        }
    }

/* New Testimonial Section Styles */
.testimonial-section-new {
    background-color: #081324 !important;
    color: #ffffff !important;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-bg-quote-container {
    position: absolute;
    top: 50px;
    left: 70px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
}

.testimonial-bg-quote {
    font-size: 120px;
    color: #34A4F5;
}

.testimonial-heading-new {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.testimonial-subheading-new {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 18px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    line-height: 1.6;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.testimonial-card-new {
    background-color: #0d1e36 !important;
    border: 1px solid rgba(52, 164, 245, 0.15) !important;
    border-radius: 20px !important;
    padding: 35px 30px !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 0; /* Override default blockquote margin */
}

.testimonial-card-new:hover {
    transform: translateY(-8px);
    border-color: rgba(52, 164, 245, 0.4) !important;
    box-shadow: 0 12px 30px rgba(8, 19, 36, 0.5) !important;
}

.stars-container-new {
    color: #34A4F5 !important;
    font-size: 18px;
    margin-bottom: 20px;
}

.stars-container-new i {
    margin-right: 2px;
}

.testimonial-quote-text {
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #e2e8f0 !important;
    font-weight: 500 !important;
    margin-bottom: auto !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.testimonial-card-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 25px 0 20px 0 !important;
    width: 100%;
}

.testimonial-author-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.testimonial-avatar-new {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 1.5px solid rgba(52, 164, 245, 0.3);
}

.author-details-new {
    display: flex;
    flex-direction: column;
}

.author-name-new {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 2px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.author-role-new {
    font-size: 13px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.testimonial-tag-new {
    border: 1px solid rgba(52, 164, 245, 0.3) !important;
    background-color: rgba(52, 164, 245, 0.08) !important;
    color: #34A4F5 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    border-radius: 8px !important;
    width: fit-content;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

@media (max-width: 768px) {
    .testimonial-section-new {
        padding: 50px 15px;
    }
    .testimonial-heading-new {
        font-size: 28px !important;
    }
    .testimonial-subheading-new {
        font-size: 15px !important;
        margin-bottom: 30px;
    }
    .testimonial-card-new {
        padding: 25px 20px !important;
    }
    .testimonial-bg-quote-container {
        top: 20px;
        left: 20px;
    }
    .testimonial-bg-quote {
        font-size: 80px;
    }
}