/* 
 * CSS for #seo_top_section ID
 * Extracted from sun.css
 */

/* Main SEO Banner Styles */
#seo_top_section {
  padding: 50px 0px;
  background: url(https://cdn.smmsun.com/images/about-us-page-smm-panel-bangladesh.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#seo_top_section h1 {
  color: var(--black-title);
}

/* Shared h1 styles with other sections */
#seo_top_section h1,
.signup_title h1,
#hero .hero_content h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Responsive Styles */

/* For screens up to 1700px */
@media only screen and (max-width: 1700px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 48px;
  }
  
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 38px;
  }
}

/* For screens up to 1440px */
@media only screen and (max-width: 1440px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 48px;
  }
  
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 38px;
  }
}

/* For screens up to 1200px */
@media only screen and (max-width: 1200px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 40px;
  }
}

/* For screens up to 991px */
@media only screen and (max-width: 991px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 56px;
    text-align: center;
  }
}

/* For screens up to 768px */
@media only screen and (max-width: 768px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 40px;
  }
}

/* For screens up to 550px */
@media only screen and (max-width: 550px) {
  #seo_top_section h1,
  .signup_title h1,
  #hero .hero_content h1 {
    font-size: 30px;
  }
}
