/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* ----------------------------------------
   Global Body Styles
   ---------------------------------------- */
body {
  margin: 0;
  padding: 0;

  line-height: 1.6;

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  color: #2c3e50;

  background-color: #000000;

  min-height: 100vh;

  scroll-behavior: smooth;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ff5722;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #e64a19;
}
.mainnn {
  font-size: 3rem;
  border-radius: 30px;
  padding: 10px;
  color: #000000;
}

@media (max-width: 992px) {
  .mainnn {
    font-size: 2.5rem;
    border-radius: 25px;
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .mainnn {
    font-size: 2rem;
    border-radius: 20px;
    padding: 6px;
  }
}

@media (max-width: 576px) {
  .mainnn {
    font-size: 1.5rem;
    border-radius: 15px;
    padding: 4px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;

  color: #1e293b;
}
.product_text {
  font-size: 3.2rem !important;
  color: white;
}
/* ----------------------------------------
   Paragraph Styles
   ---------------------------------------- */
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #475569;
}

/* ----------------------------------------
   Default Container Utility
   ---------------------------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ----------------------------------------
   Global Utility Classes
   ---------------------------------------- */

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
  body {
    background: #ffffff;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  p {
    font-size: 0.95rem;
  }
}

.navbar-delectus {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 999;
  border: none;
}

.navbar-delectus .navbar-brand,
.navbar-delectus .nav-link {
  color: #ffffff;
}

.navbar-delectus .navbar-toggler i {
  color: #ffffff;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.818);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 0px;
  margin-top: 0px;
}

@media (max-width: 991.98px) {
  .hero-content {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    margin-top: 35px;
  }
}

@media (max-width: 575.98px) {
  .hero-content {
    margin-top: 10px;
  }
}

.hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #aca8a8;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}

.cta-section {
  margin-top: 3rem;
}
.initial_text-header {
  text-align: center;
  padding: 6rem 1rem;
  height: 100vh !important;
  background-color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.initial_text-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.initial_text-header p {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.initial_text-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.initial_text-card {
  background-color: #386fc2;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  flex: 1 1 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.initial_text-card:hover {
  transform: translateY(-4px);
}

.initial_text-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #d2d4d6;
}

.initial_text-card p {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #d9d9d9;
  margin-bottom: 1rem;
}

.initial_text-card .initial_text-button {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  background-color: #0d259f;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.initial_text-card .initial_text-button:hover {
  background-color: #3b4cb8;
}

@media (max-width: 768px) {
  .initial_text-card {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

@media (max-width: 480px) {
  .initial_text-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.cta-button {
  border: none;
  color: #fff;
  background: #1c51ba;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.25s;
}


.cta-button:hover {
  transform: translateY(-2px);
}

.cta-button.secondary {
  background: #777;
}

.features-list {
  margin-top: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  gap: 0.45rem;
}

.feature-icon {
  color: #06d6a0;
}

.stats-section {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  z-index: 3;
}

.stat-number {
  font-size: 1.6rem;
  display: block;
}

.scroll-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  animation: float 4s ease-in-out infinite;
  z-index: 3;
}

.scroll-arrow i {
  font-size: 1rem;
  display: block;
  margin-top: 0.25rem;
}

@keyframes float {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
}

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 4rem 0;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .features-list {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: 100vh;
    padding: 2rem 0;
    text-align: center;
  }
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 250px;
  }
  .features-list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .feature-item {
    font-size: 0.9rem;
  }
}

.case-study-card {
  min-height: 100vh;
  background-color: #000000 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 0px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.case-studies-section .row {
  display: block;
  margin: 0;
  padding: 0;
}

.case-studies-section .col-lg-12,
.case-studies-section .col-md-12 {
  width: 100%;
  padding: 0;
}

.card-image {
  height: 40vh;
  overflow: hidden;
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-study-card:hover .card-image img {
  transform: scale(1.08);
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: #000000;
}

.logo-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.case-study-card + .case-study-card {
  margin-top: 0;
}

.case-study-card.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.case-study-card.fade-in:nth-of-type(1) {
  animation-delay: 0.3s;
}
.case-study-card.fade-in:nth-of-type(2) {
  animation-delay: 0.5s;
}
.case-study-card.fade-in:nth-of-type(3) {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .card-image {
    height: 35vh;
  }
}

@media (max-width: 767.98px) {
  .card-image {
    height: 30vh;
  }
  .card-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .card-image {
    height: 25vh;
  }
  .card-content {
    padding: 1rem;
  }
}
