/* This CSS file has been reviewed. Recommended improvements are marked with comments. */

/* Ensure Parent Containers Support Centering */
.wp-block-group:has(#mc_embed_signup),
.wp-block-html:has(#mc_embed_signup) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
}

/* Consolidated Styles for Mailchimp Form Container */
#mc_embed_signup {
    margin: 0 auto !important;
    width: 100% !important; /* Changed from 800px to 100% for better responsiveness */
    max-width: 600px !important; /* Adjusted for better visual balance */
    background-color: #FFFFFF !important;
    padding: 30px 20px !important; /* Increased padding */
    border-radius: 8px !important;
    box-sizing: border-box !important;
    display: block !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important; /* Light shadow for visual depth */
}

/* Center the Form’s Internal Elements */
#mc_embed_signup form,
#mc_embed_signup .mc-field-group,
#mc_embed_signup .clear.foot {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

/* Style Input Fields and Subscribe Button */
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"],
#mc_embed_signup #mce-EMAIL,
#mc_embed_signup input[type="submit"],
#mc_embed_signup #mc-embedded-subscribe,
#mc_embed_signup .button {
    margin: 10px auto !important;
    width: 100% !important;
    max-width: 400px !important;
    height: 48px !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important; /* Softer border */
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
    transition: all 0.2s ease-in-out !important;
}

/* Subscribe Button Specific Styles */
#mc_embed_signup input[type="submit"],
#mc_embed_signup #mc-embedded-subscribe,
#mc_embed_signup .button {
    background-color: #2A1A5E !important;
    color: #fff !important;
    cursor: pointer !important;
    border: none !important;
}

#mc_embed_signup input[type="submit"]:hover,
#mc_embed_signup #mc-embedded-subscribe:hover,
#mc_embed_signup .button:hover {
    background-color: #3B2C70 !important;
    transform: scale(1.02) !important;
}

/* Placeholder Text */
#mc_embed_signup input::placeholder {
    color: #666 !important;
    opacity: 0.8 !important;
}

/* Email Label */
#mc_embed_signup .mc-field-group label {
    color: #333 !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

/* Center the Subscribe Heading and Related Elements */
#mc_embed_signup_scroll {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

#mc_embed_signup h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
    color: #2A1A5E !important;
}

#mc_embed_signup .indicates-required {
    font-size: 14px !important;
    color: #777 !important;
    margin-bottom: 20px !important;
}

/* Hide Mailchimp Branding */
#mc_embed_signup .mc-footer,
#mc_embed_signup .branding,
#mc_embed_signup [class*="branding"],
#mc_embed_signup a[href*="mailchimp"],
#mc_embed_signup img[src*="mailchimp"] {
    display: none !important;
}

/* Thank You Page Styling */
.page-id-thank-you-for-subscribing .nv-content-wrap {
    text-align: center !important;
    padding: 60px 20px !important;
}

.page-id-thank-you-for-subscribing h2 {
    font-size: 32px !important;
    color: #2A1A5E !important;
    margin-bottom: 20px !important;
}

.page-id-thank-you-for-subscribing p {
    font-size: 18px !important;
    color: #5B3A8F !important;
}

.page-id-thank-you-for-subscribing a {
    color: #00A5FF !important;
    text-decoration: underline !important;
}

.page-id-thank-you-for-subscribing a:hover {
    color: #FF6F61 !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #mc_embed_signup {
        padding: 20px !important;
    }

    #mc_embed_signup h2 {
        font-size: 24px !important;
    }

    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="text"],
    #mc_embed_signup input[type="submit"] {
        height: 44px !important;
        font-size: 16px !important;
    }
}
.your-section-class {
  background-color: #FAFAFA !important;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#mc_embed_signup {
  background-color: #FAFAFA !important;
  padding: 20px;
  border-radius: 8px;
}
.explore-solutions {
  text-align: center;
  padding: 60px 20px;
  background-color: #E0E0E0;
}

.explore-solutions h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.explore-solutions .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.solution-grid {
  display: grid;
  grid-template-columns: grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.solution-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.solution-card .icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.solution-card h3 {
  font-size: 1.2rem;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.solution-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.view-btn, .view-all-btn {
  display: inline-block;
  background-color: #0073e6;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.view-btn:hover, .view-all-btn:hover {
  background-color: #005bb5;
}

.all-solutions {
  margin-top: 40px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.solution-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.solution-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* Make wpForo content wider and reduce side padding */
.wpforo-content {
  max-width: 1200px;      /* Wider max width but not full screen */
  margin: 0 auto;         /* Center it horizontally */
  padding-left: 15px;     /* Small side padding for breathing room */
  padding-right: 15px;
  box-sizing: border-box; /* Include padding in width */
}

/* Optionally reduce padding/margin in immediate container */
.content-area,
.site-content,
.page-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-width: 100% !important;
}

/* For mobile responsiveness keep padding */
@media (max-width: 768px) {
  .wpforo-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}


/* Sticky (fixed) header */
#header-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  width: 100%;
  height: auto; /* Let content define the height */
  padding: 0px 0; /* Reduce vertical padding */
}

/* Push page content down so it’s not hidden behind the fixed header */
body {
  padding-top: 100px; /* Adjust this to match actual header height */
}

/* Reset spacing only on text elements inside header */
#header-grid a,
#header-grid p,
#header-grid h1,
#header-grid h2,
#header-grid h3,
#header-grid h4,
#header-grid h5,
#header-grid h6,
#header-grid span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2;
}

/* Hamburger menu toggle button */
.menu-toggle {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 24px;
  position: relative;
}

/* Hamburger bars */
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  background-color: #333;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Position bars */
.menu-toggle span {
  top: 50%;
  margin-top: -1.5px;
}

.menu-toggle span::before {
  content: "";
  top: -8px;
}

.menu-toggle span::after {
  content: "";
  top: 8px;
}



.navbar-toggle {
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  border: none;
  background: transparent;
  outline: none;
}

.navbar-toggle .bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;  /* controls overall height of hamburger */
  width: 30px;   /* controls overall width */
}

.navbar-toggle .icon-bar {
  display: block;
  height: 3px;            /* thickness of each bar */
  width: 100%;            /* full width */
  background-color: #333; /* color of the bars */
  border-radius: 2px;     /* rounded edges */
  margin-bottom: 5px;     /* space between bars */
  transition: all 0.3s ease;
}

/* Remove margin from last bar */
.navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}








.industry-overview {
  width: 100%;            
  max-width: 1200px;      
  margin: 40px auto 60px; 
  padding: 0 20px;        
  display: flex !important;
  gap: 25px;
  justify-content: center;
  box-sizing: border-box;
  color: #000; /* black text */
}

.industry-overview .overview-card {
  flex: 1 1 320px;       
  max-width: 350px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  min-width: 280px;
  color: #000; /* black text inside cards */
}

.industry-overview .icon {
  font-size: 3.5rem;
  margin-bottom: 18px;
}

/* Optional: make card headings darker or bolder */
.industry-overview h3 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

.industry-overview .subtitle,
.industry-overview .stat-number,
.industry-overview .detail {
  margin: 3px 0;
  color: #000;
}

.explore-solutions {
  background-color: #F4F6F8;
}


.industry-overview {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.industry-overview .overview-card {
  flex: 1;
  min-width: 0;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .industry-overview {
    flex-direction: column;
  }

  .industry-overview .overview-card {
    width: 100%;
    margin-bottom: 20px;
  }
}





/* Adjust header height on mobile */
@media only screen and (max-width: 768px) {
  header {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wp-block-heading {
    font-size: 1.5rem; /* Adjust font size as needed */
    line-height: 1.4;
    margin: 0;
  }
}


.solution-card .icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

#wpforo-footer, .wpforo-stat-section {
    display: none !important;
}




@media (max-width: 768px) {
  /* Add background and shadow to the text container */
  .wp-block-columns > .wp-block-column:first-child {
    background: rgba(255, 255, 255, 0.85); /* White with slight transparency */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow */
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 1.5rem;
  }

  /* Optional: add some padding to headings inside */
  .wp-block-columns > .wp-block-column:first-child h2,
  .wp-block-columns > .wp-block-column:first-child h3,
  .wp-block-columns > .wp-block-column:first-child h4 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}






/* Reduce sticky header height on mobile */
@media only screen and (max-width: 768px) {
  #header-grid {
    padding: 6px 0 !important;   /* Reduce vertical padding */
    height: auto !important;
  }

  /* Reduce font size and line-height inside header on mobile */
  #header-grid a,
  #header-grid p,
  #header-grid h1,
  #header-grid h2,
  #header-grid h3,
  #header-grid h4,
  #header-grid h5,
  #header-grid h6,
  #header-grid span {
    font-size: 14px !important;  /* Smaller font size */
    line-height: 1.1 !important; /* Tighter line height */
  }

  /* If there is a logo image inside header, reduce its max height */
  #header-grid img {
    max-height: 36px !important;
    height: auto !important;
    width: auto !important;
  }

  /* Adjust body padding top to match smaller header height */
  body {
    padding-top: 60px !important;  /* Lower to reflect reduced header height */
  }
}















/*Something here is throwing off all of header */


.about-page .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.about-hero {
  background: #f5f8fa;
  text-align: center;
  padding: 4rem 1rem;
  border-radius: 8px;
  margin-bottom: 3rem;
}

.about-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  color: #001F3F; /* Homepage blue */
}

.about-hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #555;
}

.about-team-photo {
  max-width: 25%;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.about-mission, .about-story, .about-cta {
  margin-bottom: 1rem;
}

.about-mission h2,
.about-values h2,
.about-story h2,
.about-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #001F3F; /* Homepage blue */
}

.values-grid {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.value-item {
  flex: 1 1 30%;
  background: #e8f1fa;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}

.value-item img {
  width: 48px;
  margin-bottom: 1rem;
}

.value-item h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #001F3F; /* Homepage blue */
}

.value-item p {
  font-size: 1rem;
  color: #444;
}

.about-story p em {
  color: #5b3a8f; /* Homepage accent orange */
  font-weight: 600;
}

.about-cta {
  background: #001F3F; /* Homepage blue */
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 8px;
}
.about-cta h2 {
  color: #ffffff !important;
}

.about-cta p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.btn-primary {
  background: #0065cb; 
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #0057AD;
  color: #fff;
  cursor: pointer;
}












/* Sample code for contact page */
.contact-container {
  max-width:900px;
  margin:0 auto;
  padding:2rem 1rem;
  font-family:'Open Sans',sans-serif;
  color:#333;
}

.contact-hero {
  background:#f0f4fa;
  border-radius:8px;
  padding:4rem 1rem;
  display:flex;
  flex-wrap:wrap;
  gap:2rem;
}

.contact-intro { flex:1 1 45%; }
.contact-intro h1 { color:#001F3F; font-size:2.5rem; margin-bottom:1rem; }
.contact-intro p { color:#444; font-size:1.1rem; }

.contact-form { flex:1 1 45%; display:flex; flex-direction:column; gap:1rem; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width:100%;
  padding:0.8rem;
  border:1px solid #ccc;
  border-radius:6px;
  font-size:1rem;
}
.contact-form select { appearance:none; }
.contact-form button {
  background:#0065CB;
  color:#fff;
  font-weight:700;
  padding:0.9rem;
  border:none;
  border-radius:30px;
  font-size:1.1rem;
  cursor:pointer;
  transition:background 0.3s ease;
}
.contact-form button:hover { background:#0057AD; }

.contact-form .microcopy {
  font-size:0.85rem;
  color:#777;
  margin-top:0.5rem;
}

.contact-secondary {
  margin-top:2rem;
}
.contact-options {
  display:flex;
  gap:2rem;
  justify-content:center;
  flex-wrap:wrap;
}
.contact-options a {
  color:#0065CB;
  text-decoration:none;
  font-weight:600;
}
.contact-options i {
  margin-right:0.5rem;
}









/* Sample code for advertise with us page*/
.advertise-container {
  max-width:900px;
  margin:0 auto;
  padding:2rem 1rem;
  font-family:'Open Sans',sans-serif;
  text-align:center;
}

.advertise-hero {
  background:#f0f4fa;
  border-radius:8px;
  padding:4rem 1rem;
  margin-bottom:3rem;
}

.advertise-hero h1 {
  color:#001F3F;
  font-size:2.8rem;
  margin-bottom:1rem;
}

.advertise-hero p {
  color:#444;
  font-size:1.2rem;
}

.advertise-form-section {
  background:#ffffff;
  border-radius:8px;
  padding:3rem 1rem;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.advertise-form {
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.advertise-form input,
.advertise-form select,
.advertise-form textarea {
  width:100%;
  padding:0.9rem;
  border:1px solid #ccc;
  border-radius:8px;
  font-size:1rem;
}

.advertise-form button {
  background:#0065CB;
  color:#fff;
  font-weight:700;
  padding:1rem 2.5rem;
  border:none;
  border-radius:30px;
  font-size:1.2rem;
  cursor:pointer;
  transition:background 0.3s ease;
}

.advertise-form button:hover {
  background:#0057AD;
}

.advertise-form .microcopy {
  font-size:0.85rem;
  color:#777;
}












/* ==================== Contact Form Styles ==================== */
.wpcf7-form {
  max-width: 520px;
  margin: 2rem auto;
  padding: 2rem;
  background: #f0f4fa;
  border-radius: 1rem;
  box-shadow: 0 0 24px rgba(0, 101, 203, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
}

.wpcf7-form label {
  color: #001F3F;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1rem;
  display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.9rem;
  margin-top: 0.35rem;
  border: 1px solid #d0d7e3;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: #ffffff;
  color: #333;
  transition: all 0.2s ease;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #0065CB;
  box-shadow: 0 0 0 2px rgba(0, 101, 203, 0.15);
  outline: none;
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #0065CB, #004EA1);
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 1.25rem;
  transition: background 0.2s ease, transform 0.1s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #004EA1, #003875)
}


		
		
		
		
		

	
		
/* Make the forum container wider and prevent overflow */
.wpforo-content, 
.wpforo-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow-x: visible !important;
  box-sizing: border-box !important;
}

/* Optional: ensure the inner forum areas don't cause overflow */
.wpforo-posts, 
.wpforo-forum, 
.wpforo-topic {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  box-sizing: border-box !important;
}

/* Fix any horizontal scrolling issues */
body, html {
  overflow-x: hidden;
}

		
		


.site-testimonials {
  background: #ffffff;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 3rem auto;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.site-testimonials h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2A1A5E;
  margin-bottom: 1rem;
}

.site-testimonials .intro {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #f9fafc;
  border: 1px solid #e0e0e0;
  padding: 2rem;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.testimonial-card .quote {
  font-style: italic;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.testimonial-card .author {
  display: block;
  font-weight: 600;
  color: #007aff;
  font-size: 0.95rem;
}







.top-companies-section {
  background-color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1200px;
  margin: 4rem auto;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.top-companies-section h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2A1A5E;
  margin-bottom: 1rem;
}

.top-companies-section .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: center;
  margin-bottom: 2rem;
}

.company-card {
  background: #f9fafb;
  padding: 1rem;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  width: 100%;
  max-width: 180px;
  text-align: center;
  display: block;
}

.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.company-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.view-all-btn {
  display: inline-block;
  background-color: #007aff;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-all-btn:hover {
  background-color: #005fcc;
}

