@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.header-wrap,
.sec-1 [data-aos],
body,
body > section,
footer,
html {
  max-width: 100%;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
.btn.btn-tertiary:hover {
  box-shadow: 0 4px 14px rgba(var(--secondary-rgb), 0.35);
  transform: translateY(-2px);
}
.btn-tertiary,
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  background: var(--secondary);
  color: var(--primary);
}
.btn,
.btn-tertiary,
.btn.btn-tertiary:hover,
.footer_cta h2 span,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header-contact-links a,
.tabs_inner h2 span,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
}
:root {
  --primary: #031f41;
  --secondary: #c8913d;
  --primary-rgb: 3, 31, 65;
  --secondary-rgb: 246, 218, 124;
  --white: #fff;
  --black: #000;
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  overflow-x: hidden !important;
  overflow-x: clip !important;
}
html {
  overflow-y: auto;
}
body {
  position: relative;
  overflow-y: visible;
  overscroll-behavior-x: none;
  font-family: Poppins, sans-serif;
}
.fs-11{font-size: 11px !important;}
.form-check label {
  font-size: 12px;
}
.form-check {
  padding-left: 0 !important;
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
style attribute {
  cursor: initial !important;
}
.header-wrap .navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
}
.sec-1:after,
.sec-1:before {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  content: "";
}
.header-container {
  width: 100%;
  align-items: center;
}
.header-menu {
  justify-content: flex-end;
}
.header-menu-toggle {
  border-color: rgba(var(--primary-rgb), 0.2);
  padding: 6px 10px;
}
.header-menu-toggle:focus {
  box-shadow: 0 0 0 3px rgba(var(--secondary-rgb), 0.35);
}
.navbar-brand {
  width: 20%;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--white);
}
.logo {
  max-width: 200px;
}
.header-contact-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}
.header-contact-links a {
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.25s,
    transform 0.25s;
}
.header-contact-links a:hover {
  color: var(--secondary);
  transform: translateY(-1px);
}
.header-contact-links i {
  color: var(--secondary);
  font-size: 16px;
}
.bottom_line.d-flex.gap-3 {
  justify-content: end;
}
.btn,
.sec-1 {
  display: flex;
  align-items: center;
}
.btn {
  width: 200px;
  height: 50px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
  gap: 5px;
  justify-content: center;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  border-color: var(--secondary);
}
.btn.btn-tertiary:hover {
  background: var(--white);
  border-color: var(--primary);
}
.btn-tertiary {
  border: 1px solid var(--secondary);
}
.btn-primary {
  background: 0 0;
  border: 1px solid var(--primary);
  color: var(--black);
}
.btn-primary:hover,
.btn-secondary {
  background: var(--primary);
  color: var(--white);
}
.top-header .btn {
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--primary) !important;
  padding: 10px 20px !important;
  transition: 0.3s;
  font-size: 15px;
}
.navbar-nav .nav-link:hover {
  color: var(--secondary) !important;
  transform: translateY(-2px);
}
.nv-bg {
  background-color: var(--white);
}
section {
  padding: 100px 0 60px;
}
.custom-container {
  max-width: 85vw;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.sec-1 {
  background: linear-gradient(
    120deg,
    rgba(191, 138, 45, 0.04) 0,
    rgba(6, 37, 78, 0.06) 50%,
    rgba(191, 138, 45, 0.04) 100%
  );
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 72px);
}
.sec-1-banner-deco,
.sec-1-banner-deco-below {
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}
.sec-1:before {
  left: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    #fff 30%,
    #fff -70%,
    transparent 40%,
    transparent 100%
  );
}
.sec-1:after {
  right: 0;
  width: 50%;
  background: linear-gradient(
    270deg,
    #fff 30%,
    rgba(255, 255, 255, 0) 80%,
    transparent 0,
    transparent 100%
  );
}
.sec-1 .custom-container {
  position: relative;
  z-index: 3;
  overflow: hidden;
  max-width: min(85vw, 100%);
}
.sec-1 .fld-btn,
.sec-1 .fld-input,
.sec-1 .form_submission,
.sec-1 .top-form {
  max-height: none !important;
  overflow: visible !important;
}
.sec-1-banner-deco {
  position: absolute;
  top: 1%;
  right: 0;
  width: min(82vw, 780px);
  height: min(72vw, 560px);
  animation: 14s ease-in-out infinite alternate sec-1-deco-drift;
}
.sec-1-deco-svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 8px 28px rgba(var(--secondary-rgb), 0.12));
  opacity: 0.95;
}
.sec-1-deco-wave {
  animation: 18s ease-in-out infinite alternate sec-1-deco-draw;
  transform-origin: 80% 15%;
}
@keyframes sec-1-deco-drift {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(-10px, 12px) rotate(-0.5deg);
  }
}
@keyframes sec-1-deco-draw {
  0% {
    opacity: 0.78;
    transform: translateX(0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(-8px) scale(1.06);
  }
}
.sec-1-deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(var(--secondary-rgb), 0.42);
  background: 0 0;
  animation: 8s ease-in-out infinite sec-1-deco-ring-pulse;
}
.sec-1-deco-ring--1 {
  width: clamp(100px, 14vw, 160px);
  height: clamp(100px, 14vw, 160px);
  top: 6%;
  right: 38%;
  animation-delay: 0.3s;
  border-color: rgba(var(--primary-rgb), 0.35);
}
.sec-1-deco-ring--2 {
  width: clamp(64px, 9vw, 104px);
  height: clamp(64px, 9vw, 104px);
  top: 44%;
  right: 28%;
  animation-delay: 1.1s;
  border-color: rgba(var(--secondary-rgb), 0.38);
}
@keyframes sec-1-deco-ring-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.9;
  }
}
.sec-1-deco-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(var(--primary-rgb), 0.32),
    rgba(var(--secondary-rgb), 0.38)
  );
  animation: 5.5s ease-in-out infinite sec-1-deco-pulse;
  box-shadow: 0 4px 20px rgba(var(--secondary-rgb), 0.15);
}
.sec-1-deco-orb--a {
  width: clamp(88px, 11vw, 130px);
  height: clamp(88px, 11vw, 130px);
  top: 20%;
  right: 52%;
  animation-delay: 0s;
}
.sec-1-deco-orb--b {
  width: clamp(48px, 6vw, 76px);
  height: clamp(48px, 6vw, 76px);
  top: 8%;
  right: 12%;
  animation-delay: 0.9s;
  opacity: 0.92;
}
.sec-1-deco-orb--c {
  width: clamp(32px, 4.2vw, 48px);
  height: clamp(32px, 4.2vw, 48px);
  top: 36%;
  right: 8%;
  animation-delay: 0.45s;
}
.sec-1-deco-orb--d {
  width: clamp(40px, 5vw, 64px);
  height: clamp(40px, 5vw, 64px);
  top: 58%;
  right: 44%;
  animation-delay: 1.3s;
  background: linear-gradient(
    200deg,
    rgba(var(--secondary-rgb), 0.28),
    rgba(var(--primary-rgb), 0.22)
  );
}
@keyframes sec-1-deco-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.09);
    opacity: 1;
  }
}
.sec-1-deco-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: clamp(28px, 3.4vw, 46px);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.75);
  animation: 7.5s ease-in-out infinite sec-1-deco-float;
  opacity: 0.88;
  filter: drop-shadow(0 3px 10px rgba(var(--secondary-rgb), 0.2));
}
.sec-1-deco-icon--1 {
  top: 4%;
  right: 22%;
  animation-delay: 0.1s;
  color: var(--secondary);
}
.sec-1-deco-icon--2 {
  top: 30%;
  right: 3%;
  font-size: clamp(32px, 3.8vw, 52px);
  color: var(--secondary);
  animation-delay: 0.85s;
}
.sec-1-deco-icon--3 {
  top: 18%;
  right: 60%;
  font-size: clamp(24px, 2.8vw, 38px);
  color: var(--secondary);
  animation-delay: 1.4s;
}
.sec-1-deco-icon--4 {
  top: 50%;
  right: 14%;
  font-size: clamp(26px, 3.2vw, 42px);
  color: var(--primary);
  animation-delay: 0.5s;
}
.sec-1-deco-icon--5 {
  top: 62%;
  right: 56%;
  font-size: clamp(22px, 2.6vw, 36px);
  color: var(--secondary);
  animation-delay: 1.2s;
}
@keyframes sec-1-deco-float {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-14px) rotate(5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec-1-banner-deco,
  .sec-1-banner-deco-below,
  .sec-1-deco-below-icon,
  .sec-1-deco-below-orb,
  .sec-1-deco-below-ring,
  .sec-1-deco-below-wave,
  .sec-1-deco-icon,
  .sec-1-deco-orb,
  .sec-1-deco-ring,
  .sec-1-deco-wave {
    animation: none !important;
  }
}
.sec-1 .top-form {
  padding: clamp(26px, 3vw, 34px);
}
.top-form i {
  font-size: clamp(22px, 3vw, 28px);
  color: var(--secondary);
  display: block;
  text-align: center;
  margin: 0 auto 8px;
}
.sec-1 .top-form h2 {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
  text-align: center;
  margin: 0 0 6px;
}
.sec-1 .top-form h3 {
  font-size: clamp(14px, 1.55vw, 16px);
  font-weight: 500;
  color: var(--secondary);
  text-align: center;
  margin: 0 0 10px;
}
.sec-1 .top-form .form-control {
  font-size: 14px;
  padding: 9px 12px;
  line-height: 1.4;
}
.sec-1 .top-form .form-check-label {
  font-size: 11px !important;
  line-height: 1.45;
}
.sec-1 .top-form .form-check-label a {
  font-size: inherit;
}
.sec-1 .top-form .packageformsubmit1,
.sec-1 .top-form input.packageformsubmit1 {
  font-size: 15px !important;
  font-weight: 600;
  padding: 10px 18px !important;
  min-height: 44px;
}
@media (max-width: 1800px) {
  .sec-1 {
    padding: 100px 0 30px;
  }
  .banner-headline {
    font-size: clamp(32px, 3.6vw, 37px) !important;
    margin: 0 0 5px !important;
  }
  .banner-subtitle {
    margin: 0 0 10px;
  }
  .banner-pricing-features li {
    font-size: 10px !important;
  }
  .banner-cta {
    font-size: 15px !important;
  }
  .banner-services {
    margin: 0 0 15px;
  }
  .sec-1 .top-form h2 {
    font-size: clamp(20px, 1.5vw, 35px);
  }
  .banner-pricing-amount {
    font-size: clamp(48px, 6.5vw, 60px) !important;
  }
  .banner-divider {
    margin-bottom: 10px;
  }
  .banner-services li {
    gap: 3px;
    font-size: 10px;
  }
}
@media (max-width: 1280px) {
  .navbar-nav .nav-link {
    font-size: 12px;
  }
  .banner-pricing-features li,
  .banner-services li,
  .sec-1 .top-form .form-check-label {
    font-size: 10px !important;
  }
  .sec-1 .top-form h2 {
    font-size: clamp(20px, 1.8vw, 35px);
  }
  .banner-pricing-amount {
    font-size: clamp(48px, 6.5vw, 65px);
  }
}
@media (max-width: 1199px) {
  .banner-cta {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header-container,
  .sec-1 .custom-container {
    padding-left: clamp(14px, 4vw, 20px);
    padding-right: clamp(14px, 4vw, 20px);
  }
  .header-container {
    max-width: 100%;
  }
  .navbar-brand {
    width: auto;
    max-width: 190px;
  }
  .banner-content,
  .logo {
    max-width: 100%;
  }
  .header-menu {
    flex-basis: 100%;
    margin-top: 12px;
  }
  .header-contact-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-left: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid rgba(var(--secondary-rgb), 0.45);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(var(--primary-rgb), 0.08);
  }
  .header-contact-links a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(var(--primary-rgb), 0.04);
    font-size: 14px;
  }
  .sec-1 {
    min-height: 100vh;
    background-position: center top;
  }
  .sec-1 .custom-container {
    max-width: 100%;
  }
  .sec-1 .row > [class*="offset-"] {
    margin-left: 0 !important;
  }
  .sec-1 .col-lg-4,
  .sec-1 .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }
  .banner-brand-text {
    font-size: clamp(14px, 3.5vw, 18px);
  }
  .banner-headline {
    font-size: clamp(30px, 9vw, 33px) !important;
    margin-bottom: 10px;
  }
  .banner-divider {
    margin-bottom: 14px;
  }
  .banner-subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .banner-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px;
  }
  .banner-services li {
    font-size: 12px;
    gap: 6px;
  }
  .banner-service-icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .banner-pricing-amount {
    font-size: clamp(44px, 14vw, 64px);
  }
  .banner-pricing-features li {
    font-size: 14px;
    line-height: 1.5;
  }
  .banner-cta {
    font-size: clamp(14px, 3.8vw, 17px);
    min-height: 48px;
    padding: 12px 18px;
    letter-spacing: 0.03em;
  }
  .banner-trust {
    font-size: 14px;
    margin-top: 14px;
  }
   
  .sec-1 .top-form h2 {
    font-size: clamp(17px, 4.5vw, 21px);
    line-height: 1.2;
  }
  .sec-1 .top-form h3 {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .sec-1 .top-form .form-control {
    font-size: 13px;
    padding: 8px 11px;
  }
  .sec-1 .top-form .form-check-label {
    font-size: 10px !important;
  }
  .sec-1 .top-form .packageformsubmit1,
  .sec-1 .top-form input.packageformsubmit1 {
    font-size: 14px !important;
    min-height: 42px;
    padding: 9px 14px !important;
  }
  .sec-1 .top-form {
    padding: clamp(22px, 5vw, 32px);
    margin-top: 8px;
  }
  .sec-1 .top-form i {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 8px;
  }
  .sec-1-banner-deco {
    width: min(92vw, 520px);
    height: min(78vw, 420px);
    top: 0;
    right: -4%;
    opacity: 0.58;
  }
  .sec-1-deco-icon {
    opacity: 0.72;
    font-size: clamp(22px, 5vw, 34px) !important;
  }
  .sec-1-deco-icon--2 {
    font-size: clamp(24px, 5.5vw, 38px) !important;
  }
  .sec-1-deco-ring--1 {
    right: 32%;
  }
  .sec-1-deco-ring--2 {
    display: none;
  }
  .sec-1-banner-deco-below {
    width: min(88vw, 400px);
    height: min(42vw, 200px);
    bottom: 2%;
    right: -6%;
    opacity: 0.52;
  }
  .sec-1-deco-below-icon {
    font-size: clamp(20px, 4.5vw, 32px) !important;
  }
}
@media (max-width: 768px) {
  .sec-1 {
    padding: 100px 0 20px;
  }
  .quote-popup__close {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .banner-services {
    max-width: 70%;
  }
  .bottom_line.d-flex.gap-3 {
    justify-content: center;
  }
  .footer_info ul {
    margin: 20px 0 0 !important;
    padding-left: 0 !important;
  }
  .banner-services li {
    font-size: 12px !important;
  }
  .sec-6-lbox {
    margin-bottom: 20px;
  }
  .sec-1 {
    padding: 120px 0 40px;
  }
  section.sec-2 p {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .banner-services li {
    font-size: 10px !important;
  }
  .banner-pricing {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 12px;
    margin-bottom: 16px;
  }
}
.sec-1-banner-deco-below {
  position: absolute;
  bottom: 6%;
  right: 2%;
  width: min(48vw, 420px);
  height: min(28vw, 220px);
  animation: 16s ease-in-out infinite alternate sec-1-deco-below-drift;
}
@media (min-width: 1400px) {
  .sec-1-banner-deco-below {
    right: 4%;
    width: min(44vw, 460px);
  }
}
.sec-1-deco-below-svg {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.92;
  filter: drop-shadow(0 -4px 20px rgba(var(--secondary-rgb), 0.1));
}
.sec-1-deco-below-wave {
  animation: 20s ease-in-out infinite alternate sec-1-deco-below-draw;
  transform-origin: 90% 100%;
}
@keyframes sec-1-deco-below-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-6px, -8px);
  }
}
@keyframes sec-1-deco-below-draw {
  0% {
    opacity: 0.75;
    transform: translateY(4px) scaleX(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleX(1.04);
  }
}
.sec-1-deco-below-ring {
  position: absolute;
  bottom: 18%;
  right: 35%;
  width: clamp(72px, 10vw, 120px);
  height: clamp(72px, 10vw, 120px);
  border-radius: 50%;
  border: 2px solid rgba(var(--secondary-rgb), 0.36);
  animation: 9s ease-in-out 0.5s infinite sec-1-deco-ring-pulse;
}
.sec-1-deco-below-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    200deg,
    rgba(var(--primary-rgb), 0.28),
    rgba(var(--secondary-rgb), 0.34)
  );
  box-shadow: 0 4px 16px rgba(var(--secondary-rgb), 0.12);
  animation: 6s ease-in-out infinite sec-1-deco-pulse;
}
.sec-1-deco-below-orb--1 {
  width: clamp(44px, 5.5vw, 72px);
  height: clamp(44px, 5.5vw, 72px);
  bottom: 28%;
  right: 8%;
  animation-delay: 0.2s;
}
.sec-1-deco-below-orb--2 {
  width: clamp(28px, 3.5vw, 44px);
  height: clamp(28px, 3.5vw, 44px);
  bottom: 8%;
  right: 42%;
  animation-delay: 1s;
}
.sec-1-deco-below-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-size: clamp(24px, 2.8vw, 38px);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
  opacity: 0.85;
  filter: drop-shadow(0 2px 8px rgba(var(--secondary-rgb), 0.18));
  animation: 8s ease-in-out infinite sec-1-deco-below-float;
}
.sec-1-deco-below-icon--1 {
  bottom: 38%;
  right: 52%;
  color: var(--secondary);
  animation-delay: 0.15s;
}
.sec-1-deco-below-icon--3 {
  bottom: 22%;
  right: 2%;
  font-size: clamp(20px, 2.4vw, 32px);
  color: var(--primary);
  animation-delay: 1.1s;
}
@keyframes sec-1-deco-below-float {
  0%,
  100% {
    transform: translateY(0) rotate(4deg);
  }
  50% {
    transform: translateY(-10px) rotate(-4deg);
  }
}
.banner-image {
  position: absolute;
  bottom: 0;
  left: 11%;
  max-width: 100%;
  z-index: 0;
  pointer-events: none;
  display: none;
}
.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-content {
  --banner-gold: var(--secondary);
  --banner-navy: var(--primary);
  --banner-grey: #4a4a4a;
  max-width: 520px;
  padding: 0;
}
.banner-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.banner-quill {
  color: var(--banner-gold);
  width: 44px;
  height: 44px;
}
.banner-brand-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--banner-gold);
}
.banner-headline,
.sec-6 .submit-btn {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.banner-headline {
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin: 0 0 12px;
}
.banner-headline-navy {
  display: block;
  color: var(--banner-navy);
}
.banner-headline-gold {
  display: block;
  color: var(--secondary);
}
.banner-divider {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 18px;
  width: 100%;
}
.banner-divider-line {
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: var(--banner-gold);
}
.banner-divider-diamond {
  width: 8px;
  height: 8px;
  background: var(--banner-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.banner-subtitle {
  font-size: 14px;
  line-height: 1.55;
  color: var(--banner-grey);
  text-align: left;
  margin: 0 0 18px;
  max-width: 400px;
  width: 100%;
}
.banner-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.banner-services li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  color: var(--banner-navy);
}
.banner-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 26px;
  color: var(--secondary);
}
.banner-pricing {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid var(--secondary);
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(var(--primary-rgb), 0.06);
}
.banner-pricing-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
  flex: 1;
}
.banner-pricing-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--banner-gold);
  border-radius: 4px;
}
.banner-cta,
.banner-cta:hover {
  background: var(--banner-navy);
}
.banner-pricing-amount {
  font-size: clamp(48px, 6.5vw, 72px);
  font-weight: 700;
  line-height: 1;
  color: var(--banner-navy);
}
.banner-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.banner-pricing-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--banner-navy);
  line-height: 1.65;
}
.banner-pricing-features li i {
  color: var(--banner-gold);
  font-size: 12px;
  flex-shrink: 0;
}
.banner-cta,
.banner-trust {
  display: flex;
  align-items: center;
}
.banner-cta {
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
  box-shadow: 0 4px 14px rgba(var(--secondary-rgb), 0.35);
}
.publish-split__btn,
section.package-tier-section .p-pkg-btn {
  text-decoration: none !important;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.banner-cta:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--secondary-rgb), 0.45);
}
.banner-trust {
  justify-content: start;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 15px;
  color: var(--banner-grey);
}
.banner-trust i {
  color: var(--banner-gold);
  font-size: 16px;
}
.author-suite-intro h2.module span,
.hd-center h2 span,
.highlight,
.sec-6 .footer-right h4 span,
section.sec_9 h2 span {
  color: var(--secondary);
}
.top-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid var(--secondary);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sec_9 .accordion-body p,
div.tab-pane,
form#form1 {
  margin: 0;
}
.footer_cta,
.sec-2 {
  position: relative;
}
.sec-2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/wirting-left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 467px;
  height: 743px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec-2-box {
  margin: 20px 0 !important;
  color: #000;
  padding: 0 0 0 20px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  border-left: 5px solid var(--primary);
  border-radius: 8px;
}
.publish-split__content,
.publish-split__content.sty1 {
  padding: clamp(28px, 5vw, 48px) clamp(18px, 4vw, 28px);
  overflow: hidden;
}
.sec-2 ul > li > .fa-check {
  font-size: 20px;
  margin-right: 15px;
}
.sec-2.sec-5.publish-split-cta {
  position: relative;
  padding: clamp(48px, 7vw, 35px) 0;
  overflow: hidden;
  background: 0 0;
}
.process-boxes .box::after,
.process-boxes .box::before,
.sec-2.sec-5.publish-split-cta::after,
.sec-2.sec-5.publish-split-cta::before {
  content: none !important;
  display: none !important;
}
.cta-panel,
.popup-left-text,
.publish-split-cta__container,
.sec-6 .container {
  position: relative;
  z-index: 1;
}
.publish-split-cta__shape {
  pointer-events: none;
  z-index: 0;
}
.publish-split-cta__shape--cube {
  position: absolute;
  width: clamp(72px, 12vw, 120px);
  height: clamp(72px, 12vw, 120px);
  left: min(4%, 28px);
  top: 14%;
  border: 2px solid rgba(var(--secondary-rgb), 0.22);
  border-radius: 14px;
  transform: rotate(-16deg);
  background: rgba(255, 255, 255, 0.25);
  opacity: 0.75;
}
.publish-split-cta__shape--blob {
  position: absolute;
  width: min(48vw, 440px);
  height: min(48vw, 440px);
  right: max(-12%, -48px);
  top: 6%;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(var(--secondary-rgb), 0.14) 0,
    rgba(var(--secondary-rgb), 0.06) 45%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(0);
  opacity: 0.9;
}
.publish-split__content {
  position: relative;
  background:
    radial-gradient(
      90% 65% at 0 18%,
      rgba(var(--secondary-rgb), 0.1) 0,
      transparent 52%
    ),
    linear-gradient(148deg, #f2f7fb 0, #fff 45%, #e8f1f8 100%);
  border-radius: clamp(14px, 2vw, 20px);
}
.publish-split__content.sty1 {
  position: relative;
  background: 0 0;
  border-radius: 0;
}
.publish-split__content-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}
.publish-split__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 1.15rem;
  padding: 8px 16px 8px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(var(--secondary-rgb), 0.14);
  border: 1px solid rgba(var(--secondary-rgb), 0.24);
  border-radius: 999px;
}
.publish-split__badge i {
  color: var(--secondary);
  font-size: 0.95rem;
}
.publish-split__title {
  font-weight: 700;
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  line-height: 1.22;
  color: #1e293b;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.publish-split__lead {
  font-size: clamp(0.95rem, 1.12vw, 1.06rem);
  line-height: 1.68;
  color: #000;
  margin: 0 0 1.5rem;
  max-width: 38rem;
}
.publish-split__list {
  list-style: none;
  margin: 0 0 1.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.publish-split__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: clamp(0.9rem, 1.03vw, 0.98rem);
  line-height: 1.55;
  color: #334155;
}
.author-suite-intro h2.module,
.hd-center h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.75rem;
}
.publish-split__check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 8px;
  background: linear-gradient(
    145deg,
    rgba(var(--secondary-rgb), 0.16),
    rgba(var(--secondary-rgb), 0.05)
  );
  color: var(--secondary);
  font-size: 12px;
}
.publish-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.publish-split__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  font-size: 0.94rem;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid transparent;
}
.publish-split__btn--primary {
  background: var(--secondary);
  color: var(--primary) !important;
  border-color: var(--secondary);
  box-shadow: 0 8px 22px rgba(var(--secondary-rgb), 0.28);
}
.publish-split__btn--primary:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.22);
}
.publish-split__btn--ghost,
section.package-tier-section .p-pkg-btn--chat {
  background: #fff;
  color: var(--secondary) !important;
  border-color: rgba(var(--secondary-rgb), 0.45);
}
.publish-split__btn--ghost:hover {
  background: rgba(var(--secondary-rgb), 0.07);
  border-color: var(--secondary);
  transform: translateY(-2px);
}
.publish-split__btn--outline {
  background: rgba(255, 255, 255, 0.55);
  color: var(--primary) !important;
  border-color: rgba(var(--primary-rgb), 0.22);
}
.publish-split__btn--outline:hover {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb), 0.05);
}
.publish-split__media {
  position: relative;
  overflow: hidden;
}
.publish-split__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/5;
  max-height: 520px;
}
@media (min-width: 992px) {
  .banner-image {
    display: block;
    width: 80%;
  }
  .publish-split__content {
    border-radius: 18px;
    min-height: min(100%, 100%);
  }
  .publish-split__img,
  .publish-split__media {
    min-height: clamp(380px, 52vw, 560px);
    height: 100%;
  }
  .publish-split__img {
    max-height: none;
    aspect-ratio: auto;
  }
  .publish-split-cta__container .row > [class*="col-"] {
    display: flex;
  }
  .publish-split-cta__container
    .row
    > [class*="col-"]
    > .publish-split__content,
  .publish-split-cta__container .row > [class*="col-"] > .publish-split__media {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .publish-split__media .publish-split__img {
    flex: 1;
    min-height: 0;
    object-fit: cover;
  }
}
.sec-3 {
  background: url(../img/images-cta-img-01.webp) center center/cover no-repeat;
  position: relative;
  padding: 60px 0;
}
.sec-3 .container {
  position: relative;
  z-index: 2;
}
.sec-3 .btn-secondary {
  background: var(--white) !important;
  color: var(--primary) !important;
  border-color: var(--white) !important;
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.18);
}
.sec-3 .btn-secondary:hover {
  background: var(--secondary) !important;
  color: var(--primary) !important;
  border-color: var(--secondary) !important;
  transform: translateY(-2px);
}
.sec-3::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/Books-set-2.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  max-width: 300px;
  background-size: contain;
  top: -30px;
  right: 50px;
  animation: 6s linear infinite tada;
}
section.tabs_sec.author-help-suite {
  padding: clamp(48px, 6vw, 88px) 0 clamp(64px, 8vw, 100px);
  background:
    radial-gradient(
      ellipse 70% 50% at 0 20%,
      rgba(var(--secondary-rgb), 0.07) 0,
      transparent 55%
    ),
    radial-gradient(
      ellipse 55% 40% at 100% 80%,
      rgba(var(--primary-rgb), 0.05) 0,
      transparent 50%
    ),
    linear-gradient(178deg, #f4f7fc 0, #fafbfd 45%, #eef2f9 100%);
  position: relative;
  overflow: hidden;
}
section.tabs_sec.author-help-suite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 4px;
  height: min(55%, 520px);
  background: linear-gradient(
    180deg,
    var(--secondary),
    var(--primary),
    rgba(var(--secondary-rgb), 0.2)
  );
  border-radius: 0 4px 4px 0;
  opacity: 0.5;
  pointer-events: none;
}
.author-suite-intro {
  text-align: center;
  margin: 0 0 clamp(28px, 4vw, 48px) !important;
  max-width: 48rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.author-suite-tabs,
.author-suite-tabs .nav-item,
.author-suite-tabs .nav-link {
  margin: 0 !important;
  width: 100%;
}
.author-suite-intro h2.module {
  color: var(--primary);
}
.author-suite-intro p.module {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.65;
  color: #000;
  width: 100% !important;
  margin: 0 auto !important;
}
.author-suite-row {
  --suite-rail: rgba(var(--secondary-rgb), 0.18);
  --suite-tab-accent: var(--secondary);
  --suite-tab-accent-rgb: var(--secondary-rgb);
}
.author-suite-tabs-rail {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--suite-rail);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 16px 36px rgba(var(--primary-rgb), 0.07);
  isolation: isolate;
  background-color: #faf9f8;
  background-image:
    radial-gradient(
      ellipse 100% 70% at 100% -5%,
      rgba(var(--suite-tab-accent-rgb), 0.18) 0,
      transparent 55%
    ),
    radial-gradient(
      ellipse 85% 65% at -8% 105%,
      rgba(var(--primary-rgb), 0.08) 0,
      transparent 52%
    ),
    repeating-linear-gradient(
      125deg,
      rgba(255, 255, 255, 0) 0 10px,
      rgba(var(--suite-tab-accent-rgb), 0.055) 10px 11px,
      rgba(255, 255, 255, 0) 11px 22px
    ),
    repeating-linear-gradient(
      -125deg,
      rgba(255, 255, 255, 0) 0 14px,
      rgba(var(--primary-rgb), 0.04) 14px 15px,
      rgba(255, 255, 255, 0) 15px 29px
    ),
    radial-gradient(
      circle at 50% 40%,
      rgba(255, 255, 255, 0.45) 0,
      transparent 68%
    ),
    linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.97) 0,
      rgba(236, 242, 250, 0.93) 42%,
      rgba(253, 248, 240, 0.94) 100%
    );
}
.author-suite-tabs-rail::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(var(--suite-tab-accent-rgb), 0.15) 15%,
    var(--suite-tab-accent) 50%,
    rgba(var(--suite-tab-accent-rgb), 0.15) 85%,
    transparent
  );
  opacity: 0.4;
  pointer-events: none;
}
.author-suite-tabs {
  gap: 6px;
  border: none !important;
}
.author-suite-tabs .nav-link {
  text-align: left;
  border-radius: 10px !important;
  padding: 12px 14px 12px 18px !important;
  font-size: clamp(0.85rem, 1.05vw, 0.95rem);
  font-weight: 600;
  color: var(--primary) !important;
  background: 0 0 !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  line-height: 1.3;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  position: relative;
}
.author-suite-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  border-radius: 0 2px 2px 0;
  background: var(--suite-tab-accent);
  transition:
    height 0.25s,
    opacity 0.25s;
  opacity: 0;
}
.author-suite-tabs .nav-link:hover {
  background: rgba(var(--suite-tab-accent-rgb), 0.1) !important;
  border-color: rgba(var(--suite-tab-accent-rgb), 0.28) !important;
  color: var(--primary) !important;
  box-shadow: 0 4px 14px rgba(var(--suite-tab-accent-rgb), 0.12) !important;
  transform: translateX(2px);
}
.author-suite-tabs .nav-link:hover:not(.active)::before {
  height: 42%;
  opacity: 0.85;
}
.author-suite-tabs .nav-link:focus-visible {
  outline: 2px solid var(--suite-tab-accent);
  outline-offset: 2px;
}
.author-suite-tabs .nav-link.active {
  background: linear-gradient(
    90deg,
    rgba(var(--suite-tab-accent-rgb), 0.2),
    rgba(255, 255, 255, 0.45)
  ) !important;
  border-color: rgba(var(--suite-tab-accent-rgb), 0.45) !important;
  color: var(--primary) !important;
  box-shadow: 0 8px 22px rgba(var(--suite-tab-accent-rgb), 0.18) !important;
  font-weight: 700 !important;
}
.author-suite-tabs .nav-link.active::before {
  height: 68%;
  opacity: 1;
}
.author-suite-panel {
  height: 100%;
  min-height: 280px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 18px;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
  background-color: #fbfdff;
  background-image:
    radial-gradient(
      ellipse 95% 70% at 100% -8%,
      rgba(var(--secondary-rgb), 0.14) 0,
      transparent 54%
    ),
    radial-gradient(
      ellipse 80% 58% at -6% 102%,
      rgba(var(--primary-rgb), 0.09) 0,
      transparent 52%
    ),
    radial-gradient(
      circle at 48% 38%,
      rgba(255, 255, 255, 0.75) 0,
      transparent 62%
    ),
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.96) 0,
      rgba(232, 244, 255, 0.72) 38%,
      rgba(246, 250, 255, 0.88) 68%,
      rgba(255, 255, 255, 0.98) 100%
    );
  box-shadow:
    0 1px 0 #fff inset,
    0 0 0 1px rgba(255, 255, 255, 0.5) inset,
    0 2px 8px rgba(var(--secondary-rgb), 0.08) inset,
    0 32px 64px rgba(var(--primary-rgb), 0.12),
    0 14px 36px rgba(var(--secondary-rgb), 0.11),
    0 6px 16px rgba(var(--primary-rgb), 0.07),
    0 1px 3px rgba(var(--primary-rgb), 0.05);
}
.author-suite-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(var(--secondary-rgb), 0.35),
    var(--secondary) 28%,
    var(--primary) 50%,
    var(--secondary) 72%,
    rgba(var(--secondary-rgb), 0.35)
  );
  opacity: 0.88;
  box-shadow: 0 2px 12px rgba(var(--secondary-rgb), 0.25);
  pointer-events: none;
}
.author-suite-tab-content {
  margin-top: 0 !important;
}
.author-suite-tab-content .tab-pane .author_tabs_content h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.author-suite-tab-content .tab-pane .author_tabs_content h2 span {
  color: var(--secondary);
  font-weight: 700;
}
.author-suite-tab-content .author_tabs_content p {
  color: #4a5568;
  line-height: 1.65;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
}
.author-suite-tab-content .author_tabs_img img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .publish-split-cta__shape--cube {
    top: 8%;
    left: 10px;
    opacity: 0.55;
  }
  .publish-split-cta__shape--blob {
    top: 2%;
    right: -18%;
    opacity: 0.55;
  }
  .publish-split__img {
    max-height: 420px;
    aspect-ratio: 16/12;
  }
  .author-suite-tabs .nav-link::before,
  .author-suite-tabs-rail::before,
  section.tabs_sec.author-help-suite::before {
    display: none;
  }
  .author-suite-tabs-rail {
    padding: 12px clamp(14px, 4.5vw, 22px) 14px;
    min-width: 0;
  }
  .author-suite-tabs,
  .author-suite-tabs.nav.flex-column {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 8px clamp(10px, 3.5vw, 16px) 14px;
    scroll-padding-inline: clamp(12px, 3.5vw, 18px);
    scrollbar-width: thin;
    min-width: 0;
  }
  .author-suite-tabs .nav-item {
    width: auto !important;
    flex: 0 0 auto;
    max-width: none;
  }
  .author-suite-tabs .nav-link {
    width: auto !important;
    white-space: nowrap;
    padding: 12px 18px !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
  }
  .author-suite-panel {
    min-height: 0;
    padding: clamp(16px, 4vw, 28px);
  }
  .author-suite-tab-content .btn-container {
    flex-wrap: wrap;
  }
  .author-suite-tab-content .btn-container .nav-link.btn {
    flex: 1 1 auto;
    min-width: min(100%, 9.5rem);
    width: auto !important;
    max-width: 100%;
    padding: 12px 16px !important;
    justify-content: center;
    text-align: center;
  }
}
.p-pkg-cont,
section.package-tier-section .p-pkg-cont {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) rgba(var(--primary-rgb), 0.12);
}
@media (max-width: 460px) {
  section.author-help-suite ul.author-suite-tabs.nav {
    display: flex !important;
    flex-flow: row nowrap !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }
  .author-help-suite .author-suite-tabs .nav-item {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  .author-help-suite .author-suite-tabs .nav-link {
    width: auto !important;
    padding: 10px 16px !important;
    box-sizing: border-box;
  }
  .author-help-suite .author-suite-tabs-rail {
    min-width: 0;
    max-width: 100%;
  }
}
.portfolio-swiper-outer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  gap: 0;
}
.portfolio-swiper.swiper {
  background: 0 0;
  overflow: hidden;
  margin: 0 -0.5rem;
  padding: 0.5rem 0 0;
  height: auto !important;
}
.portfolio-swiper .swiper-wrapper {
  height: auto !important;
  align-items: stretch;
}
.portfolio-swiper .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition:
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.45s;
  box-sizing: border-box;
}
.portfolio-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.94);
  opacity: 0.58;
}
.portfolio-swiper .swiper-slide-active {
  z-index: 2;
}
.portfolio-slide-card {
  position: relative;
  width: 100%;
  max-width: min(280px, 88vw);
  margin: 0 auto;
  height: clamp(380px, 65vw, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  transition:
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.45s;
}
.portfolio-swiper .swiper-slide-active .portfolio-slide-card {
  transform: translateY(-8px);
  border: 1px solid #e3e3e3;
  background: #f5f3f3;
}
.portfolio-slide-card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: initial !important;
}
.portfolio-swiper-pagination.swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 100%;
  margin: 0.65rem 0 0;
  padding: 0 0.5rem 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.portfolio-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  opacity: 1;
  background: 0 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.35s;
}
.portfolio-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.22);
  transition:
    width 0.35s,
    background 0.35s;
}
.portfolio-swiper-pagination .swiper-pagination-bullet-active {
  transform: none;
}
.portfolio-swiper-pagination .swiper-pagination-bullet-active::before {
  width: 32px;
  background: var(--secondary);
}
@media (min-width: 480px) {
  .portfolio-slide-card {
    height: clamp(240px, 50vw, 400px);
  }
}
@media (min-width: 768px) {
  .portfolio-slide-card {
    height: clamp(260px, 42vw, 410px);
  }
}
@media (min-width: 992px) {
  .author-suite-tabs-rail {
    position: sticky;
    top: 92px;
    align-self: flex-start;
  }
  .portfolio-swiper.swiper {
    margin: 0 -0.75rem;
  }
  .portfolio-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.96);
    opacity: 0.72;
  }
  .portfolio-slide-card {
    max-width: 300px;
    height: clamp(300px, 36vw, 420px);
  }
  .portfolio-swiper-pagination.swiper-pagination {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .portfolio-slide-card {
    height: clamp(310px, 34vw, 430px);
  }
}
.hd-center h2 {
  color: var(--primary);
  font-weight: 700;
}
section.tabs_sec {
  padding: 0 0 80px;
  background: #f5f5f5;
}
.tabs_inner {
  text-align: center;
  margin: 40px 0 0;
}
.tabs_inner h2 {
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
}
.tabs_inner p {
  font-size: 18px;
  line-height: 28px;
  width: 80%;
  margin: auto !important;
}
ul#myTab:not(.author-suite-tabs) {
  justify-content: center;
  border: none !important;
  margin: 30px 0 0 !important;
}
ul#myTab:not(.author-suite-tabs) li.nav-item button {
  background: 0 0;
  box-shadow: unset;
  border: 2px solid var(--primary);
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 5px;
  color: var(--primary);
  font-weight: 500;
}
ul#myTab:not(.author-suite-tabs) li.nav-item button.active {
  background: var(--primary);
  color: #fff;
}
.tabs_inner ul li img {
  width: 95%;
  margin: auto;
  height: auto;
}
ul#myTab:not(.author-suite-tabs) li.nav-item {
  margin: 0 0 10px;
}
.author_tabs_content {
  text-align: left;
}
.author_tabs_content p,
.sec-6 .footer-form .col-md-12 > div:not(.form-check):not(.footer-form-submit),
.sec-6 .footer-form-input {
  width: 100%;
}
.author_tabs_img img {
  width: 80%;
}
.sec-5::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/wirting-left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 467px;
  height: 743px;
  left: 0;
  bottom: 0;
}
.sec-5::after {
  display: none;
}
.client-test-video {
  width: 100%;
  height: 400px;
}
.p-pkg-box {
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23031f41' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='24' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
  background-color: var(--pricing-package-bg);
  transition: 0.3s ease-in;
  position: relative;
  margin-bottom: 20px;
}
.pkg-tag {
  height: 114px;
  width: 32px;
  background-color: var(--secondary);
  color: var(--primary);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 12px 5px;
  box-shadow: 8px 16px 19px 0 #0000004f;
  font-size: 19px;
  font-weight: 700;
}
.pkg-tag:after {
  content: "";
  width: 100%;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -18px;
  border-width: 16px;
  border-left-color: var(--secondary);
  border-right-color: var(--secondary);
  border-bottom-color: transparent;
  border-top: var(--secondary);
  border-style: solid;
}
.p-pkg-cont {
  height: 390px;
  padding-right: 8px;
}
.p-pkg-cont::-webkit-scrollbar-track {
  background: rgba(var(--primary-rgb), 0.08);
  border-radius: 10px;
}
.p-pkg-cont::-webkit-scrollbar {
  width: 7px;
  background: 0 0;
}
.p-pkg-cont::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.pkg-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color);
}
.pkg-main-title {
  text-transform: uppercase;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.pkg-title:after {
  content: "";
  width: 180px;
  height: 2px;
  background: var(--primary);
  display: block;
  position: absolute;
  bottom: -10px;
  left: -20px;
}
.pkg-list-title {
  display: block;
  text-transform: uppercase;
  color: #4c4d51;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}
.pkg-list {
  list-style: none;
  padding-left: 25px;
}
.pkg-list li {
  margin-bottom: 16px;
  color: #4c4d51;
}
.p-pkg-footer {
  border-top: 1px solid;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0 15px;
}
.p-pkg-footer > .btn-container > .btn {
  width: unset;
  padding: 0 20px;
}
section.package-tier-section {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% -10%,
      rgba(var(--secondary-rgb), 0.08) 0,
      transparent 50%
    ),
    linear-gradient(180deg, #eef3fa 0, #fafbfd 40%, #f2f6fb 100%);
  position: relative;
}
section.package-tier-section .package-tier-section__title {
  font-weight: 700;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: var(--primary);
  margin-bottom: 0.65rem;
}
section.package-tier-section .package-tier-section__intro {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: #000;
}
section.package-tier-section .p-pkg-box.p-pkg-card {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(var(--secondary-rgb), 0.18);
  background: #fff;
  box-shadow:
    0 10px 36px rgba(var(--primary-rgb), 0.08),
    0 2px 8px rgba(var(--secondary-rgb), 0.06);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  position: relative;
}
section.package-tier-section .p-pkg-box.p-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 48px rgba(var(--primary-rgb), 0.12),
    0 8px 20px rgba(var(--secondary-rgb), 0.1);
  border-color: rgba(var(--secondary-rgb), 0.32);
}
section.package-tier-section .p-pkg-box.is-featured {
  border-color: rgba(var(--secondary-rgb), 0.4);
  box-shadow:
    0 14px 44px rgba(var(--secondary-rgb), 0.14),
    0 8px 24px rgba(var(--primary-rgb), 0.1);
}
section.package-tier-section .p-pkg-popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: rotate(0);
  padding: 6px 15px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  background: linear-gradient(
    90deg,
    var(--secondary),
    var(--secondary),
    var(--secondary)
  );
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
section.package-tier-section .p-pkg-head {
  padding: clamp(40px, 4vw, 40px) 20px;
  margin: 0;
  background: var(--primary);
  text-align: center;
  position: relative;
}
section.package-tier-section .p-pkg-card--elite .p-pkg-head,
section.package-tier-section .p-pkg-card--gold .p-pkg-head {
  background: var(--primary);
}
section.package-tier-section .p-pkg-head .pkg-main-title {
  color: #fff !important;
  font-size: clamp(0.85rem, 1.5vw, 2rem) !important;
  letter-spacing: 0.1em !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
section.package-tier-section .p-pkg-cont {
  height: clamp(340px, 34vw, 430px);
  max-height: 430px;
  min-height: 0;
  flex: 0 0 auto;
  padding: 22px 14px 16px 20px;
  margin: 0;
}
section.package-tier-section .pkg-list-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
}
section.package-tier-section .pkg-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
section.package-tier-section .pkg-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #334155;
  border: none;
}
footer.main-footer .d-flex p,
section.package-tier-section .pkg-list li:last-child {
  margin-bottom: 0;
}
section.package-tier-section .pkg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: rgba(var(--secondary-rgb), 0.12);
  border-radius: 6px;
}
section.package-tier-section .pkg-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 5px;
  height: 9px;
  border: solid 2px var(--secondary);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  box-sizing: border-box;
  pointer-events: none;
}
section.package-tier-section .p-pkg-cont::-webkit-scrollbar {
  width: 8px;
}
section.package-tier-section .p-pkg-cont::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary) 0, var(--secondary) 100%);
  border: 2px solid #fff;
  border-radius: 999px;
}
section.package-tier-section .p-pkg-cont::-webkit-scrollbar-track {
  background: rgba(var(--primary-rgb), 0.08);
  border-radius: 999px;
}
section.package-tier-section .p-pkg-footer {
  margin-top: auto;
  padding: 18px 16px 20px;
  border-top: 1px solid rgba(var(--secondary-rgb), 0.12);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.95) 0, #fff 100%);
  display: block;
}
.sec-6 .icon-box-text p,
.sec-6-lbox h4 {
  margin: 0;
  color: var(--white);
}
section.package-tier-section .p-pkg-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 576px) {
  section.package-tier-section .p-pkg-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.package-tier-section .p-pkg-btn {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--secondary);
}
section.package-tier-section .p-pkg-btn--chat:hover {
  background: rgba(var(--secondary-rgb), 0.07);
  border-color: var(--secondary);
  transform: translateY(-2px);
  color: var(--primary) !important;
}
section.package-tier-section .p-pkg-btn--call {
  background: var(--secondary);
  color: var(--primary) !important;
  border-color: var(--secondary);
  box-shadow: 0 6px 18px rgba(var(--secondary-rgb), 0.25);
}
section.package-tier-section .p-pkg-btn--call:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(var(--primary-rgb), 0.2);
  color: #fff !important;
}
@media (max-width: 575px) {
  .banner-services {
    max-width: 100%;
  }
  .sec-1 {
    padding: 120px 0 30px;
  }
  .banner-headline {
    font-size: clamp(20px, 9vw, 40px) !important;
  }
  .banner-pricing-badge {
    font-size: 9px;
  }
  section.package-tier-section .p-pkg-cont {
    height: 340px;
    max-height: 340px;
  }
  section.package-tier-section .p-pkg-actions {
    flex-direction: column;
  }
}
.buseness-sec {
  position: relative;
  padding: 80px 0;
  z-index: 9;
  background-color: #f2f0f0;
}
.sec-6 {
  position: relative;
  padding: clamp(70px, 8vw, 110px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(var(--secondary-rgb), 0.16),
      transparent 28%
    ),
    linear-gradient(rgba(3, 31, 65, 0.88), rgba(0, 0, 0, 0.84)),
    url(../img/contact-bg.webp) center center/cover no-repeat;
}
.sec-6 .footer-right,
.sec-6-lbox {
  min-height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}
.sec-6-lbox {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  border: 0;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  backdrop-filter: none;
}
.sec-6-lbox h4 {
  max-width: 390px;
  font-size: clamp(30px, 3vw, 60px);
  line-height: 1.18;
}
.sec-6-lbox > p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  margin: -8px 0 8px;
}
.sec-6 .icon-box {
  width: 100%;
  align-items: center;
  gap: 14px !important;
  margin-top: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}
.sec-6 .icon-box img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.sec-6 .icon-box-text p:first-child {
  color: var(--secondary);
  font-size: 13px;
  font-weight: 700;
}
.sec-6 .footer-right {
  padding: clamp(28px, 4vw, 42px);
}
.sec-6 .footer-right h4 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.8vw, 45px);
  line-height: 1.18;
  text-align: center;
}
.sec-6 .footer-form .row {
  row-gap: 12px;
}
.sec-6 .form-control {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary);
  font-size: 14px;
  box-shadow: none;
}
.sec-6 .form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(var(--secondary-rgb), 0.2);
}
.sec-6 .form-check-label {
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82) !important;
}
.sec-6 .form-check-label a {
  color: var(--secondary) !important;
  font-weight: 700;
}
.sec-6 .submit-btn {
  margin-top: 8px;
  min-height: 52px;
  border: 1px solid var(--secondary);
  border-radius: 12px;
  background: var(--secondary);
  color: var(--primary);
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s;
}
.sec-6 .submit-btn:hover {
  transform: translateY(-2px);
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
section.process {
  padding: clamp(64px, 10vw, 110px) 0;
  background:
    radial-gradient(
      ellipse 80% 50% at 50% -20%,
      rgba(var(--secondary-rgb), 0.08),
      transparent 55%
    ),
    linear-gradient(180deg, #f8fafc 0, #eef2f9 50%, #f5f7fb 100%);
}
.pro-content {
  text-align: -webkit-center;
}
.pro-content h2 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  width: 45%;
  margin: 0 auto 30px;
}
.pro-content p {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 15px;
}
.process-boxes {
  --process-gap: clamp(14px, 2.2vw, 28px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--process-gap);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.process-boxes .box {
  width: auto;
  min-width: 0;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 22px;
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: none;
  transition:
    background-color 0.35s,
    border-color 0.35s;
}
.process-boxes .box:hover {
  background: #eceff3;
  border-color: var(--secondary);
}
.process-boxes .box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(14px, 2vw, 20px);
}
.process-boxes .step-num {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(var(--primary-rgb), 0.11);
}
.process-boxes .box-icon-wrap {
  flex-shrink: 0;
  width: clamp(56px, 12vw, 68px);
  height: clamp(56px, 12vw, 68px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: none;
  transition:
    border-color 0.35s,
    background-color 0.35s;
}
.process-boxes .box:hover .box-icon-wrap {
  background: rgba(var(--secondary-rgb), 0.08);
}
.process-boxes .box-icon-wrap img {
  width: clamp(44px, 8vw, 56px);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  margin: 0;
  transition: filter 0.35s;
}
.process-boxes .box:hover .box-icon-wrap img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(42%) saturate(864%)
    hue-rotate(356deg) brightness(96%) contrast(88%);
}
.process-boxes .box h4 {
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--primary);
}
.process-boxes .box p {
  font-size: clamp(0.8125rem, 1.05vw, 0.9rem);
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.65;
  color: #475569;
  flex: 1;
}
section.cta {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(var(--secondary-rgb), 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(var(--secondary-rgb), 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, var(--primary) 0, #06172d 58%, #0b1422 100%);
}
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(var(--secondary-rgb), 0.14);
  color: var(--secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cta-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 6px rgba(var(--secondary-rgb), 0.14);
}
.cta-content h2 {
  color: #fff;
  font-size: clamp(25px, 3.5vw, 30px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: capitalize;
  margin: 0 auto 15px;
  text-align: center;
}
.cta-content p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.cta-actions .btn {
  width: 200px;
  height: 50px;
  min-width: 200px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.cta-actions .btn-secondary {
  background: var(--white) !important;
  border: 1px solid var(--white) !important;
  color: var(--primary) !important;
}
.cta-actions .btn-tertiary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary) !important;
  box-shadow: 0 12px 28px rgba(var(--secondary-rgb), 0.28);
}
.cta-actions .btn:hover {
  transform: translateY(-3px);
}
section.sec_9 {
  padding: clamp(70px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 10% 0,
      rgba(var(--secondary-rgb), 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0, #f7f9fc 100%);
}
section.sec_9 h2 {
  color: var(--primary);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  margin-bottom: 0;
}
section.sec_9 .client_inner {
  max-width: 760px;
  margin: 0 auto;
}
section.sec_9 .client_inner p {
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
div#accordionExample {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec_9 .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(var(--primary-rgb), 0.1) !important;
  border-radius: 16px !important;
  background: var(--white);
  box-shadow: none;
  transition: border-color 0.25s;
}
.sec_9 .accordion-item:hover {
  border-color: rgba(var(--secondary-rgb), 0.7) !important;
  box-shadow: none;
  transform: none;
}
.sec_9 button.accordion-button,
.sec_9 button.accordion-button.collapsed {
  padding: 22px 26px;
}
.sec_9 .accordion-button {
  gap: 18px;
  background: var(--white);
  color: var(--primary);
  border: none !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  transition:
    background 0.25s,
    color 0.25s;
}
.sec_9 .accordion-button:not(.collapsed) {
  background: linear-gradient(
    90deg,
    rgba(var(--secondary-rgb), 0.2),
    rgba(var(--primary-rgb), 0.03)
  ) !important;
  color: var(--primary) !important;
}
.sec_9 .accordion-button::after {
  content: "+";
  width: 34px;
  height: 34px;
  margin-left: auto !important;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.06);
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transform: rotate(0);
  transition:
    transform 0.3s,
    background 0.25s,
    color 0.25s;
}
.sec_9 .accordion-button:not(.collapsed)::after {
  background: var(--secondary);
  color: var(--primary);
  transform: rotate(45deg);
}
.sec_9 .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(var(--secondary-rgb), 0.32) !important;
}
.sec_9 .accordion-collapse,
.sec_9 .collapsing {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.sec_9 .accordion-body {
  padding: 10px 26px 24px;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.75;
  transform: translateZ(0);
}
.pkg-price {
  background: var(--secondary);
  display: inline-block;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
footer.main-footer {
  background-color: var(--primary);
  padding: 60px 0 30px;
}
.footer_social ul li a {
  background: var(--primary);
  padding: 10px 17px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  font-size: 20px;
}
.bottom_line a {
  text-decoration: none;
  color: #fff;
}
.row.cta_row {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.footer_cta h2 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 5px;
}
.footer_cta p {
  width: 90%;
  line-height: 25px;
  color: #000;
}
.footer_cta_btn {
  text-align: right;
}
.footer_cta_btn button {
  width: 220px;
  background: var(--primary) !important;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff !important;
}
.footer_cta:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/vector.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 230px;
  right: -90px;
  top: -80px;
}
.footer_inner img {
  width: 45%;
}
.footer_inner p {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  margin: 25px 0 0 !important;
  width: 95%;
}
.footer_social {
  margin: 40px 0 0;
}
.footer_social ul {
  display: flex;
  align-items: center;
}
.footer_social ul li svg {
  color: #000;
}
.footer_social ul li a:hover {
  background: #fff;
  transition: 0.5s;
}
.footer_info h3 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
}
.footer_info ul {
  margin: 30px 0 0 !important;
}
.footer_info ul li {
  display: flex;
  margin: 0 0 30px;
}
.footer_info ul li .icon_wrap {
  margin: 0 30px 0 0;
  font-size: 23px;
}
.footer_info ul li .icon_wrap .fa {
  color: #fff;
}
.infor_wrap .h5 {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 400; 
  font-size: 17px;
}
.infor_wrap p,
.infor_wrap p a {
  text-transform: lowercase;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
hr {
  background: #fff !important;
  opacity: 1 !important;
  margin: 10px 0 40px !important;
}
.bottom_line p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  animation: 0.3s fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  height: auto;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999;
  animation: 0.3s slideIn;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.popup-content {
  display: flex;
  height: 100%;
}
.popup-left {
  flex: 1;
  background:
    linear-gradient(rgba(30, 58, 138, 0.7), rgba(30, 58, 138, 0.8)) center/cover,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 500"><rect fill="%234a5568" width="400" height="500"/></svg>')
      center/cover;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  color: #fff;
  position: relative;
}
.close-btn,
.submit-btn {
  background: #1e3a8a;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
}
.popup-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 500"><rect fill="%234a5568" width="400" height="500"/><circle fill="%23cbd5e0" cx="100" cy="150" r="40" opacity="0.3"/><circle fill="%23cbd5e0" cx="300" cy="350" r="60" opacity="0.2"/></svg>');
  opacity: 0.3;
}
.popup-left h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}
.popup-left h2 span {
  color: #60d4f4;
  font-weight: 600;
}
.popup-right {
  flex: 1;
  padding: 40px;
  overflow-y: auto;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.close-btn:hover,
.submit-btn:hover {
  background: #1e40af;
}
.popup-right h3 {
  font-size: 24px;
  color: #1e3a8a;
  margin-bottom: 30px;
}
.popup-right h3 span {
  font-weight: 700;
}
.form-group {
  margin-bottom: 18px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: #1e3a8a;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.terms-section {
  margin-top: 20px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: flex-start;
}
.terms-section input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 2px;
}
.terms-section a {
  color: #1e3a8a;
  text-decoration: none;
}
.terms-section a:hover {
  text-decoration: underline;
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@media screen and (max-width: 992px) {
  .popup-left,
  .popup-right {
    padding: 30px 20px;
  }
  .sec-3::after {
    display: none;
  }
  ul#myTab:not(.author-suite-tabs) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 !important;
  }
  ul#myTab:not(.author-suite-tabs) li.nav-item button {
    width: 94%;
    padding: 0 10px !important;
    height: 50px;
    font-size: 14px;
  }
  .popup-content {
    flex-direction: column;
  }
  .popup-left {
    min-height: 150px;
  }
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
.sec-1 .top-form .packageformsubmit1 {
  background: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(--primary) !important;
  display: block;
  margin: 20px auto 0 !important;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .navbar-brand {
    width: auto;
    max-width: 150px;
  }
  .custom-container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991.98px) {
  .process-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --process-gap: clamp(16px, 3vw, 24px);
  }
  .cta-content,
  .cta-content h2,
  .cta-content p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-actions {
    justify-content: center;
  }
  .banner-content,
  .banner-headline,
  .banner-subtitle {
    text-align: left;
  }
  section {
    padding: 60px 0 40px;
  }
  hr {
    margin: 0 0 30px !important;
  }
  footer.main-footer {
    padding: 30px 0;
  }
  .sec-1 .row {
    row-gap: 24px;
    justify-content: space-between;
  }
  .sec-1 .top-form {
    width: 100%;
    max-width: 540px;
    margin: 18px auto 0;
  }
  .banner-content {
    max-width: 100%;
  }
  .banner-pricing {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content !important;
  }
}
@media (max-width: 575.98px) {
  .process-boxes {
    grid-template-columns: 1fr;
  }
  .cta-panel {
    padding: 26px 18px;
  }
  .cta-actions .btn {
    width: 100%;
    min-width: 0;
  }
  .custom-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .sec-1 .top-form {
    padding: 24px 16px;
  }
  .sec-1 .top-form .packageformsubmit1 {
    width: auto;
    min-width: 150px;
  }
  .banner-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-pricing-left {
    align-items: center;
  }
  .bottom_line.d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .navbar .container {
    gap: 12px;
  }
  
  .navbar-brand {
    max-width: 150px;
  }
  .logo {
    max-width: 100%;
  }
  .header-contact-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .header-contact-links a {
    font-size: 14px;
  }
  .footer_inner p {
    margin: 20px 0 !important;
    width: 100%;
    font-size: 14px;
  }
  .sec-6 {
    padding: 56px 0;
  }
  .sec-6::before {
    inset: 14px;
    border-radius: 20px;
  }
  .sec-6 .footer-right {
    border-radius: 18px;
    padding: 24px 18px;
  }
  .sec-6 .form-check-label {
    font-size: 11px !important;
  }
}
@media (max-width: 420px) {
  .btn,
  .publish-split__btn {
    width: 100%;
  }
  .header-contact-links {
    align-items: center;
    flex-direction: column;
  }
  .sec-6-lbox {
    padding: 0;
  }
  .sec-6 .icon-box {
    align-items: flex-start;
  }
}
.quote-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.quote-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.quote-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.quote-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  transform: translateY(18px) scale(0.97);
  transition: transform 0.25s;
}
.quote-popup.is-open .quote-popup__dialog {
  transform: translateY(0) scale(1);
}
.quote-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.quote-popup__close span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}
.quote-popup__close:hover {
  background: var(--secondary);
  color: var(--primary);
  transform: rotate(90deg);
}
.quote-popup__info {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(255, 255, 255, 0.09),
      transparent 24%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(255, 255, 255, 0.08),
      transparent 26%
    ),
    linear-gradient(145deg, #062c58 0, #031f41 54%, #00152d 100%);
}
.quote-popup__eyebrow,
.quote-popup__info li i {
  color: var(--secondary);
}
.quote-popup__brand img {
  width: 180px;
  max-width: 70%;
  height: auto;
  margin-bottom: 34px;
}
.quote-popup__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.quote-popup__form,
.quote-popup__info ul {
  display: grid;
  gap: 12px;
}
.quote-popup__field label,
.quote-popup__submit {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}
.quote-popup__info h2 {
  max-width: 320px;
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.08;
}
.quote-popup__info p {
  max-width: 340px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}
.quote-popup__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quote-popup__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}
.quote-popup__form-wrap {
  padding: clamp(30px, 4vw, 48px);
  background: var(--white);
}
.quote-popup__form-wrap h3 {
  margin: 0 0 22px;
  color: var(--primary);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.08;
}
.quote-popup__field label {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 12px;
}
.quote-popup__field .form-control {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  border-radius: 10px;
  background: #f8f6f1;
  color: var(--primary);
  font-size: 14px;
  box-shadow: none;
}
.quote-popup__field .form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(var(--secondary-rgb), 0.22);
}
.quote-popup__consent {
  margin: 2px 0 4px;
  padding-left: 0;
}
.quote-popup__consent .form-check-label {
  color: #4f5d6d;
  font-size: 10px;
  line-height: 1.55;
}
.quote-popup__consent a {
  color: var(--secondary);
  font-weight: 700;
}
.quote-popup__submit {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--primary);
  border-radius: 9px;
  background: var(--primary);
  color: var(--white);
  font-size: 15px;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    transform 0.2s;
}
.quote-popup__submit:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
  transform: translateY(-2px);
}
body.quote-popup-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .quote-popup {
    padding: 16px;
  }
  .quote-popup__dialog {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .quote-popup__info {
    min-height: auto;
    padding: 28px 24px;
  }
  .quote-popup__brand img {
    margin-bottom: 18px;
  }
  .quote-popup__form-wrap {
    padding: 28px 24px;
  }
}
.error-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 120px);
  padding: clamp(2rem, 6vw, 4rem) 1rem clamp(3rem, 8vw, 5rem);
  background-color: #d3d3d3;
  padding-top: clamp(120px, 18vw, 160px);
  font-family: poppins, Arial, Helvetica, sans-serif;
  color: #333;
}
.error-page__inner {
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.error-page__code {
  margin: 0 0 0.35em;
  font-size: clamp(4rem, 14vw, 7.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #222;
}
.error-page__title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #333;
}
.error-page__desc {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: #333;
}
.error-page__btn {
  display: inline-block;
  padding: 0.9rem 2.25rem;
  background-color: var(--primary);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.error-page__btn:focus,
.error-page__btn:hover {
  background-color: var(--secondary);
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .error-page {
    min-height: calc(100vh - 100px);
    padding-top: clamp(100px, 22vw, 140px);
  }
  .error-page__desc {
    font-size: 0.95rem;
  }
}
