* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", sans-serif;
  background-color: #ffffff;
  padding-top: 90px;
  text-align: left;
  justify-content: left;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  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: #d13d2f;
}

.nav-right .contact-btn {
  background: linear-gradient(45deg, #b63434, #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, #dc4141, #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;
  }
}

.mobile-consultation {
  display: none;
}

html.menu-open,
body.menu-open {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed;
  width: 100%;
}

.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 li {
    padding: 10px;
    border-top: 1px solid #eee;
  }

  .dropdown-menu a {
    color: #333;
    font-weight: 500;
    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, #b63434, #061729);
    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, #b63434, #061729);
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 !important;
  }
}

@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;
  }
}

.hero-section {
  height: 90vh;
  width: 100%;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(10, 10, 10, 0.3)),
    url("../images/social-media-marketing.png") no-repeat center center / cover;

  display: flex;
  align-items: center;
  padding: 0 5%;
}

.hero-content {
  max-width: 800px;
  color: white;
}

.hero-content .tagline {
  color: #d13d2f;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 90%;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .hero-content p {
    font-size: 0.95rem;
  }

  .hero-section {
    height: 60vh;
  }
}

.What-Do-We-Do-section {
  display: flex;
  align-items: flex-start;
  padding: 50px;
  gap: 40px; /* 👈 Adds spacing between image and text */
  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, #b63434, #061729);
  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: "\2713";
  margin-right: 10px;
  color: #061729;
}

.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);
}
.tech-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  gap: 40px;
  box-sizing: border-box;
}

.tech-container {
  flex: 1 1 20%;
  padding-left: 50px;
  width: 100%;
  box-sizing: border-box;
}

.tech-image {
  flex: 1 1 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-image img {
  max-width: 80%;
  height: 80%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-title {
  margin-top: 20px;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #061729;
}

.section-title::after {
  content: "";
  margin-top: 20px;
  width: 100px;
  height: 4px;
  background: linear-gradient(45deg, #b63434, #061729);
  display: block;
  border-radius: 2px;
}

.tech-group {
  margin-bottom: 30px;
}

.group-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #061729;
  margin-bottom: 20px;
  padding-left: 12px;
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 8px;
  font-size: 1rem;
  color: #333;
  padding-left: 12px;
}

.tech-list span::before {
  content: "•";
  color: #061729;
  margin-right: 10px;
}

/* Responsive for ≤ 768px */
@media (max-width: 1150px) {
  .tech-section {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }
  .tech-image {
    display: none;
  }

  .tech-container {
    flex: 1 1 100%;
    padding: 0;
    width: 100%;
  }

  .tech-container {
    padding: 0 20px;
  }

  .section-title::after {
    margin-left: 0;
  }
}

@media (max-width: 1050px) {
  .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, #b63434, #061729);
    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;
  }
}

.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;
  }
}

/* =====================================================================
   FINAL SHARED HEADER — COPIED FROM THE WORKING Social Media Marketing PATTERN
   Desktop: Logo left | Navigation centre | Contact details right
   Mobile/tablet: working slide-in menu with clickable dropdowns
   Services: Accounting | IT | Marketing
   ===================================================================== */

.header-shadow {
  box-shadow: 0 8px 28px rgba(6, 23, 41, 0.1) !important;
}

/* ============================= DESKTOP ============================== */
@media (min-width: 1101px) {
  body {
    padding-top: 90px !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
  }

  header {
    height: 90px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .nav-bar {
    display: grid !important;
    grid-template-columns: 220px minmax(300px, 1fr) 460px !important;
    align-items: center !important;
    width: 100% !important;
    height: 90px !important;
    padding: 10px 40px !important;
  }

  /* The Social Media Marketing header keeps its logo wrapper as the first column. */
  .mobile-header {
    display: flex !important;
    width: 220px !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .mobile-header .nav-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .mobile-header .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 70px !important;
    max-width: 190px !important;
    object-fit: contain !important;
  }

  .mobile-header .icon,
  .menu-top,
  .icon {
    display: none !important;
  }

  #mobileMenu,
  .nav-links,
  .nav-links.show,
  .nav-links.active {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .nav-links {
    align-items: center !important;
    justify-content: center !important;
  }

  .nav-links > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .nav-links > ul > li {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  .nav-links > ul > li > a,
  .nav-links > ul > li > .dropdown {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  .nav-right {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .mobile-consultation {
    display: none !important;
  }

  /* Desktop Services dropdown box. */
  .dropdown-container.services-menu > .mega-dropdown {
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;

    width: min(1000px, calc(100vw - 40px)) !important;
    max-width: 1000px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 30px !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 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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 !important;
    padding: 0 0 12px !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 !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;
  }
}

/* Prevent large desktop padding from squeezing the centre at smaller laptops. */
@media (min-width: 1101px) and (max-width: 1450px) {
  header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav-bar {
    grid-template-columns: 190px minmax(280px, 1fr) 430px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mobile-header {
    width: 190px !important;
  }
}

/* ========================== MOBILE/TABLET =========================== */
@media (max-width: 1100px) {
  body {
    padding-top: 80px !important;
  }

  header {
    height: 80px !important;
    padding: 0 !important;
  }

  .nav-bar {
    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    padding: 10px 28px !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mobile-header {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mobile-header .nav-logo,
  .menu-top .nav-logo {
    display: flex !important;
    align-items: center !important;
  }

  .mobile-header .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 55px !important;
    max-width: 180px !important;
    object-fit: contain !important;
  }

  .mobile-header .icon {
    display: block !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 8px !important;
    color: #061729 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  .nav-right {
    display: none !important;
  }

  #mobileMenu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;

    display: flex !important;
    flex-direction: column !important;

    width: min(90vw, 430px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: none !important;
    box-shadow: 14px 0 40px rgba(0, 0, 0, 0.18) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 999999 !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-105%) !important;
    transition: transform 0.3s ease-in-out !important;
  }

  #mobileMenu.show,
  #mobileMenu.active {
    transform: translateX(0) !important;
  }

  .menu-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;

    display: flex !important;
    flex: 0 0 80px !important;
    width: 100% !important;
    height: 80px !important;

    align-items: center !important;
    justify-content: space-between !important;

    padding: 10px 28px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .menu-top .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 48px !important;
    max-width: 170px !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  .menu-top .icon {
    display: block !important;
    margin: 0 !important;
    padding: 8px !important;
    color: #061729 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  #mobileMenu > ul {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #mobileMenu > ul > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    border-top: none !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > .dropdown {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 16px 28px !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .dropdown-arrow {
    transition: transform 0.3s ease !important;
    transform: rotate(0deg) !important;
  }

  #mobileMenu .dropdown-container.active > .dropdown .dropdown-arrow {
    transform: rotate(180deg) !important;
  }

  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 10px 28px 18px !important;

    background: #f9f9f9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  #mobileMenu .company-mega-menu.active > .company-mega-dropdown {
    display: block !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown {
    display: grid !important;
  }

  #mobileMenu .mega-col {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
  }

  #mobileMenu .mega-col:last-child {
    margin-bottom: 0 !important;
  }

  #mobileMenu .mega-col::after {
    display: none !important;
  }

  #mobileMenu .mega-col h4 {
    display: block !important;
    margin: 10px 0 8px !important;
    padding: 0 0 8px !important;
    color: #032f40 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #d8e0dd !important;
  }

  #mobileMenu .company-mega-dropdown a,
  #mobileMenu .mega-dropdown a {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    color: #566b66 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
  }

  #mobileMenu .mobile-consultation {
    display: block !important;
    width: 100% !important;
    padding: 20px 28px !important;
    margin: 0 !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 14px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    background: linear-gradient(45deg, #b63434, #061729) !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  body.menu-open .page-content,
  body.menu-open footer {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
  }
}

/* Tablet follows the Social Media Marketing page: three Services columns. */
@media (min-width: 769px) and (max-width: 1100px) {
  #mobileMenu .services-menu.active > .mega-dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 20px 28px !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown > .mega-col {
    position: relative !important;
    padding: 0 20px !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown > .mega-col:first-child {
    padding-left: 0 !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown > .mega-col:last-child {
    padding-right: 0 !important;
  }

  #mobileMenu
    .services-menu.active
    > .mega-dropdown
    > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    border-right: 1px dashed #aebdb8 !important;
  }
}

/* Small mobile remains stacked and readable. */
@media (max-width: 768px) {
  #mobileMenu .services-menu.active > .mega-dropdown {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .nav-bar {
    padding: 10px 18px !important;
  }

  #mobileMenu {
    width: 92vw !important;
  }

  .menu-top {
    padding: 10px 18px !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > .dropdown {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown,
  #mobileMenu .mobile-consultation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* =====================================================================
   EXACT Social Media Marketing MOBILE MENU SIZE
   Full screen width, content starts at top, same row/button spacing.
   Keep this block at the absolute end of erp.css.
   ===================================================================== */
@media (max-width: 1100px) {
  /* Social Media Marketing uses a full-screen menu, not a narrow side panel. */
  #mobileMenu,
  .nav-links#mobileMenu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    left: auto !important;

    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;

    /* Remove the narrow-panel transform and vertical centring. */
    transform: none !important;
    justify-content: initial !important;
    align-items: initial !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;

    transition: right 0.3s ease-in-out !important;
  }

  #mobileMenu.show,
  #mobileMenu.active,
  .nav-links#mobileMenu.show,
  .nav-links#mobileMenu.active {
    right: 0 !important;
    transform: none !important;
  }

  /* Same top logo/close section as Social Media Marketing. */
  #mobileMenu .menu-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;

    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;

    align-items: center !important;
    justify-content: space-between !important;

    margin: 0 !important;
    padding: 10px 28px !important;

    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  #mobileMenu .menu-top .nav-logo img {
    width: auto !important;
    height: 45px !important;
    max-width: 170px !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  #mobileMenu .menu-top .icon {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #061729 !important;
  }

  /* Same list sizing and spacing as the Social Media Marketing page. */
  #mobileMenu > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  #mobileMenu > ul > li {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 12px 20px !important;

    text-align: left !important;
    border-top: none !important;
    border-bottom: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > span.dropdown {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: space-between !important;

    margin: 0 !important;
    padding: 12px 20px !important;

    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  /* Same full-width consultation button spacing. */
  #mobileMenu > ul > li.mobile-consultation {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 15px 20px !important;

    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 14px 20px !important;

    background: linear-gradient(45deg, #b63434, #061729) !important;
    color: #ffffff !important;
    border-radius: 25px !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  /* Dropdowns remain inside the full-width menu. */
  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Small phones also remain 100% wide, exactly like Social Media Marketing. */
@media (max-width: 480px) {
  #mobileMenu,
  .nav-links#mobileMenu {
    width: 100% !important;
    max-width: 100% !important;
  }

  #mobileMenu .menu-top {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

/* Social Media Management uses the same approved hero geometry and typography. */
.hero-section.social-management-hero {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.68), rgba(10, 10, 10, 0.28)),
    url("../images/social-media-marketing.png") no-repeat center center / cover;
}

/* =====================================================================
   SOCIAL MEDIA MANAGEMENT — PROFESSIONAL CONTENT SECTIONS
   The approved header, hero, typography and footer remain unchanged.
   ===================================================================== */

.smm-intro-section,
.smm-platform-section,
.smm-reporting-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  padding: 105px max(6vw, 70px);
}

.smm-label {
  display: block;
  margin-bottom: 18px;
  color: #d13d2f;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

/* Approved Web Development-style line directly below selected SMM labels. */
.smm-label-divider {
  display: block;
  width: 100px;
  height: 4px;
  margin: 0 0 24px 0;
  border: none;
  border-radius: 2px;
  background: linear-gradient(45deg, #b63434, #061729);
}

.smm-intro-copy h2,
.smm-section-heading h2,
.smm-platform-copy h2,
.smm-report-copy h2 {
  margin-bottom: 24px;
  color: #061729;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.12;
}

.smm-intro-copy p,
.smm-section-heading p,
.smm-platform-copy p,
.smm-report-copy p {
  color: #5b6876;
  font-size: 17px;
  line-height: 1.8;
}

.smm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: #061729;
  font-size: 16px;
  font-weight: 500;
}

.smm-text-link i {
  color: #d13d2f;
  transition: transform 0.25s ease;
}

.smm-text-link:hover i {
  transform: translateX(5px);
}

.smm-operations-board {
  padding: 28px;
  border: 1px solid #dce3e8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 25px 65px rgba(6, 23, 41, 0.11);
}

.smm-board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e8ec;
}

.smm-board-header div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.smm-board-header span {
  color: #7a8793;
  font-size: 11px;
  letter-spacing: 1.3px;
}

.smm-board-header strong {
  color: #061729;
  font-size: 20px;
  font-weight: 600;
}

.smm-board-header b {
  padding: 7px 12px;
  border-radius: 20px;
  background: #eef7f2;
  color: #168357;
  font-size: 10px;
  letter-spacing: 1px;
}

.smm-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
}

.smm-board-grid article {
  min-height: 155px;
  padding: 22px;
  border-radius: 12px;
  background: #f5f7f9;
}

.smm-board-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #b63434, #061729);
  color: #ffffff;
  font-size: 17px;
}

.smm-board-grid strong,
.smm-board-grid span {
  display: block;
}

.smm-board-grid strong {
  margin-bottom: 7px;
  color: #061729;
  font-size: 16px;
  font-weight: 600;
}

.smm-board-grid span {
  color: #71808c;
  font-size: 13px;
  line-height: 1.45;
}

.smm-services-section {
  padding: 105px max(6vw, 70px);
  background: #f4f6f8;
}

.smm-section-heading {
  max-width: 820px;
  margin-bottom: 55px;
}

.smm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.smm-service-grid article {
  position: relative;
  min-height: 300px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #dde3e7;
  border-radius: 10px;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.smm-service-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(6, 23, 41, 0.1);
}

.smm-service-grid article > span {
  position: absolute;
  top: 25px;
  right: 28px;
  color: #b2bbc2;
  font-size: 12px;
  font-weight: 600;
}

.smm-service-grid article > i {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 50px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #b63434, #061729);
  color: #ffffff;
  font-size: 2rem;
}

.smm-service-grid h3 {
  margin-bottom: 14px;
  color: #061729;
  font-size: 2rem;
  font-weight: 600;
}

.smm-service-grid p {
  color: #65727e;
  font-size: 15px;
  line-height: 1.7;
}

.smm-process-section {
  padding: 105px max(6vw, 70px);
  background: linear-gradient(120deg, #061729, #082b4d);
}

.smm-heading-light h2 {
  color: #ffffff;
}

.smm-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.smm-process-track::before {
  content: "";
  position: absolute;
  top: 62px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.smm-process-track article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.smm-process-track article > b {
  display: block;
  margin-bottom: 13px;
  color: #d13d2f;
  font-size: 12px;
}

.smm-process-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: #0b3458;
  color: #ffffff;
  font-size: 22px;
}

.smm-process-track h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.smm-process-track p {
  color: #aebdca;
  font-size: 14px;
  line-height: 1.65;
}

.smm-platform-section {
  background: #ffffff;
}

.smm-platform-copy ul {
  margin-top: 28px;
  list-style: none;
}

.smm-platform-copy li {
  padding: 13px 0;
  border-bottom: 1px solid #e1e6e9;
  color: #465563;
  font-size: 15px;
}

.smm-platform-copy li i {
  margin-right: 12px;
  color: #d13d2f;
}

.smm-platform-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.smm-platform-cards article {
  display: flex;
  min-height: 150px;
  padding: 24px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: #f4f6f8;
}

.smm-platform-cards article > i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 10px;
  background: #061729;
  color: #ffffff;
  font-size: 18px;
}

.smm-platform-cards strong,
.smm-platform-cards span {
  display: block;
}

.smm-platform-cards strong {
  margin: 5px 0 9px;
  color: #061729;
  font-size: 17px;
  font-weight: 600;
}

.smm-platform-cards span {
  color: #6d7a85;
  font-size: 13px;
  line-height: 1.5;
}

.smm-reporting-section {
  background: #f4f6f8;
}

.smm-report-card {
  padding: 28px;
  border-radius: 16px;
  background: #061729;
  color: #ffffff;
  box-shadow: 22px 22px 0 #e3e7ea;
}

.smm-report-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.smm-report-top span {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.smm-report-top b {
  color: #d13d2f;
  font-size: 11px;
}

.smm-report-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 24px 0;
}

.smm-report-metrics article {
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.smm-report-metrics span,
.smm-report-metrics strong {
  display: block;
}

.smm-report-metrics span {
  color: #8fa3b5;
  font-size: 11px;
}

.smm-report-metrics strong {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 500;
}

.smm-report-metrics i {
  color: #d13d2f;
  font-size: 12px;
}

.smm-chart-bars {
  display: flex;
  height: 150px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.smm-chart-bars span {
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, #8d3038, #d13d2f);
}

.smm-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 70px max(6vw, 70px);
  background: linear-gradient(105deg, #eef2f5, #f2dddd);
}

.smm-cta-section span {
  color: #9b3537;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.smm-cta-section h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #061729;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.18;
}

.smm-cta-section > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 24px;
  border-radius: 28px;
  background: linear-gradient(45deg, #b63434, #061729);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.smm-cta-section > a:hover,
.smm-cta-section > a:focus,
.smm-cta-section > a:visited {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .smm-intro-section,
  .smm-platform-section,
  .smm-reporting-section {
    grid-template-columns: 1fr;
    padding: 80px 6vw;
  }

  .smm-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smm-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 45px;
  }

  .smm-process-track::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .smm-intro-section,
  .smm-services-section,
  .smm-process-section,
  .smm-platform-section,
  .smm-reporting-section {
    padding: 68px 22px;
  }

  .smm-board-grid,
  .smm-service-grid,
  .smm-process-track,
  .smm-platform-cards {
    grid-template-columns: 1fr;
  }

  .smm-service-grid article {
    min-height: auto;
  }

  .smm-service-grid article > i {
    margin-bottom: 35px;
  }

  .smm-report-card {
    padding: 20px;
    box-shadow: 10px 10px 0 #e3e7ea;
  }

  .smm-report-metrics {
    grid-template-columns: 1fr;
  }

  .smm-cta-section {
    display: block;
    padding: 55px 22px;
  }

  .smm-cta-section > a {
    margin-top: 28px;
    white-space: normal;
  }
}


/* ===== FLOATING CONTACT TOGGLE ===== */

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-contact-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  pointer-events: none;
}

.floating-contact.active .floating-contact-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.contact-option {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-option:hover {
  color: #ffffff;
  transform: translateX(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.contact-option i {
  width: 22px;
  text-align: center;
  font-size: 20px;
}

.contact-option.whatsapp {
  background: #25d366;
}

.contact-option.phone {
  background: #243c6d;
}

.contact-option.email {
  background: #cd432d;
}

.floating-contact-toggle {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #b63434, #061729);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-contact-toggle:hover {
  color: #ffffff;
  transform: scale(1.06);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.floating-contact-toggle i {
  color: #ffffff;
  font-size: 24px;
  transition: transform 0.25s ease;
}

.floating-contact.active .floating-contact-toggle i {
  transform: rotate(135deg);
}

@media (max-width: 600px) {
  .floating-contact {
    right: 16px;
    bottom: 16px;
  }

  .floating-contact-toggle {
    width: 54px;
    height: 54px;
  }

  .contact-option {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }
}


/* =====================================================================
   SOCIAL MEDIA MANAGEMENT — FINAL CONSISTENCY FIX
   Matches the already approved AADPlus service-page system.
   ONLY visual consistency changes:
   - official orange labels
   - approved heading sizes
   - vertical red -> navy bars beside headings
   - official red -> navy gradients
   - approved footer styling
   Content, section order and layout remain unchanged.
   ===================================================================== */

:root {
  --aad-navy: #061729;
  --aad-red: #b63434;
  --aad-orange: #d13d2f;
  --aad-gradient: linear-gradient(135deg, #b63434 0%, #061729 100%);
}

/* ===== TAGLINES: OFFICIAL ORANGE TEXT ONLY ===== */
.smm-label,
.smm-cta-section span {
  color: var(--aad-orange) !important;
  background: none !important;
  -webkit-text-fill-color: var(--aad-orange) !important;
}

.smm-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.6px !important;
  line-height: 1.5 !important;
}

/* Old horizontal label lines are no longer used */
.smm-label-divider {
  display: none !important;
}

/* ===== APPROVED MAIN HEADING TYPOGRAPHY ===== */
.smm-intro-copy h2,
.smm-section-heading h2,
.smm-platform-copy h2,
.smm-report-copy h2 {
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  margin-bottom: 20px !important;
}

/* Keep the dark workflow heading white */
.smm-heading-light h2 {
  color: #ffffff !important;
}

/* Body copy sizing consistent with the reference pages */
.smm-intro-copy p,
.smm-section-heading p,
.smm-platform-copy p,
.smm-report-copy p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* ===== VERTICAL GRADIENT BAR BESIDE MAIN HEADINGS ===== */
.smm-intro-copy h2,
.smm-platform-copy h2,
.smm-report-copy h2,
.smm-process-section .smm-section-heading h2 {
  position: relative !important;
  padding-left: 22px !important;
}

.smm-intro-copy h2::before,
.smm-platform-copy h2::before,
.smm-report-copy h2::before,
.smm-process-section .smm-section-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(
    180deg,
    var(--aad-red) 0%,
    var(--aad-navy) 100%
  );
}

/* ===== OFFICIAL GRADIENT CLEANUP ===== */

/* Board/service/platform/workflow icons */
.smm-board-grid i,
.smm-service-grid article > i,
.smm-process-icon,
.smm-platform-cards article > i {
  background: var(--aad-gradient) !important;
  color: #ffffff !important;
}

/* Dark workflow section uses official navy family */
.smm-process-section {
  background: linear-gradient(
    120deg,
    #061729 0%,
    #0b2a56 100%
  ) !important;
}

/* Reporting chart bars use the official red -> navy treatment */
.smm-chart-bars span {
  background: linear-gradient(
    180deg,
    var(--aad-red) 0%,
    var(--aad-navy) 100%
  ) !important;
}

/* Report card stays dark but in official navy */
.smm-report-card {
  background: var(--aad-navy) !important;
}

/* Main CTA button and floating contact button */
.smm-cta-section > a,
.nav-right .contact-btn,
.mobile-consult-btn,
.floating-contact-toggle {
  background: var(--aad-gradient) !important;
}

/* CTA label stays official orange */
.smm-cta-section span {
  font-weight: 500 !important;
}

/* ===== APPROVED FOOTER ===== */
.footer {
  background: linear-gradient(50deg, #061729 0%, #0b2a56 100%) !important;
  color: #eeeeee !important;
  padding: 40px 20px 0 !important;
  font-size: 15px !important;
}

.footer-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 8px 120px 36px !important;
}

.footer-about,
.footer-links,
.footer-contact,
.footer-social {
  flex: 1 1 220px !important;
  min-width: 220px !important;
}

.footer-about h3 {
  margin: 0 0 15px !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.footer-about p,
.footer-links ul,
.footer-links ul li,
.footer-links ul li a {
  color: #f0f0f0 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.footer-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links ul li a {
  display: inline-block !important;
  margin-bottom: 8px !important;
  text-decoration: none !important;
}

.footer-links ul li a:hover {
  color: #ffffff !important;
  transform: translateX(6px);
}

.footer-social .social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.footer-social .social-icons a {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

.footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
  max-width: 1840px !important;
  margin: 0 auto !important;
  padding: 28px 135px 32px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

.footer-bottom p {
  margin: 0 !important;
  color: #ffffff !important;
}

.footer-bottom-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

.footer-bottom-links a {
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: opacity 0.2s ease !important;
}

.footer-bottom-links a:hover {
  opacity: 0.8 !important;
}

/* ===== RESPONSIVE CONSISTENCY ===== */
@media (max-width: 1100px) {
  .footer-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .footer-bottom {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 768px) {
  .smm-intro-copy h2,
  .smm-section-heading h2,
  .smm-platform-copy h2,
  .smm-report-copy h2 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  .smm-intro-copy h2,
  .smm-platform-copy h2,
  .smm-report-copy h2,
  .smm-process-section .smm-section-heading h2 {
    padding-left: 18px !important;
  }

  .smm-intro-copy h2::before,
  .smm-platform-copy h2::before,
  .smm-report-copy h2::before,
  .smm-process-section .smm-section-heading h2::before {
    width: 3px !important;
    top: 3px !important;
    bottom: 3px !important;
  }

  .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-container {
    flex-direction: column !important;
    gap: 26px !important;
    padding: 30px 20px !important;
  }

  .footer-about,
  .footer-links,
  .footer-contact,
  .footer-social {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 24px 20px !important;
    text-align: center !important;
  }

  .footer-bottom-links {
    justify-content: center !important;
    gap: 12px 22px !important;
  }
}

@media (max-width: 480px) {
  .footer-bottom-links {
    flex-direction: column !important;
    gap: 10px !important;
  }
}


/* =====================================================================
   FINAL BUTTON FIX — "Build your management plan"
   Match the approved "Get Free Consultation" pill button exactly.
   Nothing else is changed.
   ===================================================================== */

.smm-text-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  min-height: 46px !important;
  margin-top: 30px !important;
  padding: 0 24px !important;

  background: linear-gradient(
    45deg,
    #b63434 0%,
    #061729 100%
  ) !important;

  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-decoration: none !important;
  text-underline-offset: 0 !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

.smm-text-link::before,
.smm-text-link::after {
  display: none !important;
  content: none !important;
}

.smm-text-link i {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  transition: transform 0.25s ease !important;
}

.smm-text-link:hover,
.smm-text-link:focus,
.smm-text-link:active,
.smm-text-link:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(
    45deg,
    #b63434 0%,
    #061729 100%
  ) !important;
}

.smm-text-link:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(6, 23, 41, 0.16) !important;
}

.smm-text-link:hover i {
  transform: translateX(2px) !important;
}

@media (max-width: 768px) {
  .smm-text-link {
    min-height: 44px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
  }
}
