*{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: #0a6f9b;
  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: #0a6f9b;
}

.nav-right .contact-btn {
  background: linear-gradient(45deg, #0a6f9b, #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;
  }
}

/* Email Marketing keeps the approved Digital Marketing hero dimensions,
   typography, navigation and footer exactly as supplied. */
.email-page .dm-hero {
  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/website-optimization.png") center right / cover no-repeat;
}

.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, #0a6f9b, #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, #0a6f9b, #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('website-optimization.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, #0a6f9b, #061729);
    margin-right: 15px;
  }

  .about-left p {
    margin: 20px 0;
    line-height: 1.6;
  }

  .btn {
  background: linear-gradient(45deg, #0a6f9b, #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 {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 15px;
    font-size: 14px;
    color: #aaaaaa;
  }

  @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, #0a6f9b, #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: #0a6f9b !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 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/website-optimization.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: #0a6f9b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  background: #0a6f9b;
}

.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, #0a6f9b, #061729);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.social-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.social-primary-btn:hover,
.social-secondary-btn:hover {
  transform: translateY(-2px);
}

.social-intro,
.social-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 90px 120px;
  background: #ffffff;
}

.social-intro-text h2,
.social-results-text h2 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
  color: #061729;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.18;
}

.social-heading-bar {
  width: 6px;
  height: 64px;
  flex: 0 0 6px;
  margin: 3px 18px 0 0;
  background: linear-gradient(to bottom, #061729, #0a6f9b);
}

.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: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.social-section-heading > p:not(.social-kicker) {
  color: #566b66;
  font-size: 17px;
  line-height: 1.7;
}

.social-divider {
  width: 100px;
  height: 4px;
  margin: 22px auto;
  border: 0;
  background: linear-gradient(90deg, #061729, #0a6f9b);
}

.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: #0a6f9b;
  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: #0a6f9b;
  font-weight: 800;
}

.social-cta {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 65px 120px;
  background: #0a6f9b;
  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: 2rem;
  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/website-optimization.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: #0a6f9b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  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, #0a6f9b, #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: #0a6f9b;
}

.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: #0a6f9b;
  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: 2rem;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.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: #0a6f9b;
  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: #0a6f9b;
  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: #0a6f9b;
  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/website-optimization.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: #0a6f9b;
  text-decoration: none;
  font-weight: 800;
}

.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: #0a6f9b;
  font-size: 25px;
}

.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: #0a6f9b;
}

.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: #0a6f9b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}

.dm-cta h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #061729;
  font-size: 2rem;
  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, #0a6f9b, #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/website-optimization.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 Services hero.
   ===================================================================== */

.dm-hero-copy {
  max-width: 800px;
  font-family: "Segoe UI", sans-serif;
}

.dm-eyebrow {
  gap: 10px;
  margin-bottom: 10px;
  padding: 0;
  color: #0a6f9b;
  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: 2rem;
  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: #0a6f9b;
  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: 2rem;
  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: #0a6f9b;
  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;
  }
}

/* ===== EMAIL PAGE REQUESTED COLOUR AND POSITION ADJUSTMENTS ===== */
.email-page .dm-hero {
  padding-left: 5%;
}

.email-page .dm-hero-copy {
  margin-top: -85px;
}

.email-page .dm-eyebrow {
  color: #d13d2f;
}

.email-page .dm-process-line span,
.email-page .dm-process-line article:nth-child(2) span,
.email-page .dm-process-line article:nth-child(4) span {
  border-color: rgba(255, 255, 255, .3);
  background: linear-gradient(
    135deg,
    #0a6f9b 0%,
    #177ea3 18%,
    #d13d2f 48%,
    #ef4a3a 100%
  );
}

.nav-right .contact-btn,
.nav-right .contact-btn:hover,
.nav-links ul li.mobile-consultation a.mobile-consult-btn,
#mobileMenu ul li.mobile-consultation a.mobile-consult-btn {
  background: linear-gradient(90deg, #b63434 0%, #061729 100%) !important;
}

.mega-col a:hover,
.dropdown-container.services-menu > .mega-dropdown > .mega-col a:hover {
  color: #d13d2f !important;
}

@media (max-width: 768px) {
  .email-page .dm-hero {
    padding-left: 24px;
  }

  .email-page .dm-hero-copy {
    margin-top: -40px;
  }
}

/* =====================================================================
   PAID ADVERTISING PAGE
   Shared header, navbar, hero typography and footer remain unchanged.
   ===================================================================== */
.paid-page .dm-hero {
  padding-left: 5%;
  background:
    linear-gradient(90deg, rgba(3, 13, 30, .98) 0%, rgba(4, 21, 45, .93) 42%, rgba(5, 25, 51, .28) 74%, rgba(5, 25, 51, .08) 100%),
    url("../images/website-optimization.png") center right / cover no-repeat;
}

.paid-page .dm-hero-copy {
  margin-top: -85px;
}

.paid-page .dm-eyebrow {
  color: #d13d2f;
}

.paid-blueprint {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  padding: 110px 7%;
  background:
    radial-gradient(circle at 7% 15%, rgba(10, 111, 155, .08), transparent 28%),
    #fff;
}

.paid-blueprint-copy {
  max-width: 640px;
}

.paid-blueprint-copy h2 {
  margin: 16px 0 22px;
  color: #061729;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.paid-blueprint-copy > p {
  color: #5c706c;
  font-size: 17px;
  line-height: 1.75;
}

.paid-blueprint-copy ul {
  display: grid;
  gap: 15px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.paid-blueprint-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  color: #5c706c;
  line-height: 1.55;
}

.paid-blueprint-copy li > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0a6f9b, #d13d2f 68%);
}

.paid-blueprint-copy li strong {
  display: block;
  color: #061729;
}

.paid-blueprint-copy > a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 15px 24px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(90deg, #b63434, #061729);
  box-shadow: 0 14px 32px rgba(6, 23, 41, .16);
}

.paid-channel-map {
  position: relative;
  min-height: 580px;
  border: 1px solid #dce6e9;
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(rgba(10, 111, 155, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 111, 155, .055) 1px, transparent 1px),
    linear-gradient(145deg, #f8fbfc, #eef4f6);
  background-size: 42px 42px;
  box-shadow: 0 30px 80px rgba(6, 23, 41, .13);
}

.paid-channel-map::before,
.paid-channel-map::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px dashed rgba(10, 111, 155, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.paid-channel-map::before {
  width: 360px;
  height: 360px;
}

.paid-channel-map::after {
  width: 500px;
  height: 500px;
}

.paid-map-center {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #0a6f9b 0%, #d13d2f 55%, #061729 100%);
  box-shadow: 0 24px 55px rgba(6, 23, 41, .27);
}

.paid-map-center i {
  margin-bottom: 12px;
  font-size: 34px;
}

.paid-map-center strong {
  font-size: 19px;
}

.paid-map-center span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.paid-map-card {
  position: absolute;
  z-index: 4;
  width: 205px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1px solid #dae5e8;
  border-radius: 17px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 35px rgba(6, 23, 41, .12);
}

.paid-map-card > i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(135deg, #0a6f9b, #d13d2f);
}

.paid-map-card strong,
.paid-map-card span {
  display: block;
}

.paid-map-card strong {
  color: #061729;
}

.paid-map-card span {
  margin-top: 3px;
  color: #71817d;
  font-size: 12px;
}

.paid-map-search {
  top: 10%;
  left: 8%;
}

.paid-map-social {
  top: 12%;
  right: 6%;
}

.paid-map-display {
  bottom: 10%;
  left: 7%;
}

.paid-map-retarget {
  right: 7%;
  bottom: 12%;
}

.paid-lab {
  padding: 110px 7%;
  color: #fff;
  background:
    radial-gradient(circle at 84% 15%, rgba(209, 61, 47, .24), transparent 29%),
    radial-gradient(circle at 12% 90%, rgba(10, 111, 155, .2), transparent 32%),
    #061729;
}

.paid-lab-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.paid-lab-heading > span {
  color: #d13d2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.paid-lab-heading h2 {
  margin: 15px 0;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -.045em;
}

.paid-lab-heading p {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
}

.paid-lab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.paid-lab-grid article {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .055);
  transition: transform .25s ease, background .25s ease;
}

.paid-lab-grid article:hover {
  transform: translateY(-8px);
  background: linear-gradient(145deg, rgba(209, 61, 47, .86), rgba(6, 23, 41, .92));
}

.paid-lab-grid article > b {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(255, 255, 255, .22);
  font-size: 42px;
}

.paid-lab-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 55px;
  border-radius: 20px;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(135deg, #0a6f9b, #d13d2f 70%);
}

.paid-lab-grid h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 25px;
}

.paid-lab-grid p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

.paid-lab-footer {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.paid-lab-footer p {
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.paid-lab-footer p strong {
  color: #fff;
}

.paid-lab-footer a {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 15px 22px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(90deg, #b63434, #061729);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .23);
}

@media (max-width: 1100px) {
  .paid-blueprint {
    grid-template-columns: 1fr;
  }

  .paid-blueprint-copy {
    max-width: 760px;
  }

  .paid-channel-map {
    width: min(100%, 760px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .paid-page .dm-hero {
    padding-left: 24px;
  }

  .paid-page .dm-hero-copy {
    margin-top: -40px;
  }

  .paid-blueprint,
  .paid-lab {
    padding: 75px 24px;
  }

  .paid-blueprint {
    gap: 55px;
  }

  .paid-blueprint-copy h2 {
    font-size: 38px;
  }

  .paid-channel-map {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
    border-radius: 25px;
  }

  .paid-channel-map::before,
  .paid-channel-map::after {
    display: none;
  }

  .paid-map-center,
  .paid-map-card {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .paid-map-center {
    padding: 26px;
    border-width: 0;
    border-radius: 18px;
  }

  .paid-map-card {
    padding: 15px;
  }

  .paid-lab-grid {
    grid-template-columns: 1fr;
  }

  .paid-lab-grid article {
    min-height: 280px;
  }

  .paid-lab-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== PAID PAGE FINAL HEADER AND WHITE SECTION ADJUSTMENTS ===== */
@media (min-width: 1101px) {
  header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nav-bar {
    width: 100% !important;
    padding: 10px 40px !important;
  }
}

.paid-lab {
  color: #061729;
  background: #ffffff;
}

.paid-lab-heading h2 {
  color: #061729;
}

.paid-lab-heading p {
  color: #61716d;
}

.paid-lab-grid article {
  border-color: rgba(255, 255, 255, .12);
  background: #10263b;
  box-shadow: 0 20px 45px rgba(6, 23, 41, .13);
}

.paid-lab-grid article:nth-child(3) {
  background: linear-gradient(145deg, #10263b, #2b2634);
}

.paid-lab-grid article:hover {
  background: linear-gradient(145deg, #d13d2f, #061729);
}

.paid-lab-footer {
  border-color: rgba(255, 255, 255, .12);
  background: #10263b;
  box-shadow: 0 20px 45px rgba(6, 23, 41, .13);
}

/* =====================================================================
   WEBSITE OPTIMIZATION PAGE
   Shared header, navbar, hero typography and footer remain unchanged.
   ===================================================================== */
.optimization-page .dm-hero {
  padding-left: 5%;
  background:
    linear-gradient(90deg, rgba(3, 13, 30, .98) 0%, rgba(4, 21, 45, .93) 42%, rgba(5, 25, 51, .28) 74%, rgba(5, 25, 51, .08) 100%),
    url("../images/website-optimization.png") center right / cover no-repeat;
}

.optimization-page .dm-hero-copy {
  margin-top: -85px;
}

.optimization-page .dm-eyebrow {
  color: #d13d2f;
}

.optimization-audit {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  padding: 110px 7%;
  background:
    radial-gradient(circle at 8% 20%, rgba(10, 111, 155, .08), transparent 28%),
    #fff;
}

.optimization-audit-copy {
  max-width: 650px;
}

.optimization-audit-copy h2 {
  margin: 16px 0 22px;
  color: #061729;
  font-size: 2rem;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.optimization-audit-copy > p {
  color: #5c706c;
  font-size: 17px;
  line-height: 1.75;
}

.optimization-audit-points {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.optimization-audit-points article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 16px;
  align-items: center;
  padding: 17px;
  border: 1px solid #e0e8ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 28px rgba(6, 23, 41, .06);
}

.optimization-audit-points article > i {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(135deg, #0a6f9b 0%, #d13d2f 62%, #ef4a3a 100%);
}

.optimization-audit-points h3 {
  margin-bottom: 4px;
  color: #061729;
  font-size: 18px;
}

.optimization-audit-points p {
  color: #71817d;
  font-size: 14px;
  line-height: 1.5;
}

.optimization-audit-board {
  overflow: hidden;
  border: 1px solid #dbe6e8;
  border-radius: 30px;
  background: #f4f8f9;
  box-shadow: 0 32px 80px rgba(6, 23, 41, .15);
}

.optimization-browser-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 17px 20px;
  background: #061729;
}

.optimization-browser-bar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d13d2f;
}

.optimization-browser-bar > span:nth-child(2) {
  background: #e98d35;
}

.optimization-browser-bar > span:nth-child(3) {
  background: #0a6f9b;
}

.optimization-browser-bar > div {
  flex: 1;
  margin-left: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .64);
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
}

.optimization-score {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 32px;
  align-items: center;
  padding: 42px;
}

.optimization-score-ring {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 14px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(#d13d2f 0 38%, #0a6f9b 38% 92%, #dce6e9 92% 100%) border-box;
  box-shadow: 0 18px 38px rgba(6, 23, 41, .12);
}

.optimization-score-ring strong {
  color: #061729;
  font-size: 50px;
  line-height: 1;
}

.optimization-score-ring span {
  max-width: 105px;
  margin-top: 8px;
  color: #71817d;
  font-size: 12px;
  text-align: center;
}

.optimization-score-copy > span {
  color: #d13d2f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.optimization-score-copy h3 {
  margin: 9px 0;
  color: #061729;
  font-size: 27px;
}

.optimization-score-copy p {
  color: #71817d;
  line-height: 1.55;
}

.optimization-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 42px 42px;
}

.optimization-check-grid article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 15px;
  border-radius: 13px;
  background: #fff;
}

.optimization-check-grid i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0a6f9b;
}

.optimization-check-grid span {
  color: #61716d;
  font-size: 13px;
}

.optimization-check-grid strong {
  color: #061729;
  font-size: 13px;
}

.optimization-journey {
  padding: 105px 7%;
  background: #f2f6f7;
}

.optimization-journey-heading {
  max-width: 780px;
  margin: 0 auto 65px;
  text-align: center;
}

.optimization-journey-heading > span {
  color: #d13d2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.optimization-journey-heading h2 {
  margin: 15px 0;
  color: #061729;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.optimization-journey-heading p {
  color: #61716d;
  font-size: 17px;
}

.optimization-journey-track {
  display: grid;
  grid-template-columns: 1fr 55px 1fr 55px 1fr 55px 1fr;
  align-items: center;
}

.optimization-journey-track article {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid #dce6e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 23, 41, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.optimization-journey-track article:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(6, 23, 41, .14);
}

.optimization-journey-track article > b {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #dce6e8;
  font-size: 35px;
}

.optimization-journey-track article > i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 55px;
  border-radius: 18px;
  color: #fff;
  font-size: 23px;
  background: linear-gradient(135deg, #0a6f9b, #d13d2f 68%);
}

.optimization-journey-track h3 {
  margin-bottom: 13px;
  color: #061729;
  font-size: 22px;
}

.optimization-journey-track p {
  color: #71817d;
  line-height: 1.65;
}

.optimization-track-arrow {
  color: #d13d2f;
  font-size: 23px;
  text-align: center;
}

.optimization-growth {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
  gap: clamp(65px, 9vw, 150px);
  align-items: center;
  min-height: 720px;
  padding: 110px 7%;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(209, 61, 47, .24), transparent 31%),
    radial-gradient(circle at 10% 90%, rgba(10, 111, 155, .22), transparent 34%),
    #061729;
}

.optimization-growth-copy {
  max-width: 650px;
}

.optimization-growth-copy > span {
  color: #d13d2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.optimization-growth-copy h2 {
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.optimization-growth-copy p {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.75;
}

.optimization-growth-copy a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(90deg, #b63434, #061729);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .24);
}

.optimization-cycle {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .08) 0 28%, transparent 28% 100%);
}

.optimization-cycle::before,
.optimization-cycle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px dashed rgba(255, 255, 255, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.optimization-cycle::before {
  width: 330px;
  height: 330px;
}

.optimization-cycle::after {
  width: 450px;
  height: 450px;
}

.optimization-cycle-center {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #0a6f9b 0%, #d13d2f 58%, #061729 100%);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
}

.optimization-cycle-center i {
  margin-bottom: 10px;
  font-size: 32px;
}

.optimization-cycle-center strong {
  font-size: 18px;
}

.optimization-cycle article {
  position: absolute;
  z-index: 5;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  background: #102a45;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}

.optimization-cycle article b {
  color: #d13d2f;
  font-size: 13px;
}

.optimization-cycle article span {
  margin-top: 5px;
  font-weight: 800;
}

.cycle-insight {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.cycle-priority {
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.cycle-test {
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.cycle-learn {
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .optimization-audit,
  .optimization-growth {
    grid-template-columns: 1fr;
  }

  .optimization-audit-copy,
  .optimization-growth-copy {
    max-width: 780px;
  }

  .optimization-audit-board,
  .optimization-cycle {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .optimization-journey-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .optimization-track-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .optimization-page .dm-hero {
    padding-left: 24px;
  }

  .optimization-page .dm-hero-copy {
    margin-top: -40px;
  }

  .optimization-audit,
  .optimization-journey,
  .optimization-growth {
    padding: 75px 24px;
  }

  .optimization-audit {
    gap: 55px;
  }

  .optimization-audit-copy h2,
  .optimization-journey-heading h2,
  .optimization-growth-copy h2 {
    font-size: 38px;
  }

  .optimization-score {
    grid-template-columns: 1fr;
    padding: 28px;
    text-align: center;
  }

  .optimization-score-ring {
    margin: 0 auto;
  }

  .optimization-check-grid {
    grid-template-columns: 1fr;
    padding: 0 28px 28px;
  }

  .optimization-journey-track {
    grid-template-columns: 1fr;
  }

  .optimization-journey-track article {
    min-height: 280px;
  }

  .optimization-cycle {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 22px;
    border-radius: 28px;
  }

  .optimization-cycle::before,
  .optimization-cycle::after {
    display: none;
  }

  .optimization-cycle-center,
  .optimization-cycle article {
    position: static;
    width: 100%;
    height: 130px;
    border-radius: 20px;
    transform: none;
  }

  .optimization-cycle-center {
    grid-column: 1 / -1;
  }
}

/* ===== FINAL OPTIMIZATION SECTION: WHITE BACKGROUND ===== */
.optimization-growth {
  color: #061729;
  background: #ffffff;
}

.optimization-growth-copy h2 {
  color: #061729;
}

.optimization-growth-copy p {
  color: #61716d;
}

.optimization-cycle {
  border-color: #d7e1e4;
  background:
    radial-gradient(circle, rgba(10, 111, 155, .07) 0 28%, transparent 28% 100%);
}

.optimization-cycle::before,
.optimization-cycle::after {
  border-color: rgba(10, 111, 155, .27);
}


/* ===== 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;
  }
}

/* =====================================================================
   WEBSITE OPTIMIZATION — FINAL WEB-DEVELOPMENT TYPOGRAPHY / BRAND MATCH
   Only typography, requested official gradient accents and footer matching.
   Existing layout, content, cards and responsive structure remain unchanged.
   ===================================================================== */

/* Official AADPlus gradient used by Get Free Consultation */
.optimization-page {
  --aad-official-gradient: linear-gradient(45deg, #b63434, #061729);
}

/* Hero typography: match Web Development page */
.optimization-page .dm-eyebrow {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d13d2f;
}

.optimization-page .dm-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.optimization-page .dm-hero-copy > p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Section taglines: same official brand gradient requested */
.optimization-audit-copy .dm-section-label,
.optimization-journey-heading > span,
.optimization-growth-copy > span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--aad-official-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b63434;
}

/* Main section headings: match Web Development section heading scale */
.optimization-audit-copy h2,
.optimization-growth-copy h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.optimization-journey-heading h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.optimization-audit-copy > p,
.optimization-journey-heading p,
.optimization-growth-copy p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Requested official gradient on the visual accent/icon blocks */
.optimization-audit-points article > i,
.optimization-journey-track article > i,
.optimization-cycle-center {
  background: var(--aad-official-gradient);
}

.optimization-track-arrow,
.optimization-cycle article b,
.optimization-score-copy > span {
  color: #b63434;
}

.optimization-check-grid i {
  background: #b63434;
}

.optimization-score-ring {
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(#b63434 0 38%, #061729 38% 92%, #dce6e9 92% 100%) border-box;
}

/* CTA uses exactly the same official gradient as Get Free Consultation */
.optimization-growth-copy a {
  background: var(--aad-official-gradient);
}

/* Footer: match Web Development page sizing and bottom layout */
.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 h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

.footer-links ul {
  line-height: 1.6;
  color: #d9d8d8;
}

.footer-links ul li a {
  color: #d9d8d8;
  margin-bottom: 8px;
}

.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;
  text-align: left;
}

.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 .3s ease;
}

.footer-bottom-links a:hover {
  color: #fff;
}

@media (max-width: 1050px) {
  .optimization-page .dm-hero h1,
  .optimization-audit-copy h2,
  .optimization-growth-copy h2 {
    font-size: 1.5rem;
  }

  .optimization-journey-heading h2 {
    font-size: 1.5rem;
  }

  .optimization-page .dm-hero-copy > p,
  .optimization-audit-copy > p,
  .optimization-journey-heading p,
  .optimization-growth-copy p {
    font-size: .95rem;
  }
}

@media (max-width: 1100px) {
  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
  }
}

@media (max-width: 480px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* =====================================================================
   FINAL USER CORRECTION — SOLID ORANGE TAGLINES + HEADING SIDE ACCENT
   ===================================================================== */

/* These two section taglines are solid website orange, not gradient. */
.optimization-audit-copy .dm-section-label,
.optimization-growth-copy > span {
  display: inline-block;
  background: #d13d2f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  padding: 8px 12px;
  border-radius: 4px;
}

/* Match the reference heading treatment: slim orange line on the left. */
.optimization-audit-copy h2,
.optimization-growth-copy h2 {
  border-left: 4px solid #d13d2f;
  padding-left: 18px;
}

/* Text inside the Better Results visual must stay white. */
.optimization-cycle-center,
.optimization-cycle-center i,
.optimization-cycle-center strong {
  color: #ffffff !important;
}

/* =====================================================================
   FINAL CORRECTION — GRADIENT HEADING LINE + ORANGE TEXT-ONLY TAGLINES
   ===================================================================== */

/* Taglines: orange text only, exactly like the reference — no box/background. */
.optimization-audit-copy .dm-section-label,
.optimization-growth-copy > span {
  display: inline-block;
  background: transparent !important;
  color: #d13d2f !important;
  -webkit-text-fill-color: #d13d2f !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Main headings: slim vertical official gradient line, navy at top to red at bottom. */
.optimization-audit-copy h2,
.optimization-growth-copy h2 {
  position: relative;
  border-left: 0 !important;
  padding-left: 22px;
}

.optimization-audit-copy h2::before,
.optimization-growth-copy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #061729 0%, #b63434 100%);
}
