﻿.services-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-tag {
    color: #00d26a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.7;
    color: black;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 32px 24px;
    text-align: left;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    background: linear-gradient(135deg, #081421, #0f2740);
    color: #ffffff;
   
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
        border-color: rgba(0, 210, 106, 0.5);
    }

.icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #00d26a, #00a1ff);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 210, 106, 0.25);
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.service-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #00d26a;
    margin-bottom: 14px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #d6dfeb;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    margin-bottom: 24px;
}

    .feature-list li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 12px;
        color: #eef4fb;
        font-size: 15px;
        line-height: 1.5;
    }

        .feature-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #00d26a;
            font-weight: bold;
        }

.service-btn {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #00d26a, #00a1ff);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

    .service-btn:hover {
        opacity: 0.9;
    }

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    body {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 28px 20px;
    }
}
.why-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s;
}

    .box:hover {
        transform: translateY(-8px);
    }

    .box h3 {
        background: #e60023;
        color: #fff;
        padding: 15px;
        margin: 0;
        font-size: 18px;
    }

    .box p {
        padding: 15px;
        color: #444;
        font-size: 14px;
    }

/* STOCKARA PRICING SECTION START */
.stk-pricing-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0d1117, #161b22);
    font-family: Arial, sans-serif;
}

.stk-pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stk-pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

    .stk-pricing-header h2 {
        font-size: 38px;
        color: #ffffff;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .stk-pricing-header p {
        color: #c9d1d9;
        font-size: 16px;
        max-width: 750px;
        margin: 0 auto;
        line-height: 1.7;
    }

.stk-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stk-plan-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    overflow: hidden;
}

    .stk-plan-card:hover {
        transform: translateY(-10px);
    }

.stk-plan-featured {
    border: 3px solid #e11d48;
    transform: scale(1.03);
}

    .stk-plan-featured:hover {
        transform: scale(1.03) translateY(-10px);
    }

.stk-plan-badge {
    display: inline-block;
    background: #e11d48;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.stk-plan-card h3 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 15px;
}

.stk-plan-price {
    font-size: 40px;
    font-weight: 800;
    color: #e11d48;
    margin-bottom: 15px;
}

    .stk-plan-price span {
        font-size: 16px;
        font-weight: 500;
        color: #6b7280;
    }

.stk-plan-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
}

.stk-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

    .stk-plan-features li {
        font-size: 15px;
        color: #1f2937;
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
        position: relative;
        padding-left: 24px;
    }

        .stk-plan-features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #e11d48;
            font-weight: bold;
        }

.stk-plan-btn {
    display: inline-block;
    background: #e11d48;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .stk-plan-btn:hover {
        background: #be123c;
    }

@media (max-width: 991px) {
    .stk-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .stk-pricing-header h2 {
        font-size: 28px;
    }

    .stk-pricing-grid {
        grid-template-columns: 1fr;
    }

    .stk-plan-featured {
        transform: scale(1);
    }

        .stk-plan-featured:hover {
            transform: translateY(-10px);
        }
}

body {
    background: linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)), url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.stats-section {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;

    background: linear-gradient(rgba(6, 14, 28, 0.75), rgba(6, 14, 28, 0.75)), url('your-stock-market-background.jpg') center center/cover no-repeat;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

    .stats-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(34, 197, 94, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 30%);
        pointer-events: none;
    }

.stats-overlay {
    position: relative;
    z-index: 1;
    padding: 25px 20px 25px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
}

.stat-box {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    transition: 0.35s ease;
}

    .stat-box:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        background: rgba(255, 255, 255, 0.18);
    }

    .stat-box:hover {
        transform: translateY(-8px);
    }

.icon-circle {
    width: 84px;
    height: 84px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 32px;
    color: #fff;
    transition: 0.35s ease;
    background: rgba(255, 255, 255, 0.03);
}

.stat-box:hover .icon-circle {
    border-color: #22c55e;
    color: #22c55e;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.08);
    background: rgba(34, 197, 94, 0.08);
}

.stat-number {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.35s ease;
}

.stat-box:hover .stat-number {
    color: #22c55e;
    text-shadow: 0 0 18px rgba(34, 197, 94, 0.25);
}

.stat-title {
    font-size: 17px;
    color: #e5e7eb;
    opacity: 0.95;
    transition: 0.35s ease;
}

.stat-box:hover .stat-title {
    color: #ffffff;
}

@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 0;
    }

    .stat-box:nth-child(2)::after {
        display: none;
    }

    .stat-box {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-box::after {
        display: none !important;
    }

    .stats-overlay {
        padding: 40px 20px;
    }

    .stat-number {
        font-size: 40px;
    }
}
/* STOCKARA CUSTOMER REVIEW SECTION CSS START */
.stk-review-wrap {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #07131f, #0d2238);
  position: relative;
  overflow: hidden;
}

.stk-review-wrap::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(255, 0, 0, 0.08);
  border-radius: 50%;
  filter: blur(20px);
}

.stk-review-wrap::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  filter: blur(30px);
}

.stk-review-shell {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.stk-review-head {
  text-align: center;
  margin-bottom: 50px;
}

.stk-review-mini-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  background: #c40000;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.stk-review-main-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.stk-review-main-title span {
  color: #ff3c3c;
}

.stk-review-subtext {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  color: #cdd8e3;
  line-height: 1.8;
}

.stk-review-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stk-review-card-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px 22px;
  transition: all 0.35s ease;
  position: relative;
  backdrop-filter: blur(6px);
}

.stk-review-card-item:hover {
  transform: translateY(-8px);
  border-color: #ff3c3c;
  box-shadow: 0 16px 35px rgba(255, 60, 60, 0.18);
}

.stk-review-card-item::before {
  content: "“";
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 68px;
  color: rgba(255, 60, 60, 0.12);
  font-weight: 700;
  line-height: 1;
}

.stk-review-service-tag {
  display: inline-block;
  background: #c40000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stk-review-stars {
  font-size: 19px;
  color: #ffd34d;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.stk-review-message {
  font-size: 14px;
  color: #edf3f9;
  line-height: 1.8;
  margin-bottom: 22px;
  min-height: 120px;
}

.stk-review-user-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stk-review-user-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c40000, #ff4d4d);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.stk-review-user-info h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.stk-review-user-info span {
  font-size: 13px;
  color: #b8c7d6;
}

.stk-review-btn-row {
  text-align: center;
  margin-top: 40px;
}

.stk-review-main-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #c40000;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.stk-review-main-btn:hover {
  background: #ffffff;
  color: #c40000;
}

@media (max-width: 991px) {
  .stk-review-grid-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .stk-review-main-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .stk-review-wrap {
    padding: 60px 15px;
  }

  .stk-review-grid-box {
    grid-template-columns: 1fr;
  }

  .stk-review-main-title {
    font-size: 26px;
  }

  .stk-review-message {
    min-height: auto;
  }
}

.stk-btn-open {
    display: inline-block;
    padding: 12px 26px;
    background: #c1121f;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

    .stk-btn-open:hover {
        background: #9b0d18;
    }

/* Overlay */
.stk-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

/* Form Box */
.stk-form-container {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    animation: stkFade 0.3s ease;
    text-align: center;
}

/* Close Button */
.stk-close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 28px;
    cursor: pointer;
}

/* Title */
.stk-form-title {
    margin-bottom: 5px;
    color: #c1121f;
    font-size: 24px;
    font-weight: 700;
}

.stk-form-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Form Inputs */
.stk-form-box input,
.stk-form-box select,
.stk-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

    .stk-form-box input:focus,
    .stk-form-box select:focus,
    .stk-form-box textarea:focus {
        border-color: #c1121f;
    }

/* Submit Button */
.stk-submit-btn {
    width: 100%;
    padding: 12px;
    background: #c1121f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .stk-submit-btn:hover {
        background: #9b0d18;
    }

/* Animation */
@keyframes stkFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stk-contact-info-wrap {
    width: 100%;
    background: #f3f3f3;
    padding: 16px;
    box-sizing: border-box;
}

.stk-contact-info-box {
    max-width: 700px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #6f7682;
}

.stk-contact-info-title {
    margin: 0 0 24px 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #10213b;
    letter-spacing: 0.2px;
}

.stk-contact-info-gap {
    margin-top: 28px;
}

.stk-contact-info-text {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    color: #7a808b;
}

.stk-contact-info-link {
    color: #7a808b;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .stk-contact-info-link:hover {
        color: #10213b;
        text-decoration: underline;
    }

.stk-contact-info-sat {
    margin-top: 26px;
}

@media (max-width:768px) {
    .stk-contact-info-wrap {
        padding: 14px;
    }

    .stk-contact-info-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .stk-contact-info-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .stk-contact-info-gap {
        margin-top: 24px;
    }

    .stk-contact-info-sat {
        margin-top: 18px;
    }
}

/* STOCKARA CUSTOMER REVIEW SECTION CSS END */

