.carousel {
    position: relative;
    width: 60% !important;
    /* Adjust as needed */
    height: 90vh;
    /* Adjust as needed */
    overflow: hidden;
}

.carousel-images {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-images img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.carousel-images img.active {
    opacity: 1;
}

.btn_darkblue_unique{
    background-color: #00ADEE !important;
    color: #fff !important;
    border: 2px solid #00ADEE;
}
.btn_darkblue_unique:hover{
    background-color: #14416b !important;
    transition: 2s !important;
    color: #fff;
    border: 2px solid #14416b;
}

.btn_web{
    color: #00ADEE;
}
.btn_web:hover{
    color: #14416b;
    transition: 1.5s;
}
.img_xgen {
    position: relative;
    width: 100%;
    height: 68vh !important;
    background-image: url('../assets/xgen-building.jpg');
    /* Yahan apni image ka URL daalein */
    background-size: cover;
    background-position: center;
}

.nav-link1 {
    position: relative;
    cursor: pointer;
}

.nav-link1.active {
    font-weight: bold;
}

.nav-link1.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    /* Active line color */
    bottom: -5px;
    /* Space between text and line */
    left: 0;
}
.min-width {
        height: 70vh !important;
    }
.rounded_round {
    width: 80%;
    border: 3px solid rgba(0, 59, 104, 0.838) !important;
    border-radius: 15px !important;
}

.bg-darkblue {
    background: #14416b;
}
.text_60{
    font-size: 69px;
}
.text_sixty{
    font-size: 60px;
}
/* Galaxy gz7 */
@media (min-width: 344px) and (max-width: 363px){
    .text_sixty {
        font-size: 30px !important;
    }
    body{
        position: sticky!important;
        overflow-x: hidden!important;
        }
        .row{
        --bs-gutter-x: 0!important;
        --bs-gutter-y: 0!important;
        }
    .carousel{
        width: 25rem !important;
    }
    .poster{
        font-size: 13px !important;
    }
    .text-22{
        font-size: 11px !important;
    }
    .carousel-images{
        width: 16rem;
    }
    .tablet_responsive{
        justify-content: center !important;
    }
    .min-width {
        height: 40vh !important;
    }
    .text-80{
        font-size: 70px !important;
    }
    .text_60{
        text-align: center;
        font-size: 35px !important;
    }

    .ms-5 {
        margin-left: 0 !important;
    }

    .me-5 {
        margin-right: 0 !important;
    }
}

/* Galaxy gz7 */

/* iphone se pro iphone 12 pro */
@media (min-width: 365px) and (max-width: 395px) {
    .text_sixty {
        font-size: 30px !important;
    }
    .carousel{
        width: 25rem !important;
    }
    body{
        position: sticky!important;
        overflow-x: hidden!important;
        }
        .row{
        --bs-gutter-x: 0!important;
        --bs-gutter-y: 0!important;
        }
    .poster{
        font-size: 13px !important;
    }
    .carousel-images{
        width: 22rem;
    }
    .min-width {
        height: 70vh !important;
    }
    .text-80{
        font-size: 60px !important;
    }
    .text_60 {
        font-size: 40px !important;
    }
    .tablet_responsive{
        justify-content: start !important;
    }
    .text-22{
        font-size: 12px;
    }
    .ms-5 {
        margin-left: 0 !important;
    }

    .me-5 {
        margin-right: 0 !important;
    }
}

/* iphone se iphone 12 pro end */

/* iphone xr iphone 14pro max  */
@media (min-width: 410px) and (max-width: 422px) {
    .text_sixty {
        font-size: 30px !important;
    }
    .text-22{
        font-size: 12px !important;
    }
    .carousel-images{
        width: 22rem;
    }
    .carousel{
        width: 25rem !important;
    }
    .poster{
        font-size: 13px !important;
    }
    .tablet_responsive{
        justify-content: start !important;
    }
    .min-width {
        height: 55vh !important;
    }
    .text-80{
        font-size: 70px !important;
    }

    .text_60 {
        text-align: center;
        font-size: 40px !important;
    }
    .text-dark-blue {
        font-size: 15px;
        /* Adjust icon size for mobile */
    }

    .ms-5 {
        margin-left: 0 !important;
    }

    .me-5 {
        margin-right: 0 !important;
    }
    body{
        position: sticky!important;
        overflow-x: hidden!important;
        }
        .row{
        --bs-gutter-x: 0!important;
        --bs-gutter-y: 0!important;
        }
}
@media (min-width: 422px) and (max-width: 440px) {
    .text_sixty {
        font-size: 30px !important;
    }
    .text-22{
        font-size: 12px !important;
    }
    .carousel-images{
        width: 22rem;
    }
    .poster{
        font-size: 13px !important;
    }
    .carousel{
        width: 25rem !important;
    }
    .tablet_responsive{
        justify-content: start !important;
    }
    .min-width {
        height: 55vh !important;
    }
    .text-80{
        font-size: 70px !important;
    }

    .text_60 {
        text-align: center;
        font-size: 45px !important;
    }
    .text-dark-blue {
        font-size: 15px;
        /* Adjust icon size for mobile */
    }

    .ms-5 {
        margin-left: 0 !important;
    }

    .me-5 {
        margin-right: 0 !important;
    }
    body{
        position: sticky!important;
        overflow-x: hidden!important;
        }
        .row{
        --bs-gutter-x: 0!important;
        --bs-gutter-y: 0!important;
        }
}
/* iphone xr iphone 14pro max  */
@media (min-width: 450px) and  (max-width: 550px) {
    .mobile_text {
        font-size: 16px;
        /* Adjust font size for mobile */
    }
    .poster{
        font-size: 13px !important;
    }
    .text_sixty {
        font-size: 36px !important;
    }

    .paragraph {
        font-size: 11px !important;
    }

    .border_paragraph {
        font-size: 13px;
    }

    .carousel {
        position: relative;
        width: 100% !important;
        /* Adjust as needed */
        height: 90vh;
        /* Adjust as needed */
        overflow: hidden;
    }

    .text-dark-blue {
        font-size: 16px;
        /* Adjust icon size for mobile */
    }

    .ms-5 {
        margin-left: 0 !important;
    }

    .me-5 {
        margin-right: 0 !important;
    }
    .carousel-images{
        width: 25rem;
    }
    .min-width {
        height: 75vh !important;
    }
    .text-80{
        font-size: 80px !important;
    }
    .text_60{
        text-align: center;
        font-size: 60px !important;
    }
}

/* iphone se pro iphone 12 pro */
@media (min-width: 740px) and (max-width: 770px) {
 /* footer */
 .quick_links {
    width: 30% !important;
}

.leagal {
    width: 30% !important;
}

.contact_footer {
    width: 40% !important;
}
    .heading {
        font-size: 30px !important;
    }
    .carousel-images{
        width: 25rem !important;
    }
    .carousel{
        width: 45rem !important;
    }
    
    .min-width {
        height: 55vh !important;
    }
    .text-80{
        font-size: 50px !important;
    }

    .text-60 {
        font-size: 30px !important;
    }
    .tablet_responsive{
        justify-content: center !important;
    }
    .text_60{
    font-size: 20px !important;
}
body{
    position: sticky!important;
    overflow-x: hidden!important;
    }
    .row{
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 0!important;
    }
}
@media (min-width: 770px) and (max-width: 820px) {
    .quick_links {
        width: 30% !important;
    }
    
    .leagal {
        width: 30% !important;
    }
    
    .contact_footer {
        width: 40% !important;
    }
    .heading {
        font-size: 30px !important;
    }
    .carousel-images{
        width: 25rem !important;
    }
    .carousel{
        width: 45rem !important;
    }
    .min-width {
        height: 55vh !important;
    }
    .text-80{
        font-size: 50px !important;
    }

    .text-60 {
        font-size: 30px !important;
    }
    .tablet_responsive{
        justify-content: center !important;
    }
    .text_60{
    font-size: 25.4px !important;
}
}

/* iPad Pro specific ranges */
@media (min-width: 850px) and (max-width: 920px) {
    .quick_links {
        width: 30% !important;
    }
    
    .leagal {
        width: 30% !important;
    }
    
    .contact_footer {
        width: 40% !important;
    }
.text_sixty {
font-size: 35px !important;
}
.carousel{
width: 30rem !important;
}
.carousel-images{
width: 28rem !important ;
}
.min-width {
height: 40vh !important;
}


.text_60 {
font-size: 1.5rem !important;
}
}

@media (min-width: 920px) and (max-width: 1030px) {
    .quick_links {
        width: 30% !important;
    }
    
    .leagal {
        width: 30% !important;
    }
    
    .contact_footer {
        width: 40% !important;
    }
.heading {
font-size: 30px !important;
}

.min-width {
height: 40vh !important;
}

.text-60 {
font-size: 35px !important;
}
.text_60 {
font-size: 38px !important;
}
}
.darkbluebtn{
width: 90% !important;
}
@media (max-width: 768px) {
.image-sindhDevelopment{
max-height: 300px; /* Limit height on smaller screens */
object-fit: cover; /* Ensure the image covers the area without distortion */
}
}
@media (max-width: 410px) {
.poster{
font-size: 12px !important;
}

}
@media (max-width: 586px) {
.special{
right: 0;
}
.dashboard-img {
background: none !important;
}
}
@media (min-width: 760px) and (max-width: 800px){
.special{
right: 25% !important;
}
.darkbluebtn{
width: 15rem !important;
}
}
@media (min-width: 820px) and (max-width: 930px){
.special{
right: 25% !important;
}
.darkbluebtn{
width: 15rem !important;
}
}

@media (min-width: 930px) and (max-width: 1130px){
.special{
right: 22% !important;
}
.darkbluebtn{
width: 15rem !important;
}
}


/* iphone pro */