*{margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


body {
  font-family: 'Segoe UI', sans-serif;
  padding-top: 90px; 
  text-align: left;
  justify-content: left;
}


  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    z-index: 999;
    transition: top 0.3s ease-in-out;
  };

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
  list-style: none;
}

.navbar a {
  text-decoration: none;  
  color: #333;            
  font-weight: 600;
  font-size: 16px;
}

.navbar:hover,
.navbar:hover a {
  color: #061729;         
  text-decoration: none;  
  cursor: pointer;
}

.nav-logo img {
  height: 70px;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-links ul li {
  position: relative;
}

.nav-links a,
.nav-links span.dropdown {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.services-menu {
  position: relative;
}

.dropdown-container.services-menu {
  position: relative;
}

.dropdown-container {
  position: relative;
}

.mega-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 20%;
  transform: translateX(-50%) translateY(10px);

  width: 400px;
  background: #fff;

  padding: 20px 20px 20px; /* bottom space kam */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;

  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}

/* Important: invisible bridge between menu text and dropdown */
.mega-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}

.dropdown-container:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-20%) translateY(0);
}

.dropdown-container:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.mega-col {
  position: relative;
}

.mega-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -23px;
  width: 1px;
  height: 85%;
  border-right: 1px dashed #b9c9bd;
}

.mega-icon {
  width: 42px;
  height: 42px;
  background: #dff3e3;
  color: #032f40;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.mega-col h4 {
  color: #032f40;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}

.mega-col a {
  display: block;
  color: #566b66;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  transition: 0.2s ease;
}

.mega-col a:hover {
  color: #d13d2f;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .mega-dropdown {
    position: static;
    width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    box-shadow: none;
    padding: 20px;
  }

  .mega-col:not(:last-child)::after {
    display: none;
  }
}

.company-mega-menu {
  position: relative;
}

.company-mega-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 20%;
  transform: translateX(-20%) translateY(10px);

  width: 200px;
  background: #fff;

  padding: 20px 20px 20px; /* bottom space kam */

  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}

.company-mega-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}

/* company dropdown links spacing */
.company-mega-dropdown a {
  display: block;
  margin-bottom: 12px;
}

.company-mega-dropdown a:last-child {
  margin-bottom: 0; /* last item ke baad space remove */
}

.company-mega-menu:hover .company-mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-20%) translateY(0); /* yahan -50% nahi, -20% */
}

.company-mega-menu:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-shrink: 0;
}

.nav-right .phone-link {
  color: #032f40;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-right .phone-link:hover {
  color: #d13d2f;
}

.nav-right .contact-btn {
  background: linear-gradient(45deg, #b63434, #061729);
  color: white; 
  padding: 10px 20px; 
  border-radius: 25px; 
  text-decoration: none; 
  font-weight: bold; 
  transition: background 0.3s ease;
}

.nav-right .contact-btn:hover {
  background: linear-gradient(45deg, #dc4141, #072a4f);

}

/* Small Mobile */
@media (max-width: 480px) {
  .nav-logo img {
    height: 52px;
  }

  .nav-links {
    top: px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 72px);
  }

  .nav-right .contact-btn {
    display: none;
  }
}

.mobile-consultation {
  display: none;
}

/* ===== SAFE MOBILE MENU SCROLL FIX ===== */
html.menu-open {
  overflow: hidden !important;
}

body.menu-open {
  overflow: hidden !important;
  position: static !important;
  height: auto !important;
  width: 100% !important;
}

/* mobile menu khud scroll hoga */
#mobileMenu,
.nav-links.show,
.nav-links.active {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.nav-bar {
  display: grid;
  grid-template-columns: 220px 1fr 460px;
  align-items: center;
}

.nav-links {
  justify-content: center;
}

.nav-links ul {
  justify-content: center;
}

.nav-right {
  justify-content: flex-end;
}

.icon {
  display: none;
}

.mobile-contact {
  display: none;
}

.menu-top{
  display: none;
}

.mobile-contact {
    display: none !important;
}
.desktop-contact {
    display: flex !important;
}


@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white;
  }

    .mobile-contact {
    display: block !important;
  }
  .desktop-contact {
    display: none !important;
  }
  
.nav-bar {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-logo img {
    height: 60px;
  }

  .icon {
    font-size: 28px;
    color: #061729;
    cursor: pointer;
  }


  .nav-logo img {
    height: 60px;
    align-self: flex-start;
    flex-direction: row;
  }

  .icon {
    display: block;
    font-size: 15px;
    cursor: pointer;
    color: #061729;
    align-self: flex-end;
    margin: 10px 0;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .nav-links.show {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
  }

    #mobileMenu {
      position: fixed;
      top: 0;
      left: 0;
      width: 90vw;
      height: 100vh;
      background: white;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      overflow-y: auto;
    }

  body.menu-open .mobile-header {
    display: none !important;
  } 

  #mobileMenu.show {
    transform: translateX(0);
  }

  .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: white;
    z-index: 10001;
  }

  .menu-top .nav-logo img {
    height: 40px;
    padding-left: 20px;
  }

  .menu-top .icon {
    font-size: 30px;
    color: #061729;
    cursor: pointer;
    padding-right: 20px;
  }

  body.menu-open .page-content {
    filter: blur(20px);
    pointer-events: none; 
    user-select: none;    
    transition: filter 0.3s ease;
  }

  body.menu-open footer {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
  }
  .icon {
    font-size: 28px;
    color: #061729;
    cursor: pointer;
    user-select: none;
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
  }

  .nav-links ul li {
    border-bottom: 1px solid #eee;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: block;
    padding: 5px 20px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    padding-left: 10px;
  }

  .dropdown-container.active .dropdown-menu {
    max-height: 500px;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-links ul li {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    border-top: 1px solid #eee;
    position: relative;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0;
    margin-top: 0;
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
  }

  .dropdown-container.active .dropdown-menu {
    display: flex;
  }

  .dropdown-menu a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
  }

  .dropdown-container:hover .dropdown-menu,
  .dropdown-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
  }

  .dropdown-menu::before,
  .dropdown-menu::after {
    display: none;
  }

 .nav-right {
    display: none;
  }

  .mobile-contact {
    display: block;
    padding: 16px;
  }

}
  .section-subtext {
      font-size: 1.25rem;
  line-height: 1.6;
  color: #555;
  }
  .section-subtext {
      font-size: 1.25rem;
  line-height: 1.6;
  color: #555;
  }


    /* ===== MOBILE HEADER FIX ===== */
@media (max-width: 786px) {

  body {
    padding-top: 80px;
  }

  header {
    height: 80px;
  }

  .nav-bar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 28px !important;
    height: 80px;
  }

  .nav-logo img {
    height: 55px !important;
  }

  .icon {
    display: block !important;
    font-size: 28px !important;
    color: #061729!important;
    margin: 0 !important;
    align-self: center !important;
  }

  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    display: block !important;
    z-index: 99999 !important;
    transition: right 0.3s ease !important;
    overflow-y: auto !important;
  }

  .nav-links.active {
    right: 0 !important;
  }

  .menu-top {
    display: flex !important;
    height: 80px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 28px !important;
    border-bottom: 1px solid #eee !important;
  }

  .menu-top .nav-logo img {
    height: 45px !important;
    padding-left: 0 !important;
  }

  .menu-top .icon {
    font-size: 30px !important;
    padding-right: 0 !important;
  }

  .nav-links ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links ul li {
    padding: 0 !important;
    border-bottom: 1px solid #eee !important;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    padding: 18px 28px !important;
    font-size: 16px !important;
  }

.nav-links ul li.mobile-consultation {
  display: block !important;
  width: 100% !important;
  padding: 20px 28px !important;
  border-bottom: none !important;
  box-sizing: border-box !important;
}

.nav-links ul li.mobile-consultation a.mobile-consult-btn {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  /* background: linear-gradient(45deg, #061729, #168dc2) !important; */
  color: #fff !important;
  padding: 14px 20px !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.nav-links ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: auto !important;
}

.nav-links ul li.mobile-consultation {
  margin-top: 20px !important;
}
}

@media (max-width: 1100px) {
  .mega-dropdown,
  .company-mega-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .dropdown-container.active .mega-dropdown,
  .company-mega-menu.active .company-mega-dropdown {
    display: grid !important;
  }

  .nav-links ul {
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    flex-grow: 0 !important;
  }

  .nav-links ul li.mobile-consultation {
    display: block !important;
    padding: 20px 28px !important;
    margin: 0 !important;
    border-bottom: none !important;
  }

  .mobile-consult-btn {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* ===== TABLET SAME AS MOBILE: 1100px to 769px ===== */
@media (max-width: 1100px) and (min-width: 769px) {
  body {
    padding-top: 80px;
  }

  header {
    height: 80px;
    padding: 0 28px;
  }

  .nav-bar {
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-header {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo img {
    height: 55px !important;
  }

  .icon {
    display: block !important;
    font-size: 30px !important;
    color: #061729 !important;
    cursor: pointer;
  }

  .nav-right {
    display: none !important;
  }

  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    display: block !important;
    overflow-y: auto !important;
    transition: right 0.3s ease !important;
    z-index: 999999 !important;
  }

  .nav-links.show {
    right: 0 !important;
  }

  .menu-top {
    display: flex !important;
    height: 80px !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 28px;
    border-bottom: 1px solid #eee;
  }

  .nav-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex-grow: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links ul li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    padding: 0 !important;
  }

  .nav-links a,
  .nav-links span.dropdown {
    width: 100% !important;
    padding: 18px 28px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 16px !important;
  }

  .mega-dropdown,
  .company-mega-dropdown {
    position: static !important;
    width: 100% !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 15px 28px !important;
    grid-template-columns: 1fr !important;
  }

  .dropdown-container.active .mega-dropdown,
  .company-mega-menu.active .company-mega-dropdown {
    display: grid !important;
  }

  .mobile-consultation {
    display: block !important;
    padding: 20px 28px !important;
    border-bottom: none !important;
  }

  .mobile-consult-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(45deg, #b63434, #061729);
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 !important;
  }
} 

  .mission-vision-section {
    padding: 60px 20px;
    background-color: #ffffff;
    overflow: hidden;
  }

  .section-title {
    text-align: center;
    color: #061729;
    margin-bottom: 30px;
    font-size: 2.5rem;
      font-weight: 500;
      line-height: 1.2;
  }

  .container {
padding-left: 120px;
padding-right: 120px;
    margin: 0 auto;
  }

  .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }

  .column {
    flex: 0 0 48%;
  }

  .card {
    background: #fff;
    border-left: 8px solid #072a4f;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    min-height: 350px;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .card h3 {
    font-size: 2rem; 
    color: #072a4f;
    margin-bottom: 15px;
  }

  .card p {
  font-size: 1rem;
  line-height: 1.6;    
  color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .card ul {
    padding-left: 20px;
    list-style-type: disc;
  }

  .card ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .row {
      flex-direction: column;

    }

    .mission-vision-section {
    padding: 60px 20px;
    background-color: #ffffff;
    overflow: hidden;
  }

    .column {
      width: 100%;
      overflow: hidden;
    }

    .card {
    background: #fff;
    border-left: 8px solid #061729;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    min-height: 350px;
  }

  }

@media (max-width: 1100px) {
  .nav-links ul {
    flex-grow: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
  }

  .nav-links ul li {
    padding: 12px 20px !important;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    padding: 12px 20px !important; /* reduce space */
    font-size: 15px !important;
  }

  .mobile-consultation {
    padding: 15px 20px !important;
  }
}


  .about-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('about-us.png') 
                no-repeat center center;
    background-size: cover;
    padding: 120px;
    min-height: 600px;
  }

  .about-content {
    display: flex;
    margin-top: 50px;
    max-width: 700px;
    width: 100%;
    align-items: left;
    justify-content: left;
    padding: 0px;
  }

  .about-left {
    flex: 1;
    min-width: 280px;
    color: #ffffff;
  }

  .about-left h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }

  .highlight-bar {
    width: 4px;
    height: 60px;
  background: linear-gradient(45deg, #b63434, #061729);
    margin-right: 15px;
  }

  .about-left p {
    margin: 20px 0;
    line-height: 1.6;
  }

  .btn {
  background: linear-gradient(45deg, #b63434, #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, #dc4141, #072a4f);
  }

  .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, #b63434, #061729);
    border: none;
    margin-bottom: 10px;
  }


.What-Do-We-Do-text h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;         
  color: #061729;
  text-align: left;
  margin-bottom: 20px;

}

.What-Do-We-Do-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
      }

      .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 0px;
      }

      .feature-item {
        display: flex;
        align-items: center;
        font-weight: 600;
      }

      .feature-item::before {
        content: '\2713';
        margin-right: 10px;
        color: #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, #b63434, #061729);
    border: none;
    margin: 0 auto 10px auto; /* <-- This centers it */
  }

    .section-divider {
      margin: 0 0 10px 0; /* left-aligned */
    }



        .What-Do-We-Do-text h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        color: #061729;
        text-align: left;
      }

      

          .tax-image {
        display: none;
      }


    .tax-section {
      flex-direction: column;
      text-align: center;
    }

    .tax-text {
      padding-right: 0;
    }

    .features {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .feature-item {
      display: flex;
      font-weight: 600;
      margin-bottom: 2px;
      text-align: left;
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 768px) {
    html, body {
      overflow-x: hidden;
      width: 100%;
    }

    .about-section,
    .about-content,
    .nav-bar,
    .section,
    .row,
    .footer-container {
      max-width: 100%;
      width: 100%;
      overflow-x: hidden;
    }

    .about-content {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .nav-bar {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  }

   .footer {
      background: linear-gradient(50deg, #061729, #07214c);
    color: #eee;
    padding: 40px 20px 20px;
    font-size: 15px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    gap: 40px;
  }


  .footer-about,
  .footer-links,
  .footer-contact,
  .footer-social {
    flex: 1 1 220px;
    min-width: 220px;
  }

  .footer-about h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-links h4,
  .footer-contact h4,
  .footer-social h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  line-height: 1.6;
    color:#d9d8d8;
}

  .footer-links ul li a {
    color: #d9d8d8;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease; 
    display: inline-block; 
    margin-bottom: 8px; 
  }

  .footer-links ul li a:hover {
    transform: translateX(10px); 
  }


  .footer-contact p {
    margin-bottom: 8px;
    color: #aaaaaa;
  }

  .footer-social .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #eee;
    transition: color 0.3s ease;
  }

  .footer-social .social-icons a:hover {
    color: #ffffff;
  }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  margin-top: 30px;
  padding: 22px 120px;

  border-top: 1px solid rgba(255, 255, 255, 0.18);

  color: #d9d8d8;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  color: #d9d8d8;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.footer-bottom-links a {
  color: #d9d8d8;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1100px) {
  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 16px;

    padding: 24px 20px;

    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}


  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      padding-left: 20px;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      width: 100%;
      flex-wrap: wrap;
    }

    .footer-about,
    .footer-social {
      flex: 1;
      max-width: 90%;
    }

    .footer-social .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 8px;
    }

    .footer-social .social-icons a {
      margin: 0;
    }
  }
/* ===== FIX: SHOW CONSULTATION BUTTON IN MOBILE MENU ===== */
@media (max-width: 768px) {

  .nav-links ul li.mobile-consultation,
  #mobileMenu ul li.mobile-consultation {
    display: block !important;
    width: 100% !important;
    padding: 20px 28px !important;
    margin-top: 15px !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  .nav-links ul li.mobile-consultation a.mobile-consult-btn,
  #mobileMenu ul li.mobile-consultation a.mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(45deg, #b63434, #061729) !important;
    color: #ffffff !important;
    padding: 14px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }
}

/* ===== DESKTOP HEADER FIX ===== */
@media (min-width: 1101px) {

  body {
    padding-top: 90px !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
  }

  .nav-bar {
    height: 90px !important;
    display: grid !important;
    grid-template-columns: 220px 1fr 460px !important;
    align-items: center !important;
    padding: 10px 40px !important;
  }

  .nav-logo img {
    height: 70px !important;
  }

  #mobileMenu,
  .nav-links,
  .nav-links.show,
  .nav-links.active {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  .menu-top {
    display: none !important;
  }

  .icon {
    display: none !important;
  }

  .nav-right {
    display: flex !important;
  }
}

/* ===== MOBILE DROPDOWN OPEN FIX ===== */
@media (max-width: 1100px) {

  .company-mega-dropdown,
  .mega-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #f9f9f9 !important;
    padding: 10px 28px !important;
  }

  .company-mega-menu.active .company-mega-dropdown {
    display: block !important;
  }

  .services-menu.active .mega-dropdown {
    display: block !important;
  }

  .company-mega-dropdown a,
  .mega-dropdown a {
    display: block !important;
    padding: 12px 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    text-decoration: none !important;
  }

  .dropdown-container.active .dropdown-arrow {
    transform: rotate(180deg) !important;
  }
}
/* ===== CORRECT MOBILE DROPDOWN ARROW FIX ===== */
@media (max-width: 1100px) {
  .dropdown-arrow {
    transition: transform 0.3s ease !important;
    transform: rotate(0deg) !important;
  }

  .dropdown-container.active .dropdown-arrow {
    transform: rotate(180deg) !important;
  }
}

/* ===== ABOUT US SECTION: SMALL MOBILE FIX ===== */
@media (max-width: 480px) {

  .about-section {
    min-height: calc(100vh - 80px) !important;
    padding: 55px 18px 45px 18px !important;
    background-position: center right !important;
    background-size: cover !important;
    display: flex !important;
    align-items: center !important;
  }

  .about-content {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .about-left {
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .about-left h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    align-items: center !important;
  }

  .highlight-bar {
    width: 4px !important;
    height: 45px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
  }

  .about-left p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 18px 0 22px 0 !important;
    max-width: 100% !important;
  }

  .about-left .btn,
  .about-left a.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 22px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    margin-top: 5px !important;
  }
}

/* ===== EXTRA SMALL PHONE FIX ===== */
@media (max-width: 360px) {

  .about-section {
    padding: 45px 15px 35px 15px !important;
    min-height: calc(100vh - 80px) !important;
  }

  .about-left h2 {
    font-size: 24px !important;
  }

  .about-left p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .highlight-bar {
    height: 38px !important;
  }

  .about-left .btn,
  .about-left a.btn {
    width: 100% !important;
    border-radius: 25px !important;
  }
}
/* =====================================================================
   FINAL SERVICES DROPDOWN LAYOUT FIX
   Accounting | IT | Marketing in three side-by-side columns
   Keep this block at the very end of About-Us.css.
   ===================================================================== */

/* Three columns on tablet and desktop. */
@media (min-width: 769px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    position: relative !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 28px !important;
    margin: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:first-child {
    padding-left: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:last-child {
    padding-right: 0 !important;
  }

  /* Dotted divider between Accounting | IT | Marketing. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    border: 0 !important;
    border-right: 1px dashed #aebdb8 !important;
  }

  /* Heading with a horizontal line below it. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col h4 {
    display: block !important;
    color: #032f40 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #c8d3cf !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #566b66 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:last-child {
    margin-bottom: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:hover {
    color: #d13d2f !important;
    padding-left: 5px !important;
  }
}

/* Full desktop mega-menu box. */
@media (min-width: 1101px) {
  .dropdown-container.services-menu > .mega-dropdown {
    display: grid !important;
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1000px, calc(100vw - 40px)) !important;
    max-width: 1000px !important;
    min-width: 0 !important;
    padding: 30px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important;
    z-index: 999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px) !important;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  .dropdown-container.services-menu:hover > .mega-dropdown,
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  /* Invisible hover bridge between Services and the dropdown. */
  .dropdown-container.services-menu > .mega-dropdown::before {
    content: "" !important;
    position: absolute !important;
    top: -22px !important;
    left: 0 !important;
    width: 100% !important;
    height: 22px !important;
    background: transparent !important;
  }
}

/* Tablet menu: keep the existing mobile-menu behaviour but show 3 columns. */
@media (min-width: 769px) and (max-width: 1100px) {
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding: 20px 28px !important;
  }
}

/* Small mobile stays stacked so text remains readable. */
@media (max-width: 768px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: 1fr !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    padding: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    display: none !important;
  }
}

/* =====================================================================
   Social Media Marketing PAGE CONTENT
   Header, footer, font and shared colours above remain exactly from
   About-Us.css. Only the middle page content is styled below.
   ===================================================================== */

.social-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 120px;
  background:
    linear-gradient(90deg, rgba(6, 23, 41, 0.96) 0%, rgba(6, 23, 41, 0.84) 48%, rgba(6, 23, 41, 0.28) 100%),
    url("../images/Growth Marketing (2).jpg") center right / cover no-repeat;
}

.social-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
}

.social-hero-content {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
  color: #ffffff;
}

.social-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #061729;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-kicker::before {
  display: none;
}

.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, #b63434, #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: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.social-heading-bar {
  width: 6px;
  height: 64px;
  flex: 0 0 6px;
  margin: 3px 18px 0 0;
  background: linear-gradient(to bottom, #b63434, #061729);
}

.social-intro-text > p:not(.social-kicker),
.social-results-text > p:not(.social-kicker) {
  margin: 0 0 17px;
  color: #444444;
  font-size: 17px;
  line-height: 1.75;
}

.social-check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.social-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #032f40;
  font-size: 16px;
  font-weight: 600;
}

.social-check-list li::before {
  content: "\2713";
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: transparent;
  color: #061729;
  font-size: 13px;
  font-weight: 800;
}

.social-intro-image,
.social-results-image {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 16px 45px rgba(6, 23, 41, 0.13);
}

.social-intro-image {
  border-radius: 60px 4px 4px 4px;
}

.social-results-image {
  border-radius: 4px 4px 60px 4px;
}

.social-intro-image img,
.social-results-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-services {
  padding: 90px 120px;
  background: #f6f8f8;
}

.social-section-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.social-section-heading .social-kicker {
  justify-content: center;
}

.social-section-heading h2 {
  margin: 0;
  color: #061729;
      font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;         
    color: #061729;
    text-align: left;
    margin-bottom: 20px;
}

.social-section-heading > p:not(.social-kicker) {
  color: #566b66;
  font-size: 17px;
  line-height: 1.7;
}

.social-divider {
  width: 100px;
  height: 4px;
  margin: 22px auto;
  border: 0;
  background: linear-gradient(90deg, #b63434, #061729);
}

.social-service-grid {
  max-width: 1260px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.social-service-card {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border-left: 6px solid #072a4f;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.social-service-card:hover {
  border-left-color: #061729;
  box-shadow: 0 15px 35px rgba(6, 23, 41, 0.12);
  transform: translateY(-5px);
}

.social-service-card > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #b9c9bd;
  font-size: 13px;
  font-weight: 700;
}

.social-service-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(45deg, #b63434, #061729);
  color: #ffffff;
  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: "\2713";
  margin-right: 13px;
  color: #061729;
  font-weight: 800;
}

.social-cta {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 65px 120px;
  background: linear-gradient(45deg, #b63434, #061729);
  color: #ffffff;
}

.social-cta p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.2;
}

.social-cta > a {
  min-width: 225px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 25px;
  background: #ffffff;
  color: #061729;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(70, 15, 13, 0.2);
}

.social-cta > a i {
  color: #25d366;
  font-size: 21px;
}

@media (max-width: 1100px) {
  .social-hero,
  .social-intro,
  .social-results,
  .social-services,
  .social-industries,
  .social-cta {
    padding-right: 55px;
    padding-left: 55px;
  }

  .social-intro,
  .social-results {
    gap: 45px;
  }

  .social-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .social-hero {
    min-height: 590px;
    padding: 70px 24px;
    background:
      linear-gradient(rgba(6, 23, 41, 0.88), rgba(6, 23, 41, 0.92)),
      url("../images/Growth Marketing (2).jpg") center / cover no-repeat;
  }

  .social-hero h1 {
    font-size: 42px;
  }

  .social-hero-text {
    font-size: 16px;
  }

  .social-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-intro,
  .social-results {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 65px 24px;
  }

  .social-intro-image,
  .social-results-image {
    min-height: 390px;
  }

  .social-services,
  .social-industries {
    padding: 65px 24px;
  }

  .social-service-grid,
  .social-industry-grid {
    grid-template-columns: 1fr;
  }

  .social-service-card {
    min-height: 250px;
  }

  .social-results-image {
    order: 2;
  }

  .social-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 60px 24px;
  }
}

@media (max-width: 480px) {
  .social-kicker {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .social-hero h1 {
    font-size: 36px;
  }

  .social-intro-text h2,
  .social-results-text h2,
  .social-section-heading h2,
  .social-cta h2 {
    font-size: 31px;
  }

  .social-heading-bar {
    height: 50px;
    margin-right: 13px;
  }

  .social-result-points {
    grid-template-columns: 1fr;
  }

  .social-intro-image,
  .social-results-image {
    min-height: 320px;
  }
}

/* =====================================================================
   SEO Optimization REDESIGN
   Exact hero typography matches the approved Social Media Marketing hero.
   ===================================================================== */

.social-hero {
  min-height: 680px;
  padding: 100px 7%;
  background:
    linear-gradient(90deg, rgba(3, 14, 32, .98) 0%, rgba(3, 14, 32, .92) 49%, rgba(3, 14, 32, .22) 100%),
    url("../images/seo-services-hero.png") center right / cover no-repeat;
}

.social-hero-content {
  width: min(800px, 100%);
  font-family: "Segoe UI", sans-serif;
}

.social-hero .social-kicker {
  gap: 10px;
  margin-bottom: 10px;
  color: #d13d2f;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

.social-hero .social-kicker::before {
  display: none;
}

.social-hero .social-kicker span {
  font-size: 1.35em;
  font-weight: 500;
}

.social-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;
}

.social-hero-text {
  max-width: 90%;
  margin: 0;
  color: #e0e0e0;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.social-hero-actions {
  margin-top: 30px;
}

.social-primary-btn {
  background: linear-gradient(45deg, #b63434, #061729);
  box-shadow: 0 14px 35px rgba(209, 61, 47, .25);
}

.social-secondary-btn {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
}

.social-intro-image img,
.social-results-image img {
  object-position: center;
}

.seo-process {
  padding: 90px 7%;
  background: #f5f7fa;
}

.seo-process-grid {
  position: relative;
  max-width: 1260px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 auto;
}

.seo-process-grid::before {
  content: "";
  position: absolute;
  top: 43px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: linear-gradient(90deg, #b63434, #061729);
  opacity: .25;
}

.seo-process-grid article {
  position: relative;
  z-index: 1;
  min-height: 270px;
  padding: 28px;
  border: 1px solid #e0e6eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(6, 23, 41, .07);
  transition: transform .3s ease, border-color .3s ease;
}

.seo-process-grid article:hover {
  border-color: rgba(209, 61, 47, .55);
  transform: translateY(-6px);
}

.seo-process-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: #061729;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
}

.seo-process-grid article > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(45deg, #b63434, #061729);
  color: #ffffff;
  font-size: 21px;
}

.seo-process-grid h3 {
  margin: 22px 0 11px;
  color: #061729;
  font-size: 22px;
}

.seo-process-grid p {
  margin: 0;
  color: #56636f;
  font-size: 15px;
  line-height: 1.7;
}

.seo-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding: 95px 7%;
  background: #ffffff;
}

.seo-faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

.seo-faq-heading h2 {
  margin: 0 0 20px;
  color: #061729;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.15;
}

.seo-faq-heading > p:not(.social-kicker) {
  max-width: 500px;
  color: #56636f;
  font-size: 17px;
  line-height: 1.75;
}

.seo-faq-list {
  border-top: 1px solid #dbe2e8;
}

.seo-faq-item {
  border-bottom: 1px solid #dbe2e8;
}

.seo-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;
}

.seo-faq-item button i {
  color: #061729;
  transition: transform .3s ease;
}

.seo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.seo-faq-answer p {
  margin: 0;
  padding: 0 45px 25px 5px;
  color: #56636f;
  font-size: 16px;
  line-height: 1.75;
}

.seo-faq-item.active .seo-faq-answer {
  max-height: 220px;
}

.seo-faq-item.active button i {
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .seo-process,
  .seo-faq {
    padding-right: 55px;
    padding-left: 55px;
  }

  .seo-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-process-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .social-hero {
    min-height: 640px;
    align-items: flex-end;
    padding: 90px 24px 55px;
    background:
      linear-gradient(180deg, rgba(3, 14, 32, .35), rgba(3, 14, 32, .96) 58%, #030e20 100%),
      url("../images/seo-services-hero.png") 68% center / cover no-repeat;
  }

  .social-hero h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .social-hero-text {
    max-width: 100%;
    font-size: .95rem;
  }

  .seo-process,
  .seo-faq {
    padding: 65px 24px;
  }

  .seo-process-grid,
  .seo-faq {
    grid-template-columns: 1fr;
  }

  .seo-faq {
    gap: 35px;
  }

  .seo-faq-heading {
    position: static;
  }
}

@media (max-width: 480px) {
  .social-hero .social-kicker {
    font-size: .82rem;
  }

  .seo-process-grid {
    grid-template-columns: 1fr;
  }

  .seo-faq-heading h2 {
    font-size: 31px;
  }

  .seo-faq-item button {
    font-size: 16px;
  }
}

/* SEO page aligned with the website's simple service-page design */
.hero-section {
  width: 100%;
  height: 90vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 0 5%;
  background:
    linear-gradient(to right, rgba(0, 0, 0, .66), rgba(10, 10, 10, .28)),
    url("../images/seo-services-hero.png") no-repeat center center / cover;
}

.hero-content {
  max-width: 800px;
  color: #fff;
}

.hero-content .tagline {
  margin-bottom: 10px;
  color: #d13d2f;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-content h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-content p {
  max-width: 90%;
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
}

.social-intro {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 70px 5%;
  background: #fff;
}

.social-intro-text {
  flex: 1 1 520px;
}

.social-intro .social-kicker,
.social-services .social-kicker {
  color: #061729;
}

.social-intro-text h2,
.social-section-heading h2 {
  color: #061729;
}

.social-intro-text > p:not(.social-kicker),
.social-section-heading > p:not(.social-kicker),
.social-service-card p {
  color: #536170;
}

.social-intro-image {
  flex: 1 1 460px;
  min-height: 380px;
  border: 0;
  border-radius: 8px;
  background: #f5f7fb;
  box-shadow: none;
}

.social-intro-image::before {
  display: none;
}

.social-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.social-services {
  padding: 70px 5%;
  background: #f5f7fb;
}

.social-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.social-service-card {
  min-height: 245px;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.social-service-card:hover {
  transform: translateY(-4px);
  border-color: #061729;
}

.social-service-card h3 {
  color: #061729;
}

.social-service-card > span {
  color: rgba(10, 111, 155, .12);
}

.social-results,
.seo-process,
.seo-faq,
.social-industries,
.social-cta {
  display: none;
}

@media (max-width: 900px) {
  .social-intro {
    flex-direction: column;
  }

  .social-intro-image {
    width: 100%;
  }

  .social-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 480px;
    padding: 0 24px;
    background-position: 64% center;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content p {
    max-width: 100%;
    font-size: .95rem;
  }

  .social-intro,
  .social-services {
    padding: 55px 24px;
  }
}

@media (max-width: 560px) {
  .social-service-grid {
    grid-template-columns: 1fr;
  }
}
