/* Media Query for 1550px and above */
@media screen and (min-width: 1920px) {
    .banner-heading-v2 {
        font-size: 1.8em; /* Larger font size for wider screens */
    }
    .banner-desc-v2 {
        font-size: 1.2em;
    }
    .btn-wrapper {
        margin-top: 2em;
    }
}
@media screen and (min-width: 1550px) {
    .banner-heading-v2 {
        font-size: 1.6em;
        font-weight: 600;
    }
    .banner-desc-v2 {
        font-size: 1.3em;
    }
    .btn-wrapper {
        margin-top: 2rem;
    }
}

/* Media Query for 1440px and above */
@media screen and (min-width: 1440px) and (max-width: 1549px) {
    .banner-heading-v2 {
        font-size: 1.5em;
    }
    .banner-desc-v2 {
        font-size: 1.2em;
    }
    .btn-wrapper {
        margin-top: 2em;
    }
}

/* Media Query for 1336px to 1439px */
@media screen and (min-width: 1336px) and (max-width: 1439px) {
    .banner-heading-v2 {
        font-size: 1.2em;
    }
    .banner-desc-v2 {
        font-size: 1.05em;
    }
    .btn-wrapper {
        margin-top: 0.6em;
    }
}

/* Media Query for 1200px to 1335px */
@media screen and (min-width: 1200px) and (max-width: 1335px) {
    .banner-heading-v2 {
        font-size: 1.2em;
    }
    .banner-desc-v2 {
        font-size: 1.05em;
    }
    .btn-wrapper {
        margin-top: 0.6em;
    }
}

/* Media Query for 1100px and below */
@media screen and (max-width: 1100px) {
    .banner-heading-v2 {
        font-size: 1.2em;
    }
    .banner-desc-v2 {
        font-size: 1.05em;
    }
    .btn-wrapper {
        margin-top: 0.6em;
    }
}


@media screen and (max-width: 992px){
    nav{
        height: unset;
    }
    .small-p-0{
        padding: 0;
    }
    .nav-logo{
        height: 60px;
    }
    .navbar-toggler {
        border: none;
        outline: none;
        color: #000;
        padding: 0;
    }
    .menu-icon {
        font-size: 1.5rem;
        color: #0078B9;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: unset;
    }
    .nav-link {
        justify-content: start;
    }
    .navbar-light .navbar-nav .nav-link:hover{
        color: #000;
    }
    #menu{
        margin-top: 0px;
        overflow: hidden;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .menu-item{
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    .nav-item:not(:last-child){
        margin-right: 0;
    }
    .services-dropdown .dropdown-item.nav-link{
        text-align: start;
        justify-content: flex-start;
        border-top: 1px solid #cacaca;
    }
    .services-dropdown .dropdown-item.nav-link:last-child{
        text-align: start;
        justify-content: flex-start;
        border-bottom: 1px solid #cacaca;
    }
    .services-dropdown .dropdown-item.nav-link .menu-item{
        justify-content: flex-start;
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
    .services-dropdown .dropdown-menu{
        box-shadow: none;
        padding: 0 0.5rem;
    }
    .dropdown-item{
        padding: 0.3rem 0;
        color: black;
        font-weight: 500;
    }
    .banner-section-v2{
        padding: 1.5rem 1rem;
    }
    .banner-image-v2 {
        max-width: 90%;
        max-height: 90%;
        object-fit: cover;
        vertical-align: middle;
        overflow: hidden;
    }
    .banner-heading-v2{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .change-your-vision {
        font-size: 1.3rem;
        text-align: center;
    }
    .btn-wrapper {
        display: inline-block;
        margin-top: 1.3rem;
    }
    .banner-section-v2 .swiper-slide{
        padding-bottom: 3.12rem;
    }
    .swiper-pagination-bullet-active{
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 0.3rem;
        background-color: #fff;
    }
    .achievements-section {
        padding: 1.5rem 1rem;
    }
    .sections-heading{
        font-size: 1.3rem;
    }
    .services-section {
        padding: 1rem 1.5rem;
    }
    .service-relative{
        position: relative;
    }
    .services-section .service-relative .sections-heading{
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    .service-relative .sub{
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 0;
    }
    .swiper-pagination-service{
        margin-left: 0.5rem;
        position: absolute;
        top: unset;
    }
    .service-relative .service-know-more{
        background: #fff;
        border: 2px solid #0078B9;
        color: #0078B9;
        padding: 0.4rem 1rem;
        border-radius: 50px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .service-right{
        position: relative;
        padding: 1rem 1rem;
    }
    /* .service-right .overlay{
        position: absolute;
        left: 0;
        right: 0;
        background: #eaf7ff;
        height: 230px;
        border-radius: 2rem;
        z-index: -1;
    } */
    .service-right .right-top-text{
        padding: 0 0;
        text-align: center;
    }
    .service-card-1{
        padding: 1rem;
        margin: 0.2rem 0;
        border-radius: 1.5rem;
        background: #fff;
        box-shadow: 0 0 4px 2px #ededed;
    }
    .service-card-1:hover{
        background: #fff;
        border-radius: 1.5rem;
        box-shadow: 0 0 4px 2px #ededed;
    }
    .service-card-1 i{
        font-size: 2.5rem;
        color: #0078B9;
    }
    .service-card-1 .heading{
        font-size: 0.9rem;
        font-weight: 700;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .service-card-1 .text{
        display: block;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .service-card-1 .icon-button{
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background: #000;
        color: #fff;
        border-radius: 50%;
        margin-left: auto;
        margin-top: 1rem;
        text-decoration: none;
        cursor: pointer;
    }
    .service-card-1 .icon-button i{
        font-size: 1rem;
        color: #fff;
    }
    
    .service-swiper .swiper-pagination-bullet-active{
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 0.3rem;
        background-color: #0078B9;
    }
    .btn.prev-btn, .btn.next-btn {
        z-index: 1;
    }
    .services-content {
        width: 100%;
        padding: 0 1.8rem;
    }
    .clients-section {
        padding: 1rem;
    }
    .testimonials-section {
        padding: 1rem 1.5rem;
    }
    .testimonial-card {
        padding: 0rem;
        padding-top: 1rem;
    }
    .testimonial-icon {
        font-size: 1.5rem;
        position: unset;
    }
    .positioned-testimonial-card {
        margin-top: 0;
    }
    .testimonial-content {
        font-size: 0.8rem;
        line-height: 1.25rem;
        padding-left: 0;
    }
    .testimonial-details {
        padding: 1rem;
    }
    .avatar-image{
        height: 61px;
        width: 61px;
    }
    .testimonial-sub-details{
        padding-left: 0;
    }
    .testimonial-sub-details h5 {
        font-size: 0.75rem;
    }
    .testimonial-sub-details h6 {
        font-size: 0.68rem;
    }
    .swiper3 .swiper-pagination-bullet-active{
        background-color: #0078B9;
    }
    .careers-page .swiper2 .swiper-pagination-bullet-active{
        background-color: #0078B9;
    }
    .careers-page .swiper2 .swiper-slide{
        height: 100%;
    }
    .careers-info-section {
        padding: 1.5rem 1rem;
    }
    .careers-info-heading {
        font-size: 1.2rem;
    }
    .careers-info-desc{
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .our-campus {
        padding:  0 1rem 1.5rem;
    }
    .diverse-section {
        padding: 1.5rem 1rem;
    }
    .diverse-info {
        margin-bottom: 0;
        font-size: 0.75rem;
        text-align: center;
    }
    .diverse-heading {
        text-align: center;
    }
    .join-our-team {
        padding:  1.5rem 1rem;
    }
    .contact-info-section {
        padding: 1.5rem 1rem;
        padding-bottom: 0;
    }
    /* About */
    .internal-content {
        min-height: 20vh
    }
    .about-info-desc{
        margin-bottom: 1.3rem;
        font-size: 0.9rem;
    }
    .call-to-action {
        padding: 1.5rem 1rem;
    }
    /* .call-to-action-image {
        max-width: 100%;
    } */
    .quote-icon{
        margin: 1rem 0;
        font-size: 2.5rem;
    }
    .quote-content {
        margin-bottom: 1.5rem;
    }
    .team-carousel-section {
        padding: 1.5rem 1rem;
    }
    /* Services */
    .services-page .services-section{
        padding: 1.5rem 1rem;
    }
    .individual-section {
        padding: 1.5rem 1rem;
    }
    .individual-top-heading {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    /* .mobile-heading-padding{
        padding: 0 1.1rem;
    } */
    .individual-main-heading{
        font-size: 1.5rem;
    }
    .individual-desc {
        font-size: 0.9rem;
    }
    .separator-line {
        margin-bottom: 1rem;
    }
    .list-style {
        padding-left: 2rem;
        margin-bottom: 0;
    }
    .list-style li p{
        font-size: 0.9rem;
    }
    .major-benefits-section {
        padding: 1.5rem;
    }
    .individual-seperator-line {
        margin-bottom: 1rem;
    }
    /* image-border-text */
    .image-border-text {
        height: 2.81rem;
    }
    .image-border-text p{
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    .bottom-heading {
        font-size: 1rem;
        padding: 0.8rem 0;
    }
    .image-carousel-card:hover .bottom-heading{
        padding-top: 0;
    }
    /* Contact-page */
    .form-section {
        padding: 1.5rem 1rem;
    }
    .form-card {
        padding: 1rem;
    }
    .info-contact-us p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .social-icons{
        margin-bottom: 1rem;
    }
    .nav-padding {
        padding: 0 .6rem;
    }
    .home-info-desc {
        line-height: normal;
        margin-top: 1em;
    }
    /* Tabs */
    .services-page .nav-tabs {
        padding: 0;
        padding-bottom: 1rem;
        display: inline;
        text-align: center;
    }
    .services-page .nav-tabs .nav-item{
        margin: 0;
        padding: .5rem;
    }
    .nav-tabs .nav-item .nav-link{
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .tabs-card-body {
        min-height: unset;
    }
    .tab-content>.active {
        margin-top: 1rem;
    }
    .industries-section .tab-content {
        padding: 1rem;
    }
    .tabs-card-1 .btn.know-more-btn {
        margin-top: 1rem;
    }
    .industries-page .nav-tabs {
        display: inline;
        text-align: center;
    }
    .industries-page .nav-tabs .nav-item {
        margin: 0;
        padding: .5rem;
    }
    .contact-details-section {
        padding: 1.5rem 1rem;
    }
    .email-card-heading {
        font-size: 1.3rem;
    }
    .email-card-email {
        font-size: 1rem;
    }
    .mobile-card-heading{
        font-size: 1.3rem;
    }
    .mobile-card-mobile{
        font-size: 1rem;
    }
    .map-section {
        padding: 1rem;
        padding-top: 0;
    }
    .address {
        font-size: 1rem;
        font-weight: 500;
    }
    .contact-map iframe {
        height: 100%;
        margin: .8rem 0;
    }
    .careers-card{
        padding: 1rem;
    }
    .swiper2{
        display: flex;
        justify-content: center;
    }
    .swiper2 .swiper-slide{
        padding: 0;
        padding-bottom: 40px;
    }
    .industries-section .tab-content-desc {
        font-size: 1rem;
    }
    .careers-heading {
        font-size: 1rem;
    }
    .careers-desc {
        font-size: .8rem;
    }
    .breadcrumb-section {
        padding: 1rem;
    }
    .hover-image {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    .disclaimer-section{
        padding: 1.5em 1em;
    }
}