/* Template Name: Venturo
   Author: Venturo
   File Description: Main Css file of the template
*/
/****************************************

01. General
02. Helpers & Utilities
03. Components & Buttons
04. Page Loader
05. Navbar & Navigation
06. Home Base
07. Home 2 Hero
08. Home 3 Hero
09. Home 4 Slider Hero
10. Home 5 Hero
11. Services Preview
12. Workflow
13. Modern CTA
14. Client Stories
15. Pricing
16. Home Blog
17. Home Contact
18. Footer
19. Services Page
20. Service Details
21. Projects Page
22. About Page
23. Contact Page
24. Blog Pages
25. Authentication Pages

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* ==========================================================================
   01. General
   ========================================================================== */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: #25272b;
  font-size: 14px;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

html {
  scroll-padding-top: 59px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

.text-primary {
  color: #3f8efc !important;
}


.text-muted {
  color: #9da9bb !important;
}


.text-white {
  color: #ffffff !important;
}


/* ==========================================================================
   02. Helpers & Utilities
   ========================================================================== */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}


#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #343a40;
  border-color: transparent;
  border-radius: 40px;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
}
#back-to-top:hover {
  border-radius: 5px;
  background-color: #3f8efc;
}

/*******link color*******/


@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

/* ==========================================================================
   03. Components & Buttons
   ========================================================================== */
.btn {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
  border: 1px solid #25272b;
  overflow: hidden;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn:after {
  background: rgba(255, 255, 255, 0.25);
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.9s ease;
  width: 50px;
  z-index: 1;
}
.btn:hover:after {
  left: 110%;
}

.btn-primary {
  background: #3f8efc;
  border-color: #3f8efc !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #2b82fc;
  border-color: #2b82fc;
  box-shadow: 0px 8px 20px -6px rgba(63, 142, 252, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #3f8efc;
  border-color: #3f8efc;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #3f8efc;
  border-color: #3f8efc;
  box-shadow: 0px 8px 20px -6px rgba(63, 142, 252, 0.6);
  transform: translateY(-6px);
}


.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active {
  color: #ffffff !important;
}


/* ==========================================================================
   04. Page Loader
   ========================================================================== */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(63, 142, 252, 0.10) 0%, rgba(63, 142, 252, 0.035) 24%, transparent 52%),
    #ffffff;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  visibility: visible;
  opacity: 1;
}

#preloader #status {
  position: relative;
  width: 100%;
}

.venturo-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.venturo-loader-symbol {
  position: relative;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.venturo-loader-symbol::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(63, 142, 252, 0.15);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 38px rgba(63, 142, 252, 0.10);
}

.venturo-loader-symbol img {
  position: relative;
  z-index: 2;
  width: 49px;
  height: 49px;
  object-fit: contain;
  animation: venturo-loader-breathe 1.35s ease-in-out infinite;
}

.venturo-loader-orbit {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 50%;
  animation: venturo-loader-orbit 1.15s linear infinite;
}

.venturo-loader-orbit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  border-radius: 50%;
  background: #3f8efc;
  box-shadow: 0 0 0 5px rgba(63, 142, 252, 0.10);
}

.venturo-loader-name {
  margin-top: 9px;
  color: #111a31;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.45px;
}

.venturo-loader-progress {
  position: relative;
  overflow: hidden;
  width: 108px;
  height: 3px;
  margin-top: 17px;
  border-radius: 999px;
  background: rgba(63, 142, 252, 0.11);
}

.venturo-loader-progress span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #3f8efc;
  transform: translateX(-100%);
  animation: venturo-loader-progress 1.2s ease-in-out infinite;
}

@keyframes venturo-loader-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes venturo-loader-breathe {
  0%,
  100% {
    transform: scale(0.94);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes venturo-loader-progress {
  0% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* ==========================================================================
   05. Navbar & Navigation
   ========================================================================== */
.navbar {
  transition: all 0.5s ease;
  padding: 0px;
  background-color: #ffffff;
}
.navbar .navbar-brand {
  transition: all 0.5s ease;
  line-height: 64px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.navbar .navbar-brand .brand-mark {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
  flex: 0 0 34px;
  filter: drop-shadow(0 4px 10px rgba(63, 142, 252, 0.12));
}
.navbar .navbar-brand .brand-text {
  color: #0b1533;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.6px;
  font-family: "Inter", sans-serif;
}
.navbar .navbar-nav .nav-item > .nav-link {
  color: #25272b;
  font-size: 13px;
  padding: 20px 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  background-color: transparent;
  margin: 0 4px;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.navbar .navbar-nav .nav-item > .nav-link:hover,
.navbar .navbar-nav .nav-item > .nav-link:active,
.navbar .navbar-nav .nav-item > .nav-link.active {
  color: #3f8efc;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 220px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  animation: DropDownSlide 0.3s;
  animation-fill-mode: both;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
  color: #25272b;
  padding: 10px 12px;
  margin: 0;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:hover {
  color: #3f8efc;
  background-color: rgba(63, 142, 252, 0.06);
}
.navbar .navbar-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.navbar .navbar-tool-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(37, 39, 43, 0.12);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #25272b;
  font-size: 21px;
  line-height: 1;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.navbar .navbar-tool-btn:hover,
.navbar .navbar-tool-btn:focus {
  border-color: rgba(63, 142, 252, 0.30);
  background-color: rgba(63, 142, 252, 0.06);
  color: #3f8efc;
  outline: none;
  transform: translateY(-1px);
}

.navbar .navbar-user-dropdown .dropdown-menu {
  min-width: 245px;
  padding: 8px;
  margin-top: 11px;
  border: 1px solid rgba(37, 39, 43, 0.07);
  border-radius: 9px;
  box-shadow: 0 14px 35px rgba(37, 39, 43, 0.10);
}

.navbar .navbar-user-link {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 11px 10px;
  border-radius: 6px;
  color: #25272b;
  text-decoration: none;
}

.navbar .navbar-user-link:hover {
  background-color: rgba(63, 142, 252, 0.06);
}

.navbar .navbar-user-link > i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.08);
  color: #3f8efc;
  font-size: 17px;
}

.navbar .navbar-user-link strong {
  display: block;
  margin-bottom: 2px;
  color: #25272b;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.navbar .navbar-user-link small {
  display: block;
  color: #98a2b0;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}


.navbar .navbar-language-dropdown {
  position: relative;
  margin-right: 8px;
  padding-right: 18px;
}

.navbar .navbar-language-dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background-color: rgba(37, 39, 43, 0.12);
  transform: translateY(-50%);
}

.navbar .navbar-language-trigger {
  min-height: 38px;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: transparent;
  color: #25272b;
  box-shadow: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.navbar .navbar-language-trigger:hover,
.navbar .navbar-language-trigger:focus {
  color: #3f8efc;
  outline: none;
  transform: translateY(-1px);
}

.navbar .navbar-language-trigger .lang-globe {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 20px;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.navbar .navbar-language-trigger .lang-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.35px;
}

.navbar .navbar-language-trigger .lang-chevron {
  font-size: 17px;
  line-height: 1;
}

.navbar .navbar-language-dropdown .dropdown-menu {
  min-width: 220px;
  padding: 8px;
  margin-top: 11px;
  border: 1px solid rgba(37, 39, 43, 0.07);
  border-radius: 9px;
  box-shadow: 0 14px 35px rgba(37, 39, 43, 0.10);
}

.navbar .navbar-language-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  color: #25272b;
  text-decoration: none;
}

.navbar .navbar-language-link:hover {
  background-color: rgba(63, 142, 252, 0.06);
}

.navbar .navbar-language-code {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.08);
  color: #3f8efc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.navbar .navbar-language-link strong {
  display: block;
  margin-bottom: 2px;
  color: #25272b;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.navbar .navbar-language-link small {
  display: block;
  color: #98a2b0;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.navbar .navbar-language-link > i {
  color: #3f8efc;
  font-size: 15px;
}

.navbar .navbar-language-link:not(.active) > i {
  display: none;
}

.navbar .navbar-quote-btn {
  padding: 9px 17px;
  background-color: #3f8efc;
  border-color: #3f8efc;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.navbar .navbar-quote-btn:hover {
  background-color: #2f7fe7;
  border-color: #2f7fe7;
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}


.nav-sticky.navbar {
  margin-top: 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky.navbar .navbar-brand {
  line-height: 56px;
  padding: 0px;
}
.nav-sticky.navbar .navbar-nav .nav-item > .nav-link {
  padding: 18px 8px;
}


@keyframes DropDownSlide {
  100% {
    margin-top: -1px;
  }
  0% {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    max-width: 100%;
    overflow-x: hidden;
  }

  .navbar,
  .navbar.nav-sticky {
    padding: 6px 0;
    background-color: #ffffff;
  }

  .navbar .navbar-brand,
  .navbar.nav-sticky .navbar-brand {
    line-height: 46px;
    padding: 0;
    gap: 9px;
  }

  .navbar .navbar-brand .brand-mark,
  .navbar.nav-sticky .navbar-brand .brand-mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .navbar .navbar-brand .brand-text,
  .navbar.nav-sticky .navbar-brand .brand-text {
    font-size: 20px;
  }

  .navbar .navbar-toggler {
    font-size: 22px;
    line-height: 1;
  }

  .navbar .navbar-nav .nav-item > .nav-link,
  .navbar.nav-sticky .navbar-nav .nav-item > .nav-link {
    padding: 10px 8px;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu,
  .navbar.nav-sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding-left: 25px;
    border: none;
    box-shadow: none;
  }
.navbar .navbar-tools {
  position: relative;
  margin-top: 10px;
  padding: 0 8px;
}

  .navbar .navbar-language-dropdown,
  .navbar .navbar-user-dropdown {
    position: static;
  }

  .navbar .navbar-language-dropdown .dropdown-menu,
  .navbar .navbar-user-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 8px) !important;
    left: 8px !important;
    right: auto !important;
    width: min(245px, calc(100vw - 32px));
    min-width: 0;
    max-width: calc(100vw - 32px);
    margin-top: 0;
    transform: none !important;
  }

.navbar .navbar-tool-btn {
  width: 38px;
  height: 38px;
  font-size: 19px;
}

  .navbar .navbar-language-dropdown {
    margin-right: 0;
    padding-right: 0;
  }

  .navbar .navbar-language-dropdown::after {
    display: none;
  }

  .navbar .navbar-language-trigger {
    min-height: 38px;
  }

  .navbar .navbar-quote {
    margin-top: 10px;
    padding: 0 8px 8px;
  }
  .navbar .navbar-quote-btn {
    width: 100%;
  }
}

/* ==========================================================================
   06. Home Base
   ========================================================================== */
#home {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.home-subtitle {
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 14px;
}

/* ==========================================================================
   07. Home 2 Hero
   ========================================================================== */
.venturo-home2-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 120px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.72) 32%, rgba(248,249,253,0.75) 70%),
    linear-gradient(135deg, #fafbfe 0%, #f5f6fb 100%);
  isolation: isolate;
}

.venturo-home2-hero::before,
.venturo-home2-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.venturo-home2-hero::before {
  left: -170px;
  bottom: -240px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(91, 99, 246, 0.055);
  border-radius: 42% 58% 52% 48% / 48% 44% 56% 52%;
  box-shadow:
    110px -95px 0 0 rgba(255,255,255,0.25),
    210px -190px 0 -1px rgba(91,99,246,0.035);
  transform: rotate(34deg);
}

.venturo-home2-hero::after {
  right: -190px;
  top: 50px;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  border: 1px solid rgba(91, 99, 246, 0.05);
  box-shadow:
    -65px 95px 0 0 rgba(255,255,255,0.28),
    -125px 190px 0 -1px rgba(91,99,246,0.03);
}

.venturo-home2-content {
  position: relative;
  z-index: 2;
  padding: 36px 0;
}

.venturo-home2-content .home-subtitle {
  color: #3f8efc !important;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.venturo-home2-content h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #25336f;
  font-size: 62px;
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -1.4px;
}

.venturo-home2-content h1 .hero-title-line {
  display: block;
  margin-top: 8px;
}

.venturo-home2-content h1 em {
  color: #3f8efc;
  font-style: normal;
  font-weight: 500;
}

.venturo-home2-desc {
  max-width: 760px;
  margin-top: 32px;
  color: #778198;
  font-size: 17px;
  line-height: 1.85;
}

.venturo-home2-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
}

.hero-primary-btn {
  min-width: 148px;
  padding: 13px 24px;
  border-radius: 6px;
  background-color: #5b63f6;
  border-color: #5b63f6 !important;
  box-shadow: none;
}

.hero-primary-btn:hover,
.hero-primary-btn:focus {
  background-color: #4c55ee;
  border-color: #4c55ee !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(91, 99, 246, 0.18);
}

.venturo-home2-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #25336f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.venturo-home2-link i {
  color: #5b63f6;
  font-size: 20px;
}

.venturo-home2-link:hover {
  color: #5b63f6;
}

.hero-bg-word {
  position: absolute;
  z-index: -1;
  color: rgba(91, 99, 246, 0.025);
  font-size: 430px;
  line-height: 1;
  font-weight: 700;
  user-select: none;
  pointer-events: none;
}

.hero-bg-word-left {
  left: 5%;
  bottom: -80px;
}

.hero-bg-word-right {
  right: 0;
  top: 50px;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(91, 99, 246, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 280px;
  height: 280px;
  left: 26%;
  top: 23%;
}

.hero-orbit-two {
  width: 110px;
  height: 110px;
  right: 18%;
  bottom: 18%;
}

@media (max-width: 1199.98px) {
  .venturo-home2-content h1 {
    font-size: 54px;
  }
}

@media (max-width: 991.98px) {
  .venturo-home2-hero {
    min-height: 760px;
    padding: 145px 0 110px;
  }

  .venturo-home2-content h1 {
    font-size: 46px;
  }

  .hero-bg-word {
    font-size: 330px;
  }
}

@media (max-width: 767.98px) {
  .venturo-home2-hero {
    min-height: 690px;
    padding: 125px 0 90px;
  }

  .venturo-home2-content {
    padding: 20px 0;
  }

  .venturo-home2-content h1 {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.6px;
  }

  .venturo-home2-desc {
    margin-top: 24px;
    font-size: 15px;
  }

  .venturo-home2-actions {
    gap: 18px;
    margin-top: 30px;
  }

  .hero-bg-word {
    font-size: 250px;
  }

  .hero-orbit-one {
    width: 190px;
    height: 190px;
    left: 12%;
  }
}

/* ==========================================================================
   08. Home 3 Hero
   ========================================================================== */
.venturo-home3-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 0 92px;
  background: linear-gradient(135deg, rgba(63, 142, 252, 0.115) 0%, rgba(63, 142, 252, 0.07) 100%);
  isolation: isolate;
}

.venturo-home3-hero::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -33%;
  width: 62%;
  height: 82%;
  border: 1px solid rgba(63, 142, 252, 0.07);
  background: rgba(255, 255, 255, 0.13);
  transform: rotate(-42deg);
  z-index: -2;
}

.venturo-home3-hero::after {
  content: "";
  position: absolute;
  right: -14%;
  bottom: -38%;
  width: 57%;
  height: 92%;
  border: 1px solid rgba(63, 142, 252, 0.055);
  background: rgba(255, 255, 255, 0.11);
  transform: rotate(39deg);
  z-index: -2;
}

.home3-shape {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.home3-shape-one {
  left: 18%;
  top: 22%;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(63, 142, 252, 0.05);
  border-radius: 46% 54% 62% 38%;
  transform: rotate(28deg);
}

.home3-shape-two {
  left: 36%;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(63, 142, 252, 0.04);
  border-radius: 50%;
}

.home3-shape-three {
  right: 5%;
  top: 15%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(63, 142, 252, 0.055);
  transform: rotate(35deg);
}

.venturo-home3-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.venturo-home3-copy .home-subtitle {
  color: #3f8efc !important;
  letter-spacing: 2.2px;
  font-size: 13px;
}

.venturo-home3-copy h1 {
  margin-bottom: 24px;
  color: #1f2e52;
  font-size: 58px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -1px;
}

.venturo-home3-copy h1 span {
  color: #3f8efc;
}

.venturo-home3-copy > p {
  max-width: 580px;
  margin-bottom: 0;
  color: #708099;
  font-size: 16px;
  line-height: 1.9;
}

.venturo-home3-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.venturo-home3-actions .btn {
  min-width: 156px;
  padding: 13px 22px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
}

.home3-secondary-btn {
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(63, 142, 252, 0.32) !important;
}

.home3-secondary-btn:hover {
  color: #ffffff;
  background-color: #3f8efc;
}

.venturo-home3-form-wrap {
  position: relative;
  z-index: 3;
  padding: 42px 40px 38px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(37, 39, 43, 0.055);
  box-shadow: 0 22px 55px rgba(38, 107, 193, 0.10);
}

.venturo-home3-form-head {
  margin-bottom: 26px;
}

.venturo-home3-form-head span {
  display: block;
  margin-bottom: 8px;
  color: #8b97a9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.venturo-home3-form-head h4 {
  margin-bottom: 0;
  color: #1f2e52;
  font-size: 23px;
  font-weight: 600;
}

.venturo-home3-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home3-field {
  position: relative;
}

.home3-field label {
  position: absolute;
  left: 13px;
  top: -8px;
  z-index: 2;
  padding: 0 6px;
  background-color: #ffffff;
  color: #1f2e52;
  font-size: 12px;
  font-weight: 500;
}

.home3-field .form-control {
  min-height: 52px;
  padding: 13px 16px;
  border-radius: 8px;
  border: 1px solid #dfe5ee;
  background-color: #ffffff;
  color: #25272b;
  box-shadow: none;
}

.home3-field textarea.form-control {
  min-height: 104px;
  resize: vertical;
}

.home3-field .form-control::placeholder {
  color: #a4adba;
}

.home3-field .form-control:focus {
  border-color: rgba(63, 142, 252, 0.55);
  box-shadow: 0 0 0 3px rgba(63, 142, 252, 0.07);
}

.home3-submit {
  min-height: 52px;
  margin-top: 2px;
  border-radius: 8px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .venturo-home3-copy h1 {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .venturo-home3-hero {
    padding: 145px 0 90px;
  }

  .venturo-home3-copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .venturo-home3-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .venturo-home3-actions {
    justify-content: center;
  }

  .venturo-home3-form-wrap {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .venturo-home3-hero {
    padding: 125px 0 70px;
  }

  .venturo-home3-copy h1 {
    font-size: 38px;
    line-height: 1.25;
  }

  .venturo-home3-copy > p {
    font-size: 15px;
  }

  .venturo-home3-form-wrap {
    padding: 30px 22px 24px;
    border-radius: 14px;
  }

  .venturo-home3-actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   09. Home 4 Slider Hero
   ========================================================================== */
.venturo-home4-wrap {
  position: relative;
  overflow: hidden;
  background-color: #1f2937;
}

.venturo-home4-slider {
  width: 100%;
  height: 100vh;
  min-height: 720px;
}

.venturo-home4-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.venturo-home4-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 27, 43, 0.82) 0%, rgba(18, 27, 43, 0.58) 48%, rgba(18, 27, 43, 0.14) 100%);
  z-index: 0;
}

.venturo-home4-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(63, 142, 252, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(10, 18, 32, 0.04), rgba(10, 18, 32, 0.16));
  pointer-events: none;
}

.venturo-home4-slide .container {
  z-index: 2;
}

.venturo-home4-content {
  max-width: 760px;
  padding-top: 76px;
  color: #ffffff;
}

.venturo-home4-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #b8d6ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.venturo-home4-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #3f8efc;
}

.venturo-home4-content h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.venturo-home4-content p {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.9;
}

.venturo-home4-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
}

.venturo-home4-actions .btn {
  min-width: 156px;
  padding: 13px 24px;
  border-radius: 7px;
  box-shadow: none;
}

.venturo-home4-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.venturo-home4-link i {
  color: #77b1ff;
  transition: transform 0.3s ease;
}

.venturo-home4-link:hover {
  color: #ffffff;
}

.venturo-home4-link:hover i {
  transform: translateX(5px);
}

.venturo-home4-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.venturo-home4-arrow::after {
  font-size: 16px;
}

.venturo-home4-arrow:hover {
  background-color: #3f8efc;
  border-color: #3f8efc;
}

.venturo-home4-slider .swiper-button-prev {
  left: 34px;
}

.venturo-home4-slider .swiper-button-next {
  right: 34px;
}

.venturo-home4-pagination {
  bottom: 36px !important;
}

.venturo-home4-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transition: all 0.3s ease;
}

.venturo-home4-pagination .swiper-pagination-bullet-active {
  width: 42px;
  background-color: #3f8efc;
}

.venturo-home4-scroll {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  pointer-events: none;
}

.venturo-home4-scroll i {
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  .venturo-home4-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .venturo-home4-slider {
    min-height: 680px;
  }

  .venturo-home4-content {
    padding-top: 64px;
  }

  .venturo-home4-content h1 {
    font-size: 48px;
  }

  .venturo-home4-slider .swiper-button-prev {
    left: 18px;
  }

  .venturo-home4-slider .swiper-button-next {
    right: 18px;
  }

  .venturo-home4-scroll {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .venturo-home4-slider {
    height: 760px;
    min-height: 760px;
  }

  .venturo-home4-slide {
    background-position: 62% center;
  }

  .venturo-home4-slide::after {
    background: linear-gradient(90deg, rgba(18, 27, 43, 0.88) 0%, rgba(18, 27, 43, 0.70) 70%, rgba(18, 27, 43, 0.45) 100%);
  }

  .venturo-home4-content {
    padding: 100px 14px 0;
  }

  .venturo-home4-content h1 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .venturo-home4-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .venturo-home4-actions {
    gap: 18px;
    margin-top: 28px;
  }

  .venturo-home4-arrow {
    display: none;
  }

  .venturo-home4-pagination {
    bottom: 24px !important;
  }
}


.swiper-button-next,
.swiper-button-prev {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: #3f8efc;
  color: #ffffff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}


.bg-home4 {
  padding: 150px 0 65px 0;
  background-color: rgba(63, 142, 252, 0.2);
}
@media (max-width: 991.98px) {
  .bg-home4 {
    padding: 130px 0 60px 0;
  }
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0px;
  left: 0;
}

.hero-section-wrap {
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content-card {
  max-width: 450px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  padding: 8px 0;
  box-shadow: none;
}

.hero-kicker {
  color: #3f8efc !important;
  letter-spacing: 2.4px;
  font-size: 10px;
}

.hero-title {
  font-size: 34px;
  line-height: 1.32;
  letter-spacing: -0.9px;
  margin-bottom: 0;
  color: #25272b;
}

.hero-desc {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.85;
  color: #667085;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.hero-primary-btn,
.hero-secondary-btn {
  padding: 13px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hero-primary-btn {
  background-color: #3f8efc;
  border: 1px solid #3f8efc;
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(63, 142, 252, 0.18);
}
.hero-primary-btn:hover {
  background-color: #2f7fe7;
  border-color: #2f7fe7;
  color: #ffffff;
}

.hero-secondary-btn {
  background-color: #ffffff;
  border: 1px solid rgba(63, 142, 252, 0.14);
  color: #25272b;
}
.hero-secondary-btn:hover {
  color: #25272b;
  border-color: rgba(63, 142, 252, 0.28);
  background-color: #ffffff;
}

.hero-meta {
  margin-top: 18px;
  color: #6d7787;
  font-size: 14px;
  font-weight: 500;
}

.hero-meta span {
  margin: 0 8px;
  color: #9fb3d4;
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-visual-panel {
  max-width: 840px;
  margin-left: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
}

.hero-main-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
}


@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 38px;
  }
  .hero-visual-panel {
    max-width: 700px;
  }
}

@media (max-width: 991.98px) {
  .hero-content-card {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-desc {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-meta {
    text-align: center;
  }
  .hero-visual-panel {
    max-width: 840px;
    margin: 0 auto;
  }
  .hero-main-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-content-card {
    padding: 0;
    border-radius: 0;
  }
  .hero-title {
    font-size: 29px;
    line-height: 1.3;
  }
  .hero-desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
  }
  .hero-meta {
    font-size: 13px;
    line-height: 1.8;
  }
  .hero-visual-panel {
    padding: 0;
    border-radius: 0;
  }
}


/* ==========================================================================
   10. Home 5 Hero
   ========================================================================== */
.venturo-home5-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0;
  background: linear-gradient(110deg, #4f3f78 0%, #3f4f86 48%, #326fa6 100%);
  isolation: isolate;
}

.venturo-home5-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}

.venturo-home5-glow.glow-left {
  left: -140px;
  top: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.02) 55%, rgba(255,255,255,0) 72%);
}

.venturo-home5-glow.glow-right {
  right: -120px;
  bottom: 80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 52%, rgba(255,255,255,0) 72%);
}

.venturo-home5-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.05;
}

.venturo-home5-copy {
  max-width: 880px;
}

.venturo-home5-kicker {
  display: inline-block;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.venturo-home5-copy h1 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -1.3px;
}

.venturo-home5-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.8;
}

.venturo-home5-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.venturo-home5-cta {
  min-width: 170px;
  padding: 15px 28px;
  border-radius: 8px;
  background-color: #3f8efc;
  border: 1px solid #3f8efc;
  color: #ffffff !important;
  box-shadow: 0 16px 40px rgba(63, 142, 252, 0.28);
}

.venturo-home5-cta:hover,
.venturo-home5-cta:focus {
  background-color: #2f7fe7;
  border-color: #2f7fe7;
  color: #ffffff !important;
}

.venturo-home5-preview {
  position: relative;
  max-width: 980px;
  margin: 70px auto 0;
  text-align: center;
}

.venturo-home5-preview::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 82%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(15, 16, 38, 0.36);
  filter: blur(18px);
  z-index: 0;
}

.venturo-home5-preview img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0 30px 55px rgba(18, 16, 46, 0.28));
}

@media (max-width: 1199.98px) {
  .venturo-home5-copy h1 {
    font-size: 54px;
  }
}

@media (max-width: 991.98px) {
  .venturo-home5-hero {
    padding-top: 135px;
  }

  .venturo-home5-copy h1 {
    font-size: 46px;
  }

  .venturo-home5-copy p {
    font-size: 16px;
  }

  .venturo-home5-preview {
    margin-top: 56px;
  }
}

@media (max-width: 767.98px) {
  .venturo-home5-hero {
    padding-top: 120px;
  }

  .venturo-home5-copy h1 {
    font-size: 36px;
    line-height: 1.24;
    letter-spacing: -0.7px;
  }

  .venturo-home5-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .venturo-home5-actions {
    margin-top: 28px;
  }

  .venturo-home5-cta {
    min-width: 150px;
    padding: 13px 24px;
  }

  .venturo-home5-preview {
    margin-top: 46px;
  }
}


/* ==========================================================================
   11. Services Preview
   ========================================================================== */
.service-preview-section {
  position: relative;
  background-color: #ffffff;
}

.section-heading {
  max-width: 700px;
}

.section-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title {
  font-weight: 500;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.section-desc {
  max-width: 650px;
  color: #70798a;
  font-size: 15px;
  line-height: 1.8;
}

.services-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3f8efc;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.services-view-all i {
  transition: transform 0.3s ease;
}

.services-view-all:hover {
  color: #2f7fe7;
}

.services-view-all:hover i {
  transform: translateX(4px);
}

.service-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(37, 39, 43, 0.08);
  border-radius: 18px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(63, 142, 252, 0.24);
  box-shadow: 0 18px 45px rgba(38, 107, 193, 0.09);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: rgba(63, 142, 252, 0.14);
  color: #3f8efc;
  font-size: 27px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background-color: #3f8efc;
  color: #ffffff;
}

.service-number {
  color: #c9cfda;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-card h5 {
  color: #25272b;
  font-size: 18px;
  margin-bottom: 12px;
}

.service-card p {
  min-height: 78px;
  margin-bottom: 20px;
  color: #727b8b;
  font-size: 14px;
  line-height: 1.75;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #25272b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-link i {
  color: #3f8efc;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #3f8efc;
}

.service-link:hover i {
  transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .service-card {
    padding: 26px 24px;
  }

  .service-card p {
    min-height: auto;
  }
}


/* ==========================================================================
   12. Workflow
   ========================================================================== */
.workflow-section {
  position: relative;
  background-color: #f8fbff;
  overflow: hidden;
}

.workflow-visual-wrap {
  max-width: 760px;
}

.workflow-scene-svg {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.workflow-minimal-content {
  max-width: 440px;
  margin-left: auto;
}

.workflow-title {
  max-width: 360px;
}

.workflow-intro {
  color: #717b8b;
  font-size: 15px;
  line-height: 1.9;
  max-width: 410px;
}

.workflow-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-left: 6px;
}

.workflow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-left: 12px;
}

.workflow-step::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 42px;
  width: 1px;
  height: calc(100% + 18px);
  background-color: rgba(63, 142, 252, 0.16);
}

.workflow-step-last::before {
  display: none;
}

.workflow-step-number {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.12);
  color: #3f8efc;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.workflow-step-content h5 {
  color: #25272b;
  font-size: 18px;
  margin-bottom: 6px;
}

.workflow-step-content p {
  margin-bottom: 0;
  color: #758091;
  font-size: 14px;
  line-height: 1.8;
}

.workflow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #25272b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.workflow-cta i {
  color: #3f8efc;
  transition: transform 0.3s ease;
}

.workflow-cta:hover {
  color: #3f8efc;
}

.workflow-cta:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .workflow-visual-wrap {
    max-width: 780px;
    margin: 0 auto;
  }

  .workflow-minimal-content {
    max-width: 100%;
    margin-left: 0;
  }

  .workflow-title,
  .workflow-intro {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .workflow-step {
    gap: 14px;
  }

  .workflow-step-content h5 {
    font-size: 17px;
  }

  .workflow-intro,
  .workflow-step-content p {
    font-size: 14px;
  }
}

/* ==========================================================================
   13. Modern CTA
   ========================================================================== */
.modern-cta-section {
  position: relative;
  background-color: #ffffff;
}

.modern-cta-wrap {
  position: relative;
  overflow: hidden;
  padding: 54px 58px;
  border-radius: 28px;
  background: linear-gradient(135deg, #17243a 0%, #22324d 100%);
}

.modern-cta-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background-color: rgba(63, 142, 252, 0.16);
}

.modern-cta-wrap::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: -100px;
  border-radius: 50%;
  background-color: rgba(34, 211, 197, 0.08);
}

.modern-cta-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.modern-cta-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #82b7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.modern-cta-content h2 {
  font-weight: 500;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.modern-cta-content p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.85;
}

.modern-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.modern-cta-primary {
  padding: 12px 25px;
  border-radius: 28px;
  background-color: #3f8efc;
  border: 1px solid #3f8efc;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.modern-cta-primary:hover {
  background-color: #2f7fe7;
  border-color: #2f7fe7;
  color: #ffffff;
}

.modern-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.modern-cta-link i {
  color: #82b7ff;
  transition: transform 0.3s ease;
}

.modern-cta-link:hover {
  color: #ffffff;
}

.modern-cta-link:hover i {
  transform: translateX(4px);
}

.modern-cta-visual {
  position: relative;
  z-index: 2;
  text-align: center;
}

.modern-cta-visual img {
  width: 100%;
  max-width: 390px;
  height: auto;
}

@media (max-width: 991.98px) {
  .modern-cta-wrap {
    padding: 46px 40px;
  }
}

@media (max-width: 767.98px) {
  .modern-cta-wrap {
    padding: 38px 26px;
    border-radius: 22px;
  }

  .modern-cta-content h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .modern-cta-actions {
    gap: 16px;
  }
}


.modal-backdrop.show {
  opacity: 0.75;
}

/* ==========================================================================
   14. Client Stories
   ========================================================================== */
.client-stories-section {
  position: relative;
  background-color: #ffffff;
}

.client-rating-box {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background-color: #f8fbff;
  border: 1px solid rgba(63, 142, 252, 0.1);
}

.client-rating-score {
  color: #25272b;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.client-rating-stars {
  display: flex;
  gap: 2px;
  color: #f5b942;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
}

.client-rating-box p {
  color: #7a8494;
  font-size: 12px;
}

.client-trust-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(63, 142, 252, 0.16), rgba(63, 142, 252, 0.06));
  border: 1px solid rgba(63, 142, 252, 0.14);
  color: #25272b;
  overflow: hidden;
  position: relative;
}

.client-trust-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -80px;
  bottom: -80px;
  background-color: rgba(63, 142, 252, 0.12);
}

.client-trust-item {
  position: relative;
  z-index: 1;
}

.client-trust-item strong {
  display: block;
  color: #3f8efc;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.client-trust-item span {
  color: #6f7989;
  font-size: 13px;
}

.client-trust-divider {
  height: 1px;
  margin: 24px 0;
  background-color: rgba(63, 142, 252, 0.14);
}

.client-story-slider {
  position: relative;
  border-radius: 24px;
  background-color: #f8fbff;
  border: 1px solid rgba(63, 142, 252, 0.08);
  overflow: hidden;
}

.client-story-slider .swiper-wrapper,
.client-story-slider .swiper-slide {
  height: 100%;
}

.client-story-card {
  min-height: 390px;
  height: 100%;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 34px;
  padding: 38px;
}

.client-story-photo-wrap {
  position: relative;
}

.client-story-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
}

.client-story-quote {
  position: absolute;
  right: -14px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3f8efc;
  color: #ffffff;
  font-size: 26px;
  box-shadow: 0 14px 30px rgba(63, 142, 252, 0.22);
}

.client-story-text {
  color: #525d6f;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.client-story-person h5 {
  color: #25272b;
  font-size: 17px;
  margin-bottom: 4px;
}

.client-story-person span {
  color: #8490a0;
  font-size: 13px;
}

.client-story-pagination {
  left: auto !important;
  right: 34px;
  bottom: 28px !important;
  width: auto !important;
}

.client-story-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: none;
  margin: 0 4px !important;
  background-color: #3f8efc;
  opacity: 0.28;
}

.client-story-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  opacity: 1;
  transform: none;
}

.client-logo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(37, 39, 43, 0.07);
}

.client-logo-label {
  color: #8a93a2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  white-space: nowrap;
}

.client-logo-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.client-logo-list img {
  max-width: 82px;
  max-height: 34px;
  object-fit: contain;
  opacity: 0.32;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.client-logo-list img:hover {
  opacity: 0.8;
  filter: grayscale(0);
}

@media (max-width: 991.98px) {
  .client-rating-box {
    margin-left: 0 !important;
  }

  .client-story-card {
    grid-template-columns: 190px 1fr;
    padding: 30px;
  }

  .client-story-text {
    font-size: 18px;
  }

  .client-logo-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .client-logo-list {
    justify-content: space-between;
    gap: 26px;
  }
}

@media (max-width: 767.98px) {
  .client-story-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .client-story-photo-wrap {
    max-width: 190px;
  }

  .client-story-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .client-story-pagination {
    right: 24px;
    bottom: 20px !important;
  }

  .client-logo-strip {
    gap: 18px;
    padding-top: 22px;
  }

  .client-logo-label {
    width: 100%;
    white-space: normal;
  }

  .client-logo-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
  }

  .client-logo-list img {
    width: 100%;
    max-width: 50px;
    max-height: 26px;
    justify-self: center;
  }
}


/* ==========================================================================
   15. Pricing
   ========================================================================== */
.pricing-section {
  position: relative;
  background-color: #f8fbff;
}

.pricing-header {
  max-width: 720px;
  margin-bottom: 54px;
}

.pricing-header-text {
  color: #758091;
  font-size: 15px;
  line-height: 1.9;
}

.pricing-cards-row {
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 34px 28px 28px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid rgba(63, 142, 252, 0.1);
  box-shadow: 0 16px 42px rgba(38, 107, 193, 0.06);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(38, 107, 193, 0.1);
  border-color: rgba(63, 142, 252, 0.2);
}

.pricing-card-featured {
  background: linear-gradient(180deg, rgba(63, 142, 252, 0.08) 0%, rgba(255, 255, 255, 1) 68%);
  border-color: rgba(63, 142, 252, 0.2);
  transform: translateY(-10px);
}

.pricing-card-featured:hover {
  transform: translateY(-14px);
}

.pricing-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #3f8efc;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pricing-plan-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background-color: rgba(63, 142, 252, 0.1);
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-card-top h4 {
  margin: 18px 0 10px;
  color: #25272b;
  font-size: 24px;
  line-height: 1.35;
}

.pricing-card-top p {
  margin-bottom: 0;
  color: #7b8595;
  font-size: 14px;
  line-height: 1.8;
}

.pricing-card-price {
  margin: 28px 0 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(63, 142, 252, 0.1);
  border-bottom: 1px solid rgba(63, 142, 252, 0.1);
}

.pricing-card-price span {
  display: block;
  color: #9aa4b3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pricing-card-price strong {
  display: block;
  margin-top: 6px;
  color: #25272b;
  font-size: 38px;
  line-height: 1.1;
}

.pricing-card-price-custom strong {
  font-size: 28px;
  color: #3f8efc;
}

.pricing-card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #6f7a8b;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-card-list i {
  margin-top: 2px;
  color: #3f8efc;
  font-size: 16px;
}

.pricing-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(63, 142, 252, 0.14);
  background-color: #ffffff;
  color: #25272b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-card-btn:hover {
  color: #3f8efc;
  border-color: rgba(63, 142, 252, 0.28);
}

.pricing-card-btn-primary {
  background-color: #3f8efc;
  border-color: #3f8efc;
  color: #ffffff;
}

.pricing-card-btn-primary:hover {
  background-color: #2f7fe7;
  border-color: #2f7fe7;
  color: #ffffff;
}

.pricing-bottom-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 860px;
  margin: 34px auto 0;
  padding: 18px 22px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid rgba(63, 142, 252, 0.1);
}

.pricing-bottom-note-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.1);
  color: #3f8efc;
  font-size: 20px;
}

.pricing-bottom-note p {
  color: #758091;
  font-size: 14px;
  line-height: 1.8;
}

.pricing-bottom-note strong {
  color: #25272b;
}

@media (max-width: 991.98px) {
  .pricing-header {
    margin-bottom: 40px;
  }

  .pricing-card-featured,
  .pricing-card-featured:hover {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .pricing-card {
    padding: 28px 22px 22px;
    border-radius: 20px;
  }

  .pricing-card-top h4 {
    font-size: 22px;
  }

  .pricing-card-price strong {
    font-size: 32px;
  }

  .pricing-bottom-note {
    align-items: flex-start;
    padding: 18px;
  }
}


.form-control {
  padding: 12px 20px;
  border-color: rgba(37, 39, 43, 0.2);
  box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
}
.form-control:focus {
  box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
  border-color: #b68463;
}
.form-control::-moz-placeholder {
  color: #ced4da;
}
.form-control::placeholder {
  color: #ced4da;
}


/* ==========================================================================
   16. Home Blog
   ========================================================================== */
.home-blog-section {
  background-color: #ffffff;
}

.home-blog-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-blog-intro {
  max-width: 650px;
  margin: 0 auto;
  color: #758091;
  font-size: 15px;
  line-height: 1.85;
}

.home-blog-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.home-blog-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-blog-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background-color: rgba(63, 142, 252, 0.08);
  color: #3f8efc;
  font-size: 12px;
  font-weight: 600;
}

.home-blog-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25272b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-blog-all i,
.home-blog-read i,
.blog-insight-link i {
  color: #3f8efc;
  transition: transform 0.3s ease;
}

.home-blog-all:hover,
.home-blog-read:hover,
.blog-insight-link:hover {
  color: #3f8efc;
}

.home-blog-all:hover i,
.home-blog-read:hover i,
.blog-insight-link:hover i {
  transform: translateX(4px);
}

.blog-editorial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 34px;
  align-items: stretch;
  padding: 26px;
  margin-bottom: 30px;
  border-radius: 28px;
  background-color: #f8fbff;
  border: 1px solid rgba(63, 142, 252, 0.08);
}

.blog-editorial-image {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  min-height: 100%;
}

.blog-editorial-image img,
.blog-insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blog-editorial-feature:hover .blog-editorial-image img,
.blog-insight-card:hover .blog-insight-image img {
  transform: scale(1.035);
}

.blog-editorial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px 10px 0;
}

.home-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #929cab;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.home-blog-meta span + span {
  position: relative;
  padding-left: 14px;
}

.home-blog-meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(63, 142, 252, 0.5);
  transform: translateY(-50%);
}

.blog-editorial-content h3 {
  margin: 16px 0 14px;
  font-size: 33px;
  line-height: 1.28;
}

.blog-editorial-content h3 a,
.blog-insight-body h4 a {
  color: #25272b;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-editorial-content h3 a:hover,
.blog-insight-body h4 a:hover {
  color: #3f8efc;
}

.blog-editorial-content p {
  margin-bottom: 0;
  color: #758091;
  font-size: 14px;
  line-height: 1.9;
}

.blog-editorial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(37, 39, 43, 0.08);
}

.blog-editorial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.12);
  color: #3f8efc;
  font-size: 15px;
  font-weight: 700;
}

.blog-editorial-author strong {
  display: block;
  color: #25272b;
  font-size: 14px;
  line-height: 1.2;
}

.blog-editorial-author small {
  display: block;
  margin-top: 4px;
  color: #8d97a6;
  font-size: 12px;
}

.home-blog-read,
.blog-insight-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #25272b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.blog-insights-grid {
  margin-top: 0;
}

.blog-insight-card {
  overflow: hidden;
  border-radius: 22px;
  background-color: #ffffff;
  border: 1px solid rgba(37, 39, 43, 0.08);
  transition: all 0.3s ease;
}

.blog-insight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(38, 107, 193, 0.08);
  border-color: rgba(63, 142, 252, 0.12);
}

.blog-insight-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.blog-insight-body {
  padding: 22px 22px 24px;
}

.blog-insight-body h4 {
  margin: 12px 0 10px;
  font-size: 20px;
  line-height: 1.45;
}

.blog-insight-body p {
  margin-bottom: 16px;
  color: #758091;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .blog-editorial-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-editorial-content {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .home-blog-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-editorial-feature {
    padding: 18px;
    border-radius: 22px;
  }

  .blog-editorial-image {
    border-radius: 18px;
  }

  .blog-editorial-content h3 {
    font-size: 26px;
  }

  .blog-editorial-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-insight-body {
    padding: 18px 18px 20px;
  }

  .blog-insight-body h4 {
    font-size: 18px;
  }
}

/* ==========================================================================
   17. Home Contact
   ========================================================================== */
.home-contact-section {
  position: relative;
  overflow: hidden;
  background-color: #f8fbff;
}

.home-contact-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -190px;
  top: -190px;
  border: 1px solid rgba(63, 142, 252, 0.08);
  border-radius: 50%;
}

.home-contact-intro {
  max-width: 470px;
  padding-top: 10px;
}

.home-contact-copy {
  max-width: 430px;
  color: #758091;
  font-size: 15px;
  line-height: 1.9;
}

.home-contact-links {
  margin-top: 42px;
  border-top: 1px solid rgba(37, 39, 43, 0.09);
}

.home-contact-link {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 19px 0;
  color: #25272b;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 39, 43, 0.09);
  transition: color 0.25s ease;
}

.home-contact-link-label {
  color: #8b95a4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-contact-link strong {
  font-size: 15px;
  font-weight: 600;
}

.home-contact-link i {
  color: #3f8efc;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.home-contact-link:hover {
  color: #3f8efc;
}

.home-contact-link:hover i {
  transform: translate(3px, -3px);
}

.home-contact-response {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 28px;
}

.home-contact-response-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 142, 252, 0.1);
  color: #3f8efc;
  font-size: 18px;
}

.home-contact-response strong {
  display: block;
  margin-bottom: 4px;
  color: #25272b;
  font-size: 13px;
}

.home-contact-response p {
  color: #818b9a;
  font-size: 12px;
  line-height: 1.7;
}

.home-contact-form-wrap {
  position: relative;
  padding: 38px 40px 34px;
  background-color: #ffffff;
  border-left: 3px solid #3f8efc;
  box-shadow: 0 22px 55px rgba(38, 107, 193, 0.07);
}

.home-contact-form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(37, 39, 43, 0.08);
}

.home-contact-form-head span {
  color: #25272b;
  font-size: 17px;
  font-weight: 600;
}

.home-contact-form-head p {
  color: #929cab;
  font-size: 12px;
}

.home-contact-field label {
  display: block;
  margin-bottom: 9px;
  color: #4f5967;
  font-size: 12px;
  font-weight: 600;
}

.home-contact-field .form-control {
  min-height: 48px;
  padding: 11px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(37, 39, 43, 0.14);
  border-radius: 0;
  background-color: transparent;
  color: #25272b;
  font-size: 14px;
  box-shadow: none;
  transition: border-color 0.25s ease;
}

.home-contact-field textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

.home-contact-field .form-control::placeholder {
  color: #a7afbb;
}

.home-contact-field .form-control:focus {
  border-color: #3f8efc;
  box-shadow: none;
}

.home-contact-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.home-contact-submit p {
  color: #929cab;
  font-size: 12px;
}

.home-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  background-color: #3f8efc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.home-contact-btn i {
  font-size: 17px;
  transition: transform 0.3s ease;
}

.home-contact-btn:hover {
  background-color: #2f7fe7;
  transform: translateY(-2px);
}

.home-contact-btn:hover i {
  transform: translateX(4px);
}

.home-contact-form #error-msg .alert,
.home-contact-form #simple-msg fieldset {
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .home-contact-intro {
    max-width: 100%;
  }

  .home-contact-copy {
    max-width: 650px;
  }
}

@media (max-width: 767.98px) {
  .home-contact-form-wrap {
    padding: 28px 22px 24px;
    border-left: 0;
    border-top: 3px solid #3f8efc;
  }

  .home-contact-form-head,
  .home-contact-submit {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-contact-link {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .home-contact-btn {
    width: 100%;
  }
}


/* ==========================================================================
   18. Footer
   ========================================================================== */
.venturo-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background-color: #171b23;
  color: rgba(255, 255, 255, 0.66);
}

.venturo-footer::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(63, 142, 252, 0.08);
}

.venturo-footer-main {
  position: relative;
  z-index: 1;
  padding-bottom: 58px;
}

.venturo-footer-brand {
  max-width: 420px;
}

.venturo-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.venturo-footer-logo img {
  width: 33px;
  height: 33px;
  display: block;
  object-fit: contain;
}

.venturo-footer-logo:hover {
  color: #ffffff;
}

.venturo-footer-brand p {
  max-width: 390px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.9;
}

.venturo-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.venturo-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.venturo-footer-socials a:hover {
  border-color: rgba(63, 142, 252, 0.48);
  background-color: rgba(63, 142, 252, 0.1);
  color: #ffffff;
  transform: translateY(-2px);
}

.venturo-footer-links-row {
  justify-content: flex-end;
}

.venturo-footer-group h6 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.venturo-footer-group > a {
  display: block;
  width: fit-content;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.venturo-footer-group > a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.venturo-footer-contact > a:first-of-type {
  color: rgba(255, 255, 255, 0.74);
}

.venturo-footer-group .venturo-footer-quote {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #3f8efc;
  font-weight: 600;
}

.venturo-footer-group .venturo-footer-quote:hover {
  color: #6ba7fd;
}

.venturo-footer-group .venturo-footer-quote i {
  transition: transform 0.3s ease;
}

.venturo-footer-group .venturo-footer-quote:hover i {
  transform: translateX(4px);
}

.venturo-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.venturo-footer-bottom p,
.venturo-footer-legal a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.venturo-footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.venturo-footer-legal a {
  text-decoration: none;
  transition: color 0.25s ease;
}

.venturo-footer-legal a:hover {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991.98px) {
  .venturo-footer {
    padding-top: 62px;
  }

  .venturo-footer-main {
    padding-bottom: 46px;
  }
}

@media (max-width: 575.98px) {
  .venturo-footer {
    padding-top: 52px;
  }

  .venturo-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
}

/* ============================== INNER PAGES ============================== */

/* ==========================================================================
   19. Services Page
   ========================================================================== */
.services-index-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 95px;
  background: rgba(63, 142, 252, 0.20);
}

.services-index-hero-copy {
  max-width: 700px;
}

.services-index-hero h1 {
  margin-bottom: 18px;
  color: #25272b;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1px;
}

.services-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f6e85;
  font-size: 15px;
  font-weight: 500;
}

.services-breadcrumb a {
  color: #25272b;
  text-decoration: none;
}

.services-breadcrumb span {
  color: #5f6e85;
}

.services-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.services-hero-shape-one {
  left: -90px;
  top: 38px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0) 72%);
}

.services-hero-shape-two {
  right: -70px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.28);
}

.services-editorial-section {
  background-color: #ffffff;
}

.services-index-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.services-editorial-head h2 {
  font-weight: 500;
  max-width: 720px;
  margin-bottom: 0;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.services-editorial-head > p {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: #748094;
  font-size: 14px;
  line-height: 1.85;
}

.services-editorial-list {
  border-top: 1px solid rgba(37, 39, 43, 0.08);
}

.services-editorial-item {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
  padding: 62px 0;
  border-bottom: 1px solid rgba(37, 39, 43, 0.08);
}

.services-editorial-item-reverse .services-editorial-media {
  order: 2;
}

.services-editorial-item-reverse .services-editorial-copy {
  order: 1;
}

.services-editorial-media {
  position: relative;
  overflow: hidden;
  min-height: 355px;
  border-radius: 24px;
  background-color: #f4f8fd;
}

.services-editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.services-editorial-item:hover .services-editorial-media img {
  transform: scale(1.025);
}

.services-editorial-media-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(145deg, #f4f8ff 0%, #eaf3ff 100%);
}

.services-editorial-media-illustration img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: 315px;
  object-fit: contain;
}

.services-editorial-copy {
  max-width: 570px;
}

.services-editorial-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.services-editorial-copy h3 {
  margin-bottom: 16px;
  color: #25272b;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.6px;
}

.services-editorial-copy p {
  margin-bottom: 20px;
  color: #748094;
  font-size: 14px;
  line-height: 1.9;
}

.services-editorial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 24px;
}

.services-editorial-tags span {
  position: relative;
  color: #647186;
  font-size: 11px;
  font-weight: 600;
}

.services-editorial-tags span + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(63, 142, 252, 0.55);
  transform: translateY(-50%);
}

.services-editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25272b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.services-editorial-link i {
  color: #3f8efc;
  transition: transform 0.25s ease;
}

.services-editorial-link:hover {
  color: #3f8efc;
}

.services-editorial-link:hover i {
  transform: translateX(5px);
}

.services-editorial-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  color: #748094;
  font-size: 14px;
}

.services-editorial-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3f8efc;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .services-index-hero {
    padding: 160px 0 85px;
  }

  .services-index-hero h1 {
    font-size: 46px;
  }

  .services-editorial-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .services-editorial-head h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .services-editorial-head > p {
    max-width: 650px;
    margin-left: 0;
  }

  .services-editorial-item {
    gap: 40px;
  }

  .services-editorial-copy h3 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .services-index-hero {
    padding: 140px 0 70px;
  }

  .services-index-hero h1 {
    font-size: 38px;
  }

  .services-editorial-head h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .services-editorial-item,
  .services-editorial-item-reverse {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0;
  }

  .services-editorial-item-reverse .services-editorial-media,
  .services-editorial-item-reverse .services-editorial-copy {
    order: initial;
  }

  .services-editorial-media,
  .services-editorial-media img {
    min-height: 240px;
  }

  .services-editorial-media-illustration {
    min-height: 240px;
    padding: 22px;
  }

  .services-editorial-media-illustration img {
    min-height: 0;
    max-height: 210px;
  }

  .services-editorial-copy h3 {
    font-size: 26px;
  }

  .services-editorial-cta {
    flex-direction: column;
    gap: 6px;
  }
}

/* Services illustration refinement: transparent artwork, no frames, no hover motion */
.services-editorial-item {
  position: relative;
  border-radius: 0 !important;
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.services-editorial-item:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.services-editorial-media,
.services-editorial-media-illustration {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.services-editorial-media {
  min-height: auto !important;
  padding: 0 !important;
}

.services-editorial-media img,
.services-editorial-media-illustration img {
  min-height: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

.services-editorial-item:hover .services-editorial-media,
.services-editorial-item:hover .services-editorial-media img,
.services-editorial-item:hover .services-editorial-link i {
  background: transparent !important;
  transform: none !important;
}


/* ==========================================================================
   20. Service Details
   ========================================================================== */


.services-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.services-hero-shape-one {
  width: 430px;
  height: 430px;
  right: -145px;
  top: 35px;
  border: 1px solid rgba(63, 142, 252, 0.08);
}

.services-hero-shape-two {
  width: 190px;
  height: 190px;
  left: -70px;
  bottom: -80px;
  background-color: rgba(63, 142, 252, 0.045);
}

.services-page-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #3f8efc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}


.service-detail-section {
  background-color: #ffffff;
}

.service-detail-sidebar {
  position: sticky;
  top: 120px;
  padding-right: 28px;
}

.service-detail-sidebar-label {
  display: block;
  margin-bottom: 18px;
  color: #8d98a8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-detail-sidebar > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(37, 39, 43, 0.08);
  color: #667184;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.service-detail-sidebar > a.active,
.service-detail-sidebar > a:hover {
  color: #3f8efc;
}

.service-detail-side-note {
  margin-top: 34px;
  padding: 24px;
  border-radius: 18px;
  background-color: #f6f9ff;
}

.service-detail-side-note span {
  display: block;
  margin-bottom: 7px;
  color: #25272b;
  font-size: 14px;
  font-weight: 700;
}

.service-detail-side-note p {
  margin-bottom: 14px;
  color: #7b8595;
  font-size: 13px;
  line-height: 1.7;
}

.service-detail-side-note a {
  color: #3f8efc;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.service-detail-content {
  max-width: 820px;
}

.service-detail-visual {
  overflow: hidden;
  border-radius: 26px;
  background-color: #f7faff;
  border: 1px solid rgba(63, 142, 252, 0.08);
}

.service-detail-visual img {
  display: block;
  width: 100%;
}

.service-detail-content h2 {
  font-weight: 500;
  max-width: 760px;
  margin-bottom: 18px;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.service-detail-content > p {
  color: #748094;
  font-size: 15px;
  line-height: 1.9;
}

.service-detail-lead {
  font-size: 17px !important;
  color: #505b6e !important;
}

.service-detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(37, 39, 43, 0.09);
  border-bottom: 1px solid rgba(37, 39, 43, 0.09);
}

.service-detail-points > div {
  padding: 28px 30px 28px 0;
}

.service-detail-points > div:nth-child(even) {
  padding-left: 30px;
  border-left: 1px solid rgba(37, 39, 43, 0.09);
}

.service-detail-points > div:nth-child(-n/**/+2) {
  border-bottom: 1px solid rgba(37, 39, 43, 0.09);
}

.service-detail-points span,
.service-process-row > strong {
  display: block;
  margin-bottom: 10px;
  color: #3f8efc;
  font-size: 11px;
  letter-spacing: 1px;
}

.service-detail-points h4 {
  margin-bottom: 8px;
  color: #25272b;
  font-size: 18px;
}

.service-detail-points p {
  margin-bottom: 0;
  color: #7b8595;
  font-size: 13px;
  line-height: 1.75;
}

.service-detail-process {
  margin-top: 62px;
}

.service-process-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(37, 39, 43, 0.08);
}

.service-process-row:last-child {
  border-bottom: 1px solid rgba(37, 39, 43, 0.08);
}

.service-process-row h5 {
  margin-bottom: 7px;
  color: #25272b;
  font-size: 17px;
}

.service-process-row p {
  margin-bottom: 0;
  color: #7b8595;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  

  

  

  

  

  

  

  

  

  

  .service-detail-sidebar {
    position: static;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .service-detail-content h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .service-detail-points {
    grid-template-columns: 1fr;
  }

  .service-detail-points > div,
  .service-detail-points > div:nth-child(even) {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(37, 39, 43, 0.09);
  }

  .service-detail-points > div:last-child {
    border-bottom: 0;
  }
}

/* Service detail illustration and summary refinements */
.service-detail-visual {
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.service-detail-visual img {
  min-height: 0 !important;
  max-height: 420px;
  object-fit: contain !important;
  margin: 0 auto;
  background: transparent !important;
}

.service-detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 6px;
}

.service-detail-summary > div {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(63, 142, 252, 0.09);
}

.service-detail-summary span {
  display: block;
  margin-bottom: 6px;
  color: #8a96a8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-detail-summary strong {
  color: #25272b;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .service-detail-summary {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   21. Projects Page
   ========================================================================== */
.projects-simple-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 92px;
  background: rgba(63, 142, 252, 0.20);
}

.projects-simple-hero-copy {
  max-width: 700px;
}

.projects-simple-hero h1 {
  margin-bottom: 18px;
  color: #25272b;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1px;
}

.projects-simple-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f6e85;
  font-size: 15px;
  font-weight: 500;
}

.projects-simple-breadcrumb a {
  color: #25272b;
  text-decoration: none;
}

.projects-simple-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.projects-simple-shape-one {
  left: -90px;
  top: 38px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0) 72%);
}

.projects-simple-shape-two {
  right: -70px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.28);
}

.projects-simple-section {
  background: #ffffff;
}

.projects-simple-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.projects-simple-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.projects-simple-heading h2 {
  font-weight: 500;
  margin-bottom: 14px;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.projects-simple-heading p {
  margin: 0 auto;
  max-width: 640px;
  color: #748094;
  font-size: 14px;
  line-height: 1.8;
}


.projects-simple-item {
  height: 100%;
}

.projects-simple-image {
  width: 100%;
  aspect-ratio: 1200 / 760;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f4f8ff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-simple-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.projects-simple-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #9aa3b0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.projects-simple-meta span:first-child {
  color: #3f8efc;
}

.projects-simple-item h3 {
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 1.35;
}

.projects-simple-item h3 a {
  color: #25272b;
  text-decoration: none;
}

.projects-simple-item p {
  margin-bottom: 14px;
  color: #748094;
  font-size: 13px;
  line-height: 1.75;
}


@media (max-width: 991.98px) {
  .projects-simple-hero {
    padding: 160px 0 82px;
  }

  .projects-simple-hero h1 {
    font-size: 46px;
  }

  .projects-simple-heading h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }
}

@media (max-width: 767.98px) {
  .projects-simple-hero {
    padding: 140px 0 68px;
  }

  .projects-simple-hero h1 {
    font-size: 38px;
  }

  .projects-simple-heading h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .projects-simple-item h3 {
    font-size: 22px;
  }
}

/* ==========================================================================
   22. About Page
   ========================================================================== */
.about-page-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 88px;
  background: linear-gradient(135deg, #f9fbff 0%, #f1f6ff 100%);
}

.about-hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(63, 142, 252, 0.08);
  pointer-events: none;
}

.about-hero-orbit-one {
  width: 440px;
  height: 440px;
  right: -150px;
  top: 40px;
}

.about-hero-orbit-two {
  width: 180px;
  height: 180px;
  left: -60px;
  bottom: -70px;
  background-color: rgba(63, 142, 252, 0.045);
}

.about-page-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #3f8efc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  max-width: 840px;
  margin-bottom: 0;
  color: #25272b;
  font-size: 58px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -1.4px;
}

.about-hero-side {
  max-width: 440px;
  margin-left: auto;
  padding-bottom: 6px;
}

.about-hero-side p {
  margin-bottom: 24px;
  color: #748094;
  font-size: 16px;
  line-height: 1.9;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25272b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.about-text-link i {
  color: #3f8efc;
  transition: transform 0.3s ease;
}

.about-text-link:hover {
  color: #3f8efc;
}

.about-text-link:hover i {
  transform: translateX(4px);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 68px;
  padding-top: 28px;
  border-top: 1px solid rgba(37, 39, 43, 0.08);
}

.about-hero-stats > div {
  position: relative;
  padding-right: 24px;
}

.about-hero-stats > div + div {
  padding-left: 28px;
}

.about-hero-stats > div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(37, 39, 43, 0.08);
}

.about-hero-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #25272b;
  font-size: 30px;
  line-height: 1;
}

.about-hero-stats span {
  color: #8791a1;
  font-size: 12px;
  font-weight: 600;
}

.about-story-section {
  background-color: #ffffff;
}

.about-story-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: #f7faff;
  border: 1px solid rgba(63, 142, 252, 0.08);
}

.about-story-visual img {
  display: block;
  width: 100%;
}

.about-story-copy {
  padding-left: 24px;
}

.about-story-copy h2 {
  font-weight: 500;
  margin-bottom: 18px;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.about-story-lead {
  margin-bottom: 30px;
  color: #748094;
  font-size: 15px;
  line-height: 1.9;
}

.about-story-list {
  border-top: 1px solid rgba(37, 39, 43, 0.08);
}

.about-story-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(37, 39, 43, 0.08);
}

.about-story-row > span {
  color: #3f8efc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-story-row h5 {
  margin-bottom: 7px;
  color: #25272b;
  font-size: 17px;
}

.about-story-row p {
  margin-bottom: 0;
  color: #7b8595;
  font-size: 13px;
  line-height: 1.75;
}

.about-principles-section {
  background-color: #f8fbff;
}

.about-principles-title {
  font-weight: 500;
  max-width: 720px;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.about-principles-intro {
  color: #748094;
  font-size: 15px;
  line-height: 1.85;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 39, 43, 0.09);
  border-bottom: 1px solid rgba(37, 39, 43, 0.09);
}

.about-principle-item {
  position: relative;
  padding: 34px 34px 36px 0;
}

.about-principle-item + .about-principle-item {
  padding-left: 34px;
}

.about-principle-item + .about-principle-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background-color: rgba(37, 39, 43, 0.09);
}

.about-principle-number {
  display: inline-block;
  margin-bottom: 28px;
  color: #3f8efc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-principle-item h4 {
  margin-bottom: 12px;
  color: #25272b;
  font-size: 21px;
}

.about-principle-item p {
  max-width: 330px;
  margin-bottom: 0;
  color: #788294;
  font-size: 14px;
  line-height: 1.8;
}

.about-page-cta-section {
  padding: 0 0 90px;
  background-color: #f8fbff;
}

.about-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 44px 48px;
  border-radius: 24px;
  background-color: #17233b;
}

.about-page-kicker-light {
  color: #78adff;
}

.about-page-cta h2 {
  letter-spacing: 0;
  font-weight: 500;
  max-width: 690px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
}

.about-page-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-shrink: 0;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 9px;
  background-color: #3f8efc;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-page-cta-btn:hover {
  color: #ffffff;
  background-color: #2f7fe7;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .about-page-hero {
    padding: 160px 0 80px;
  }

  .about-hero-copy h1 {
    font-size: 48px;
  }

  .about-hero-side {
    max-width: 100%;
    margin-left: 0;
  }

  .about-story-copy {
    padding-left: 0;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-principle-item,
  .about-principle-item + .about-principle-item {
    padding: 28px 0;
  }

  .about-principle-item + .about-principle-item::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .about-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .about-page-hero {
    padding: 135px 0 68px;
  }

  .about-hero-copy h1 {
    font-size: 36px;
    line-height: 1.24;
    letter-spacing: -0.7px;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 44px;
  }

  .about-hero-stats > div,
  .about-hero-stats > div + div {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(37, 39, 43, 0.08);
  }

  .about-hero-stats > div + div::before {
    display: none;
  }

  .about-story-copy h2,
  .about-principles-title {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .about-story-visual {
    border-radius: 20px;
  }

  .about-page-cta-section {
    padding-bottom: 70px;
  }

  .about-page-cta {
    padding: 32px 26px;
    border-radius: 20px;
  }

  .about-page-cta h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }
}


/* ==========================================================================
   23. Contact Page
   ========================================================================== */
.contact-page-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 95px;
  background: rgba(63, 142, 252, 0.20);
}

.contact-page-hero-copy {
  max-width: 700px;
}

.contact-page-hero h1 {
  margin-bottom: 18px;
  color: #25272b;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1px;
}

.contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #5f6e85;
  font-size: 15px;
  font-weight: 500;
}

.contact-breadcrumb a {
  color: #25272b;
  text-decoration: none;
}

.contact-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.contact-hero-shape-one {
  left: -90px;
  top: 34px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0) 72%);
}

.contact-hero-shape-two {
  right: -70px;
  bottom: -55px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.28);
}

.contact-page-section {
  background: #ffffff;
}

.contact-page-heading {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(320px,0.9fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.contact-page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-page-heading h2 {
  font-weight: 500;
  max-width: 720px;
  margin-bottom: 0;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.contact-page-heading > p {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: #748094;
  font-size: 14px;
  line-height: 1.85;
}

.contact-page-details {
  padding-right: 34px;
}

.contact-detail-row {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(37,39,43,0.09);
  color: inherit;
  text-decoration: none;
}

.contact-detail-row:first-child {
  border-top: 1px solid rgba(37,39,43,0.09);
}

.contact-detail-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(63,142,252,0.09);
  color: #3f8efc;
  font-size: 18px;
}

.contact-detail-row small {
  display: block;
  margin-bottom: 3px;
  color: #97a1ae;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-detail-row strong {
  display: block;
  color: #25272b;
  font-size: 16px;
  font-weight: 600;
}

.contact-detail-row em {
  display: block;
  margin-top: 4px;
  color: #8b96a5;
  font-size: 11px;
  font-style: normal;
}

.contact-page-note {
  margin-top: 30px;
  padding: 24px 26px;
  background: #f7faff;
}

.contact-page-note span {
  display: block;
  margin-bottom: 7px;
  color: #25272b;
  font-size: 14px;
  font-weight: 700;
}

.contact-page-note p {
  margin-bottom: 13px;
  color: #748094;
  font-size: 13px;
  line-height: 1.7;
}

.contact-page-note a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3f8efc;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.contact-page-form-wrap {
  padding: 34px;
  border: 1px solid rgba(37,39,43,0.09);
  background: #ffffff;
}

.contact-form-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(37,39,43,0.08);
}

.contact-form-head span {
  color: #25272b;
  font-size: 16px;
  font-weight: 700;
}

.contact-form-head p {
  margin-bottom: 0;
  color: #96a0ad;
  font-size: 11px;
}

.contact-page-form label {
  display: block;
  margin-bottom: 8px;
  color: #566173;
  font-size: 12px;
  font-weight: 600;
}

.contact-page-form .form-control,
.contact-page-form .form-select {
  min-height: 50px;
  border: 1px solid rgba(37,39,43,0.11);
  border-radius: 8px;
  background-color: #ffffff;
  color: #25272b;
  box-shadow: none;
  font-size: 13px;
}

.contact-page-form textarea.form-control {
  min-height: 145px;
  resize: vertical;
}

.contact-page-form .form-control:focus,
.contact-page-form .form-select:focus {
  border-color: rgba(63,142,252,0.55);
}

.contact-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 5px;
}

.contact-form-submit p {
  margin-bottom: 0;
  color: #9aa3af;
  font-size: 11px;
}

.contact-page-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 7px;
  background: #3f8efc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.contact-help-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 58px;
  padding: 25px 30px;
  background: rgba(63,142,252,0.08);
}

.contact-help-strip span {
  display: block;
  margin-bottom: 3px;
  color: #25272b;
  font-size: 13px;
  font-weight: 700;
}

.contact-help-strip p {
  margin-bottom: 0;
  color: #748094;
  font-size: 12px;
}

.contact-help-strip > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #3f8efc;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .contact-page-hero {
    padding: 160px 0 85px;
  }

  .contact-page-hero h1 {
    font-size: 46px;
  }

  .contact-page-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-page-heading h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .contact-page-heading > p {
    max-width: 650px;
    margin-left: 0;
  }

  .contact-page-details {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-page-hero {
    padding: 140px 0 70px;
  }

  .contact-page-hero h1 {
    font-size: 38px;
  }

  .contact-page-heading h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .contact-page-form-wrap {
    padding: 25px 20px;
  }

  .contact-form-head,
  .contact-form-submit,
  .contact-help-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==========================================================================
   24. Blog Pages
   ========================================================================== */
.blog-page-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 95px;
  background: rgba(63, 142, 252, 0.20);
}

.blog-page-hero-copy {
  max-width: 760px;
}

.blog-page-hero h1 {
  margin-bottom: 18px;
  color: #25272b;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1px;
}

.blog-page-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #5f6e85;
  font-size: 15px;
  font-weight: 500;
}

.blog-page-breadcrumb a {
  color: #25272b;
  text-decoration: none;
}

.blog-page-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.blog-page-shape-one {
  left: -90px;
  top: 34px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0) 72%);
}

.blog-page-shape-two {
  right: -70px;
  bottom: -55px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.28);
}

.journal-section {
  background-color: #ffffff;
}

.journal-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 30px;
}

.journal-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #3f8efc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.journal-intro h2 {
  font-weight: 500;
  margin-bottom: 0;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  line-height: 1.3;
  letter-spacing: 0;
}

.journal-intro > p {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: #748094;
  font-size: 14px;
  line-height: 1.85;
}


.journal-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(37,39,43,0.09);
}

.journal-feature-media {
  display: block;
  overflow: hidden;
  min-height: 430px;
}

.journal-feature-media img,
.journal-row-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-feature-copy {
  max-width: 560px;
}

.journal-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #919ba9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.journal-meta span:first-child {
  color: #3f8efc;
}

.journal-feature h3 {
  margin: 16px 0;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -0.55px;
}

.journal-feature h3 a,
.journal-row h3 a {
  color: #25272b;
  text-decoration: none;
}

.journal-feature p,
.journal-row p {
  margin-bottom: 20px;
  color: #748094;
  font-size: 14px;
  line-height: 1.85;
}

.journal-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25272b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.journal-read-link i {
  color: #3f8efc;
}

.journal-latest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 42px 0 18px;
  border-bottom: 1px solid rgba(37,39,43,0.09);
  color: #25272b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.journal-latest-head span:last-child {
  color: #99a2af;
  font-size: 10px;
}

.journal-row {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(37,39,43,0.09);
}

.journal-row-media {
  display: block;
  overflow: hidden;
  height: 190px;
}

.journal-row-copy {
  max-width: 760px;
}

.journal-row h3 {
  margin: 11px 0 10px;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.35px;
}

.journal-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.journal-pagination a,
.journal-pagination span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6d788a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.journal-pagination a {
  border: 1px solid rgba(37,39,43,0.10);
}

.journal-pagination a.active {
  border-color: #3f8efc;
  background: #3f8efc;
  color: #ffffff;
}

.journal-pagination a:hover:not(.active):not(.disabled) {
  border-color: rgba(63,142,252,0.28);
  color: #3f8efc;
}

.journal-pagination .disabled {
  opacity: 0.38;
  pointer-events: none;
}

.journal-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 52px;
  padding: 28px 32px;
  background: rgba(63,142,252,0.08);
}

.journal-note span {
  display: block;
  margin-bottom: 4px;
  color: #3f8efc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.journal-note h4 {
  margin-bottom: 0;
  color: #25272b;
  font-size: 22px;
}


@media (max-width: 991.98px) {
  .blog-page-hero {
    padding: 160px 0 85px;
  }

  .blog-page-hero h1 {
    font-size: 46px;
  }

  .journal-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .journal-intro h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .journal-intro > p {
    max-width: 650px;
    margin-left: 0;
  }

  .journal-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journal-feature-media {
    min-height: 380px;
  }

  

  

  
}

@media (max-width: 767.98px) {
  .blog-page-hero {
    padding: 140px 0 70px;
  }

  .blog-page-hero h1 {
    font-size: 38px;
  }

  .journal-intro h2 {
    font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  }

  .journal-feature-media {
    min-height: 250px;
  }

  .journal-feature h3 {
    font-size: 28px;
  }

  .journal-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 0;
  }

  .journal-row-media {
    height: 230px;
  }

  .journal-row h3 {
    font-size: 23px;
  }

  .journal-note {
    flex-direction: column;
    align-items: flex-start;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 575.98px) {
  

  

  

  

  

  

  

  

  .journal-pagination {
    gap: 5px;
  }

  .journal-pagination a,
  .journal-pagination span {
    width: 36px;
    height: 36px;
  }
}

.classic-blog-details {
  padding-top: 78px;
  background: #ffffff;
}

.classic-article-cover {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.classic-article-cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.classic-article-date {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #25272b;
  font-size: 13px;
  font-weight: 600;
}

.classic-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: #8d98a8;
  font-size: 11px;
}

.classic-article-meta i {
  color: #3f8efc;
  margin-right: 4px;
}

.classic-article h1 {
  margin: 14px 0 20px;
  color: #25272b;
  font-size: 38px;
  line-height: 1.28;
  letter-spacing: -0.6px;
}

.classic-article p {
  color: #748094;
  font-size: 15px;
  line-height: 1.9;
}

.classic-article-lead {
  color: #4e5a6c !important;
  font-size: 17px !important;
}

.classic-article h2 {
  margin: 38px 0 14px;
  color: #25272b;
  font-size: 28px;
  line-height: 1.35;
}

.classic-article blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 3px solid #3f8efc;
  background: #f8fbff;
  color: #6e7d91;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
}

.classic-article ul {
  margin: 0 0 28px;
  padding-left: 20px;
  color: #748094;
}

.classic-article li {
  margin-bottom: 9px;
  line-height: 1.8;
}

.classic-article-inline-image {
  overflow: hidden;
  margin: 34px 0;
  border-radius: 8px;
}

.classic-article-inline-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.classic-blog-sidebar {
  position: sticky;
  top: 118px;
  padding-left: 18px;
}

.classic-sidebar-search {
  position: relative;
  margin-bottom: 34px;
}

.classic-sidebar-search .form-control {
  min-height: 62px;
  padding: 12px 56px 12px 18px;
  border: 1px solid rgba(37,39,43,0.14);
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
}

.classic-sidebar-search button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #25272b;
  font-size: 19px;
  transform: translateY(-50%);
}

.classic-sidebar-section {
  margin-bottom: 36px;
}

.classic-sidebar-section h4 {
  margin-bottom: 12px;
  color: #25272b;
  font-size: 18px;
  font-weight: 600;
}

.classic-sidebar-line {
  position: relative;
  height: 1px;
  margin-bottom: 14px;
  background: rgba(37,39,43,0.10);
}

.classic-sidebar-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 2px;
  background: #3f8efc;
}

.classic-category-list a {
  display: block;
  padding: 9px 0;
  color: #4d596b;
  font-size: 14px;
  text-decoration: none;
}

.classic-category-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.classic-category-list i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37,39,43,0.17);
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
}

.classic-category-list a.active i {
  border-color: #3f8efc;
  background: #3f8efc;
}

.classic-popular-post {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(37,39,43,0.08);
  text-decoration: none;
}

.classic-popular-post img {
  width: 84px;
  height: 64px;
  border-radius: 7px;
  object-fit: cover;
}

.classic-popular-post strong {
  display: block;
  margin-bottom: 4px;
  color: #25272b;
  font-size: 12px;
  line-height: 1.4;
}

.classic-popular-post span {
  color: #98a2b0;
  font-size: 10px;
}

.classic-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.classic-tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 5px;
  background: #f4f7fb;
  color: #667387;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.classic-comments {
  margin-top: 62px;
  padding-top: 38px;
  border-top: 1px solid rgba(37,39,43,0.09);
}

.classic-comments > h3,
.classic-comment-form > h3 {
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 28px;
  color: #25272b;
  font-size: clamp(24px, calc(1.3rem + 0.6vw), 28px);
  font-weight: 500;
}

.classic-comments > h3 span {
  color: #9aa4b0;
  font-size: 14px;
  font-weight: 500;
}

.classic-comment-thread {
  padding: 25px 0;
  border-bottom: 1px solid rgba(37,39,43,0.09);
}

.classic-comment {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
}

.classic-comment > img {
  width: 72px;
  height: 72px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid rgba(37,39,43,0.11);
  object-fit: cover;
}

.classic-comment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.classic-comment-head h5 {
  margin-bottom: 3px;
  color: #25272b;
  font-size: 15px;
}

.classic-comment-head span {
  color: #94a0b1;
  font-size: 11px;
}

.classic-comment-head time {
  color: #25272b;
  font-size: 11px;
}

.classic-reply {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0 12px;
  padding: 3px 8px;
  border-radius: 5px;
  background: rgba(63,142,252,0.06);
  color: #3f8efc;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.classic-comment p {
  margin-bottom: 0;
  color: #6f7b8e;
  font-size: 13px;
  font-style: italic;
  line-height: 1.8;
}

.classic-comment-replies {
  position: relative;
  margin: 28px 0 0 88px;
  padding-left: 22px;
  border-left: 1px solid rgba(63,142,252,0.18);
}

.classic-comment-replies-level-2 {
  margin-left: 62px;
}

.classic-comment-form {
  margin-top: 46px;
}

.classic-comment-form .form-control {
  min-height: 48px;
  border: 1px solid rgba(37,39,43,0.11);
  border-radius: 8px;
  box-shadow: none;
  font-size: 13px;
}

.classic-comment-form textarea.form-control {
  min-height: 135px;
}

@media (max-width: 991.98px) {
  .classic-blog-details {
    padding-top: 68px;
  }

  .classic-blog-sidebar {
    position: static;
    padding-left: 0;
  }

}

@media (max-width: 767.98px) {
  .classic-blog-details {
    padding-top: 54px;
  }


  .classic-article h1 {
    font-size: 30px;
  }

  .classic-article h2 {
    font-size: 24px;
  }

  .classic-comment {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .classic-comment > img {
    width: 52px;
    height: 52px;
  }

  .classic-comment-replies,
  .classic-comment-replies-level-2 {
    margin-left: 24px;
    padding-left: 14px;
  }
}


/* ==========================================================================
   25. Authentication Pages
   ========================================================================== */
.venturo-auth-page {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  min-height: 100vh;
  background: #ffffff;
}

.venturo-auth-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 42px 54px 32px;
  background: rgba(63,142,252,0.13);
}

.venturo-auth-visual::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(63,142,252,0.12);
}

.venturo-auth-brand,
.venturo-auth-mobile-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #25272b;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-decoration: none;
}

.venturo-auth-brand img,
.venturo-auth-mobile-brand img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.venturo-auth-visual-content {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 38px auto 0;
}

.venturo-auth-visual-content > span,
.venturo-auth-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #3f8efc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.venturo-auth-visual-content h1 {
  max-width: 520px;
  margin-bottom: 13px;
  color: #25272b;
  font-size: 45px;
  line-height: 1.18;
  letter-spacing: -0.9px;
}

.venturo-auth-visual-content p {
  max-width: 470px;
  margin-bottom: 18px;
  color: #667387;
  font-size: 14px;
  line-height: 1.8;
}

.venturo-auth-visual-content img {
  display: block;
  width: 100%;
  max-width: 480px;
  max-height: 430px;
  margin: 15px auto 0;
  object-fit: contain;
}

.venturo-auth-visual > small {
  position: relative;
  z-index: 1;
  color: #748094;
  font-size: 10px;
}

.venturo-auth-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 48px;
}

.venturo-auth-card {
  width: 100%;
  max-width: 460px;
}

.venturo-auth-card-register {
  max-width: 510px;
}

.venturo-auth-mobile-brand {
  display: none;
  margin-bottom: 38px;
}

.venturo-auth-card h2 {
  margin-bottom: 10px;
  color: #25272b;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.55px;
}

.venturo-auth-intro {
  margin-bottom: 30px;
  color: #8691a1;
  font-size: 13px;
}

.venturo-auth-field {
  margin-bottom: 20px;
}

.venturo-auth-field label {
  display: block;
  margin-bottom: 8px;
  color: #4e596a;
  font-size: 12px;
  font-weight: 600;
}

.venturo-auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.venturo-auth-label-row a {
  color: #3f8efc;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.venturo-auth-form .form-control {
  min-height: 50px;
  border: 1px solid rgba(37,39,43,0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #25272b;
  font-size: 13px;
  box-shadow: none;
}

.venturo-auth-form .form-control:focus {
  border-color: rgba(63,142,252,0.60);
  box-shadow: none;
}

.venturo-password-field {
  position: relative;
}

.venturo-password-field .form-control {
  padding-right: 46px;
}

.venturo-password-field > i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #9aa3af;
  font-size: 17px;
  transform: translateY(-50%);
}

.venturo-auth-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 3px 0 22px;
}

.venturo-auth-check .form-check-input {
  margin-top: 2px;
  box-shadow: none;
}

.venturo-auth-check label {
  color: #707c8e;
  font-size: 11px;
  line-height: 1.55;
}

.venturo-auth-check label a {
  color: #3f8efc;
  text-decoration: none;
}

.venturo-auth-check-terms {
  margin-top: 18px;
}

.venturo-auth-hint {
  display: block;
  margin-top: 6px;
  color: #9ba4b0;
  font-size: 10px;
}

.venturo-auth-submit {
  width: 100%;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: #3f8efc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.venturo-auth-switch {
  margin: 24px 0 0;
  text-align: center;
  color: #7d8898;
  font-size: 12px;
}

.venturo-auth-switch a {
  color: #3f8efc;
  font-weight: 600;
  text-decoration: none;
}

.venturo-auth-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  color: #9aa3af;
  font-size: 11px;
  text-decoration: none;
}

.venturo-reset-help {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-top: 22px;
  padding: 15px 16px;
  border: 1px solid rgba(63, 142, 252, 0.10);
  border-radius: 8px;
  background: rgba(63, 142, 252, 0.05);
}

.venturo-reset-help > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(63, 142, 252, 0.09);
  color: #3f8efc;
  font-size: 17px;
}

.venturo-reset-help p {
  margin: 3px 0 0;
  color: #7d8898;
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .venturo-auth-page {
    grid-template-columns: 1fr;
  }

  .venturo-auth-visual {
    display: none;
  }

  .venturo-auth-panel {
    min-height: 100vh;
    padding: 42px 24px;
    background: linear-gradient(180deg, rgba(63,142,252,0.08) 0%, #ffffff 38%);
  }

  .venturo-auth-mobile-brand {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
  }
}

@media (max-width: 575.98px) {
  .venturo-auth-panel {
    padding: 34px 20px;
  }

  .venturo-auth-mobile-brand {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .venturo-auth-mobile-brand img {
    width: 30px;
    height: 30px;
  }

  .venturo-auth-card h2 {
    font-size: 29px;
  }
}
