.elementor-10622 .elementor-element.elementor-element-bdc0429{margin-top:-123px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-c28f8f7 *//* SOCIAL PAGE WRAPPER */
/* CENTER HERO TEXT */
.sm-hero-text{
  text-align:center;
  margin:0 auto;
}

.sm-hero-text h1{
  text-align:center;
}

.sm-hero-text p{
  text-align:center;
  margin:0 auto 30px auto;
}

/* CENTER BUTTON */
.sm-hero-text .sm-btn-dark{
  display:inline-block;
  margin:auto;
}
.sm-hero-image{
  display:flex;
  justify-content:center;
}
.social-page {
  font-family: inherit;
}
/* CENTER RESULTS TEXT */
.social-page .results-head h2{
  text-align:center;
}

.social-page .result-card{
  text-align:center;
  padding:45px;
}

/* CENTER TEXT INSIDE CARD */
.social-page .result-card h3{
  text-align:center;
}

.social-page .result-card p{
  text-align:center;
}
/* HERO */
/* SOCIAL HERO WHITE + YELLOW STYLE */

.social-page .sm-hero-wrapper {
  background: #f4f4f4; /* light grey outside */
  padding: 120px 120px 0;
}

.social-page .sm-hero-box {
  background: #ffcc00;
  padding: 90px 60px;
  border-radius: 35px;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
}

.social-page .sm-hero-box h1 {
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
}

.social-page .sm-hero-box p {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto 35px;
  color: #111;
}

.social-page .sm-btn-dark {
  background: #000;
  color: #fff;
  padding: 14px 38px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.social-page .sm-btn-dark:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .social-page .sm-hero-box {
    padding: 60px 30px;
  }

  .social-page .sm-hero-box h1 {
    font-size: 28px;
  }
}

/* SERVICES */
/* SOCIAL SERVICES PREMIUM STYLE */

.social-page .sm-services {
  background: #f4f4f4;
  padding: 120px 0;
  text-align: center;
}

.social-page .sm-services h2 {
  font-size: 34px;
  margin-bottom: 60px;
  color: #000;
}

.social-page .sm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.social-page .sm-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.social-page .sm-card:hover {
  transform: translateY(-8px);
}

.social-page .sm-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}

.social-page .sm-card p {
  color: #555;
  line-height: 1.6;
}

/* Highlight Yellow Card */
.social-page .sm-card.highlight {
  background: #ffcc00;
}

.social-page .sm-card.highlight h3 {
  color: #000;
}

.social-page .sm-card.highlight p {
  color: #111;
}

/* Responsive */
@media (max-width: 992px) {
  .social-page .sm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .social-page .sm-grid {
    grid-template-columns: 1fr;
  }
}


/* RESULTS */
/* SOCIAL RESULTS PREMIUM STYLE */

.social-page .sm-results-premium {
  background: #f4f4f4;
  padding: 20px 0;
}

.social-page .results-head {
  text-align: center;
  margin-bottom: 70px;
}

.social-page .results-head h2 {
  font-size: 38px;
  color: #000;
}

.social-page .results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.social-page .result-card {
  position: relative;
  background: #ffffff;
  padding: 45px 45px 45px 60px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.social-page .result-card:hover {
  transform: translateY(-6px);
}

/* Yellow Accent */
.social-page .result-card .accent {
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 6px;
  background: #ffcc00;
  border-radius: 6px;
}

.social-page .result-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #000;
}

.social-page .result-card p {
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .social-page .results-grid {
    grid-template-columns: 1fr;
  }
}


/* CTA */
.social-page .sm-cta {
  background: #ffcc00;
  padding: 100px 0;
  text-align: center;
}

.social-page .sm-btn-dark {
  background: #000;
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .social-page .sm-grid {
    grid-template-columns: 1fr;
  }

  .social-page .results-box {
    grid-template-columns: 1fr;
  }

  .social-page .sm-hero h1 {
    font-size: 28px;
  }
}
/* HERO SECTION */
.sm-hero-wrapper{
  background:#e6e6e6;
  padding:120px 0;
}

.sm-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

/* TEXT */
.sm-hero-text h1{
  font-size:42px;
  margin-bottom:20px;
  color:#000;
}

.sm-hero-text p{
  font-size:18px;
  color:#333;
  margin-bottom:30px;
  max-width:520px;
}

/* IMAGE */
.sm-hero-image img{
  width:100%;
  max-width:520px;
  border-radius:16px;
  box-shadow:0 25px 70px rgba(0,0,0,0.15);
}

/* BUTTON */
.sm-btn-dark{
  background:#000;
  color:#fff;
  padding:14px 34px;
  border-radius:40px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.sm-btn-dark:hover{
  background:#ffcc00;
  color:#000;
}

/* MOBILE */
@media(max-width:768px){

.sm-hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.sm-hero-text p{
margin:auto;
margin-bottom:25px;
}

.sm-hero-image{
margin-top:35px;
}

}/* End custom CSS */