@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;
}

html {
    scroll-behavior: smooth;
}


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

body {
  background-color: #fff;
  color: #000;
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* ========== Hero Section ========== */
.hero-section {
  background-color: #fff;
  padding: 50px 0;
  margin-top: -1rem;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Desktop: Image Left, Header Right */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.hero-image img {
    width: 140%;
    aspect-ratio: 16 / 9;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
   
}



.hero-text {
  flex: 1;
  text-align: right;
  padding-right: 100px;
}

.hero-text h1 {
  font-family: Georgia, serif;
  font-size: 3rem;
  text-transform: none;
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-left: 150px;
}

/* Hero Description (shared by both) */
.hero-description {
  text-align: center;
  max-width: 1100px;
  margin: 40px auto 0;
  font-size: 1.4rem;
  line-height: 2.2;
  text-transform: none;
  font-weight: normal;
   margin-bottom: -2rem !important;
     margin-top: 4rem !important;
  font-family: Arial, sans-serif;
}

/* ========== Our Services Section ========== */
.services-header {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 2.3rem;
  margin: 40px 0 20px;
  color: #000;
  text-transform: none;
  margin-bottom: 4rem;
  
 
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.services-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  max-width: 1200px;
  margin: 0 auto;
  
}



.services-section.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.services-section.reverse {
  display: flex;
  flex-direction: row-reverse;
}


.services-section .text, 
.services-section .image {
  flex: 1;
  padding: 20px;
  max-width: 45%;
}

.services-section .text {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.7;
  text-transform: none;
  font-weight: normal;
  
}

.services-description {
  font-family: Arial, sans-serif !important;
}

.services-section .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  
  
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background-color: #efbe35;
  color: #000;
  padding: 11px 23px;
  border: 2px solid #000;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.15rem;
    font-family: 'Georgia';
  text-transform: titlecase;
  font-weight: bold;
  transition: background-color 0.3s;
  margin-top: 15px;
}

.cta-button:hover {
  background-color: #d4a72f;
}

.service-description {
   font-family: Arial, sans-serif !important;
}


/* ========== Mobile Styles ========== */
@media (max-width: 768px) {
  /* Stack services-section items vertically */
  .services-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
   .hero-text {
  margin-bottom: 20px;
  }
  
  /* Ensure reversed sections also stack correctly */
  .services-section.reverse {
    flex-direction: column;
  }

  /* Reorder elements within services-section */
  .services-section .text {
    order: 2;
    max-width: 80%;
    padding: 10px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
  }

  .services-section .image {
    order: 1;
    max-width: 90%;
    padding: 10px;
    text-align: center;
  }

  /* Adjust elements within the text container */
  .services-section .service-title {
    order: 1;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
    font-weight: bold;
  }
  
  

  .services-section .service-description {
    order: 2;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    text-transform: none;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
 

  .services-section .cta-button {
    order: 3;
    margin-bottom: 20px;
    text-transform: none;
     text-align: center;
  }

  /* Ensure images are responsive */
  .services-section .image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    
  }

 

  /* Remove unwanted margins and paddings */
  .services-container,
  .services-section,
  .services-section .text,
  .services-section .image {
    margin: 0;
    padding: 0;
  }
  
.hero-content { 
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  margin-top: -1rem;
  } 
  
  .hero-text {
    order: 1;
    text-align: center;
    padding: 10px;
    margin-left: -150px;
  } 
  
  .hero-image {
    order: 2;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 75%;
  } 
  .hero-description {
    order: 3;
    font-size: 1.1rem;
    line-height: 1.5;
    width: 90%;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
   .hero-description {
    line-height: 2;
  }
}

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

/* 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;
    }
}




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

//* 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;
}


/* 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;
    }
  
  .info-logo img {
    max-width: 150px !important;
     display: block !important;
}
  
    .mobile {
        display: block;
       text-decoration: underline;
    text-decoration-color: #000; /* Ensuring underline color */
}
    }



/* 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; /* Slightly lighter gray */
    font-family: Georgia, serif;
    font-weight: normal;
    text-transform: none;
    margin-top: -1rem; /* Overlaps with the info section */
    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: 10px;
    flex-wrap: wrap;
}

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

.newsletter-section form button {
    background-color: #efbe35;
    color: #000;
    padding: 10px;
     font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: none;
    border: none;
  width: 15%;
   border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.newsletter-section form button:hover {
    background-color: #d4a932;
}


#thankYouMessage {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1.5rem;
    color: #000;
    display: none;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* === button‑spinner morph === */
#subscribeBtn {
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* Morph button into spinner */
#subscribeBtn.loading {
  color: transparent;
  pointer-events: none;
  width: 15% !important;
  position: relative;               /* Needed to anchor the spinner */
  display: flex;
  justify-content: center;         /* Center child horizontally */
  align-items: center;             /* Center child vertically */
}

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

 
/* reuse your fadeIn keyframes or define spin here */
@keyframes spin {
  to { transform: rotate(360deg); }
}


/* 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: -5px;
    }
  
    .newsletter-section form button {
        width: 88%;
       
    }
  
   /* keep loading‑morph on mobile */
  #subscribeBtn.loading {
    width: 88% !important;
  }
  #subscribeBtn.loading::after {
    width: 16px;
    height: 16px;
  }


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