/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/



/* Add space below the image in tablet and laptop views (1024px and above) */
@media (min-width: 1024px) {
    .about_section .col-md-6 .image_2 {
        margin-top: 30px; /* Add margin to push the image down */
    }
}

/* Optional: you can adjust this margin for smaller views (tablets) */
@media (max-width: 1024px) {
    .about_section .col-md-6 .image_2 {
        margin-top: 90px; /* Adjust based on your layout */
    }
}






@media (max-width: 430px) { /* This will apply to medium screens and below */
    .col-md-6 {
        margin-top: 0 !important;
    }
}


@media (max-width: 576px) { /* Small screens */
    .need {
        white-space: nowrap;
        font-size: 14px; /* Adjust as needed to fit in one line */
    }
}
@media (min-width: 1024px) { /* Small screens */
    .need {
        white-space: nowrap;
        font-size: 14px; /* Adjust as needed to fit in one line */
    }

    .contact-link{
        white-space: nowrap;
    }
}






@media (max-width: 426px) { 
    /* For smaller mobile tablet screens */
    .whatsapp {
        width: 42px; /* Fixed the typo by removing the extra px */
        height: auto;
    }

    .phoneicon {
        font-size: -5px;
    }
}

@media (max-width: 321px) { 
    /* For smaller mobile tablet screens */
    .whatsapp {
        width: 40px; /* Fixed the typo by removing the extra px */
        height: auto;
    }

    .phoneicon {
        font-size: 0.1px;
    }
}


/* Ensure upward positioning of WhatsApp icon */
@media (max-width: 1024px) {
    .contact-link {
      margin-left: 20px; /* Move the button to the right */
    }
  }

 /* Large Mobile (>= 768px and < 1024px) */


/* Styles for Mobile L (425px) */

/* Laptop Large (>= 1440px) */
@media (min-width: 1025px) {
    .banner_taital {
      padding-top: 52px !important;  /* Use !important to override any other conflicting styles */
    }
  }


  @media (max-width: 320px) {
    .banner_taital {
      padding-top: 0px !important;  /* Use !important to override any other conflicting styles */
    }

   
  }
  

/* For tablets: 768px to 1024px */
@media (max-width: 768px) and (min-width: 300px) {
    .whatsapp {
      position: relative;
      top: -10px !important; /* Move WhatsApp logo up slightly */
    }
  
    .phoneicon {
      position: relative;
      top: -10px !important; /* Move phone icon up slightly more */
    }
  }
  

  
  /* Laptop Large (>= 1440px) */
@media (min-width: 1440px) {
    .banner_taital {
      padding-top: 40px; /* Increase padding-top to move it further down */
    }
  }
  

  
  
  /* For small mobile screens 320px */
  @media (max-width: 320px) {
    .whatsapp {
      position: relative;
      top: -40px !important; /* Further upward adjustment */
    }
  
    .phoneicon {
      position: relative;
      top: -38px !important; /* Highest upward movement */
    }
  }
  











/* Apply no-wrap behavior only on mobile and tablet views */
@media (max-width: 767px) {
    .lorem_text .no-wrap {
      white-space: nowrap;  /* Prevent the word "user-friendly" from wrapping */
    }
  }
  


  
 /* Apply only for tablet and mobile large views */
@media (max-width: 1024px) {
    .logo {
      position: relative;  /* Set the position to relative */
      top: -5px;  /* Move it up by 10px (adjust as needed) */
    }
  }
  
  @media (max-width: 767px) {
    .logo {
      position: relative;  /* Set the position to relative */
      bottom: 10px;  /* Move it up by 15px (adjust as needed) */
    }
  }




  @media (max-width: 320px) {
    .logo {
      position: relative;  /* Set the position to relative */
      top: 0px;  /* Move it up by 15px (adjust as needed) */
    }
  }
  
  



@media  (max-width: 1024px) {
    
    .lorem_text {
        font-size: 16px; /* Adjusted for larger screens */
        line-height: 1.5; /* Maintain readability */
    }
    .design_text {
        font-size: 24px; /* Slight increase for emphasis */
        line-height: 1.5;
    }
    .ipsum_text {
        font-size: 16px; /* Match the increased size */
        line-height: 1.5;
    }
    .item h6 {
        font-size: 16px; /* Increased for better visibility */
        line-height: 1.5;
    }
    .contact-section p {
        font-size: 16px; /* Increase for readability */
        line-height: 1.5;
    }
    .magna_text {
        font-size: 22px; /* Increased size */
        line-height: 1.5;
    }
    .banner_taital {
        font-size: 32px; /* Larger heading */
        line-height: 1.2;
    }
    .about_taital {
        font-size: 30px; /* Slight increase */
        line-height: 1.2;
    }
    .service_taital {
        text-align: center;
        font-size: 30px; /* Adjusted for visibility */
        line-height: 1.2;
    }
    h1.blog_taital {
        font-size: 30px; /* Increased for prominence */
        line-height: 1.2;
    }
    .section-head h4 {
        font-size: 30px; /* Increased heading size */
        line-height: 1.2;
    }
    .content-wrapper h2 {
        font-size: 30px; /* Larger subheading */
        line-height: 1.2;
    }
    .about_text{
        font-size: 16px;
    }
}


@media (min-width: 2560px) and (max-width: 3840px) {
    .lorem_text {
        font-size: 20px; /* Adjust size for larger screens */
        line-height: 1.6; /* Optional: Adjust line height for readability */
    }
    .design_text {
        font-size: 32px; /* Larger font size for emphasis */
        line-height: 1.6; /* Optional: Adjust line height */
    }
    .ipsum_text {
        font-size: 20px; /* Adjust size for larger screens */
        line-height: 1.6; /* Optional: Adjust line height */
    }
    .item h6 {
        font-size: 20px; /* Adjust size for larger screens */
        line-height: 1.6; /* Optional: Adjust line height */
    }
    .contact-section p {
        font-size: 20px; /* Adjust size for larger screens */
        line-height: 1.6; /* Optional: Adjust line height */
    }
    .magna_text {
        font-size: 28px; /* Larger size for visibility */
        line-height: 1.6; /* Optional: Adjust line height */
    }
    .banner_taital {
        font-size: 48px; /* Large title for impact */
        line-height: 1.2; /* Optional: Adjust line height */
    }
    .about_taital {
        font-size: 40px; /* Large font size for emphasis */
        line-height: 1.2; /* Optional: Adjust line height */
    }
    .service_taital {
        text-align: center;
        font-size: 40px; /* Large font size for visibility */
        line-height: 1.2; /* Optional: Adjust line height */
    }
    h1.blog_taital {
        font-size: 40px; /* Large blog title */
        line-height: 1.2; /* Optional: Adjust line height */
    }
    .section-head h4 {
        font-size: 40px; /* Large section header */
        line-height: 1.2; /* Optional: Adjust line height */
    }
    .content-wrapper h2 {
        font-size: 40px; /* Large content header */
        line-height: 1.2; /* Optional: Adjust line height */
    }
}


@media  (max-width: 768px) {
    .client_section_2 .row {
        display: flex; /* Use flexbox for responsive layout */
        flex-wrap: wrap; /* Allow wrapping */
        margin: -10px; /* Adjust for spacing between cards */
    }

    .client_section_2 .col-md-4 {
        flex: 1 1 100%; /* Make each column take full width */
        max-width: 600px; /* Ensure it doesn't exceed 100% */
        padding: 0px; /* Add some padding for spacing */
    }

    .client_box {
        width: 70px; /* Ensure the card fills its column */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: add some shadow for better visibility */
        border: 1px solid #e0e0e0; /* Optional: add border */
        border-radius: 8px; /* Optional: round corners */
        padding: 20px; /* Add padding inside cards */
        box-sizing: border-box; /* Include padding in width calculation */
    }
}




@media (min-width: 425px) and (max-width: 768px){
    .lorem_text {
        font-size: 14px;
    }
    .design_text {
        font-size: 22px; /* Adjust to fit 425px screen */
    }
    .ipsum_text {
        font-size: 14px; /* Adjust to fit 425px screen */
    }
    .item h6 {
        font-size: 14px;
    }
    .contact-section p {
        font-size: 14px;
    }
    .magna_text {
        font-size: 20px;
    }
    .banner_taital {
        font-size: 30px;
    }
    .about_taital {
        font-size: 28px;
    }
    .service_taital {
        text-align: center;
        font-size: 28px;
    }
    h1.blog_taital {
        font-size: 28px;
    }
    .section-head h4 {
        font-size: 28px;
    }
    .content-wrapper h2 {
        font-size: 28px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-search {
        padding: 15px 0px;
    }
}

@media (max-width: 768px) { /* Targeting tablet view */
    .services_section.layout_padding {
        padding-top: 30px !important; /* Reduce space above the section */
        padding-bottom: 30px !important; /* Reduce space below the section */
    }

    .services_section.layout_padding .service_taital {
        margin-top: 5px !important; /* Reduce space above the title */
        margin-bottom: 5px !important; /* Reduce space below the title */
    }

    .services_section.layout_padding .services_section_2 {
        margin-top: 5px !important; /* Reduce space above the service items */
    }

    .services_section.layout_padding .row {
        margin-bottom: 5px !important; /* Reduce spacing between rows */
    }
}

/* Media query for tablet view */
@media (max-width: 1024px) {
    .about_section::after {
        margin-top: 130px;  /* Optionally make it full width for tablet */
    }
}


/* Default styles for image_2 */
.image_2 {
    transition: margin-top 0.3s; /* Optional: Add smooth transition for movement */
}

/* Media query for tablet view */
@media (max-width: 1024px) {about_section layout_padding
    .image_2 {
        margin-top: 130px; /* Adjust this value to move the image down */
    }
}

/* For tablet screens between 768px and 1024px */
@media (max-width: 1024px) and (min-width: 768px) {
    .about_section.layout_padding {
      padding-bottom: 20px; /* Add bottom padding to the entire section */
    }

  }
  
  @media (max-width: 1024px) {
    .contactsec {
      display: flex; /* Use flexbox for horizontal alignment */
      flex-direction: row; /* Ensure the items are in a row */
      justify-content: center; /* Center items horizontally */
      align-items: center; 
      margin-right: 80px;/* Center items vertically */
    }
  
    
  }

 

  @media (max-width: 768px) { /* For smaller mobile tablet screens */
    .contactsec {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; 
      margin-left: 50px;/* Ensure text is centered */
    }
  }

  @media (max-width: 766px) { /* For smaller mobile tablet screens */
    .contactsec {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; /* Ensure text is centered */
    }
  }



  
  
  @media (max-width: 425px) { /* For smaller mobile screens */
    .contactsec {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; /* Ensure text is centered */
    }
  }
  
  @media (max-width: 320px) { /* For very small mobile screens */
    .contactsec {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; /* Ensure text is centered */
    }
  }
  


@media (max-width: 768px) {
    .blog_taital {
        margin: 0; /* Remove margin above and below the title */
        padding: 0px; /* Remove padding */
        font-size: 35px; /* Adjust font size for mobile */
        line-height: 1; /* Reduce line height */
    }

    .layout_padding {
        padding: 10px 0; /* Reduce padding for mobile view */
    }

    .client_section {
        padding: 0; /* Adjust padding for the client section */
    }
}

@media (max-width: 768px) {
    .client_section_2 .row {
        display: flex;              /* Use flexbox for layout */
        flex-direction: column;     /* Stack the cards vertically */
        align-items: center;        /* Center the cards horizontally */
        padding: 0;                 /* Remove any padding that could affect centering */
    }

    .col-md-4 {
        width: 100%;                /* Make each card take full width */
        max-width: 400px;           /* Optional: Limit the maximum width of the cards */
        margin-bottom: 0px;        /* Space between the cards */
    }

    .client_box {
        width: 100%;                /* Ensure the client box takes full width */
        text-align: center;         /* Center the content inside the box */
        padding: 15px;              /* Optional: Add padding for better spacing */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for depth */
    }

    /* Optional: Adjust padding and spacing inside the client section */
    .client_section {
        padding: 0px 0;  
        padding-top: 30px;         /* Adjust the padding for mobile */
    }
}

@media (max-width: 768px) {
    .client_logo img {
        width: 100%;                /* Make the logos full width of their containers */
        height: auto;               /* Maintain aspect ratio */
        max-height: 180px;          /* Set a maximum height for the logos */
    }

    .col-sm-2 {
        flex: 0 0 33.33%;           /* Adjust to show 3 logos per row in mobile */
        max-width: 33.33%;          /* Ensure each logo occupies one-third of the row */
    }
}


@media (max-width: 768px) {
    .section-head {
        margin-bottom: 10px; /* Adjust the bottom margin to reduce space */
        text-align: center;   /* Center the heading text (optional) */
    }

    .feat {
        padding-top: 20px;    /* Reduce the top padding of the feat section */
        padding-bottom: 20px; /* You can adjust this as needed */
    }

    .item {
        margin-bottom: 15px; /* Adjust space between items if needed */
    }
}



@media (max-width: 768px) {
    .about_section {
        padding: 30px 0; /* Reduce padding above and below */
        /* Center the content */
    }
    
    .about_taital {
        text-align: center;
        margin: 0; /* Remove extra margins from the heading */
        font-size: 28px; /* Adjust font size for mobile */
    }

    .about_text {
        margin: 10px 0; /* Adjust spacing for the text */
        padding: 0; /* Remove padding if there's any */
        text-align: left; /* Keep text alignment left for better readability */
    }

    .image_2 img {
        width: 100%; /* Ensure image scales properly on mobile */
        height: auto; /* Maintain aspect ratio */
    }

    .col-md-6 {
        width: 100%; /* Make both columns full width in mobile view */
        display: block; /* Stack the image and text vertically */
    }

  
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .cart-content-right {
        padding-bottom: 5px;
    }
    .mg {
        margin: 0px 0px;
    }
    .menu-area-main {
        height: 256px;
        overflow-y: auto;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
    }
    .category-box.women-box {
        display: none;
    }
    .cart-box {
        display: inline-block;
        margin: 0px 30px;
    }
    .wish-box {
        float: none;
        margin: 0px 30px;
        display: inline-block;
    }
    .menu-add {
        display: none;
    }
    .category-box {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0px;
    }
    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .header-search {
        padding: 15px 0px;
    }
    #collapseFilter.d-md-block {
        padding: 30px 0px;
    }
}


/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .cart-content-right {
        padding-bottom: 5px;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 5%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .menu-area-main {
        height: 45px;
        overflow-y: auto;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar {
        padding: 10px 0px 10px 0px;
    }
    .banner_taital {
        padding-top: 0px;
    }
    .banner_text {
        width: 100%;
    }
    #my_slider a.carousel-control-prev {
        left: 660px;
    }
    #my_slider a.carousel-control-next {
        right: 190px;
    }
    .about_section::after {
        height: 341px;
        width: 480px;
        top: 65px;
    }
    .image_15 {
        width: 23%;
    }
    .hannery_text {
        font-size: 19px;
    }
    .quote_icon {
        height: 30px;
    }
    .footer_text_1 {
        font-size: 15px;
    }
}
.banner_taital {
    font-size: 24px; /* Adjust the font size as needed */
    line-height: 1.2; /* Reduce line height to make the lines closer */
    /* Align the text to center */
}

@media (max-width: 768px) {
    .logo {
        margin-top: -25px; /* Adjust this value to move the logo up */
    }
}

/* For very small screens (320px and below) */
@media (max-width: 320px) {
    .design_text{
        font-size: 20px;
    }
    .ipsum_text{
        font-size: 15px;
    }
    .item h6 {
        font-size: 15px;
    }
    .contact-section p {
         font-size: 15px;
    }
    .magna_text{
            font-size: 20px;
    }
    .banner_taital {
        font-size: 25px; /* Adjust this value to set the desired smaller font size */
    }
     .about_taital{
        font-size: 28px;
     }
    .service_taital{
        font-size: 28px;
    }
    .blog_taital{
        font-size: 28px;
    }
    .section-head h4 {
        font-size: 28px;
    }
   .content-wrapper h2{
    font-size: 28px;
   }
}

@media (max-width: 320px) {
    
    .logo img {
        width: 140px; /* Optional: Adjust logo size for smaller screens */
    }
}


@media (max-width: 768px) {
    .banner_taital {
        font-size: 18px; /* Decrease font size for mobile view */
        line-height: 1.1; /* Further reduce line height for mobile */
    }
}

@media (min-width: 1025px) {
    .banner_taital {
        width: 100%;
    float: left;
    font-size: 55px;
    color: #060303;
    font-weight: bold;
    line-height: 70px;
    padding-top: 60px; /* Center align the text */
    }
    .banner_text {
        width: 90%;
        float: left;
        font-size: 18px;
        color: #383838;
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner_taital {
        
        font-size: 40px;
    
    }
    .banner_text {
        width: 100%;
        font-size: 14px;
    }
    #my_slider a.carousel-control-prev {
        left: 510px;
        top: 85%;
    }
    #my_slider a.carousel-control-next {
        right: 120px;
        top: 85%;
    }
    .about_section::after {
        height: 266px;
        width: 375px;
        top: 57px;
    }
    .hannery_text {
        font-size: 15px;
        padding-left: 0px;
        text-align: center;
    }
    .fact_text {
        font-size: 14px;
        padding-left: 6px;
    }
    .image_15 {
        width: 32%;
    }
    .mail_text {
        width: 200px;
    }
    .subscribe_bt {
        width: 120px;
        margin-left: 10px;
    }
    .tempor_text {
        font-size: 14px;
    }
    .consectetur_text {
        font-size: 16px;
    }
    .right_main {
        padding-left: 15px;
    }
    .client_box {
        padding: 30px 20px 10px 20px;
        margin-top: 25px;
        margin-bottom: 25px;
        
    }
    .quote_icon {
        height: 27px;
    }
    .ipsum_text {
        font-size: 14px;
    }
    .padding_left_15 {
        padding-left: 5px;
    }
    .address_main {
        padding: 5px 0px;
    }
    .address_text {
        font-size: 14px;
        padding-left: 20px;
    }
    .footer_section_2 {
        padding-bottom: 50px;
    }
    .about_section {
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .banner_taital
    {
        font-size: 35px;
    }
    
    
    .banner_section {
        padding-bottom: 0px; /* Adjust bottom padding for the banner section */
    }

    .services_section {
        margin-top: 30px; /* Add top margin to create space above the services section */
    }

    .callback-form {
        margin-bottom: 20px; /* Optional: adds margin to the bottom of the form */
    }
}

/* Also, for mobile view specifically */
@media (max-width: 768px) {
    .banner_section {
        padding-bottom: 10px; /* Adjust as needed for mobile view */
    }

    .services_section {
        margin-top: 20px; /* Space above the services section */
    }

    .callback-form {
        margin-bottom: 20px; /* Optional bottom margin for the form */
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
    .banner_taital {
        font-size: 40px;
        padding-top: 0px;
    }
    .banner_text {
        font-size: 14px;
    }
    .header_section {
        padding-bottom: 0px;
    }
    .image_2 {
        width: 100%;
    }
    .about_text {
        font-size: 14px;
    }
    .about_section .row {
        flex-direction: column-reverse;
    }
    .about_section {
        padding: 10px 0px;
        background-color: #f5f3f3;
    }
    .about_section::after {
        display: none;
    }
    .design_text {
        font-size: 16px;
        padding-top: 10px;
    }
    .lorem_text {
        width: 100%;
        font-size: 14px;
    }
    .image_15 {
        width: 14%;
        top: 10px;
    }
    .hannery_text {
        font-size: 19px;
    }
    .box_main {
        margin-top: 50px;
    }
    .newsletter_text {
        font-size: 36px;
    }
    .consectetur_text {
        font-size: 15px;
    }
    .right_main {
        padding-left: 10px;
    }
    .client_box {
        padding: 30px 10px 10px 10px;
        margin-top: 27px;
    }
    .quote_icon {
        height: 27px;
    }
    .address_main {
        background: #402fb7;
        display: block;
        text-align: left;
        padding-left: 15px;
    }
    .link_text {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    #hide-on-mobile {
        display: none;
    }
}

@media (max-width: 575px) {
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
    .banner_taital {
        font-size: 28px;
        padding-top: 0px;
    }
    .banner_text {
        font-size: 14px;
    }
    .header_section {
        padding-bottom: 0px;
    }
    .image_2 {
        width: 100%;
    }
    .about_text.li
    {
        font-size: 16px;
    }
    .about_text {
        font-size: 14px;
    }
    .about_section .row {
        flex-direction: column-reverse;
    }
    .about_section {
        padding: 30px 0px;
        background-color: #f5f3f3;
    }
    .about_section::after {
        display: none;
    }
    .icon_1 {
        padding-top: 40px;
    }
    .icon_3 {
        padding-top: 40px;
    }
    .read_bt_2 {
        display: none;
    }
    .image_15 {
        width: 24%;
        top: 10px;
    }
    .hannery_text {
        font-size: 19px;
    }
    .box_main {
        margin-top: 50px;
    }
    .newsletter_text {
        font-size: 36px;
    }
    .mail_text {
        width: 165px;
        font-size: 14px;
    }
    .subscribe_bt {
        width: 120px;
        font-size: 14px;
        margin-left: 5px;
    }
    .consectetur_text {
        font-size: 15px;
    }
    .right_main {
        padding-left: 10px;
    }
    .client_box {
        padding: 30px 10px 10px 10px;
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .quote_icon {
        height: 27px;
    }
    .address_main {
        background: #402fb7;
        display: block;
        text-align: left;
        padding-left: 15px;
    }
    .link_text {
        padding-top: 20px;
    }
}

/* clients */


@media (max-width: 768px) {
    .banner_section {
        padding-bottom: 0px; /* Adjust as needed for more space below the banner */
    }

    .services_section {
        margin-top: 0px; /* Add top margin to create space above the services section */
    }

    .callback-form {
        margin-bottom: 15px; /* Optional: adds margin to the bottom of the form */
    }
}

/* Mobile View Adjustments */
@media (max-width: 767px) {
    .services_section {
        padding: 15px 10px;
        /* Reduces padding for mobile */
    }
    
    
    .services_section_2 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; /* Distributes logos evenly */
        margin: 0; /* Removes extra row margin */
    }
    
    .services_section_2 .col-sm-2 {
        flex: 0 0 30%; /* Adjusts columns to be about 30% width each */
        max-width: 30%;
        padding: 5px; /* Small padding around each logo */
    }

    .client_logo img {
        max-width: 100px; /* Limits logo width for smaller screens */
        max-height: 100px; /* Limits logo height */
    }
}


