html {
  font-size: 14px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 42px !important;
  letter-spacing: -0.045em;
  line-height: 1.1;
  white-space: nowrap;
  color: #080a3c !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color 0.25s ease;
}

.site-brand:hover,
.site-brand:focus {
  color: #13c4a1 !important;
  opacity: 1;
}

.site-brand.site-brand-light,
.navbar-area:not(.navbar-style-two) .site-brand {
  color: #ffffff !important;
}

.navbar-area:not(.navbar-style-two) .site-brand:hover,
.navbar-area:not(.navbar-style-two) .site-brand:focus,
.site-brand.site-brand-light:hover,
.site-brand.site-brand-light:focus {
  color: #13c4a1 !important;
}

.strax-nav .navbar .navbar-brand.site-brand {
  font-size: 42px !important;
}

.strax-responsive-nav .logo {
  width: auto;
  max-width: calc(100% - 120px);
}

.strax-responsive-nav .logo .site-brand {
  font-size: 34px !important;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.footer-area .site-brand {
  font-size: 40px !important;
  color: #ffffff !important;
}

.footer-area .site-brand:hover,
.footer-area .site-brand:focus {
  color: #13c4a1 !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html[data-bs-theme='dark'] body {
  background-color: #121826;
  color: #e5e7eb;
}

html[data-bs-theme='dark'] .navbar {
  background-color: #1a2235 !important;
  border-color: #2a3550 !important;
}

html[data-bs-theme='dark'] .navbar .navbar-brand,
html[data-bs-theme='dark'] .navbar .nav-link {
  color: #e5e7eb !important;
}

html[data-bs-theme='dark'] .footer {
  background-color: #1a2235;
  border-color: #2a3550 !important;
}

html[data-bs-theme='dark'] .footer,
html[data-bs-theme='dark'] .footer a {
  color: #c7d0df !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.features-card-section .single-features-card {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.features-card-section {
  overflow: hidden;
}

.service-categories-slides {
  width: 100%;
}

.service-categories-slides .owl-stage-outer {
  overflow: hidden;
}

.service-categories-slides .owl-item {
  float: left;
}

.service-categories-slides .item {
  width: 100%;
  height: 100%;
}

.service-categories-slides.owl-theme .owl-nav {
  margin-top: 25px;
}

.main-banner-two .banner-image-slider {
  overflow: hidden;
  border-radius: 0 0 0 80px;
  background-color: #ffffff;
  isolation: isolate;
  clip-path: inset(0 0 0 0 round 0 0 0 80px);
}

.main-banner-two .banner-image-slider .owl-stage-outer,
.main-banner-two .banner-image-slider .owl-stage,
.main-banner-two .banner-image-slider .owl-item {
  border-radius: 0 0 0 80px;
  overflow: hidden;
}

.main-banner-two .banner-image {
  height: calc(100vh - 88px);
  min-height: 560px;
  max-height: none;
  overflow: hidden;
  border-radius: 0;
  background-color: #ffffff;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.main-banner-two .main-banner-content .content {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .main-banner-two .main-banner-content {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
  }

  .main-banner-two .main-banner-content .d-table {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main-banner.main-banner-two {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .main-banner-two .banner-image-slider {
    border-radius: 0;
    clip-path: none;
    isolation: auto;
    margin: 0;
  }

  .main-banner-two .banner-image-slider .owl-stage-outer,
  .main-banner-two .banner-image-slider .owl-stage,
  .main-banner-two .banner-image-slider .owl-item {
    border-radius: 0;
    height: auto !important;
  }

  .main-banner-two .banner-image,
  .main-banner-two .banner-image-slider .banner-image {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
  }

  .main-banner-two .banner-image-slider .banner-image img {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-banner-two .main-banner-content {
    height: auto !important;
    min-height: 0 !important;
    display: block;
  }

  .main-banner-two .main-banner-content .d-table,
  .main-banner-two .main-banner-content .d-table-cell {
    display: block !important;
    width: 100%;
    height: auto !important;
  }

  .main-banner-two .main-banner-content .content {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 36px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .main-banner-two .main-banner-content .content h1,
  .main-banner-two .main-banner-content .content p,
  .main-banner-two .main-banner-content .content .default-btn {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .main-banner-two .main-banner-content .content h1 {
    font-size: 26px;
    line-height: 1.3;
    color: #080a3c;
  }

  .main-banner-two .main-banner-content .content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
    color: #6084a4;
  }

  .main-banner-two .main-banner-content .content .default-btn {
    margin-top: 12px;
  }

  .main-banner-two .banner-content-slides {
    display: block !important;
    width: 100%;
  }

  .main-banner-two .banner-content-slides .owl-stage-outer,
  .main-banner-two .banner-content-slides .owl-height {
    height: auto !important;
  }

  .main-banner-two .banner-content-slides .owl-item {
    float: left;
    opacity: 1;
  }

  .main-banner-two .banner-content-slides .inner-content {
    padding: 0 4px;
  }

  .main-banner-two .banner-content-slides.owl-theme .owl-nav {
    text-align: center;
    margin-top: 20px;
  }

  .main-banner-two .home-hero-float {
    display: none;
  }

  .features-card-section {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  .features-card-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-categories-slides .single-features-card {
    margin-bottom: 0;
  }

  .service-categories-slides .single-features-card:hover {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .main-banner-two .banner-image,
  .main-banner-two .banner-image-slider .banner-image {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  .main-banner-two .main-banner-content .content h1 {
    font-size: 22px;
  }
}

.main-banner-two .home-hero-float {
  position: absolute;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(8, 10, 60, 0.12);
  pointer-events: none;
}

.main-banner-two .home-hero-float i {
  line-height: 1;
}

.home-hero-float-shield {
  left: 30%;
  top: 15%;
  width: 56px;
  height: 56px;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, #13c4a1 0%, #0da88b 100%);
  animation: moveLeftBounce 3s linear infinite;
}

.home-hero-float-cloud {
  left: 5%;
  top: 15%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, #4f8cff 0%, #2563eb 100%);
  animation: animationFramesOne 20s infinite linear;
}

.home-hero-float-server {
  left: 10%;
  bottom: 10%;
  width: 52px;
  height: 52px;
  font-size: 26px;
  color: #fff;
  background: linear-gradient(135deg, #080a3c 0%, #1c2250 100%);
  animation: rotateMe 10s linear infinite;
}

.home-hero-float-code {
  left: 25%;
  top: 40%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  color: #ff612f;
  background: rgba(255, 97, 47, 0.12);
  border: 2px solid rgba(255, 97, 47, 0.35);
  box-shadow: none;
  animation: animationFramesOne 20s infinite linear;
}

.home-hero-float-chip {
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  animation: moveBounce 5s linear infinite;
}

.home-hero-float-data {
  right: 55%;
  bottom: 5%;
  width: 46px;
  height: 46px;
  font-size: 22px;
  color: #13c4a1;
  background: rgba(19, 196, 161, 0.12);
  border: 2px solid rgba(19, 196, 161, 0.35);
  box-shadow: none;
  animation: moveLeftBounce 3s linear infinite;
}

.home-hero-float-lock {
  right: 35%;
  bottom: -10px;
  width: 42px;
  height: 42px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(135deg, #ff612f 0%, #e04f1f 100%);
  animation: moveLeftBounce 3s linear infinite;
}

@media (max-width: 991px) {
  .main-banner-two .home-hero-float {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

@media (max-width: 767px) {
  .main-banner-two .home-hero-float {
    display: none;
  }
}

.services-content .content .icon i {
  font-size: 48px;
  color: #ff612f;
  line-height: 1;
}

@media (min-width: 992px) {
  .faq-area .faq-accordion {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-categories-slides.owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 8px;
  border-radius: 50%;
  background: #ffffff;
  color: #080a3c;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-categories-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background: #13c4a1;
  color: #ffffff;
}

.service-categories-slides.owl-theme .owl-dots {
  margin-top: 20px;
}

.service-categories-slides.owl-theme .owl-dots .owl-dot.active span,
.service-categories-slides.owl-theme .owl-dots .owl-dot:hover span {
  background: #13c4a1;
}

.home-quote-cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.7;
}

.home-quote-cta .default-btn {
  margin-top: 32px;
  background-color: #080a3c;
  display: inline-flex;
  align-items: center;
}

.home-quote-cta .default-btn i {
  color: #ff612f;
}

.home-blog-summary {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-page-body {
  color: #4a5568;
  line-height: 1.8;
}

.content-page-body h2,
.content-page-body h3,
.content-page-body h4 {
  color: #080a3c;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.content-page-body p {
  margin-bottom: 1rem;
}

.content-page-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.content-page-body ul,
.content-page-body ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.content-page-body a {
  color: #ff612f;
}

.content-page-section {
  overflow: hidden;
}

.content-page-body-centered {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.content-page-image {
  text-align: center;
}

.content-page-image img {
  width: 100%;
  max-width: 540px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(8, 10, 60, 0.12);
}

.content-page-faq .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.content-page-faq .section-title h2 {
  margin-bottom: 0;
}

.content-page-faq .content-page-faq-accordion {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.content-page-faq .content-page-faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-item {
  display: block;
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-title {
  color: #080a3c;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 48px 14px 24px;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #080a3c;
  font-size: 20px;
  transition: 0.5s;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #ff612f;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 0 24px 18px;
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #ff612f;
  color: #4a6f8a;
}

.content-page-faq .content-page-faq-accordion .accordion .accordion-content.show {
  display: block;
}

.footer-area .single-footer-widget p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-top: 18px;
}

.footer-area .footer-contact-info span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-area .copyright-area .footer-page-links {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 22px;
}

.footer-area .copyright-area .footer-page-links li {
  position: relative;
  line-height: 1;
}

.footer-area .copyright-area .footer-page-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: rgba(172, 197, 219, 0.35);
}

.footer-area .copyright-area .footer-page-links li a {
  color: #acc5db;
  font-size: 14px;
  transition: 0.4s;
}

.footer-area .copyright-area .footer-page-links li a:hover {
  color: #ff612f;
}

.service-category-hero {
  position: relative;
  min-height: 360px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
}

.service-category-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 60, 0.62) 0%, rgba(8, 10, 60, 0.48) 100%);
}

.service-category-hero .container {
  position: relative;
  z-index: 1;
}

.service-category-hero-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.service-category-hero-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-category-hero-content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service-category-hero {
    min-height: 280px;
    padding: 120px 0 70px;
  }

  .service-category-hero-content h1 {
    font-size: 28px;
  }

  .service-category-hero-content p {
    font-size: 15px;
  }

  .service-category-grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
}

.service-category-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(8, 10, 60, 0.12);
}

.service-category-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(19, 196, 161, 0.12);
  color: #13c4a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 18px;
}

.service-category-icon-centered {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.service-category-services .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.service-category-grid {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem;
}

.service-category-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(8, 10, 60, 0.08);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.service-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(8, 10, 60, 0.12);
}

.service-category-card-image {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.service-category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-category-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-category-card-body .read-more {
  margin-top: auto;
  padding-top: 8px;
}

.service-category-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 97, 47, 0.12);
  color: #ff612f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.service-category-card-body h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.service-category-card-body h3 a {
  color: #080a3c;
}

.service-category-card-body p {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-category-faq .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.service-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.service-detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.92);
}

.service-detail-breadcrumb a:hover {
  color: #ffffff;
}

.service-detail-breadcrumb-light {
  color: rgba(255, 255, 255, 0.88);
}

.service-detail-hero .service-detail-breadcrumb span:last-child {
  color: #ffffff;
  font-weight: 500;
}

.service-detail-body {
  margin-bottom: 30px;
}

.service-detail-info-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px 32px;
  margin-top: 36px;
  padding: 28px 32px;
  background: #f4f5fe;
  border-radius: 12px;
}

.service-detail-info-item {
  flex: 1 1 280px;
  min-width: 0;
}

.service-detail-info-label {
  display: block;
  font-weight: 600;
  color: #080a3c;
  margin-bottom: 10px;
  font-size: 16px;
}

.service-detail-info-value {
  display: block;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.service-detail-info-value:hover {
  color: #ff612f;
}

.service-detail-post-navigation {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .service-detail-info-panel {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .service-detail-info-panel {
    padding: 22px 20px;
  }
}

.service-detail-related .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.service-detail-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 20px;
  color: #080a3c;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(8, 10, 60, 0.06);
  transition: 0.3s;
  height: 100%;
}

.service-detail-related-link:hover {
  color: #ff612f;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 10, 60, 0.1);
}

.service-detail-related-link i {
  font-size: 22px;
}

.blog-category-grid {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem;
}

.blog-category-posts .single-blog-post {
  height: 100%;
}

.blog-category-empty {
  padding: 40px 20px;
  color: #4a5568;
}

.blog-category-empty .read-more {
  display: inline-block;
  margin-top: 16px;
}

.blog-post-body {
  margin-top: 8px;
}

.blog-post-related .section-title {
  text-align: center;
  margin-bottom: 32px;
}

.blog-post-related .blog-category-grid {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.blog-post-related-card {
  margin-bottom: 0;
  overflow: hidden;
}

.blog-post-related-card .post-image {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  line-height: 0;
}

.blog-post-related-card .post-image > a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-post-related-card .post-image > a img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.blog-post-related-card:hover .post-image > a img {
  transform: none;
}

.blog-post-related-card .post-image .date {
  padding: 6px 14px 0;
  font-size: 13px;
}

.blog-post-related-card .post-content {
  padding: 16px 18px 14px;
}

.blog-post-related-card .post-content h3 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-related-card .post-content .post-info {
  margin-top: 10px;
}

.blog-post-related-card .post-content .post-info .details-btn a {
  width: 34px;
  height: 34px;
  font-size: 20px;
}

.blog-details-desc .article-tags span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 14px;
  border-radius: 30px;
  background: #f4f6fc;
  color: #4a5568;
  font-size: 14px;
}

.contact-features-list .contact-page-details {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}

.contact-features-list .contact-page-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #4a5568;
  line-height: 1.6;
}

.contact-features-list .contact-page-details li i {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 20px;
  color: #ff5d22;
}

.contact-features-list .contact-page-details a {
  color: inherit;
}

.contact-features-list .contact-page-details a:hover {
  color: #ff5d22;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  border: 0;
  border-radius: 8px;
}

#contactForm #msgSubmit.hidden,
.contact-form-feedback.hidden {
  display: none;
}

.contact-form-submit.is-loading {
  opacity: 0.88;
  pointer-events: none;
}

.contact-form-feedback {
  margin-top: 18px;
}

.contact-form-feedback-visible {
  animation: contactFormFeedbackIn 0.35s ease;
}

.contact-form-feedback-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.contact-form-feedback-success .contact-form-feedback-inner {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #bbf7d0;
}

.contact-form-feedback-error .contact-form-feedback-inner {
  background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 100%);
  border-color: #fecaca;
}

.contact-form-feedback-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.contact-form-feedback-success .contact-form-feedback-icon {
  background: #22c55e;
  color: #fff;
}

.contact-form-feedback-error .contact-form-feedback-icon {
  background: #ef4444;
  color: #fff;
}

.contact-form-feedback-content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #111827;
}

.contact-form-feedback-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #4b5563;
}

@keyframes contactFormFeedbackIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
}

.contact-consent .form-check-input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid #c5ccd6;
}

.contact-consent .form-check-input:checked {
  background-color: #ff612f;
  border-color: #ff612f;
}

.contact-consent .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 47, 0.25);
  border-color: #ff612f;
}

.contact-consent .form-check-label {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #5c6672;
  cursor: pointer;
}

.contact-consent-link {
  padding: 0;
  border: 0;
  background: none;
  color: #ff612f;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s;
}

.contact-consent-link:hover {
  color: #080a3c;
}

.kvkk-modal .modal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(8, 10, 60, 0.25);
}

.kvkk-modal .modal-header {
  background-color: #080a3c;
  color: #ffffff;
  border-bottom: none;
  padding: 20px 26px;
}

.kvkk-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.kvkk-modal .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.9;
}

.kvkk-modal .kvkk-modal-body {
  padding: 26px;
  max-height: 60vh;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
}

.kvkk-modal .kvkk-modal-body p {
  margin-bottom: 14px;
}

.kvkk-modal .kvkk-modal-body p:last-child {
  margin-bottom: 0;
}

.kvkk-modal .modal-footer {
  border-top: 1px solid #eef0f5;
  padding: 16px 26px;
  gap: 14px;
}

.kvkk-modal .kvkk-modal-detail-link {
  color: #080a3c;
  font-weight: 600;
  text-decoration: underline;
  margin-right: auto;
}

.kvkk-modal .kvkk-modal-detail-link:hover {
  color: #ff612f;
}

.kvkk-modal .kvkk-modal-close {
  cursor: pointer;
}

.author-detail-banner {
  display: flex;
  align-items: center;
  min-height: 330px;
  padding: 90px 0 70px;
  background: #080a3c;
}

.author-detail-banner .service-category-hero-content {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.author-detail-banner .service-detail-breadcrumb,
.author-detail-banner .service-detail-breadcrumb a,
.author-detail-banner .service-detail-breadcrumb span {
  color: rgba(255, 255, 255, 0.82);
}

.author-detail-banner h1 {
  margin: 18px 0 0;
  color: #fff;
}

.author-detail-banner p {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.author-detail-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(8, 10, 60, 0.05);
}

.author-detail-header {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.author-detail-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-detail-meta h3 {
  margin: 0 0 6px;
  color: #080a3c;
  font-size: 28px;
}

.author-detail-role {
  margin: 0 0 10px;
  color: #ff612f;
  font-weight: 600;
}

.author-detail-summary {
  margin: 0;
  color: #6084a4;
}

.author-detail-social {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
}

.author-detail-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fc;
  color: #080a3c;
  font-size: 18px;
  transition: 0.25s ease;
}

.author-detail-social a:hover {
  background: #ff612f;
  color: #fff;
}

.author-detail-bio {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eef1f6;
}

.post-by-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.post-by-link:hover h6 {
  color: #ff612f;
}

@media (max-width: 575px) {
  .author-detail-banner {
    min-height: 250px;
    padding: 70px 0 50px;
  }

  .author-detail-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-detail-social {
    justify-content: center;
  }
}

.floating-chat-buttons {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 99;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

.floating-chat-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(8, 10, 60, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-chat-btn:hover,
.floating-chat-btn:focus {
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(8, 10, 60, 0.28);
}

.floating-chat-btn--whatsapp {
  background: #25d366;
}

.floating-chat-btn--telegram {
  background: #229ed9;
}

@media (max-width: 575px) {
  .floating-chat-buttons {
    right: 14px;
    bottom: 72px;
  }

  .floating-chat-btn {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}

/* Page banners: h1 must match theme h2 (white on dark banner) */
.page-title-content h1 {
  color: #ffffff;
}
