:root {
  --color-primary: #0568c9;
  --color-heading: #111a24;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #5d6976;
}

.rts-section-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rts-section-gapTop {
  padding-top: 100px;
}

.rts-section-gapBottom {
  padding-bottom: 100px;
}

.loader-wrapper {
  display: none !important;
}

.rts-header-area.header-three .logo-area {
  background: #ffffff;
  border-right: 1px solid rgba(17, 26, 36, 0.08);
}

.rts-header-area.header-three .logo-area .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-logo {
  width: 230px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.rts-header-area.header-three .top-header-area .info-address,
.rts-header-area.header-three .top-header-area .info-social,
.rts-header-area.header-three .bottom-header-area .header-nav-area .main-nav-area > ul,
.footer-menu {
  gap: 24px;
}

.rts-header-area.header-three .bottom-header-area .header-nav-area ul li {
  margin: 0 12px;
}

.rts-header-area.header-three .bottom-header-area .header-nav-area ul li a,
.footer-menu li a {
  white-space: nowrap;
}

.rts-header-area.header-three .bottom-header-area .header-button-area {
  gap: 12px;
}

.rts-banner-slider-three-area .banner-content .title,
.rts-banner-slider-three-area .banner-content .desc,
.rts-banner-slider-three-area .banner-content .banner-btn-area {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.rts-service-wrapper-three .single-item,
.rts-service-wrapper-four .single-item,
.service-item,
.single-project-area,
.single-blog-area,
.single-team {
  height: 100%;
}

.rts-service-wrapper-three .row,
.rts-service-inner .row {
  align-items: stretch;
}

.rts-service-wrapper-three .single-item .content .title,
.service-content-area .title,
.rts-service-wrapper-four .single-item .content .title {
  line-height: 1.12;
}

.single-contact-stats .content .stats {
  letter-spacing: 0;
}

.ba-source-section {
  background: #f6f9fc;
  position: relative;
}

.ba-source-section .rts-section-title {
  max-width: 880px;
  margin: 0 auto 40px;
}

.ba-source-section .rts-section-title .desc {
  margin: 16px auto 0;
}

.ba-source-card {
  height: 100%;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(5, 104, 201, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 26, 36, 0.06);
}

.ba-source-card .ba-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0568c9 0%, #0aa6d8 100%);
  box-shadow: 0 14px 30px rgba(5, 104, 201, 0.22);
  font-size: 20px;
}

.ba-source-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--color-primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  margin-bottom: 12px;
}

.ba-source-card p {
  margin: 0;
  color: #596776;
  line-height: 1.65;
}

.ba-pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -12px auto 36px;
}

.ba-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(5, 104, 201, 0.08);
  color: #0c3158;
  font-weight: 700;
  font-size: 14px;
}

.ba-blog-intro {
  background: #ffffff;
}

.ba-blog-intro .rts-section-title {
  max-width: 860px;
  margin: 0 auto 28px;
}

.ba-blog-intro .rts-section-title .desc {
  margin: 16px auto 0;
}

.ba-blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ba-blog-topic-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(5, 104, 201, 0.14);
  border-radius: 999px;
  background: #f6f9fc;
  color: #0c3158;
  font-weight: 800;
  font-size: 14px;
}

.ba-featured-blog-area {
  padding-bottom: 0;
  background: #ffffff;
}

.ba-featured-blog {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  background: #111a24;
  box-shadow: 0 24px 70px rgba(17, 26, 36, 0.14);
}

.ba-featured-blog-thumb {
  min-height: 430px;
  overflow: hidden;
}

.ba-featured-blog-thumb img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.ba-featured-blog-content {
  padding: 54px;
  align-self: center;
}

.ba-featured-blog-content .ba-blog-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: #64c7ee;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.ba-featured-blog-content .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 18px;
  padding: 0;
}

.ba-featured-blog-content .blog-meta li {
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.ba-featured-blog-content .blog-meta li i {
  margin-right: 6px;
}

.ba-featured-blog-content h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.12;
}

.ba-featured-blog-content h2 a,
.ba-featured-blog-content .text-btn {
  color: #ffffff;
}

.ba-featured-blog-content p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.ba-blog-listing {
  background: #f6f9fc;
}

.ba-blog-listing .rts-section-title-area {
  margin-bottom: 42px;
}

.ba-blog-listing .single-blog {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(17, 26, 36, 0.06);
}

.ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .content {
  padding: 28px;
}

.ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .content .title {
  margin-bottom: 14px;
}

.ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .content .desc {
  margin-bottom: 20px;
}

.ba-insights-feature {
  background: #ffffff;
}

.ba-insights-feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 520px;
  box-shadow: 0 22px 60px rgba(17, 26, 36, 0.12);
}

.ba-insights-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.ba-insights-feature-content .title,
.ba-playbook-summary .title {
  line-height: 1.08;
  margin-bottom: 18px;
}

.ba-insights-feature-content .desc,
.ba-playbook-summary .desc {
  margin-bottom: 28px;
  line-height: 1.7;
}

.ba-insight-points {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.ba-insight-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid rgba(5, 104, 201, 0.12);
  border-radius: 8px;
  background: #f6f9fc;
  color: #243447;
  font-weight: 700;
}

.ba-insight-point i,
.ba-insight-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0568c9;
  color: #ffffff;
}

.ba-insights-grid-area {
  background: #f6f9fc;
}

.ba-insights-grid-area .rts-section-title {
  max-width: 820px;
  margin: 0 auto 42px;
}

.ba-insight-card {
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border-top: 4px solid #0568c9;
  box-shadow: 0 18px 45px rgba(17, 26, 36, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ba-insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(17, 26, 36, 0.1);
}

.ba-insight-card-icon {
  margin-bottom: 22px;
  font-size: 18px;
}

.ba-insight-category,
.ba-insight-meta {
  display: block;
  color: #0568c9;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ba-insight-card h3 {
  margin: 12px 0 14px;
  font-size: 24px;
  line-height: 1.18;
}

.ba-insight-card h3 a {
  color: #111a24;
}

.ba-insight-card h3 a:hover {
  color: #0568c9;
}

.ba-insight-card p {
  margin: 0 0 22px;
  line-height: 1.65;
}

.ba-insight-meta {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 26, 36, 0.1);
  color: #5d6976;
}

.ba-insights-playbook {
  background: #ffffff;
}

.ba-playbook-summary {
  position: sticky;
  top: 120px;
}

.ba-playbook-list {
  display: grid;
  gap: 18px;
}

.ba-playbook-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 28px;
  border-radius: 8px;
  background: #111a24;
  color: rgba(255, 255, 255, 0.78);
}

.ba-playbook-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #0568c9;
  color: #ffffff;
  font-weight: 800;
}

.ba-playbook-item h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
}

.ba-playbook-item p {
  margin: 0;
  line-height: 1.65;
}

.footer-three .footer-menu-area {
  text-align: center;
}

.ba-footer-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.ba-footer-logo {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  background: #ffffff;
}

.ba-footer-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-three .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
}

.footer-three .footer-widget-wrapper-three {
  align-items: flex-start;
}

.footer-three .single-widget .widget-body .desc,
.footer-three .widget-item .content .title {
  max-width: 320px;
}

.rtl-ltr-switcher-btn {
  display: none !important;
}

.rts-project-area-three {
  background-color: #111923 !important;
  background-image:
    linear-gradient(180deg, rgba(12, 19, 28, 0.82), rgba(12, 19, 28, 0.94)),
    url("../images/project/bg-2.webp?v=20260518-bgfix") !important;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.rts-project-area-three::before {
  opacity: 0.78;
}

.rts-project-area-three .rts-section-title-area,
.rts-project-area-three .ms-portfolio-filter-area {
  position: relative;
  z-index: 2;
}

.rts-project-area-three .cw {
  color: #ffffff !important;
}

.rts-project-area-three .button-group .button {
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}

.rts-project-area-three .button-group .button.is-checked,
.rts-project-area-three .button-group .button:hover {
  color: var(--color-primary) !important;
}

@media (max-width: 1199px) {
  .rts-header-area.header-three .bottom-header-area .header-nav-area {
    display: none;
  }
}

@media (max-width: 767px) {
  .rts-section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rts-section-gapTop {
    padding-top: 70px;
  }

  .rts-section-gapBottom {
    padding-bottom: 70px;
  }

  .container,
  .container-sm {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .next-static-page > section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .rts-project-area-three .ms-portfolio-filter-area {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rts-project-area-three .rts-section-title-area .button-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 22px;
  }

  .rts-project-area-three .rts-section-title-area .button-group .button {
    color: rgba(255, 255, 255, 0.92) !important;
    opacity: 1;
  }

  .rts-project-area-three .rts-section-title-area .button-group .button.is-checked {
    color: var(--color-primary) !important;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap {
    width: 100%;
    max-width: 100%;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .filtermx {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .filtermx > .grid-item-p {
    width: 100% !important;
    max-width: 100%;
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item,
  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .thumb,
  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .thumb img {
    width: 100%;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .body {
    left: 18px;
    right: 18px;
    bottom: 18px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .row {
    --bs-gutter-x: 0;
  }

  .row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .ba-logo {
    width: 185px;
  }

  .rts-header-area.header-three .logo-area {
    min-width: 210px;
  }

  .ba-footer-brand {
    justify-content: flex-start;
    margin-bottom: 28px;
  }

  .ba-footer-logo {
    padding: 10px 14px;
  }

  .ba-footer-logo img {
    width: 180px;
  }

  .footer-three .footer-menu-area {
    text-align: left;
  }

  .footer-three .footer-menu,
  .rts-footer-area .footer-menu-area .footer-menu {
    justify-content: flex-start;
    gap: 8px 0;
    padding-bottom: 36px;
  }

  .footer-three .footer-menu li,
  .rts-footer-area .footer-menu-area .footer-menu li {
    display: inline-flex;
    align-items: center;
  }

  .footer-three .footer-menu li:not(:last-child)::after,
  .rts-footer-area .footer-menu-area .footer-menu li:not(:last-child)::after {
    content: "|";
    margin: 0 9px;
    color: rgba(255, 255, 255, 0.42);
    font-weight: 500;
  }

  .rts-banner-slider-three-area .banner-content .title {
    max-width: min(100%, 360px);
    font-size: 40px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .rts-banner-slider-three-area .banner-content .desc {
    max-width: min(100%, 350px);
    overflow-wrap: anywhere;
  }

  .rts-banner-slider-three-area .banner-content .desc br,
  .rts-contact-stats-area .title br {
    display: none;
  }

  .ba-featured-blog {
    grid-template-columns: 1fr;
  }

  .ba-featured-blog-thumb,
  .ba-featured-blog-thumb img {
    min-height: 320px;
  }

  .ba-featured-blog-content {
    padding: 30px 15px;
  }

  .ba-featured-blog-content h2 {
    font-size: 30px;
  }

  .ba-blog-listing .rts-section-title-area {
    gap: 20px;
    align-items: flex-start;
  }

  .ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .content,
  .ba-source-card,
  .ba-insight-card {
    padding: 30px 15px;
  }

  .rts-about-wrapper-three .about-image-area .about-thumb,
  .rts-about-wrapper-three .about-image-area .about-thumb-two,
  .rts-cta-wrapper-five .cta-image-area .cta-thumb,
  .rts-team-area-three .rts-team-wrapper-three .single-team .thumb img,
  .rts-team-wrapper .single-team .team-thumb img,
  .rts-blog-wrapper .single-blog .blog-thumb img,
  .rts-blog-wrapper.blog-inner .single-blog .blog-thumb img,
  .rts-blog-wrapper-three .single-blog .blog-thumb img,
  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .thumb img,
  .rts-service-details-area .rts-project-details-wrapper .thumbnail img,
  .rts-project-details-area .rts-project-details-wrapper .thumbnails img,
  .rts-project-details-area .rts-project-details-wrapper .project-challenge-wrapper .challenge-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rts-team-area-three .rts-team-wrapper-three .single-team .thumb,
  .rts-team-wrapper .single-team .team-thumb,
  .rts-blog-wrapper .single-blog .blog-thumb,
  .rts-blog-wrapper.blog-inner .single-blog .blog-thumb,
  .rts-blog-wrapper-three .single-blog .blog-thumb,
  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .thumb {
    overflow: hidden;
  }

  .rts-team-area-three .rts-team-wrapper-three .single-team .thumb,
  .rts-team-wrapper .single-team .team-thumb,
  .rts-blog-wrapper .single-blog .blog-thumb,
  .rts-blog-wrapper.blog-inner .single-blog .blog-thumb,
  .rts-blog-wrapper-three .single-blog .blog-thumb {
    aspect-ratio: 1.18 / 1;
  }

  .rts-service-wrapper-three .single-item,
  .rts-service-wrapper-four .single-item,
  .service-item,
  .single-project-item,
  .single-team,
  .single-blog,
  .ba-source-card,
  .ba-insight-card,
  .contact-info-item,
  .single-contact-stats {
    border: 1px solid rgba(17, 26, 36, 0.1) !important;
    box-shadow: 0 18px 45px rgba(17, 26, 36, 0.14) !important;
  }

  .service-item,
  .single-blog,
  .ba-source-card,
  .ba-insight-card,
  .contact-info-item,
  .single-contact-stats {
    background: #ffffff;
  }

  .rts-blog-wrapper .single-blog,
  .rts-blog-wrapper.blog-inner .single-blog {
    padding: 30px 15px !important;
  }

  .rts-service-area .rts-service-wrapper .service-item {
    border-radius: 8px;
    overflow: hidden;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area {
    display: block;
    position: relative;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .icon-number-area {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(17, 26, 36, 0.16);
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .icon-number-area .icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .icon-number-area .icon svg {
    width: 26px;
    height: 26px;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .icon-number-area .number {
    margin-top: 0;
    font-size: 24px;
    line-height: 1;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .service-image,
  .rts-service-area .rts-service-wrapper .service-item .service-top-area .service-image a {
    display: block;
    width: 100%;
    aspect-ratio: 1.16 / 1;
    overflow: hidden;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-top-area .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rts-service-area .rts-service-wrapper .service-item .service-content-area {
    padding: 30px 15px;
  }

  .rts-project-area-three .ms-portfolio-filter-area .portfolio_wrap .single-project-item .body,
  .contact-info-item,
  .single-contact-stats {
    padding: 30px 15px;
  }

  .rts-contact-info-area .contact-info-item,
  .rts-contact-stats-area .rts-contact-stats-wrapper .single-contact-stats {
    padding: 30px 15px !important;
  }

  .ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .blog-thumb {
    padding: 0;
  }

  .ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .blog-thumb img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .ba-blog-listing .rts-blog-wrapper.blog-inner .single-blog .blog-thumb .ct {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    border-radius: 8px;
  }

  .ba-insights-feature-image,
  .ba-insights-feature-image img {
    min-height: 340px;
  }

  .ba-insight-card h3,
  .ba-playbook-item h3 {
    font-size: 21px;
  }

  .ba-playbook-summary {
    position: static;
  }

  .ba-playbook-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.rts-footer-area.footer-three{
    padding-top:100px;
}

@media only screen and (max-width:767.98px){
  .rts-footer-area.footer-three{
    padding-top:70px;
  }
  
  .rts-footer-area .footer-widget-wrapper-three{
      padding-top:35px;
  }
}
