*{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;
  }
}

/* =====================================================================
   DIGITAL MARKETING Ã¢â‚¬â€ CONNECTED GROWTH LAB
   Unique page design after the shared hero
   ===================================================================== */
:root {
  --dm-navy: #061729;
  --dm-blue: #061729;
  --dm-orange: #d13d2f;
  --dm-gradient: linear-gradient(45deg, #b63434, #061729);
  --dm-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/digital-marketing-hero.png") no-repeat center center / cover;
}

.hero-content {
  max-width: 800px;
  color: #fff;
}

.hero-content .tagline {
  margin-bottom: 10px;
  color: var(--dm-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;
}

.dm-section-label {
  color: var(--dm-blue);
}

.nav-right .contact-btn,
.nav-links ul li.mobile-consultation a.mobile-consult-btn,
#mobileMenu .mobile-consult-btn,
.dm-btn-primary,
.dm-cta > a {
  background: var(--dm-gradient) !important;
}

.nav-right .contact-btn:hover,
.nav-links ul li.mobile-consultation a.mobile-consult-btn:hover,
#mobileMenu .mobile-consult-btn:hover,
.dm-btn-primary:hover,
.dm-cta > a:hover {
  background: var(--dm-gradient-hover) !important;
}

/* Floating channel ribbon */
.dm-channel-strip {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 48px));
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: -44px auto 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 55px rgba(6, 23, 41, .16);
  backdrop-filter: blur(18px);
}

.dm-channel-strip div {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 15px;
  border-right: 1px solid #e4eaee;
  color: var(--dm-navy);
  background: transparent;
  transition: color .25s ease, background .25s ease;
}

.dm-channel-strip div:hover {
  color: #fff;
  background: var(--dm-gradient);
}

.dm-channel-strip i {
  color: var(--dm-blue);
}

.dm-channel-strip div:hover i {
  color: #fff;
}

/* Circular funnel lab */
.growth-lab {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  gap: 90px;
  align-items: center;
  padding: 120px 7% 105px;
  background: #fff;
}

.growth-lab-visual {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 49%, transparent 50%),
    conic-gradient(from 25deg, rgba(209,61,47,.16), rgba(10,111,155,.18), rgba(6,23,41,.13), rgba(209,61,47,.16));
}

.growth-lab-visual::before,
.growth-lab-visual::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(10, 111, 155, .4);
  border-radius: 50%;
}

.growth-lab-visual::before {
  inset: 8%;
}

.growth-lab-visual::after {
  inset: 22%;
}

.growth-lab-visual img {
  position: relative;
  z-index: 2;
  width: 62%;
  max-height: 62%;
  object-fit: contain;
  border-radius: 18px;
}

.growth-orbit {
  position: absolute;
  z-index: 3;
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  background: var(--dm-gradient);
  box-shadow: 0 10px 25px rgba(6, 23, 41, .18);
}

.growth-orbit-one {
  top: 8%;
  left: 17%;
}

.growth-orbit-two {
  top: 44%;
  right: -2%;
}

.growth-orbit-three {
  bottom: 8%;
  left: 22%;
}

.growth-lab-content h2 {
  max-width: 650px;
  margin: 15px 0 20px;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.growth-lab-content > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #65756f;
  font-size: 17px;
  line-height: 1.75;
}

.growth-stage {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #dce4e8;
}

.growth-stage b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dm-gradient);
}

.growth-stage h3 {
  margin: 0 0 6px;
  color: var(--dm-navy);
}

.growth-stage p {
  margin: 0;
  color: #687871;
  line-height: 1.6;
}

/* Dark pathway section: no cards, no reused grid design */
.growth-pathways {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 90px;
  padding: 100px 7%;
  color: #fff;
  background:
    radial-gradient(circle at 7% 15%, rgba(209,61,47,.2), transparent 26%),
    linear-gradient(145deg, #061729, #0b2948);
}

.growth-pathways-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.growth-pathways-heading h2 {
  margin: 16px 0 20px;
  color: #fff;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.growth-pathways-heading p {
  color: rgba(255,255,255,.65);
  font-size: 17px;
  line-height: 1.75;
}

.growth-pathway-list {
  border-top: 1px solid rgba(255,255,255,.15);
}

.growth-pathway {
  position: relative;
  display: grid;
  grid-template-columns: 38px 52px minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  padding: 26px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: padding .3s ease;
}

.growth-pathway::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--dm-gradient);
  transition: width .35s ease;
}

.growth-pathway:hover {
  padding-left: 14px;
}

.growth-pathway:hover::after {
  width: 100%;
}

.growth-pathway > span {
  color: rgba(255,255,255,.38);
  font-size: 13px;
  font-weight: 800;
}

.growth-pathway > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  transition: background .3s ease;
}

.growth-pathway:hover > i {
  background: var(--dm-gradient);
}

.growth-pathway h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
}

.growth-pathway p {
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.6;
}

.growth-pathway > a {
  color: #fff;
}

.growth-pathway > a:hover {
  color: var(--dm-orange);
}

.dm-campaign-feature,
.dm-performance,
.dm-process,
.dm-faq,
.dm-cta {
  display: none;
}

@media (max-width: 980px) {
  .growth-lab,
  .growth-pathways {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .growth-pathways-heading {
    position: static;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 480px;
    padding: 0 24px;
    background-position: 67% center;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content p {
    max-width: 100%;
    font-size: .95rem;
  }

  .dm-channel-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -24px;
  }

  .dm-channel-strip div {
    min-height: 74px;
  }

  .growth-lab,
  .growth-pathways {
    padding: 75px 24px;
  }

  .growth-lab-visual {
    width: min(100%, 470px);
  }
}

@media (max-width: 540px) {
  .dm-channel-strip {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
  }

  .growth-pathway {
    grid-template-columns: 32px 46px minmax(0, 1fr);
  }

  .growth-pathway > a {
    display: none;
  }

  .growth-orbit {
    font-size: 9px;
  }
}

.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/digital-marketing-hero.png") 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;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.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: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.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;
  }
}

/* =====================================================================
   DIGITAL MARKETING Ã¢â‚¬â€ PREMIUM REDESIGN
   ===================================================================== */
.dm-page {
  overflow: hidden;
  background: #ffffff;
  color: #061729;
}

.dm-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 100px 7%;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 13, 30, 0.98) 0%, rgba(4, 21, 45, 0.93) 42%, rgba(5, 25, 51, 0.28) 74%, rgba(5, 25, 51, 0.08) 100%),
    url("../images/digital-marketing-hero.png") center right / cover no-repeat;
}

.dm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.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: 54px 54px;
}

.dm-hero-glow {
  position: absolute;
  left: 35%;
  bottom: -190px;
  width: 480px;
  height: 480px;
  z-index: -1;
  border-radius: 50%;
  filter: blur(30px);
  background: rgba(209, 61, 47, 0.18);
}

.dm-hero-copy {
  max-width: 720px;
  color: #ffffff;
}

.dm-eyebrow,
.dm-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #061729;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dm-eyebrow {
  margin-bottom: 24px;
  padding: 10px 15px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.dm-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.dm-hero-copy > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 18px;
  line-height: 1.75;
}

.dm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dm-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 750;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.dm-btn:hover {
  transform: translateY(-3px);
}

.dm-btn-primary {
  background: linear-gradient(90deg, #061729, #072a4f);
  box-shadow: 0 16px 34px rgba(209, 61, 47, .3);
}

.dm-btn-ghost {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.dm-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.dm-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dm-hero-proof i {
  color: #061729;
}

.dm-channel-strip {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: -48px auto 0;
  border: 1px solid #e8edf2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(6, 23, 41, .13);
  overflow: hidden;
}

.dm-channel-strip div {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #566b66;
  font-weight: 700;
  border-right: 1px solid #edf1f4;
}

.dm-channel-strip div:last-child {
  border-right: 0;
}

.dm-channel-strip i {
  color: #061729;
  font-size: 20px;
}

.dm-strategy,
.dm-performance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 76px;
  align-items: center;
  padding: 120px 7%;
}

.dm-strategy-copy h2,
.dm-performance-copy h2,
.dm-heading h2 {
  margin: 16px 0 22px;
  color: #061729;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.dm-strategy-copy > p,
.dm-performance-copy > p,
.dm-heading > p {
  color: #566b66;
  font-size: 17px;
  line-height: 1.8;
}

.dm-strategy-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.dm-strategy-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  background: #ffffff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.dm-strategy-list article:hover {
  transform: translateX(7px);
  box-shadow: 0 14px 30px rgba(6,23,41,.08);
}

.dm-strategy-list b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 13px;
  background: #061729;
}

.dm-strategy-list h3 {
  margin: 0 0 5px;
  color: #061729;
  font-size: 18px;
}

.dm-strategy-list p {
  margin: 0;
  color: #66756f;
  line-height: 1.55;
}

.dm-strategy-visual {
  position: relative;
  min-height: 560px;
  padding: 24px;
  border-radius: 34px;
  background: linear-gradient(145deg, #07182a, #102f58);
}

.dm-strategy-visual::before {
  content: "";
  position: absolute;
  inset: 45px -22px -22px 45px;
  z-index: -1;
  border-radius: 34px;
  background: rgba(209,61,47,.12);
}

.dm-strategy-visual img {
  width: 100%;
  height: 512px;
  display: block;
  object-fit: cover;
  object-position: 67% center;
  border-radius: 24px;
}

.dm-floating-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 15px;
  color: #ffffff;
  background: rgba(6,23,41,.8);
  box-shadow: 0 18px 40px rgba(0,0,0,.23);
  backdrop-filter: blur(12px);
}

.dm-floating-card span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.dm-card-one {
  top: 52px;
  left: -38px;
}

.dm-card-two {
  right: -34px;
  bottom: 55px;
}

.dm-card-two i {
  color: #061729;
  font-size: 23px;
}

.dm-services {
  padding: 110px 7%;
  background:
    radial-gradient(circle at 88% 12%, rgba(209,61,47,.09), transparent 25%),
    #f5f7fa;
}

.dm-heading {
  max-width: 800px;
  margin: 0 auto 52px;
  text-align: center;
}

.dm-bento {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.dm-service {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e1e8ed;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(6,23,41,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.dm-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(6,23,41,.12);
}

.dm-service > span {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #b9c3c9;
  font-weight: 800;
}

.dm-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  border-radius: 18px;
  color: #061729;
  font-size: 23px;
  background: rgba(209,61,47,.1);
}

.dm-service h3 {
  margin: 0 0 12px;
  color: #061729;
  font-size: 23px;
}

.dm-service p {
  margin: 0;
  color: #66756f;
  line-height: 1.7;
}

.dm-service a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #061729;
  text-decoration: none;
  font-weight: 750;
}

.dm-service-featured {
  grid-row: span 2;
  min-height: 660px;
  justify-content: flex-end;
  color: #ffffff;
  border: 0;
  background:
    linear-gradient(180deg, rgba(6,23,41,.08), rgba(6,23,41,.96)),
    url("../images/digital-marketing-hero.png") 67% center / cover no-repeat;
}

.dm-service-featured .dm-service-icon {
  margin-bottom: 28px;
  color: #ffffff;
  background: rgba(255,255,255,.16);
}

.dm-service-featured h3,
.dm-service-featured a {
  color: #ffffff;
}

.dm-service-featured p {
  color: rgba(255,255,255,.75);
}

.dm-service-dark {
  color: #ffffff;
  border: 0;
  background: linear-gradient(145deg, #061729, #0d3157);
}

.dm-service-dark h3 {
  color: #ffffff;
}

.dm-service-dark p {
  color: rgba(255,255,255,.7);
}

.dm-service-dark .dm-service-icon {
  color: #ffffff;
  background: rgba(255,255,255,.1);
}

.dm-performance {
  background: #ffffff;
}

.dm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: #061729;
  text-decoration: none;
  font-weight: 400;
}

.dm-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dm-metric-grid div {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border-radius: 22px;
  background: #f3f6f8;
}

.dm-metric-grid div:nth-child(2),
.dm-metric-grid div:nth-child(3) {
  color: #ffffff;
  background: linear-gradient(145deg, #061729, #0d3157);
}

.dm-metric-grid i {
  margin-bottom: auto;
  color: #061729;
  font-size: 25px;
}
.engagement-icon{
    color:#ffff !important;
}
.leads-icon{
    color:#ffff !important;
}

.dm-metric-grid strong {
  font-size: 22px;
}

.dm-metric-grid span {
  margin-top: 5px;
  color: #68766f;
}

.dm-metric-grid div:nth-child(2) span,
.dm-metric-grid div:nth-child(3) span {
  color: rgba(255,255,255,.66);
}

.dm-process {
  padding: 100px 7%;
  color: #ffffff;
  background: #061729;
}

.dm-process .dm-heading h2 {
  color: #ffffff;
}

.dm-process-line {
  position: relative;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin: 0 auto;
}

.dm-process-line::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 7%;
  right: 7%;
  height: 1px;
  border-top: 1px dashed rgba(255,255,255,.28);
}

.dm-process-line article {
  position: relative;
  text-align: center;
}

.dm-process-line span {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  background: #0b2b4b;
}

.dm-process-line article:nth-child(2) span,
.dm-process-line article:nth-child(4) span {
  background: #061729;
}

.dm-process-line h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
}

.dm-process-line p {
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.55;
}

.dm-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 7%;
  background:
    radial-gradient(circle at 80% 50%, rgba(209,61,47,.16), transparent 28%),
    #eef2f5;
}

.dm-cta span {
  color: #061729;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}

.dm-cta h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #061729;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.14;
}

.dm-cta > a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: 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) {
  .dm-hero {
    min-height: 630px;
    padding: 90px 6%;
  }

  .dm-channel-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .dm-channel-strip div:nth-child(3) {
    border-right: 0;
  }

  .dm-channel-strip div:nth-child(-n+3) {
    border-bottom: 1px solid #edf1f4;
  }

  .dm-strategy,
  .dm-performance {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 90px 6%;
  }

  .dm-strategy-visual {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .dm-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-service-featured {
    grid-row: span 1;
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .dm-hero {
    min-height: 680px;
    align-items: flex-end;
    padding: 110px 24px 58px;
    background:
      linear-gradient(180deg, rgba(3,13,30,.4) 0%, rgba(3,13,30,.82) 45%, rgba(3,13,30,.99) 100%),
      url("../images/digital-marketing-hero.png") 67% center / cover no-repeat;
  }

  .dm-hero h1 {
    font-size: clamp(38px, 11vw, 55px);
  }

  .dm-hero-copy > p {
    font-size: 16px;
  }

  .dm-actions {
    flex-direction: column;
  }

  .dm-btn {
    width: 100%;
  }

  .dm-hero-proof {
    gap: 11px;
    flex-direction: column;
  }

  .dm-channel-strip {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: -28px;
  }

  .dm-channel-strip div {
    min-height: 78px;
    font-size: 14px;
    border-bottom: 1px solid #edf1f4;
  }

  .dm-channel-strip div:nth-child(odd) {
    border-right: 1px solid #edf1f4;
  }

  .dm-channel-strip div:nth-child(even) {
    border-right: 0;
  }

  .dm-strategy,
  .dm-performance,
  .dm-services,
  .dm-process,
  .dm-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dm-strategy-visual {
    min-height: 430px;
    padding: 15px;
  }

  .dm-strategy-visual img {
    height: 400px;
  }

  .dm-card-one {
    top: 35px;
    left: 25px;
  }

  .dm-card-two {
    right: 24px;
    bottom: 34px;
  }

  .dm-bento,
  .dm-metric-grid,
  .dm-process-line {
    grid-template-columns: 1fr;
  }

  .dm-service,
  .dm-service-featured {
    min-height: 330px;
  }

  .dm-process-line {
    gap: 20px;
  }

  .dm-process-line::before {
    display: none;
  }

  .dm-process-line article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    text-align: left;
  }

  .dm-process-line span {
    grid-row: span 2;
    margin: 0;
  }

  .dm-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .dm-cta > a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .dm-eyebrow {
    font-size: 11px;
  }

  .dm-strategy-list article {
    grid-template-columns: 44px 1fr;
    padding: 15px;
  }

  .dm-strategy-list b {
    width: 38px;
    height: 38px;
  }

  .dm-floating-card {
    padding: 11px 13px;
  }
}

/* =====================================================================
   DIGITAL MARKETING FINAL UPDATE
   Hero typography exactly matches the approved SEO Optimization hero.
   ===================================================================== */

.dm-hero-copy {
  max-width: 800px;
  font-family: "Segoe UI", sans-serif;
}

.dm-eyebrow {
  gap: 10px;
  margin-bottom: 10px;
  padding: 0;
  color: #061729;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

.dm-eyebrow b {
  font-size: 1.35em;
  font-weight: 800;
}

.dm-hero h1 {
  max-width: 800px;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.dm-hero-copy > p {
  max-width: 90%;
  margin: 0;
  color: #e0e0e0;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.dm-actions {
  margin-top: 30px;
}

.dm-campaign-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 75px;
  padding: 95px 7%;
  background: #f5f7fa;
}

.dm-campaign-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 4px 60px 4px 4px;
  box-shadow: 0 20px 55px rgba(6, 23, 41, .15);
}

.dm-campaign-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

.dm-campaign-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-campaign-copy h2 {
  margin: 16px 0 22px;
  color: #061729;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.15;
}

.dm-campaign-copy > p {
  color: #56636f;
  font-size: 17px;
  line-height: 1.75;
}

.dm-campaign-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.dm-campaign-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #203246;
  font-size: 16px;
  font-weight: 600;
}

.dm-campaign-copy li i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: rgba(209, 61, 47, .12);
  color: #061729;
  font-size: 12px;
}

.dm-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding: 95px 7%;
  background: #ffffff;
}

.dm-faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

.dm-faq-heading h2 {
  margin: 16px 0 20px;
  color: #061729;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.15;
}

.dm-faq-heading p {
  color: #56636f;
  font-size: 17px;
  line-height: 1.75;
}

.dm-faq-list {
  border-top: 1px solid #dbe2e8;
}

.dm-faq-item {
  border-bottom: 1px solid #dbe2e8;
}

.dm-faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 5px;
  border: 0;
  background: transparent;
  color: #061729;
  text-align: left;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.dm-faq-item button i {
  color: #061729;
  transition: transform .3s ease;
}

.dm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.dm-faq-answer p {
  margin: 0;
  padding: 0 45px 25px 5px;
  color: #56636f;
  font-size: 16px;
  line-height: 1.75;
}

.dm-faq-item.active .dm-faq-answer {
  max-height: 230px;
}

.dm-faq-item.active button i {
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .dm-campaign-feature,
  .dm-faq {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .dm-campaign-image {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .dm-faq-heading {
    position: static;
  }
}

@media (max-width: 768px) {
  .dm-hero h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .dm-hero-copy > p {
    max-width: 100%;
    font-size: .95rem;
  }

  .dm-campaign-feature,
  .dm-faq {
    gap: 35px;
    padding: 65px 24px;
  }

  .dm-campaign-image {
    min-height: 380px;
    border-radius: 4px 40px 4px 4px;
  }
}

@media (max-width: 480px) {
  .dm-eyebrow {
    font-size: .82rem;
  }

  .dm-campaign-image {
    min-height: 300px;
  }

  .dm-faq-heading h2 {
    font-size: 31px;
  }

  .dm-faq-item button {
    font-size: 16px;
  }
}