@font-face {
    font-family: 'Georgia';
    src: url('https://res.cloudinary.com/dlpsh7fpk/raw/upload/v1736780519/georgia-webfont_msexsm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://res.cloudinary.com/dlpsh7fpk/raw/upload/v1741192542/ARIAL_bq68bn.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Apply the fonts globally or selectively */
body {
    font-family: 'Arial', 'Georgia', serif;
}

html {
    scroll-behavior: smooth;
}



/* General Styling */
body {
    background-color: #fff;
    color: #000; 
    font-family: Georgia, serif;
    margin: 0;
    padding: 0;
    text-transform: normal;
    font-weight: bold;
}

/* Hero Section */
.hero-section {
    background: #fff;
    padding: 2rem 10vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
  margin-top: 2rem;
  margin: 0 auto;
    
  
}

.hero-content {
    max-width: 60%;
    text-align: left;
}

.hero-content h1 {
    font-size: 38.74px;
    line-height: 1.3;
    margin: 0;
  font-family: Georgia, serif;
  font-weight: bold;
    text-transform: titlecase;
}

.hero-content h1 span {
    color: #efbe35;
    text-decoration: underline;
}

/* Contact Button */
.contact-container {
    margin-top: 1rem;
}

.contact-button {
    background-color: #efbe35;
    color: #000;
    padding: 10px 20px;
     border: 1px solid #000 !important;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    transition: background-color 0.3s, transform 0.3s;
}

.contact-button:hover {
    background-color: #d4a932;
    transform: scale(1.1);
}

/* Video Container */
.video-container {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
  border: 1px solid #ccc;
}

.video-container video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    background: #000;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    /* Hero Section */
    .hero-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 7vw;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 45.5px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 37px;
    }
 

    /* Video Container */
    .video-container {
        width: 100%;
    }

    /* Contact Button */
    .contact-container {
        text-align: center;
    }

    .contact-button {
        font-size: 14px;
        padding: 10px 20px;
        color: black;
        border: none;
    }
}

       /* Header Styling */
h2 {
    font-size: clamp(35.2px, 5vw, 97.5px); 
     
    font-weight: bold;
    text-align: center; 
     background-color: #fff;
    margin-bottom: 50px; 
    margin-top: 0px; 
    line-height: 1.2; 
     background-color: #fff;
}

h2 span {
    color: #efbe35; 
}

/* CTA Section (Don't Settle) */
.cta-section {
    text-align: center;
    padding: 2rem;
     background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
    
}

.cta-section h2 {
    font-size: 2.7rem; 
   background-color: #fff;
   color: #000;
    font-weight: bold !important;
   font-family: Georgia, serif;
}

.cta-section p {
    font-size: 1.7rem !important; 
    margin-top: 1rem;
    line-height: 1.5;
  color: #000;
     text-transform: none;
  font-weight: normal !important;
  margin-top: -1.5rem;
}

.cta-buttons {
    margin-top: 1.5rem;
}

.cta-buttons .cta-button {
    background-color: #efbe35;
    border: 1px solid;
    color: #000;
    padding: 15px 30px;
    margin: 5px;
    font-size: 1.2rem;
  font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;

}

.cta-button:hover {
    background-color: #d4a932;
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 2rem; 
    }
  
  .cta-section {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
    .cta-section p {
        font-size: 1.2rem !important; 
    }
  
  .cta-buttons .cta-button {
    padding: 10px 20px;
    font-size: 1rem;
}
}


/* Footer Wrapper */
.footer-wrapper {
    overflow: hidden; /* To contain floated elements and negative margins */
}

/* Info Section */
.info-section {
    padding: 2rem 1rem;
    background-color: #d0ccc4; /* Gray background */
    margin-bottom: -2rem; /* Overlaps the next section */
    border-radius: 15px 15px 0 0; 
    color: #fff;
    position: relative;
    z-index: 2;
  margin-top: 5rem;
}

/* Info Container */
.info-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

/* */
.info-logo img {
    max-width: 250px;
   color: #d0ccc4 !important;
}

/* Info Links */
.info-links {
    color: #000;
}

.info-links ul {
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: inherit;
}

.info-links ul li {
    margin-bottom: 0.5rem;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    color: inherit;
}

.info-links ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.info-links ul li a:hover {
    text-decoration: underline;
    color: inherit;
}

.info-links strong {
    font-weight: bold;
    color: inherit;
}


.email {
    text-transform: none !important; 
}

/* Hide mobile headers on desktop */
.mobile {
    display: none;
}

/* Hide desktop version on mobile and show mobile headers */
@media (max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
       text-decoration: underline;
    text-decoration-color: #000; /* Ensuring underline color */
}
  
  .info-logo img {
    max-width: 150px;
}
    }




/* Divider Line */
.footer-divider-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3; /* Increase z-index */
    background-color: #000; /* Background for the divider wrapper */
    padding: 0rem 0; /* Add some vertical padding */
}

.footer-divider {
    width: 90%; /* Slightly less than 100% for a margin */
    height: 1px; /* Set a visible thickness */
    background-color: #000;
    margin: 0 auto; /* Center the divider */
    display: block;
    margin-top: 2rem
}

/* Newsletter Section */
.newsletter-section {
    text-align: center;
    padding: 2rem 1rem; 
    background-color: #d0ccc4;
    font-family: Georgia, serif;
    font-weight: normal;
    text-transform: none;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
    color: #000;
}

.newsletter-section h3 {
    font-family: Georgia, serif;
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 1rem;
    color: #000;
}

.newsletter-section p {
    margin-bottom: 1rem; 
    font-size: 1.3rem;
    color: #000;
}

.newsletter-section form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.newsletter-section form input {
    display: inline-block;
    padding: 10px;
    font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: bold;
    width: 15%;
    text-align: center; 
    border: 1px solid #333;
    border-radius: 5px;
    color: #000;
  margin-right: -5px;

}

/* Subscribe button (also hosts spinner) */
#subscribeBtn {
  position: relative;
  background-color: #efbe35;
  color: #000;
  padding: 10px;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, width 0.3s ease;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover state */
#subscribeBtn:hover:not(.loading) {
  background-color: #d4a932;
}

/* Loading state: hide text and show spinner */
#subscribeBtn.loading {
  color: transparent;
  pointer-events: none;
}

/* Plain spinner inside button */
#subscribeBtn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  border-radius: 50% !important;
}

/* Thank‑you message (hidden by default) */
#thankYouMessage {
  display: none;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.5rem;
  animation: fadeIn 0.5s ease-in-out forwards;
}

/* Keyframes */
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

 
/* Final Footer */
.final-footer {
  background-color: #000; 
  color: #ffffff; 
  font-size: 0.8rem; 
  font-family: Arial, serif; 
  font-weight: normal;
  text-transform: none;
  border-radius: 15px 15px 0 0; /* Rounded top corners */
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  padding: 1rem 3rem; /* Adjusted padding for left/right spacing */
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left grouping: contains privacy links and copyright */
.footer-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Privacy links */
.footer-links a {
  color: inherit;
  text-decoration: underline;
}

/* Optional: spacing between privacy links */
.footer-links a + a {
  margin-left: 1rem;
}

/* Social media icons (right side) */
.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-social img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.footer-social img:hover {
  transform: scale(1.1);
}

/* Mobile responsiveness: stack everything vertically and re-order them */
@media (max-width: 768px) {
  .final-footer {
    flex-direction: column;
    text-align: center;
    font-size: 0.7rem; 
    padding: 1rem 0;
    gap: 1rem;
  }
  
  /* Move social media icons to the top */
  .footer-social {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  
  /* The left group becomes a flex container arranged vertically */
  .footer-left {
    order: 2;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  
  /* Re-order children in the left group:
     Privacy links first … */
  .footer-links {
    order: 1;
    margin-bottom: 1rem;
  }
  
  /* … and then the copyright note */
  .footer-copy {
    order: 2;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .info-links ul {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
    }

    .newsletter-section h3 {
        font-size: 1.5rem;
    }

    .newsletter-section p {
        font-size: 1rem;
    }

  .newsletter-section form input {
        width: 80%;
        max-width: 300px;
    margin-bottom: -9px;
  }
  
    .newsletter-section form button {
        width: 80%;
       max-width: 300px;
      
    }

   .newsletter-form input {
    width: 80%;
    max-width: 300px;
      margin-bottom: -9px;
  }
  #subscribeBtn {
    width: 80% !important;
    max-width: 300px;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  /* Ensure loading state still shrinks to spinner on mobile */
  #subscribeBtn.loading {
    width: 80% !important;
  }
  #subscribeBtn.loading::after {
    width: 16px;
  }


    .final-footer {
        font-size: 0.8rem;
    }
  
}



/* Full-screen loading overlay */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinning animation */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #efbe35;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.use-case-section {
    text-align: center;
    padding: 80px 20px;
     background-color: #fff;
   color: #000;
}

.use-case-section > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
   margin-top: -1rem !important;
   margin-bottom: 3rem !important;
}

.use-case-title {
    font-family: Georgia, serif;
    font-size: 52px; /* Doubled from 36px */
    color: #000;
    line-height: 1.2;
  margin-bottom: -2rem;
  margin-top: -3rem;
  background-color: #fff;
  
}
 
}

.use-case-subtitle {
    font-family: Georgia, serif;
    font-size: 26px; /* Doubled from 18px */
    color: #000;
    margin-top: 20px;
    line-height: 1.5;
  font-weight: normal !important;
  
}

.use-case-subtitle strong {
    font-weight: bold;
  font-size: 26px;
 
}

.use-case-button {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 25px; /* Scaled up */
    font-size: 15px; /* Doubled from 14px */
    font-weight: bold;
    color: #fff;
  border-radius: 5px;
  background-color: #efbe35;
    border: 2px fill #efbe35;
    text-decoration: none;
    transition: all 0.3s ease;
}

.use-case-button:hover {
    background-color: #d4a932;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .use-case-subtitle {
        font-size: 18px; /* Scaled down from 26px */
      margin-top: -2rem;
    }

    .use-case-button {
        padding: 10px 18px; /* Scaled down from 15px 25px */
        font-size: 12px; /* Scaled down from 15px */
      width: 50%;
    }
}

.marketing-use-case-title {
    font-family: Georgia, serif;
    font-size: 52px; /* Doubled from 36px */
    color: #000;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: -3rem;
     background-color: #fff;
}

@media (max-width: 768px) {
    .marketing-use-case-title {
        font-size: 36px; /* Scaled down from 52px */
    }
}

.pricing-text a {
    color: #000; /* Matches your paragraph color */
    text-decoration: underline; /* Removes default underline */
  font-size: 28px;
}

.pricing-text a:hover {
    text-decoration: underline; /* Optional: adds underline on hover */
    text-decoration-color: #000;
}

/* === Responsive Styling for Mobile (Below 768px) === */
@media (max-width: 768px) {
    .pricing-text a {
        font-size: 18px !important;
    }
}




.use-case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  margin-bottom: -2rem;
}

/* === Large Image (Always Visible Text) === */
.main-image-container {
    position: relative;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
      object-fit: cover;
    position: relative;
 
}

.main-image-container .image-overlay-2 {
  height: 90px;
  width: 100%;
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #efbe35;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
  
}

.image-overlay-2 {
    height: -90px;
    width: 90%;
    position: absolute;
    margin-top: -100px;
    left: 0;
    background-color: #efbe35;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  
}

.image-overlay-2 h3 {
  font-family: Georgia, sans-serif;
  font-weight: bold;
}

.main-image {
    width: 99.9%;
    height: 89%;
  bottom: -10px;
    object-fit: cover;
}

.static-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #efbe35;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.static-overlay h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: bold;
   
}

.static-overlay p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
  font-weight: normal;
}

/* === Small Images (Red Box with Headers Only) === */
.small-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 2fr;
    gap: 15px;
  
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #efbe35;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.image-overlay-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #efbe35;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}


.image-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  font-family: Georgia, sans-serif;
}

.image-overlay h3:hover {
transform: scale(1.1);
}

.image-overlay-2 h3:hover {
transform: scale(1.1);
}

/* === Responsive Adjustments for Mobile === */
@media (max-width: 768px) {
    .use-case-grid {
        grid-template-columns: 1fr;
    }

    .main-image-container {
        grid-column: auto;
        grid-row: auto;
      
    }

    .small-images {
        grid-template-columns: 1fr 1fr;
       width: 100%;
    }
  
  .main-image-container .image-overlay-2 {
  height: 15%;
    font-size: 12px;
}
  
  .main-image {
      aspect-ratio: 3 / 4; /* Makes it taller */
        width: 100%;
        height: auto;
        object-fit: cover;
    }
  
  .image-overlay h3 {
    margin: 0;
    font-size: 12px;
}
}

/* Reset some default spacing */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

/* Gallery container with light pink background */
.logo-gallery {
  background-color: #fff;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: -40px;
  margin-bottom: -30px;
}

.logo-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* On smaller screens, display three logos per row */
@media (max-width: 768px) {
  .logo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
   .logo-gallery img:last-child {
        display: none;
      }
}


/* Base Styles */
body {
    margin: 0;
    font-family: Georgia, sans-serif;
   background-color: #fff;
}

/* Header */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #fff;
  max-width: 1200px;
  margin-left: 70px;
}

.logo {
    display: flex;
    align-items: center;
    font-family: 'Georgia', sans-serif; 
    font-size: 36px; 
    font-weight: bold;
    text-decoration: none;
    color: #333; 
   margin-left: 40px;
}

.logo a {
    text-decoration: none; 
    color: inherit; 
}

.logo a:hover {
    color: #333; 
    text-decoration: underline; 
}


/* Main Navigation */
.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.main-nav ul li {
    margin-left: 50px;
}

.main-nav ul li a {
    text-decoration: none; /* Remove underlines */
    color: #333;
    font-size: 18px;
}

.main-nav ul li a:hover {
    text-decoration: underline;
}

/* Hamburger Menu Icon */
.menu-toggle {
    cursor: pointer;
    width: 40px; /* Increase clickable area width */
    height: 30px; /* Increase clickable area height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 25px;
    height: 3px;
    background-color: #333;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

/* Sidebar Navigation */
.sidebar-nav {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    transition: right 0.4s ease-in-out;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding-top: 20px;
}

.sidebar-nav.active {
    right: 0;
}

/* Close Button */
.close-btn {
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: scaleX(-1);
    transition: transform 0.4s ease-in-out;
    margin-top: -10px;
}

/* Sidebar Menu */
.sidebar-menu,
.sidebar-additional {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    font-size: 25px;
    margin-top: 20px;
}

.sidebar-menu {
    transition: right 0.4s ease-in-out;
}

.sidebar-menu li,
.sidebar-additional li {
    /* No border lines */
}

.sidebar-menu li a,
.sidebar-additional li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none; /* Remove underlines */
}

.sidebar-additional li a {
    text-decoration: underline;
}

.sidebar-menu li a:hover {
    background-color: #f0f0f0;
    text-decoration: none; /* Ensure underlines don't appear on hover */
}

/* Icons on the Left */
.icon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}

/* Additional Items Styling */
.sidebar-additional li a {
    font-size: 18px !important;
    color: #000;
    margin-top: -30px;
}

.sidebar-additional li a:hover .icon {
    opacity: 0.7;
}

/* Overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 900;
}

#overlay.active {
    visibility: visible;
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-nav ul li {
        margin-left: 15px;
    }

    .logo {
        font-size: 24px; /* Adjusted font size for smaller screens */
        margin-left: -15px; /* Adjusted margin for smaller screens */
    }
  
    header {
        margin-left: 20px;
    }
  
    .sidebar-nav {
        position: fixed;
        top: 0;
        right: -400px;
        width: 340px;
    }
  
    .sidebar-menu,
    .sidebar-additional {
        font-size: 20px;
    }
  
    .main-nav ul li a {
        font-size: 14px;
    }
    /* On mobile, hide sales and gallery; only display pricing and hamburger */
    .main-nav ul li:nth-child(1),
    .main-nav ul li:nth-child(3) {
        display: none;
    }
}



/* Hero Section */
.hero-section-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
  margin-top: -6rem;
   background-color: #fff;
}

.hero-title-2 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: bold;
  text-align: center;
  display: block;
}

.hero-title-mobile-2 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    display: none; /* Hidden by default */
}

.hero-subheading-2 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 3rem;
}

.hero-description-2 {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 1rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

/* Call-to-Action Button */
.hero-cta-button-2 {
     display: inline-block;
    margin-top: 10px;
    padding: 15px 25px; /* Scaled up */
    font-size: 15px; /* Doubled from 14px */
    font-weight: bold;
    color: #000;
  border-radius: 5px;
  background-color: #efbe35;
     border: 1px solid black;
    text-decoration: none;
    transition: all 0.3s ease;
   margin-bottom: 10rem !important;
  font-size: 20px;
}

.hero-cta-button-2:hover {
  background-color: #d4a932;
    transform: scale(1.1);
}

.hero-description-2 span {
  font-weight: bold;
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-section-2 {
        padding: 2rem 1rem;
      text-align: center;
    }
  
  .hero-subheading-2 {
    font-size: 1rem;
  }

    .hero-title-2 {
        font-size: 1.2rem;
      text-align: center;
    }

    .hero-description-2 {
        font-size: 0.95rem;
      text-align: center;
    }

    .hero-cta-button-2 {
         font-size: 17px;
        padding: 10px 20px;
      text-align: center;
    }
  
  .hero-title-2 {
        display: none; /* Hide desktop header */
    }

    .hero-title-mobile-2 {
        display: block; /* Show mobile header */
    }
}