*{margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


body {
  font-family: 'Segoe UI', sans-serif;
  padding-top: 90px; 
  text-align: left;
  justify-content: left;
}


  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    z-index: 999;
    transition: top 0.3s ease-in-out;
  };

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
  list-style: none;
}

.navbar a {
  text-decoration: none;  
  color: #333;            
  font-weight: 600;
  font-size: 16px;
}

.navbar:hover,
.navbar:hover a {
  color: #061729;         
  text-decoration: none;  
  cursor: pointer;
}

.nav-logo img {
  height: 70px;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-links ul li {
  position: relative;
}

.nav-links a,
.nav-links span.dropdown {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.services-menu {
  position: relative;
}

.dropdown-container.services-menu {
  position: relative;
}

.dropdown-container {
  position: relative;
}

.mega-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 20%;
  transform: translateX(-50%) translateY(10px);

  width: 400px;
  background: #fff;

  padding: 20px 20px 20px; /* bottom space kam */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;

  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}

/* Important: invisible bridge between menu text and dropdown */
.mega-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}

.dropdown-container:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-20%) translateY(0);
}

.dropdown-container:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.mega-col {
  position: relative;
}

.mega-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -23px;
  width: 1px;
  height: 85%;
  border-right: 1px dashed #b9c9bd;
}

.mega-icon {
  width: 42px;
  height: 42px;
  background: #dff3e3;
  color: #032f40;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.mega-col h4 {
  color: #032f40;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}

.mega-col a {
  display: block;
  color: #566b66;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  transition: 0.2s ease;
}

.mega-col a:hover {
  color: #d13d2f;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .mega-dropdown {
    position: static;
    width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    box-shadow: none;
    padding: 20px;
  }

  .mega-col:not(:last-child)::after {
    display: none;
  }
}

.company-mega-menu {
  position: relative;
}

.company-mega-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 20%;
  transform: translateX(-20%) translateY(10px);

  width: 200px;
  background: #fff;

  padding: 20px 20px 20px; /* bottom space kam */

  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}

.company-mega-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}

/* company dropdown links spacing */
.company-mega-dropdown a {
  display: block;
  margin-bottom: 12px;
}

.company-mega-dropdown a:last-child {
  margin-bottom: 0; /* last item ke baad space remove */
}

.company-mega-menu:hover .company-mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-20%) translateY(0); /* yahan -50% nahi, -20% */
}

.company-mega-menu:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-shrink: 0;
}

.nav-right .phone-link {
  color: #032f40;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-right .phone-link:hover {
  color: #061729;
}

.nav-right .contact-btn {
  background: linear-gradient(45deg, #061729, #061729);
  color: white; 
  padding: 10px 20px; 
  border-radius: 25px; 
  text-decoration: none; 
  font-weight: bold; 
  transition: background 0.3s ease;
}

.nav-right .contact-btn:hover {
  background: linear-gradient(45deg, #168dc2, #072a4f);

}

/* Small Mobile */
@media (max-width: 480px) {
  .nav-logo img {
    height: 52px;
  }

  .nav-links {
    top: px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 72px);
  }

  .nav-right .contact-btn {
    display: none;
  }
}

/* =====================================================================
   Social Media Marketing ECOSYSTEM â€” RADIAL DESIGN
   Replaces the six-card service grid completely.
   ===================================================================== */
.social-ecosystem {
  padding: 90px 7% 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(10,111,155,.1), transparent 32%),
    #f6f8fb;
}

.social-ecosystem-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.social-ecosystem-heading .smm-kicker {
  color: #061729;
}

.social-ecosystem-heading h2 {
  margin: 15px 0 18px;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: center;
    margin-bottom: 20px;
}

.social-ecosystem-heading p {
  margin: 0;
  color: #687871;
  font-size: 17px;
  line-height: 1.7;
}

.social-ecosystem-map {
  position: relative;
  max-width: 1160px;
  min-height: 650px;
  margin: 0 auto;
}

.social-ecosystem-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 470px;
  border: 1px dashed rgba(10,111,155,.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.social-ecosystem-ring::before,
.social-ecosystem-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.social-ecosystem-ring::before {
  inset: 52px;
  border: 1px solid rgba(209,61,47,.17);
}

.social-ecosystem-ring::after {
  inset: 112px;
  background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,.35));
}

.social-ecosystem-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 9px solid rgba(255,255,255,.86);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #b63434, #061729);
  box-shadow: 0 25px 55px rgba(6,23,41,.24);
  transform: translate(-50%, -50%);
}

.social-ecosystem-core i {
  margin-bottom: 12px;
  font-size: 28px;
}

.social-ecosystem-core strong {
  font-size: 23px;
}

.social-ecosystem-core span {
  margin-top: 5px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.ecosystem-node {
  position: absolute;
  z-index: 4;
  width: 330px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
}

.ecosystem-node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, #b63434, #061729);
}

.ecosystem-node:nth-of-type(odd)::after {
  right: -68px;
}

.ecosystem-node:nth-of-type(even)::after {
  left: -68px;
}

.ecosystem-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #061729;
  font-size: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,23,41,.12);
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.ecosystem-node:hover .ecosystem-icon {
  color: #fff;
  background: linear-gradient(145deg, #b63434, #061729);
  transform: scale(1.08);
}

.ecosystem-node span {
  color: #061729;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ecosystem-node h3 {
  margin: 4px 0 5px;
  color: #061729;
  font-size: 19px;
}

.ecosystem-node p {
  margin: 0;
  color: #687871;
  font-size: 14px;
  line-height: 1.5;
}

.node-strategy {
  top: 5%;
  left: 1%;
}

.node-content {
  top: 5%;
  right: 1%;
}

.node-paid {
  top: 41%;
  left: -2%;
}

.node-community {
  top: 41%;
  right: -2%;
}

.node-creators {
  bottom: 3%;
  left: 1%;
}

.node-reporting {
  right: 1%;
  bottom: 3%;
}

@media (max-width: 1050px) {
  .social-ecosystem-map {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 45px;
  }

  .social-ecosystem-ring {
    display: none;
  }

  .social-ecosystem-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
    transform: none;
  }

  .ecosystem-node {
    position: relative;
    inset: auto;
    width: auto;
    padding: 20px 0;
    border-bottom: 1px solid #dbe3e8;
  }

  .ecosystem-node::after {
    display: none;
  }
}

@media (max-width: 650px) {
  .social-ecosystem {
    padding: 65px 24px;
  }

  .social-ecosystem-map {
    grid-template-columns: 1fr;
  }

  .social-ecosystem-core {
    grid-column: auto;
  }
}

.mobile-consultation {
  display: none;
}

/* ===== SAFE MOBILE MENU SCROLL FIX ===== */
html.menu-open {
  overflow: hidden !important;
}

body.menu-open {
  overflow: hidden !important;
  position: static !important;
  height: auto !important;
  width: 100% !important;
}

/* mobile menu khud scroll hoga */
#mobileMenu,
.nav-links.show,
.nav-links.active {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.nav-bar {
  display: grid;
  grid-template-columns: 220px 1fr 460px;
  align-items: center;
}

.nav-links {
  justify-content: center;
}

.nav-links ul {
  justify-content: center;
}

.nav-right {
  justify-content: flex-end;
}

.icon {
  display: none;
}

.mobile-contact {
  display: none;
}

.menu-top{
  display: none;
}

.mobile-contact {
    display: none !important;
}
.desktop-contact {
    display: flex !important;
}


@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white;
  }

    .mobile-contact {
    display: block !important;
  }
  .desktop-contact {
    display: none !important;
  }
  
.nav-bar {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-logo img {
    height: 60px;
  }

  .icon {
    font-size: 28px;
    color: #061729;
    cursor: pointer;
  }


  .nav-logo img {
    height: 60px;
    align-self: flex-start;
    flex-direction: row;
  }

  .icon {
    display: block;
    font-size: 15px;
    cursor: pointer;
    color: #061729;
    align-self: flex-end;
    margin: 10px 0;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .nav-links.show {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
  }

    #mobileMenu {
      position: fixed;
      top: 0;
      left: 0;
      width: 90vw;
      height: 100vh;
      background: white;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      overflow-y: auto;
    }

  body.menu-open .mobile-header {
    display: none !important;
  } 

  #mobileMenu.show {
    transform: translateX(0);
  }

  .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: white;
    z-index: 10001;
  }

  .menu-top .nav-logo img {
    height: 40px;
    padding-left: 20px;
  }

  .menu-top .icon {
    font-size: 30px;
    color: #061729;
    cursor: pointer;
    padding-right: 20px;
  }

  body.menu-open .page-content {
    filter: blur(20px);
    pointer-events: none; 
    user-select: none;    
    transition: filter 0.3s ease;
  }

  body.menu-open footer {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
  }
  .icon {
    font-size: 28px;
    color: #061729;
    cursor: pointer;
    user-select: none;
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
  }

  .nav-links ul li {
    border-bottom: 1px solid #eee;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: block;
    padding: 5px 20px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    padding-left: 10px;
  }

  .dropdown-container.active .dropdown-menu {
    max-height: 500px;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-links ul li {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    border-top: 1px solid #eee;
    position: relative;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0;
    margin-top: 0;
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
  }

  .dropdown-container.active .dropdown-menu {
    display: flex;
  }

  .dropdown-menu a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
  }

  .dropdown-container:hover .dropdown-menu,
  .dropdown-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
  }

  .dropdown-menu::before,
  .dropdown-menu::after {
    display: none;
  }

 .nav-right {
    display: none;
  }

  .mobile-contact {
    display: block;
    padding: 16px;
  }

}
  .section-subtext {
      font-size: 1.25rem;
  line-height: 1.6;
  color: #555;
  }
  .section-subtext {
      font-size: 1.25rem;
  line-height: 1.6;
  color: #555;
  }


    /* ===== MOBILE HEADER FIX ===== */
@media (max-width: 786px) {

  body {
    padding-top: 80px;
  }

  header {
    height: 80px;
  }

  .nav-bar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 28px !important;
    height: 80px;
  }

  .nav-logo img {
    height: 55px !important;
  }

  .icon {
    display: block !important;
    font-size: 28px !important;
    color: #061729!important;
    margin: 0 !important;
    align-self: center !important;
  }

  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    display: block !important;
    z-index: 99999 !important;
    transition: right 0.3s ease !important;
    overflow-y: auto !important;
  }

  .nav-links.active {
    right: 0 !important;
  }

  .menu-top {
    display: flex !important;
    height: 80px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 28px !important;
    border-bottom: 1px solid #eee !important;
  }

  .menu-top .nav-logo img {
    height: 45px !important;
    padding-left: 0 !important;
  }

  .menu-top .icon {
    font-size: 30px !important;
    padding-right: 0 !important;
  }

  .nav-links ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links ul li {
    padding: 0 !important;
    border-bottom: 1px solid #eee !important;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    padding: 18px 28px !important;
    font-size: 16px !important;
  }

.nav-links ul li.mobile-consultation {
  display: block !important;
  width: 100% !important;
  padding: 20px 28px !important;
  border-bottom: none !important;
  box-sizing: border-box !important;
}

.nav-links ul li.mobile-consultation a.mobile-consult-btn {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  /* background: linear-gradient(45deg, #061729, #168dc2) !important; */
  color: #fff !important;
  padding: 14px 20px !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.nav-links ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: auto !important;
}

.nav-links ul li.mobile-consultation {
  margin-top: 20px !important;
}
}

@media (max-width: 1100px) {
  .mega-dropdown,
  .company-mega-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .dropdown-container.active .mega-dropdown,
  .company-mega-menu.active .company-mega-dropdown {
    display: grid !important;
  }

  .nav-links ul {
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    flex-grow: 0 !important;
  }

  .nav-links ul li.mobile-consultation {
    display: block !important;
    padding: 20px 28px !important;
    margin: 0 !important;
    border-bottom: none !important;
  }

  .mobile-consult-btn {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* ===== TABLET SAME AS MOBILE: 1100px to 769px ===== */
@media (max-width: 1100px) and (min-width: 769px) {
  body {
    padding-top: 80px;
  }

  header {
    height: 80px;
    padding: 0 28px;
  }

  .nav-bar {
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-header {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo img {
    height: 55px !important;
  }

  .icon {
    display: block !important;
    font-size: 30px !important;
    color: #061729 !important;
    cursor: pointer;
  }

  .nav-right {
    display: none !important;
  }

  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    display: block !important;
    overflow-y: auto !important;
    transition: right 0.3s ease !important;
    z-index: 999999 !important;
  }

  .nav-links.show {
    right: 0 !important;
  }

  .menu-top {
    display: flex !important;
    height: 80px !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 28px;
    border-bottom: 1px solid #eee;
  }

  .nav-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex-grow: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links ul li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    padding: 0 !important;
  }

  .nav-links a,
  .nav-links span.dropdown {
    width: 100% !important;
    padding: 18px 28px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 16px !important;
  }

  .mega-dropdown,
  .company-mega-dropdown {
    position: static !important;
    width: 100% !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 15px 28px !important;
    grid-template-columns: 1fr !important;
  }

  .dropdown-container.active .mega-dropdown,
  .company-mega-menu.active .company-mega-dropdown {
    display: grid !important;
  }

  .mobile-consultation {
    display: block !important;
    padding: 20px 28px !important;
    border-bottom: none !important;
  }

  .mobile-consult-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(45deg, #061729, #061729);
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 !important;
  }
} 

  .mission-vision-section {
    padding: 60px 20px;
    background-color: #ffffff;
    overflow: hidden;
  }

  .section-title {
    text-align: center;
    color: #061729;
    margin-bottom: 30px;
    font-size: 2.5rem;
      font-weight: 500;
      line-height: 1.2;
  }

  .container {
padding-left: 120px;
padding-right: 120px;
    margin: 0 auto;
  }

  .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }

  .column {
    flex: 0 0 48%;
  }

  .card {
    background: #fff;
    border-left: 8px solid #072a4f;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    min-height: 350px;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .card h3 {
    font-size: 2rem; 
    color: #072a4f;
    margin-bottom: 15px;
  }

  .card p {
  font-size: 1rem;
  line-height: 1.6;    
  color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .card ul {
    padding-left: 20px;
    list-style-type: disc;
  }

  .card ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .row {
      flex-direction: column;

    }

    .mission-vision-section {
    padding: 60px 20px;
    background-color: #ffffff;
    overflow: hidden;
  }

    .column {
      width: 100%;
      overflow: hidden;
    }

    .card {
    background: #fff;
    border-left: 8px solid #061729;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    min-height: 350px;
  }

  }

@media (max-width: 1100px) {
  .nav-links ul {
    flex-grow: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
  }

  .nav-links ul li {
    padding: 12px 20px !important;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    padding: 12px 20px !important; /* reduce space */
    font-size: 15px !important;
  }

  .mobile-consultation {
    padding: 15px 20px !important;
  }
}


  .about-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('about-us.png') 
                no-repeat center center;
    background-size: cover;
    padding: 120px;
    min-height: 600px;
  }

  .about-content {
    display: flex;
    margin-top: 50px;
    max-width: 700px;
    width: 100%;
    align-items: left;
    justify-content: left;
    padding: 0px;
  }

  .about-left {
    flex: 1;
    min-width: 280px;
    color: #ffffff;
  }

  .about-left h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }

  .highlight-bar {
    width: 4px;
    height: 60px;
  background: linear-gradient(45deg, #061729, #061729);
    margin-right: 15px;
  }

  .about-left p {
    margin: 20px 0;
    line-height: 1.6;
  }

  .btn {
  background: linear-gradient(45deg, #061729, #061729);
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
  background: linear-gradient(45deg, #168dc2, #0b2139);
  }

  .about-right {
    flex: 1;
    min-width: 280px;
  }

  .about-right h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
  }

      .What-Do-We-Do-section {
        display: flex;
        align-items: left;
        padding-top: 50px;
        padding-left: 120px;
        padding-right: 120px;
        flex-wrap: wrap;
      }

      .What-Do-We-Do-text {
        flex: 1 1 400px;
        padding-right: 0px;
      }

      .section-divider {
    width: 100px;
    height: 4px;
      background: linear-gradient(45deg, #168dc2, #072a4f);
    border: none;
    margin-bottom: 10px;
  }


.What-Do-We-Do-text h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;         
  color: #061729;
  text-align: left;
  margin-bottom: 20px;

}

.What-Do-We-Do-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
      }

      .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 0px;
      }

      .feature-item {
        display: flex;
        align-items: center;
        font-weight: 600;
      }

      .feature-item::before {
        content: 'âœ“';
        margin-right: 10px;
        color: #072a4f;
      }

      .tax-image {
        flex:1 100px;
        text-align: center;
      }

      .tax-image img {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
      }

      @media (max-width: 900px) {
        .tax-section {
          flex-direction: column;
          text-align: center;
        }

        .tax-text {
          padding-right: 0;
        }

        .features {
          grid-template-columns: 1fr;
          justify-items: left;
        }

                .tax-image {
        display: none;
      }

      
      }


  @media (max-width: 768px) {
    body {
      overflow-x: hidden;
    }

    .about-content {
      flex-direction: column;
      align-items: left;
      padding: 0 15px;
      text-align: left;
    }

      .about-content {
    display: flex;
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
    align-items: left;
    justify-content: left;
    padding: 0px;
  }

    .about-section {
    padding: 20px;
    min-height: 600px;
  }

    .about-left h2 {
      justify-content: left;
    }

    .highlight-bar {
      height: 40px;
    }

    .about-left {
      text-align: left;
    }

    .btn {
      margin: 20px auto 0;
    }

      .section-title {
    text-align: left;
    color: #061729;
    margin-bottom: 30px;
    font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.2;
  }

      .card p {
  font-size: 0.95rem;
  line-height: 1.6;    
  color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }

          .card h3 {
    font-size: 1.2rem;
    color: #061729;
    margin-bottom: 15px;
  }


        .What-Do-We-Do-section {
        display: flex;
        align-items: left;
        padding: 20px;
        padding-top: 30px;
        padding-right: 10px;
        flex-wrap: wrap;
      }

      .What-Do-We-Do-text p {
  font-size: 0.95rem;

      }

      
  .section-divider {
    width: 100px;
    justify-content: left;
    height: 4px;
  background: linear-gradient(45deg, #168dc2, #072a4f);
    border: none;
    margin: 0 auto 10px auto; /* <-- This centers it */
  }

    .section-divider {
      margin: 0 0 10px 0; /* left-aligned */
    }



        .What-Do-We-Do-text h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        color: #061729;
        text-align: left;
      }

      

          .tax-image {
        display: none;
      }


    .tax-section {
      flex-direction: column;
      text-align: center;
    }

    .tax-text {
      padding-right: 0;
    }

    .features {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .feature-item {
      display: flex;
      font-weight: 600;
      margin-bottom: 2px;
      text-align: left;
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      width: 100%;
    }

    .about-section,
    .about-content,
    .nav-bar,
    .section,
    .row,
    .footer-container {
      max-width: 100%;
      width: 100%;
      overflow-x: hidden;
    }

    .about-content {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .nav-bar {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  }

   .footer {
      background: linear-gradient(50deg, #061729, #07214c);
    color: #eee;
    padding: 40px 20px 20px;
    font-size: 15px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    gap: 40px;
  }


  .footer-about,
  .footer-links,
  .footer-contact,
  .footer-social {
    flex: 1 1 220px;
    min-width: 220px;
  }

  .footer-about h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-links h4,
  .footer-contact h4,
  .footer-social h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  line-height: 1.6;
    color:#d9d8d8;
}

  .footer-links ul li a {
    color: #d9d8d8;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease; 
    display: inline-block; 
    margin-bottom: 8px; 
  }

  .footer-links ul li a:hover {
    transform: translateX(10px); 
  }


  .footer-contact p {
    margin-bottom: 8px;
    color: #aaaaaa;
  }

  .footer-social .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #eee;
    transition: color 0.3s ease;
  }

  .footer-social .social-icons a:hover {
    color: #ffffff;
  }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  margin-top: 30px;
  padding: 22px 120px;

  border-top: 1px solid rgba(255, 255, 255, 0.18);

  color: #d9d8d8;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  color: #d9d8d8;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.footer-bottom-links a {
  color: #d9d8d8;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1100px) {
  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 16px;

    padding: 24px 20px;

    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      padding-left: 20px;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      width: 100%;
      flex-wrap: wrap;
    }

    .footer-about,
    .footer-social {
      flex: 1;
      max-width: 90%;
    }

    .footer-social .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 8px;
    }

    .footer-social .social-icons a {
      margin: 0;
    }
  }
/* ===== FIX: SHOW CONSULTATION BUTTON IN MOBILE MENU ===== */
@media (max-width: 768px) {

  .nav-links ul li.mobile-consultation,
  #mobileMenu ul li.mobile-consultation {
    display: block !important;
    width: 100% !important;
    padding: 20px 28px !important;
    margin-top: 15px !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  .nav-links ul li.mobile-consultation a.mobile-consult-btn,
  #mobileMenu ul li.mobile-consultation a.mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(45deg, #061729, #061729) !important;
    color: #ffffff !important;
    padding: 14px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }
}

/* ===== DESKTOP HEADER FIX ===== */
@media (min-width: 1101px) {

  body {
    padding-top: 90px !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
  }

  .nav-bar {
    height: 90px !important;
    display: grid !important;
    grid-template-columns: 220px 1fr 460px !important;
    align-items: center !important;
    padding: 10px 40px !important;
  }

  .nav-logo img {
    height: 70px !important;
  }

  #mobileMenu,
  .nav-links,
  .nav-links.show,
  .nav-links.active {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  .menu-top {
    display: none !important;
  }

  .icon {
    display: none !important;
  }

  .nav-right {
    display: flex !important;
  }
}

/* ===== MOBILE DROPDOWN OPEN FIX ===== */
@media (max-width: 1100px) {

  .company-mega-dropdown,
  .mega-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #f9f9f9 !important;
    padding: 10px 28px !important;
  }

  .company-mega-menu.active .company-mega-dropdown {
    display: block !important;
  }

  .services-menu.active .mega-dropdown {
    display: block !important;
  }

  .company-mega-dropdown a,
  .mega-dropdown a {
    display: block !important;
    padding: 12px 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    text-decoration: none !important;
  }

  .dropdown-container.active .dropdown-arrow {
    transform: rotate(180deg) !important;
  }
}
/* ===== CORRECT MOBILE DROPDOWN ARROW FIX ===== */
@media (max-width: 1100px) {
  .dropdown-arrow {
    transition: transform 0.3s ease !important;
    transform: rotate(0deg) !important;
  }

  .dropdown-container.active .dropdown-arrow {
    transform: rotate(180deg) !important;
  }
}

/* ===== ABOUT US SECTION: SMALL MOBILE FIX ===== */
@media (max-width: 480px) {

  .about-section {
    min-height: calc(100vh - 80px) !important;
    padding: 55px 18px 45px 18px !important;
    background-position: center right !important;
    background-size: cover !important;
    display: flex !important;
    align-items: center !important;
  }

  .about-content {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .about-left {
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .about-left h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    align-items: center !important;
  }

  .highlight-bar {
    width: 4px !important;
    height: 45px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
  }

  .about-left p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 18px 0 22px 0 !important;
    max-width: 100% !important;
  }

  .about-left .btn,
  .about-left a.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 22px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    margin-top: 5px !important;
  }
}

/* ===== EXTRA SMALL PHONE FIX ===== */
@media (max-width: 360px) {

  .about-section {
    padding: 45px 15px 35px 15px !important;
    min-height: calc(100vh - 80px) !important;
  }

  .about-left h2 {
    font-size: 24px !important;
  }

  .about-left p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .highlight-bar {
    height: 38px !important;
  }

  .about-left .btn,
  .about-left a.btn {
    width: 100% !important;
    border-radius: 25px !important;
  }
}
/* =====================================================================
   FINAL SERVICES DROPDOWN LAYOUT FIX
   Accounting | IT | Marketing in three side-by-side columns
   Keep this block at the very end of About-Us.css.
   ===================================================================== */

/* Three columns on tablet and desktop. */
@media (min-width: 769px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    position: relative !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 28px !important;
    margin: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:first-child {
    padding-left: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:last-child {
    padding-right: 0 !important;
  }

  /* Dotted divider between Accounting | IT | Marketing. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    border: 0 !important;
    border-right: 1px dashed #aebdb8 !important;
  }

  /* Heading with a horizontal line below it. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col h4 {
    display: block !important;
    color: #032f40 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #c8d3cf !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #566b66 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:last-child {
    margin-bottom: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:hover {
    color: #d13d2f !important;
    padding-left: 5px !important;
  }
}

/* Full desktop mega-menu box. */
@media (min-width: 1101px) {
  .dropdown-container.services-menu > .mega-dropdown {
    display: grid !important;
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1000px, calc(100vw - 40px)) !important;
    max-width: 1000px !important;
    min-width: 0 !important;
    padding: 30px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important;
    z-index: 999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px) !important;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  .dropdown-container.services-menu:hover > .mega-dropdown,
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  /* Invisible hover bridge between Services and the dropdown. */
  .dropdown-container.services-menu > .mega-dropdown::before {
    content: "" !important;
    position: absolute !important;
    top: -22px !important;
    left: 0 !important;
    width: 100% !important;
    height: 22px !important;
    background: transparent !important;
  }
}

/* Tablet menu: keep the existing mobile-menu behaviour but show 3 columns. */
@media (min-width: 769px) and (max-width: 1100px) {
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding: 20px 28px !important;
  }
}

/* Small mobile stays stacked so text remains readable. */
@media (max-width: 768px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: 1fr !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    padding: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    display: none !important;
  }
}

/* =====================================================================
   Social Media Marketing PAGE CONTENT
   Header, footer, font and shared colours above remain exactly from
   About-Us.css. Only the middle page content is styled below.
   ===================================================================== */

.social-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 120px;
  background:
    linear-gradient(90deg, rgba(6, 23, 41, 0.96) 0%, rgba(6, 23, 41, 0.84) 48%, rgba(6, 23, 41, 0.28) 100%),
    url("../images/Growth Marketing (2).jpg") center right / cover no-repeat;
}

.social-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
}

.social-hero-content {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
  color: #ffffff;
}

.social-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #061729;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  background: #061729;
}

.social-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 1.08;
}

.social-hero-text {
  max-width: 620px;
  margin: 25px 0 0;
  color: #e3e8eb;
  font-size: 19px;
  line-height: 1.75;
}

.social-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.social-primary-btn,
.social-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.social-primary-btn {
  background: linear-gradient(45deg, #061729, #061729);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.social-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.social-primary-btn:hover,
.social-secondary-btn:hover {
  transform: translateY(-2px);
}

.social-intro,
.social-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 90px 120px;
  background: #ffffff;
}

.social-intro-text h2,
.social-results-text h2 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
  color: #061729;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.18;
}

.social-heading-bar {
  width: 6px;
  height: 64px;
  flex: 0 0 6px;
  margin: 3px 18px 0 0;
  background: linear-gradient(to bottom, #061729, #061729);
}

.social-intro-text > p:not(.social-kicker),
.social-results-text > p:not(.social-kicker) {
  margin: 0 0 17px;
  color: #444444;
  font-size: 17px;
  line-height: 1.75;
}

.social-check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.social-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #032f40;
  font-size: 16px;
  font-weight: 600;
}

.social-check-list li::before {
  content: "âœ“";
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: #dff3e3;
  color: #032f40;
  font-size: 13px;
  font-weight: 800;
}

.social-intro-image,
.social-results-image {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 16px 45px rgba(6, 23, 41, 0.13);
}

.social-intro-image {
  border-radius: 60px 4px 4px 4px;
}

.social-results-image {
  border-radius: 4px 4px 60px 4px;
}

.social-intro-image img,
.social-results-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-services {
  padding: 90px 120px;
  background: #f6f8f8;
}

.social-section-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.social-section-heading .social-kicker {
  justify-content: center;
}

.social-section-heading h2 {
  margin: 0;
  color: #061729;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.2;
}

.social-section-heading > p:not(.social-kicker) {
  color: #566b66;
  font-size: 17px;
  line-height: 1.7;
}

.social-divider {
  width: 100px;
  height: 4px;
  margin: 22px auto;
  border: 0;
  background: linear-gradient(90deg, #061729, #061729);
}

.social-service-grid {
  max-width: 1260px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.social-service-card {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border-left: 6px solid #072a4f;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.social-service-card:hover {
  border-left-color: #061729;
  box-shadow: 0 15px 35px rgba(6, 23, 41, 0.12);
  transform: translateY(-5px);
}

.social-service-card > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #b9c9bd;
  font-size: 13px;
  font-weight: 700;
}

.social-service-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #dff3e3;
  color: #032f40;
  font-size: 20px;
}

.social-service-card h3 {
  margin: 32px 0 14px;
  color: #072a4f;
  font-size: 23px;
  font-weight: 600;
}

.social-service-card p {
  margin: 0;
  color: #566b66;
  font-size: 15px;
  line-height: 1.7;
}

.social-results {
  background: #ffffff;
}

.social-result-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  border-top: 1px solid #d7dfdc;
  border-left: 1px solid #d7dfdc;
}

.social-result-points > div {
  padding: 20px;
  border-right: 1px solid #d7dfdc;
  border-bottom: 1px solid #d7dfdc;
}

.social-result-points strong,
.social-result-points small {
  display: block;
}

.social-result-points strong {
  color: #032f40;
  font-size: 17px;
}

.social-result-points small {
  margin-top: 5px;
  color: #566b66;
  font-size: 13px;
}

.social-industries {
  padding: 90px 120px;
  background: linear-gradient(50deg, #061729, #07214c);
  color: #ffffff;
}

.social-industries .social-section-heading h2 {
  color: #ffffff;
}

.social-industry-grid {
  max-width: 1150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.social-industry-grid > div {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.social-industry-grid > div::before {
  content: "âœ“";
  margin-right: 13px;
  color: #061729;
  font-weight: 800;
}

.social-cta {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 65px 120px;
  background: #061729;
  color: #ffffff;
}

.social-cta p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.2;
}

.social-cta > a {
  min-width: 225px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 25px;
  background: #ffffff;
  color: #061729;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(70, 15, 13, 0.2);
}

.social-cta > a i {
  color: #25d366;
  font-size: 21px;
}

@media (max-width: 1100px) {
  .social-hero,
  .social-intro,
  .social-results,
  .social-services,
  .social-industries,
  .social-cta {
    padding-right: 55px;
    padding-left: 55px;
  }

  .social-intro,
  .social-results {
    gap: 45px;
  }

  .social-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .social-hero {
    min-height: 590px;
    padding: 70px 24px;
    background:
      linear-gradient(rgba(6, 23, 41, 0.88), rgba(6, 23, 41, 0.92)),
      url("../images/Growth Marketing (2).jpg") center / cover no-repeat;
  }

  .social-hero h1 {
    font-size: 42px;
  }

  .social-hero-text {
    font-size: 16px;
  }

  .social-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-intro,
  .social-results {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 65px 24px;
  }

  .social-intro-image,
  .social-results-image {
    min-height: 390px;
  }

  .social-services,
  .social-industries {
    padding: 65px 24px;
  }

  .social-service-grid,
  .social-industry-grid {
    grid-template-columns: 1fr;
  }

  .social-service-card {
    min-height: 250px;
  }

  .social-results-image {
    order: 2;
  }

  .social-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 60px 24px;
  }
}

@media (max-width: 480px) {
  .social-kicker {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .social-hero h1 {
    font-size: 36px;
  }

  .social-intro-text h2,
  .social-results-text h2,
  .social-section-heading h2,
  .social-cta h2 {
    font-size: 31px;
  }

  .social-heading-bar {
    height: 50px;
    margin-right: 13px;
  }

  .social-result-points {
    grid-template-columns: 1fr;
  }

  .social-intro-image,
  .social-results-image {
    min-height: 320px;
  }
}

/* =====================================================================
   Social Media Marketing MARKETING â€” PREMIUM REDESIGN
   ===================================================================== */
.smm-page {
  overflow: hidden;
  color: #061729;
  background: #ffffff;
}

.smm-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  align-items: center;
  padding: 100px 7%;
  color: #ffffff;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3,13,30,.98) 0%, rgba(4,20,43,.9) 44%, rgba(5,22,47,.22) 77%, rgba(5,22,47,.05) 100%),
    url("../images/social-media-hero.png") center right / cover no-repeat;
}

.smm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
}

.smm-hero-copy {
  max-width: 730px;
}

.smm-label,
.smm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #061729;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.smm-label {
  margin-bottom: 22px;
  padding: 0;
  color: #061729;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .06em;
}

.smm-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.smm-hero-copy > p {
  max-width: 900px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.8);
  font-family: "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.65;
}

.smm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.smm-primary,
.smm-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 750;
  transition: transform .25s ease, box-shadow .25s ease;
}

.smm-primary:hover,
.smm-secondary:hover {
  transform: translateY(-3px);
}

.smm-primary {
  background: linear-gradient(90deg, #061729, #072a4f);
  box-shadow: 0 16px 35px rgba(209,61,47,.3);
}

.smm-secondary {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.smm-hero-numbers {
  display: grid;
  gap: 14px;
}

.smm-hero-numbers div {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(6,23,41,.7);
  backdrop-filter: blur(12px);
}

.smm-hero-numbers strong {
  font-size: 21px;
}

.smm-hero-numbers span {
  margin-top: 6px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.smm-intro,
.smm-paid,
.smm-results {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
  padding: 120px 7%;
}

.smm-intro-image,
.smm-paid-image,
.smm-results-visual {
  position: relative;
}

.smm-intro-image img,
.smm-paid-image img,
.smm-results-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(6,23,41,.18);
}

.smm-intro-image img {
  min-height: 560px;
}

.smm-image-badge {
  position: absolute;
  right: -34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(6,23,41,.9);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}

.smm-image-badge i {
  color: #061729;
  font-size: 24px;
}

.smm-image-badge span {
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.smm-image-badge b {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 15px;
}

.smm-intro-copy h2,
.smm-paid-copy h2,
.smm-results-copy h2,
.smm-heading h2 {
  margin: 16px 0 22px;
  color: #061729;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.smm-intro-copy > p,
.smm-paid-copy > p,
.smm-results-copy > p,
.smm-heading > p {
  color: #60716b;
  font-size: 17px;
  line-height: 1.8;
}

.smm-checks {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.smm-checks > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 17px;
  border: 1px solid #e5ebef;
  border-radius: 15px;
}

.smm-checks i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: #061729;
}

.smm-checks span {
  display: flex;
  flex-direction: column;
  color: #687871;
  font-size: 14px;
  line-height: 1.5;
}

.smm-checks b {
  margin-bottom: 3px;
  color: #061729;
  font-size: 16px;
}

.smm-services {
  padding: 110px 7%;
  background:
    radial-gradient(circle at 90% 8%, rgba(209,61,47,.09), transparent 25%),
    #f4f7f9;
}

.smm-heading {
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.smm-service-grid {
  max-width: 1220px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.smm-service-grid article {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e1e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(6,23,41,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.smm-service-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 23px 48px rgba(6,23,41,.12);
}

.smm-service-grid article > span {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #b8c2c7;
  font-weight: 800;
}

.smm-service-grid article > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
  border-radius: 17px;
  color: #061729;
  font-size: 23px;
  background: rgba(209,61,47,.1);
}

.smm-service-grid h3 {
  margin: 0 0 11px;
  color: #061729;
  font-size: 22px;
}

.smm-service-grid p {
  margin: 0;
  color: #687871;
  line-height: 1.68;
}

.smm-service-grid article:nth-child(3),
.smm-service-grid article:nth-child(5) {
  border: 0;
  color: #ffffff;
  background: linear-gradient(145deg, #061729, #0b3158);
}

.smm-service-grid article:nth-child(3) h3,
.smm-service-grid article:nth-child(5) h3 {
  color: #ffffff;
}

.smm-service-grid article:nth-child(3) p,
.smm-service-grid article:nth-child(5) p {
  color: rgba(255,255,255,.66);
}

.smm-service-grid article:nth-child(3) > i,
.smm-service-grid article:nth-child(5) > i {
  color: #ffffff;
  background: rgba(255,255,255,.1);
}

.smm-paid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  color: #ffffff;
  background: #061729;
}

.smm-paid-copy h2 {
  color: #ffffff;
}

.smm-paid-copy > p {
  color: rgba(255,255,255,.68);
}

.smm-funnel {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.smm-funnel > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}

.smm-funnel b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: #061729;
}

.smm-funnel span {
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.smm-funnel strong {
  color: #ffffff;
  font-size: 16px;
}

.smm-paid-image img {
  min-height: 500px;
}

.smm-content-flow {
  padding: 110px 7%;
  background: #ffffff;
}

.smm-flow-grid {
  position: relative;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 0 auto;
}

.smm-flow-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 7%;
  right: 7%;
  border-top: 1px dashed #b9c5c9;
}

.smm-flow-grid article {
  position: relative;
  padding: 0 16px;
  text-align: center;
}

.smm-flow-grid span {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  background: #061729;
  box-shadow: 0 0 0 1px #dce4e8;
}

.smm-flow-grid article:nth-child(even) span {
  background: #061729;
}

.smm-flow-grid h3 {
  margin: 0 0 8px;
  color: #061729;
  font-size: 20px;
}

.smm-flow-grid p {
  margin: 0;
  color: #687871;
  line-height: 1.55;
}

.smm-results {
  background: #f4f7f9;
}

.smm-results-visual img {
  min-height: 560px;
}

.smm-result-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.smm-result-cards div {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(6,23,41,.06);
}

.smm-result-cards div:nth-child(2),
.smm-result-cards div:nth-child(3) {
  color: #ffffff;
  background: #061729;
}

.smm-result-cards i {
  margin-bottom: auto;
  color: #061729;
  font-size: 22px;
}

.smm-result-cards strong {
  font-size: 18px;
}

.smm-result-cards span {
  margin-top: 4px;
  color: #74817c;
  font-size: 13px;
}

.smm-result-cards div:nth-child(2) span,
.smm-result-cards div:nth-child(3) span {
  color: rgba(255,255,255,.6);
}

.smm-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 82px 7%;
  background:
    radial-gradient(circle at 80% 50%, rgba(209,61,47,.16), transparent 28%),
    #eef2f5;
}

.smm-cta span {
  color: #061729;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.smm-cta h2 {
  max-width: 800px;
  margin: 12px 0 0;
  color: #061729;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.14;
}

.smm-cta > a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 25px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(90deg, #061729, #061729);
  box-shadow: 0 18px 38px rgba(6,23,41,.18);
}

@media (max-width: 1100px) {
  .smm-hero {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 680px;
  }

  .smm-hero-numbers {
    grid-template-columns: repeat(3, 1fr);
  }

  .smm-intro,
  .smm-paid,
  .smm-results {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 90px 6%;
  }

  .smm-intro-image,
  .smm-paid-image,
  .smm-results-visual {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }

  .smm-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .smm-flow-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 42px;
  }

  .smm-flow-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .smm-hero {
    min-height: 720px;
    align-content: end;
    padding: 110px 24px 55px;
    background:
      linear-gradient(180deg, rgba(3,13,30,.34), rgba(3,13,30,.8) 43%, rgba(3,13,30,.99) 100%),
      url("../images/social-media-hero.png") 68% center / cover no-repeat;
  }

  .smm-label {
    font-size: 15px;
  }

  .smm-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.12;
  }

  .smm-hero-copy > p {
    font-size: 17px;
  }

  .smm-actions {
    flex-direction: column;
  }

  .smm-primary,
  .smm-secondary {
    width: 100%;
  }

  .smm-hero-numbers {
    grid-template-columns: 1fr;
  }

  .smm-hero-numbers div {
    min-height: 78px;
  }

  .smm-intro,
  .smm-paid,
  .smm-results,
  .smm-services,
  .smm-content-flow,
  .smm-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .smm-intro-image img,
  .smm-paid-image img,
  .smm-results-visual img {
    min-height: 390px;
  }

  .smm-image-badge {
    right: 18px;
    bottom: 18px;
  }

  .smm-service-grid,
  .smm-flow-grid,
  .smm-result-cards {
    grid-template-columns: 1fr;
  }

  .smm-service-grid article {
    min-height: 280px;
  }

  .smm-flow-grid article {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 16px;
    padding: 0;
    text-align: left;
  }

  .smm-flow-grid span {
    grid-row: span 2;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .smm-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .smm-cta > a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .smm-label,
  .smm-kicker {
    font-size: 11px;
  }

  .smm-checks > div {
    padding: 14px;
  }

  .smm-image-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -72px 15px 0;
  }
}

/* =====================================================================
   SIMPLIFIED MARKETING PAGE + APPROVED AADPLUS BRAND COLOURS
   Hero tagline: orange | Section taglines: blue | Actions: gradient
   ===================================================================== */
:root {
  --brand-navy: #061729;
  --brand-blue: #061729;
  --brand-orange: #d13d2f;
  --brand-gradient: linear-gradient(45deg, #b63434, #061729);
  --brand-gradient-hover: linear-gradient(45deg, #dc4141, #072a4f);
}

.hero-section {
  width: 100%;
  height: 90vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 0 5%;
  background:
    linear-gradient(to right, rgba(0, 0, 0, .66), rgba(10, 10, 10, .28)),
    url("../images/social-media-hero.png") no-repeat center center / cover;
}

.hero-content {
  max-width: 800px;
  color: #fff;
}

.hero-content .tagline {
  margin-bottom: 10px;
  color: var(--brand-orange);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-content h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-content p {
  max-width: 90%;
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Every non-hero section tagline stays blue. */
.smm-kicker,
.smm-heading .smm-kicker,
.smm-intro .smm-kicker {
  color: var(--brand-blue);
}

/* Consultation buttons and reusable action buttons use the approved gradient. */
.nav-right .contact-btn,
.nav-links ul li.mobile-consultation a.mobile-consult-btn,
#mobileMenu .mobile-consult-btn,
.smm-primary,
.smm-cta > a,
.email-form button,
.btn {
  color: #fff;
  background: var(--brand-gradient) !important;
}

.nav-right .contact-btn:hover,
.nav-links ul li.mobile-consultation a.mobile-consult-btn:hover,
#mobileMenu .mobile-consult-btn:hover,
.smm-primary:hover,
.smm-cta > a:hover,
.email-form button:hover,
.btn:hover {
  background: var(--brand-gradient-hover) !important;
}

/* Technology/option tabs and their active/hover blocks use the same gradient. */
.option-btn.active,
.option-btn:hover,
.tech-list span:hover,
.technology-tabs .active,
.technology-tabs button:hover,
.tech-tab.active,
.tech-tab:hover {
  color: #fff;
  border-color: transparent;
  background: var(--brand-gradient) !important;
}

/* Approved gradient lines and accents. */
.section-divider,
.section-divider-1,
.heading-line,
.smm-heading::after,
.smm-service-grid article::after {
  border: 0;
  background: var(--brand-gradient);
}

/* Keep ticks simple: navy check, no coloured box or circle. */
.smm-checks > div {
  grid-template-columns: 24px 1fr;
  border: 0;
  padding: 8px 0;
  border-radius: 0;
}

.smm-checks i {
  width: auto;
  height: auto;
  display: none;
}

.smm-checks > div::before {
  content: "";
  width: 7px;
  height: 14px;
  margin: 1px 0 0 5px;
  border-right: 2px solid var(--brand-navy);
  border-bottom: 2px solid var(--brand-navy);
  transform: rotate(45deg);
}

/* Simple three-section page: hero, overview and services. */
.smm-intro {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
  gap: 55px;
  padding: 70px 5%;
}

.smm-intro-image img {
  min-height: 390px;
  border-radius: 8px;
  box-shadow: none;
}

.smm-image-badge {
  display: none;
}

.smm-intro-copy h2,
.smm-heading h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;}

.smm-services {
  padding: 70px 5%;
  background: #f5f7fb;
}

.smm-service-grid {
  gap: 22px;
}

.smm-service-grid article,
.smm-service-grid article:nth-child(3),
.smm-service-grid article:nth-child(5) {
  min-height: 245px;
  padding: 26px;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
  color: var(--brand-navy);
  background: #fff;
  box-shadow: none;
}

.smm-service-grid article:hover,
.smm-service-grid article:nth-child(3):hover,
.smm-service-grid article:nth-child(5):hover {
  color: #fff;
  border-color: transparent;
  background: var(--brand-gradient);
  transform: translateY(-4px);
}

.smm-service-grid article h3,
.smm-service-grid article:nth-child(3) h3,
.smm-service-grid article:nth-child(5) h3 {
  color: var(--brand-navy);
}

.smm-service-grid article p,
.smm-service-grid article:nth-child(3) p,
.smm-service-grid article:nth-child(5) p {
  color: #687871;
}

.smm-service-grid article:hover h3,
.smm-service-grid article:hover p,
.smm-service-grid article:hover > i,
.smm-service-grid article:hover > span {
  color: #fff;
}

.smm-service-grid article > i,
.smm-service-grid article:nth-child(3) > i,
.smm-service-grid article:nth-child(5) > i {
  color: var(--brand-blue);
  background: rgba(10, 111, 155, .1);
}

.smm-paid,
.smm-content-flow,
.smm-results,
.smm-cta {
  display: none;
}

@media (max-width: 900px) {
  .smm-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 480px;
    padding: 0 24px;
    background-position: 68% center;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content p {
    max-width: 100%;
    font-size: .95rem;
  }

  .smm-intro,
  .smm-services {
    padding: 55px 24px;
  }
}