body {
    font-family: Arial, sans-serif;
    color: #1c1c1c;
}

/* NAVBAR */
.logo {
    height: 30px;
}
.navbar {
    border-bottom: 1px solid #e5e5e5;
}
.navbar-nav .nav-item {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* BUTTON */
.btn-primary-custom {
    background-color: #5b2d91;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}

.btn-primary-custom:hover {
    background-color: #4a2477;
}

/* HERO */
.hero-section {
    padding: 80px 0;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-desc {
    font-size: 18px;
    color: #6c757d;
    margin: 20px 0;
}

.small-text {
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
}

.brand-logo {
    height: 40px;
    object-fit: contain;
}

.hero-img {
    max-width: 100%;
    border-radius: 20px;
border: 16px solid #111;
   

    transform: rotate(-6deg);
    
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);

    transition: transform 0.3s ease;
}

/* Optional hover (modern UI feel) */
.hero-img:hover {
    transform: rotate(-4deg) scale(1.02);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-section {
        padding: 50px 0;
    }
}
/* BENEFITS SECTION */
.benefits-section {
    background-color: #1a002d;
    padding: 80px 0;
    color: #fff;
}

/* TITLE */
.benefits-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* DESCRIPTION */
.benefits-desc {
    font-size: 18px;
    color: #cfc6d9;
    max-width: 900px;
    line-height: 1.6;
}

/* CARD */
.benefit-card {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 30px;
    height: 100%;

    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* ICON BOX */
.icon-box {
    width: 55px;
    height: 55px;
    background: #F9FAFB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.icon-box img {
    width: 74px;
}

/* CARD TEXT */
.benefit-card p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
/* MODULES SECTION */
.modules-section {
    background: #F8F8F8;
    padding: 80px 0;
}

/* TITLE */
.modules-title {
    font-size: 42px;
    font-weight: 700;
    color: #1c1c1c;
}

/* CARD */
.module-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    padding: 15px;

    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 5px 15px rgba(0, 0, 0, 0.04);

    transition: all 0.3s ease;
}

/* HOVER */
.module-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.module-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
}

/* CONTENT */
.module-content {
    padding: 15px 10px 10px;
}

.module-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.module-content p {
    color: #6c757d;
    font-size: 15px;
}

.usecases-section {
    background: #fff;
}
.usecase-img {
    border-radius: 20px;
}
.usecases-title {
    font-weight: 700;
    font-size: 36px;
}

.accordion-button {
    font-weight: 600;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
/* WHY METRIFLOW SECTION */
/* WHY METRIFLOW TABS FIX */
.why-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
}

.why-tabs .nav-item {
    flex: 0 0 auto;
}

.why-tabs::-webkit-scrollbar {
    display: none;
}
.why-metriflow-section {
    background: #24003a;
    color: #fff;
}

.why-title {
    font-size: 48px;
    font-weight: 700;
}

.why-tabs .nav-link {
    color: #cfcfcf;
    border: none;
    background: transparent;
    font-weight: 500;
    
}

.why-tabs .nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid #a855f7;
}

.why-text {
    font-size: 22px;
    margin-top: 20px;
}

.why-subtext {
    color: #cfcfcf;
    font-size: 16px;
}

/* Rounded Image */
.why-img {
    width: 550px;   /* reduce width */
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}
/* Section Styling */
.contact-section {
  background-color: #24003a;
  color: #fff;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

/* Grid Layout */
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

/* Left Side */
.contact-left {
  flex: 1 1 45%;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-bar {
  color: #00f0ff;
  font-weight: bold;
   font-style: italic;
  font-weight: 900;
font-size: 3.2rem;
 
}

.contact-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.contact-left p {
  margin-top: 20px;
  line-height: 1.6;
  color: #ccc;
  font-size: 16px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.contact-info li {
  margin-bottom: 16px;
  font-size: 16px;
  color: #ccc;
  display: flex;
  align-items: center;
}

.contact-info .icon {
  color: #00f0ff;
  margin-right: 10px;
  font-size: 18px;
}

/* Right Side - Form */
.contact-form {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #ddd;
}

.contact-form input,
.contact-form textarea {
  margin-top: 6px;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  width: 100%;
  background-color: #fff;
  color: #333;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #00f0ff;
}
.popup-message {
    display: none;
    padding: 15px 20px;
    background-color: #00d1d1;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    animation: fadeInOut 5s ease-in-out forwards;
    position: relative;
  }

  .popup-message.error {
    background-color: #dc3545;
  }
/* Button */
.btn-submit {
  padding: 12px 24px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
  transition: background 0.3s, color 0.3s;
}

.btn-submit:hover {
  background-color: #fff;
  color: #18002c;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
  }
}

.footer {
  background-color: #111;
  color: #ccc;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}