@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.card-image,
.hero,
.icon-badge {
  position: relative
}

.btn,
a {
  text-decoration: none
}

.banner-inner,
.card,
.card-image,
.clients-scrolling,
.contact-map,
.contact-modern-wrapper,
.feature-card,
.feature-image,
.h-card,
.hero,
.scroll-section,
.service-card,
.why-choose-section {
  overflow: hidden
}

.about-list,
.features,
.footer-links ul,
.pricing-card ul,
.service-card ul {
  list-style: none
}

.benefit-grid div,
.benefit-item,
.benefits-title,
.copyright,
.feature-content,
.footer .copyright,
.privacy-notice,
.section-header,
.section-title,
.section-title-wrap h2,
.step {
  text-align: center
}

.btn,
.cta button,
.footer-links li,
.socials i {
  cursor: pointer
}

:root {
  --color-primary: #081b63;
  --color-secondary: #f4b400;
  --color-text: #2f2f2f;
  --color-text-light: #666;
  --color-border: #e7e7e7;
  --color-bg-light: #f9faff;
  --color-white: #ffffff;
  --accent-color: var(--color-secondary);
  --primary: var(--color-primary);
  --accent: var(--color-secondary);
  --highlight: #f7941d;
  --white: var(--color-white);
  --text-dark: var(--color-text);
  --text-light: var(--color-text-light);
  --border: var(--color-border);
  --font-primary: 'Montserrat', sans-serif;
  --font-script: 'Caveat', cursive;
  --container-width: 1280px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 18px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
  --transition: 0.3s ease;
  --section-space: 100px
}

.heading-lg,
.heading-md,
.heading-sm,
.heading-xl {
  font-weight: 700;
  color: var(--color-primary)
}

.btn,
.form-control {
  transition: var(--transition)
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

img {
  width: 100%;
  display: block
}

body {
  font-family: var(--font-primary);
  color: var(--color-text);
  background: var(--color-white);
  overflow-x: hidden
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: 20px
}

.section {
  padding-block: var(--section-space)
}

.grid {
  display: grid;
  gap: 24px
}

.flex,
.flex-center,
.team .col-lg-3 {
  display: flex
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr)
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr)
}

.btn,
.flex-between,
.flex-center {
  align-items: center
}

.flex-between {
  display: flex;
  justify-content: space-between
}

.align-start {
  align-items: flex-start
}

.justify-center {
  justify-content: center
}

.heading-xl {
  font-size: 64px;
  line-height: 1.05
}

.heading-lg {
  font-size: 48px;
  line-height: 1.1
}

.heading-md {
  font-size: 36px;
  line-height: 1.2
}

.heading-sm {
  font-size: 24px;
  line-height: 1.3
}

.hero-content h1,
.mini-heading {
  font-weight: 800
}

.text-lg {
  font-size: 18px;
  line-height: 1.8
}

.text-md {
  font-size: 16px;
  line-height: 1.7
}

.text-sm {
  font-size: 14px;
  line-height: 1.6
}

.text-muted {
  color: var(--color-text-light)
}

.script-text {
  font-family: var(--font-script);
  color: var(--color-secondary);
  font-size: 42px;
  line-height: 1.2
}

.mt-16 {
  margin-top: 16px
}

.mt-24 {
  margin-top: 24px
}

.mt-32 {
  margin-top: 32px
}

.mt-40 {
  margin-top: 40px
}

.mb-16 {
  margin-bottom: 16px
}

.mb-24 {
  margin-bottom: 24px
}

.mb-32 {
  margin-bottom: 32px
}

.btn {
  display: inline-flex;
  justify-content: center;
  gap: 12px;
  border: none
}

.btn-primary {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 18px 32px;
  border-radius: 14px
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #081b63
}

.mini-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--color-secondary, #f2b233);
  margin-bottom: 16px;
  text-transform: uppercase
}

.mini-heading .line {
  flex: 0 0 auto;
  width: 28px;
  height: 2px;
  background: var(--color-secondary, #f2b233);
  margin: 0;
  padding: 0;
  align-self: center;
  display: block
}

@media(max-width:768px) {
  .mini-heading {
    font-size: 12px
  }
}

.section-header {
  margin-bottom: 50px
}

.section-label {
  color: var(--color-secondary);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block
}

.section-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px
}

.section-title-line::after,
.section-title-line::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #f1d17a
}

.card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm)
}

.card-body {
  padding: 28px
}

.card-image img {
  height: 220px;
  object-fit: cover
}

.icon-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 6px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px auto 20px;
  z-index: 2
}

.icon-badge img,
.icon-badge svg {
  width: 32px;
  height: 32px
}

.hero {
  background: #f5f7fb;
  width: 100%
}

.hero-overlay,
.heroBgSwiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.heroBgSwiper {
  z-index: 0
}

.heroBgSwiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(245, 247, 251, .95) 0, rgba(245, 247, 251, .5) 100%);
  z-index: 1
}

.hero-grid,
.hero-right {
  position: relative;
  min-height: calc(100vh - 120px)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  z-index: 2;
  max-width: 100%;
  padding: 0
}

.hero-content {
  padding: 60px 100px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%
}

.pricing-card {
  position: absolute;
  background: #001a4b;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 26, 75, .35);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 2
}

.pricing-card .offer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #f5b400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.offer-badge svg {
  position: static !important;
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.pricing-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 16px
}

.price-box,
.pricing-card li {
  display: flex;
  font-size: 13px
}

.price-box {
  background: #f5b400;
  color: #000;
  padding: 12px 16px;
  border-radius: 12px;
  margin: 0 0 20px;
  font-weight: 700;
  flex-direction: column;
  line-height: 1.2
}

.price-box .from-label {
  font-size: 12px;
  font-weight: 600;
  color: #333
}

.price-box .amount {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  line-height: 1.1
}

.pricing-card ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.pricing-card li {
  align-items: center;
  gap: 10px;
  color: #0b2c5f;
  background: #fff;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0
}

.pricing-card li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block
}

@media (min-width:1600px) {
  .hero-content {
    padding: 80px 140px 80px 120px
  }

  .pricing-card {
    width: 340px
  }

  .pricing-card h2 {
    font-size: 28px
  }

  .price-box .amount {
    font-size: 48px
  }
}

@media (max-width:1599px) {
  .hero-content {
    padding: 60px 70px
  }

  .pricing-card {
    width: 290px
  }
}

@media (max-width:1199px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-content {
    order: 2;
    padding: 60px 50px;
    text-align: center;
    align-items: center
  }

  .hero-right {
    order: 1;
    min-height: 600px
  }

  .pricing-card {
    width: 320px;
    max-width: calc(100% - 40px)
  }
}

@media (max-width:767px) {

  .hero-grid,
  .hero-right {
    min-height: auto;
    display: flex
  }

  .hero-grid {
    flex-direction: column
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(245, 247, 251, .95) 50%, rgba(245, 247, 251, .75) 100%)
  }

  .hero-content {
    order: 1;
    width: 100%;
    padding: 50px 20px 60px;
    text-align: center;
    align-items: center
  }

  .hero-right {
    order: 2;
    width: 100%;
    padding: 0 20px 50px;
    justify-content: center;
    align-items: center
  }

  .pricing-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0, 26, 75, .2)
  }

  .price-box .amount {
    font-size: 34px;
    white-space: nowrap
  }
}

@media (max-width:480px) {
  .hero-content {
    padding: 40px 16px 24px
  }

  .hero-right {
    padding: 0 16px 40px
  }

  .pricing-card {
    max-width: 100%
  }

  .pricing-card h2 {
    font-size: 19px
  }

  .price-box .amount {
    font-size: 30px
  }

  .pricing-card li {
    font-size: 12px;
    padding: 8px 10px
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px
}

.contact-map {
  border-radius: var(--radius-md)
}

.info-list {
  display: grid;
  gap: 24px;
  margin-top: 40px
}

.info-item {
  display: flex;
  gap: 20px
}

.info-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--color-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.form-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border)
}

.form-group {
  margin-bottom: 18px
}

.form-control {
  width: 100%;
  height: 58px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding-inline: 18px;
  font-size: 15px;
  outline: 0
}

.form-control:focus {
  border-color: var(--color-secondary)
}

.form-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 14px;
  color: var(--color-primary)
}

.hero-grid>div {
  height: 100%
}

@media (max-width:1100px) {

  .contact-grid,
  .grid-4,
  .hero-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-content {
    padding: 60px 80px
  }

  .hero-floating-card {
    width: 300px
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.feature-card,
.footer {
  background: #fff;
  position: relative
}

.header .logo {
  line-height: 1
}

.header .logo img {
  max-height: 80px;
  margin-left: 8px
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color)
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #010101;
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: .3s;
  border: 2px solid var(--accent-color)
}

.header .btn-getstarted:focus:hover,
.header .btn-getstarted:hover {
  color: var(--default-color);
  background: var(--accent-color)
}

.scrolled .header {
  box-shadow: 0 0 18px rgba(0, 0, 0, .1)
}

.index-page .header {
  --background-color: #ffffff
}

.index-page.scrolled .header {
  --background-color: rgba(255, 255, 255, 0.95)
}

@media (min-width:1200px) {
  .navmenu {
    padding: 0
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
  }

  .navmenu li {
    position: relative
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: .3s
  }

  .navmenu li:last-child a {
    padding-right: 0
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover>a {
    color: #ffc451
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: .3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
  }

  .navmenu .dropdown ul li {
    min-width: 200px
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color)
  }

  .navmenu .dropdown ul a i {
    font-size: 12px
  }

  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: #ffc451
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    min-width: 200px;
    z-index: 100
  }

  .navmenu .dropdown .dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%
  }
}

@media (max-width:1199px) {

  .header .btn-getstarted,
  .navmenu ul {
    display: none
  }

  .header {
    height: 80px !important;
    padding: 0 15px
  }

  .header .logo img {
    max-height: 60px
  }

  .header .navmenu {
    order: 3
  }

  .mobile-nav-toggle {
    display: block;
    font-size: 32px;
    color: #000;
    cursor: pointer;
    z-index: 10001;
    position: relative
  }

  .navmenu {
    padding: 0
  }

  .navmenu ul {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    flex-direction: column;
    overflow-y: auto;
    padding: 20px 0 60px;
    margin: 0;
    list-style: none;
    z-index: 9999
  }

  .mobile-nav-active .navmenu {
    inset: 0;
    z-index: 9998
  }

  .navmenu ul li {
    width: 100% !important;
    display: block !important
  }

  .navmenu a,
  .navmenu a:focus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: .3s;
    white-space: normal
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: #ffc451 !important;
    background: rgba(255, 196, 81, .05) !important
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    background-color: color-mix(in srgb, var(--accent-color, #ffc451), #fff 90%)
  }

  .navmenu .dropdown ul li,
  body,
  html {
    width: 100%
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg)
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, .05)
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, .03)
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #000 !important;
    position: absolute;
    font-size: 32px;
    top: 24px;
    right: 20px;
    margin-right: 0;
    z-index: 10000 !important
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    display: block !important
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .navmenu .dropdown ul {
    position: static;
    width: 100%;
    display: none;
    background: #f8f9fa;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none
  }

  .navmenu .dropdown ul a {
    font-size: 18px;
    background: #f8f9fa;
    padding-left: 25px;
    word-break: break-word
  }

  .mobile-nav-active .navmenu>ul {
    display: block !important
  }

  body,
  html {
    overflow-x: hidden
  }

  .navmenu,
  .navmenu .dropdown ul,
  .navmenu li,
  .navmenu ul {
    max-width: 100%;
    box-sizing: border-box
  }

  .navmenu a {
    white-space: normal;
    word-wrap: break-word
  }

  .navmenu .dropdown-menu {
    position: static !important;
    width: 70% !important;
    max-width: 250px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important
  }

  .navmenu .dropdown-menu .dropdown-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .navmenu *,
  .navmenu ::after,
  .navmenu ::before {
    box-sizing: border-box
  }
}

.footer .footer-links,
.footer h4 {
  margin-bottom: 15px
}

.footer {
  color: #061b63;
  font-size: 14px;
  margin-top: 0
}

.footer .footer-top {
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer .footer-about .logo {
  margin-bottom: 10px
}

.footer .footer-about .logo img {
  max-height: 60px;
  object-fit: contain;
  transition: .3s
}

.footer .footer-about .logo img:hover {
  transform: scale(1.05)
}

.footer .footer-about p,
.footer .footer-contact p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(6, 6, 6, .8);
  margin-bottom: 5px
}

.footer h4 {
  font-size: 20px;
  font-weight: 600;
  color: #001a4b
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-links ul i {
  margin-right: 6px;
  font-size: 12px;
  color: #ffd166
}

.footer .footer-links ul a {
  color: rgba(0, 0, 0, .7);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s
}

.footer .footer-links ul a:hover {
  color: #ffd166;
  padding-left: 5px
}

.footer .social-links {
  display: flex;
  gap: 12px;
  margin-top: 26px
}

.footer .social-links a {
  width: 40px;
  height: 40px;
  background: #eceef2;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a2a4a;
  font-weight: 700;
  font-size: 18px;
  transition: .2s
}

.footer .social-links a:hover {
  background: #ffd166;
  color: #061b63;
  transform: translateY(-3px)
}

.footer .copyright {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .copyright p {
  margin: 0;
  font-size: 12px;
  color: #000
}

.why-choose-section {
  padding: 50px 20px
}

.container {
  max-width: 1360px;
  margin: 0 auto
}

.section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 18px
}

.section-title-wrap .line {
  width: 175px;
  height: 3px;
  background: #f1c24b;
  border-radius: 30px
}

.section-title-wrap h2 {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  color: #081d63
}

.section-title-wrap h2 span {
  color: #f1c24b
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.feature-card {
  border-radius: 18px;
  border: 1px solid #ededed;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
  transition: .35s
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1)
}

.feature-image {
  height: 172px;
  border-radius: 18px 18px 0 0
}

.feature-image img,
.team .team-member .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.feature-icon {
  width: 78px;
  height: 78px;
  background: #062579;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 135px;
  transform: translateX(-50%);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .18)
}

.feature-icon i {
  color: #fff;
  font-size: 33px
}

.feature-content {
  padding: 54px 28px 28px
}

.feature-content h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #13256d;
  margin-bottom: 12px
}

.feature-content p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  color: #28325e
}

@media (max-width:1200px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .section-title-wrap {
    gap: 20px
  }

  .section-title-wrap .line {
    width: 90px
  }

  .section-title-wrap h2 {
    font-size: 24px
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media (max-width:767px) {
  .why-choose-section {
    padding: 40px 16px
  }

  .section-title-wrap {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px
  }

  .section-title-wrap .line {
    width: 120px
  }

  .section-title-wrap h2 {
    font-size: 28px;
    line-height: 1.4
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .feature-image {
    height: 220px
  }

  .feature-icon {
    top: 182px
  }
}

.clients-scrolling {
  background-color: #ffefcf;
  padding: 20px 0;
  white-space: nowrap;
  display: flex;
  align-items: center
}

.clients-scrolling .scrolling-wrapper {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  animation: 20s linear infinite seamlessScroll !important
}

.clients-scrolling .scrolling-item {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #444 !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  padding-right: 60px !important
}

@keyframes seamlessScroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.clients-scrolling:hover .scrolling-wrapper,
.scroll-wrapper:hover {
  animation-play-state: paused
}

.stats-section {
  padding: 30px 0;
  background: #fff
}

.stats-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0
}

.info-item-modern div,
.stat-text {
  display: flex;
  flex-direction: column
}

.stat-num {
  font-size: 20px;
  font-weight: 800;
  color: #333
}

.stat-label {
  font-size: 12px;
  color: #777;
  font-weight: 600
}

.cta-floating {
  background: #0b1e42;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(11, 30, 66, .15);
  margin: 50px auto;
  max-width: 1100px;
  padding: 24px 0
}

.cta-box,
.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cta-left h4 {
  font-size: 18px;
  font-weight: 800
}

.cta-left p {
  font-size: 12px;
  opacity: .8
}

.cta-btns {
  display: flex;
  gap: 15px
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity .2s
}

.btn:hover {
  opacity: .9
}

.btn-yellow {
  background: #f7b91d;
  color: #0b1e42
}

@media (max-width:1024px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .hero-title {
    font-size: 60px
  }
}

@media (max-width:768px) {
  :root {
    --section-space: 70px
  }

  .heading-xl {
    font-size: 42px
  }

  .heading-lg {
    font-size: 34px
  }

  .heading-md {
    font-size: 28px
  }

  .contact-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .hero-grid,
  .horizontal-cards {
    grid-template-columns: 1fr
  }

  .hero-content {
    padding: 60px 20px;
    flex-direction: column;
    height: auto
  }

  .hero-floating-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    border-radius: 0
  }

  .section-title-line::after,
  .section-title-line::before {
    display: none
  }

  .form-card {
    padding: 28px
  }

  .footer .footer-top {
    padding: 40px 0 15px
  }

  .footer h4 {
    font-size: 16px
  }

  .footer .footer-links ul a {
    font-size: 12px
  }

  .pricing-card {
    margin: 20px auto;
    width: 100%;
    transform: none
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 20px
  }

  .cta-flex {
    flex-direction: column;
    gap: 15px;
    text-align: center
  }
}

.horizontal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-right: 50px;
  padding-left: 50px
}

.h-card {
  background: #fff;
  border-radius: 12px;
  display: flex;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

.h-card img {
  width: 200px;
  object-fit: cover
}

.h-card-content {
  padding: 25px
}

.h-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px
}

.h-card-icon {
  width: 35px;
  height: 35px;
  background: #0b1e42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px
}

.h-card h5 {
  font-size: 16px;
  font-weight: 800;
  color: #0b1e42;
  flex: 1
}

.h-card p {
  font-size: 12px;
  color: #666;
  line-height: 1.6
}

.breadcrumb {
  padding: 20px 0;
  font-size: 13px;
  color: #999
}

.section-heading,
.section-p {
  color: #fff;
  margin-bottom: 15px
}

.breadcrumb span {
  color: var(--text-dark);
  font-weight: 700
}

.section-heading {
  font-size: 28px;
  font-weight: 800
}

.section-p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px
}

.info-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 15px
}

.info-card i {
  font-size: 30px;
  color: var(--highlight)
}

.info-card h4 {
  font-size: 16px;
  margin-bottom: 8px
}

.info-card p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.5
}

.guide-section {
  padding: 40px 0
}

.guide-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px
}

.guide-author {
  font-size: 14px;
  margin-bottom: 25px
}

.guide-author span {
  color: var(--highlight);
  font-weight: 700
}

.guide-content {
  display: flex;
  gap: 30px;
  align-items: center
}

.guide-img {
  width: 50%;
  border-radius: 10px
}

.guide-text {
  width: 50%;
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7
}

.benefits-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px
}

.benefit-item {
  border: 1px solid #f5f5f5;
  padding: 20px 10px;
  border-radius: 10px
}

.b-icon {
  width: 45px;
  height: 45px;
  background: #e9f5e9;
  color: #2e7d32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 18px
}

.benefit-item h4 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  min-height: 35px
}

.benefit-item p {
  font-size: 11px;
  color: var(--text-light)
}

.why-choose-banner {
  padding: 50px 0
}

.banner-inner {
  background: #fdfaf5;
  border-radius: 20px;
  display: flex
}

.banner-text {
  padding: 40px;
  flex: 1
}

.banner-header,
.service-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px
}

.banner-header i {
  font-size: 35px;
  color: var(--primary)
}

.banner-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary)
}

.banner-text p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 15px;
  line-height: 1.6
}

.cta-mini {
  font-weight: 700;
  font-size: 13px;
  color: var(--primary)
}

.banner-img {
  width: 350px;
  object-fit: cover
}

.stats {
  padding: 30px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border)
}

.stats-flex {
  display: flex;
  justify-content: space-between
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px
}

.stat-item i {
  font-size: 32px;
  color: #aaa
}

.s-text strong {
  display: block;
  font-size: 18px;
  color: var(--text-dark)
}

.s-text span {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 600
}

.call-to-action .cta-btn,
.call-to-action h3,
.call-to-action p {
  color: var(--default-color)
}

.footer-cta {
  background: var(--primary);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 10px
}

.btn-outline,
.btn-whatsapp,
.btn-yellow {
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 800
}

.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

.cta-text h3 {
  font-size: 24px;
  margin-bottom: 8px
}

.cta-text p {
  font-size: 14px;
  opacity: .8
}

.cta-btns {
  display: flex;
  gap: 12px
}

.btn-yellow {
  background: var(--accent);
  color: var(--primary);
  border-radius: 8px;
  font-size: 14px
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-radius: 8px
}

.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px
}

.footer-bottom {
  background: #061131;
  padding: 50px 0 20px
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  padding-bottom: 40px
}

.footer-logo {
  height: 40px;
  margin-bottom: 20px
}

.address {
  font-size: 12px;
  opacity: .7;
  margin-bottom: 15px;
  line-height: 1.5
}

.footer-info p {
  font-size: 12px;
  margin-bottom: 8px
}

.socials i {
  font-size: 18px;
  margin-right: 0px;
  margin-top: 0px;
  opacity: .8
}

.footer-links h5 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--accent);
  display: inline-block;
  padding-bottom: 5px
}

.footer-links li {
  font-size: 13px;
  opacity: .7;
  margin-bottom: 12px
}

.skyline {
  width: 100%;
  opacity: .2
}

.copyright {
  font-size: 11px;
  opacity: .5;
  padding-top: 20px
}

@media (max-width:900px) {

  .benefits-grid,
  .bottom-grid,
  .cta-flex,
  .guide-content,
  .hero-grid,
  .info-cards {
    grid-template-columns: 1fr;
    flex-direction: column
  }

  .banner-img,
  .guide-img,
  .guide-text,
  .hero-visual {
    width: 100%
  }

  .hero-text {
    text-align: center
  }

  .hero-features {
    justify-content: center
  }
}

.about-list {
  padding: 0;
  margin-top: 15px
}

.about-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px
}

.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #3b4e76;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700
}

.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0)
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2
}

.call-to-action .container {
  position: relative;
  z-index: 3
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: .5s;
  margin: 10px;
  border: 2px solid var(--default-color)
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  color: var(--background-color);
  border: 2px solid var(--accent-color)
}

.scroll-section {
  background-color: #f9f9f9;
  margin: 0
}

.scroll-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 60px;
  animation: 25s linear infinite scrollLoop;
  padding: 20px 0
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  transition: .3s
}

.logo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.logo-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain
}

@keyframes scrollLoop {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@media (max-width:768px) {
  .scroll-wrapper {
    gap: 40px;
    animation-duration: 20s
  }

  .logo-item {
    min-width: 140px;
    height: 100px
  }

  .logo-item img {
    max-height: 60px
  }
}

@media (max-width:480px) {
  .section-title-wrap h2 {
    font-size: 24px
  }

  .feature-content {
    padding: 52px 22px 24px
  }

  .feature-content h3 {
    font-size: 19px
  }

  .scroll-wrapper {
    gap: 30px;
    animation-duration: 15s
  }

  .logo-item {
    min-width: 120px;
    height: 80px;
    padding: 10px
  }

  .logo-item img {
    max-height: 50px
  }
}

.about.section:has(.scroll-section) {
  padding: 30px 0
}

.about.section:has(.scroll-section) .section-title {
  padding-bottom: 30px
}

.scroll-section {
  padding: 20px 0
}

.about.section:has(.scroll-section) .section-title,
.contact.section .section-title,
.team.section .section-title {
  text-align: center
}

.about.section:has(.scroll-section) .section-title h2,
.contact.section .section-title h2,
.team.section .section-title h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f4b400 !important;
  display: inline-block;
  line-height: normal;
  position: relative;
  padding: 0;
  margin-bottom: 10px
}

.about.section:has(.scroll-section) .section-title h2::after,
.contact.section .section-title h2::after,
.team.section .section-title h2::after {
  display: none
}

.about.section:has(.scroll-section) .section-title p,
.contact.section .section-title p,
.team.section .section-title p {
  font-size: 26px;
  font-weight: 800;
  color: #081b63;
  margin: 0;
  line-height: 1.2
}

.team .team-member {
  background-color: var(--surface-color);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  height: 100%;
  display: flex;
  flex-direction: column
}

.team .team-member .member-img {
  width: 100%;
  height: 260px;
  overflow: hidden
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: .3s ease-in-out;
  text-align: center
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: .3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.team .team-member .social a:hover {
  color: #f1c24b;
  background: #0b2a64
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0
}

.team .team-member .member-info {
  padding: 25px 15px
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px
}

.team .row {
  display: flex;
  flex-wrap: wrap
}

.contact-modern-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  margin-top: 20px
}

.benefit-grid div,
.service-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.contact-info-panel {
  background-color: #0f2a5c;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column
}

.contact-info-panel h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #f4b400
}

.contact-desc {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 30px;
  line-height: 1.6
}

.info-item-modern {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px
}

.info-item-modern i {
  font-size: 24px;
  color: #f4c013;
  margin-right: 15px;
  margin-top: 5px
}

.info-item-modern span {
  font-size: 15px;
  color: #fff;
  line-height: 1.5
}

.info-item-modern .label {
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 4px
}

.contact-form-panel {
  padding: 50px;
  background-color: #fafafa
}

.modern-form .form-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px
}

.modern-form .form-subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 30px
}

.modern-form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column
}

.modern-form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px
}

.modern-form-group input,
.modern-form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  transition: .3s
}

.modern-form-group input:focus,
.modern-form-group select:focus {
  outline: 0;
  border-color: #f4c013;
  box-shadow: 0 0 0 3px rgba(244, 192, 19, .15)
}

.modern-submit-btn {
  background-color: #f4c013;
  color: #000;
  border: none;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: .3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px
}

.modern-submit-btn:hover {
  background-color: #e5b310;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 192, 19, .3)
}

.modern-submit-btn i {
  font-size: 20px;
  margin-left: 8px
}

.privacy-notice {
  font-size: 13px;
  color: #666;
  margin-top: 15px
}

@media (max-width:991px) {
  .contact-modern-wrapper {
    grid-template-columns: 1fr
  }

  .contact-form-panel {
    padding: 30px 20px
  }
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 60px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #0b2c4a
}

.section-title::after,
.section-title::before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #f5b400
}

.service-grid {
  display: flex;
  gap: 20px;
  align-items: stretch
}

.service-card {
  position: relative;
  border-radius: 14px;
  padding: 35px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background: #fff
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, .7) 40%, rgba(255, 255, 255, .35) 100%);
  z-index: -1
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #f5b400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.icon-circle svg {
  width: 30px;
  height: 30px;
  fill: #fff
}

.service-card h3 {
  font-size: 18px;
  color: #0b2c4a
}

.service-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 20px;
  font-weight: 500
}

.service-card ul {
  margin-bottom: 20px;
  flex-grow: 1
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  margin-bottom: 12px;
  color: #1a1a1a;
  font-weight: 600
}

.service-card li svg {
  width: 16px;
  height: 16px;
  fill: #f5b400;
  flex-shrink: 0
}

.service-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2
}

.benefits {
  padding: 60px 0
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px
}

.benefit-grid div {
  background: #fff;
  padding: 20px;
  border-radius: 12px
}

.benefit-grid img {
  width: 30px;
  margin-bottom: 8px
}

.accounting-section {
  background: #fff;
  padding: 80px 0;
  font-family: var(--font-primary)
}

.left,
.right {
  background: #f1f2fa;
  padding: 15px;
  border-radius: 20px;
  display: flex
}

.wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: stretch
}

.left {
  flex: 1.5;
  flex-direction: column;
  justify-content: center
}

.right {
  flex: 2.2;
  flex-direction: column;
  justify-content: center
}

.badge,
.icon {
  border-radius: 50%
}

.left h2 {
  font-size: 22px;
  font-weight: 800;
  color: #0b2c5a;
  line-height: 1.3
}

.desc {
  margin: 20px 0;
  color: #555;
  line-height: 1.6
}

.features {
  padding: 0
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #0b2c5a
}

.icon,
.process-title {
  align-items: center;
  display: flex
}

.features img {
  width: 16px;
  margin-right: 10px
}

.process-title {
  justify-content: center;
  margin-bottom: 50px
}

.process-title span {
  width: 60px;
  height: 2px;
  background: #f4b400
}

.process-title h3 {
  margin: 0 15px;
  font-size: 22px;
  font-weight: 700;
  color: #0b2c5a
}

.steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.line {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  margin-top: 40px
}

.step {
  width: 200px
}



.badge,
.cta-left {
  align-items: center
}

.icon {

  width: 16px;
  min-width: 16px;
  display: flex;
  align-items: flex-start;
  margin-top: 4px
}

.icon img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain
}




.badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #f4b400;
  width: 34px;
  height: 34px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center
}

.step h4 {
  margin-top: 15px;
  font-size: 15px;
  color: #0b2c5a
}

.step p {
  font-size: 13px;
  color: #666;
  margin-top: 8px
}

.cta {
  background: #0b2c4a;
  padding: 40px 0;
  color: #fff
}

.cta-left {
  display: flex;
  gap: 12px
}

.cta-left img {
  width: 30px
}

.cta button {
  background: #f5b400;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  font-weight: 700;
  color: #0b2c4a;
  display: flex;
  align-items: center;
  gap: 10px
}

.cta button img {
  width: 16px
}

@media (max-width:992px) {

  .hero-grid,
  .steps,
  .wrapper {
    flex-direction: column
  }

  .steps {
    flex-direction: column;
    align-items: center
  }

  .line {
    display: none
  }

  .step {
    margin-bottom: 30px
  }

  .benefit-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .price-card {
    width: 100%
  }

  .service-grid {
    display: grid;
    gap: 20px
  }

  .service-card:nth-child(3) {
    grid-column: span 2
  }

  .cta-box {
    flex-direction: column;
    gap: 20px;
    text-align: center
  }
}

@media (max-width:576px) {
  .hero-left h1 {
    font-size: 28px
  }

  .section-title,
  .tagline {
    font-size: 18px
  }

  .price-card h1 {
    font-size: 26px
  }

  @media(max-width:992px) {
    .benefits div[style*=grid-template-columns] {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }
}





@media (max-width: 768px) {
  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("assets/img/coverimg/hero-img-14.png");
    background-position: center;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-features {
    flex-direction: column;
    gap: 15px;
  }

  .info-grid,
  .facts-grid {
    grid-template-columns: 1fr;
    /* 1 card per row on mobile screens */
  }

  .guide-header h2 {
    font-size: 24px;
  }

  .maven-content {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .hero-title {
    font-size: 28px;
  }

  .cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .btn-navy,
  .btn-whatsapp,
  .btn-outline {
    width: 100%;
  }

  .facts-header h3 {
    font-size: 18px;
  }
}