:root {
  --primary: #4e4bff;
  --blueMid: #8a7aff;
  --light: #f5f6ff;
}
body {
  background: #f3f4fb;
  font-family: "Poppins", Arial;
}
.btn {
  background: var(--light);
  color: var(--blueMid);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}
.btn:hover {
  color: var(--blueMid);
  transform: translateY(-2px);
}
/*header*/
.logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.main-nav {
  transition: 0.3s ease;
  background: transparent;
}

.main-nav.scrolled {
  background: var(--blueMid);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.navbar-toggler {
  border: none;
  color: var(--light) !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  color: var(--light) !important;
  font-weight: 500;
}
.brand-logo i {
  color: var(--light) !important;
}
.brand-logo h4 {
  color: var(--light) !important;
}

.hero-modern {
  padding: 120px 0 90px;
  background: linear-gradient(
    180deg,
    #4b3df2 0%,
    #8a7aff 20%,
    #bfc4ff 45%,
    #eef0ff 70%,
    #ffffff 100%
  );
  border-radius: 0 0 35px 35px;
  color: #fff;
}

/* TEXT */
.hero-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.2;
}

.hero-desc {
  margin-top: 10px;
  max-width: 420px;
  opacity: 0.9;
  color: rgb(255, 255, 255);
}

/* BUTTONS */
.hero-btn-primary {
  background: #fff;
  color: var(--primary);
  border-radius: 12px;
  font-weight: 600;
}

.hero-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
}
/* IMAGE */
.hero-img {
  padding: 10px 18px;
  position: relative;
  width: 300px;
  left: 80px;
  z-index: 2;
}

/* RATING BOX */
.hero-rating {
  background: var(--blueMid);
  border-radius: 16px;
  padding: 10px 18px;
  width: max-content;
  margin-top: 12px;
}

.rating-value {
  font-weight: 800;
  font-size: 20px;
}

.rating-text {
  opacity: 0.9;
  margin-left: 6px;
}
/* Appointment Bar */
.appointment-bar {
  background: var(--light);
  border-radius: 15px;
  padding: 18px 20px;
  margin-top: -50px; /* يطلع فوق الهيرو */
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* حقول الفورم */
.form-field {
  border-radius: 15px;
  height: 40px;
}

/* زر الحجز */
.make-btn {
  background: var(--blueMid);
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.2s;
}

.make-btn:hover {
  opacity: 0.9;
  color: var(--blueMid);
  transform: translateY(-2px);
}
/* Features Section */
.feature-item {
  text-align: center;
}

.feature-icon {
  font-size: 42px;
  color: var(--blueMid);
  margin-bottom: 6px;
}

.feature-item h5 {
  font-weight: 700;
}

.feature-item p {
  color: #666;
}
/* Stats Section */
.stats-box {
  background: linear-gradient(135deg, #6b63ff, #a69eff);
  padding: 28px 35px;
  border-radius: 18px;
  color: #fff;
  gap: 15px;
}

.stats-icon {
  font-size: 36px;
  color: var(--light);
  margin-bottom: 8px;
}

.counter {
  font-size: 32px;
  font-weight: 800;
  color: beige;
}

.stats-label {
  color: beige;
  font-size: 14px;
}

/* Testimonial Section */
.testimonial-box {
  border-radius: 18px;
  overflow: hidden;
}

/* الصورة */
.testimonial-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* اليمين */
.testimonial-content {
  padding: 35px;
  text-align: center;
}

/* عنوان صغير */
.tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* رمز الاقتباس */
.quote-icon {
  font-size: 32px;
  color: var(--blueMid);
  margin: 10px 0;
}

/* نص الريفيو */
.testimonial-text {
  color: #666;
  font-style: italic;
  max-width: 420px;
  margin: auto;
}

/* الشخص */
.review-person {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
/*  blog css*/
.blog-card {
  border-radius: 18px;
  padding: 12px;
  gap: 12px;
}

.blog-img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.blog-content p {
  color: #666;
  margin: 6px 0;
}

.blog-tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.read-link {
  color: var(--blueMid);
  font-weight: 600;
  text-decoration: none;
}

.read-link:hover {
  text-decoration: underline;
}
.faq-tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.accordion-button {
  font-weight: 600;
  background: #f5f8ff;
}

.accordion-button:not(.collapsed) {
  color: #4b3df2;
  background: #e8ecff;
}

.accordion-item {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eef1ff;
}

.cta-box {
  background: linear-gradient(135deg, #6b63ff, #a69eff);
  padding: 28px 35px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

/* زر الحجز */
.cta-btn {
  background: #ffffff;
  color: #4b3df2;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 25px;
  transition: 0.2s;
}

.cta-btn:hover {
  background: var(--blueMid);
  color: var(--light);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }
}

/* Footer Styles */
.footer-section {
  background: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  text-decoration: none;
  color: #555;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #4e4bff;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #444;
}

.footer-contact i {
  color: #4e4bff;
  margin-right: 6px;
}

.newsletter-box input {
  border-radius: 8px;
}

.newsletter-box button {
  border-radius: 8px;
  background: linear-gradient(135deg, #6b63ff, #4b3df2);
  color: var(--light);
}

.social-icons i {
  font-size: 18px;
  cursor: pointer;
  color: var(--blueMid);
}

.social-icons i:hover {
  color: #4e4bff;
}
.logo {
  color: var(--blueMid) !important;
}

.brand-logo {
    display: flex;
    align-items: center;
}

.main-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.logo-text {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(90deg, #00C2FF, #5B3DF5, #FF7A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.hero-modern {
    position: relative;
    overflow: hidden;
    padding: 140px 0 120px;
    background: linear-gradient( 135deg, #1b1464 0%, #4b3df2 35%, #7b61ff 70%, #00c2ff 100% );
    border-radius: 0 0 45px 45px;
}

    /* LIGHT EFFECT */

    .hero-modern::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
        top: -180px;
        right: -120px;
        filter: blur(20px);
    }

    .hero-modern::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        bottom: -120px;
        left: -100px;
        filter: blur(20px);
    }

/* TAG */

.hero-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(12px);
}

/* TITLE */

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-top: 24px;
}

/* DESC */

.hero-desc {
    margin-top: 20px;
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    line-height: 1.9;
    max-width: 580px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.feature-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

    .feature-chip i {
        color: #00ffb3;
    }

/* BUTTONS */

.hero-btn-primary {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border-radius: 14px;
    background: #fff;
    color: #4b3df2;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

    .hero-btn-primary:hover {
        color: #4b3df2;
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(255,255,255,0.25);
    }

/* OUTLINE BTN */

.hero-btn-outline {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,0.35);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

    .hero-btn-outline:hover {
        background: rgba(255,255,255,0.12);
        color: #fff;
    }

/* STATS */

.hero-rating {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    padding: 18px 24px;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(14px);
}

.rating-value {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.rating-text {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.divider-line {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}

/* IMAGE */

.hero-img {
    width: 100%;
    max-width: 580px;
    position: relative;
    z-index: 2;
    animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* FLOATING CARD */

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 3;
}

    .floating-card i {
        font-size: 28px;
        color: #00c2ff;
    }

    .floating-card h6 {
        margin: 0;
        font-weight: 700;
    }

    .floating-card p {
        margin: 0;
        font-size: 13px;
        opacity: 0.8;
    }

/* POSITION */

.card-one {
    top: 15%;
    left: -20px;
}

.card-two {
    bottom: 12%;
    right: -10px;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-modern {
        text-align: center;
        padding: 120px 0 80px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-desc {
        margin: auto;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-rating {
        margin: auto;
        margin-top: 30px;
    }

    .hero-img {
        margin-top: 50px;
    }

    .card-one,
    .card-two {
        display: none;
    }
}
/* =========================
   FINTECH BAR
========================= */

.fintech-bar {
    position: relative;
    margin-top: -70px;
    z-index: 20;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 25px 45px rgba(0,0,0,0.08);
}

/* LABEL */

.fintech-label {
    font-weight: 700;
    font-size: 14px;
    color: #1b1464;
    margin-bottom: 10px;
}

/* INPUT FIELD */

.fintech-field {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #e7e9ff;
    padding: 0 16px;
    font-size: 15px;
    transition: 0.3s ease;
    background-color: #fff;
}

    /* INPUT FOCUS */
    .fintech-field:focus {
        border-color: #5b3df5;
        box-shadow: 0 0 0 4px rgba(91,61,245,0.12);
    }


/* BUTTON */

.fintech-btn {
    height: 56px;
    border: none;
    border-radius: 14px;
    background: linear-gradient( 135deg, #5b3df5, #7b61ff, #00c2ff );
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
    box-shadow: 0 12px 25px rgba(91,61,245,0.25);
}

    .fintech-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 35px rgba(91,61,245,0.35);
    }

    /* ICON */

    .fintech-btn i {
        transition: 0.3s ease;
    }

    .fintech-btn:hover i {
        transform: translateX(5px);
    }

/* RESPONSIVE */

@media(max-width:991px) {

    .fintech-bar {
        margin-top: 30px;
    }
}

/* =========================
   FEATURES SECTION
========================= */

.features-grid {
    position: relative;
}

/* TAG */

.feature-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(91,61,245,0.08);
    color: #5b3df5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* TITLE */

.feature-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1464;
    line-height: 1.2;
}

/* DESC */

.feature-main-desc {
    max-width: 760px;
    margin: auto;
    margin-top: 16px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

/* CARD */

.fintech-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #edf0ff;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

    .fintech-card:hover {
        transform: translateY(-10px);
        border-color: #d9dcff;
        box-shadow: 0 25px 50px rgba(91,61,245,0.12);
    }

    /* TOP GLOW */

    .fintech-card::before {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        background: rgba(91,61,245,0.08);
        border-radius: 50%;
        top: -70px;
        right: -70px;
    }

/* ICON BOX */

.feature-icon-box {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    background: linear-gradient( 135deg, #5b3df5, #7b61ff, #00c2ff );
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 14px 30px rgba(91,61,245,0.25);
}

/* ICON */

.feature-icon {
    color: #fff;
    font-size: 30px;
}

/* TITLE */

.fintech-card h5 {
    font-size: 24px;
    font-weight: 700;
    color: #1b1464;
    margin-bottom: 15px;
}

/* DESC */

.fintech-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* LINK */

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #5b3df5;
    font-weight: 700;
    transition: 0.3s ease;
}

    .feature-link:hover {
        color: #00c2ff;
    }

    .feature-link i {
        transition: 0.3s ease;
    }

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

/* RESPONSIVE */

@media(max-width:991px) {

    .feature-main-title {
        font-size: 38px;
    }
}

@media(max-width:768px) {

    .feature-main-title {
        font-size: 30px;
    }

    .feature-main-desc {
        font-size: 15px;
    }

    .fintech-card {
        padding: 28px 24px;
    }
}
/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-wrapper {
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
    position: relative;
}

/* IMAGE BOX */

.testimonial-image-box {
    position: relative;
    height: 100%;
}

/* IMAGE */

.testimonial-img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

/* TRUST CARD */

.trust-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
    padding: 16px 20px;
    border-radius: 18px;
    color: #fff;
}

    .trust-card i {
        font-size: 30px;
        color: #00ffb3;
    }

    .trust-card h6 {
        margin: 0;
        font-weight: 700;
    }

    .trust-card p {
        margin: 0;
        font-size: 13px;
        opacity: 0.85;
    }

/* CONTENT */

.testimonial-content {
    padding: 60px;
}

/* TAG */

.testimonial-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(91,61,245,0.08);
    color: #5b3df5;
    font-size: 14px;
    font-weight: 700;
}

/* TITLE */

.testimonial-title {
    font-size: 42px;
    font-weight: 800;
    color: #1b1464;
    line-height: 1.2;
    margin-top: 24px;
}

/* QUOTE */

.quote-icon {
    margin: 24px 0;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient( 135deg, #5b3df5, #7b61ff, #00c2ff );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(91,61,245,0.22);
}

    .quote-icon i {
        color: #fff;
        font-size: 30px;
    }

/* TEXT */

.testimonial-text {
    color: #666;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
}

/* STARS */

.testimonial-stars {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 25px;
}

.testimonial-stars i {
    color: #ffc107;
    font-size: 18px;
}

/* USER */

.review-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

.review-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.review-person small {
    color: #777;
}

/* STATS */

.testimonial-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stats-item {
    flex: 1;
    min-width: 150px;
    background: #f7f8ff;
    border-radius: 18px;
    padding: 24px;
    transition: 0.3s ease;
}

    .stats-item:hover {
        transform: translateY(-5px);
        background: linear-gradient( 135deg, #5b3df5, #7b61ff );
        color: #fff;
    }

    .stats-item h4 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .stats-item p {
        margin: 0;
        font-size: 14px;
    }

/* RESPONSIVE */

@media(max-width:991px) {

    .testimonial-content {
        padding: 40px 30px;
    }

    .testimonial-title {
        font-size: 36px;
    }

    .testimonial-img {
        min-height: 400px;
    }
}

@media(max-width:768px) {

    .testimonial-title {
        font-size: 28px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .testimonial-stats {
        flex-direction: column;
    }
}
/* =========================
   BLOG SECTION
========================= */

/* TAG */

.blog-section-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(91,61,245,0.08);
    color: #5b3df5;
    font-size: 14px;
    font-weight: 700;
}

/* TITLE */

.blog-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1464;
}

/* DESC */

.blog-main-desc {
    max-width: 760px;
    margin: auto;
    margin-top: 16px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

/* CARD */

.blog-card-modern {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #edf0ff;
    transition: 0.35s ease;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

    .blog-card-modern:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(91,61,245,0.12);
    }

/* IMAGE WRAPPER */

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
}

/* IMAGE */

.blog-img-modern {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card-modern:hover .blog-img-modern {
    transform: scale(1.08);
}

/* BADGE */

.blog-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

/* CONTENT */

.blog-content-modern {
    padding: 28px;
}

/* META */

.blog-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #777;
    font-size: 14px;
}

    .blog-meta i {
        color: #5b3df5;
        margin-right: 6px;
    }

/* TITLE */

.blog-content-modern h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b1464;
    margin-bottom: 16px;
}

/* TEXT */

.blog-content-modern p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 24px;
}

/* BUTTON */

.blog-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #5b3df5;
    font-weight: 700;
    transition: 0.3s ease;
}

    .blog-read-btn:hover {
        color: #00c2ff;
    }

    .blog-read-btn i {
        transition: 0.3s ease;
    }

    .blog-read-btn:hover i {
        transform: translateX(6px);
    }

/* RESPONSIVE */

@media(max-width:991px) {

    .blog-main-title {
        font-size: 38px;
    }

    .blog-content-modern h4 {
        font-size: 24px;
    }
}

@media(max-width:768px) {

    .blog-main-title {
        font-size: 30px;
    }

    .blog-main-desc {
        font-size: 15px;
    }

    .blog-content-modern {
        padding: 22px;
    }

        .blog-content-modern h4 {
            font-size: 22px;
        }

    .blog-img-modern {
        height: 220px;
    }
}
/* =========================
   STATS SECTION
========================= */

.stats-section {
    position: relative;
    overflow: hidden;
}

/* WRAPPER */

.stats-wrapper {
    position: relative;
    background: linear-gradient( 135deg, #1b1464 0%, #4b3df2 45%, #7b61ff 75%, #00c2ff 100% );
    border-radius: 35px;
    padding: 70px 50px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(91,61,245,0.18);
}

    /* GLOW EFFECT */

    .stats-wrapper::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
        top: -180px;
        right: -120px;
        filter: blur(20px);
    }

    .stats-wrapper::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        bottom: -120px;
        left: -100px;
        filter: blur(20px);
    }

/* TAG */

.stats-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

/* TITLE */

.stats-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

/* DESC */

.stats-main-desc {
    max-width: 760px;
    margin: auto;
    margin-top: 16px;
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.9;
}

/* CARD */

.stats-card {
    position: relative;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    padding: 40px 25px;
    transition: 0.35s ease;
    overflow: hidden;
}

    .stats-card:hover {
        transform: translateY(-10px);
        background: rgba(255,255,255,0.16);
    }

/* ICON BOX */

.stats-icon-box {
    width: 82px;
    height: 82px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* ICON */

.stats-icon {
    font-size: 34px;
    color: #fff;
}

/* COUNTER */

.stats-card h3 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

/* LABEL */

.stats-label {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .stats-wrapper {
        padding: 50px 30px;
    }

    .stats-main-title {
        font-size: 38px;
    }

    .stats-card h3 {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .stats-main-title {
        font-size: 30px;
    }

    .stats-main-desc {
        font-size: 15px;
    }

    .stats-wrapper {
        padding: 40px 20px;
    }

    .stats-card {
        padding: 30px 20px;
    }

        .stats-card h3 {
            font-size: 36px;
        }
}

/* =========================
   FAQ SECTION
========================= */

/* TAG */

.faq-section-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(91,61,245,0.08);
    color: #5b3df5;
    font-size: 14px;
    font-weight: 700;
}

/* TITLE */

.faq-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1464;
}

/* DESC */

.faq-main-desc {
    max-width: 760px;
    margin: auto;
    margin-top: 16px;
    color: #666;
    font-size: 17px;
    line-height: 1.9;
}

/* ACCORDION */

.fintech-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 22px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

/* BUTTON */

.fintech-accordion .accordion-button {
    padding: 24px 26px;
    font-size: 18px;
    font-weight: 700;
    color: #1b1464;
    background: #fff;
    box-shadow: none !important;
}

    /* ACTIVE BUTTON */

    .fintech-accordion .accordion-button:not(.collapsed) {
        background: linear-gradient( 135deg, #5b3df5, #7b61ff );
        color: #fff;
    }

/* BODY */

.fintech-accordion .accordion-body {
    padding: 24px 26px;
    color: #666;
    line-height: 1.9;
    font-size: 15px;
    background: #fff;
}

/* SIDE CARD */

.faq-side-card {
    position: relative;
    background: linear-gradient( 135deg, #1b1464 0%, #4b3df2 45%, #7b61ff 75%, #00c2ff 100% );
    border-radius: 32px;
    padding: 45px 35px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 25px 60px rgba(91,61,245,0.18);
}

    /* GLOW */

    .faq-side-card::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
        top: -120px;
        right: -100px;
    }

/* ICON */

.faq-icon-box {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    backdrop-filter: blur(12px);
}

    .faq-icon-box i {
        font-size: 36px;
        color: #fff;
    }

/* TITLE */

.faq-side-card h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
}

/* TEXT */

.faq-side-card p {
    color: rgba(255,255,255,0.86);
    line-height: 1.9;
    margin-bottom: 28px;
}

/* CONTACT */

.faq-contact-box {
    margin-bottom: 30px;
}

.faq-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

    .faq-contact-item i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(255,255,255,0.12);
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* BUTTON */

.faq-contact-btn {
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 28px;
    border-radius: 14px;
    background: #fff;
    color: #4b3df2;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

    .faq-contact-btn:hover {
        transform: translateY(-3px);
        color: #4b3df2;
        box-shadow: 0 14px 30px rgba(255,255,255,0.18);
    }

/* RESPONSIVE */

@media(max-width:991px) {

    .faq-main-title {
        font-size: 38px;
    }

    .faq-side-card {
        margin-top: 30px;
    }
}

@media(max-width:768px) {

    .faq-main-title {
        font-size: 30px;
    }

    .faq-main-desc {
        font-size: 15px;
    }

    .fintech-accordion .accordion-button {
        font-size: 16px;
        padding: 20px;
    }

    .faq-side-card {
        padding: 35px 25px;
    }

        .faq-side-card h3 {
            font-size: 28px;
        }
}

/* =========================
   CTA SECTION
========================= */

.cta-box-modern {
    background: linear-gradient( 135deg, #1b1464 0%, #4b3df2 45%, #7b61ff 75%, #00c2ff 100% );
    border-radius: 35px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px rgba(91,61,245,0.18);
}

    /* GLOW */

    .cta-box-modern::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
        top: -120px;
        right: -120px;
    }

/* CONTENT */

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

/* TAG */

.cta-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TITLE */

.cta-content h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 18px;
}

/* TEXT */

.cta-content p {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    line-height: 1.9;
}

/* BUTTON */

.cta-main-btn {
    height: 60px;
    padding: 0 34px;
    border-radius: 16px;
    background: #fff;
    color: #4b3df2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

    .cta-main-btn:hover {
        transform: translateY(-4px);
        color: #4b3df2;
        box-shadow: 0 18px 35px rgba(255,255,255,0.18);
    }

/* =========================
   FOOTER
========================= */

.footer-section-modern {
    background: #4137ab;
    color: rgba(255,255,255,0.8);
    border-radius: 0px 0px 0 0;
    margin-top: 80px;
}

/* BRAND */

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.footer-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.footer-brand h3 {
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient( 90deg, #00c2ff, #7b61ff, #ff7a00 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ABOUT */

.footer-about {
    line-height: 1.9;
    margin-bottom: 30px;
}

/* NEWSLETTER */

.footer-newsletter {
    display: flex;
    gap: 10px;
}

    .footer-newsletter input {
        flex: 1;
        height: 54px;
        border: none;
        border-radius: 14px;
        padding: 0 18px;
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

        .footer-newsletter input::placeholder {
            color: rgba(255,255,255,0.5);
        }

    .footer-newsletter button {
        border: none;
        padding: 0 24px;
        border-radius: 14px;
        background: linear-gradient( 135deg, #5b3df5, #00c2ff );
        color: #fff;
        font-weight: 700;
    }

/* TITLES */

.footer-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

/* LINKS */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 14px;
    }

    .footer-links a {
        text-decoration: none;
        color: rgba(255,255,255,0.72);
        transition: 0.3s ease;
    }

        .footer-links a:hover {
            color: #00c2ff;
            padding-left: 6px;
        }

/* CONTACT */

.footer-contact-box {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 18px;
    border-radius: 18px;
}

/* ICON */

.footer-contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #5b3df5, #00c2ff );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

/* LABEL */

.footer-contact-label {
    display: block;
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    margin-bottom: 4px;
}

.footer-contact-item h6 {
    color: #fff;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}

/* BOTTOM */

.footer-bottom {
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* SOCIAL */

.footer-social {
    display: flex;
    gap: 14px;
}

    .footer-social a {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        background: rgba(255,255,255,0.08);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.3s ease;
    }

        .footer-social a:hover {
            transform: translateY(-4px);
            background: linear-gradient( 135deg, #5b3df5, #00c2ff );
        }

/* RESPONSIVE */

@media(max-width:991px) {

    .cta-box-modern {
        flex-direction: column;
        text-align: center;
        padding: 45px 30px;
    }

    .cta-content h2 {
        font-size: 38px;
    }
}

@media(max-width:768px) {

    .cta-content h2 {
        font-size: 30px;
    }

    .footer-newsletter {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}


/* =========================
   NAVBAR
========================= */

.main-nav {
    transition: all 0.35s ease;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
    padding: 10px 0;
    z-index: 999;
}

    /* SCROLL NAVBAR */

    .main-nav.scrolled {
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(18px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.06);
        padding: 8px 0;
    }

/* =========================
   LOGO
========================= */

.logo-text {
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(90deg,#00b7ff,#6a5cff,#ff7a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================
   NAV LINKS
========================= */

.nav-link {
    position: relative;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    margin: 0 6px;
    padding: 8px 10px !important;
    transition: 0.3s ease;
}

    .nav-link:hover {
        color: #00a2ff !important;
    }

    /* UNDERLINE */

    .nav-link::after {
        content: "";
        position: absolute;
        left: 10px;
        bottom: 2px;
        width: 0%;
        color: #000 !important;
        height: 2px;
        background: linear-gradient(90deg,#5b3df5,#00c2ff);
        border-radius: 20px;
        transition: 0.3s ease;
    }

    .nav-link:hover::after {
        width: 70%;
    }

/* =========================
   BUTTONS
========================= */

.main-nav .btn {
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    gap: 6px;
}

    /* GET STARTED */

    .main-nav .btn:first-of-type {
        background: linear-gradient(135deg,#5b3df5,#00c2ff);
        color: #fff;
    }

/* SIGN IN */

.main-nav .btn-outline-light {
    background: transparent;
    border: 1px solid #5b3df5;
    color: #5b3df5 !important;
}

/* HOVER */

.main-nav .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(91,61,245,0.15);
}
/* =========================
   MOBILE MENU
========================= */

.offcanvas {
    background: linear-gradient( 180deg, #4b3df2 0%, #7b61ff 55%, #00c2ff 100% ) !important;
    border: none;
}

    /* MOBILE LOGO */

    .offcanvas .brand-logo h4 {
        color: #fff;
        font-weight: 800;
    }

    /* MOBILE LINKS */

    .offcanvas .nav-link {
        color: #fff !important;
        font-size: 18px;
        padding: 12px 0;
    }

    /* MOBILE BUTTON */

    .offcanvas .btn {
        height: 54px;
        border-radius: 14px;
        background: #fff;
        color: #4b3df2;
        font-weight: 700;
    }

/* =========================
   BURGER ICON
========================= */

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler i {
        color: #fff;
    }

/* ICON COLOR ON SCROLL */

.main-nav.scrolled .navbar-toggler i {
    color: #1b1464;
}
/* =========================
   NAVBAR BOOK BUTTON
========================= */

.main-nav .btn {
    height: 52px;
    min-width: 130px;
    padding: 0 28px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #5b3df5, #00c2ff );
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 12px 30px rgba(91,61,245,0.25);
}

    /* SHINE EFFECT */

    .main-nav .btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.22);
        transform: skewX(-25deg);
        transition: 0.6s;
    }

    .main-nav .btn:hover::before {
        left: 120%;
    }

    /* HOVER */

    .main-nav .btn:hover {
        transform: translateY(-4px);
        color: #fff;
        box-shadow: 0 18px 40px rgba(91,61,245,0.35);
    }

/* =========================
   HERO IMAGE
========================= */

.hero-img {
    width: 100%;
    max-width: 650px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: heroFloat 5s ease-in-out infinite;
    filter: drop-shadow( 0 30px 50px rgba(0,0,0,0.18) );
}

/* FLOATING ANIMATION */

@keyframes heroFloat {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================
   FLOATING CARDS
========================= */

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    padding: 18px 22px;
    color: #fff;
    z-index: 5;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    animation: floatCard 4s ease-in-out infinite;
}

    /* ICON */

    .floating-card i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: linear-gradient( 135deg, #5b3df5, #00c2ff );
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
    }

    /* TEXT */

    .floating-card h6 {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
    }


/* =========================
   MOBILE MENU BUTTON
========================= */

.offcanvas .btn {
    height: 56px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #ffffff, #f3f6ff );
    color: #4b3df2;
    border: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.35s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

    /* HOVER */

    .offcanvas .btn:hover {
        transform: translateY(-3px);
        background: linear-gradient( 135deg, #5b3df5, #00c2ff );
        color: #fff;
        box-shadow: 0 16px 35px rgba(91,61,245,0.25);
    }

/* =========================
   MEGA MENU
========================= */

.mega-dropdown {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    width: 700px;
    background: rgba(255, 140, 60, 0.95);
    backdrop-filter: blur(18px);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    z-index: 999;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* SHOW ON HOVER */

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
/* COLUMN */

.mega-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    /* LINKS */

    .mega-column a {
        text-decoration: none;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 14px;
        border-radius: 12px;
        transition: all 0.3s ease;
    }

        /* HOVER */

        .mega-column a:hover {
            background: rgba(255,255,255,0.08);
            color: #00c2ff;
            transform: translateX(5px);
        }

/* MOBILE HIDE */

@media(max-width:991px) {

    .mega-menu {
        display: none !important;
    }
}
/* DROPDOWN ICON */

.dropdown-icon {
    font-size: 12px;
    transition: 0.3s ease;
    margin-top: 2px;
}

/* ROTATE ON HOVER */

.mega-dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: none !important;
}

/* SOLUTIONS MENU WIDTH */

.solutions-menu {
    width: 1000px;
}

/* =========================
   INDUSTRIES MENU LAYOUT
========================= */

.industries-menu {
    width: 900px;
    gap: 35px;
    align-items: flex-start;
}

    /* LEFT = 40% */

    .industries-menu .mega-column:first-child {
        flex: 0 0 38%;
    }

    /* RIGHT = 60% */

    .industries-menu .mega-column:last-child {
        flex: 0 0 58%;
    }

/* =========================
   TITLE STYLE
========================= */

.mega-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6f63ff;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    letter-spacing: 0.5px;
}

    /* ICON */

    .mega-title i {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        background: linear-gradient(135deg,#5b3df5,#00c2ff);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
    }

/* =========================
   INDUSTRY GRID
========================= */

.industry-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px 10px;
    margin-top: -8px;
}

/* =========================
   LINKS
========================= */

.industries-menu a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    padding: 10px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    /* HOVER */

    .industries-menu a:hover {
        background: rgba(111,99,255,0.12);
        color: #00c2ff;
        transform: translateX(5px);
    }

/* TECHNOLOGY MENU */

.technology-menu {
    width: 900px;
    gap: 2px;
}

    /* COLUMN WIDTH */

    .technology-menu .mega-column {
        flex: 1;
    }

/* SECOND TITLE */

.second-title {
    margin-top: 5px;
}

/* LINKS */

.technology-menu a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    padding: 10px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    /* HOVER */

    .technology-menu a:hover {
        background: rgba(111,99,255,0.12);
        color: #00c2ff;
        transform: translateX(5px);
    }

/* =========================
   MOBILE MENU
========================= */

.mobile-menu {
    background: linear-gradient( 180deg, #17132e 0%, #211c46 45%, #312a68 100% );
    border: none;
    width: 320px;
}

/* NAV */

.mobile-nav {
    gap: 10px;
}

    /* LINKS */

    .mobile-nav .nav-link {
        color: #fff !important;
        font-size: 17px;
        font-weight: 600;
        padding: 14px 0;
    }

/* DROPDOWN BUTTON */

.mobile-dropdown {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 600;
}

    /* ICON */

    .mobile-dropdown i {
        font-size: 13px;
    }

/* SUBMENU */

.mobile-submenu {
    padding-left: 14px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    /* SUBMENU LINKS */

    .mobile-submenu a {
        color: rgba(255,255,255,0.75);
        text-decoration: none;
        padding: 10px 14px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 500;
        transition: 0.3s ease;
    }

        /* HOVER */

        .mobile-submenu a:hover {
            background: rgba(255,255,255,0.08);
            color: #00c2ff;
        }

/* BUTTON */

.mobile-btn {
    height: 56px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #5b3df5, #00c2ff );
    border: none;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}