.nav-cta,
.nav-links a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600
}

.hero,
nav {
  position: relative
}

.bar-icon img,
.logo-image {
  object-fit: contain;
  display: block
}

.footer-contact a,
.hero-btn,
.nav-links a,
.social-btn {
  text-decoration: none
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #1a2a4a;
  overflow-x: hidden
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 48px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 100
}

.logo,
.nav-logo {
  display: flex;
  align-items: center
}

.logo-image {
  height: 70px;
  width: auto;
  margin-top: 0;
  margin-left: 0
}

.nav-links,
.nav-links .dropdown {
  display: flex;
  align-items: center
}

.nav-links {
  gap: 36px;
  list-style: none
}

.nav-links a {
  color: #1a2a4a;
  transition: color .2s
}

.about-left h2 .gold,
.about2-right-title .gold,
.calc-title span,
.hero-left h1 .gold,
.lb-header h2 .gold,
.nav-links a.active {
  color: #f5a800
}

.nav-links .dropdown {
  gap: 4px
}

.hero,
.hero-content {
  display: flex;
  align-items: center;
  width: 100%
}

.nav-links .dropdown::after {
  content: '▾';
  font-size: 11px;
  color: #1a2a4a
}

.nav-cta {
  border: 2px solid #f5a800;
  padding: 10px 22px;
  color: #1a2a4a;
  background: 0 0;
  cursor: pointer
}

.hero-btn,
.offer-label {
  font-weight: 700;
  font-family: Montserrat, sans-serif
}

.hero {
  height: 620px;
  overflow: hidden
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.hero-overlay {
  background: linear-gradient(to right, rgba(230, 238, 250, .82) 0, rgba(230, 238, 250, .55) 45%, rgba(230, 238, 250, 0) 70%);
  z-index: 1
}

.hero-content {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  padding: 0 60px
}

.hero-left {
  max-width: 520px
}

.hero-left h1 {
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
  color: #1a2a4a;
  margin-bottom: 6px
}

.hero-left .divider {
  width: 48px;
  height: 3px;
  background: #f5a800;
  margin: 18px 0 22px
}

.hero-left p {
  font-size: 15px;
  color: #2a3a5a;
  line-height: 1.65;
  margin-bottom: 10px
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  background: #f5a800;
  color: #1a2a4a;
  font-size: 15px;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  transition: background .2s
}

.calc-submit:hover,
.card-btn.gold-btn:hover,
.form-submit:hover,
.form2-submit:hover,
.hero-btn:hover {
  background: #e09800
}

.hero-btn .arrow {
  font-size: 18px
}

.offer-card {
  background: #fff;
  border-radius: 14px;
  width: 310px;
  min-width: 310px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(26, 42, 74, .18);
  flex-shrink: 0
}

.offer-card-header {
  background: #1a2a4a;
  padding: 22px 26px 20px
}

.offer-label {
  font-size: 11px;
  color: #f5a800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px
}

.about-left h2,
.bar-text span,
.offer-title {
  font-weight: 800
}

.about-tag,
.pricing-tag {
  letter-spacing: 2px;
  text-transform: uppercase
}

.offer-title {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 6px
}

.offer-subtitle {
  font-size: 13px;
  color: #c8d4e8
}

.bar-text,
.feature-item,
.price-amount,
.price-from,
.price-tag {
  color: #1a2a4a;
  font-family: Montserrat, sans-serif
}

.offer-price-bar {
  background: #f5a800;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  gap: 8px
}

.price-from {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2
}

.price-amount {
  font-size: 44px;
  font-weight: 900;
  line-height: 1
}

.price-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: auto;
  text-align: right
}

.calc-subtitle,
.calc-title,
.expect-step,
.form-note,
.partners-title,
.pricing-note,
.pricing-subtitle,
.pricing-tag,
.pricing-title {
  text-align: center
}

.offer-features {
  padding: 18px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 13px
}

.feature-icon,
.feature-item {
  display: flex;
  align-items: center
}

.feature-item {
  gap: 12px;
  font-size: 13px;
  font-weight: 600
}

.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f0f4fa;
  justify-content: center;
  flex-shrink: 0
}

.bar-item,
.bottom-bar {
  display: flex;
  align-items: center
}

.feature-icon svg {
  width: 16px;
  height: 16px;
  stroke: #1a2a4a;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.bottom-bar {
  background: #f8f9fc;
  border-top: 1px solid #e8edf5;
  padding: 20px 60px;
  justify-content: space-around
}

.bar-item {
  gap: 14px
}

.badge,
.bar-icon {
  align-items: center;
  display: flex
}

.bar-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #e0e8f5;
  justify-content: center;
  background: #fff;
  flex-shrink: 0
}

.bar-icon img {
  width: 30px;
  height: 30px
}

.img-carousel-main img,
.img-carousel-thumbs img,
.person-card img {
  object-fit: cover;
  object-fit: cover
}

.bar-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 140px
}

.about-section {
  padding: 70px 60px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  background: #fff
}

.about-left {
  flex: 1.2
}

.about-tag {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6a7a9a;
  margin-bottom: 10px
}

.about-left h2,
.badge-text {
  color: #1a2a4a;
  font-family: Montserrat, sans-serif
}

.about-left h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px
}

.about-left>p {
  font-size: 14px;
  color: #4a5a7a;
  line-height: 1.75;
  margin-bottom: 22px
}

.about-badges {
  display: flex;
  gap: 16px;
  margin-bottom: 22px
}

.badge {
  gap: 12px;
  background: #f0f4fa;
  border-radius: 10px;
  padding: 12px 18px
}

.badge-icon {
  width: 38px;
  height: 38px;
  background: #1a2a4a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.about2-icon svg,
.badge-icon svg,
.contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: #f5a800;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.badge-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4
}

.about-checks {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a2a4a
}

.expertise-badge,
.form-title {
  font-weight: 800;
  color: #1a2a4a;
  font-family: Montserrat, sans-serif
}

.check-dot {
  width: 8px;
  height: 8px;
  background: #f5a800;
  border-radius: 50%;
  flex-shrink: 0
}

.about-center {
  width: 360px;
  flex-shrink: 0;
  position: relative;
  margin-top: 10px
}

.person-card {
  background: 0 0;
  border-radius: 20px;
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(26, 42, 74, .15)
}

.person-card::before {
  display: none
}

.person-card img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .3s
}

.person-card:hover img {
  transform: scale(1.02)
}

.expertise-badge {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5a800;
  font-size: 11px;
  padding: 10px 20px;
  border-radius: 40px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(245, 168, 0, .4);
  z-index: 2
}

.card-ribbon,
.expect-step,
.step-circle {
  position: relative;
  display: flex
}

.about-right {
  width: 390px;
  flex-shrink: 0;
  background: #f8f9fc;
  border-radius: 16px;
  padding: 26px 28px
}

.form-title {
  font-size: 17px;
  margin-bottom: 3px
}

.form-sub {
  font-size: 12px;
  color: #8a9ab8;
  margin-bottom: 16px
}

.form-group {
  margin-bottom: 11px
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid #e0e8f5;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1a2a4a;
  background: #fff;
  outline: 0
}

.form-group textarea {
  height: 68px;
  resize: none
}

.form-phone-row {
  display: flex;
  gap: 8px
}

.form-phone-row select {
  width: 82px;
  flex-shrink: 0
}

.calc-group,
.form-phone-row input {
  flex: 1
}

.form-submit {
  width: 100%;
  background: #f5a800;
  color: #1a2a4a;
  border: none;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 4px
}

.form-note {
  font-size: 11px;
  color: #8a9ab8;
  margin-top: 8px
}

.expect-title,
.step-label {
  color: #1a2a4a;
  font-family: Montserrat, sans-serif
}

.expect-section {
  background: #f8f9fc;
  padding: 48px 60px;
  border-top: 1px solid #eef0f5
}

.expect-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 32px
}

.card-price sup,
.step-label {
  font-size: 13px;
  font-weight: 700
}

.expect-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.expect-step {
  flex: 1;
  flex-direction: column;
  align-items: center
}

.expect-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 27px;
  left: 55%;
  width: 90%;
  height: 1.5px;
  background: linear-gradient(to right, #f5a800 0, #e0e8f5 100%)
}

.step-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e0e8f5;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  z-index: 1;
  box-shadow: 0 4px 14px rgba(26, 42, 74, .07)
}

.step-circle svg {
  width: 22px;
  height: 22px;
  stroke: #f5a800;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.step-label {
  margin-bottom: 7px
}

.step-desc {
  font-size: 12px;
  color: #6a7a9a;
  line-height: 1.6;
  max-width: 145px
}

.pricing-section {
  padding: 70px 60px;
  background: #fff
}

.pricing-tag {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #f5a800;
  margin-bottom: 10px
}

.card-zone,
.pricing-title,
.ribbon-badge {
  font-family: Montserrat, sans-serif;
  font-weight: 800
}

.pricing-title {
  font-size: 34px;
  color: #1a2a4a;
  margin-bottom: 14px
}

.pricing-subtitle {
  font-size: 13.5px;
  color: #6a7a9a;
  max-width: 740px;
  margin: 0 auto 40px;
  line-height: 1.7
}

.pricing-cards {
  display: flex;
  gap: 20px;
  justify-content: center
}

.pricing-card {
  flex: 1;
  max-width: 245px;
  border: 1.5px solid #e0e8f5;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s
}

.pricing-card:hover {
  box-shadow: 0 14px 44px rgba(26, 42, 74, .13);
  transform: translateY(-5px)
}

.pricing-card.featured {
  border-color: #f5a800;
  box-shadow: 0 8px 30px rgba(245, 168, 0, .18)
}

.card-ribbon {
  background: #1a2a4a;
  padding: 16px 18px;
  align-items: flex-start;
  justify-content: space-between
}

.card-btn.gold-btn,
.card-ribbon.gold-ribbon,
.ribbon-badge {
  background: #f5a800
}

.ribbon-badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #1a2a4a;
  font-size: 9px;
  padding: 4px 10px;
  border-bottom-left-radius: 8px;
  text-transform: uppercase;
  letter-spacing: .8px
}

.about2-right-label,
.partners-title {
  letter-spacing: 2px;
  text-transform: uppercase
}

.card-ribbon.gold-ribbon .ribbon-badge {
  background: #1a2a4a;
  color: #f5a800
}

.card-zone {
  font-size: 18px;
  color: #fff
}

.card-starting,
.card-zone-sub {
  font-size: 11px;
  font-weight: 600;
  font-family: Montserrat, sans-serif
}

.card-ribbon.gold-ribbon .card-zone,
.contact-address,
.contact-row,
.footer-bottom,
.footer-bottom span,
.footer-contact,
.footer-contact a,
.footer-left .footer-contact .contact-address,
.footer-left .footer-contact .contact-row,
.footer-left .footer-contact div,
.footer-links a,
.footer-links h4,
.footer-text {
  color: #1a2a4a
}

.card-zone-sub {
  color: #8aa0c8;
  margin-top: 2px
}

.card-ribbon.gold-ribbon .card-zone-sub {
  color: #6a4a10
}

.card-body {
  padding: 18px 18px 20px
}

.card-starting {
  color: #8a9ab8;
  margin-bottom: 4px
}

.card-price {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #1a2a4a;
  margin-bottom: 16px;
  line-height: 1
}

.card-price sup {
  vertical-align: super;
  margin-right: 2px
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px
}

.card-feature,
.tick {
  display: flex;
  align-items: center
}

.card-feature {
  gap: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #3a4a6a
}

.tick {
  width: 17px;
  height: 17px;
  background: #e8f5e9;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0
}

.card-btn,
.carousel-arrow {
  align-items: center;
  transition: background .2s;
  display: flex;
  cursor: pointer
}

.tick::after {
  content: '✓';
  font-size: 9px;
  color: #2e7d32;
  font-weight: 900
}

.card-btn {
  justify-content: space-between;
  width: 100%;
  padding: 11px 15px;
  background: #f0f4fa;
  border: none;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a2a4a
}

.card-btn:hover {
  background: #e0e8f5
}

.pricing-note {
  font-size: 12px;
  color: #8a9ab8;
  margin-top: 22px
}

.about2-section {
  display: flex;
  align-items: stretch;
  min-height: 380px
}

.about2-left {
  flex: 1;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column
}

.img-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

.img-carousel-main {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 0
}

.img-carousel-main img {
  inset: 0;
  will-change: opacity;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
  will-change: opacity;
  z-index: 0
}

.img-carousel-main img.ic-active {
  position: relative;
  opacity: 1;
  z-index: 1
}

.carousel-watermark {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .65);
  z-index: 3;
  pointer-events: none
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, .45);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  z-index: 4;
  justify-content: center;
  line-height: 1
}

.about2-right-label,
.carousel-swipe-hint {
  font-family: Montserrat, sans-serif;
  font-size: 11px
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, .72)
}

.carousel-arrow.ic-prev {
  left: 12px
}

.carousel-arrow.ic-next {
  right: 12px
}

.carousel-swipe-hint {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: rgba(255, 255, 255, .7);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px
}

.carousel-swipe-hint::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, .6)
}

.img-carousel-thumbs {
  display: flex;
  height: 112px;
  flex-shrink: 0
}

.img-carousel-thumbs img {
  flex: 1;
  width: 0;
  height: 100%;
  cursor: pointer;
  opacity: .65;
  transition: opacity .2s;
  border-top: 3px solid transparent
}

.img-carousel-thumbs img.ic-active,
.img-carousel-thumbs img:hover {
  opacity: 1;
  border-top-color: #f5a800
}

.img-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 10px 0 9px;
  background: #fff;
  flex-shrink: 0
}

.ic-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d8e8;
  cursor: pointer;
  transition: width .2s, background .2s;
  border: none;
  padding: 0;
  margin: 0 7px;
}

.ic-dot.ic-active {
  width: 22px;
  border-radius: 5px;
  background: #f5a800
}

.about2-right {
  flex: 1.1;
  padding: 52px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.about2-right-label {
  font-weight: 700;
  color: #f5a800;
  margin-bottom: 12px
}

.about2-item-title,
.about2-right-title {
  color: #1a2a4a;
  font-family: Montserrat, sans-serif
}

.about2-right-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px
}

.about2-right>p {
  font-size: 13.5px;
  color: #4a5a7a;
  line-height: 1.75;
  margin-bottom: 24px
}

.about2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px
}

.about2-item {
  display: flex;
  align-items: flex-start;
  gap: 13px
}

.about2-icon,
.partner-logo {
  align-items: center;
  display: flex
}

.about2-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #fff8e6;
  border: 1.5px solid #f5d080;
  justify-content: center;
  flex-shrink: 0
}

.about2-item-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px
}

.about2-item-desc {
  font-size: 12px;
  color: #6a7a9a;
  line-height: 1.55
}

.partners-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #f5a800;
  margin: 15px auto 0;
  border-radius: 2px
}

.partners-carousel-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.partners-carousel {
  overflow: hidden;
  width: 100%
}

.partners-track {
  display: flex;
  gap: 30px;
  animation: 25s linear infinite scrollPartners;
  width: fit-content
}

.partners-track:hover {
  animation-play-state: paused
}

.partner-slide {
  flex-shrink: 0;
  width: 200px;
  padding: 10px
}

.partner-logo {
  background: #fff;
  cursor: pointer;
  justify-content: center;
  min-height: 130px
}

.partner-logo img {
  width: 100%;
  max-width: 140px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  transition: transform .3s
}

.partner-logo:hover img,
.team-card:hover .team-img-wrapper img {
  transform: scale(1.05)
}

@keyframes scrollPartners {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:1024px) {
  .partners-section {
    padding: 50px 30px
  }

  .partners-title {
    font-size: 24px
  }

  .partner-slide {
    width: 170px
  }

  .partner-logo {
    padding: 20px 15px;
    min-height: 110px
  }
}

@media (max-width:768px) {
  .partners-section {
    padding: 40px 20px
  }

  .partners-title {
    font-size: 22px
  }

  .partner-slide {
    width: 150px
  }

  .partner-logo {
    padding: 18px 12px;
    min-height: 100px
  }

  .partner-logo img {
    max-width: 100px;
    max-height: 60px
  }

  .partners-track {
    gap: 20px;
    animation-duration: 20s
  }
}

@media (max-width:480px) {
  .partner-slide {
    width: 130px
  }

  .partner-logo {
    padding: 15px 10px;
    min-height: 85px
  }

  .partner-logo img {
    max-width: 80px;
    max-height: 50px
  }

  .partners-track {
    gap: 15px;
    animation-duration: 18s
  }

  #icDots {
    gap: 14px;
  }

  .ic-dot {
    width: 16px;
    height: 16px;
  }

}


.partners-section {
  overflow: hidden;
  padding: 44px 60px;
  background: #fff;
  border-top: 1px solid #eef0f5
}

.form2-group input:focus,
.form2-group select:focus,
.form2-group textarea:focus,
.partner-logo:hover,
.social-btn:hover {
  border-color: #f5a800
}

.partners-title {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a2a4a;
  margin-bottom: 28px
}

.calc-title,
.partner-logo {
  font-weight: 800;
  font-family: Montserrat, sans-serif
}

.calc-submit,
.form2-group label {
  letter-spacing: .5px;
  display: block
}

.partners-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}

.partner-logo {
  font-size: 14px;
  color: #6a7a9a;
  padding: 10px 22px;
  border: 1.5px solid #e0e8f5;
  border-radius: 8px;
  white-space: nowrap;
  transition: border-color .2s, color .2s
}

.calculator-section::after,
.calculator-section::before {
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  content: ''
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(245, 168, 0, .15);
  color: #1a2a4a
}

.calculator-section {
  background: linear-gradient(140deg, #08111f 0, #1a2a4a 100%);
  padding: 70px 60px;
  position: relative;
  overflow: hidden
}

.calculator-section::before {
  top: -100px;
  right: -100px;
  width: 340px;
  height: 340px;
  background: rgba(245, 168, 0, .06)
}

.calculator-section::after {
  bottom: -80px;
  left: 20%;
  width: 240px;
  height: 240px;
  background: rgba(245, 168, 0, .04)
}

.calc-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 14px
}

.calc-subtitle {
  font-size: 13.5px;
  color: #7a8aa8;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.7
}

.calc-box {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 38px 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.calc-row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px
}

.calc-group label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #b8c8e0;
  margin-bottom: 8px;
  display: block
}

.calc-group input,
.calc-group select {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .07);
  border: 1.5px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
  outline: 0;
  appearance: none;
  -webkit-appearance: none
}

.calc-submit,
.contact-detail-label,
.contact-info h3,
.contact-title,
.map-placeholder span {
  font-family: Montserrat, sans-serif
}

.calc-group select option {
  background: #1a2a4a;
  color: #fff
}

.calc-submit {
  margin-left: 250px;
  width: 20%;
  background: #f5a800;
  color: #1a2a4a;
  border: none;
  padding: 15px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 6px
}

.contact-section {
  padding: 70px 60px;
  background: #f8f9fc
}

.contact-title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a2a4a;
  margin-bottom: 36px
}

.footer-bottom,
.lb-empty,
.lb-footer,
.lb-header,
.team-heading,
.team-info {
  text-align: center
}

.contact-grid {
  display: flex;
  gap: 36px;
  align-items: flex-start
}

.contact-info {
  width: 470px;
  height: 600px;
  flex-shrink: 0;
  background: #1a2a4a;
  border-radius: 16px;
  padding: 34px 30px;
  color: #fff
}

.contact-info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px
}

.contact-info>p {
  font-size: 13px;
  color: #7a8aa8;
  line-height: 1.65;
  margin-bottom: 26px
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px
}

.contact-icon,
.map-placeholder {
  align-items: center;
  display: flex
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(245, 168, 0, .12);
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0
}

.contact-detail-label {
  font-size: 10px;
  font-weight: 700;
  color: #f5a800;
  letter-spacing: 1px;
  margin-bottom: 3px
}

.form2-group,
.form2-row {
  margin-bottom: 14px
}

.contact-detail-text {
  font-size: 13px;
  color: #c0cfe8;
  line-height: 1.6
}

.map-placeholder {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 230px;
  background: linear-gradient(135deg, #0d1e38 0, #1e3a6e 100%);
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .08)
}

.map-placeholder span {
  font-size: 12px;
  color: #5a7aa8;
  font-weight: 600
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  font-family: Montserrat, sans-serif
}

.contact-form h3,
.form2-submit {
  font-family: Montserrat, sans-serif;
  font-weight: 800
}

.social-btn:hover {
  background: rgba(245, 168, 0, .1);
  color: #f5a800
}

.contact-form {
  flex: 1;
  background: #fff;
  height: 600px;
  border-radius: 16px;
  padding: 34px 30px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, .06)
}

.contact-form h3 {
  font-size: 19px;
  color: #1a2a4a;
  margin-bottom: 22px
}

.form2-row {
  display: flex;
  gap: 14px
}

.form2-row .form2-group {
  flex: 1;
  margin-bottom: 0
}

.form2-group label {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6a7a9a;
  margin-bottom: 6px
}

.form2-group input,
.form2-group select,
.form2-group textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #e0e8f5;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1a2a4a;
  outline: 0;
  background: #fff;
  transition: border-color .2s
}

.form2-group textarea {
  height: 88px;
  resize: none
}

.form2-submit {
  width: 100%;
  background: #f5a800;
  color: #1a2a4a;
  border: none;
  padding: 14px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: .3px
}

.footer {
  background: #f5f5f6;
  padding: 80px 90px 0
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 170px;
  align-items: start
}

.footer-logo {
  width: 175px;
  margin-bottom: 28px;
  display: block
}

.footer-contact {
  color: #1a2a4a;
  font-size: 16px;
  line-height: 2
}

.contact-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  color: #1a2a4a
}

.contact-address {
  margin-left: 28px;
  margin-bottom: 12px;
  color: #1a2a4a
}

.footer-contact a {
  color: #1a2a4a;
  font-weight: 500
}

.footer-contact a:hover {
  color: #f5a800;
  text-decoration: underline
}

.footer-links a,
.lb-card,
.socials a,
.team-social a,
.whatsapp-float {
  text-decoration: none
}

.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
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 26px
}

.socials 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
}

.socials a:hover {
  background: #f5a800;
  color: #1a2a4a;
  transform: translateY(-3px)
}

.footer-links {
  display: flex;
  flex-direction: column
}

.footer-links h4 {
  color: #1a2a4a;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 32px;
  font-weight: 800
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a2a4a;
  margin-bottom: 20px;
  font-size: 17px;
  transition: .2s
}

.scroll-top,
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  align-items: center;
  z-index: 999;
  display: flex;
  cursor: pointer
}

.footer-links span {
  color: #f5a800;
  font-size: 20px;
  margin-top: -2px
}

.footer-links a:hover {
  transform: translateX(5px);
  color: #f5a800
}

.footer-bottom {
  margin-top: 75px;
  padding: 24px;
  border-top: 1px solid #dfe4ea;
  color: #1a2a4a;
  font-size: 15px
}

.footer-bottom span {
  color: #1a2a4a;
  font-weight: 700
}

@media (max-width:991px) {
  .footer {
    padding: 60px 30px
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 60px
  }
}

.whatsapp-float {
  left: 26px;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .5)
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff
}

.scroll-top {
  right: 26px;
  width: 42px;
  height: 42px;
  background: #1a2a4a;
  border: none;
  border-radius: 8px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: background .2s
}

.scroll-top:hover {
  background: #f5a800;
  color: #1a2a4a
}

.cost-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08)
}

.learn-btn:hover {
  background: #061b63;
  border-color: #061b63;
  color: #fff !important
}

.learn-btn:hover span {
  transform: translateX(5px);
  color: #f5a800 !important
}

.lb-tag,
.team-mini-title span:not(.team-mini-line) {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #f5a800;
  text-transform: uppercase
}

.cost-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #061b63;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:1400px) {
  .cost-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:768px) {
  .cost-grid {
    grid-template-columns: 1fr
  }

  .pricing-section {
    padding: 40px 20px
  }
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 6px;
  z-index: 200
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a2a4a;
  border-radius: 2px;
  transition: .3s
}

.team-section {
  padding: 60px;
  background: #fff
}

.team-container {
  max-width: 1420px;
  margin: 0 auto
}

.team-heading {
  margin-bottom: 50px
}

.team-mini-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px
}

.team-row,
.team-row-center {
  justify-content: center
}

.team-mini-line {
  width: 30px;
  height: 2px;
  background: #f5a800
}

.team-mini-title span:not(.team-mini-line) {
  font-size: 12px;
  letter-spacing: 2px
}

.team-heading h2 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #1a2a4a;
  margin-bottom: 10px
}

.team-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap
}

.team-row:last-child {
  margin-bottom: 0
}

.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(26, 42, 74, .08);
  transition: transform .3s, box-shadow .3s;
  width: calc(25% - 23px);
  min-width: 220px;
  max-width: 280px
}

.lb-card,
.lb-empty {
  box-shadow: 0 4px 24px rgba(26, 42, 74, .08)
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 42, 74, .15)
}

.team-row-center .team-card {
  width: calc(33.33% - 20px);
  max-width: 320px
}

.team-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.team-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
  transition: bottom .3s
}

.team-card:hover .team-social {
  bottom: 0
}

.team-social a {
  width: 36px;
  height: 36px;
  background: #f5a800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a2a4a;
  font-size: 16px;
  transition: .3s
}

.team-social a:hover {
  background: #fff;
  transform: scale(1.1)
}

.team-info {
  padding: 20px
}

.team-info h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #1a2a4a;
  margin-bottom: 6px
}

.team-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6a7a9a;
  font-weight: 500
}

@media (max-width:1024px) {

  .nav-links a,
  nav {
    padding: 12px 20px
  }

  .about-badges,
  nav {
    flex-wrap: wrap
  }

  .nav-links,
  .nav-links .dropdown {
    flex-direction: column;
    gap: 0;
    width: 100%
  }

  .nav-hamburger,
  .nav-links.open {
    display: flex
  }

  .expect-step:not(:last-child)::after,
  .nav-cta,
  .nav-links,
  .nav-links .dropdown::after {
    display: none
  }

  .nav-links {
    align-items: flex-start;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px 0;
    order: 3
  }

  .about-left,
  .about-right,
  .nav-links li {
    width: 100%
  }

  .nav-links a {
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0
  }

  .nav-links .dropdown {
    align-items: flex-start
  }

  .nav-links .dropdown-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    box-shadow: 0 8px 25px rgba(26, 42, 74, .08) !important;
    border-radius: 8px !important;
    padding: 6px 0 !important;
    width: 85% !important;
    max-width: 280px !important;
    margin-left: 20px !important;
    background: #fff !important;
    overflow: hidden !important
  }

  .nav-links li:hover>.dropdown-menu {
    display: none !important
  }

  .nav-links li.active>.dropdown-menu {
    display: block !important
  }

  .nav-links .dropdown-menu li {
    margin: 2px 6px !important
  }

  .nav-links .dropdown-menu .dropdown-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px 0 !important;
    left: 0 !important;
    top: 0 !important;
    background: #fcfcfc !important;
    border-left: 3px solid #ffc451 !important;
    border-radius: 4px !important
  }

  .nav-links .dropdown-menu a {
    padding: 10px 16px !important;
    font-size: 14px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    border-bottom: none !important;
    border-radius: 6px !important;
    transition: background-color .25s, color .25s !important
  }

  .nav-links .dropdown-menu a:hover,
  .nav-links .dropdown-menu li.active>a {
    background: #f5a800 !important;
    color: #fff !important
  }

  .nav-links .dropdown-menu .dropdown-menu a {
    padding-left: 26px !important
  }

  .hero {
    height: auto;
    min-height: 100vh;
    padding: 30px 0 40px
  }

  .hero-overlay {
    background: linear-gradient(to bottom, rgba(230, 238, 250, .92) 0, rgba(230, 238, 250, .85) 100%)
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0 20px
  }

  .hero-left {
    max-width: 100%
  }

  .hero-left h1 {
    font-size: 32px
  }

  .footer-contact,
  .hero-left p {
    font-size: 14px
  }

  .hero-btn {
    font-size: 13px;
    padding: 13px 22px
  }

  .offer-card {
    width: 100%;
    min-width: unset
  }

  .bottom-bar {
    padding: 16px 14px;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start
  }

  .bar-item {
    width: calc(50% - 8px)
  }

  .bar-text {
    font-size: 11px;
    max-width: unset
  }

  .about-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px
  }

  .about-left h2 {
    font-size: 28px
  }

  .about-center {
    width: 100%;
    margin: 0 auto
  }

  .person-card {
    height: 240px
  }

  .expect-section {
    padding: 36px 20px
  }

  .expect-steps {
    flex-direction: column;
    align-items: center;
    gap: 32px
  }

  .step-desc {
    max-width: 260px
  }

  .calculator-section,
  .pricing-section {
    padding: 40px 20px !important
  }

  .pricing-title {
    font-size: 24px
  }

  .cost-grid {
    grid-template-columns: 1fr !important;
    max-width: 400px !important;
    margin: 0 auto !important
  }

  .about2-section {
    flex-direction: column;
    min-height: unset
  }

  .about2-left {
    min-height: 300px
  }

  .img-carousel-thumbs {
    height: 70px
  }

  .about2-right {
    padding: 32px 20px
  }

  .about2-right-title {
    font-size: 22px
  }

  .about2-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .partners-section {
    padding: 30px 20px
  }

  .partners-logos {
    justify-content: center
  }

  .calc-title {
    font-size: 24px !important
  }

  .calc-box {
    padding: 24px 18px !important
  }

  .calc-row {
    flex-direction: column !important;
    gap: 14px !important
  }

  .calc-submit {
    margin-left: 0 !important;
    width: 100% !important
  }

  .contact-section,
  .team-section {
    padding: 40px 20px
  }

  .contact-grid {
    flex-direction: column;
    gap: 24px
  }

  .contact-info {
    width: 100% !important;
    height: auto !important
  }

  .contact-form {
    width: 100%;
    height: auto !important
  }

  .map-placeholder {
    height: 180px
  }

  .footer {
    padding: 48px 20px 0
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .footer-logo {
    width: 130px
  }

  .footer-links a {
    font-size: 15px
  }

  .footer-bottom {
    margin-top: 40px;
    font-size: 13px
  }

  .team-card {
    width: calc(33.33% - 20px)
  }

  .team-row-center .team-card {
    width: calc(50% - 15px)
  }
}

@media (max-width:768px) {

  .team-card,
  .team-row-center .team-card {
    width: calc(50% - 15px)
  }

  .team-card {
    min-width: unset
  }
}

@media (max-width:640px) {

  .team-card,
  .team-row-center .team-card {
    width: 100%;
    max-width: 280px
  }
}

.nav-links .dropdown-menu li,
.nav-links li {
  position: relative
}

.nav-links .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1000;
  padding: 10px 0;
  list-style: none
}

.nav-links li:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible
}

.nav-links .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #1a2a4a;
  white-space: nowrap;
  text-decoration: none
}

.nav-links .dropdown-menu a:hover {
  background: #f5a800;
  color: #fff
}

.nav-links .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%
}

.latest-blogs-section {
  padding: 90px 60px;
  background: linear-gradient(160deg, #f8f9fc 0, #eef2fa 100%);
  position: relative;
  overflow: hidden
}

.latest-blogs-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 168, 0, .08) 0, transparent 70%);
  border-radius: 50%;
  pointer-events: none
}

.lb-header {
  margin-bottom: 52px
}

.lb-tag {
  font-size: 11px;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
  display: block
}

.lb-card-category,
.lb-header h2 {
  font-weight: 800;
  font-family: Montserrat, sans-serif
}

.lb-header h2 {
  font-size: 36px;
  color: #1a2a4a;
  line-height: 1.2;
  margin-bottom: 14px
}

.lb-subtitle {
  font-size: 15px;
  color: #6a7a9a;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7
}

.lb-swiper-wrapper {
  position: relative;
  padding-bottom: 56px
}

.lb-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
  color: inherit
}

.lb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 48px rgba(26, 42, 74, .15)
}

.lb-card-img-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1a2a4a 0, #2a4a7a 100%);
  flex-shrink: 0
}

.lb-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block
}

.lb-card:hover .lb-card-img-wrap img {
  transform: scale(1.07)
}

.lb-card-no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a2a4a 0, #2a3f6e 100%)
}

.lb-card-no-img svg {
  width: 64px;
  height: 64px;
  opacity: .35
}

.lb-card-category {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #f5a800;
  color: #1a2a4a;
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .8px;
  z-index: 2
}

.lb-card-body {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.lb-card-date {
  font-size: 11px;
  color: #9aaac0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px
}

.lb-card-excerpt,
.lb-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.lb-card-date::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #f5a800;
  border-radius: 2px;
  flex-shrink: 0
}

.lb-card-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #1a2a4a;
  line-height: 1.4;
  margin-bottom: 12px;
  -webkit-line-clamp: 2
}

.lb-card-excerpt {
  font-size: 13px;
  color: #6a7a9a;
  line-height: 1.7;
  flex: 1;
  -webkit-line-clamp: 3;
  margin-bottom: 20px
}

.lb-read-more,
.lb-view-all {
  display: inline-flex;
  font-weight: 700;
  background: 0 0;
  text-decoration: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif
}

.lb-read-more {
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #f5a800;
  padding: 0;
  border: none;
  transition: gap .2s
}

.lb-read-more:hover {
  gap: 14px;
  color: #e09800
}

.lb-read-more .arr {
  font-size: 16px;
  line-height: 1
}

.lb-swiper .swiper-button-next,
.lb-swiper .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(26, 42, 74, .14);
  color: #1a2a4a;
  top: 38%;
  transition: background .2s, transform .2s
}

.lb-swiper .swiper-button-next:hover,
.lb-swiper .swiper-button-prev:hover {
  background: #f5a800;
  color: #1a2a4a;
  transform: scale(1.08)
}

.lb-swiper .swiper-button-next::after,
.lb-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 900
}

.lb-swiper .swiper-button-prev {
  left: -22px
}

.lb-swiper .swiper-button-next {
  right: -22px
}

.lb-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #c8d4e8;
  opacity: 1;
  transition: width .25s, background .25s;
  border-radius: 5px
}

.lb-swiper .swiper-pagination-bullet-active {
  background: #f5a800;
  width: 24px
}

.lb-footer {
  margin-top: 44px
}

.lb-view-all {
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1a2a4a;
  border: 2px solid #1a2a4a;
  padding: 14px 36px;
  border-radius: 8px;
  transition: background .22s, color .22s, border-color .22s
}

.lb-view-all:hover {
  background: #1a2a4a;
  color: #f5a800;
  border-color: #1a2a4a
}

.lb-empty {
  padding: 60px 20px;
  background: #fff;
  border-radius: 18px;
  max-width: 480px;
  margin: 0 auto
}

.lb-empty svg {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: block;
  opacity: .3
}

.lb-card-author,
.lb-empty h3 {
  font-weight: 800;
  margin-bottom: 10px
}

.lb-empty h3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #1a2a4a
}

.lb-empty p {
  font-size: 14px;
  color: #8a9ab8;
  line-height: 1.7
}

.lb-card-author {
  font-size: 14px;
  color: #000000ff
}

@media (max-width:1100px) {
  .latest-blogs-section {
    padding: 70px 40px
  }

  .lb-swiper .swiper-button-prev {
    left: -8px
  }

  .lb-swiper .swiper-button-next {
    right: -8px
  }
}

@media (max-width:768px) {
  .latest-blogs-section {
    padding: 60px 20px
  }

  .lb-header h2 {
    font-size: 28px
  }

  .lb-swiper .swiper-button-next,
  .lb-swiper .swiper-button-prev {
    display: none
  }
}

@media (max-width:480px) {
  .hero-left h1 {
    font-size: 26px
  }

  .bar-item {
    width: 100%
  }

  .about-badges {
    flex-direction: column
  }

  .price-amount {
    font-size: 34px
  }

  .about2-right-title {
    font-size: 20px
  }

  .calc-title {
    font-size: 20px !important
  }

  .contact-title {
    font-size: 15px
  }

  .lb-card-img-wrap {
    height: 180px
  }
}