/* General Styles */
* {
  box-sizing: border-box;
}



/* Hero Section Styles */
.hero-section {
  background: linear-gradient(360deg, #4a90e2, #2a6fdb);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  flex-direction: column;
  /* Stack elements vertically on small screens */
}

.company_name {
  margin: 5%;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 68px;
}

.intro {
  font-size: 52px;
  font-weight: 700;
  line-height: 68px;
}

/* Image Container Styles */
.img-container {
  background-color: #fff;
  padding: 25px; 
  display: inline-flex; 
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  gap: 15px; 
}

.img_logo {
  width: 100px; 
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

.img_logo:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

/*   
/* Mobile Responsive Styles */

 
/* @media (max-width: 480px) {
  .fixed-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav li {
    margin-bottom: 10px;
  }
} */

/* Features Section Styles */
.features {
  background-color: #f0f8ff;
  margin-top: 5px;
}

.feature_infos {
  width: 66%;
  padding: 100px 110px 90px;
}

.features_head h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}

.feature_details {
  display: flex;
  gap: 10%;
  margin: 5px;
}

.feature_title {
  margin-bottom: 15px;
  color: #4a90e2;
  font-size: 36px;
  font-weight: 600;
}

.number-span {
  font-weight: 600;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin-right: 10px;
  background: #fff;
  font-size: 36px;
  margin-top: -10px;
}

.feature_description {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Reason Section Styles */
.reason_section {
  padding: 100px 110px 90px;
}

.reason_header {
  text-align: center;
}

.reason_header h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
}

.reasons {
  width: 60.4%;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 0.3fr);
  gap: 40px;
  justify-items: center;
}

.reason-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 350px;
  background: linear-gradient(360deg, #4a90e2, #2a6fdb);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  padding: 35px 2px 30px;
}

.reason-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.reason-card h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.reason-card p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Fellow Publishers Styles */
.fellow-publishers {
  background-color: #f0f8ff;
}

.fellow_content {
  margin: 5%;
  width: 60.4%;
  text-align: center;
}

.fellow_content h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
  padding: 5%;
}

/* Integration Section Styles */
.integration-section {
  width: 60.4%;
  padding: 20px 110px 94px;
}

.integration-container h1 {
  text-align: left;
  color: #554f67;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10%;
}

.logo-slider {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.logo img {
  filter: grayscale(100%);
}

.logo img:hover {
  filter: none;
}

/* Features Section Styles */
.features {
  background-color: #f0f8ff;
  margin-top: 5px;
}

.feature_infos {
  width: 66%;
  padding: 100px 110px 90px;
}

.features_head h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}

.feature_details {
  display: flex;
  gap: 10%;
  margin: 5px;
}

.feature_title {
  margin-bottom: 15px;
  color: #4a90e2;
  font-size: 36px;
  font-weight: 600;
}

.number-span {
  font-weight: 600;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin-right: 10px;
  background: #fff;
  font-size: 36px;
  margin-top: -10px;
}

.feature_description {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Reason Section Styles */
.reason_section {
  padding: 100px 110px 90px;
}

.reason_header {
  text-align: center;
}

.reason_header h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
}

.reasons {
  width: 60.4%;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 0.3fr);
  gap: 40px;
  justify-items: center;
}

.reason-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 350px;
  background: linear-gradient(360deg, #4a90e2, #2a6fdb);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  padding: 35px 2px 30px;
}

.reason-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.reason-card h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.reason-card p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Fellow Publishers Styles */
.fellow-publishers {
  background-color: #f0f8ff;
}

.fellow_content {
  margin: 5%;
  width: 60.4%;
  text-align: center;
}

.fellow_content h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
  padding: 5%;
}

/* Integration Section Styles */
.integration-section {
  width: 60.4%;
  padding: 20px 110px 94px;
}

.integration-container h1 {
  text-align: left;
  color: #554f67;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10%;
}

.logo-slider {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.logo img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  /* Added smooth transition for logo hover */
}

.logo img:hover {
  filter: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .feature_infos {
    width: 90%;
    /* Increase width for mobile */
    padding: 50px 20px;
    /* Reduce padding */
  }

  .features_head h2,
  .reason_header h2,
  .fellow_content h2 {
    font-size: 36px;
    /* Smaller font size for headers */
    line-height: 48px;
    /* Adjust line height */
  }

  .feature_details {
    flex-direction: column;
    /* Stack feature details vertically */
    gap: 20px;
    /* Add space between features */
  }

  .feature_title {
    font-size: 28px;
    /* Smaller title for mobile */
  }

  .feature_description {
    font-size: 18px;
    /* Smaller description */
  }

  .reason-card {
    width: 100%;
    /* Full width for cards */
    padding: 20px;
    /* Reduced padding */
  }

  .reason-card img {
    width: 60px;
    /* Smaller image */
    height: 60px;
    /* Smaller image */
  }

  .logo-slider {
    flex-direction: column;
    /* Stack logos vertically on mobile */
    align-items: center;
    /* Center align logos */
  }

  .integration-section {
    width: 90%;
    /* Increase width for mobile */
    padding: 20px 10px;
    /* Reduce padding */
  }
}

@media (max-width: 480px) {
  .reason-card {
    width: 100%;
    /* Full width for very small screens */
  }
}

/* Features Section Styles */
.features {
  background-color: #f0f8ff;
  margin-top: 5px;
}

.feature_infos {
  width: 66%;
  padding: 100px 110px 90px;
}

.features_head h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}

.feature_details {
  display: flex;
  gap: 10%;
  margin: 5px;
}

.feature_title {
  margin-bottom: 15px;
  color: #4a90e2;
  font-size: 36px;
  font-weight: 600;
}

.number-span {
  font-weight: 600;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin-right: 10px;
  background: #fff;
  font-size: 36px;
  margin-top: -10px;
}

.feature_description {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Reason Section Styles */
.reason_section {
  padding: 100px 110px 90px;
}

.reason_header {
  text-align: center;
}

.reason_header h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
}

.reasons {
  width: 60.4%;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 0.3fr);
  gap: 40px;
  justify-items: center;
}

.reason-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 350px;
  background: linear-gradient(360deg, #4a90e2, #2a6fdb);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  padding: 35px 2px 30px;
}

.reason-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.reason-card h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.reason-card p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

/* Fellow Publishers Styles */
.fellow-publishers {
  background-color: #f0f8ff;
}

.fellow_content {
  margin: 5%;
  width: 60.4%;
  text-align: center;
}

.fellow_content h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
  padding: 5%;
}

/* Integration Section Styles */
.integration-section {
  width: 60.4%;
  padding: 20px 110px 94px;
}

.integration-container h1 {
  text-align: left;
  color: #554f67;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10%;
}

.logo-slider {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.logo img {
  filter: grayscale(100%);
}

.logo img:hover {
  filter: none;
}

/* Footer Styles */

.copyright{
  padding-left: 50px;
  padding-top:10px;
  background-color: #fff;

}

.footer-section {
  background: linear-gradient(180deg, #4a90e2, #2a6fdb);
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
  padding: 60px 0;
}

.footer_text p {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
}

.copyright_text {
  color: #383838;
  font-size: 22px;
  line-height: 33px;
}



.contact{
  display: flex;
  gap:10px;
}
.para a {
  text-decoration: none;
  color:#007bff ;

}


/* Mobile Responsive Code */
@media (max-width: 768px) {
  
  /* Features Section Mobile Styles */
  .features_head h2 {
    font-size: 36px;
  }

  .feature_details {
    flex-direction: column;
    text-align: center;
  }

  .feature_title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .number-span {
    font-size: 28px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 5px;
  }

  .feature_description {
    font-size: 18px;
    line-height: 28px;
  }

  .feature_image img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
  }

  .features {
    width: 100%;
  }

  .feature_infos {
    width: 100%;
    padding: 0;
  }

  /* Reason Section Mobile Styles */
  .reason_section {
    padding: 20px 20px;
  }

  .reasons {
    width: 100%;
    text-align: center;
  }

  .reasons-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .reason-card {
    width: 90%;
    padding: 15px;
  }

  /* Fellow Publishers Mobile Styles */
  .fellow_content {
    width: 100%;
  }

  .fellow_content h2 {
    font-size: 36px;
  }

  
  .integration-section {
    width: 100%;
    padding: 20px 20px;
  }

  .integration-container h1 {
    font-size: 22px;
  }

  
  .footer-section {
    font-size: 22px;
  }

  .footer_text p {
    font-size: 22px;
  }

  /* copy right styling */
  .copyright_text  {
    text-align: center;
  
  }
}




.bg-white {
  border-radius: 15px;
}

.form-container {
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  top: -20px; /* Adjusted to pull up slightly */
    

}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .form-container {
    width: 95%; /* Increase width for better fit */
    padding: 8px; /* Reduce padding for compact look */
    top: -10px; /* Pull up slightly less */
    font-size: 14px; /* Reduce font size for better readability */
  }
}


/* Media query for larger screens */
@media (min-width: 768px) {
  .form-container {
    position: fixed;
    /* Fix the position for larger screens */
    top: -40px;
    /* Adjust top positioning */
    right: 20px;
    /* Adjust right positioning */
    width: 650px;
    /* Fixed width for the container */
    z-index: 1000;
    /* Stay on top of other content */
    transition: all 0.3s ease;
    /* Smooth transition for positioning */
    border-radius: 10px;
    /* Softer border radius */
  }
}


/* Mobile Design for Header Section */

@media (max-width: 768px) {

  .fixed-header {
    padding: 10px 20px;
  }

  .header-nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10000;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
  }

  .menu-icon span {
    width: 25px;
    height: 3px;
    background-color: #000;
  }

  .header-nav ul.active {
    display: flex;
  }
}


.form-container {
  max-height: 100vh; 
  overflow-y: auto; 
}

/* .header-nav {
margin-left: auto;
}

.header-nav ul {
display: flex; 
flex-direction: column; 
}

@media (max-width: 768px) {
.header-nav ul {
    display: block; 
}
} */


/* Overlay Styles */
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7); 
z-index: 999; 
display: none; 
}

/* Calendly Card Styles */
.calendly-card {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
background-color: white;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
display: none;
width: 90%;
max-width: 600px;
max-height: 90vh; 
overflow-y: auto;
}

/* Custom Scrollbar for Calendly Card */
.calendly-card::-webkit-scrollbar {
width: 8px; 
}

.calendly-card::-webkit-scrollbar-track {
background: #f1f1f1; 
}

.calendly-card::-webkit-scrollbar-thumb {
background: #007bff; 
border-radius: 4px; 
}

.calendly-card::-webkit-scrollbar-thumb:hover {
background: #0056b3; 
}

/* Close Button */
.close-btn {
position: absolute;
top: 10px;
right: 10px;
background-color: #f8f9fa;
border: none;
border-radius: 50%;
font-size: 1.2rem;
padding: 5px 10px;
cursor: pointer;
z-index: 10;
}

/* Calendly Inline Widget */
.calendly-inline-widget {
width: 100%;
height: calc(100vh - 200px); 
margin-top: 30px;
}

/* Done Scheduling Button */
.done-btn {
margin-top: 20px;
width: 100%;
padding: 10px;
background-color: #007bff;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
.calendly-card {
    width: 95%;
    padding: 15px;
    max-width: 95%;
}

.done-btn {
    font-size: 0.9rem;
}

.close-btn {
    font-size: 1rem;
    padding: 5px;
}
}


/* 13 to 14 inch screen */
@media (min-width: 1024px) and (max-width: 1400px) {

  .reason_header h2 {
    color: #000;
    font-size: 51px;
    font-weight: 700;
    line-height: 80px;
  }


  .reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, 0.3fr);
    gap: 25px;
    justify-items: center;
  }

  .reason-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 300px;
    background: linear-gradient(360deg, #4a90e2, #2a6fdb);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 0 10px;
    
  }



  
  .integration-section {
    width: 60.4%;
    padding: 20px 50px 94px;
  }

  .integration-container h1 {
    text-align: left;
    color: #554f67;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10%;
  }

  .logo-slider {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 30px;
    width: 50%;
  }


}


.form-container {
    max-height: 100vh; 
    overflow-y: auto;
    padding: 20px; /* Adds padding for a spacious feel */
   
    border-radius: 8px; /* Soft, rounded corners */
   
}

/* Custom scrollbar styling */
.form-container::-webkit-scrollbar {
    width: 8px; /* Narrower scrollbar */
}

.form-container::-webkit-scrollbar-track {
    background: #e0e0e0; /* Light background for scrollbar track */
    border-radius: 4px; /* Rounded track corners */
}

.form-container::-webkit-scrollbar-thumb {
    background-color: #a8a8a8; /* Subtle color for scrollbar thumb */
    border-radius: 4px; /* Rounded thumb corners */
    border: 2px solid #e0e0e0; /* Adds padding around thumb */
}

/* Firefox scrollbar styling */
.form-container {
    scrollbar-width: thin; /* Makes scrollbar thinner */
    scrollbar-color: #a8a8a8 #e0e0e0; /* Thumb color and track color */
}

.hero-section {
  padding-top: 20px; /* Adjust this as necessary */
  padding-bottom: 20px;
  margin-top: 0; /* Moves section closer to the top */
}

.intro {
  font-size: 1.5rem; /* Adjust to make it smaller if needed */
}

.img-container {
  display: flex;
  gap: 10px; /* Adds spacing between logos */
  justify-content: start;
}

.img_logo {
  width: 40px; /* Adjust size of the logos */
}


@media (max-width: 768px) {
  /* Ensure the form container has appropriate padding on mobile */
  .form-container {
    padding: 12px; /* Slightly reduced padding */
    background-color: #f7f9fc; /* Lighter background for modern look */
    border-radius: 12px;
  }

  /* Adjust the width and add rounded corners for the form */
  .bg-white {
    padding: 12px; /* Reduced padding */
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* Style the form heading */
  .h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 10px; /* Reduced gap after heading */
  }

  /* Style the form description text */
  .text-muted {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 12px; /* Reduced space */
  }

  /* Reduce font size for form labels and inputs on mobile */
  .form-group label {
    font-size: 0.9rem; /* Reduced font size */
    font-weight: 500;
    color: #495057;
    margin-bottom: 4px; /* Reduced space between label and input */
  }

  .form-group input,
  .form-group select {
    font-size: 0.95rem; /* Smaller font size for inputs */
    padding: 6px 10px; /* Reduced padding */
    border-radius: 6px; /* Slightly rounded edges */
    border: 1px solid #ced4da;
    margin-top: 4px;
    width: 100%; /* Ensure it fills available space */
    background-color: #ffffff;
  }

  .form-group input:focus,
  .form-group select:focus {
    border-color: #4c6ef5; /* Lighter blue on focus */
    outline: none;
  }

  /* Style the error and success messages */
  .alert {
    font-size: 0.85rem; /* Smaller font for messages */
    padding: 8px; /* Reduced padding */
    border-radius: 6px;
    margin-top: 8px; /* Reduced gap */
    text-align: center;
  }

  .alert-success {
    background-color: #d4edda;
    color: #155724;
  }

  .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
  }

  /* Make button more mobile-friendly */
  #submitButton {
    font-size: 0.95rem; /* Slightly smaller font size */
    padding: 10px 14px; /* Reduced padding */
    background-color:#0d6efd; /* Vibrant modern color */
    border: none;
    border-radius: 8px;
    color: white;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 12px; /* Reduced gap between form and button */
  }

  #submitButton:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px); /* Small lift effect */
  }

  /* Reduce margins between form fields */
  .form-group {
    margin-bottom: 0.8rem; /* Reduced margin */
  }

  /* Adjust margin for the form container */
  .mt-3 {
    margin-top: 1rem !important; /* Reduced space */
  }

  /* Adjust form padding for mobile */
  .p-md-4 {
    padding: 1rem !important;
  }

  /* Center the loader */
  #loader .centered {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}


.logo {
  width: 100%;
  max-width: 300px; /* Max width for desktop */
  height: auto; /* Ensure the aspect ratio is maintained */
}

.img_logo {
  width: 100%;
  max-width: 100px; /* Max width for smaller logos on desktop */
  height: auto; /* Maintain aspect ratio for images */
  margin: 0 10px;
}

.intro {
  font-size: 2rem; /* Font size for desktop */
}

.lead {
  font-size: 1.2rem; /* Font size for desktop */
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .logo {
      max-width: 120px; /* Reduced main logo size on mobile */
      height: auto; /* Keep aspect ratio intact */
  }

  .intro {
      font-size: 1.1rem; /* Reduced intro font size on mobile */
  }

  .lead {
      font-size: 0.9rem; /* Reduced lead font size on mobile */
  }

  .img_logo {
      max-width: 60px; /* Reduced logo size on mobile */
      height: auto; /* Maintain aspect ratio */
  }

  /* Reduce the space between elements */
  .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
  }

  .g-3 {
      gap: 0.5rem; /* Reduced gap between elements */
  }

  .my-4 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; /* Reduced gap between images */
  }
}


.img_logo {
  width: 100%;
  max-width: 100px; /* Default max width for desktop */
  height: auto; /* Maintain aspect ratio */
  margin: 0 10px;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .img_logo {
      max-width: 50px; /* Reduce max width for mobile */
  }
}