.choose-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../../images/whychoose.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 50px;
    color: #fff;
    text-align: center;
}

    /* Headings */
    .choose-section h2 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .choose-section p {
        font-size: 1.05rem;
        max-width: 850px;
        margin: 15px auto 30px;
        line-height: 1.7;
    }
.r-8 {
    right:8px;
}
/* Buttons */
.btn-primary {
    background: #34A4F5;
    border: none;
    border-radius: 10px;
}

.btn-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

/* Card Styles */
.feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 14px;
    transition: all 0.3s ease;
    height: 100%;
    text-align: start;
}

    .feature-card:hover {
        transform: translateY(-8px);
    }

/* Image Icon Responsive */
.feature-icon img {
    width: 100%;
    height: auto;
    max-width: 180px;
    display: block;
    margin: auto;
}

/* Text */
.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 12px 0 6px;
}

.feature-text {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
}

.testimonial-section {
    padding: 80px 20px;
    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 h5 {
    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: 60px 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 h5 {
    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: 80px 20px;
    text-align: center;
}

.benefits-section h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
}

.benefits-section p {
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
}

.benefit-card {
    border-radius: 20px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    text-align: left;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-image {
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.benefit-image img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.benefit-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

.server-banner {
    background-image: url('../../images/Teams.png');
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    color: #fff;
    padding: 50px 30px;
    margin-top: 50px;
}

 .server-banner h3 {
     font-weight: 600;
 }

 .server-banner p {
     max-width: 700px;
     margin: 20px 0;
 }
 .server-banner .btn {
     background: #fff;
     color: #001f60;
     font-weight: 600;
     border-radius: 10px;
     padding: 10px 24px;
 }
  /* Custom CSS  */
 .solutions-section {
     background: #fff;
 }

 .solution-card {
     position: relative;
     background: #fff;
     border-radius: 20px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.text-primary {
    --bs-text-opacity: 1;
    color: #34a4f5 !important;
}
 .solution-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
 }

.solution-card img {
    height: 60px;
}

 .badge {
     font-size: 0.85rem;
 }
.contact {
    height:500px;
}
.contact-header {
    background-image: url('../../images/indexbg.png');
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    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: system-ui;
    }
 
    .contact-header p {
        font-size: 0.9rem;
        color: #bfc7d1;
        max-width: 700px;
        margin: 15px auto 0;
        font-family: sans-serif;
    }

.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.png');
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        color: #fff;
        padding: 25px 30px 8px;
        margin-top: 50px;
    }
}




/* Mobile Screen */
@media (max-width: 575px) {
    .choose-section {
        padding: 30px 15px;
    }

        .choose-section h2 {
            font-size: 1.9rem;
        }

    .feature-card {
        padding: 18px;
    }

    .feature-icon img {
        max-width: 140px !important;
        display: inline!important;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .choose-section p {
        font-size: 1rem;
        max-width: 90%;
    }

}
/* Large Screen */
@media (min-width: 768px) and (max-width: 991px) {
    .choose-section {
        padding: 70px;
    }

    .feature-icon img {
        max-width: 250px;
    }
}
    /* 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/1463gett.jpg") center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 65px 20px 10px;
}

.domain-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 15px 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: 18px;
        width: 100%;
        outline: none;
    }

        .domain-box input::placeholder {
            color: #ccc;
        }

.prefix-text {
    font-size: 22px;
    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;
    }