:root {
  --primary-color: #e96f00;
  --dark-bg: #2a2929;
  --text-lights_waves: #e96f00;
  --text-light: #000000;
  --card-bg: #000000;
  --text-secondary: rgba(255, 255, 255, 0.7);
}

body {
  background-color: var(--dark-bg);
  color: var(--text-light);
  font-family: "Arial", sans-serif;
}

.navbar {
  background-color: var(--dark-bg) !important;
  align-items: stretch !important;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-link {
  color: var(--primary-color) !important;
  margin: 0 1rem;
  font-weight: 500;
}

.btn-download {
  background-color: transparent;
  color: rgb(111, 111, 111);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s;
}

.btn-download:hover {
  background-color: var(--primary-color);
  color: var(--dark-bg);
}

.hero {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.main_sect-hero {
  height: 100vh;
  display: flex;
  align-items: center;

  position: relative;
  color: var(--primary-color) !important;
}

/* ─── Glowing line ─────────────────────────────────────────── */
.main_sect-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* line thickness */
  background: var(--primary-color);
  border-radius: 2px; /* soften the corners */

  /* increased glow */
  box-shadow: 0 0 650px var(--primary-color), 0 0 60px var(--primary-color),
    0 0 40px var(--primary-color), 0 0 20px var(--primary-color);

  pointer-events: none; /* keep it non-interactive */
}

.main_sect-video-bg video {
  object-fit: cover;
}

.main_sect-circuit-lines {
  pointer-events: none;
  /* optional animation or background SVGs can be added here */
}
.sect_crds {
  background-color: var(--card-bg) !important;
}

.main_sect-title {
  font-size: 5rem !important;
  color: var(--primary-color);
}
/* Mobile view: reduce font size */
@media (max-width: 768px) {
  .main_sect-title {
    font-size: 40px !important; /* Adjust as needed */
    text-align: start; /* Optional: center text on small screens */
  }
}

.main_sect-desc {
  font-size: 1rem !important;
  color: #888888 !important;
}
/* Mobile view: reduce font size */
@media (max-width: 768px) {
  .main_sect-desc {
    font-size: 12px !important; /* Adjust as needed */
  }
}
.main_sect-btn {
  background-color: var(--primary-color) !important;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  color: white !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .main_sect-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
    width: 100%; /* Optional: make button full width on small screens */
  }
}

.main_sect-btn:hover {
  background-color: #0056b3;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}
.imge_ins {
  width: 38rem;
}

.logo_img {
  width: 40px;
  margin-bottom: 10px;
}
.hero p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.phone-mockup {
  position: relative;
  max-width: 100%;
  height: auto;
}

.phone-mockup img {
  max-width: 100%;
  height: auto;
  background-color: #4a90e2;
}

.circuit-lines {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  opacity: 0.3;
  z-index: -1;
}

.circuit-line {
  position: absolute;
  background-color: var(--primary-color);
  height: 1px;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .phone-container {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .navbar-collapse {
    background-color: rgba(18, 18, 18, 0.95);
    padding: 1rem;
    border-radius: 10px;
  }
}

.connected-circle {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #7de2c7, #4a90e2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.check-icon {
  color: var(--dark-bg);
  font-size: 3rem;
}
.section-titles_inudstry {
  font-size: 7.5rem !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 2rem;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .section-titles_inudstry {
    font-size: 6rem !important;
  }
}

@media (max-width: 992px) {
  .section-titles_inudstry {
    font-size: 4.5rem !important;
  }
}

@media (max-width: 768px) {
  .section-titles_inudstry {
    font-size: 3rem !important;
  }
}

@media (max-width: 576px) {
  .section-titles_inudstry {
    font-size: 2rem !important;
  }
}

.section-title {
  text-align: center;
  font-size: 3.5rem !important;
  font-weight: bold !important;

  max-width: 800px;
  margin: 0 auto;

  color: #e96f00 !important;

  /* white halo + multi-layer extrude */
  text-shadow:
    /* soft white glow */ 0 0 4px rgba(255, 255, 255, 0.7),
    /* 3D extrusion layers */ 1px 1px 0 #d86400, 2px 2px 0 #c65700,
    3px 3px 0 #b34a00, 4px 4px 0 #a03e00, 5px 5px 0 #8d3200;
}

/*  A.  ensure the section is a stacking context  */
.sect_crds {
  position: relative;
  overflow: hidden; /* hides video overflow on small screens   */
}

/*  B.  background video fills the section  */
.bg-video {
  position: absolute;
  inset: 0; /* shorthand for top:0;right:0;bottom:0;left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops without distortion                 */
  z-index: 0; /* stays behind everything                  */
  pointer-events: none; /* clicks pass through                      */
}
.feature-card {
  background: rgba(
    73,
    71,
    70,
    0.444
  ) !important; /* 20 % opaque “frosted” white  */
  backdrop-filter: blur(4px) !important; /* glass-morphism               */
  -webkit-backdrop-filter: blur(
    10px
  ) !important; /* Safari                       */
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  z-index: 1;
  /* sits above the video         */
}
/* keep the heading in front of everything */
.section-title {
  position: relative; /* gives it a stacking context */
  z-index: 1; /* > video (0) and > cards (1) */
  color: #ffffff; /* bright colour always visible on video */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); /* optional readability boost */
}

/* If you want everything INSIDE the container above the video */
.sect_crds > .container {
  position: relative;
  z-index: 1; /* so the whole block clears the video layer */
}

/* optional: soften card overlay panes too */
.card-overlay {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
}
.feature-card {
  /* glass: */
  background: rgba(255, 208, 0, 0.2); /* remove the orange line */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 10px solid rgba(255, 255, 255, 0.35);
  border: 5px solid #e96f00 !important;
  /* your existing extras… */
  box-shadow: 0 40px 25px rgba(234, 0, 0, 0.1);
  border-radius: 15px;
  height: 540px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative; /* keep for overlay if needed           */
  overflow: hidden;
  z-index: 1;
}
/* keep your existing .feature-card rule as-is */
/* ✨ gentle inner-glow overlay */
/* allow the halo to extend past the edges */
.feature-card {
  overflow: visible; /* was hidden – switch to visible   */
}

/* 🌟 outer-rays / halo */
.feature-card::after {
  content: "";
  position: absolute;
  inset: -8px; /* 8 px bigger than the card all around */
  border-radius: 20px; /* a bit larger so the glow is smooth   */
  pointer-events: none;
  z-index: -1; /* sits *behind* the card               */

  /* radial gradient that fades outward */
  background: radial-gradient(
    circle at center,
    rgba(233, 111, 0, 0.45) 0%,
    rgba(233, 111, 0, 0) 70%
  );

  filter: blur(12px); /* softens the rays                     */
  opacity: 0.5; /* base strength                        */
  animation: rayPulse 4s ease-in-out infinite;
}

/* subtle breathing motion */
@keyframes rayPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.65;
  }
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 118px 220px rgba(214, 68, 68, 0.2);
  background: rgba(0, 0, 0, 0.28); /* stays translucent */
}

/* Animation for smooth color transition */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Hover effect to slightly lift the card and show an intense color mix */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.highliht {
  color: #e96f00 !important;
  font-weight: 600;
  font-size: 1rem;
}

.text-dark {
  color: #cdc8c8 !important;
  text-align: start;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .text-dark {
    font-size: 14px; /* Slightly smaller font size for tablets */
    text-align: left; /* Ensures left alignment on smaller screens */
  }
}

@media only screen and (max-width: 480px) {
  .text-dark {
    font-size: 12px; /* Smaller font size for mobile devices */
    text-align: left; /* Left-align text for readability */
    padding-left: 10px; /* Add some padding for mobile */
    padding-right: 10px; /* Ensure no clipping on small screens */
  }
}

ul {
  list-style-type: none; /* Removes default bullets */
  padding: 0; /* Removes default padding */
  margin: 0; /* Optional: remove margin for better layout */
}

ul li {
  margin-bottom: 5px; /* Space between list items */
  line-height: 35px;
}

ul.text-light li i {
  margin-right: 8px;
  font-size: 20px;
}

.control-icon {
  color: #e96f00; /* Primary color for control */
}

.access-icon {
  color: #1f7ae0; /* Blue for access (trust and authority) */
}

.dashboard-icon {
  color: #28a745; /* Green for monitoring (success and progress) */
}

.report-icon {
  color: #dc3545; /* Red for reports (urgency and importance) */
}

.performance-icon {
  color: #ffc107; /* Yellow for performance (energy and focus) */
}

.oversight-icon {
  color: #17a2b8; /* Teal for oversight (security and monitoring) */
}
.feature-text {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: start !important;
  margin-bottom: 15px;
  color: var(--text-light);
}

ul.text-light {
  list-style-type: none;
  padding: 0;
  text-align: start;
  color: var(--text-light);
}

ul.text-light li {
  margin-bottom: 10px;
}

.card-overlay {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 10px;
  display: none;
  text-align: center;
  color: var(--text-light);
}

/* SVG Icons */
.data-protection-icon svg,
.high-speed-icon svg,
.measure-icon svg {
  width: 100%;
  height: auto;
  max-height: 120px;
  stroke: var(--text-lights_waves);
  stroke-width: 4;
  fill: none;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }

  .feature-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }

  .feature-icon {
    height: 120px;
  }
}

/* ========== Backdrop Blur ========== */
.modal-backdrop.show {
  backdrop-filter: blur(4px);
  opacity: 0.6 !important;
}

/* ========== Modal Pop-In Animation ========== */
@keyframes modalPopIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ========== Modal Dialog ========== */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
  animation: modalPopIn 0.35s ease-out forwards;
}

/* ========== Modal Content ========== */
.modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.text_para {
  font-size: 14px;
}
/* ========== Modal Header ========== */
.modal-header {
  padding: 1.5rem 2rem;
  border-bottom: none;
  background: linear-gradient(135deg, #ff6b00, #ff3d00);
  color: #fff;
}
.modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.modal-header .btn-close:hover {
  opacity: 1;
}

/* ========== Modal Title ========== */
.modal-title {
  font-size: 16px;
  font-weight: 600;
}

/* ========== Modal Body ========== */
.modal-body {
  padding: 40px;
  background: #fafafa;
  color: #333;

  height: 700px;
  cursor: pointer;
}

/* Mobile view: increase modal height */
@media (max-width: 768px) {
  .modal-body {
    height: 1000px; /* Increase height for mobile */
  }
}

/* Style lists inside body */
.modal-body ul {
  margin-left: 1rem;
  list-style: disc;
}
.modal-body ul li {
  margin-bottom: 0.5rem;
}

/* ========== Modal Footer ========== */
.modal-footer {
  padding: 1rem 2rem;
  border-top: none;
  background: #f0f0f0;
}
.modal-footer .btn {
  min-width: 100px;
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.modal-footer .btn-secondary {
  background: #e0e0e0;
  color: #333;
  border: none;
}
.modal-footer .btn-secondary:hover {
  background: #d5d5d5;
  transform: translateY(-2px);
}
.modal-footer .btn-primary {
  background: #ff6b00;
  border: none;
  color: #fff;
}
.modal-footer .btn-primary:hover {
  background: #ff4a00;
  transform: translateY(-2px);
}

/* ========== Responsive Tweaks ========== */
@media (max-width: 576px) {
  .modal-dialog {
    margin: 1.5rem;
  }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal-title {
    font-size: 1.25rem;
  }
}

.circuit-bg {
  position: relative;
}

.circuit-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDUwMHY1MDBIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMjUwIDUwdjQwME01MCAxNTBoNDAwTTUwIDM1MGg0MDAiIHN0cm9rZT0iIzA2NTZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  opacity: 0.2;
  z-index: -1;
}

.hero-section {
  padding: 100px 0;
}

.main_sect-video-bg video {
  object-fit: cover;
}

.main_sect-circuit-lines {
  pointer-events: none;
  /* optional animation or background SVGs can be added here */
}

.main_sect-title {
  font-size: 4.5rem;
  color: var(--primary-color);
}

.main_sect-desc {
  font-size: 1.125rem;
}

.main_sect-btn {
  background-color: #007bff;
  border: none;
}
.main_sect-btn:hover {
  background-color: #0056b3;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--card-bg);
}
.hero-title-gps {
  color: #e96f00;
  font-weight: 600;
  font-size: 3rem !important;
}

.hero-text-gps {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #b1afaf;

  padding: 16px 20px;
  border-left: 4px solid #e96f00; /* Accent line for emphasis */
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.3);
}

.hero-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.8;
  max-width: 600px;
  color: var(--card-bg);
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #e96f00;
}

.feature-icon {
  color: #e96f00 !important;
  margin-right: 15px;
  font-size: 1.2rem;
}

.download-btn {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: rgb(0, 0, 0) !important;
  border: 2px solid;
  border-image: linear-gradient(90deg, #e96f00, #e96f00) 1;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 1.5rem;
}

.download-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(142, 237, 199, 0.1) 0%,
    rgba(74, 201, 244, 0.1) 100%
  );
}

.phone-mockup {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.phone-frame {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.app-screen {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.app-time {
  font-weight: bold;
}

.app-status {
  display: flex;
  align-items: center;
}

.app-title {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.app-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.status-pill {
  background-color: #1a1a1a;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #ff4a4a;
  border-radius: 50%;
  margin-left: 8px;
}

.connect-circle {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.arrow-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}

.connect-btn {
  background: linear-gradient(90deg, #8eedc7 0%, #4ac9f4 100%);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.location-selector {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 8px 15px;
}

.flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.location-text {
  margin-right: 8px;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .phone-mockup {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.3rem;
  }

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

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-item {
    justify-content: center;
  }
}

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

  .hero-text {
    font-size: 1rem;
  }
}
.circuit-bg {
  position: relative;
}

.circuit-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDUwMHY1MDBIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMjUwIDUwdjQwME01MCAxNTBoNDAwTTUwIDM1MGg0MDAiIHN0cm9rZT0iIzA2NTZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  opacity: 0.2;
  z-index: -1;
}

.hero-section {
  padding: 100px 0;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.8;
  max-width: 600px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-icon {
  color: #8eedc7;
  margin-right: 15px;
  font-size: 1.2rem;
}

.download-btn {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: white;
  border: 2px solid;
  border-image: linear-gradient(90deg, #8eedc7, #4ac9f4) 1;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 1.5rem;
}

.download-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(142, 237, 199, 0.1) 0%,
    rgba(74, 201, 244, 0.1) 100%
  );
}

.phone-mockup {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.phone-frame {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.app-screen {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.app-time {
  font-weight: bold;
}

.app-status {
  display: flex;
  align-items: center;
}

.app-title {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.app-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.status-pill {
  background-color: #1a1a1a;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #ff4a4a;
  border-radius: 50%;
  margin-left: 8px;
}

.connect-circle {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.arrow-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}

.connect-btn {
  background: linear-gradient(90deg, #8eedc7 0%, #4ac9f4 100%);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.location-selector {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 8px 15px;
}

.flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.location-text {
  margin-right: 8px;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .phone-mockup {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.3rem;
  }

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

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-item {
    justify-content: center;
  }
}

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

  .hero-text {
    font-size: 1rem;
  }
}
.circuit-bg {
  position: relative;
}

.circuit-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDUwMHY1MDBIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMjUwIDUwdjQwME01MCAxNTBoNDAwTTUwIDM1MGg0MDAiIHN0cm9rZT0iIzA2NTZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  opacity: 0.2;
  z-index: -1;
}

.hero-section {
  padding: 100px 0;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.8;
  max-width: 600px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-icon {
  color: #8eedc7;
  margin-right: 15px;
  font-size: 1.2rem;
}

.download-btn {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: white;
  border: 2px solid;
  border-image: linear-gradient(90deg, #8eedc7, #4ac9f4) 1;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 1.5rem;
}

.download-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(142, 237, 199, 0.1) 0%,
    rgba(74, 201, 244, 0.1) 100%
  );
}

.phone-mockup {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.phone-frame {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.app-screen {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.app-time {
  font-weight: bold;
}

.app-status {
  display: flex;
  align-items: center;
}

.app-title {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.app-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.status-pill {
  background-color: #1a1a1a;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #ff4a4a;
  border-radius: 50%;
  margin-left: 8px;
}

.connect-circle {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.arrow-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}

.connect-btn {
  background: linear-gradient(90deg, #8eedc7 0%, #4ac9f4 100%);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.location-selector {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 8px 15px;
}

.flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.location-text {
  margin-right: 8px;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .phone-mockup {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.3rem;
  }

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

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-item {
    justify-content: center;
  }
}

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

  .hero-text {
    font-size: 1rem;
  }
}

main {
  flex: 1;
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
}
.footer-section {
  background-color: black !important; /* Dark background color */
  color: var(--primary-color) !important; /* Light text */
  padding: 30px 0;
}

.footer-section h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #f8f9fa;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.social-links a {
  font-size: 1.5rem;
  color: #f8f9fa;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--primary-color); /* Change to your primary brand color */
}

.footer-section hr {
  border-color: #f8f9fa;
}

@media (max-width: 768px) {
  .footer-section .row {
    text-align: center;
  }

  .footer-section .col-md-6 {
    margin-bottom: 20px;
  }
}

.phone-mockup {
  position: relative;
  width: 100%; /* full width inside the column */
  max-width: 900px; /* limit it to 900px max */
  padding: 10px;
  background: linear-gradient(135deg, #f0f0f0, #ffffff);
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; /* center it horizontally */
}

.phone-mockup video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}
.video-wrapper {
  position: relative;
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  animation: fadeInUp 1s ease-out forwards;
  transform: translateY(50px);
  opacity: 0;
}

.video-player {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Hover Effect */
.video-player:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Fade In Up Animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} /* Custom CSS for responsive card and modal */
.feature-card {
  position: relative;
  background-color: #e96f00;
  color: var(--text-light);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-width: 400px; /* Set maximum width for desktop */
  margin: auto;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(200, 15, 15, 0.2) !important;
}

/* Overlay for "See Details" text */
.card-overlay {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  padding: 15px;
  border-radius: 10px;
  display: none;
  text-align: center;
  color: var(--text-light);
  font-size: 14px; /* Make text size smaller for mobile */
}

/* Show overlay when hovering */
.feature-card:hover .card-overlay {
  display: block;
}

/* Media Query for Tablets and Smaller Devices */
@media only screen and (max-width: 768px) {
  .feature-card {
    padding: 15px;
    max-width: 100%; /* Allow full width on small screens */
  }

  .card-overlay {
    font-size: 12px; /* Adjust text size for mobile */
    padding: 10px; /* Smaller padding for mobile */
  }

  /* Reduce box-shadow effect for mobile */
  .feature-card:hover {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.15) !important;
  }
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 480px) {
  .feature-card {
    padding: 0px;
    text-align: start;
    border-color: #0a3d3f !important;
    height: 700px;
    /* Add margin for smaller devices */
  }

  .card-overlay {
    font-size: 12px; /* Smaller font size */
    padding: 8px; /* Smaller padding */
    bottom: 10px; /* Position overlay higher on mobile */
  }

  /* Further reduce the shadow effect on very small screens */
  .feature-card:hover {
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1) !important;
  }
}

.faq-section {
  background-color: #fafafa;
  padding: 40px 0;
}

/* FAQ Header */
.faq-header {
  padding-right: 20px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
}

.faq-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

/* Accordion styling */
.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.5rem;
  --bs-accordion-inner-border-radius: 0.5rem;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: #333;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #333;
  --bs-accordion-active-bg: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 0.5rem !important;
  overflow: hidden;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #dcd6d6;
  background-color: #e96f00;
  box-shadow: none;
  padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Custom accordion arrow */
.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-body {
  padding: 0.5rem 1.5rem 1.5rem;
  background-color: #202020;
  color: #fff;
}

.accordion-body p {
  margin-bottom: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .faq-title {
    font-size: 2.2rem;
  }

  .faq-description {
    font-size: 1rem;
  }

  .accordion-button {
    font-size: 1rem;
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }

  .faq-header {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .accordion-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 1.8rem;
  }

  .faq-description {
    font-size: 0.95rem;
  }

  .accordion-button {
    font-size: 0.9rem;
    padding: 0.9rem 1rem;
  }

  .accordion-body {
    padding: 0.5rem 1rem 1rem;
  }
}

.heading_grow {
  font-size: 2.5rem;
  color: var(--primary-color) !important;
}

.contact-icon {
  background-color: var(--primary-color) !important;
}

.contact-section {
  padding: 40px 0;
}

.contact-display-4 {
  color: #222;
  font-weight: 700;
  font-size: 2.8rem;
}

.contact-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.contact-item {
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #3b82f6;
  font-size: 1.2rem;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}

.contact-info-detail {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}

.contact-form-container {
  background-color: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.contact-form-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(147, 197, 253, 0.1)
  );
  border-radius: 0 0 0 100%;
  z-index: 0;
}

.contact-form-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 1;
}

.contact-form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.contact-form-control {
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8fafc;
  transition: all 0.3s ease;
}

.contact-form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-form-control::placeholder {
  color: #cbd5e1;
}

.contact-form-check {
  padding-left: 1.8rem;
}

.contact-form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  margin-left: -1.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
}

.contact-form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.contact-form-check-label {
  font-size: 0.95rem;
  color: #555;
}

.contact-privacy-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.contact-privacy-link:hover {
  text-decoration: underline;
}

.contact-btn-submit {
  background-color: #f8e5e5;
  color: black;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

.contact-btn-submit:hover {
  background-color: #000000;
  color: #f8e5e5;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .contact-display-4 {
    font-size: 2.5rem;
  }

  .contact-form-container {
    padding: 30px;
  }

  .contact-form-heading,
  .contact-heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .contact-display-4 {
    font-size: 2.2rem;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .contact-info-title {
    font-size: 1rem;
  }

  .contact-info-detail {
    font-size: 0.9rem;
  }

  .contact-form-heading,
  .contact-heading {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .contact-display-4 {
    font-size: 1.8rem;
  }

  .contact-form-container {
    padding: 25px;
  }

  .contact-btn-submit {
    width: 100%;
  }
}
.inside_con-container {
  max-width: 12200px;
}

.inside_con-ideation-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .inside_con-ideation-section {
    flex-direction: row;
    align-items: center;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.inside_con-content {
  flex: 1;
  max-height: 600px; /* Adjust based on your layout */
  overflow-y: auto;
  padding-right: 10px;
}
.inside_con-content::-webkit-scrollbar {
  width: 3px;
}

.inside_con-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.inside_con-heading {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  color: #2d3436;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.inside_con-description {
  font-size: 16px;
  margin-bottom: 2rem;
  color: #555;
  max-width: 600px;
}

.inside_con-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.inside_con-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.inside_con-step-icon {
  background-color: #ff7f50;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.inside_con-step-text {
  font-weight: 700;
  color: #2d3436;

  text-transform: uppercase;
}

.inside_con-visual {
  flex: 1;
  position: relative;
}

.inside_con-icons-container {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.inside_con-circle-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: #4ecdc4;
  border-radius: 50%;
  position: relative;
  border: 2px dashed #2d3436;
}

.inside_con-icon-item {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2d3436;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.inside_con-icon-item i {
  font-size: 1.5rem;
}

.inside_con-icon-check {
  top: 10%;
  left: 20%;
  background-color: #ffd166;
}

.inside_con-icon-chart {
  top: 10%;
  right: 20%;
}

.inside_con-icon-bulb {
  top: 40%;
  right: 5%;
}

.inside_con-icon-user {
  bottom: 20%;
  left: 15%;
}

.inside_con-icon-star {
  bottom: 10%;
  right: 25%;
}

.inside_con-gear {
  position: absolute;
  color: #ff7f50;
  font-size: 2rem;
}

.inside_con-gear-1 {
  bottom: 30%;
  left: 40%;
}

.inside_con-gear-2 {
  bottom: 40%;
  right: 35%;
  font-size: 1.5rem;
}

.inside_con-pencil {
  position: absolute;
  top: 30%;
  left: 35%;
  color: #ff7f50;
  font-size: 2rem;
  transform: rotate(45deg);
}

.inside_con-bottom-decoration {
  display: flex;
  height: 20px;
  margin-top: 2rem;
}

.inside_con-deco-item {
  flex: 1;
}

.inside_con-deco-yellow {
  background-color: #ffd166;
}

.inside_con-deco-blue {
  background-color: #4ecdc4;
}

.inside_con-deco-orange {
  background-color: #ff7f50;
}

@media (max-width: 767px) {
  .inside_con-heading {
    font-size: 2rem;
  }

  .inside_con-icons-container {
    max-width: 280px;
  }

  .inside_con-icon-item {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .inside_con-container {
    padding: 1rem;
  }

  .inside_con-heading {
    font-size: 1.75rem;
  }

  .inside_con-description {
    font-size: 0.9rem;
  }

  .inside_con-icons-container {
    max-width: 240px;
  }

  .inside_con-icon-item {
    width: 45px;
    height: 45px;
  }
}
.inside_con-video-container {
  position: relative;
  width: 500px;
  height: 700px;
  overflow: hidden;
  border-radius: 15px;
}

.inside_con-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile view: increase video container height */
@media (max-width: 768px) {
  .inside_con-video-container {
    height: 380px; /* Or any larger value suitable for mobile */
    width: 100%; /* Optional: make it full width on mobile */
  }
}
/* Default for large screens */
.industry-solutions {
  background-color: var(--primary-color);
  height: 100vh;
}

/* For small screens (max-width: 768px) */
@media (max-width: 768px) {
  .industry-solutions {
    height: auto; /* or use a smaller vh like 80vh */
    padding: 2rem 1rem; /* optional: to add spacing */
  }
}

/* For very small screens (max-width: 480px) */
@media (max-width: 480px) {
  .industry-solutions {
    height: auto;
    padding: 1.5rem 1rem;
  }
}

.industry-solutions h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--card-bg);
}

.industry-solutions p {
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem auto;
}

/* Card Styling */
.industry-card {
  background-color: #f8f8f8c5;
  border: 2px solid #232121;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.industry-card:hover {
  background-color: #000000;
  color: #e96f00 !important;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.industry-card h4 {
  color: #e96f00;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.industry-card:hover h4 {
  color: #e96f00;
}

.industry-card p {
  font-size: 0.95rem;
  color: #555;
  transition: color 0.3s ease;
}

.industry-card:hover p {
  color: #c9c8c8;
}

/* Pricing Section */
.pricing {
  background-color: #f9f9f9;
}

.pricing h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
/* Default styling */
.gps {
  height: 100vh;
  background-color: #2a2929 !important;
  padding: 30px;
}

/* Screens up to 1440px */
@media (max-width: 1440px) {
  .gps {
    padding: 25px;
    height: auto; /* Optional: if full height is too much for small screens */
  }
}

/* Screens up to 768px */
@media (max-width: 768px) {
  .gps {
    padding: 20px;
    height: auto; /* Optional: if full height is too much for small screens */
  }
}

/* Screens up to 425px */
@media (max-width: 425px) {
  .gps {
    padding: 15px;
    height: auto;
  }
}

/* Screens up to 320px */
@media (max-width: 320px) {
  .gps {
    padding: 10px;
    height: auto;
  }
}

.pricing p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 2rem;
}

/* Pricing Card Styles */
.pricing-card {
  background-color: #fff;
  border: 2px solid #e96f00;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.pricing-card:hover {
  background-color: #e96f00;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.pricing-card h4 {
  font-size: 1.4rem;
  color: #e96f00;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.pricing-card .price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin: 15px 0;
  transition: color 0.3s;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pricing-card ul li {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #555;
  transition: color 0.3s;
}

/* Hover Text Color Adjustments */
.pricing-card:hover h4,
.pricing-card:hover .price,
.pricing-card:hover ul li {
  color: #fff;
}

/* Button Styling */
.pricing-card .btn-primary {
  background-color: #e96f00;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.pricing-card .btn-primary:hover {
  background-color: #cc5f00;
}
/* Testimonials Section Styling */
/* ===== Testimonials – layout & colours ===== */
.testimonials-section {
  background: #2a2929;
  height: 100vh;
  overflow: hidden;
  padding: 0 0 4rem; /* bottom room for carousel dots if added */
}
.testimonial-card {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  color: #000;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  /* animations */
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  animation: fadeUp 0.8s ease-out forwards;
}
.carousel-item.active .testimonial-card {
  /* animate on every slide */
  animation: fadeUp 0.8s ease-out forwards;
}
blockquote {
  font-size: 1.15rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
figcaption {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

/* ===== Heading shimmer ===== */
.shimmer {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%
  );
  animation: shine 4s infinite;
}

/* ===== Keyframes ===== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shine {
  to {
    left: 150%;
  }
}

/* ===== Carousel controls (white icons) ===== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #e96f00; /* Main color for controls */
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

/* Button Styling */
.btn-primary {
  background-color: #e96f00;
  border-color: #e96f00;
  padding: 12px 30px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #d95f00; /* Darker shade for hover */
  border-color: #d95f00;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
    max-width: 100%; /* Full width on smaller screens */
  }

  .testimonial-text {
    font-size: 1rem; /* Adjust text size on mobile */
  }

  .btn-primary {
    width: 100%; /* Full width button on mobile */
    font-size: 1rem;
  }
}
/* Modal Styles */
.modal-content {
  background-color: #f8f9fa; /* Light background for contrast */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: 2px solid #e96f00; /* Main color for the header */
  background-color: #e96f00; /* Background color for the header */
  color: white;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.modal-footer {
  background-color: #f8f9fa; /* Light background for footer */
}

/* Adjust button styles */
.btn-close {
  background-color: transparent;
  border: none;
  color: white;
}

.modal-body h5 {
  font-weight: 600;
  color: #333;
}

.modal-body p {
  color: #555;
}

.modal-body ul {
  margin-top: 10px;
  color: #444;
}
/* Modal Body Customization */
.custom-modal-body {
  max-height: 70vh; /* Set max height for modal body (70% of viewport height) */
  overflow-y: auto; /* Enable vertical scrolling */
  padding-right: 15px; /* To prevent content from being hidden behind scrollbar */
}

/* Ensure modal header and footer are fixed */
.modal-header,
.modal-footer {
  background-color: #f8f9fa; /* Optional: Light background for header/footer */
  border-bottom: 2px solid #e96f00; /* Your main color for the header */
}

/* Modal Body Content Styling */
.modal-body h5 {
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

.modal-body p,
.modal-body ul {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.modal-body ul {
  margin-top: 10px;
}

.modal-body li {
  margin-bottom: 8px;
}
/* 2️⃣  coloured blob lights */
@keyframes blobFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.35);
  }
}

.key_features-section::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 80%; /* starting anchor */
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  filter: blur(80px);
  animation: blobFloat 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* optional 2nd blob in CSS only if you want more depth */
.key_features-diagonal-line-2::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #e96f00 0%, rgba(0, 0, 0, 0) 60%);
  filter: blur(90px);
  animation: blobFloat 14s ease-in-out reverse infinite;
  pointer-events: none;
  z-index: 0;
}

.key_features-section {
  padding: 5rem 1rem;
  position: relative;
  overflow: hidden;
}

.key_features-label {
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.key_features-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e96f00;
  margin-bottom: 1.5rem;
}

.key_features-subtitle {
  color: #9ca3af;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto 4rem auto;
  line-height: 1.6;
}

.key_features-card {
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
  height: 100%;
  background-color: #e96f00;
  border-radius: 10px;
  border: 2px solid #927777;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.key_features-card:hover {
  transform: translateY(-5px);
}

.key_features-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background-color: rgba(79, 70, 229, 0.1);
}

.key_features-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}

.key_features-card-description {
  color: #000000;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .key_features-title {
    font-size: 2rem;
  }

  .key_features-subtitle {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
/* ---------- 1. Base card upgrades ---------- */
.custom-feature-card {
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;

  background-size: cover;
  background-position: center;
  border: 2px solid #000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.35s ease, filter 0.35s ease, border-color 0.35s ease;

  animation: cardFloat 8s ease-in-out infinite;
}

/* ---------- 2. Lively background pan ---------- */
@keyframes bgPan {
  0%,
  100% {
    background-position: center 0%;
  }
  50% {
    background-position: center 40%;
  }
}
.custom-feature-card {
  animation: cardFloat 8s ease-in-out infinite, bgPan 20s linear infinite;
}

/* ---------- 3. Hover lift, tilt & glow ---------- */
.custom-feature-card:hover {
  transform: translateY(-12px) scale(1.05) rotateX(2deg) rotateY(-3deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 25px rgba(233, 113, 0, 0.307); /* orange glow */
  filter: brightness(0.7);
  border-color: #e96f00; /* brand accent */
}

/* ---------- 4. Soft light overlay (fades on hover) ---------- */
.custom-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  mix-blend-mode: overlay;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.custom-feature-card:hover::before {
  opacity: 0.6;
}
/* 🔹 1. Global size ↓ */
.custom-feature-card {
  height: 220px; /* was 300px */
  border-radius: 10px; /* proportionally smaller corners */
}

/* 🔹 2. Tighten padding in the overlay (optional) */
.custom-feature-overlay {
  padding: 1.25rem; /* was 2rem in the hover-overlay snippet */
}

/* 🔹 3. Even smaller on large desktops */
@media (min-width: 1200px) {
  /* ≥ lg+ */
  .custom-feature-card {
    height: 200px;
  }
}

/* 🔹 4. And a comfortable size on phones */
@media (max-width: 575.98px) {
  /* ≤ xs */
  .custom-feature-card {
    height: 180px;
  }
}

/* ---------- 5. Keyframes ---------- */
@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.custom-feature-card:hover {
  transform: translateY(-5px);
}

.custom-feature-overlay {
  color: #fff;
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
}

.custom-feature-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.custom-feature-title {
  font-size: 25px;
  font-weight: bold;
  z-index: 2;
}

.custom-feature-description {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.custom-feature-card:hover .custom-feature-description {
  opacity: 1;
  transform: translateY(0);
  color: black !important;
}

.custom-feature-card:hover .custom-feature-title {
  opacity: 1;
  transform: translateY(0);
  color: black !important;
  font-size: 30px !important;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.custom-feature-card:hover .custom-feature-icon {
  opacity: 1;
  transform: translateY(0);
  color: black !important;
  font-size: 30px !important;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.custom-feature-card:hover .custom-feature-overlay {
  background-color: rgba(233, 113, 0, 0.49);
  color: #fff;
}

.custom-feature-card {
  position: relative;
  height: 300px;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  background-color: #e96f00 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.custom-feature-card::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  transition: bottom 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}

.custom-feature-card:hover::before {
  bottom: 0;
  opacity: 1;
  color: black !important;
}

.custom-feature-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 20px;
  color: white;

  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: center;
}

.custom-feature-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.custom-feature-title {
  font-size: 20px;
  font-weight: bold;
}

.custom-feature-description {
  margin-top: 15px;
  opacity: 1;
  transform: none;
}
/* Modal Content Styling */
.modal-content {
  background-color: #f9f9f9; /* Light background for contrast */
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Modal Header */
.modal-header {
  background-color: #e96f00; /* Your main color for the header */
  color: white;
  border-bottom: 2px solid #fff;
}

.modal-title {
  font-size: 1.8rem; /* Larger title size for better readability */
  font-weight: 600; /* Strong emphasis on the title */
  text-transform: uppercase;
}

/* Close Button */
.btn-close {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.2rem; /* Slightly larger font size for the close button */
}

/* Modal Body */
.modal-body {
  font-size: 1.1rem; /* Readable font size for body text */
  color: #555;
  line-height: 1.8; /* Increased line height for better readability */
  padding: 20px;
}

/* Bold Text in Modal Body */
.modal-body strong {
  font-weight: 700; /* Stronger emphasis for important text */
  color: #333; /* Darker color for emphasis */
}

/* Icon Styling */
.modal-body .fa-2x {
  font-size: 3rem; /* Larger icons for better visibility */
  color: #e96f00;
  margin-bottom: 15px;
}

/* Modal Body Paragraph Styling */
.modal-body p {
  margin-bottom: 15px; /* Added margin for better spacing */
  color: #666; /* Slightly lighter color for paragraphs */
}

/* Modal List Styling */
.modal-body ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1rem;
  color: #555;
}

.modal-body li {
  margin-bottom: 12px; /* Spacing between list items */
}

/* Modal Footer */
.modal-footer {
  background-color: #f9f9f9; /* Light background for footer */
}

/* Ensure the Close Button Stands Out */
.btn-close {
  font-size: 1.2rem;
  color: #fff;
}

/* Hover Effect for Close Button */
.btn-close:hover {
  color: #e96f00; /* Change color on hover */
}

/* Responsive Modal Design */
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
  }

  .modal-title {
    font-size: 1.4rem;
  }

  .modal-body {
    font-size: 1rem;
  }

  .modal-body h5 {
    font-size: 1.2rem;
  }

  .modal-body p {
    font-size: 1rem;
  }
}

.slide-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
}

.left-section {
  position: relative;
  width: 50%;
  background-image: url("https://images.pexels.com/photos/2078774/pexels-photo-2078774.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  padding: 40px;
}

.left-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 111, 0, 0.3);
}

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

.right-section {
  width: 50%;
  background-color: #2a2929;
  position: relative;
  overflow: hidden;
}

.blue-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e96f00;
  clip-path: polygon(69% 0, 100% 0, 100% 100%, 0% 100%);
}
/* ─── DIAGONAL BACKDROP FOR .gps SECTION ───────────────────────── */
.gps {
  position: relative; /* create stacking context       */
  overflow: hidden; /* clip the diagonal edges       */
}

/* colourful divider */
.gps::before {
  content: "";
  position: absolute;
  inset: 0; /* stretch full section          */
  background: #58300b; /* brand orange                  */
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0; /* behind all real content       */
  pointer-events: none; /* never blocks clicks           */
}

/* lift your actual content above the divider */
.gps > .circuit {
  position: relative;
  z-index: 1;
}
/* ─── DIAGONAL BACKDROP FOR .case (from the right) ─────────────── */
.case {
  position: relative; /* stacking context                */
  overflow: hidden; /* clip the diagonal edge          */
}

.case::before {
  content: "";
  position: absolute;
  inset: 0; /* full section                    */
  background: #58300b; /* brand orange                    */

  /* right-hand diagonal: top-right across to ~30% of bottom edge */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  /* adjust the “30%” to widen or narrow the coloured area        */

  z-index: 0; /* stay behind real content        */
  pointer-events: none;
}

/* lift inner container above the stripe */
.case > .case-study-container {
  position: relative;
  z-index: 1;
}

.tab-section {
  position: relative;
  z-index: 2;
  padding: 30px 20px 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* peak height */
  }
  100% {
    transform: translateY(0);
  }
}

/* base tab item */
.right-section .tab-item {
  /* keep your existing styles here… */
  position: relative;
  animation: floatUp 1.5s ease-in-out infinite;
  /* makes the shadow “lift” as the tab rises */
  transition: box-shadow 0.3s;
}

/* shadow grows on hover to emphasise lift */
.right-section .tab-item:hover {
  box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.25);
}

/* staggered start times so they don’t bob together */
.right-section .tab-item:nth-child(1) {
  animation-delay: 0s;
}
.right-section .tab-item:nth-child(2) {
  animation-delay: 0.6s;
}
.right-section .tab-item:nth-child(3) {
  animation-delay: 1.2s;
}
.right-section .tab-item:nth-child(4) {
  animation-delay: 1.8s;
}
.right-section .tab-item:nth-child(5) {
  animation-delay: 2.4s;
}
.tab-item {
  display: flex;
  align-items: center;
  color: #fff !important;
  margin: 20px 0;
  /* Replace solid color with gradient */
  background: linear-gradient(90deg, #e97100bd, black);
  border-radius: 10px;
  padding: 15px;
  margin-left: -40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tab-icon {
  width: 50px;
  height: 50px;
  background-color: #e96f00;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-size: 1.5rem;
}

.tab-text {
  color: #b99d9d;
  font-size: 1.2rem;
}
.slide-title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .slide-title {
    font-size: 4rem;
  }
}

/* Small screens (phones) */
@media (max-width: 600px) {
  .slide-title {
    font-size: 2.5rem;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .slide-container {
    flex-direction: column;
  }

  .left-section,
  .right-section {
    width: 100%;
    min-height: 50vh;
  }

  .blue-shape {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .tab-section {
    padding: 30px;
  }

  .tab-item {
    margin-left: 0;
    border-radius: 5px;
  }
}

.csestuiey-main-title {
  color: #555;
  font-size: 2.5rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 300;
  letter-spacing: 1px;
}

.csestuiey-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  margin-top: 60px;
}

.csestuiey-header {
  background-color: #333;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}

.csestuiey-header::after {
  content: "»";
  margin-left: 10px;
  font-size: 1.5rem;
}

.csestuiey-content {
  padding: 20px;
  height: 100%;
}

.csestuiey-content ul {
  padding-left: 20px;
}

.csestuiey-content li {
  margin-bottom: 15px;
}

.csestuiey-problem {
  background-color: #f8d0b0;
}

.csestuiey-solution {
  background-color: #d0e8c0;
}

.csestuiey-approach {
  background-color: #c0e0f8;
}

.csestuiey-testimonial {
  background-color: #444;
  color: white;
}

.csestuiey-quote-mark {
  font-size: 4rem;
  line-height: 0;
  color: #aaa;
  position: absolute;
  right: 15px;
  top: 15px;
}

.csestuiey-author {
  font-style: italic;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #ddd;
}

.csestuiey-bottom-quotes {
  text-align: right;
  margin-top: 20px;
}

.csestuiey-bottom-quote {
  font-size: 4rem;
  line-height: 0;
  color: #aaa;
  display: inline-block;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .csestuiey-main-title {
    font-size: 1.8rem;
  }

  .csestuiey-content {
    padding: 15px;
  }

  .csestuiey-row > div {
    margin-bottom: 20px;
  }
}
/* --- start hidden & shifted --- */
.csestuiey-row .col-md-4 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* --- fade-up once .in-view is applied by JS --- */
.csestuiey-row .col-md-4.in-view {
  opacity: 1;
  transform: translateY(0);
}
.case {
  background-color: #000; /* dark backdrop      */
  height: 100vh; /* full-viewport on desktop */
  padding: 10px;
}
/* 1️⃣  Ultra-wide desktops  ─────────────── 1440 px and up */
@media (min-width: 1440px) {
  .case {
    height: 100vh; /* full-viewport hero */
    padding: 32px 20px; /* extra breathing room */
  }
}

/* 2️⃣  Tablets / small laptops ──── 1024 px and down */
@media (max-width: 1024px) {
  .case {
    height: auto; /* grow naturally */
    min-height: 180vh; /* still fill if short */
    padding: 24px 16px;
  }
  .main-title {
    font-size: 2.25rem;
  } /* scale heading a bit */
}

/* 3️⃣  Phones & narrow tablets ──── 768 px and down */
@media (max-width: 768px) {
  .case {
    padding: 20px 12px; /* tight gutter */
  }
  .section-header {
    font-size: 1.2rem;
  }
  .section-content ul li {
    font-size: 0.9rem;
  }
}

/* ─── Media queries ────────────────────────────────────── */

/* Tablets (portrait & down) */

.main-title {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin: 30px 0;

  font-weight: 300;
  letter-spacing: 1px;
}

.case-study-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-header {
  background-color: #333;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
/* Style for icons inside the case study */
.case-study-content i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #e96f00; /* Icon color */
}

.case-study-content ul li {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
}

.case-study-content ul li i {
  font-size: 1.5rem;
  color: #e96f00;
  margin-right: 10px;
}

.section-header::after {
  content: "»";
  margin-left: 10px;
  font-size: 1.5rem;
}

.section-content {
  background-color: #e96f00;
  color: black;
  padding: 20px;
  height: 100%;
}

.section-content ul {
  padding-left: 20px;
}

.section-content li {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main-title {
    font-size: 1.8rem;
  }

  .section-content {
    padding: 15px;
  }

  .case-study-row > div {
    margin-bottom: 20px;
  }
}
/* ====== Dark variant ====== */
.management-security {
  background: #000; /* full-width black backdrop */
}
.management-security h2,
.management-security .lead {
  color: #fff; /* white works best on black;
                                      change if you want all-black text */
}

.ms-card {
  background: #e96f00; /* primary orange */
  color: #000 !important; /* make sure all text inside is black */
  box-shadow: none; /* optional: flatter look on dark bg */
}
.ms-card-title {
  color: #000 !important;
}
/* ===== Colors ===== */
:root {
  --ms-primary: #e96f00; /* card orange */
  --ms-bg: #000; /* black background */
}

/* ===== Section wrapper ===== */
.ms-section {
  background: var(--ms-bg);
  padding: 4rem 0;
  height: 130vh;
}

/* Large tablets and below */
@media (max-width: 1024px) {
  .ms-section {
    height: 100vh;
  }
}

/* Tablets and below */
@media (max-width: 768px) {
  .ms-section {
    height: auto;
    padding: 3rem 0;
  }
}
.video_mobile {
  border-radius: 30px !important;
  overflow: hidden; /* keeps the shadow tidy on rounded corners */
  width: 500px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 32px 64px rgba(0, 0, 0, 0.25),
    0 48px 96px rgba(48, 47, 47, 0.2);
}

.video_mobile-wrapper {
  position: relative;
  display: inline-block;
}
.role_text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #b1afaf;

  padding: 16px 20px;
  border-left: 4px solid #e96f00; /* Accent line for emphasis */
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 1.05);
}

.video_text {
  position: absolute;
  top: 20%;
  right: 100px; /* Increase distance if it's overlapping */
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  white-space: nowrap;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Mobile devices */
@media (max-width: 480px) {
  .ms-section {
    height: auto;
    padding: 2rem 0;
  }
}
/* ===== Text ===== */
.ms-section h2 {
  color: #e96f00 !important;
  font-size: 3rem;
  font-weight: 700;
}
#managementSecurity {
  position: relative;
  z-index: 0;
}

#managementSecurity::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; /* height of the glow */
  pointer-events: none;
  background: #e96f00;
  filter: blur(8px);
  opacity: 0.8;
  z-index: -1;
}

.ms-section .lead {
  color: #ddd;
}

/* ===== Feature cards ===== */
.ms-card {
  background: var(--ms-primary);
  color: #000;
  border-radius: 0.7rem;
  padding: 1rem;
  height: 100%;
}
.ms-card h6 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* ===== Floating image (desktop only) ===== */
.ms-float-img {
  max-width: 90%;
  position: sticky;
  top: 6rem;
}
@media (max-width: 991.98px) {
  .ms-float-img {
    display: none;
  }
}
/* ─── DIAGONAL BACKDROP · MANAGEMENT & SECURITY ────────────── */
.ms-section {
  position: relative; /* stacking context */
  overflow: hidden; /* clip coloured wedge */
}

.ms-section::before {
  content: "";
  position: absolute;
  inset: 0; /* cover full section */
  background: #96521296; /* brand orange */

  /* right-hand wedge, slopes down to the left           */
  /*     top-right corner  →  bottom-left at 70% height   */
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 0%, 0 0);

  /* tweak the “30%” and “0 70%” points to widen/narrow   */
  z-index: 0;
  pointer-events: none;
}

/* lift real content above the wedge */
.ms-section > .container {
  position: relative;
  z-index: 1;
}
/* ─── DIAGONAL BACKDROP · TESTIMONIALS ────────────────────────── */
.testimonials-section {
  position: relative; /* new stacking context            */
  overflow: hidden; /* clip the coloured wedge         */
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0; /* cover the whole section         */
  background: #58300b; /* brand orange                    */

  /* right-side wedge, top-right → ~35% of bottom */
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);

  /* tweak “35%” (bottom-right) & “0 70%” (bottom-left pivot)
       to make the wedge narrower or wider                  */
  z-index: 0;
  pointer-events: none;
}

/* lift carousel & text above the wedge */
.testimonials-section > .container {
  position: relative;
  z-index: 1;
}
/* ─── DIAGONAL BACKDROP · FAQ SECTION ─────────────────────────── */
.faq-section {
  position: relative; /* stacking context               */
  overflow: hidden; /* clip the coloured wedge
  */
  background-color: #000;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0; /* cover the whole section        */
  background: #58300b; /* brand orange                  */
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);

  /* tweak “35%” & “0 70%” if you want the wedge narrower / wider */
  z-index: 0;
  pointer-events: none;
}

/* lift real content above the wedge */
.faq-section > .container {
  position: relative;
  z-index: 1;
}
/* ─── DIAGONAL BACKDROP · CONTACT SECTION ───────────────────── */
.contact-section {
  position: relative; /* stacking context              */
  overflow: hidden; /* clip the coloured wedge   
      */
  background-color: #2a2929;
}

.contact-section::before {
  content: "";
  position: absolute;

  background: #96521296; /* brand orange                    */

  /* right-side wedge, top-right → ~35% of bottom */
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);

  /* tweak “35%” and “0 70%” to widen or narrow the panel */
  z-index: 1;
  pointer-events: none;
}

/* lift inner content above the wedge */
.contact-section > .container {
  position: relative;
  z-index: 1;
}
/* === Layout === */
/* Base style (applies to everything unless overridden)  */
.testimonial-section {
  background: #e96f00;
  height: 70vh;
  padding-top: 58px;
  border: 3px solid #e96f00;
}

/* ───────────────────────────────
   ≤ 425 px  – small phones
   ─────────────────────────────── */
@media (max-width: 425px) {
  .testimonial-section {
    height: auto; /* let content define height */
    padding-top: 40px; /* tighter top spacing        */
  }
}

/* ───────────────────────────────
   426 px – 767 px  – large phones / small tablets
   ─────────────────────────────── */
@media (min-width: 426px) and (max-width: 767px) {
  .testimonial-section {
    height: 60vh;
    padding-top: 50px;
  }
}

/* ───────────────────────────────
   768 px – 1023 px  – portrait tablets / small laptops
   ─────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial-section {
    height: 75vh; /* give a bit more vertical room */
    padding-top: 58px; /* keep original offset          */
  }
}

/* ───────────────────────────────
   ≥ 1024 px  – desktops & large tablets
   (rule optional since base covers it,
   but included here for clarity/override)
   ─────────────────────────────── */
@media (min-width: 1024px) {
  .testimonial-section {
    height: 70vh;
    padding-top: 58px;
  }
}

/* === Layout === */

/* ───────── Base (≥ 1024 px) ───────── */
.testimonial-heading {
  font-size: 3.5rem; /* ≈56 px */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}
.community-text {
  font-size: 4rem; /* ≈64 px */
  font-weight: 900;
  color: #fff;
}

/* ───────── 768 – 1023 px  (tablets / small laptops) ───────── */
@media (max-width: 1023px) {
  .testimonial-heading {
    font-size: 3rem;
  } /* 48 px */
  .community-text {
    font-size: 3.4rem;
  } /* 54 px */
}

/* ───────── 426 – 767 px  (large phones / portrait tablets) ───────── */
@media (max-width: 767px) {
  .testimonial-heading {
    font-size: 2.4rem;
  } /* 38 px */
  .community-text {
    font-size: 2.8rem;
  } /* 45 px */
}

/* ───────── ≤ 425 px  (small & medium phones) ───────── */
@media (max-width: 425px) {
  .testimonial-heading {
    font-size: 1.9rem;
  } /* 30 px */
  .community-text {
    font-size: 2.2rem;
  } /* 35 px */
}

.testimonial-subheading {
  margin-top: 20px;
  font-size: 2.2rem;
  color: #ffffff;
}

/* Testimonial block */
.quote-mark {
  font-size: 4rem;
  color: #4a4de7;
  line-height: 0;
  margin-bottom: 20px;
  display: block;
}

.testimonial-quote {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  transition: opacity 0.3s ease;
  color: #fff;
}

.opacity-0 {
  opacity: 0;
}

/* used for fade-in */

/* Avatar + person info */
.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.person-name {
  font-weight: 700;
  margin-bottom: 0;
}

.person-title {
  font-size: 0.9rem;
  color: #555;
}

/* Nav buttons */
.nav-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  transition: background 0.25s ease, border 0.25s ease;
}

.nav-button:hover {
  background: #f2f2f2;
  border-color: #bbb;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.contact-card {
  max-width: 1920px;
  /* overall width */
  background-color: #e96f00 !important;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* ===== Leafy side ===== */
.contact-img {
  background: url("https://cdni.iconscout.com/illustration/premium/thumb/contact-us-illustration-download-in-svg-png-gif-file-formats--call-logo-customer-service-support-onboarding-pack-business-illustrations-4849052.png")
    no-repeat center center;
  min-height: 100%;
}

.img-overlay {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  right: 2rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.img-overlay h4 {
  font-weight: 800;
  letter-spacing: 0.5px;
}

.img-overlay p {
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

/* ===== Form area ===== */
.form-side {
  padding: 3rem 3.5rem;
  position: relative;
}

.form-side h3 {
  font-weight: 700;
}

.form-side .small-text {
  font-size: 0.85rem;
  color: #6c757d;
}

/* icon in input-group */
.input-group-text {
  background: #fff;
  border-right: 0;
}

/* send button */
.btn-brand {
  background: #000000f7;
  border: none;
  color: #e96f00;
  max-width: 190px;
  font-weight: 600;
}

.btn-brand:hover {
  background: #000000;
  color: #fff;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 767.98px) {
  .contact-img {
    min-height: 240px;
  }

  .form-side {
    padding: 2rem 2rem;
  }
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #e96f00;
  box-shadow: none;
}
.accordion-body {
  padding: 0.5rem 1.5rem 1.5rem;
  color: #555;
}
.main_h1_heading_getinspext,
h1 {
  font-size: 1.6rem !important;
  font-weight: 600;
  color: #e96f00;
  text-align: start;
}

.navbar,
.navbar-expand-lg,
.navbar .navbar-collapse,
.navbar .navbar-toggler {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}
html {
  scroll-behavior: smooth !important;
}
.nav-link,
.btn-download,
.main_sect-btn {
  transition: all 0.3s ease;
}
.nav-link:hover {
  color: #fff;
  transform: translateY(-2px);
}
.main_sect-btn:hover {
  transform: scale(1.05);
}
/* 1. Define the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Utility to apply it */
.fade-in-up {
  opacity: 10; /* start hidden */
  animation: fadeInUp 0.8s ease-out forwards;
}

/* 3. Staggering helpers */
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.6s;
}
.delay-3 {
  animation-delay: 0.9s;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991; /* sit above page content */
}
body {
  padding-top: 69px; /* push content down so it’s not hidden under the navbar */
}
/* semi-opaque white */
nav.navbar {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

/* or solid blue, for example */
/*
nav.navbar {
  background-color: #0056b3 !important;
}
*/
/* Footer link styling */
footer a {
    color: #ffffff;             /* White text */
    text-decoration: none;      /* Remove underline */
    margin: 0 5px;              /* Spacing between links */
    font-weight: 500;           /* Make text a little bolder */
    transition: color 0.3s;     /* Smooth hover effect */
}

footer a:hover {
    color: #e96f00;             /* Your orange theme color on hover */
    text-decoration: underline; /* Optional underline effect */
}
