/* Degitech brand palette override
   Primary: Royal Blue #0A3D91
   Secondary: Soft Blue #5B8DCA
   Supporting: Light Grey #F5F7FA
   Font family: Montserrat
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --degitech-royal: #0A3D91;
  --degitech-navy: #10243F;
  --degitech-light: #F5F7FA;
  --degitech-secondary: #5B8DCA;
  --degitech-white: #ffffff;
  --degitech-muted: #5f6f86;
  --degitech-line: rgba(7, 30, 61, 0.12);
  --degitech-soft-blue: rgba(10, 61, 145, 0.1);
}

body {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: var(--degitech-muted);
  background-color: var(--degitech-light);
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-black,
label,
.navbar-nav .nav-link,
.header-2 .navbar-nav .nav-link,
.contact-media a,
.footer-list li a,
.media-icon li a,
.featured-title h5,
.service-title h5,
.counter h5,
.post-title h4,
.copyright span {
  color: var(--degitech-navy) !important;
}

h1 span,
.text-theme,
a,
a:focus,
a:hover,
.header-2 .navbar-nav .nav-link:hover,
.header-2 .navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active,
.contact-media a:hover,
.footer-list li a:hover,
.media-icon li a:hover,
.featured-icon,
.counter-icon i,
.list-icon li i,
.video-btn .play-btn i,
.product-link a i,
.view-filter a.active,
.recent-post-desc span {
  color: var(--degitech-navy) !important;
}

.text-theme2 {
  color: var(--degitech-navy) !important;
}

.theme-bg,
.btn.btn-theme,
.scroll-top a,
[data-overlay].theme-overlay:before,
.form-check-input:checked,
.pagination > li.active .page-link,
.page-link:hover,
.page-link:focus,
.product-link a:hover,
.btn-delet,
.product-size input[type='radio']:checked + label,
.ht-progress-bar .progress .progress-bar,
.cases-images:before,
.featured-item.style-2:hover,
.featured-item.style-2.active {
  background-color: var(--degitech-navy) !important;
  border-color: var(--degitech-navy) !important;
}

.dark-bg,
#header-wrap.fixed-header,
.bg-effect:after,
.footer,
.primary-footer,
[data-overlay]:before {
  background-color: var(--degitech-navy) !important;
}

.light-bg,
.input-2,
.bg-effect-2:after,
.grey-bg,
.product-categories .accordion .card-header a:before,
.post-tags li a {
  background-color: var(--degitech-light) !important;
}

.theme-bg-2,
.btn.btn-theme:before,
.btn.btn-theme:after,
.btn.btn-theme span:before,
.btn.btn-theme span:after,
.list-icon-2 li:after,
.footer h4:before,
.nav-item.dropdown .dropdown-menu a:before,
.footer-list li a:before,
.lines .line::after,
.service-bar:before,
.service-bar:after,
.featured-item .featured-icon:before,
.cases-link:hover,
.cases-item.style-2 .cases-desc .cases-icon,
.cases-item.style-4 .cases-desc .cases-icon {
  background-color: var(--degitech-navy) !important;
}

.btn.btn-theme {
  color: var(--degitech-white) !important;
  background: linear-gradient(135deg, var(--degitech-royal), var(--degitech-secondary)) !important;
  box-shadow: 0 14px 34px rgba(10, 61, 145, 0.28);
}

.btn.btn-theme:hover,
.btn.btn-theme:focus {
  color: var(--degitech-white) !important;
  background: linear-gradient(135deg, var(--degitech-navy), var(--degitech-royal)) !important;
}

#ht-preloader .loader-circle {
  border-top-color: var(--degitech-navy) !important;
  box-shadow: 0 1px 12px rgba(10, 61, 145, 0.2) !important;
}

#header-wrap,
.header-2,
.header-2 #header-wrap,
.header-2 #header-wrap.fixed-header {
  background: var(--degitech-white) !important;
}

.navbar-brand.logo.light-bg {
  background-color: var(--degitech-light) !important;
}

.social-icons.theme-bg {
  background: var(--degitech-navy) !important;
}

.social-icons li a:hover {
  color: var(--degitech-white) !important;
  background: var(--degitech-navy) !important;
}

.slider-area,
.banner-area,
.fullscreen-banner {
  background-color: var(--degitech-navy) !important;
}

.slider-area:before,
.banner-area:before,
[data-overlay].theme-overlay:before {
  background: linear-gradient(135deg, rgba(10, 61, 145, 0.92), rgba(91, 141, 202, 0.76)) !important;
}

.slider-content h1,
.slider-content p,
.slider-content h3 {
  color: var(--degitech-white) !important;
}

.slider-contact-box,
.about-video,
.featured-item,
.service-item,
.price-table,
.cases-desc,
.post-card,
.contact-box,
.counter,
.team-member,
.testimonial {
  border-color: var(--degitech-line) !important;
}

.about-area,
.service-area,
.counter-area,
.team-area,
.blog-area,
.contact-area,
section:nth-of-type(even) {
  background-color: var(--degitech-light);
}

.em-service-title h3,
.service-title h5,
.featured-title h5 {
  color: var(--degitech-navy) !important;
}

.em-service-icon1,
.featured-icon,
.counter-icon,
.process-icon,
.service-icon {
  color: var(--degitech-navy) !important;
}

.dreamit-service-box,
.service-box-inner,
.process-single-box,
.testimonial-content,
.blog-single-box,
.contact-form-box {
  background-color: var(--degitech-white) !important;
  border-color: var(--degitech-line) !important;
  box-shadow: 0 18px 45px rgba(7, 30, 61, 0.08) !important;
}

.dreamit-service-box:hover,
.process-single-box:hover,
.blog-single-box:hover {
  box-shadow: 0 24px 60px rgba(10, 61, 145, 0.16) !important;
}

.call-do-action-section,
.footer,
.footer-middle,
.primary-footer,
.footer-bottom,
.footer-bottom-area {
  background: var(--degitech-royal) !important;
}

.call-do-action-section h2,
.call-do-action-section p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer-middle h1,
.footer-middle h2,
.footer-middle h3,
.footer-middle h4,
.footer-middle h5,
.footer-middle h6,
.footer-bottom,
.footer-bottom p,
.footer-bottom span,
.footer-bottom a,
.footer-menu li,
.footer-menu li a,
.company-info-desc p,
.recent-post-desc a,
.recent-post-text h6 a,
.footer-logo,
.footer-logo span {
  color: var(--degitech-white) !important;
}

.footer-menu li a:hover,
.recent-post-desc a:hover,
.recent-post-text h6 a:hover {
  color: #dbe8ff !important;
}

.form-control:focus,
.form-control.input-2:focus {
  border-color: var(--degitech-navy) !important;
}

.theme-bg input:-webkit-autofill,
.theme-bg textarea:-webkit-autofill,
.theme-bg select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--degitech-royal) inset !important;
}

::selection {
  color: var(--degitech-white);
  background: var(--degitech-royal);
}



/* Header right action polish */
.header-2 .right-nav {
  gap: 14px;
}

.header-2 .right-nav .btn.btn-theme {
  min-height: 42px;
  padding: 10px 20px !important;
  border-radius: 8px;
  color: var(--degitech-white) !important;
  background: var(--degitech-navy) !important;
  box-shadow: 0 12px 28px rgba(10, 61, 145, 0.22);
}

.header-2 .right-nav .btn.btn-theme:hover {
  background: var(--degitech-secondary) !important;
  color: var(--degitech-white) !important;
}

.header-2 .header-call {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--degitech-light);
}

.header-2 .header-call i {
  color: var(--degitech-navy) !important;
  font-size: 22px;
  margin-right: 7px;
}

.header-2 .header-call a {
  color: var(--degitech-navy) !important;
  white-space: nowrap;
}

.header-2 .social-icons.theme-bg {
  padding: 7px 8px !important;
  border-radius: 10px;
  background: var(--degitech-navy) !important;
  box-shadow: 0 12px 28px rgba(7, 30, 61, 0.18);
}

.header-2 .social-icons ul {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
}

.header-2 .social-icons li {
  margin: 0 !important;
  display: inline-flex;
}

.header-2 .social-icons li a {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--degitech-white) !important;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1 !important;
}

.header-2 .social-icons li a i {
  color: var(--degitech-white) !important;
  font-size: 18px;
  line-height: 1;
}

.header-2 .social-icons li a:hover {
  background: var(--degitech-secondary) !important;
  color: var(--degitech-white) !important;
}

/* Hero section brand gradient */
.banner.fullscreen-banner,
.fullscreen-banner,
.banner-slider .item {
  background: linear-gradient(135deg, #10243F 0%, #0A3D91 52%, #5B8DCA 100%) !important;
}

.banner.fullscreen-banner .image-layer {
  background-image: linear-gradient(135deg, #10243F 0%, #0A3D91 52%, #5B8DCA 100%) !important;
  background-color: #0A3D91 !important;
}

.banner.fullscreen-banner .image-layer:before,
.banner.fullscreen-banner [data-overlay]:before {
  background: linear-gradient(135deg, rgba(16, 36, 63, 0.88) 0%, rgba(10, 61, 145, 0.78) 52%, rgba(91, 141, 202, 0.68) 100%) !important;
}

/* Dark overlay for hero readability */
.banner.fullscreen-banner .image-layer:before,
.banner.fullscreen-banner [data-overlay]:before {
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.52)),
    linear-gradient(135deg, rgba(16, 36, 63, 0.88) 0%, rgba(10, 61, 145, 0.78) 52%, rgba(91, 141, 202, 0.68) 100%) !important;
}

/* Center hero content */
.banner.fullscreen-banner .align-center .row {
  justify-content: center;
}

.banner.fullscreen-banner .align-center .col-lg-6 {
  width: 100%;
  max-width: 920px;
  flex: 0 0 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner.fullscreen-banner h5,
.banner.fullscreen-banner h1,
.banner.fullscreen-banner p {
  margin-left: auto;
  margin-right: auto;
}

.banner.fullscreen-banner p.lead {
  max-width: 760px;
}

.banner.fullscreen-banner .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Match featured icon hover fill with plus icon */
.featured-item .featured-icon:before,
.featured-item:hover .featured-icon:before,
.featured-item.active .featured-icon:before {
  background: var(--degitech-secondary) !important;
}

.featured-item.style-2 .featured-desc a {
  background: var(--degitech-secondary) !important;
  color: var(--degitech-white) !important;
}

/* Prevent feature carousel layout shift before Owl initializes */
.feature-strip-section {
  position: relative;
  z-index: 5;
  min-height: 250px;
  overflow: hidden;
  background: var(--degitech-light);
}

.feature-strip-carousel {
  min-height: 230px;
  overflow: hidden;
}

.feature-strip-carousel:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.feature-strip-carousel:not(.owl-loaded) > .item {
  min-width: 0;
}

.feature-strip-carousel:not(.owl-loaded) > .item:nth-child(n+5) {
  display: none;
}

.feature-strip-carousel .featured-item {
  min-height: 230px;
  height: calc(100% - 60px);
}

@media (max-width: 991.98px) {
  .feature-strip-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-strip-carousel:not(.owl-loaded) > .item:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .feature-strip-section {
    min-height: 270px;
  }

  .feature-strip-carousel:not(.owl-loaded) {
    grid-template-columns: 1fr;
  }

  .feature-strip-carousel:not(.owl-loaded) > .item:nth-child(n+2) {
    display: none;
  }
}

/* Feature strip card rhythm */
.feature-strip-carousel .featured-item {
  min-height: 285px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-strip-carousel .featured-title h5 {
  min-height: 54px;
  margin-bottom: 12px;
  line-height: 27px !important;
}

.feature-strip-carousel .featured-desc {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.feature-strip-carousel .featured-desc p {
  min-height: 102px;
  line-height: 25px !important;
}

.feature-strip-carousel .featured-desc a {
  margin-top: auto !important;
}

@media (max-width: 575.98px) {
  .feature-strip-carousel .featured-item {
    min-height: 300px !important;
  }

  .feature-strip-carousel .featured-title h5 {
    min-height: auto;
  }

  .feature-strip-carousel .featured-desc p {
    min-height: 96px;
  }
}

/* Keep feature cards same height on hover/active */
.feature-strip-carousel .featured-item.style-2,
.feature-strip-carousel .featured-item.style-2:hover,
.feature-strip-carousel .featured-item.style-2.active {
  min-height: 415px !important;
  height: 415px !important;
}

.feature-strip-carousel .featured-item.style-2 .featured-desc a {
  flex: 0 0 40px;
  margin-top: auto !important;
}

.feature-strip-carousel .featured-item.style-2:hover .featured-desc a,
.feature-strip-carousel .featured-item.style-2.active .featured-desc a {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 575.98px) {
  .feature-strip-carousel .featured-item.style-2,
  .feature-strip-carousel .featured-item.style-2:hover,
  .feature-strip-carousel .featured-item.style-2.active {
    min-height: 330px !important;
    height: 330px !important;
  }
}

/* Restore feature icon sizing after text rhythm rules */
.feature-strip-carousel .featured-icon {
  width: 70px !important;
  height: 70px !important;
  min-height: 70px !important;
  flex: 0 0 70px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 70px !important;
}

.feature-strip-carousel .featured-icon i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1 !important;
}

.feature-strip-carousel .featured-icon:before {
  height: 70px !important;
}

/* Feature card default border before hover */
.feature-strip-carousel .featured-item.style-2 {
  border: 1px solid rgba(10, 61, 145, 0.18) !important;
  border-radius: 14px;
  background: var(--degitech-white) !important;
}

.feature-strip-carousel .featured-item.style-2:hover,
.feature-strip-carousel .featured-item.style-2.active {
  border-color: var(--degitech-secondary) !important;
  background: var(--degitech-navy) !important;
}

/* Service section heading */
.service-sec .service-section-heading {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 86px 20px 34px;
}

.service-sec .service-section-heading h6 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--degitech-secondary) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-sec .service-section-heading h6:before,
.service-sec .service-section-heading h6:after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--degitech-secondary);
}

.service-sec .service-section-heading .title {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--degitech-white) !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.service-sec .service-section-heading .title span {
  color: var(--degitech-secondary) !important;
}

.service-sec .service-section-heading p {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 575.98px) {
  .service-sec .service-section-heading {
    padding: 64px 8px 24px;
  }

  .service-sec .service-section-heading h6:before,
  .service-sec .service-section-heading h6:after {
    width: 22px;
  }

  .service-sec .service-section-heading p {
    font-size: 15px;
  }
}

/* Service section item cards and visible icons */
.service-sec .featured-item.style-3 {
  height: 100%;
  min-height: 245px;
  padding: 28px 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-sec .featured-item.style-3:hover,
.service-sec .featured-item.style-3.active {
  transform: translateY(-6px);
  border-color: rgba(91, 141, 202, 0.78) !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

.service-sec .featured-item.style-3 .featured-icon {
  width: 68px !important;
  height: 68px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--degitech-navy) !important;
  background: var(--degitech-white) !important;
  line-height: 1 !important;
  margin-bottom: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.service-sec .featured-item.style-3 .featured-icon:before {
  display: none !important;
}

.service-sec .featured-item.style-3 .featured-icon i {
  color: var(--degitech-navy) !important;
  font-size: 36px;
  line-height: 1 !important;
}

.service-sec .featured-item.style-3:hover .featured-icon,
.service-sec .featured-item.style-3.active .featured-icon {
  color: var(--degitech-white) !important;
  background: var(--degitech-secondary) !important;
}

.service-sec .featured-item.style-3:hover .featured-icon i,
.service-sec .featured-item.style-3.active .featured-icon i {
  color: var(--degitech-white) !important;
}

.service-sec .featured-item.style-3 .featured-title h5 {
  color: var(--degitech-white) !important;
  font-weight: 800;
  line-height: 1.3;
}

.service-sec .featured-item.style-3 .featured-desc p {
  color: rgba(255, 255, 255, 0.76) !important;
  line-height: 1.7;
}

/* Service grid content replacement sizing */
.service-sec .service-grid-row {
  align-items: stretch;
}

.service-sec .service-grid-row > [class*="col-"] {
  display: flex;
}

.service-sec .service-grid-row .featured-item.style-3 {
  width: 100%;
  min-height: 390px !important;
  display: flex;
  flex-direction: column;
}

.service-sec .service-grid-row .featured-title h5 {
  min-height: 58px;
  margin-bottom: 14px;
  line-height: 29px !important;
}

.service-sec .service-grid-row .featured-desc p {
  line-height: 1.72 !important;
}

@media (max-width: 991.98px) {
  .service-sec .service-grid-row .featured-item.style-3 {
    min-height: 360px !important;
  }
}

@media (max-width: 575.98px) {
  .service-sec .service-grid-row .featured-item.style-3 {
    min-height: auto !important;
  }

  .service-sec .service-grid-row .featured-title h5 {
    min-height: auto;
  }
}

/* Reduce quote form overlap */
.quote-form-card {
  margin-top: -5rem !important;
  position: relative;
  z-index: 4;
  border-radius: 18px;
  border: 1px solid rgba(10, 61, 145, 0.12);
}

@media (max-width: 991.98px) {
  .quote-form-card {
    margin-top: 0 !important;
  }
}

/* Quote image title */
.quote-image-panel {
  position: relative;
}

.quote-image-title {
  max-width: 420px;
  color: var(--degitech-navy);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.quote-image-panel img {
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(16, 36, 63, 0.16);
}

@media (max-width: 991.98px) {
  .quote-image-title {
    font-size: 1.35rem;
    text-align: center;
  }
}

/* Footer brand card */
.footer-brand-card {
  border-radius: 18px;
  overflow: hidden;
}

/* Footer links white text */
.footer-links-white,
.footer-links-white h4,
.footer-links-white h4 span,
.footer-links-white .footer-list li,
.footer-links-white .footer-list a {
  color: #ffffff !important;
}

.footer-links-white .footer-list a:hover {
  color: var(--degitech-secondary) !important;
}

/* Hero MP4 background */
.banner.fullscreen-banner .hero-video-layer {
  background-image: none !important;
  overflow: hidden;
}

.banner.fullscreen-banner .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner.fullscreen-banner .hero-video-layer:before {
  z-index: 1;
}

/* Footer heading alignment */
.footer-links-white h4.mb-4,
.footer-apps-white h4.mb-4 {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Footer apps white text */
.footer-apps-white,
.footer-apps-white h4,
.footer-apps-white .footer-list li,
.footer-apps-white .footer-list a {
  color: #ffffff !important;
}

.footer-apps-white .footer-list a:hover {
  color: var(--degitech-secondary) !important;
}

/* Client logo sizing */
.client-logo {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  height: 40px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
}

/* Back to top button */
.scroll-top a,
.scroll-top a:visited {
  background: var(--degitech-navy) !important;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

.scroll-top a i {
  font-size: 30px;
  line-height: 1;
}

.scroll-top a:hover,
.scroll-top a:focus {
  background: #ffffff !important;
  color: var(--degitech-navy) !important;
}

/* Remove animated footer heading marker */
.footer-links-white h4:before,
.footer-apps-white h4:before {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* About page title area */
.about-page-title {
  padding: 125px 0 55px !important;
  background: var(--degitech-navy) !important;
  min-height: auto;
}

.about-page-title:before {
  background: rgba(16, 36, 63, 0.88) !important;
}

.about-page-title h1 {
  font-size: 42px;
  line-height: 1.15;
}

@media (max-width: 767.98px) {
  .about-page-title {
    padding: 105px 0 45px !important;
  }

  .about-page-title h1 {
    font-size: 30px;
  }
}

/* About page title text contrast */
.about-page-title h1 {
  color: #ffffff !important;
}

.about-page-title .breadcrumb,
.about-page-title .breadcrumb-item,
.about-page-title .breadcrumb-item a,
.about-page-title .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.78) !important;
}

.about-page-title .breadcrumb-item a:hover {
  color: #ffffff !important;
}

/* Services page white service section */
.services-white-sec {
  background: #ffffff !important;
}

.services-white-sec .service-section-heading .title {
  color: var(--degitech-navy) !important;
}

.services-white-sec .service-section-heading h6 {
  color: var(--degitech-royal) !important;
}

.services-white-sec .service-section-heading p {
  color: var(--degitech-muted) !important;
}

.services-white-sec .featured-item.style-3 {
  background: var(--degitech-light) !important;
  border: 1px solid rgba(10, 61, 145, 0.12) !important;
  box-shadow: 0 18px 42px rgba(16, 36, 63, 0.08);
}

.services-white-sec .featured-item.style-3:hover,
.services-white-sec .featured-item.style-3.active {
  background: #ffffff !important;
  border-color: rgba(10, 61, 145, 0.32) !important;
  box-shadow: 0 24px 55px rgba(16, 36, 63, 0.12);
}

.services-white-sec .featured-item.style-3 .featured-icon {
  background: rgba(10, 61, 145, 0.1) !important;
  color: var(--degitech-royal) !important;
  box-shadow: none;
}

.services-white-sec .featured-item.style-3 .featured-icon i {
  color: var(--degitech-royal) !important;
}

.services-white-sec .featured-item.style-3:hover .featured-icon,
.services-white-sec .featured-item.style-3.active .featured-icon {
  background: var(--degitech-royal) !important;
  color: #ffffff !important;
}

.services-white-sec .featured-item.style-3:hover .featured-icon i,
.services-white-sec .featured-item.style-3.active .featured-icon i {
  color: #ffffff !important;
}

.services-white-sec .featured-item.style-3 .featured-title h5 {
  color: var(--degitech-navy) !important;
}

.services-white-sec .featured-item.style-3 .featured-desc p {
  color: var(--degitech-muted) !important;
}

/* Extra service dark section */
.extra-service-dark-sec {
  background: var(--degitech-navy) !important;
}

.extra-service-dark-sec .service-section-heading h6 {
  color: var(--degitech-secondary) !important;
}

.extra-service-dark-sec .service-section-heading p {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Form submit button click safety */
#queto-form .btn span,
#contact-form .btn span {
  pointer-events: none;
}

#queto-form .btn,
#contact-form .btn {
  cursor: pointer;
}

/* Quote form anchor landing */
#quoteform {
  scroll-margin-top: 115px;
}

@media (max-width: 767.98px) {
  #quoteform {
    scroll-margin-top: 92px;
  }
}

/* Human verification fields */
.degitech-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.turnstile-field {
  margin-top: 18px;
}