/*
  Kanishka Branding - Custom Styles
  Scope: Homepage services slider + service details polish
*/

/* Services slider controls */
.kb-services-slider {
  position: relative;
  --swiper-theme-color: var(--vtc-bg-main4);
  --swiper-pagination-color: var(--vtc-bg-main4);
}

.kb-services-slider__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
}

.kb-services-slider__controls {
  display: flex;
  gap: 10px;
}

.kb-swiper-btn {
  height: 44px;
  width: auto;
  min-width: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(9, 11, 14, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--vtc-text-title1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kb-swiper-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(160, 100, 7, 0.35);
  color: var(--vtc-bg-main4);
}

.kb-services-swiper {
  padding-bottom: 72px;
  padding-left: 12px;
  padding-right: 12px;
}

.kb-services-pagination {
  bottom: 16px !important;
  left: 50% !important;
  right: auto !important;
  width: auto !important;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(160, 100, 7, 0.12), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(9, 11, 14, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  z-index: 20;
}

.kb-services-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px;
  background-color: rgba(9, 11, 14, 0.16) !important;
  opacity: 1 !important;
  margin: 0 !important;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.kb-services-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(9, 11, 14, 0.26) !important;
}

.kb-services-pagination .swiper-pagination-bullet-active {
  background-color: var(--vtc-bg-main4) !important;
  box-shadow: 0 0 0 6px rgba(160, 100, 7, 0.14);
}

.kb-services-pagination .swiper-pagination-bullet:focus-visible {
  outline: 3px solid rgba(160, 100, 7, 0.35);
  outline-offset: 4px;
}

/* Why Choose Us: checklist */
.kb-choose-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.kb-choose-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--vtc-text-title1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.kb-choose-list__icon {
  height: 28px;
  width: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(160, 100, 7, 0.12);
  border: 1px solid rgba(160, 100, 7, 0.22);
  color: var(--vtc-bg-main4);
  transform: translateY(2px);
  flex: 0 0 auto;
}

.kb-choose-list__icon i {
  font-size: 12px;
}

/* Services section: soft background so cards pop */
.our-services {
  background: linear-gradient(180deg, rgba(160, 100, 7, 0.06), rgba(9, 11, 14, 0.02));
}

/* Services cards: tighten overlay spacing for 3-column grids */
.kb-service-blog-card .vl-blog-1-content {
  margin: -90px 18px 0 18px;
  border: 1px solid rgba(9, 11, 14, 0.08);
  box-shadow: 0 18px 55px rgba(9, 11, 14, 0.12);
  background-color: rgba(255, 255, 255, 0.98);
}

@media (max-width: 991px) {
  .kb-service-blog-card .vl-blog-1-content {
    margin: -90px 20px 0 20px;
  }
}

@media (max-width: 575px) {
  .kb-service-blog-card .vl-blog-1-content {
    margin: -90px 18px 0 18px;
  }
}

.kb-service-blog-card .vl-blog1-meta a {
  margin-right: 12px;
  font-size: 14px;
}

/* Service details: polish layout */
.kb-service-details {
  background: radial-gradient(900px 420px at 18% 0%, rgba(160, 100, 7, 0.14), rgba(255, 255, 255, 0) 60%),
    radial-gradient(700px 360px at 85% 10%, rgba(160, 100, 7, 0.1), rgba(255, 255, 255, 0) 55%);
}

.kb-service-details .details-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.kb-service-details .details-content > .image {
  overflow: hidden;
  border-radius: 14px;
}

.kb-service-details .details-content .image img {
  border-radius: 14px;
}

.kb-service-details .details-content > .heading2.mt-30 {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.kb-service-details .details-content h2,
.kb-service-details .details-content h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.kb-service-details .details-content h2::after,
.kb-service-details .details-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: var(--vtc-bg-main4);
  opacity: 0.9;
}

.kb-service-details .details-content p {
  line-height: 1.75;
}

.kb-service-details .details-border {
  margin: 32px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 100, 7, 0), rgba(160, 100, 7, 0.28), rgba(160, 100, 7, 0));
}

.kb-service-details .service-details-check-list {
  height: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.kb-service-details .service-details-check-list:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

/* Contact form feedback */
.kb-contact-form-status {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.kb-contact-form .single-input input.is-invalid,
.kb-contact-form .single-input textarea.is-invalid {
  outline: 1px solid #dc3545;
}

.kb-contact-form .kb-field-error {
  display: block;
  margin-top: 8px;
  color: #dc3545;
  font-size: 14px;
  line-height: 1.4;
}

.kb-service-details .service-details-check-list .check-icon span {
  height: 24px;
  width: 24px;
  line-height: 24px;
  background-color: var(--vtc-bg-common-1);
  border: 0;
  color: var(--vtc-bg-main4);
}

.kb-service-details .service-details-check-list:hover .check-icon span {
  background-color: var(--vtc-bg-main4);
  border-color: transparent;
  color: var(--vtc-bg-white);
}

.kb-service-details .kb-service-cta {
  margin-top: 10px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.kb-service-details .kb-service-cta .button {
  margin-top: 18px;
}

.kb-service-details .kb-service-cta .theme-btn3 {
  box-shadow: none;
}

/* Buttons: use a single hover color site-wide */
.theme-btn1::after,
.theme-btn2::after,
.theme-btn3::after,
.theme-btn4::after,
.theme-btn5::after,
.theme-btn6::after,
.theme-btn7::after,
.theme-btn10::after,
.theme-btn13::after,
.theme-btn19::after,
.theme-btn20::after,
.theme-btn21::after,
.theme-btn22::after {
  background: #152452;
  background-color: #152452;
}

.theme-btn8__shape,
.theme-btn9__shape,
.theme-btn11__shape,
.theme-btn12__shape,
.theme-btn17__shape,
.theme-btn18__shape,
.theme-btn19__shape {
  background: #152452;
  background-color: #152452;
}

.theme-btn1:hover,
.theme-btn2:hover,
.theme-btn21:hover {
  color: #ffffff;
}

.theme-btn14:hover,
.theme-btn15:hover,
.theme-btn16:hover {
  background-color: #152452;
  color: #ffffff;
}

.theme-btn4:hover,
.theme-btn22:hover {
  border-color: #152452;
}

@media (min-width: 992px) {
  .kb-service-details .sidebar-area {
    position: sticky;
    top: 110px;
  }

  .kb-service-details .sidebar-area ._sidebar-widget {
    border: 0;
    background-color: var(--vtc-bg-common-1);
    border-radius: 8px;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .kb-service-details .details-content {
    padding: 0;
    border-radius: 0;
  }
}

/* Industries cards: allow FontAwesome icons inside existing circle */
.service-details-box1 .icon i {
  font-size: 18px;
  color: var(--vtc-bg-main4);
}

/* Testimonials: switch from default blue accents to brand palette */
.tes2-single-slider {
  border-color: rgba(160, 100, 7, 0.24);
  box-shadow: 0 16px 40px rgba(9, 11, 14, 0.06);
}

.tes2.sp {
  padding-bottom: 0;
}

.tes2-single-slider .qoute {
  background-color: rgba(160, 100, 7, 0.12);
  border: 1px solid rgba(160, 100, 7, 0.2);
}

.tes2-single-slider .stars {
  background-color: rgba(160, 100, 7, 0.12);
  border: 1px solid rgba(160, 100, 7, 0.18);
}

/* Footer: light background */
.vl-footer-area1.footer-light {
  background: linear-gradient(180deg, #ffffff 0%, var(--vtc-bg-common-3) 100%);
  border-top: 1px solid rgba(9, 11, 14, 0.08);
}

.vl-footer-area1.footer-light .vl-copyright2._dv-top {
  border-top: 1px solid rgba(9, 11, 14, 0.08);
}

.vl-footer-area1.footer-light .vl-footer-contact2 .single-contact-item .icon {
  background-color: rgba(160, 100, 7, 0.12);
  color: var(--vtc-bg-main4);
}

.vl-footer-area1.footer-light .vl-footer-social2 a {
  border-color: rgba(160, 100, 7, 0.22);
}

/* Breadcrumbs (inner pages): light theme tint (no other colors) */
.inner-hero .inner-main-heading .breadcrumbs-pages ul li,
.inner-hero .inner-main-heading .breadcrumbs-pages ul li a {
  color: rgba(160, 100, 7, 0.78);
}

.inner-hero .inner-main-heading .breadcrumbs-pages ul li.angle,
.inner-hero .inner-main-heading .breadcrumbs-pages ul li.angle i,
.inner-hero .inner-main-heading .breadcrumbs-pages ul li:last-child {
  color: rgba(160, 100, 7, 0.92);
}

.inner-hero .inner-main-heading .breadcrumbs-pages ul li a:hover {
  color: var(--vtc-bg-main4);
}

/* Hero banners: lighter look + less heavy typography */
.hero6 {
  min-height: 640px;
}

.hero6::before {
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(160, 100, 7, 0.28), rgba(160, 100, 7, 0) 60%),
    linear-gradient(
      90deg,
      rgba(21, 36, 82, 0.86) 0%,
      rgba(21, 36, 82, 0.62) 45%,
      rgba(21, 36, 82, 0.18) 100%
    );
}

.main-heading6 {
  padding-top: 14px;
}

.main-heading6 span.sub-title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

.main-heading6 h1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.main-heading6 p {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  max-width: 62ch;
}

@media (max-width: 991px) {
  .hero6 {
    min-height: 560px;
  }
  .main-heading6 {
    padding-top: 0;
  }
  .main-heading6 span.sub-title {
    font-size: 14px;
    line-height: 14px;
  }
  .main-heading6 h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .main-heading6 p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .hero6 {
    min-height: 520px;
  }
  .main-heading6 h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(160, 100, 7, 0.18), rgba(160, 100, 7, 0) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.76));
  pointer-events: none;
  z-index: 0;
}

.inner-hero > .container {
  position: relative;
  z-index: 1;
}

.inner-hero .inner-main-heading {
  padding-top: 64px;
}

.inner-hero .inner-main-heading h1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .inner-hero {
    min-height: 320px;
  }
  .inner-hero .inner-main-heading {
    padding-top: 52px;
  }
  .inner-hero .inner-main-heading h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/* Mobile header: add left/right breathing room for logo + menu button */
@media (max-width: 991px) {
  .vl-header-area2 .header2-bg {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Header nav: ensure pointer cursor on menu items and preserve clickability */
.vl-header-area2 .vl-main-menu ul > li,
.vl-header-area2 .vl-main-menu ul > li > a,
.vl-header-area2 .vl-main-menu ul > li .sub-menu li a {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.vl-header-area2 .vl-main-menu ul > li > a {
  display: inline-block;
}
.vl-header-area2 .vl-main-menu ul > li > a:hover {
  text-decoration: none;
}

/* Home: Mission/Vision section */
.ml-mv {
  position: relative;
  background: radial-gradient(900px 420px at 18% 0%, rgba(160, 100, 7, 0.12), rgba(255, 255, 255, 0) 60%),
    radial-gradient(700px 360px at 85% 10%, rgba(21, 36, 82, 0.1), rgba(255, 255, 255, 0) 55%),
    var(--vtc-bg-common-3);
}

.ml-mv .heading2 {
  margin-bottom: 14px;
}

.ml-mv__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 36px;
}

.ml-mv__divider-line {
  width: 38px;
  height: 4px;
  border-radius: 99px;
  display: block;
}

.ml-mv__divider-line--one {
  background-color: var(--vtc-bg-main4);
}

.ml-mv__divider-line--two {
  background-color: #152452;
}

.ml-mv__item {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 58px;
}

.ml-mv__cradle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  height: 148px;
  border-radius: 0 0 28px 28px;
  z-index: 1;
  box-shadow: 0 16px 32px rgba(9, 11, 14, 0.06);
}

.ml-mv__cradle::before,
.ml-mv__cradle::after {
  content: "";
  position: absolute;
  top: -54px;
  width: 32px;
  height: 95px;
}

.ml-mv__cradle::before {
  left: 0;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}

.ml-mv__cradle::after {
  right: 0;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}

.ml-mv__cradle--mission {
  background-color: var(--vtc-bg-main4);
}

.ml-mv__cradle--mission::before,
.ml-mv__cradle--mission::after {
  background-color: var(--vtc-bg-main4);
}

.ml-mv__cradle--vision {
  background-color: #152452;
}

.ml-mv__cradle--vision::before,
.ml-mv__cradle--vision::after {
  background-color: #152452;
}

.ml-mv__card {
  position: relative;
  z-index: 3;
  margin: 0 18px;
  border-radius: 30px;
  background-color: var(--vtc-bg-white);
  text-align: center;
  padding: 54px 34px;
  border: 1px solid rgba(9, 11, 14, 0.08);
  box-shadow: 0 18px 44px rgba(9, 11, 14, 0.08);
  transition: transform 0.35s ease;
}

.ml-mv__item:hover .ml-mv__card {
  transform: translateY(-8px);
}

.ml-mv__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #152452;
  background-color: rgba(21, 36, 82, 0.08);
}

.ml-mv__item--mission .ml-mv__icon {
  color: var(--vtc-bg-main4);
  background-color: rgba(160, 100, 7, 0.12);
}

.ml-mv__title {
  margin: 0 0 16px;
  color: var(--vtc-text-title1);
  font-family: var(--f-ff-font-1);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ml-mv__text {
  margin: 0;
  color: var(--vtc-text-pera1);
  font-family: var(--f-ff-font-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.ml-mv__tab {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 150px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
  z-index: 5;
  box-shadow: 0 10px 22px rgba(9, 11, 14, 0.15);
}

.ml-mv__tab--mission {
  background-color: var(--vtc-bg-main4);
}

.ml-mv__tab--vision {
  background-color: #152452;
}

.ml-mv__ground {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 72%;
  height: 12px;
  border-radius: 50%;
  z-index: 0;
  background: rgba(9, 11, 14, 0.18);
  filter: blur(11px);
}

@media (max-width: 767px) {
  .ml-mv__divider {
    margin-bottom: 30px;
  }

  .ml-mv__item {
    padding-bottom: 52px;
  }

  .ml-mv__card {
    margin: 0 10px;
    padding: 42px 24px;
  }

  .ml-mv__title {
    font-size: 22px;
  }

  .ml-mv__text {
    font-size: 15px;
  }
}
