
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}


@media (max-width: 1200px) {
    .title_banner{
        font-size: 40px;
        font-weight: 600;
    }
}
@media (max-width: 992px) {
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 280px;
    }
}

@media (max-width: 991px) {
    #navbar_content:not(.show){
        display: block !important;
        /* flex-direction: column; */
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        background: var(--white_color);
        height: 100vh;
        overflow: auto;
        transition: all .4s cubic-bezier(.6,.1,.68,.53) ;
    }
    #navbar_content{
        display: block !important;
        position: fixed;
        top: 0;
        width: 290px;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .6s cubic-bezier(.6,.1,.68,.53) ;
        /* will-change: transform, visibility; */
        background: var(--white_color);
        background: var(--bg_primary);

        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        z-index: 99;
        padding: 1rem 0.5rem 1rem;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex;
        transform: translateX(-100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        background: rgba(51,51,51,.5);
    }

    #navbar_content.collapse_content_shadow{
        display: flex !important;
        position: fixed;
        height: 100%;
        width: 100%;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        /* will-change: transform, visibility; */
        background: rgba(4, 49, 31, 0.5);
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        padding: 1rem;
        z-index: 99;
    }
    #btn_toggleNav{
        color: var(--primary_color);
        border-radius: 8px;
        padding: 8px 10px;
        font-size: 22px;
        border: 1px solid var(--border_color);
        background: var(--white_color);
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btn_toggleNav:hover{
        background: var(--accent_color);
    }
    #btn_toggleNav i{
        line-height: 1 !important;
    }
    #nav_item{
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid var(--border_color);
    }
    #nav_item:hover{
        border-color: var(--primary_color);
    }
    #nav_item i{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: var(--primary_color);
        color: var(--white_color);
        border-radius: 5px;
        line-height: 1rem;
    }
    .dropdownMenu_Nav{
        border: 1px solid var(--primary_color);
        margin: 10px 0;
    }
    #logo img{
        width: 75px;
    }
    .listed_contactInfo_Item{
        font-size: 13px;
    }
    .home_banner {
        min-height: 90vh;
        padding: 130px 0 0;
    }
    .title_banner{
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    #logo img{
        width: 60px;
    }
    .home_banner {
        min-height: 60vh;
        padding: 80px 0 0;
    }
    .title_banner{
        font-size: 30px;
    }
    .banner-image-shape-two{
        height: 50%;
    }
    .step_block ul {
        padding-top: 30px;
    }
    .step_block ul li {
        flex-direction: column !important;
        padding-right: 30px;
    }
    .step_block ul li::after{
        display: none;
    }
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 100%;
    }
    .step_block ul li:before {
        right: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }
    .step_block ul li:first-child:before {
        height: calc(100% + 50px);
    }
    .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        right: -23px;
        width: 50px;
        height: 50px;
    }
    .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }
}
@media (max-width: 567px) {
    .topbarTitle{
        font-size: 13px;
    }
    .topbarTitle span{
        font-size: 14px;
    }
    .title_banner{
        font-size: 22px;
    }
    .description_banner{
        font-size: 17px;
    }
    .swiper_testmonial {
        padding: 30px 15px;
    }
}

@media (max-width: 350px) {
    .card_contactInfo{
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {
    .footer_sec {
        padding: 40px 0 20px;
    }
    
    .footer-logo-section {
        margin-bottom: 30px;
    }
    
    
    
    .newsletter-form {
        max-width: 100%;
    }
    
  
    .footer-section {
        margin-bottom: 30px;
    }
    
    .footer-section-title::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    
}

@media (max-width: 576px) {
    .newsletter-form {
        gap: 15px;
    }
    
    .newsletter-input {
        width: 100%;
    }
    
  
    .footer-badges {
        gap: 10px;
    }
    
    .badge-item {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .step_item::after {
        display: none;
    }
    
    .process_steps {
        gap: 15px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .services_page_header {
        padding: 150px 0 0px;
    }
    
    .services_main_title {
        font-size: 32px;
    }
    
    .services_subtitle {
        font-size: 22px;
    }
    
    .services_description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .services_icon_bg {
        width: 100px;
        height: 100px;
    }
    
    .services_icon_bg i {
        font-size: 40px;
    }
    
    .stat_number {
        font-size: 28px;
    }
    
    .stat_label {
        font-size: 14px;
    }
    
    .breadcrumb_list {
        padding: 12px 20px;
        flex-wrap: wrap;
    }
    
    .breadcrumb_link {
        font-size: 14px;
    }
    
    .decoration_circle_1 {
        width: 120px;
        height: 120px;
    }
    
    .decoration_circle_2 {
        width: 100px;
        height: 100px;
    }
    
    .decoration_circle_3 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .services_main_title {
        font-size: 28px;
    }
    
    .services_subtitle {
        font-size: 20px;
    }
    
    .services_description {
        font-size: 16px;
    }
    
    .stat_item {
        padding: 20px 10px;
    }
    
    .services_stats .col-6 {
        margin-bottom: 15px;
    }
}
/* Responsive Design for Service Details */
@media (max-width: 992px) {
    .service_details_content {
        padding: 40px 0;
    }
    
    .contact_card {
        position: static;
        margin-top: 30px;
    }
    
    .feature_item {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .feature_item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .feature_icon{
        margin: auto;
    }
    
    .step_item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        align-items: center;
    }
    
    .step_item::after {
        display: none;
    }
    
    .process_steps {
        gap: 15px;
    }
}
/* Responsive Design for About Page */
@media (max-width: 992px) {

    
    .about_section {
        padding: 30px 20px;
    }
    
    .about_title {
        font-size: 28px;
        text-align: center;
    }
    
    .about_title::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .about_description {
        text-align: center;
        font-size: 16px;
    }
    

}

@media (max-width: 768px) {
    
    .about_title {
        font-size: 24px;
    }
    
    .about_description {
        font-size: 15px;
    }
    
    .feature_point {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .overlay_icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .stats_card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stats_icon {
        width: 60px;
        height: 60px;
    }
    
    .stats_icon i {
        font-size: 24px;
    }
    
    .stats_number {
        font-size: 28px;
    }
    
    .stats_label {
        font-size: 14px;
    }
}
/* Responsive Design for Blogs */
@media (max-width: 992px) {
    .blogs_content {
        padding: 40px 10px;
    }
    
    .blog_image {
        height: 200px;
    }
    
    .blog_content {
        padding: 20px;
    }
    
    .blog_link {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .blogs_content {
        padding: 30px 10px;
    }
    
    .blog_image {
        height: 180px;
    }
    
    .blog_content {
        padding: 15px;
    }
    
    .blog_meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .blog_link {
        font-size: 15px;
    }
    
    .blog_excerpt {
        font-size: 14px;
    }
    
    .blog_footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .date_day {
        font-size: 16px;
    }
    
    .date_month {
        font-size: 11px;
    }
}
/* Responsive Design for Blog Details */
@media (max-width: 991px) {
    .blog_sidebar {
        padding-right: 0;
        margin-top: 40px;
    }
    
    .article_content {
        padding: 30px 20px;
    }
    
    .reasons_grid {
        grid-template-columns: 1fr;
    }
    
    .author_info {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .article_meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .share_buttons {
        flex-wrap: wrap;
    }
    
    
    .tip_item {
        flex-direction: column;
        text-align: center;
    }
}
