@media (max-width: 575px){
    
    h2{
        font-size: 30px;
    }

    p{
        font-size: 20px;
    }

    #dark-bg-text-container{
        padding: 50px 20px;
    }

    #sebit-inline-dark-logo{
        max-width: 250px;
    }
	
	.banner-container {
    position: relative;
    display: inline-block;
    width: 100%;
	}

	.slider-img {
		width: 100%;
		height: auto;
		display: block;
	}

	.banner-overlay-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #FFFFFF;
		opacity: 0.8;
		font-family: 'Arial', sans-serif;
		font-weight: 700;
		font-size: 2.5rem;
		text-align: center;
		width: 90%;
		text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.5);
		pointer-events: none;
	}

    .box{
        margin: 20px 0px;
    }

    .no-padding-on-mobile{
        padding: 1.5rem 0px 1.5rem 0px !important;
    }

    .zebra{
        background: #E1EBF6;
    }
    
    .zebra-inverted{
        background: #F1F6FC;
    }

    #bg-container{
        background-size: 400%;
    }

    .navbar-item{
        width: 100%;
        margin: 5px 0px;
    }

    .navbar-item a{
        width: 100%;
    }

    .info-logos{
        position: relative;
        justify-content: center;
        align-items: center;
        min-height: 160px;
    }

    .info-logos img{
        max-height: 110px;
    }

    .info-logos .ai-logo{
        position: absolute;
        right: 0%;
        top: -38px;
        max-height: 100px !important;
    }

    .vcloud-logo-wrap, .products-badge {
        margin-top: 40px;
    }

    .products-badge{
        top: 20px;
        left: 16px;
        padding: 8px 12px;
        font-size: 20   px;
        gap: 8px;
    }

    .products-badge-icon{
        height: 35px;
    }

    .vcloud-logo{
        max-width: 200px;
        margin-top: 20px !important;
    }

    .vcloud-icon{
        right: -30px;
        top: -54px;
        width: 58px;
    }

    .vcloud-title{
        font-size: 24px;
    }

    .vcloud-info-card{
        padding: 20px;
    }

    .vcloud-info-title{
        font-size: 22px;
    }

    .vcloud-info-text{
        font-size: 15px;
    }

    .eba-card{
        padding: 24px;
    }

    .eba-title-img{
        max-width: 180px;
    }

    .eba-alert-icon{
        width: 50px;
        left: 38px;
        bottom: 28px;
    }

    .eba-bg-icon{
        width: 130px;
        right: 50px;
        bottom: 0px;
        opacity: 0.3;
    }

    .awards-section-icon{
        position: absolute;
        right: 10px;
        z-index: 99;
        max-width: 407px;
        margin-top: 0px;
    }

    .vcloud-title{
        font-size: 22px !important;
    }

    .vcloud-info-img{
        display: none;
    }

    .eba-pt{
        padding-top: 100px;
    }

    .adaptive-bg-icon{
        right: 100px;
        max-width: 55vw;
    }
    .vcloud-info-card{
        text-align: center;
    }

    .vcloud-info-title,
    .vcloud-info-text {
        text-align: center;
    }

    .vcloud-cap-title {
        font-weight: 700;
        font-size: 24px;
    }
    .products-badge{
        font-size: 25px !important;
    }

    .eba-text{
        font-size:16px;
    }

    .image-showcase-row{
        flex-wrap: wrap;
    }

    .image-card{
        max-width: 100%;
        max-height: 150px;
    }

    .project-title{
        font-size: 22px;
        text-align: left;
        margin-top: 0px !important;
    }

    .project-description,
    .project-details{
        text-align: left;
        font-size: 15px;
    }

    /* Awards grid mobile adjustments */
    .awards-row .col{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 12px 10px;
    }
    .awards-row img{
        max-width: 80%;
        height: auto;
        max-height: 70px;
    }
    .awards-row h5{
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    .awards-row p{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    /* Capabilities cards uniform height on mobile */
    .cap-card{
        min-height: 450px;
    }

    #international-products{
        padding-top: 50px;
    }
    

    #contact{
        padding-top: 50px;
    }

    .contact-section-icon{
        position: absolute;
        right: 40px;
        top: -10px;
        z-index: 99;
        max-width: 140px;
        margin-top: 0px;
    }

    .contact-info{
        text-align: center;
        margin-top: 30px;
    }

    .contact-country,
    .contact-company,
    .contact-address,
    .contact-email-title,
    .contact-email{
        text-align: center;
    }

    .contact-map{
        padding: 10px;
    }

    .contact-map iframe{
        width: 100%;
        height: 250px;
    }

    .footer-top{
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-left,
    .footer-center,
    .footer-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-nav{
        flex-direction: column;
        gap: 15px;
    }

    .ac-gallery-item:last-child {
        margin-bottom: 30px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .bett-left p{
        line-height: 1.4 !important;
    }
}
