/*
Theme Name: nixuslawfirm
Theme URI: https://nixuslawfirm.com
Author: Powered By egy4server
Author URI: https://wordpress.org/
Description: nixuslawfirm Company is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
*/

/* =========================================================
   NIXUS palette — edit these values to recolor the site
   Drawn from the logo: navy, bronze/gold, black
   ========================================================= */
:root {
  --nixus-navy: #1a2747;
  --nixus-navy-dark: #0c1220;
  --nixus-navy-mid: #24355c;
  --nixus-gold: #c4a056;
  --nixus-gold-light: #dcc48a;
  --nixus-bronze: #8f6b3a;
  --nixus-black: #000000;
  --nixus-white: #ffffff;
  --nixus-cream: #f4efe4;
  --nixus-muted: #c8c2b6;
  --nixus-navy-rgb: 26, 39, 71;
  --nixus-gold-rgb: 196, 160, 86;
  --nixus-whatsapp: #25d366;
  --nixus-phone: var(--nixus-navy);

  --nixus-bg: var(--nixus-cream);
  --nixus-text: var(--nixus-navy);
  --nixus-header-bg: var(--nixus-white);
  --nixus-header-text: var(--nixus-navy);
  --nixus-footer-bg: var(--nixus-navy-dark);
  --nixus-accent: var(--nixus-gold);
  --nixus-accent-2: var(--nixus-gold-light);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Readex Pro', sans-serif;
  background: var(--nixus-bg);
  color: var(--nixus-text);
}

img {
  max-width: 100%;
  height: auto;
}

.nixus-hero__bg img {
  max-width: none !important;
}

.nixus-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nixus-hero__drift {
  position: absolute;
  top: -18%;
  left: -18%;
  width: 140%;
  height: 140%;
  -webkit-animation: nixusHeroDrift 18s linear infinite alternate;
  animation: nixusHeroDrift 18s linear infinite alternate;
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
}

.nixus-hero__drift img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

@-webkit-keyframes nixusHeroDrift {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-14%, -12%, 0) scale(1.25);
    transform: translate3d(-14%, -12%, 0) scale(1.25);
  }
}

@keyframes nixusHeroDrift {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-14%, -12%, 0) scale(1.25);
    transform: translate3d(-14%, -12%, 0) scale(1.25);
  }
}

@media (max-width: 767px) {
  .nixus-hero__drift {
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nixus-hero__drift {
    -webkit-animation: nixusHeroDrift 18s linear infinite alternate !important;
    animation: nixusHeroDrift 18s linear infinite alternate !important;
  }
}

/* Homepage hero — full-bleed image with overlay */
.nixus-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 72px);
  padding: 56px 24px 72px;
  overflow: hidden;
  background-color: var(--nixus-navy-dark);
  text-align: center;
}

.nixus-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(12, 18, 32, 0.35) 0%, rgba(12, 18, 32, 0.78) 72%),
    linear-gradient(180deg, rgba(12, 18, 32, 0.28) 0%, rgba(12, 18, 32, 0.82) 100%);
  pointer-events: none;
}

.nixus-hero__content {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 0 8px;
}

.nixus-hero__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--nixus-gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: clamp(10px, 1.6vw, 12px);
  font-weight: 700;
}

.nixus-hero__kicker span {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--nixus-gold);
  flex-shrink: 0;
}

.nixus-hero__title {
  margin: 0;
  color: var(--nixus-cream);
  font-size: clamp(22px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.45;
}

.nixus-hero__tagline {
  margin: 14px 0 0;
  color: var(--nixus-gold-light);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  line-height: 1.7;
}

.nixus-hero__lead {
  max-width: 34em;
  margin: 16px auto 0;
  color: rgba(244, 239, 228, 0.9);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.85;
}

.nixus-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.nixus-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nixus-hero__btn--gold {
  background: linear-gradient(135deg, var(--nixus-gold), var(--nixus-bronze));
  color: var(--nixus-navy-dark);
  box-shadow: 0 12px 24px rgba(var(--nixus-gold-rgb), 0.28);
}

.nixus-hero__btn--gold:hover {
  color: var(--nixus-navy-dark);
  transform: translateY(-2px);
}

.nixus-hero__btn--line {
  border: 1px solid var(--nixus-gold);
  color: var(--nixus-cream);
  background: transparent;
}

.nixus-hero__btn--line:hover {
  background: var(--nixus-gold);
  color: var(--nixus-navy-dark);
}

@media (max-width: 767px) {
  .nixus-hero {
    min-height: calc(100svh - 64px);
    padding: 36px 16px 48px;
  }
  .nixus-hero__kicker {
    letter-spacing: 0.12em;
  }
  .nixus-hero__kicker span {
    width: 22px;
  }
  .nixus-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .nixus-hero__btn {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
}

header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* owl carousel arrows */


/* Base styles for Owl Carousel navigation arrows */
.owl-carousel {
    position: relative; /* Ensure the carousel is the reference for absolute positioning */
    overflow: hidden; /* Prevent overflow */
}

.owl-carousel .owl-nav button {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    z-index: 10; /* Ensure arrows are above the carousel items */
}

.owl-carousel .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px; /* Position the left arrow inside the carousel */
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px; /* Position the right arrow inside the carousel */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .owl-carousel .owl-nav button {
        width: 30px; /* Smaller arrows for mobile */
        height: 30px;
        font-size: 14px; /* Smaller icon size */
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 5px; /* Move arrows closer to the edge but still inside the carousel */
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 5px; /* Move arrows closer to the edge but still inside the carousel */
    }
}
/* End owl carousel arrows */



  body {
        font-family: 'Readex Pro', sans-serif;
        background: var(--nixus-bg);
        color: var(--nixus-text);
  }

  .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 5px;
  }
  
  .social-icons a {
    display: block;
    margin: auto;
  }


/* Container for floating contacts */
.contact-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Shared styles for icons */
.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  transition: all 0.3s ease;
}

/* Specific colors */
.phone-icon {
  background: var(--nixus-phone);
}

.whatsapp-icon {
  background: var(--nixus-whatsapp);
}

/* Hover effects */
.contact-icon:hover {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Tooltip */
.contact-icon .tooltip {
  position: absolute;
  right: 65px;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(10px);
}

.contact-icon:hover .tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive: smaller icons on mobile */
@media (max-width: 576px) {
  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-icon .tooltip {
    font-size: 12px;
    right: 55px;
  }
}



/* carousel */
.custom-bg-dark {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/banner-bg.webp');
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    color: #fff; /* White text color */
}

.carousel-item {
  position: relative;
}


.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* carousel */

/* image post responsive */


.wp-block-image img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* end image post responsive */

/* home page posts pagination */

/* end of home page posts pagination */

/* navbar */
.navbar{
  background-color: var(--nixus-header-bg) !important;
}
.navbar a{
  color: var(--nixus-header-text);
}
.navbar a:hover,
.navbar a:focus {
  color: var(--nixus-gold);
}
.ltr{
direction: ltr !important;
}

.rtl{
  direction: rtl !important;
  }

/* end navbar */


/* Packages  */

 .pricing {
      margin-top: 50px;
    }
    .pricing .card {
      border: none;
      border-radius: 15px;
      transition: all 0.3s;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .pricing .card:hover {
      transform: translateY(-10px);
    }
    .pricing .card-header {
      background-color: #f9f9f9;
      border-bottom: none;
      padding: 20px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .pricing .card-body {
      padding: 40px;
    }
    .pricing .price {
      font-size: 25px;
      font-weight: bold;
      color: var(--nixus-navy);
    }

/* End Packages */


/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
}

.pagination .page-link {
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.pagination .page-item.active .page-link {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* end pagination */


@media (max-width: 767px) {
.counter {
  margin-top: 50px;
}
}




/* cards */

/* end cards */

/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/*  embdaded video */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about us */

 /* CSS styles */
 .section-title {
  font-size: 24px;
  font-weight: bold;
}

.section-item {
  margin-bottom: 10px;
  font-size: 18px;
}

.icon {
  margin-right: 10px;
}
/* end about us */

/* contact us */

.wpcf7 {
  display: block;
  height: auto;
}

/* Style form elements */
.wpcf7-form {
  max-width: 400px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  direction: rtl;

}

form.wpcf7-form.sent {
    margin-top: 50px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: var(--nixus-gold);
  border: none;
  color: var(--nixus-navy-dark);
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--nixus-gold-light);
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
}
/* end contact us  */


/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/* styles.css */

/* Service container styles */
.service {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Icon wrapper styles */
.icon-wrapper {
  margin-bottom: 20px; /* Increased margin for better spacing */
}

/* Icon styles */
.service .icon-wrapper i {
  color: var(--nixus-gold);
  font-size: 3rem; /* Increased icon size for better visibility */
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Title styles */
.service h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Paragraph styles */
.service p {
  font-size: 18px;
}

/* Hover effect */
.service:hover {
  transform: translateY(-5px); /* Move the service box up slightly on hover */
}

/* Color change */
.service:hover .icon-wrapper i {
  color: #ff6347; /* Change icon color on hover */
}


/* social icons style */

/* Container for floating contacts */
.contact-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Shared styles for icons */
.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  transition: all 0.3s ease;
}

/* Specific colors */
.phone-icon {
  background: var(--nixus-phone);
}

.whatsapp-icon {
  background: var(--nixus-whatsapp);
}

/* Hover effects */
.contact-icon:hover {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Tooltip */
.contact-icon .tooltip {
  position: absolute;
  right: 65px;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(10px);
}

.contact-icon:hover .tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive: smaller icons on mobile */
@media (max-width: 576px) {
  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-icon .tooltip {
    font-size: 12px;
    right: 55px;
  }
}

/* end social icons style  */

/* Homepage sections — palette only */
.nixus-sec {
  padding: 88px 0;
  position: relative;
}

.nixus-sec--cream {
  background: var(--nixus-cream);
  color: var(--nixus-navy);
}

.nixus-sec--paper {
  background: var(--nixus-white);
  color: var(--nixus-navy);
}

.nixus-sec--navy {
  background: linear-gradient(165deg, var(--nixus-navy-dark) 0%, var(--nixus-navy) 55%, var(--nixus-navy-mid) 100%);
  color: var(--nixus-cream);
}

.nixus-sec__intro {
  max-width: 640px;
  margin: 0 auto 48px;
}

.nixus-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--nixus-bronze);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.nixus-eyebrow--gold {
  color: var(--nixus-gold-light);
}

.nixus-h2 {
  margin: 0 0 16px;
  color: var(--nixus-navy-dark);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.35;
}

.nixus-h2--light {
  color: var(--nixus-cream);
}

.nixus-p {
  margin: 0 0 14px;
  color: var(--nixus-navy-mid);
  font-size: 16px;
  line-height: 1.9;
}

.nixus-p--muted {
  color: rgba(244, 239, 228, 0.82);
}

.nixus-checks {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nixus-checks li {
  position: relative;
  padding-inline-end: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--nixus-navy);
}

.nixus-checks li::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--nixus-gold);
}

.nixus-about-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(var(--nixus-navy-rgb), 0.18);
  border: 1px solid rgba(var(--nixus-gold-rgb), 0.35);
}

.nixus-about-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.nixus-about-badge {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 20px;
  background: var(--nixus-navy-dark);
  color: var(--nixus-gold-light);
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid var(--nixus-gold);
}

.nixus-about-badge strong {
  display: block;
  letter-spacing: 0.2em;
  font-size: 13px;
}

.nixus-about-badge span {
  font-size: 12px;
  color: var(--nixus-cream);
}

.nixus-card {
  height: 100%;
  padding: 28px 24px;
  background: rgba(12, 18, 32, 0.45);
  border: 1px solid rgba(var(--nixus-gold-rgb), 0.28);
  border-radius: 20px;
  color: var(--nixus-cream);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.nixus-card:hover {
  transform: translateY(-6px);
  border-color: var(--nixus-gold);
  background: rgba(26, 39, 71, 0.75);
}

.nixus-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--nixus-gold), var(--nixus-bronze));
  color: var(--nixus-navy-dark);
  font-size: 20px;
}

.nixus-card h3 {
  color: var(--nixus-gold-light);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
}

.nixus-card p {
  margin: 0;
  color: rgba(244, 239, 228, 0.82);
  line-height: 1.75;
}

.nixus-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nixus-stat {
  padding: 22px 18px;
  background: var(--nixus-white);
  border-radius: 18px;
  border: 1px solid rgba(var(--nixus-gold-rgb), 0.35);
  text-align: center;
}

.nixus-stat b {
  display: block;
  color: var(--nixus-gold);
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.1;
}

.nixus-stat span {
  display: block;
  margin-top: 6px;
  color: var(--nixus-navy);
  font-weight: 700;
  font-size: 14px;
}

.nixus-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.nixus-steps li {
  padding: 24px 20px;
  background: var(--nixus-cream);
  border-radius: 18px;
  border-top: 3px solid var(--nixus-gold);
}

.nixus-steps span {
  display: block;
  color: var(--nixus-gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.nixus-steps h3 {
  margin: 0 0 8px;
  color: var(--nixus-navy-dark);
  font-size: 18px;
  font-weight: 800;
}

.nixus-steps p {
  margin: 0;
  color: var(--nixus-navy-mid);
  line-height: 1.7;
}

.nixus-sec--split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding: 0;
  min-height: 420px;
  background: var(--nixus-navy-dark);
}

.nixus-split__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.nixus-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 48px;
}

.nixus-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.nixus-pills span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--nixus-gold);
  color: var(--nixus-gold-light);
  font-size: 13px;
  font-weight: 700;
}

.nixus-contact-meta a,
.nixus-contact-meta p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--nixus-navy);
  font-weight: 700;
  text-decoration: none;
}

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

.nixus-form {
  background: var(--nixus-white);
  border: 1px solid rgba(var(--nixus-gold-rgb), 0.35);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(var(--nixus-navy-rgb), 0.08);
}

.nixus-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--nixus-navy);
  font-weight: 700;
  font-size: 14px;
}

.nixus-form input,
.nixus-form textarea {
  width: 100%;
  border: 1px solid rgba(var(--nixus-navy-rgb), 0.16);
  background: var(--nixus-cream);
  color: var(--nixus-navy-dark);
  border-radius: 12px;
  padding: 12px 14px;
}

.nixus-form input:focus,
.nixus-form textarea:focus {
  outline: 2px solid var(--nixus-gold);
  border-color: var(--nixus-gold);
}

.nixus-form .nixus-hero__btn {
  border: 0;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .nixus-steps {
    grid-template-columns: 1fr 1fr;
  }
  .nixus-sec--split {
    grid-template-columns: 1fr;
  }
  .nixus-split__copy {
    padding: 48px 24px;
  }
}

@media (max-width: 767px) {
  .nixus-sec {
    padding: 48px 0;
  }
  .nixus-sec .container,
  .traffic-navbar .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .nixus-sec .row {
    --bs-gutter-x: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nixus-about-visual img {
    height: 220px;
  }
  .nixus-steps {
    grid-template-columns: 1fr;
  }
  .nixus-stats {
    grid-template-columns: 1fr 1fr;
  }
  .nixus-form {
    padding: 16px 12px;
    max-width: 100%;
  }
  .nixus-form input,
  .nixus-form textarea {
    max-width: 100%;
  }
  .nixus-form .nixus-hero__btn {
    max-width: 100%;
  }
  .nixus-hero {
    min-height: auto;
    padding: 28px 16px 40px;
  }
  .nixus-hero__kicker {
    letter-spacing: 0.08em;
    flex-wrap: wrap;
  }
  .nixus-hero__title,
  .nixus-h2,
  .nixus-h2--light {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .nixus-split__copy {
    padding: 36px 16px;
  }
}

