/* Optional: fix dropdown spacing on mobile */
@media (max-width: 975px) {
    #thankYouPopup {
        width: 410px;
    }
}
 
@media (max-width: 991px) {
    .dropdown-menu {
        position: static;
        float: none;
    }

    .joblist {
        flex-direction: column;
    }

    .location1 {
        margin-bottom: 12px;
    }


    .blog-right {
        flex-direction: column;
    }

    .container-flex-box {
        flex-direction: column;
    }

    .blog-right img {
        width: 100%;
    }


    .case-main-box {
        text-align: center;
        margin: auto;
    }


    .case-studies-hero-text {
        font-size: 29px;
        line-height: 39px;
    }

    .case-studies-hero-img img {
        height: 200px;
    }

    .case-studies-hero-text {
        text-align: center;
    }

    .side-left {
        margin-bottom: 30px;
    }

    .dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .serv-box-heading {
        width: auto !important;
    }

    .contact-grid {
        flex-direction: column-reverse;
    }


    .pera-blog {
        width: 121px;
    }

    .slider-main-heading {
        font-size: 40px;
        ;
    }

    .slider-sub-heading {
        font-size: 20px;
    }

    .slider-text-main-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution-main-section {
        display: flex;
        flex-direction: column;
    }

    .solution-box1 {
        border-left: 0;
    }

    .en3-heading {
        font-size: 43px;
        line-height: 55px;
    }

    .potential-en3-text-box {
        width: 90%;
    }

    .vision-img {
        display: none;
    }

    .left-side-main-box img {
        height: 448px;
    }

    .blog-flax-box {
        flex-direction: column;
    }
	
	.footer-logo img {
		width: 190px !important;
	}

}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }


}

@media (max-width: 767px) {
    .slider-main-heading {
        font-size: 25px !important;
        line-height: 25px;
    }

    .slider-sub-heading {
        font-size: 16px;
    }

    .slider-pera {
        font-size: 14px;
    }


}

@media (max-width: 576px) {
    .policy-text p {
    	padding: 0 15px;
	}
}

 @media (max-width: 532px) {
 .arrow-button{
    padding: 14px 44px;
 }
}

@media (max-width: 449px) {
    #thankYouPopup {
        width: 90%;
    }
}

@media (max-width: 432px) {
    .footer-logo img {
        width: 190px !important;
    }
}

@media (max-width: 489px) {
    .owl-carousel .owl-item img {
        object-fit: cover;
    }

    .blog-img img {
        height: 150px;
        object-position: center;
    }

    .case-studies-hero-text {
        font-size: 21px;
        line-height: 30px;
    }

    .case-study-section {
        padding: 32px 0;
    }

    .blog-details-img img {
        height: 240px;
    }

    .case-studies-hero-text2 {
        font-size: 14px;
        line-height: 23px;
    }

    .case-main {
        font-size: 32px;
    }

    .en3-heading {
        font-size: 30px;
        line-height: 38px;
    }

    .potential-en3-text-box {
        padding: 27px 0 31px 0;
    }
}

@media (max-width: 479px) {
    .home-banner-section {
       padding: 106px 0 0 0;
    }
 
    .owl-dots{
        display: none;
    }
 
    .slider-text-main-box{
        padding: 0px 20px 23px;
    }
 
    .btn-hero{
        padding: 7px 9px;
        width:186px;
    }
 
    .home-banner-section .owl-carousel .owl-item img{
        width:520px !important
    }
	.slider-main-heading{
		font-size:21px !important
	}
}

@media (max-width: 1199px) {
    .serv-box-heading {
        font-size: 20px;
        width: 240px;
    }
}