/* Base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, Roboto, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #5c5c6f;
  line-height: 1.5;
}

.seo-audit-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 34px;
  width: 100%;
}

/* Header styles */
.main-header {
	    z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  align-self: stretch;
  display: flex;
  width: 100%;
  padding: 17px 0px;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.32px;
  line-height: 1.2;
  justify-content: center;
      position: fixed;
}

.header-container {
  display: flex;
  width: 1148px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo {
  aspect-ratio: 2.33;
  object-fit: contain;
  width: 158px;
  max-width: 100%;
}

.cta-button {
  border-radius: 8px;
  background-color: rgba(15, 82, 186, 1);
  border: 1px solid rgba(15, 82, 186, 1);
  padding: 15px 24px;
  min-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-label {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.2;
}

/* Hero section styles */
.hero-section {
	    margin-top: 100px;
  position: relative;
  width: 100%;
  min-height: 767px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 81px 0;
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  width: 100%;
  padding: 0 96px 32px;
  text-align: center;
}

.hero-text {
width: 100%;
    max-width: 850px;
    margin: auto;
    display: block;
}

.hero-title {
  font-size: 48px;
  color: #111125;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 55px;
  width: 100%;
}

.hero-description {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  color: #5c5c6f;
  max-width: 800px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 24px;
}

/* Form styles */
.audit-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 835px;
  max-width: 100%;
}

.form-row {
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 23px;
  flex-wrap: wrap;
}

.form-row:first-child {
  margin-top: 0;
}

.form-field {
  flex: 1;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 14px 19px;
  font-size: 16px;
  color: #575757;
  font-weight: 400;
}

.primary-button {
  border-radius: 8px;
  background-color: rgba(15, 82, 186, 1);
  border: none;
  display: flex;
  margin-top: 0px;
  min-height: 48px;
  padding: 15px 24px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.32px;
  line-height: 1.2;
  justify-content: center;
  cursor: pointer;
}

.button-icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

/* Audit overview section */
.audit-overview {
  margin-top: 81px;
  width: 1148px;
  max-width: 100%;
  text-align: center;
}

.section-subtitle {
  font-size: 30px;
  color: rgba(15, 82, 186, 1);
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1;
  width: 100%;
}

.section-title {
  margin-top: 24px;
  font-size: 48px;
  color: #111125;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 1;
  width: 100%;
}

.section-description {
  color: #5c5c6f;
  width: 100%;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.32px;
  line-height: 24px;
}

/* SEO Cards section */
.seo-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 53px;
  width: 1148px;
  max-width: 100%;
  gap: 24px;
  text-align: center;
}

.seo-cards + .seo-cards {
  margin-top: 23px;
}

.feature-card {
  border-radius: 16px;
  border: 2px solid #f2f4fc;
  background-color: #ffffff;
  flex: 1;
  min-width: 240px;
}

.card-image {
  aspect-ratio: 1.47;
  object-fit: contain;
  width: 100%;
  min-height: 272px; 
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px;
  gap: 16px;
}

.card-text {
  width: 100%;
}

.card-title {
  color: #303044;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1;
}

.card-description {
  color: #5c5c6f;
  margin-top: 16px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 18px;
}

/* GEO section */
.geo-section {
  background-color: rgba(255, 242, 233, 1);
  width: 100%;
  margin-top: 102px;
  padding: 93px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.geo-section .section-description {
  width: 805px;
  max-width: 100%;
  margin-top: 30px;
}

.geo-cards {
  
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 1148px;
  max-width: 100%;
  gap: 24px;
}

.geo-card {
    border-radius: 16px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-width: 240px;
    min-height: 258px;
    margin: 1%;
    flex: 1;
    float: left;
    width: 31%;
    padding: 24px;
    gap: 24px;
}

.geo-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  align-self: center;
}

.geo-section .primary-button {
  margin-top: 45px;
}

/* Benefits section */
.benefits-section {
  display: flex;
  flex-direction: column;
  width: 1148px;
  max-width: 100%;
  margin-top: 45px;
}

.benefit-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.benefit-container:first-child {
  margin-top: 0;
}

.benefit-container.reverse {
  flex-direction: row-reverse;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  width: 535px;
  max-width: 100%;
  gap: 0px;
}

.benefit-title {
  font-size: 40px;
  color: #303044;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 46px;
  width: 100%;
}

.benefit-description {
  color: #5c5c6f;
  margin-top: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 24px;
}

.benefit-image {
  aspect-ratio: 1.38;
  object-fit: contain;
  width: 550px;
  min-width: 240px;
  min-height: 400px;
  max-width: 100%;
}

/* CTA large button */
.cta-large {
  margin-top: 64px;
}

/* Footer styles */
.footer-divider {
  border: 2px solid #cecece;
  width: 100%;
  margin-top: 79px;
}

.footer-content {
  display: flex;
  margin-top: 32px;
  width: 1248px;
  max-width: 100%;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright {
  color: #5c5c6f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (min-width: 991px) {
.custom-card{margin-left: 18%;}
}
/* Media queries */
@media (max-width: 991px) {
  .main-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .audit-form .form-row{display: block;    margin-top: 0px ! important;}
  .audit-form .form-field{
	margin-top: 10px;    
    width: 100%;
  }
  .audit-form .primary-button{margin-right: 8px;
    margin-top: 10px;    float: left;}
.hero-section{padding: 41px 0;}
  .hero-title {
    font-size: 30px;
    line-height: 51px;
  }

  .section-title {
    font-size: 33px;
  }

  .card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .geo-section {
    padding: 20px;
    margin-top: 40px;
  }

  .geo-card {
    padding-left: 20px;
    padding-right: 20px;
	    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }
.geo-icon {
    width: 114px;
    height: 114px;
}
  .geo-section .primary-button {
	margin-top: 10px;
    margin-bottom: 40px;
  }

  .benefits-section {
    margin-top: 40px;
	padding: 0 15px;
    text-align: center;
  }

  .cta-large {
    margin-top: 40px;
  }

  .footer-divider {
    margin-top: 40px;
  }

  .audit-overview {
    margin-top: 40px;
	    padding: 0 10px;
  }    
  .page-footer{    width: 90%;}
  .social-links {
    display: block;
  width: 100%;}
  .footer-divider {
  border: 1px solid #cecece;}
  .benefit-title{font-size: 30px;line-height: 33px}
  .footer-content{    margin-top: 12px;}
  .copyright{margin-bottom: 0px;    display: block;}
.benefit-image{min-height:auto;}
.benefit-container{gap: 10px;margin-bottom: 25px;border-bottom: 1px solid #d1d1d1;}
.benefit-container:last-child{border:none ! important;}
  .mob{display:block ! important;}
  .desk{display:none;}
.card-image{object-fit: unset;min-height: auto;}
  .seo-cards {
    margin-top: 40px;
	    padding: 0 15px;
  }
}
