:root {
  --bo-brown: #0b3764;
  --bo-brown-dark: #062647;
  --bo-gold: #3e9a43;
  --bo-gold-soft: #dcefdc;
  --bo-cream: #f5f8fb;
  --bo-text: #102033;
  --bo-muted: #647386;
  --theme-color2: #3e9a43;
  --bg-theme-color2: #3e9a43;
  --border-theme-color2: #3e9a43;
  --text-color-bg-theme-color2: #ffffff;
  --gradient-1: linear-gradient(to left, #3e9a43, #0b3764);
}

body {
  background: #fff;
  color: var(--bo-text);
}

.wow,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
  animation-name: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-wrapper {
  background: #fff;
}

.main-header.header-style-one {
  background: #fff;
  box-shadow: 0 8px 28px rgba(45, 20, 9, 0.06);
  position: sticky;
  top: 0;
  z-index: 99;
}

.main-header .header-top {
  background: var(--bo-brown-dark);
  display: block;
}

.main-header .header-top a,
.main-header .header-top li {
  color: #fff !important;
}

.main-header .header-top i {
  color: var(--bo-gold) !important;
}

.main-header .header-lower {
  background: #fff;
}

.main-header .header-lower .main-box {
  align-items: center;
  display: flex;
  min-height: 82px;
}

.header-style-one .header-lower .logo-box {
  background: transparent !important;
  flex: 0 0 250px;
  min-width: 250px;
  padding: 0;
}

.header-style-one .header-lower .logo-box::before,
.header-style-one .header-lower .logo-box:before {
  display: none !important;
}

.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
  background: transparent !important;
  box-shadow: none !important;
  max-height: 62px;
  object-fit: contain;
  padding: 0 !important;
  width: 230px !important;
}

.bo-mobile-nav {
  display: none !important;
}

.main-header .nav-outer {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.main-header .main-menu {
  flex: 1 1 auto;
}

.main-menu .navigation {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.main-menu .navigation > li {
  margin-left: 22px;
  white-space: nowrap;
}

.main-menu .navigation > li > a {
  color: var(--bo-brown-dark) !important;
  font-size: 13px;
  font-weight: 700;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: var(--bo-gold) !important;
}

.main-menu .navigation > li:before {
  background: var(--bo-gold) !important;
}

.main-menu .navigation > li > ul {
  border-top: 3px solid var(--bo-gold);
}

.main-header .outer-box {
  flex: 0 0 auto;
  margin-left: 24px;
}

.theme-btn,
.btn-style-one,
.btn-style-two {
  border-radius: 0 !important;
}

.btn-style-one,
.btn-style-one.hvr-dark {
  background: var(--bo-brown-dark) !important;
  border-color: var(--bo-brown-dark) !important;
}

.btn-style-one:before,
.btn-style-one:hover:before,
.btn-style-one.hvr-dark:before {
  background: var(--bo-gold) !important;
}

.btn-style-two {
  background: #fff !important;
  color: var(--bo-brown-dark) !important;
}

.btn-style-two:before,
.btn-style-two:hover:before {
  background: var(--bo-gold) !important;
}

.banner-section {
  min-height: 500px;
}

.banner-section:before {
  display: none !important;
}

.banner-section .slide-item {
  min-height: 500px;
}

.banner-section .content-box {
  margin: 0 auto;
  max-width: 980px;
  padding: 94px 0 120px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.banner-section .sub-title {
  color: var(--bo-gold-soft) !important;
  background: transparent !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-bottom: 18px;
  padding: 0 !important;
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.banner-section .content-box .sub-title:before {
  background: var(--bo-gold) !important;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0.95;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: 74px;
  z-index: 0;
}

.banner-section .content-box .sub-title:after {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  bottom: -10px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6px;
}

.banner-section .content-box .title,
.banner-section .title {
  color: #fff !important;
  font-family: var(--title-font);
  font-size: clamp(62px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.86em;
  margin: 0 auto 34px;
  max-width: 940px;
  opacity: 1 !important;
  text-transform: none;
}

.banner-section .slide-item .bg-image:before {
  background: rgba(45, 20, 9, 0.42) !important;
  opacity: 1 !important;
  z-index: 1;
}

.banner-section .animate-1,
.banner-section .animate-2,
.banner-section .animate-3 {
  opacity: 1 !important;
  transform: none !important;
}

.banner-section .owl-nav {
  display: none !important;
}

.custom-counter-sec {
  background: #fff;
  margin-top: -54px;
  padding-bottom: 46px;
  position: relative;
  z-index: 5;
}

.custom-counter-sec .fact-counter {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.counter-block .inner {
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(45, 20, 9, 0.09) !important;
}

.counter-block .inner:before,
.counter-block .inner:after {
  display: none !important;
}

.counter-block .icon {
  background: var(--bo-brown) !important;
  color: #fff !important;
}

.counter-block .icon:before {
  color: #fff !important;
  font-family: flaticon_mizox !important;
}

.counter-block .count-box {
  color: var(--bo-brown-dark) !important;
}

.counter-block .counter-title {
  color: var(--bo-muted) !important;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(251, 246, 234, 0.68), rgba(255, 255, 255, 0.96)),
    #fbf6ea !important;
  overflow: hidden;
  padding: 92px 0 84px !important;
}

.services-section .bg {
  opacity: 0.14;
}

.services-section .bg::before {
  background: linear-gradient(180deg, rgba(251, 246, 234, 0.9), rgba(255, 255, 255, 0.96)) !important;
  opacity: 1 !important;
}

.services-section .sec-title {
  margin-bottom: 44px !important;
}

.services-section .sec-title h2 {
  color: var(--bo-brown-dark);
  font-size: clamp(36px, 3.2vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin-bottom: 18px;
}

.services-section .sec-title p {
  color: var(--bo-muted);
  font-size: 17px;
  line-height: 1.75;
}

.services-section .row.justify-content-center {
  row-gap: 22px;
}

.service-block .inner-box {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(210, 163, 58, 0.34);
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(45, 20, 9, 0.08);
  min-height: 250px;
  overflow: hidden;
  padding: 38px 18px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-block .inner-box::before {
  background: var(--bo-gold) !important;
  bottom: auto;
  height: 5px;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  width: 100%;
}

.service-block .inner-box:after {
  background: linear-gradient(135deg, var(--bo-brown-dark), var(--bo-brown)) !important;
  opacity: 0;
  transform: none;
  transition: opacity 0.25s ease;
}

.service-block .title {
  margin-bottom: 22px;
}

.service-block .title a {
  color: var(--bo-brown-dark) !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.service-block .icon {
  color: var(--bo-brown) !important;
  display: block;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 24px;
}

.service-block .read-more {
  color: var(--bo-muted) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.service-block .inner-box:hover {
  background: var(--bo-brown-dark) !important;
  border-color: var(--bo-brown-dark);
  box-shadow: 0 24px 56px rgba(45, 20, 9, 0.18);
  transform: translateY(-8px);
}

.service-block .inner-box:hover:after {
  opacity: 1;
}

.service-block .inner-box:hover .title a,
.service-block .inner-box:hover .icon,
.service-block .inner-box:hover .read-more {
  color: #fff !important;
}

.services-section .bottom-text {
  margin-top: 42px !important;
}

.services-section .bottom-text .inner {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(210, 163, 58, 0.58) !important;
  box-shadow: 0 18px 48px rgba(45, 20, 9, 0.08);
  max-width: 900px;
  padding: 8px 8px 8px 30px;
}

.services-section .bottom-text .text {
  color: var(--bo-brown-dark) !important;
  font-size: 17px;
}

.services-section .bottom-text .text .color2 {
  color: var(--bo-gold) !important;
  font-weight: 700;
}

.services-section .bottom-text .theme-btn {
  margin-left: 24px;
  min-width: 190px;
}

@media (min-width: 992px) {
  .services-section .service-block {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.sec-title .sub-title,
.service-block .read-more,
.pricing-block .price,
.testimonial-block .rating i {
  color: var(--bo-gold) !important;
}

.sec-title .sub-title:before,
.sec-title .sub-title:after,
.service-block .inner-box:after,
.service-block .inner-box::before {
  background: var(--bo-gold) !important;
}

.service-block .icon {
  color: var(--bo-brown) !important;
}

.service-block .icon:before {
  font-family: flaticon_mizox !important;
}

.floatbutton {
  display: block !important;
}

.floatbutton .chat_wrap,
.floatbutton .head-form {
  display: none !important;
}

.floatbutton .btns_wrap,
.floatbutton .clickbutton {
  display: block !important;
}

.floatbutton .btns_wrap a,
.floatbutton .clickbutton {
  background: var(--bo-brown-dark) !important;
  color: #fff !important;
}

.pricing-sec,
.extra-custom-packages,
.custom-packages-content {
  display: none !important;
}

.clients-section {
  background: #fff !important;
  padding: 70px 0 80px !important;
}

.clients-section .sponsors-outer {
  border-top: 1px solid #ececec;
  margin-top: 20px;
  padding-top: 25px;
}

.clients-carousel .slide-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.clients-carousel img {
  display: block;
  filter: none !important;
  max-height: 74px;
  object-fit: contain;
  opacity: 1 !important;
}

.portfolio-sec img,
.portfolio-hover img {
  background: #f8f8f8;
  display: block;
  min-height: 260px;
  object-fit: cover;
  width: 100%;
}

.inner-banner-sec {
  background:
    linear-gradient(90deg, rgba(45, 20, 9, 0.92), rgba(75, 36, 19, 0.82)),
    url("../images/main-slider/website-design-banner-1.jpg") center / cover no-repeat !important;
  padding: 92px 0 !important;
}

.inner-banner-sec::before,
.inner-banner-sec::after {
  display: none !important;
}

.inner-banner-sec h1,
.inner-banner-sec p {
  color: #fff !important;
}

.inner-banner-sec .theme-btn.btn-style-two {
  background: #fff !important;
  color: var(--bo-brown-dark) !important;
}

.scroll-to-top {
  background: var(--bo-brown-dark) !important;
  color: #fff !important;
}

.scroll-to-top:hover {
  background: var(--bo-gold) !important;
  color: var(--bo-brown-dark) !important;
}

.service-block .inner-box {
  background: var(--bo-gold) !important;
}

.service-block .inner-box:hover {
  background: #3f3f3f !important;
}

.service-block .inner-box,
.service-block .inner-box .title a,
.service-block .inner-box .read-more,
.service-block .inner-box .icon {
  color: var(--bo-brown-dark) !important;
}

.service-block .inner-box:hover,
.service-block .inner-box:hover .title a,
.service-block .inner-box:hover .read-more,
.service-block .inner-box:hover .icon {
  color: #fff !important;
}

.about-section-three {
  background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%) !important;
  padding: 95px 0 !important;
}

.about-section-three .row {
  align-items: center;
}

.about-section-three .content-column .inner-column {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(210, 163, 58, 0.18);
  border-radius: 22px;
  box-shadow: 0 22px 65px rgba(45, 20, 9, 0.08);
  padding: 44px 46px;
}

.about-section-three .sec-title {
  margin-bottom: 24px;
}

.about-section-three .sec-title h2 {
  color: var(--bo-brown-dark);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.1;
  margin-bottom: 18px;
}

.about-section-three .sec-title .text,
.about-section-three .sec-title p {
  color: var(--bo-muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-section-three .ticklist ul {
  display: grid;
  gap: 16px 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 0;
}

.about-section-three .ticklist a {
  color: var(--bo-text);
  display: block;
  font-weight: 600;
}

.about-section-three .ticklist li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.5;
}

.about-section-three .image-column .image-box {
  min-height: 420px;
  position: relative;
}

.about-section-three .image-column .image-box img {
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(45, 20, 9, 0.12);
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.about-section-three .image-column .image-1 {
  max-width: 70%;
}

.about-section-three .image-column .image-2 {
  margin-left: auto;
  margin-top: -85px;
  max-width: 58%;
}

.about-section-three .exp-box {
  background: var(--bo-brown-dark) !important;
  border: 1px solid rgba(210, 163, 58, 0.35);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(45, 20, 9, 0.2);
  color: #fff !important;
}

.about-section-three .exp-box .title,
.about-section-three .exp-box .icon {
  color: #fff !important;
}

.sticky-header {
  display: none !important;
}

.sticky-header .inner-container {
  align-items: center;
  display: flex;
}

.sticky-header .nav-outer {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.sticky-header .outer-box {
  display: flex !important;
  margin-left: 24px;
}

.sticky-header .outer-box .theme-btn {
  padding: 13px 28px;
}

.main-footer {
  background: var(--bo-brown-dark) !important;
}

.main-footer .footer-bottom {
  background: rgba(0, 0, 0, 0.18) !important;
}

.main-footer h6,
.main-footer a,
.main-footer li,
.main-footer .text,
.copyright-text {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .main-menu .navigation > li {
    margin-left: 18px;
  }

  .main-header .outer-box {
    display: none;
  }

  .banner-section,
  .banner-section .slide-item {
    min-height: 460px;
  }

  .banner-section .content-box {
    max-width: 900px;
    padding: 84px 20px 108px;
  }

  .banner-section .content-box .title,
  .banner-section .title {
    font-size: 60px;
    line-height: 0.88em;
    max-width: 850px;
  }
}

@media (max-width: 991px) {
  .main-header.header-style-one {
    position: relative;
  }

  .main-header .header-top {
    display: none;
  }

  .main-header .header-lower .main-box {
    justify-content: space-between;
    min-height: 74px;
    position: relative;
  }

  .main-header .nav-outer {
    justify-content: flex-start;
    position: static;
    width: auto;
  }

  .main-header .main-menu {
    display: none !important;
  }

  .main-header .mobile-nav-toggler {
    align-items: center;
    background: var(--bo-brown-dark);
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex !important;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    width: 42px;
  }

  .bo-mobile-nav {
    align-items: center;
    background: var(--bo-brown-dark);
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex !important;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    width: 42px;
  }

  .main-header .outer-box {
    display: flex !important;
    margin-left: auto;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .main-header .header-lower .outer-box {
    align-items: center !important;
    display: flex !important;
    height: auto !important;
    justify-content: flex-end !important;
    padding: 0 !important;
  }

  .main-header .header-lower .outer-box .mobile-nav-toggler {
    display: inline-flex !important;
  }

  .main-header .outer-box > .theme-btn {
    display: none !important;
  }

  .banner-section,
  .banner-section .slide-item {
    min-height: 440px;
  }

  .banner-section .content-box {
    max-width: 720px;
    padding: 70px 20px 92px;
  }

  .banner-section .title {
    font-size: 48px;
    line-height: 1;
  }

  .about-section-three {
    padding: 70px 0 !important;
  }

  .about-section-three .content-column .inner-column {
    padding: 34px 28px;
  }

  .about-section-three .ticklist ul {
    grid-template-columns: 1fr;
  }

  .about-section-three .image-column .image-box {
    margin-top: 34px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .main-header .logo img {
    width: 155px !important;
  }

  .banner-section .title {
    font-size: 38px;
    line-height: 1.04;
  }

  .custom-counter-sec {
    margin-top: -55px;
  }

  .banner-section .content-box {
    padding: 62px 15px 84px;
  }

  .about-section-three .sec-title h2 {
    font-size: 30px;
  }

  .about-section-three .image-column .image-1,
  .about-section-three .image-column .image-2 {
    max-width: 100%;
  }

  .about-section-three .image-column .image-2 {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .page-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .main-header .header-lower .main-box {
    min-height: 72px;
    padding: 0 16px;
  }

  .header-style-one .header-lower .logo-box {
    flex: 0 0 auto;
    min-width: 0;
  }

  .main-header .logo img {
    width: 145px !important;
  }

  .main-header .mobile-nav-toggler {
    display: block !important;
    margin-left: auto;
  }

  .banner-section,
  .banner-section .slide-item {
    min-height: 420px;
  }

  .banner-section .auto-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-section .content-box {
    max-width: 100%;
    padding: 56px 0 76px;
    width: 100%;
  }

  .banner-section .sub-title {
    font-size: 13px;
    letter-spacing: 0.05em;
    white-space: normal;
  }

  .banner-section .title {
    font-size: 34px !important;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .banner-section .btn-box .btn-outer {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .banner-section .btn-box .theme-btn {
    font-size: 13px;
    min-width: 138px;
    padding: 11px 18px;
  }

  .custom-counter-sec {
    margin-top: -35px;
  }

  .counter-block .inner {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .main-header.header-style-one {
    background: #fff;
    box-shadow: 0 6px 18px rgba(45, 20, 9, 0.12);
  }

  .main-header .header-lower {
    background: #fff;
  }

  .main-header .header-lower .main-box {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: flex-start;
    min-height: 82px;
    padding: 0;
  }

  .header-style-one .header-lower .logo-box {
    align-items: center;
    align-self: stretch;
    background: var(--bo-brown-dark) !important;
    border-right: 4px solid var(--bo-gold);
    display: flex;
    flex: 0 0 160px;
    justify-content: center;
    max-width: 42vw;
    min-width: 154px;
    padding: 0 10px;
  }

  .main-header .logo img {
    background: #fff !important;
    border-radius: 0;
    max-height: 62px;
    padding: 8px 10px !important;
    width: 136px !important;
  }

  .main-header .nav-outer {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    height: 82px;
    justify-content: flex-end;
    padding-right: 84px;
    position: relative;
  }

  .main-header .header-lower .outer-box {
    display: flex !important;
    margin: 0 0 0 16px;
    padding: 0 !important;
    position: static;
    transform: none;
  }

  .main-header .header-lower .outer-box > .theme-btn {
    display: inline-flex !important;
    font-size: 11px;
    margin: 0;
    min-width: 124px;
    padding: 12px 8px;
    white-space: nowrap;
  }

  .bo-mobile-nav {
    align-items: center;
    background: #fff;
    border-radius: 0;
    color: transparent !important;
    display: inline-flex !important;
    font-size: 28px;
    height: 82px;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 20px;
    width: 36px;
    z-index: 9999;
  }

  .bo-mobile-nav .icon {
    line-height: 1;
  }

  button.bo-mobile-nav {
    border: 0 !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 0 !important;
  }

  .main-header .header-lower .outer-box .mobile-nav-toggler {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-header.header-style-one .header-lower .nav-outer {
    justify-content: flex-start !important;
    padding-right: 78px !important;
  }

  .main-header.header-style-one .header-lower .outer-box {
    margin-left: 14px !important;
  }

  .main-header.header-style-one .header-lower .outer-box > .theme-btn {
    font-size: 10px !important;
    min-width: 118px !important;
    padding: 12px 7px !important;
  }

  .main-header.header-style-one .header-lower .main-box > .bo-mobile-nav.mobile-nav-toggler {
    align-items: center !important;
    background: #fff !important;
    color: var(--bo-brown-dark) !important;
    display: inline-flex !important;
    font-size: 28px !important;
    height: 42px !important;
    justify-content: center !important;
    position: fixed !important;
    left: 348px !important;
    right: auto !important;
    top: 20px !important;
    visibility: visible !important;
    width: 36px !important;
    z-index: 99999 !important;
  }

  .main-header.header-style-one .bo-mobile-nav span {
    display: none !important;
  }

  .main-header.header-style-one .bo-mobile-nav::before {
    content: none;
  }
}

/* Polished service cards: keep this after legacy color overrides. */
.services-section .service-block .inner-box {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(210, 163, 58, 0.34) !important;
  box-shadow: 0 16px 42px rgba(45, 20, 9, 0.08) !important;
  color: var(--bo-brown-dark) !important;
}

.services-section .service-block .inner-box:hover {
  background: var(--bo-brown-dark) !important;
  border-color: var(--bo-brown-dark) !important;
  box-shadow: 0 24px 56px rgba(45, 20, 9, 0.18) !important;
}

.services-section .service-block .inner-box:after {
  background: linear-gradient(135deg, var(--bo-brown-dark), var(--bo-brown)) !important;
}

.services-section .service-block .inner-box::before {
  background: var(--bo-gold) !important;
}

.services-section .service-block .title a,
.services-section .service-block .icon {
  color: var(--bo-brown-dark) !important;
}

.services-section .service-block .read-more {
  color: var(--bo-muted) !important;
}

.services-section .service-block .inner-box:hover .title a,
.services-section .service-block .inner-box:hover .icon,
.services-section .service-block .inner-box:hover .read-more {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .services-section .bottom-text .inner {
    gap: 14px;
    padding: 20px !important;
  }

  .services-section .bottom-text .theme-btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 64px 0 58px !important;
  }

  .services-section .sec-title {
    margin-bottom: 30px !important;
  }

  .services-section .sec-title h2 {
    font-size: 32px;
  }

  .service-block .inner-box {
    min-height: 220px;
  }
}

/* Compact about/service-list section. */
.about-section-three {
  padding: 58px 0 62px !important;
}

.about-section-three .content-column .inner-column {
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(45, 20, 9, 0.06);
  padding: 28px 32px;
}

.about-section-three .sec-title {
  margin-bottom: 18px;
}

.about-section-three .sec-title h2 {
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.about-section-three .sec-title .text,
.about-section-three .sec-title p {
  font-size: 15px;
  line-height: 1.65;
}

.about-section-three .list-column2 {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.about-section-three .ticklist ul {
  display: block;
  margin: 0;
}

.about-section-three .ticklist li {
  font-size: 14px;
  line-height: 1.35;
  margin: 0 !important;
  min-height: 38px;
  padding-left: 38px;
}

.about-section-three .ticklist li:before {
  color: var(--bo-gold) !important;
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.about-section-three .image-column .image-box {
  min-height: 318px;
}

.about-section-three .image-column .image-box img {
  height: 195px;
}

.about-section-three .image-column .image-1 {
  max-width: 68%;
}

.about-section-three .image-column .image-2 {
  margin-top: -64px;
  max-width: 50%;
}

.about-section-three .image-column .exp-box {
  border-radius: 14px;
  bottom: 14px;
  padding: 18px 22px;
  width: 190px;
}

.about-section-three .image-column .exp-box .icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.about-section-three .image-column .exp-box .title {
  font-size: 18px;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .about-section-three {
    padding: 48px 0 54px !important;
  }

  .about-section-three .image-column .image-box {
    margin-bottom: 26px;
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .about-section-three .content-column .inner-column {
    padding: 24px 20px;
  }

  .about-section-three .list-column2 {
    grid-template-columns: 1fr;
  }

  .about-section-three .image-column .image-box img {
    height: auto;
  }
}

/* Final header behavior: desktop sticky, mobile simple logo + menu. */
@media (min-width: 992px) {
  .main-header.header-style-one {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }
}

@media (max-width: 991px) {
  .main-header.header-style-one {
    position: relative !important;
  }

  .main-header .header-top {
    display: none !important;
  }

  .main-header .header-lower {
    background: #fff !important;
  }

  .main-header .header-lower .main-box {
    align-items: center !important;
    display: flex !important;
    height: 74px !important;
    justify-content: space-between !important;
    min-height: 74px !important;
    padding: 0 16px !important;
  }

  .header-style-one .header-lower .logo-box {
    align-self: center !important;
    background: transparent !important;
    border-right: 0 !important;
    display: block !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .main-header .logo img {
    background: transparent !important;
    box-shadow: none !important;
    max-height: 52px !important;
    padding: 0 !important;
    width: 190px !important;
  }

  .main-header .nav-outer,
  .main-header .header-lower .outer-box,
  .main-header .header-lower .outer-box > .theme-btn,
  .main-header .header-lower .outer-box .mobile-nav-toggler {
    display: none !important;
  }

  .main-header.header-style-one .header-lower .main-box > .bo-mobile-nav.mobile-nav-toggler {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--bo-brown-dark) !important;
    cursor: pointer;
    display: inline-flex !important;
    font-family: Arial, sans-serif;
    font-size: 0 !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 18px !important;
    top: 15px !important;
    transform: none !important;
    visibility: visible !important;
    width: 44px !important;
    z-index: 10 !important;
  }

  .main-header.header-style-one .header-lower .main-box > .bo-mobile-nav.mobile-nav-toggler::after {
    color: var(--bo-brown-dark) !important;
    content: "☰" !important;
    display: block !important;
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    line-height: 1 !important;
  }
}

/* Cleaner counters and client strip. */
.custom-counter-sec {
  margin-top: -44px !important;
  padding: 0 0 42px !important;
}

.custom-counter-sec .row {
  align-items: stretch;
  row-gap: 18px;
}

.custom-counter-sec .fact-counter > .row {
  justify-content: center;
}

.counter-block .inner {
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 165px;
  padding: 54px 18px 24px !important;
}

.counter-block {
  margin-bottom: 18px !important;
}

.counter-block .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 46px auto 0 !important;
  max-width: 220px;
  min-height: 140px;
  padding: 48px 16px 22px !important;
  width: 100%;
}

.counter-block .icon {
  height: 86px !important;
  left: 50% !important;
  line-height: 86px !important;
  margin-left: -43px !important;
  top: -43px !important;
  width: 86px !important;
}

.counter-block .icon:before {
  font-size: 46px !important;
}

.counter-block .count-box {
  font-size: 46px !important;
  line-height: 1 !important;
  margin-bottom: 8px;
}

.counter-block .counter-title {
  font-size: 14px;
  line-height: 1.25;
}

.clients-section {
  background: #fff !important;
  margin-top: -18px;
  padding: 20px 0 42px !important;
}

.clients-section .sec-title {
  margin-bottom: 22px !important;
}

.clients-section .sec-title h2 {
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.035em;
}

.clients-section .sponsors-outer {
  background: #fff;
  border-bottom: 1px solid rgba(210, 163, 58, 0.18);
  border-top: 1px solid rgba(210, 163, 58, 0.18);
  margin-top: 0 !important;
  padding: 22px 0 !important;
}

.clients-carousel .slide-item {
  min-height: 54px;
}

.clients-carousel img {
  max-height: 46px !important;
}

/* Consultancy popup. */
.floatbutton.active {
  z-index: 99999 !important;
}

.floatbutton.active::before {
  background: rgba(24, 18, 14, 0.58);
  content: "";
  inset: 0;
  position: fixed;
  z-index: 99998;
}

.floatbutton .head-form.floating-form {
  display: none !important;
}

.floatbutton.active .head-form.floating-form {
  background: #fff !important;
  border: 1px solid rgba(210, 163, 58, 0.35);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  display: block !important;
  left: 50%;
  max-height: calc(100vh - 40px);
  max-width: calc(100vw - 30px);
  overflow-y: auto;
  padding: 28px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  z-index: 99999;
}

.floatbutton.active .head-form.floating-form .form-head {
  margin-bottom: 18px;
  margin-top: 0;
}

.floatbutton.active .head-form.floating-form h2 {
  color: var(--bo-brown-dark);
  font-size: 30px;
  line-height: 1.08;
  margin: 0;
  text-align: center;
}

.floatbutton.active .head-form.floating-form h2 span {
  color: var(--bo-gold);
}

.floatbutton.active .head-form.floating-form .form-control {
  border: 1px solid rgba(45, 20, 9, 0.14);
  border-radius: 8px;
  height: 48px;
}

.floatbutton.active .head-form.floating-form textarea.form-control {
  height: 94px !important;
  min-height: 94px !important;
}

.floatbutton.active .head-form.floating-form .btn-style-one {
  width: 100%;
}

.consultancy-close {
  align-items: center;
  background: var(--bo-brown-dark);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  z-index: 2;
}

@media (max-width: 767px) {
  .custom-counter-sec {
    margin-top: -24px !important;
    padding-bottom: 28px !important;
  }

  .counter-block .inner {
    min-height: 145px;
  }

  .clients-section {
    padding: 34px 0 36px !important;
  }

  .floatbutton.active .head-form.floating-form {
    padding: 24px 18px;
  }
}

html {
  scrollbar-color: var(--bo-brown-dark) #f1f7f1;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #f1f7f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--bo-gold), var(--bo-brown-dark));
  border: 2px solid #f1f7f1;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bo-brown-dark);
}

.floatbutton.active .clickbutton,
.floatbutton.active .btns_wrap {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

.floatbutton.active .head-form.floating-form {
  z-index: 100001 !important;
}

.floatbutton.active .head-form.floating-form .iti {
  display: block;
  width: 100%;
}

.floatbutton.active .head-form.floating-form .iti__flag-container {
  z-index: 4;
}

.floatbutton.active .head-form.floating-form .iti__country-list {
  border: 1px solid rgba(6, 38, 71, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 38, 71, 0.16);
  max-height: 136px !important;
  min-width: 260px;
  overflow-x: hidden;
  overflow-y: auto !important;
  z-index: 100004 !important;
}

.floatbutton.active .head-form.floating-form .iti__country {
  font-size: 12px;
  padding: 6px 10px;
}
