/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #d5c37c;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #d5c37c;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #d5c37c;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 27px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 20px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #d5c37c;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #d5c37c;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header_information {
     background-color: #234d6d;
     padding: 0 0;
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     height: 98px;
     margin-top: -20px;
     right: 0;
}

.header_information::before {
     width: 84px;
     height: 98px;
     background: url(../images/top_arrow1.png);
     background-repeat: repeat;
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: 0px;
     background-repeat: no-repeat;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 20px;
     color: #292e39;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #000;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #fff;
     padding: 20px 0px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.relative {
     position: absolute;
     top: 56%;
     transform: translateY(-44%);
     padding: 0;
     bottom: auto;
}

.banner_main {
     position: relative;
}

.carousel-indicators .active {
     background: #234d6d;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fafcfd;
     border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

.carousel-indicators {
     bottom: 50px;
}

.carousel-item img {
     width: 100%;
}

.carousel-caption h1 {
     color: #08091e;
     font-size: 65px;
     line-height: 80px;
     padding-bottom: 35px;
     font-weight: bold;
}

.carousel-caption span {
     color: #234d6d;
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding-bottom: 20px;
}

.carousel-caption a {
     font-size: 17px;
     background-color: #234d6d;
     color: #fff;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-top: 50px;
     border-radius: 30px;
}

.carousel-caption a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** services **/
.services-section {
     background-color: #f9f9f9;
     padding: 40px 0;
 }
 
 .services-title {
     text-align: center;
     font-size: 2.5rem;
     margin-bottom: 40px;
     color: #333;
 }
 
 .service-item {
     text-align: center;
     padding: 20px;
     margin-bottom: 20px;
     transition: all 0.3s ease-in-out;
 }
 
 .service-icon {
     font-size: 40px;
     color: #4A90E2;
     margin-bottom: 20px;
 }
 
 .service-item h3 {
     font-size: 1.5rem;
     color: #333;
 }
 
 .service-item p {
     font-size: 1rem;
     color: #666;
 }
 
 .service-item:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
     transform: translateY(-5px);
 }
 
/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     background: #234d6d;
     display: block;
     height: 10px;
     width: 90px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #7a7a7a;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #00aaea solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: #234d6d;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: url(../images/ab_bg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

/** Digitalisation section **/

.digital{
     background: url(../images/03_bg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.digital .titlepage {
     text-align: left;
     padding: 0;
}

.digital .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.digital figure {
     margin: 0;
}

.digital figure img {
     width: 100%;
}


/** end Digitalisation section **/

/** mobile section **/

.mobile {
     background: url(../images/mo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.mobile .titlepage {
     text-align: right;
     padding: 0;
}

.mobile .titlepage h2 {
     color: #fff;
}

.mobile .titlepage span {
     margin-left: 58px;
}

.mobile .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.mobile_img figure {
     margin: 0;
}

.mobile_img figure img {
     width: 100%;
}

.mobile .titlepage .read_more {
     border: #fff solid 3px;
     color: #fff;
}


/** mobile section **/


/** clients section **/

.clients {
     margin-top: 40px;
     padding-top: 60px;
}

.clients .titlepage h2 {
     color: #202021;
}

.clients .titlepage span {
     margin-left: 56px;
}

.clients_box {
     text-align: center;
     background: #e2e3e3;
     padding: 50px 15px;
     border-radius: 15px;
     position: relative;
}

.clients_box p {
     font-size: 17px;
     line-height: 35px;
}

.clients_box::after {
     position: absolute;
     content: "";
     width: 42px;
     height: 67px;
     bottom: -65px;
     background: url(../images/cli_cross.png);
     background-repeat: no-repeat;
}

.jonu {
     padding-top: 72px;
     text-align: center;
}

.jonu h3 {
     padding: 0px 0px 0px 0px;
     color: #0b0503;
     font-size: 25px;
}

.jonu strong {
     display: block;
     color: #234d6d;
     font-size: 17px;
     padding-bottom: 50px;
}


/** end clients section **/


/** contact section **/

.contact {
     background: #042431;
     margin-top: 90px;
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: #fff;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: transparent;
     color: #f9fcfd;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #fff solid 1px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #f9fcfd;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 180px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin-top: 30px;
}

.main_form .send_btn:hover {
     background-color: #234d6d;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #f9fcfd;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #042431;
     text-align: center;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top: 90px;
}

.footer h3 {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer_form {
     display: flex;
     border-bottom: #4d636c solid 1px;
     align-items: center;
     justify-content: center;
}

.enter {
     border: inherit;
     width: 71%;
     background: transparent;
     color: #4d636c;
     font-size: 18px;
     font-weight: normal;
     border-bottom: initial;
}

.submit {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #234d6d solid 3px;
     color: #4d636c;
     padding: 5px 0px;
     margin-bottom: 5px;
     max-width: 150px;
     width: 100%;
     display: block;
     border-radius: 30px;
}

.submit:hover {
     background-color: #234d6d;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.cont li {
     color: #8a9397;
     font-size: 17px;
     line-height: 32px;
     text-align: left;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #234d6d;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     font-weight: 300;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}


/** end footer **/


/** inner page css **/

.margin_to90 .footer {
     margin-top: 90px;
}

.ourwork {
     margin: 90px 0 60px 0;
}

.our_box {
     margin-bottom: 30px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}


/*---------------------------------------------------------------------
   Premium NetWorks SA refresh
---------------------------------------------------------------------*/

:root {
     --nw-navy: #063b58;
     --nw-deep: #031f2c;
     --nw-blue: #234d6d;
     --nw-gold: #d5c37c;
     --nw-gold-soft: #f0df9a;
     --nw-ink: #122230;
     --nw-muted: #607080;
     --nw-line: rgba(213, 195, 124, 0.28);
     --nw-bg: #f6f8f8;
     --nw-white: #ffffff;
}

body.premium-site {
     background: var(--nw-bg);
     color: var(--nw-ink);
     font-family: 'Poppins', sans-serif;
}

.premium-site p {
     color: var(--nw-muted);
     font-size: 16px;
     line-height: 1.8;
     font-weight: 400;
}

.premium-site h1,
.premium-site h2,
.premium-site h3 {
     color: var(--nw-ink);
     font-weight: 700;
}

.premium-site img {
     display: block;
}

.premium-site .loader_bg {
     background: var(--nw-white);
}

.premium-site .loader img {
     width: 170px;
     border-radius: 0;
     mix-blend-mode: multiply;
}

.site-header {
     position: sticky;
     top: 0;
     z-index: 1000;
     background: rgba(3, 31, 44, 0.96);
     border-bottom: 1px solid rgba(213, 195, 124, 0.22);
     box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.site-header .container-fluid {
     max-width: 1320px;
}

.site-header .navbar {
     min-height: 86px;
     padding: 12px 0;
}

.site-header .navbar-brand {
     width: 232px;
     padding: 0;
}

.site-header .navbar-brand img {
     width: 100%;
     max-height: 70px;
     object-fit: contain;
     border-radius: 4px;
}

.site-header .navbar-nav {
     align-items: center;
}

.site-header .nav-link {
     color: rgba(255, 255, 255, 0.86);
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.08em;
     padding: 14px 16px !important;
}

.site-header .nav-link:hover,
.site-header .active .nav-link {
     color: var(--nw-gold);
}

.site-header .navbar-toggler {
     border: 1px solid var(--nw-line);
     padding: 9px 11px;
}

.site-header .navbar-toggler-icon {
     width: 26px;
     height: 2px;
     background: var(--nw-gold);
     position: relative;
     display: inline-block;
}

.site-header .navbar-toggler-icon::before,
.site-header .navbar-toggler-icon::after {
     content: "";
     position: absolute;
     left: 0;
     width: 26px;
     height: 2px;
     background: var(--nw-gold);
}

.site-header .navbar-toggler-icon::before {
     top: -7px;
}

.site-header .navbar-toggler-icon::after {
     top: 7px;
}

.nav-cta,
.primary-btn,
.secondary-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 48px;
     border-radius: 4px;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 0.02em;
}

.nav-cta {
     margin-left: 18px;
     padding: 0 22px;
     color: var(--nw-deep);
     background: linear-gradient(135deg, var(--nw-gold), var(--nw-gold-soft));
     box-shadow: 0 14px 28px rgba(213, 195, 124, 0.18);
}

.nav-cta:hover,
.primary-btn:hover {
     color: var(--nw-deep);
     transform: translateY(-1px);
     box-shadow: 0 18px 36px rgba(213, 195, 124, 0.25);
}

.primary-btn {
     padding: 0 28px;
     color: var(--nw-deep);
     background: linear-gradient(135deg, var(--nw-gold), var(--nw-gold-soft));
     box-shadow: 0 14px 28px rgba(213, 195, 124, 0.18);
     border: 0;
}

.secondary-btn {
     padding: 0 28px;
     color: var(--nw-blue);
     border: 1px solid rgba(6, 59, 88, 0.18);
     background: rgba(255, 255, 255, 0.56);
}

.secondary-btn:hover {
     color: var(--nw-deep);
     border-color: var(--nw-gold);
}

.hero-section {
     position: relative;
     overflow: hidden;
     min-height: calc(100vh - 150px);
     padding: 42px 0 32px;
     display: flex;
     align-items: center;
     background:
          linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 250, 0.96) 58%, rgba(236, 243, 245, 0.94) 100%),
          url("../images/network bg1.jpg") center/cover no-repeat;
     border-bottom: 1px solid rgba(6, 59, 88, 0.08);
}

.hero-section::after,
.page-hero::after {
     content: "";
     display: none;
}

.hero-section .container,
.page-hero .container {
     position: relative;
     z-index: 1;
}

.eyebrow {
     margin-bottom: 14px !important;
     color: var(--nw-gold) !important;
     font-size: 12px !important;
     line-height: 1.4 !important;
     font-weight: 700 !important;
     text-transform: uppercase;
     letter-spacing: 0.16em;
}

.hero-section h1 {
     color: var(--nw-ink);
     font-size: clamp(40px, 4.8vw, 62px);
     line-height: 1.08;
     max-width: 820px;
     padding: 0;
}

.hero-copy {
     max-width: 690px;
     margin-top: 20px !important;
     color: #425466 !important;
     font-size: 18px !important;
}

.hero-actions {
     display: flex;
     flex-wrap: wrap;
     gap: 14px;
     margin-top: 28px;
}

.trust-row {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-top: 30px;
}

.trust-row span {
     color: var(--nw-blue);
     border: 1px solid rgba(6, 59, 88, 0.14);
     border-radius: 999px;
     padding: 8px 14px;
     font-size: 13px;
     background: rgba(255, 255, 255, 0.72);
}

.hero-panel,
.insight-panel,
.brand-card,
.contact-card,
.premium-form {
     border: 1px solid rgba(213, 195, 124, 0.22);
     background: rgba(255, 255, 255, 0.94);
     box-shadow: 0 18px 48px rgba(3, 31, 44, 0.1);
     border-radius: 8px;
}

.hero-panel {
     padding: 18px;
     background: rgba(255, 255, 255, 0.72);
     backdrop-filter: blur(14px);
     border-color: rgba(6, 59, 88, 0.1);
     box-shadow: 0 22px 60px rgba(3, 31, 44, 0.1);
}

.hero-panel img {
     width: 100%;
     border-radius: 6px;
}

.status-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 12px;
     margin-top: 14px;
}

.status-grid div {
     min-height: 112px;
     padding: 18px 18px 18px 20px;
     border-radius: 6px;
     background: rgba(255, 255, 255, 0.74);
     border: 0;
     border-left: 3px solid rgba(213, 195, 124, 0.72);
}

.status-grid strong {
     display: block;
     color: var(--nw-blue);
     font-size: 18px;
     margin-bottom: 7px;
}

.status-grid span {
     display: block;
     color: var(--nw-muted);
     font-size: 13px;
     line-height: 1.6;
}

.section-band,
.split-section,
.contact-page {
     padding: 96px 0;
}

.section-band {
     background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}

.section-heading {
     max-width: 780px;
     margin-bottom: 48px;
}

.section-heading h2,
.split-section h2,
.contact-strip h2,
.page-hero h1 {
     font-size: clamp(34px, 4vw, 52px);
     line-height: 1.12;
     padding: 0;
}

.section-heading p {
     margin-top: 18px !important;
}

.service-grid {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 22px;
}

.service-grid.detailed {
     grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
     min-height: 100%;
     padding: 30px;
     border: 1px solid rgba(6, 59, 88, 0.12);
     border-radius: 8px;
     background: linear-gradient(180deg, #ffffff 0%, #f9fbfb 100%);
     box-shadow: 0 12px 30px rgba(3, 31, 44, 0.045);
     transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
     transform: translateY(-3px);
     border-color: rgba(213, 195, 124, 0.64);
     box-shadow: 0 20px 48px rgba(3, 31, 44, 0.09);
}

.service-card i {
     width: 48px;
     height: 48px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 4px;
     margin-bottom: 22px;
     color: var(--nw-deep);
     background: linear-gradient(135deg, var(--nw-gold), var(--nw-gold-soft));
     font-size: 20px;
}

.service-card h2,
.service-card h3 {
     font-size: 22px;
     line-height: 1.25;
     padding: 0;
     margin-bottom: 14px;
}

.service-card span {
     display: block;
     margin-top: 18px;
     color: var(--nw-blue);
     font-weight: 700;
}

.split-section {
     background: #fbfcfc;
}

.split-section p + p {
     margin-top: 18px;
}

.check-list {
     margin-top: 26px;
}

.check-list li {
     position: relative;
     padding-left: 34px;
     margin-bottom: 14px;
     color: var(--nw-ink);
     font-size: 16px;
     line-height: 1.7;
}

.check-list li::before {
     content: "";
     position: absolute;
     left: 0;
     top: 10px;
     width: 14px;
     height: 8px;
     border-left: 2px solid var(--nw-gold);
     border-bottom: 2px solid var(--nw-gold);
     transform: rotate(-45deg);
}

.insight-panel {
     padding: 34px;
     background: var(--nw-deep);
}

.insight-panel h3 {
     color: var(--nw-white);
     font-size: 28px;
     margin-bottom: 24px;
}

.outcome-row {
     display: grid;
     grid-template-columns: 56px 1fr;
     gap: 18px;
     padding: 18px 0;
     border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.outcome-row span,
.process-list span,
.values-grid span {
     color: var(--nw-gold);
     font-weight: 800;
     letter-spacing: 0.08em;
}

.outcome-row p {
     color: rgba(255, 255, 255, 0.72);
}

.dark-section {
     padding: 96px 0;
     background: linear-gradient(135deg, var(--nw-deep), var(--nw-navy));
}

.section-heading.light h2,
.section-heading.light p {
     color: var(--nw-white);
}

.section-heading.light p:not(.eyebrow) {
     color: rgba(255, 255, 255, 0.72);
}

.proof-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 20px;
}

.proof-grid div {
     padding: 26px;
     border: 1px solid rgba(213, 195, 124, 0.22);
     border-radius: 8px;
     background: rgba(255, 255, 255, 0.06);
}

.proof-grid strong {
     display: block;
     color: var(--nw-gold);
     font-size: 21px;
     margin-bottom: 10px;
}

.proof-grid span {
     color: rgba(255, 255, 255, 0.72);
     line-height: 1.7;
}

.section-band .proof-grid div {
     background: #ffffff;
     border-color: rgba(6, 59, 88, 0.12);
     box-shadow: 0 18px 45px rgba(3, 31, 44, 0.06);
}

.section-band .proof-grid strong {
     color: var(--nw-blue);
}

.section-band .proof-grid span {
     color: var(--nw-muted);
}

.contact-strip {
     padding: 66px 0;
     background: var(--nw-white);
}

.contact-strip .container {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 32px;
}

.contact-strip h2 {
     max-width: 820px;
}

.page-hero {
     position: relative;
     overflow: hidden;
     padding: 112px 0 92px;
     background: linear-gradient(115deg, var(--nw-deep), var(--nw-navy));
}

.page-hero h1 {
     max-width: 920px;
     color: var(--nw-white);
}

.page-hero p:not(.eyebrow) {
     max-width: 760px;
     margin-top: 22px !important;
     color: rgba(255, 255, 255, 0.72);
     font-size: 18px;
}

.process-list {
     display: grid;
     gap: 14px;
}

.process-list div {
     display: grid;
     grid-template-columns: 54px 120px 1fr;
     gap: 16px;
     align-items: baseline;
     padding: 22px;
     border-radius: 8px;
     background: var(--nw-white);
     border: 1px solid rgba(6, 59, 88, 0.12);
     box-shadow: 0 10px 28px rgba(3, 31, 44, 0.045);
}

.process-list strong {
     color: var(--nw-ink);
     font-size: 18px;
}

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

.values-grid article {
     padding: 34px;
     border-radius: 8px;
     border: 1px solid rgba(6, 59, 88, 0.12);
     background: #ffffff;
     box-shadow: 0 12px 30px rgba(3, 31, 44, 0.045);
}

.values-grid h2 {
     margin: 18px 0 12px;
     font-size: 26px;
}

.brand-card {
     padding: 24px;
     text-align: center;
}

.brand-card img {
     width: 100%;
     border-radius: 6px;
     margin-bottom: 18px;
}

.brand-card p {
     color: var(--nw-blue);
     font-weight: 700;
}

.contact-page {
     background: var(--nw-white);
}

.contact-card {
     padding: 28px;
     height: 100%;
}

.contact-card img {
     border-radius: 6px;
     margin-bottom: 24px;
}

.contact-card h2 {
     font-size: 32px;
}

.contact-card ul {
     margin-top: 26px;
}

.contact-card li {
     display: flex;
     gap: 12px;
     align-items: flex-start;
     margin-bottom: 16px;
     color: var(--nw-ink);
     font-size: 15px;
}

.contact-card i {
     color: var(--nw-gold);
     margin-top: 4px;
}

.premium-form {
     padding: 34px;
     background: #fbfcfc;
}

.premium-form label {
     display: block;
     margin-bottom: 8px;
     color: var(--nw-ink);
     font-weight: 700;
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: 0.06em;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
     width: 100%;
     min-height: 54px;
     margin-bottom: 20px;
     border: 1px solid rgba(6, 59, 88, 0.18);
     border-radius: 4px;
     padding: 12px 15px;
     color: var(--nw-ink);
     background: #ffffff;
     font-size: 15px;
}

.premium-form textarea {
     min-height: 150px;
     resize: vertical;
}

.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus {
     border-color: var(--nw-gold);
     box-shadow: 0 0 0 3px rgba(213, 195, 124, 0.18);
}

.site-footer {
     padding: 70px 0 0;
     background: var(--nw-deep);
     border-top: 1px solid rgba(213, 195, 124, 0.22);
}

.footer-logo {
     width: 260px;
     border-radius: 4px;
     margin-bottom: 20px;
}

.site-footer p,
.site-footer li,
.site-footer a {
     color: rgba(255, 255, 255, 0.7);
}

.site-footer a:hover {
     color: var(--nw-gold);
}

.site-footer h3 {
     color: var(--nw-white);
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.08em;
     margin-bottom: 20px;
}

.site-footer li {
     margin-bottom: 11px;
     font-size: 15px;
}

.footer-bottom {
     margin-top: 52px;
     padding: 22px 0;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
     font-size: 14px;
}

