@media(max-width:1199px){    
	.left-content, .right-content {
        width: 100%;
    }
    .sec-div{
        gap: 20px;
    }
}
@media(max-width:991px){
    header .menu-btn{
    display: flex;
    }
    header nav{
        display: none;
    }
    .banner{
        flex-wrap: wrap;
        gap: 30px;
        height: auto;
        padding: 40px 5%;
    }
    .banner .content h2 {
        font-size: 52px;
    }
    .banner .banner_img{
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .banner .content {
        width: 100%;
    }
    .why_choose_us_bg .why_choose_us_img_1 {
        top: 30%;
        width: 40%;
    }
    .why_choose_us_bg .why_choose_us_img_2 {
        top: 25%;
        width: 60%;
    }
    .banner .content{
        padding-left: 0;
    }

    .what-we .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .discription {
    padding: 0 0;
    }
    .banner_inner{
        height: auto;
    }
    .pt_130{
        padding-top: 130px;
    }
    .pt_80{
        padding-top: 80px;
    }
	.pt_100{
        padding-top: 100px;
    }
    .book_btn{
        font-size: 20px;
        padding: 18px 30px;
    }
    header .book_btn{
        font-size: 16px;
        padding: 15px 20px;
    }
    .footer_flex{
        flex-direction: column;
        align-items: center;
    }
    .copy_right{
        justify-content: center;
    }
    header{
        padding: 30px 5%;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        transition: 0.3s
    }
    header.active{
        padding: 10px 5%;
    }
    .banner{
        padding-top: 130px;
    }
    .step-description {
        width: auto;
    }
    /* .container {
        padding: 10px;
      }
       */
      h1 {
        font-size: 26px;
      }
      
      .subheading {
        font-size: 16px;
      }
      
      .accordion-header {
        padding: 15px;
      }
      
      .accordion-title {
        font-size: 16px;
      }

        .what-we  .cards-container,
        .bottom-cards-container {
            grid-template-columns: 1fr;
        }
        
        .what-we .card {
            margin-bottom: 15px;
        }

        .office-address {
        margin-left: 20px;
        }
        
        .india-flag, .srilanka-flag {
            width: 100%;
        }
    
        .india-highlight {
            width: 45px;
        }
        .contact-section {
            flex-direction: column;
        }
        
        .contact-info, .map-container {
            min-width: 100%;
        }    
		.banner_inner{
        	padding: 100px 0 80px 0;
		}
}
@media (max-width: 600px) {
	.banner_inner .content_services p {
    	font-size: 18px;
	}
	.banner_inner .content_services h2 {
		font-size: 32px;
	}
    .discription h4 {
        font-size: 26px;
    }
    .new-disc h4 {
        font-size: 24px;
    }
    .quote p {
        font-size: 22px;
    }
    .banner .content h2 {
        font-size: 36px;
    }.heading h2 {
        font-size: 36px;
    }
    .heading_2 {
        font-size: 36px;
    }
    .logo img{
        width: 150px;
    }
    header .book_btn{
        font-size: 14px;
        padding: 13px 15px;
    }
    .why_choose_us_bg .why_choose_us_img_2 {
        top: 25%;
        width: 80%;
    }
    .why_choose_us_bg .why_choose_us_img_1 {
        top: 20%;
        width: 65%;
    }
    .community_bg .community_bg_img{
        width: 100%;
        height: 100%;
        left: 0;
    }
    .step-description {
        width: auto;
    }

/*     .banner_bg .banner_all_bg {
        position: absolute;
        right: none !important;
        top: none !important;
        width: auto !important;
        z-index: -1;
        bottom: 0 !important;
    } */
	.down_arrow_a{
    	top: 0% !important;
	}
	.down_arrow_a svg{
		width: 50px;
	}
}   


@media (max-width: 425px) {
    .book_card .heading h2, .heading_card .heading h2 {
        font-size: 30px;
    }
    .step-description {
        width: auto;
    }
	.text_gradient{
		font-size: 30px;
	}
	.down_arrow_about {
    	padding-top: 80px !important;
	}
}



  /* Responsive styles */
        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                left: -100%;
                top: 0;
                flex-direction: column;
                background-color: white;
                width: 100%;
                height: 100vh;
                text-align: center;
                transition: all 0.3s;
                box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
                padding-top: 80px;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-item {
                margin: 15px 0;
            }

            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s;
                padding: 0;
            }

            .dropdown.active .dropdown-menu {
                max-height: 300px;
            }
            
            .mobile-menu-btn {
                display: block;
                margin-right: 15px;
        }
    }