.SEOLandingPage_servicesSection__NiI_X,
.SEOLandingPage_servicesSectionMid__WDioq {
  position: relative;
  /* overflow: hidden; */
  background-color: #03030f;
  /* z-index: -1; */
}

.SEOLandingPage_caseStudySection__X7mM3 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.SEOLandingPage_servicesBackground__WAphK {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #03030f;
}
.SEOLandingPage_servicesBackgroundImage2__bz_37 {
  margin-top: 0%;
  /* margin-left: 45%; */
  height: auto !important;
  width: 55% !important;
}
.SEOLandingPage_servicesBackgroundImage3__deD3i {
  margin-left: 10%;
  /* height: 75% !important; */
}
.SEOLandingPage_midSectionWrapper__mczSL,
.SEOLandingPage_midSectionWrapperTwo__ClQc_ {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.SEOLandingPage_midSectionWrapper__mczSL {
  height: 66vh;
  justify-content: center;
  color: white;
  width: 45vw;
}
.SEOLandingPage_contactUsForm__zXpwQ {
  align-self: center;
  width: 85%;
}
.SEOLandingPage_heading__xb5fi {
  text-align: left;
  margin-bottom: clamp(10px, 01.5vw, 3rem);
  font-size: clamp(32px, 01.5vw, 4rem);
  padding-top: 5vh;
  font-weight: 300;
  position: relative;
  color: white;
}

.SEOLandingPage_heading__xb5fi::after {
  content: "";
  display: block;
  width: 3.5vw;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.SEOLandingPage_subText__e3Yly {
  color: #afafaf;
  width: 100%;
  line-height: 2rem;
  font-size: clamp(16px, 1vw, 3rem);
  margin-bottom: clamp(10px, 01.5vw, 3rem);
}

.SEOLandingPage_footerContainer__7CGJj {
  display: flex;
  justify-content: center;
  background-color: #07060b;
}

.SEOLandingPage_centeredTextContainer__X6xk5 {
  display: flex;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.SEOLandingPage_centeredParagraph__2jTCN {
  color: white;
  font-size: clamp(22px, 01.5vw, 4rem);
  line-height: 1.6;
  align-items: center;
  text-align: center;
  width: 70%;
}
.SEOLandingPage_topContentContainer__w4aE8 {
  display: flex;
  flex-direction: row;
  width: 85%;
  min-height: 80vh;
  align-items: center;
  overflow: visible;
  gap: 5vw;
}

/* Existing styles remain unchanged */

@media (max-width: 768px) {
  .SEOLandingPage_topContentContainer__w4aE8 {
    flex-direction: column;
    width: 100%;
  }
  .SEOLandingPage_servicesSectionMid__WDioq {
    padding: 1rem; /* Reduced padding for tighter mobile layout */
  }

  .SEOLandingPage_servicesBackgroundImage2__bz_37 {
    display: none; /* Unchanged, as it’s intentionally hidden */
  }

  .SEOLandingPage_servicesBackgroundImage3__deD3i {
    height: 80% !important; /* Increased height for better visibility */
    width: 100% !important; /* Slightly reduced width to prevent edge clipping */
    top: 1vh !important; /* Adjusted to avoid overlap with text */
    left: 5%; /* Centered horizontally */
    -o-object-fit: contain !important;
       object-fit: contain !important; /* Prevent distortion */
    -o-object-position: center center !important;
       object-position: center center !important; /* Center image */
    margin-left: 0;
  }

  .SEOLandingPage_heading__xb5fi {
    font-size: clamp(22px, 7vw, 26px); /* Slightly larger for readability */
    padding-top: 1rem; /* Reduced padding for better spacing */
  }

  .SEOLandingPage_subText__e3Yly {
    font-size: clamp(16px, 5vw, 20px); /* Slightly larger for readability */
  }

  .SEOLandingPage_centeredParagraph__2jTCN {
    font-size: clamp(18px, 5vw, 22px);
    text-align: left;
    line-height: 1.7; /* Adjusted for better readability */
    width: 100%;
  }

  .SEOLandingPage_heading__xb5fi::after {
    width: 15%; /* Slightly smaller underline for balance */
  }

  .SEOLandingPage_midSectionWrapper__mczSL {
    padding: 0;
    height: 20vh;
    justify-content: flex-start;
    width: 85%;
    top: 20vh;
  }

  .SEOLandingPage_contactUsForm__zXpwQ {
    width: 95%;
    padding: 0 1rem 1.5rem 1rem; /* Adjusted padding */
  }

  .SEOLandingPage_footerContainer__7CGJj {
    padding: 0 1rem 1rem;
  }

  .SEOLandingPage_servicesBackgroundImage2__bz_37 {
    margin-top: 50%; /* Adjusted for consistency, though hidden */
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .SEOLandingPage_servicesBackgroundImage3__deD3i {
    margin-left: 8%;
    height: 130% !important;
  }

  .SEOLandingPage_midSectionWrapper__mczSL {
    height: 50vh;
  }

  .SEOLandingPage_contactUsForm__zXpwQ {
    width: 90%;
  }

  .SEOLandingPage_centeredTextContainer__X6xk5 {
    margin-bottom: 2vh;
  }

  .SEOLandingPage_servicesBackgroundImage2__bz_37 {
    margin-top: 60%;
    margin-left: 25%;
    height: auto !important;
    width: 75% !important;
  }
}

.SEOLandingPageTop_banner___eMeN {
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Geist Regular", sans-serif;
}

.SEOLandingPageTop_content__dEtTy {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.SEOLandingPageTop_title__WngEb {
  font-weight: 300;
  font-size: clamp(16px, 1.6vw, 20px);
  /* width: 50%; */
  font-family: "Geist Regular";
  line-height: clamp(22px, 2.2vw, 26px);
}

.SEOLandingPageTop_subText__abC0G {
  font-weight: 300;
  font-size: clamp(18px, 1.4vw, 22px);
  width: 50%;
  font-family: "Geist Regular", sans-serif;
}

.SEOLandingPageTop_description__5eZDF {
  color: #BAC1D9;
  font-family: "SF Pro Text Light";
  margin-bottom: 25px;
  font-size: clamp(10px, 0.95vw, 12px);
  /* width: 50%; */
  line-height: clamp(14px, 1.35vw, 16px);
}

.SEOLandingPageTop_gradientText__6FjC7 {
  background: linear-gradient(
    49deg,
    rgba(243, 122, 107, 1) 0%,
    rgba(149, 0, 255, 1) 84%
  );
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.SEOLandingPageTop_contactUsButton__VTRI5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid #9b77d8;
  border-radius: 15px;
  padding: 0.6rem 2.5rem;
background: #F37A6B;
background: linear-gradient(180deg, rgba(243, 122, 107, 0) 0%, rgba(149, 0, 255, 1) 100%);
  font-size: clamp(14.4px, 1.296vw, 17.28px);
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
}

.SEOLandingPageTop_contactUsButton__VTRI5:hover {
  background: rgba(155, 119, 216, 0.1);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

.SEOLandingPageTop_contactUsButton__VTRI5:active {
  transform: scale(0.98);
}

.SEOLandingPageTop_contactUsButton__VTRI5.SEOLandingPageTop_disabledButton__WIHuQ {
  opacity: 0.5;
  cursor: not-allowed;
}

.SEOLandingPageTop_contactUsButton__VTRI5 span {
  font-weight: 600;
}

.SEOLandingPageTop_googleGradient__Xugp8 {
  background: linear-gradient(90deg, rgba(243, 122, 107, 1) 0%, rgba(149, 0, 255, 1) 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.SEOLandingPageTop_mySeoText__tVXFr{
  font-weight: 800;
}

/* Mobile screens */
/* Existing styles remain unchanged */

@media screen and (max-width: 768px) {
  .SEOLandingPageTop_banner___eMeN {
    height: 30vh; /* Reduced height since we're removing subtext */
    padding: 1.5rem 1rem 0;
    align-items: flex-start;
  }

  .SEOLandingPageTop_content__dEtTy {
    width: 100%;
    margin-top: 10%; /* Reduced margin for tighter layout */
    gap: 0.8rem; /* Smaller gap between heading and button */
  }

  .SEOLandingPageTop_title__WngEb {
    font-size: clamp(16px, 3.5vw, 18px);
    width: 95%;
    line-height: clamp(20px, 4.5vw, 22px);
  }

  .SEOLandingPageTop_subText__abC0G {
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 0.5rem;
  }

  .SEOLandingPageTop_description__5eZDF {
    display: none; /* Ensure subtext is hidden */
  }

  .SEOLandingPageTop_gradientText__6FjC7 {
    font-size: inherit;
  }

  .SEOLandingPageTop_contactUsButton__VTRI5 {
    padding: 0.6rem 1.8rem;
    font-size: clamp(12.96px, 4.608vw, 15.84px);
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .SEOLandingPageTop_content__dEtTy {
    width: 90%;
    margin-top: 15%;
  }

  .SEOLandingPageTop_title__WngEb {
    width: 90%;
  }

  .SEOLandingPageTop_banner___eMeN {
    height: 40vh;
  }

  .SEOLandingPageTop_description__5eZDF {
    width: 70%;
    margin-bottom: 0;
  }

  .SEOLandingPageTop_gradientText__6FjC7 {
    font-size: inherit;
  }

  .SEOLandingPageTop_contactUsButton__VTRI5 {
    padding: 0.8rem 4rem;
    font-size: clamp(18.72px, 2.304vw, 17.28px);
    max-width: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .SEOLandingPageTop_title__WngEb {
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: clamp(23px, 2.3vw, 27px);
  }
  
  .SEOLandingPageTop_description__5eZDF {
    font-size: clamp(11px, 1.05vw, 13px);
    line-height: clamp(15px, 1.45vw, 17px);
  }
  
  .SEOLandingPageTop_contactUsButton__VTRI5 {
    font-size: clamp(15.84px, 1.44vw, 18.72px);
    padding: 0.6rem 3.5rem;
  }
}
.SEOLandingPageMid_textSection__n_SLz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem 2rem;
  text-align: center;
}

.SEOLandingPageMid_mainHeading__ZWPrM {
  color: white;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  width: 85%;
}

.SEOLandingPageMid_googleGradient__jVdqo {
  background: linear-gradient(
    90deg,
    rgba(243, 122, 107, 1) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.SEOLandingPageMid_subParagraph__zoLG_ {
  color: #bac1d9;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.8;
  max-width: 68%;
  margin: 0 auto;
}

.SEOLandingPageMid_gridSection__qz096 {
  position: relative;
  min-height: 70vh;
  padding: 4rem 2rem;
}

.SEOLandingPageMid_sideBySideContainer__YLc6E {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16vh;
  position: relative;
  z-index: 1;
  /* max-width: 85%; */
  margin: 0 auto;
}

.SEOLandingPageMid_gridContainer__yaa73 {
  flex: 1;
  max-width: 700px;
}

.SEOLandingPageMid_gridWrapper__0s6s_ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 0;
  border-radius: 15px;
  width: 45vw;
  /* padding: 3rem; */
}

.SEOLandingPageMid_gridItem__c40Td {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(82, 63, 114, 0.4);
  min-height: 80px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px); /* Moved blur to individual items */
  border-radius: 10px; /* Added border-radius */
}

.SEOLandingPageMid_gridItemFull__jaXXa {
  grid-column: span 2;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(82, 63, 114, 0.4);
  min-height: 80px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px); /* Moved blur to individual items */
  border-radius: 10px; /* Added border-radius */
}

.SEOLandingPageMid_gridItemContent__3LfRs {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.SEOLandingPageMid_gridItemContent__3LfRs span {
  color: white;
  font-weight: 300;
  font-size: clamp(18px, 1.5vw, 22px);
}

.SEOLandingPageMid_cardsContainer__JY5AX {
  flex: 1;
  position: relative;
  height: 600px;
  max-width: 550px;
  border-radius: 15px;
  padding: 1rem;
}

.SEOLandingPageMid_card__BRnQI {
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
}

/* Existing styles remain unchanged */

@media (max-width: 768px) {
  .SEOLandingPageMid_textSection__n_SLz {
    padding: 1.5rem 1rem; /* Reduced padding for mobile */
  }

  .SEOLandingPageMid_mainHeading__ZWPrM {
    font-size: clamp(22px, 7vw, 26px); /* Match the heading size from SEOLandingPageTop */
    width: 95%; /* Slightly narrower for margins */
    line-height: 2.4rem; /* Adjusted for better spacing */
    margin-bottom: 1rem; /* Reduced margin since subtext is hidden */
  }

  .SEOLandingPageMid_subParagraph__zoLG_ {
    display: none; /* Hide subtext in mobile view */
  }

  .SEOLandingPageMid_gridSection__qz096 {
    padding: 2rem 1rem; /* Reduced padding for mobile */
    min-height: auto; /* Let content dictate height */
  }

  .SEOLandingPageMid_sideBySideContainer__YLc6E {
    flex-direction: column;
    gap: 2rem; /* Reduced gap for tighter layout */
  }

  .SEOLandingPageMid_gridContainer__yaa73 {
    max-width: 100%; /* Full width in mobile */
  }

  .SEOLandingPageMid_gridWrapper__0s6s_ {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    padding: 1rem; /* Reduced padding */
    width: 100%; /* Full width */
  }

  .SEOLandingPageMid_gridItem__c40Td,
  .SEOLandingPageMid_gridItemFull__jaXXa {
    grid-column: span 1;
    min-height: 60px; /* Slightly smaller for mobile */
    border-radius: 8px; /* Slightly smaller radius */
  }

  .SEOLandingPageMid_gridItemContent__3LfRs {
    gap: 1rem;
  }

  .SEOLandingPageMid_gridItemContent__3LfRs span {
    font-size: clamp(14px, 4vw, 16px); /* Smaller but readable */
  }

  .SEOLandingPageMid_cardsContainer__JY5AX {
    height: 400px; /* Reduced height for mobile */
    max-width: 350px; /* Slightly smaller for mobile */
    padding: 0.5rem; /* Reduced padding */
  }

  .SEOLandingPageMid_card__BRnQI {
    width: 90%;
    height: 90%;
    top: 50%; /* Adjusted for new height */
    left: 50%; /* Centered */
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .SEOLandingPageMid_gridWrapper__0s6s_ {
    padding: 2.5rem;
  }

  .SEOLandingPageMid_gridItem__c40Td,
  .SEOLandingPageMid_gridItemFull__jaXXa {
    min-height: 70px;
  }

  .SEOLandingPageMid_cardsContainer__JY5AX {
    height: 550px;
    max-width: 500px;
  }
}

.SEOLandingPageBottom_container__Uw_D1 {
  position: relative;
  /* min-height: 80vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: white;
  font-family: "Geist Regular", sans-serif;
}

.SEOLandingPageBottom_contentWrapper__B3eww {
  display: flex;
  flex-direction: row;
  width: 88%;
  gap: 5vw;
  z-index: 1;
}

.SEOLandingPageBottom_auditDetails__JvXmK {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.SEOLandingPageBottom_title__1eHeh {
  font-size: clamp(30px, 1.5vw, 48px);
  font-weight: 300;
  line-height: 2.5rem;
  font-family: "Geist Regular", sans-serif;
}

.SEOLandingPageBottom_googleGradient___IEA7 {
    background: linear-gradient(90deg, rgba(243, 122, 107, 1) 0%, rgba(149, 0, 255, 1) 100%);
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

.SEOLandingPageBottom_description__bN6lb {
  color: #bac1d9;
  font-family: "SF Pro Text Light", sans-serif;
  font-size: clamp(17px, 0.2vw, 20px);
  line-height: 1.8rem;
  max-width: 90%;
}

.SEOLandingPageBottom_auditTypes__OOtWT {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.SEOLandingPageBottom_auditButton__4PRRf {
  background: transparent;
  border: 1px solid #9b77d8;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  color: white;
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease;
}

.SEOLandingPageBottom_auditButton__4PRRf:hover {
  background: rgba(155, 119, 216, 0.1);
}

.SEOLandingPageBottom_auditList__mhmx7 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.SEOLandingPageBottom_auditList__mhmx7 li {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #bac1d9;
  font-family: "SF Pro Text Light", sans-serif;
}

.SEOLandingPageBottom_auditList__mhmx7 li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #f37a6b;
  font-weight: bold;
}

.SEOLandingPageBottom_formSection___5QNg {
  flex: 0.5;
  position: relative; /* For pseudo-element positioning */
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid transparent; /* Fallback border */
}

/* Pseudo-element for gradient border with border-radius support */
.SEOLandingPageBottom_formSection___5QNg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(
    60deg,
    rgba(243, 122, 107, 0.25) 0%,
    rgba(149, 0, 255, 0.2) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Ensure the inner content has a background to avoid overlap */
.SEOLandingPageBottom_formSection___5QNg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

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

.SEOLandingPageBottom_formGroup___CBGU {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.SEOLandingPageBottom_formGroup___CBGU label {
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins", sans-serif;
  color: white;
}

.SEOLandingPageBottom_formGroup___CBGU input {
  background: #040404;
  border: 1px solid #4C3A6B; /* Fallback border */
  border-radius: 15px;
  padding: 0.75rem;
  color: white;
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins", sans-serif;
}

.SEOLandingPageBottom_formGroup___CBGU input::-moz-placeholder {
  color: #bac1d9;
}

.SEOLandingPageBottom_formGroup___CBGU input::placeholder {
  color: #bac1d9;
}

.SEOLandingPageBottom_submitButton__oy3uO {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(
    180deg,
    rgba(243, 122, 107, 0) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  border: 1px solid #9b77d8;
  border-radius: 15px;
  padding: 0.75rem;
  color: white;
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.SEOLandingPageBottom_submitButton__oy3uO:hover {
  background: rgba(155, 119, 216, 0.1);
}

.SEOLandingPageBottom_arrow__MSHBw {
  font-size: 1.2rem;
}

/* Responsive Design */
/* Existing styles remain unchanged */

@media (max-width: 768px) {
  .SEOLandingPageBottom_container__Uw_D1 {
    padding: 1.5rem 1rem; /* Reduced padding for mobile */
  }

  .SEOLandingPageBottom_contentWrapper__B3eww {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem; /* Reduced gap for tighter layout */
  }

  .SEOLandingPageBottom_auditDetails__JvXmK {
    align-items: center;
    text-align: center;
  }

  .SEOLandingPageBottom_title__1eHeh {
    font-size: clamp(22px, 7vw, 26px); /* Match the heading size from previous sections */
    line-height: 2.4rem; /* Consistent line height */
    margin-bottom: 1rem; /* Reduced margin since description is hidden */
  }

  .SEOLandingPageBottom_description__bN6lb {
    display: none; /* Hide subtext in mobile view */
  }

  .SEOLandingPageBottom_auditTypes__OOtWT {
    justify-content: center;
    gap: 0.8rem; /* Slightly smaller gap for mobile */
  }

  .SEOLandingPageBottom_auditButton__4PRRf {
    font-size: clamp(12px, 3vw, 14px); /* Smaller but readable */
    padding: 0.5rem 1rem; /* Adjusted padding for mobile */
  }

  .SEOLandingPageBottom_auditList__mhmx7 {
    gap: 0.8rem; /* Reduced gap for mobile */
  }

  .SEOLandingPageBottom_auditList__mhmx7 li {
    font-size: clamp(12px, 3vw, 14px);
    padding-left: 1.5rem; /* Adjusted padding for smaller screens */
  }

  .SEOLandingPageBottom_formSection___5QNg {
    width: 100%;
    padding: 1.5rem;
  }

  .SEOLandingPageBottom_formGroup___CBGU label {
    font-size: clamp(12px, 3vw, 14px); /* Smaller but readable */
  }

  .SEOLandingPageBottom_formGroup___CBGU input {
    font-size: clamp(12px, 3vw, 14px); /* Match label size */
    padding: 0.6rem; /* Slightly smaller padding */
  }

  .SEOLandingPageBottom_submitButton__oy3uO {
    font-size: clamp(13px, 4vw, 15px); /* Match button size from top section */
    padding: 0.7rem; /* Adjusted padding */
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .SEOLandingPageBottom_contentWrapper__B3eww {
    width: 90%;
    gap: 3vw;
  }

  .SEOLandingPageBottom_title__1eHeh {
    font-size: clamp(26px, 3vw, 36px);
  }

  .SEOLandingPageBottom_description__bN6lb {
    font-size: clamp(14px, 1.5vw, 18px);
  }

  .SEOLandingPageBottom_auditButton__4PRRf {
    font-size: clamp(12px, 1.2vw, 14px);
  }

  .SEOLandingPageBottom_formSection___5QNg {
    padding: 1.5rem;
  }
}

.SEOLandingPageFooter_footerContainer__SJyrx {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Adjust based on your needs */
  color: white;
  overflow: hidden;
}

.SEOLandingPageFooter_imageWrapper__TdUI6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.SEOLandingPageFooter_contentWrapper__UB30G {
  position: relative;
  z-index: 2;
  padding: 4rem 0rem;
  max-width: 85%;
  margin: 0 auto;
  text-align: left;
}

.SEOLandingPageFooter_mainHeading__7oosb {
  color: white;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  width: 85%;
}

.SEOLandingPageFooter_googleGradient__uWVLI {
  background: linear-gradient(
    90deg,
    rgba(243, 122, 107, 1) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.SEOLandingPageFooter_underline__HMYjB {
  width: 100px;
  height: 2px;
  background: #f37a6b;
  margin-bottom: 1rem;
}

.SEOLandingPageFooter_description__N42zH {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.SEOLandingPageFooter_grid__2w6Kq {
  display: flex;
  gap: 10vw;
  margin-bottom: 3rem;
}

.SEOLandingPageFooter_gridColumn__4kfOH {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.SEOLandingPageFooter_gridItem__dBixs h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.SEOLandingPageFooter_gridItem__dBixs p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .SEOLandingPageFooter_mainHeading__7oosb {
    font-size: 2rem;
  }

  .SEOLandingPageFooter_contentWrapper__UB30G {
    padding: 2rem 0rem;
    /* margin: 0; */
    max-width: 90%;
  }

  .SEOLandingPageFooter_grid__2w6Kq {
    flex-direction: column;
  }
}

