/* Nexgen basic styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h1 {
  font-size: 55px;
  line-height: 70px;
}

h2 {
  font-size: 45px;
  line-height: 60px;
}

h3 {
  font-size: 40px;
  line-height: 55px;
}

h4 {
  font-size: 30px;
  line-height: 45px;
}

h5 {
  font-size: 25px;
  line-height: 40px;
}

p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

a {
  color: #124b63;
  font-size: 16px;
  transition: 0.5s ease;
  text-decoration: none;
  line-height: 26px;
}

a:hover {
  color: #f6c55c;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}
table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
table tr td {
    border: 1px solid #000;
    padding: 10px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.section-padding {
    padding: 120px 0;
}
/* header css */

/* sticky header css */
.button-container.schedule-call {
    margin-top: 0px;
}
.sticky-header .site-header {
    position: fixed !important;
    background-color: #fff !important;
    top:0;
    width: 100%;
    z-index: 9;
    animation: smoothScroll 1s;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
	transform: translateY(0px);
    }
}
.sticky-header .main-menu ul li a {
    color: #000 !important;
}

.global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.logo img {
    width: 250px;
	height:120px;
	object-fit:contain;
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu ul li {
    margin-right: 0px;
    position: relative;
    transition: 0.3s ease-in;
    overflow: hidden;
    border-right: 2px solid #eb2026;
}
.main-menu ul li:last-child {
    border-right: 0px;
}
.main-menu ul li:hover:after {
    left: 0;
    opacity: 1;
}
.main-menu ul li:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #eb2026;
    opacity: 0;
    width: 100%;
    left: 100%;
    bottom: 0;
    transition: 0.3s ease-in;
}
.main-menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
}
.main-menu ul li a:hover {
    color: #eb2026 !important;
}
.sticky-header .main-menu ul li a:hover {
    color: #f6c55c !important;
}
div.bar {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 0px 0px 5px auto;
}

button.mobile-toggle {
    display: none;
}
/* banner section css */
.banner-slider {
    height:100vh;
}
.swiper-slide img {
    object-fit: cover;
    height: auto;
    width: 100%;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
.video-container {
    height: 100vh;
    width: 100%;
    position: relative;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.video-container .video-caption {
    z-index: 1;
    position: absolute;
    text-align: left;
    color: #fff;
    padding: 10px;
    width: 100%;
    top: 40%;
}
span.highlighted-text {
    color: #eb2026;
}
.banner-slider .swiper-scrollbar-drag {
    background: #f6c55c;
}
.banner-slider .swiper-pagination {
    bottom:0;
    top:inherit;
    height: 10px;
}
.banner-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #eb2026;
}
.slide-3 .video-container .video-caption {
    bottom: 10% !important;
    top: auto;
}
/* about page css */
.about-block-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.button-container {
    margin-top: 30px;
}
.button-container a {
    background: #eb2026;
    padding: 10px 40px;
    z-index: 1;
    font-size: 18px;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color:#fff;
}
.button-container a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s linear;
}
.button-container a:hover {
    color: #fff;
}
.button-container a:hover:before {
    transform: translateX(0);
    z-index: -1;
}
.about-image-block img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.about-section-container .row {
    align-items: center;
}
.about-block-content {
    padding-right: 50px;
}
/* services section */
section.services-section {
    background: #000;
    text-align: left;
    color: #fff;
}
.service-listing-block .col-sm-4 {
    display: flex;
}
.services-section .button-container a {
    font-size: 16px;
    padding: 10px 30px;
}
.services-section .button-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.service-intro {
    padding-bottom: 50px;
    text-align: center;
}
.service-area-block {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 80px;
}
.service-content-block {
    padding: 20px;
}
.service-area-block h4 {
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color:#000;
}
.service-block-image img {
    height: 250px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.service-listing-block .col-sm-4:nth-child(4) .service-area-block {
    margin-bottom: 0px !important;
}
.service-listing-block .col-sm-4:nth-child(5) .service-area-block {
    margin-bottom: 0px !important;
}
.service-listing-block .col-sm-4:nth-child(6) .service-area-block {
    margin-bottom: 0px !important;
}
/* why hire section */
section.why-should-hire {
    padding: 120px 0;
}
.hire-us-image img {
    border-radius: 8px;
    object-fit: cover;
    height: 500px;
}
.hire-us-coontent-block h2 {
    padding-bottom: 15px;
}
.hire-us-coontent-block h4 {
    font-size: 20px;
}
.why-should-hire-container .row {
    align-items: center;
}

/* case study block section */
section.case-study-block {
    background: #f3f3f3;
}
.case-study-block-container .row {
    align-items: center;
}
.case-study-content img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
/* about page css */
.feature-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.feature-text i {
    font-size: 20px;
    color: #eb2026;
    margin-right: 10px;
}
.feature-points {
    margin-top: 20px;
}
section.brand-section {
    background: #f3f3f3;
}
.card-box a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.card-box {
    text-align: center;
    background: #eb2026;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}
.card-box p {
    color:#fff;
}
.card-box h4 {
    font-size: 20px;
    line-height: 30px;
    
}
.brand-intro-section {
    padding-bottom: 50px;
}
.brand-intro-section h2 {
    text-align: center;
}
.read-more-container {
    margin-top: 15px;
}
.card-box a i {
    transition: 0.5s ease-in;
}
.card-box a:hover {
    color: #fff;
}
.card-box a:hover i {
    transform: translate(10px, 0px);
    color: #fff;
}
section#corporate .row {
    align-items: center;
}
section#nexgen-website .row {
    align-items: center;
}
section#nexgen-coach .row {
    align-items: center;
}
section#nexgen-hosting .row {
    align-items: center;
}
#nexgen-website, #nexgen-hosting {
    background: #f3f3f3;
}
.image-box img {
    border-radius: 8px;
}
/* service page css */
section.service-page-content-block h5 {
    padding-top: 30px;
}
.page-id-67 .brand-block-container {
    margin-top: 50px;
}
.page-id-67 .card-box h4 {
    padding-bottom: 0px;
}
section.service-listing {
    background: #f3f3f3;
}
.service-card {
    background: #fff;
    border-radius: 8px;
}
section.service-listing .col-sm-4 {
    margin-bottom: 80px;
}
.service-card-content {
    padding: 20px;
}
.service-card-content h4 {
    font-size: 25px;
    line-height: 40px;
}
.service-thumb img {
    border-radius: 8px 8px 0px 0px;
}
section.service-listing .col-sm-4:nth-child(4) {
    margin-bottom: 0px;
}
section.service-listing .col-sm-4:nth-child(5) {
    margin-bottom: 0px;
}
section.service-listing .col-sm-4:nth-child(6) {
    margin-bottom: 0px;
}
.service-listing .section-info {
    text-align: center;
    padding-bottom: 50px;
}
.seperator {
    width: 25%;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}
.page-id-67 .brand-block-container .col-sm-4:nth-child(2) .card-box {
    background: #000;
}
.page-id-67 .brand-block-container .col-sm-4:nth-child(3) .card-box {
    background: #5597d1;
}
/* 404 page css */
.not-found .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.content-404 {
    text-align: center;
}
.not-found .content-404 {
    width: 100%;
}

/* contact page css */
.office-image {
    padding-right: 50px;
}
.office-image img {
    border-radius: 8px;
}
.contact-info-block {
    padding-left: 80px;
}
.contact-info-block-container .row {
    align-items: center;
}
.contact-info-block h2 {
    padding-bottom: 20px;
}
section.map-form-section {
    background: #eb2026;
}
.map-block iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.contact-form-block {
    background: #fff;
    padding: 40px 35px;
    border-radius: 8px;
}
button#wpforms-submit-94 {
    background: #000;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    padding: 12px;
    transition: 0.5s ease-in;
}
button#wpforms-submit-94:hover {
    background: #eb2026;
}

/* single page css */
.single h4 {
    padding: 15px 0;
}
section.social-media-marketing-section {
    padding-top: 50px;
}
section.social-media-marketing-section .row {
    align-items: center;
    padding-bottom: 80px;
}
.social-media-marketing-image img {
    border-radius: 8px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}
button#wpforms-submit-93 {
    width: 100%;
    max-width: 100%;
    background: #000;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid #000;
}
button#wpforms-submit-93:hover {
    background: #eb2026;
    border: 2px solid #fff;
}
.popup-content p {
    color: #fff;
}
div.wpforms-container-full {
    margin: 12px 0 !important;
}
.page-id-22 div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border: 1px solid #f6c55c !important;
}
.page-id-22 .wpforms-form label.wpforms-error {
    color: #000 !important;
    font-weight: 600;
}
section.video-marketing-section .row {
    align-items: center;
    padding-bottom: 80px;
}
section.video-marketing-section {
    padding-top: 50px;
}
.video-marketing-image img {
    border-radius: 8px;
}
.content-block-single-page ul {
    margin: 15px 20px 0;
    list-style: disc;
}
.content-block-single-page ul li {
    font-weight: 500;
}
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    width: 345px;
    top: 100%;
    z-index: 9;
    text-align: left;
    background: #000;
    min-width: 237px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 18px 18px 10px;
    list-style-type: none;
}
.main-menu li.menu-item-has-children {
    overflow: visible !important;
}
.main-menu ul.sub-menu li {
    margin-right: 0;
    padding-bottom: 5px;
    border-right: 0px; 
}
.main-menu ul.sub-menu li:hover:after {
    display: none;
}
.main-menu ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.home .main-menu li.menu-item-has-children i {
    color: #fff;
}
.home section.banner-section h2 {
    font-size: 55px;
    line-height: 70px;
}
.sticky-header .main-menu li.menu-item-has-children i {
    color: #124b63;
}
.sticky-header .main-menu ul.sub-menu li a {
    color:#fff !important;
}

/* overlay menu */
#mobile-nav-menu {
    display:none;
}
.mobile-toggle {
    display: none;
}
.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #124b63;
    overflow-y: scroll;
    transition: 0.5s;
}
.overlay-content ul {
    list-style: none;
    padding: 0px;
}
.overlay-content ul li {
    padding: 10px 0px;
    text-align: left;
}
.overlay-content ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
}
.overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 0px 0px;
}
.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
.overlay-menu .closebtn {
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
ul.sub-menu.accordion-contents {
    overflow: unset;
    position: unset;
    height: 100%;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    transition: none;
    background: transparent;
    display: none;
    padding: 5px 10px 0px 15px;
}
ul.sub-menu li {
    padding-bottom: 0;
}
.opens .menu-item-has-children .sub-menu {
    display: block !important;
}
.overlay-active .mobile-toggle {
    display: none !important;
}
.logo-image {
    width: 75%;
}
.close-btn {
    width: 10%;
    margin-top: 20px;
}

/* case study page css */
.case-study-content p {
    margin-bottom: 20px;
}
section.case-study-form {
    background: #f3f3f3;
}
.form-block {
    border-radius: 8px;
    padding: 30px;
    background: #eb2026;
}
.list-data {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.list-icon {
    margin-right: 10px;
}
.case-study-image-client img {
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.case-study-block-data:nth-child(odd) {
    background: #f3f3f3;
}
.case-study-block-data .row {
    align-items: center;
}
section.content-section {
    padding-bottom: 80px;
    padding-top: 80px;
}
section.case-study-content-block.section-padding {
    padding: 120px 0 0px;
}

/* blog page css */
.card-blog .post-info h4 {
    font-size: 22px;
    line-height: 32px;
}
.card-blog {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 50px;
}
.card-blog .post-thumbnail img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    padding-bottom: 10px;
}
.single iframe {
    width: 100%;
    max-width: 100%;
    height: 600px;
    margin: 20px 0 0;
}
/* terms page css */
.terms-content p {
    margin: 0 0 15px;
}
.terms-content ul {
    list-style: disc;
    margin-left: 30px;
}
.terms-content ul li {
    font-weight: 500;
}
.footer-links-menu a {
    color: #fff;
}
.footer-links-menu {
    color: #fff;
    margin-top: 15px;
}

/* footer css */
.site-footer {
    padding: 60px 0 20px;
    background: #000;
}
.site-footer h4 {
    color: #fff;
    padding-bottom: 20px;
}
.footer-column-1 img {
    padding-bottom: 20px;
	height: 120px;
    object-fit: contain;
}

.site-footer p {
    color:#fff;
}
.footer-menu ul li a:hover {
    color: #eb2026;
}
.footer-menu ul li {
    padding-bottom: 20px;
}
.footer-menu ul li a {
    color: #fff;
    font-weight: 500;
}
.address-text a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	color: #eb2026;
}
.company-adddress a, .company-adddress i {
    color: #fff;
}
.icon-address {
    width: 10%;
}
.company-phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 22px;
}
.company-email {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.company-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.icon-address i {
    font-size: 20px;
}
.copyright-row {
    padding: 15px 0;
    background: #000;
    border-top: 1px solid #888;
}
.copyright-row p {
    color: #fff;
}
.copyright-row a {
    color: #fff;
}
.social-icons a {
    padding-left: 15px;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: right;
}
.social-icons a i {
    font-size: 20px;
}
.menu-item-has-children i {
    font-size: 21px;
    color: #fff;
    padding-left: 30px;
}
.opens i {
    transform: rotate(180deg);
    margin-top: 15px;
}
/* end footer css */

/* service-areas template page */
.single-service-areas h2 {
    margin: 15px 0;
    color: #124b63;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
}
.single-service-areas h3 {
    font-size: 35px;
    line-height: 45px;
    color: #124b63;
    letter-spacing: 1px;
    margin-top: 15px;
}
.single-service-areas h4 {
    color: #124b63;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}
.single-service-areas p {
    margin: 0 0 10px;
}

/* Archive page css */
.page-template-service-areas .service-card {
    padding: 25px;
    border: 5px solid #124b63;
}
.page-template-service-areas .service-thumb img {
    min-height: 220px;
    max-height: 250px;
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(4) {
    margin-bottom: 80px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(5) {
    margin-bottom: 80px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(6) {
    margin-bottom: 80px;
}
.page-template-service-areas .service-card-content {
    text-align:center;
}
.page-template-service-areas .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nexgen mobile responsive css */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* ============================================
   SERVICE AREAS PAGE — Redesign (Apr 2026)
   BEM naming: sa-* prefix
   Brand: #124b63 (teal), #f6c55c (yellow), Poppins
   ============================================ */

/* --- Hero Intro --- */
.sa-hero {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    color: #fff;
    padding: clamp(50px, 8vw, 100px) 0;
    text-align: center;
}

.sa-hero__inner {
    max-width: 800px;
    margin: 0 auto;
}

.sa-hero__title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.sa-hero__subtitle {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    font-weight: 400;
}

/* --- CTA Buttons --- */
.sa-cta-btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f6c55c;
    color: #124b63;
    border: 2px solid #f6c55c;
}

.sa-cta-btn:hover {
    background: #e5b44b;
    border-color: #e5b44b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(246,197,92,0.4);
    color: #124b63;
    text-decoration: none;
}

.sa-cta-btn--white {
    background: #fff;
    color: #124b63;
    border-color: #fff;
}

.sa-cta-btn--white:hover {
    background: #f6c55c;
    border-color: #f6c55c;
    color: #124b63;
}

.sa-cta-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 15px;
}

.sa-cta-btn--outline:hover {
    background: #fff;
    color: #124b63;
    border-color: #fff;
}

/* --- Section Titles (shared) --- */
.sa-section__title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #124b63;
    text-align: center;
    margin-bottom: 12px;
}

.sa-section__subtitle {
    font-size: clamp(15px, 1.8vw, 18px);
    color: #555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* --- Florida Cities Grid --- */
.sa-cities {
    padding: clamp(50px, 8vw, 90px) 0;
    background: #f8f9fa;
}

.sa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* --- City Cards --- */
.sa-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
}

.sa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(18,75,99,0.12);
    text-decoration: none;
    color: inherit;
}

.sa-card:hover .sa-card__link {
    color: #f6c55c;
}

/* Featured card (Orlando) — full width */
.sa-card--featured {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    color: #fff;
    padding: 40px 36px;
}

.sa-card--featured .sa-card__icon {
    background: rgba(246,197,92,0.15);
    color: #f6c55c;
}

.sa-card--featured .sa-card__title {
    color: #fff;
    font-size: 26px;
    width: 100%;
}

.sa-card--featured .sa-card__meta {
    color: #f6c55c;
    width: 100%;
}

.sa-card--featured .sa-card__desc {
    color: rgba(255,255,255,0.85);
    width: 100%;
    max-width: 600px;
}

.sa-card--featured .sa-card__link {
    color: #f6c55c;
}

.sa-card--featured:hover .sa-card__link {
    color: #fff;
}

/* Card internals */
.sa-card__icon {
    width: 48px;
    height: 48px;
    background: rgba(18,75,99,0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #124b63;
}

.sa-card__icon svg {
    width: 24px;
    height: 24px;
}

.sa-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 4px;
}

.sa-card__meta {
    font-size: 13px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.sa-card__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 16px;
    flex-grow: 1;
}

.sa-card__link {
    font-size: 14px;
    font-weight: 700;
    color: #124b63;
    transition: color 0.3s ease;
    margin-top: auto;
}

/* --- Services Overview --- */
.sa-services {
    padding: clamp(50px, 8vw, 90px) 0;
    background: #fff;
}

.sa-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sa-service-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.sa-service-item:hover {
    border-color: #124b63;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(18,75,99,0.08);
}

.sa-service-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 10px;
}

.sa-service-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Industries --- */
.sa-industries {
    padding: clamp(50px, 8vw, 90px) 0;
    background: #f8f9fa;
}

.sa-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sa-industry-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    border-left: 4px solid #124b63;
    transition: all 0.3s ease;
}

.sa-industry-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18,75,99,0.1);
    border-left-color: #f6c55c;
}

.sa-industry-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 8px;
}

.sa-industry-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- CTA Section --- */
.sa-cta {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    color: #fff;
    text-align: center;
    padding: clamp(50px, 8vw, 90px) 0;
}

.sa-cta h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
}

.sa-cta p {
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(255,255,255,0.85);
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .sa-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sa-card--featured {
        grid-column: 1 / -1;
    }
    .sa-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sa-industries__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sa-grid {
        grid-template-columns: 1fr;
    }
    .sa-card--featured {
        grid-column: auto;
        flex-direction: column;
        padding: 28px 24px;
    }
    .sa-card--featured .sa-card__title {
        font-size: 22px;
    }
    .sa-services__grid {
        grid-template-columns: 1fr;
    }
    .sa-industries__grid {
        grid-template-columns: 1fr;
    }
    .sa-cta-btn--outline {
        margin-left: 0;
        margin-top: 12px;
    }
    .sa-cta .sa-cta-btn {
        display: block;
        margin: 0 auto 12px;
        max-width: 280px;
    }
}

/* ============================================
   ABOUT PAGE — Redesign (Apr 2026)
   BEM naming: abt-* prefix
   Brand: #124b63 (teal), #f6c55c (yellow), Poppins
   ============================================ */

/* --- Section Titles (About) --- */
.abt-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #124b63;
    text-align: center;
    margin-bottom: 12px;
}

.abt-section-subtitle {
    font-size: clamp(15px, 1.8vw, 18px);
    color: #555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* --- Mission Section --- */
.abt-mission {
    background: #fff;
    padding: clamp(50px, 8vw, 90px) 0;
}

.abt-mission h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: #124b63;
    line-height: 1.2;
    margin-bottom: 24px;
}

.abt-mission p {
    font-size: 16px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 18px;
}

.abt-mission__image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(18,75,99,0.12);
    height: 100%;
    min-height: 350px;
}

.abt-mission__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Difference / Why Choose Us --- */
.abt-difference {
    background: #f8f9fa;
    padding: clamp(50px, 8vw, 90px) 0;
}

.abt-difference__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.abt-diff-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
}

.abt-diff-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(18,75,99,0.1);
}

.abt-diff-card__icon {
    width: 52px;
    height: 52px;
    background: rgba(18,75,99,0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #124b63;
}

.abt-diff-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 12px;
}

.abt-diff-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

/* --- Services Grid (About) --- */
.abt-services {
    background: #fff;
    padding: clamp(50px, 8vw, 90px) 0;
}

.abt-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.abt-svc {
    display: block;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    border-left: 4px solid #124b63;
    transition: all 0.3s ease;
}

.abt-svc:hover {
    border-left-color: #f6c55c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18,75,99,0.08);
    text-decoration: none;
    color: inherit;
}

.abt-svc h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 10px;
}

.abt-svc p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 0;
}

/* --- Stats Bar --- */
.abt-stats {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    padding: clamp(40px, 6vw, 70px) 0;
}

.abt-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.abt-stat {
    padding: 20px 10px;
}

.abt-stat__number {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: #f6c55c;
    line-height: 1.1;
    margin-bottom: 8px;
}

.abt-stat__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Our Approach (Steps) --- */
.abt-approach {
    background: #f8f9fa;
    padding: clamp(50px, 8vw, 90px) 0;
}

.abt-approach__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.abt-step {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    position: relative;
}

.abt-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(18,75,99,0.1);
}

.abt-step__number {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: rgba(18,75,99,0.08);
    line-height: 1;
    margin-bottom: 12px;
}

.abt-step h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #124b63;
    margin-bottom: 12px;
}

.abt-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0;
}

/* --- CTA Section (About) --- */
.abt-cta {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    padding: clamp(50px, 8vw, 90px) 0;
}

.abt-cta__inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.abt-cta h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.abt-cta p {
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 30px;
}

.abt-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .abt-difference__grid {
        grid-template-columns: 1fr;
    }
    .abt-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .abt-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .abt-approach__steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .abt-mission .row {
        flex-direction: column;
    }
    .abt-mission__image {
        min-height: 280px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .abt-services__grid {
        grid-template-columns: 1fr;
    }
    .abt-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .abt-approach__steps {
        grid-template-columns: 1fr;
    }
    .abt-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    .abt-cta__buttons .sa-cta-btn--outline {
        margin-left: 0;
    }
}

/* --- Single Page Video Hero H1 Fix --- */
.single-page-video .video-caption h1 {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    max-width: 700px;
}

/* ============================================
   HOMEPAGE — Enhanced Sections (Apr 2026)
   Brand: #124b63 (teal), #f6c55c (yellow), Poppins
   ============================================ */

/* --- Stats Bar (Homepage) --- */
.hp-stats {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    padding: clamp(40px, 6vw, 70px) 0;
}

/* --- Services Subtitle --- */
.hp-services-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.7;
}

/* --- Service Areas Section (Homepage) --- */
.hp-areas {
    background: #f8f9fa;
}

.hp-areas__intro {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.hp-areas__intro h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #124b63;
    margin-bottom: 16px;
}

.hp-areas__intro p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.hp-areas__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 36px;
}

.hp-area-tag {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #124b63;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(18,75,99,0.1);
    transition: all 0.3s ease;
}

.hp-area-tag:hover {
    background: #124b63;
    color: #fff;
    border-color: #124b63;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18,75,99,0.15);
    text-decoration: none;
}

.hp-area-tag--primary {
    background: #124b63;
    color: #fff;
    border-color: #124b63;
}

.hp-area-tag--primary:hover {
    background: #0a3344;
    border-color: #0a3344;
    color: #fff;
}

.hp-areas__cta {
    text-align: center;
}

/* --- Final CTA (Homepage) --- */
.hp-final-cta {
    background: linear-gradient(135deg, #124b63 0%, #0a3344 100%);
    padding: clamp(50px, 8vw, 90px) 0;
}

.hp-final-cta__inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.hp-final-cta h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.hp-final-cta p {
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 30px;
}

.hp-final-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .hp-areas__grid {
        gap: 10px;
    }
    .hp-area-tag {
        padding: 10px 20px;
        font-size: 14px;
    }
    .hp-final-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    .hp-final-cta__buttons .sa-cta-btn--outline {
        margin-left: 0;
    }
}

/* Menu nowrap fix (2026-04-16) — prevent Case Studies wrap after Industries added */
.main-menu ul {
    flex-wrap: nowrap !important;
}
.main-menu ul li {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}
.main-menu ul li a {
    white-space: nowrap !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    display: inline-block !important;
}
@media (max-width: 1280px) {
    .main-menu ul li a {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 13px !important;
    }
    .logo img {
        width: 200px !important;
    }
}
@media (max-width: 1100px) {
    .main-menu ul li a {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px !important;
    }
}

/* ===== /industries/ hub grid — added 2026-04-16 ===== */
.nlm-industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 32px 0;
}
.nlm-industry-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}
.nlm-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #ff6b00;
}
.nlm-industry-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    line-height: 1.25;
}
.nlm-industry-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex: 1;
}
.nlm-industry-card a {
    color: #ff6b00;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    margin-top: auto;
}
.nlm-industry-card a:hover {
    text-decoration: underline;
}
/* Generic FAQ readability on /industries/ */
.entry-content .nlm-industries-grid + section h3,
.entry-content section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    color: #111827;
}
/* Compact CTA section at bottom */
.entry-content section.cta-section {
    background: #0f172a;
    color: #e5e7eb;
    padding: 32px;
    border-radius: 12px;
    margin: 32px 0;
}
.entry-content section.cta-section h2 {
    color: #ffffff;
    margin-top: 0;
}
.entry-content section.cta-section a {
    color: #ff6b00;
    font-weight: 700;
}

/* === Nexgen Sticky Mobile CTA bar — added 2026-04-23 === */
.nxg-mobile-cta-bar { display: none; }

@media (max-width: 767.98px) {
    .nxg-mobile-cta-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        min-height: 60px;
        padding-bottom: env(safe-area-inset-bottom, 0);
        background: #1a1a2e;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.18);
    }
    .nxg-mobile-cta-btn {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 56px;
        padding: 8px 10px;
        color: #ffffff;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1;
        transition: background 0.2s ease, filter 0.2s ease, transform 0.05s ease;
    }
    .nxg-mobile-cta-btn i { font-size: 18px; line-height: 1; }
    .nxg-mobile-cta-btn span { white-space: nowrap; }
    .nxg-mobile-cta-call { background: #f6c55c; color: #1a1a2e; }
    .nxg-mobile-cta-contact { background: #d62828; color: #ffffff; }
    .nxg-mobile-cta-btn:hover,
    .nxg-mobile-cta-btn:focus { filter: brightness(0.92); color: inherit; text-decoration: none; }
    .nxg-mobile-cta-btn:active { transform: translateY(1px); filter: brightness(0.85); }
    .nxg-mobile-cta-btn:focus-visible { outline: 2px solid #ffffff; outline-offset: -3px; }
    body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0)); }
}

@media print { .nxg-mobile-cta-bar { display: none !important; } }
/* === /Nexgen Sticky Mobile CTA bar === */
