/**
* Template Name: Consulting
* Template URL: https://bootstrapmade.com/bootstrap-consulting-website-template/
* Updated: May 01 2025 with Bootstrap v5.3.5
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* ==================================================
   PROMO CODE BRAND COLORS
   Primary Color: #872F8B
================================================== */

:root {
  /* Global Colors */
  --background-color: #F5F6F8;
  --default-color: #4a4a4a;

  --heading-color: #5e1f61;
  /* Dark purple */
  --accent-color: #872F8B;
  /* BRAND COLOR */
  --surface-color: #ffffff;
  --contrast-color: #ffffff;

  /* Shades */
  --accent-light: #a94caf;
  --accent-dark: #5e1f61;
  --accent-soft: #f6e9f7;
}

/* ==================================================
   NAVIGATION COLORS
================================================== */

:root {
  --nav-color: rgba(255, 255, 255, 0.85);
  --nav-hover-color: #ffffff;

  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;

  --nav-dropdown-color: #4a4a4a;
  --nav-dropdown-hover-color: #872F8B;
}

/* ==================================================
   COLOR PRESETS
================================================== */

.light-background {
  --background-color: #faf6fb;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #2a0f2d;
  --default-color: #ffffff;
  --heading-color: #ffffff;

  --accent-color: #a94caf;
  --surface-color: #1a071c;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    background-color: rgba(135, 47, 139, 0.75);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    color: var(--default-color);
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
}

.header .logo {
    line-height: 1;
}

.header .logo img {
    width: 7rem;
    height: 3rem;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 20px;
    }

    .header .navmenu {
        order: 3;
    }
}

.scrolled .header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

/*--------------------------------------------------------------
# Booking section
--------------------------------------------------------------*/
.booking-section {
    position: relative;
    /* background: #8a2f8b; */
    padding: 0;
    overflow: hidden;
}

/* waves */
.booking-section .wave {
    width: 100%;
    display: block;
}

.booking-section .wave-bottom {
    padding-top: 3rem;
}

.booking-section .form-wrapper {
    background: #fff;
    padding: 70px 40px;
    position: relative;
    z-index: 2;
}

.booking-section .form-title {
    text-align: center;
    color: #8a2f8b;
    font-weight: 700;
    margin-bottom: 40px;
}

/* الفورم */
.booking-form label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #666;
}

.booking-form .form-control {
    border: 1px solid #c98ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
}

.booking-form .form-control:focus {
    border-color: #8a2f8b;
    box-shadow: none;
}

/* الزرار */
.booking-section .btn-booking {
    background: #8a2f8b;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 6px;
    margin-top: 20px;
    transition: .3s;
}

.booking-section .btn-booking:hover {
    background: #742775;
}



.booking-section .custom-toast {
    position: fixed;
    top: 90px;
    right: 30px;
    min-width: 320px;
    max-width: 420px;
    padding: 16px 20px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    backdrop-filter: blur(12px);
    animation: slideIn .6s ease, fadeOut .6s ease 4.5s forwards;
}

/* success */
.booking-section .custom-toast.success {
    background: rgba(135, 47, 139, 0.95);
    box-shadow: 0 12px 35px rgba(135, 47, 139, .45);
}

/* error */
.booking-section .custom-toast.error {
    background: rgba(220, 53, 69, 0.95);
    box-shadow: 0 12px 35px rgba(220, 53, 69, .45);
}

.booking-section .custom-toast i {
    font-size: 22px;
    margin-top: 2px;
}

@keyframes slideIn {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateX(120%);
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
/* ===============================
   Modern Footer
================================ */

.footer-modern {
  background: linear-gradient(135deg, #7c2d86, #9b4aa6);
  color: #fff;
  padding: 70px 0 30px;
  font-size: 14px;
}

.footer-modern a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-modern a:hover {
  color: #fff;
  transform: translateX(-4px);
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
}

/* BRAND */
.footer-brand img {
  width: 180px;
  margin-bottom: 15px;
}

.footer-brand p {
  color: #e6d7ea;
  line-height: 1.8;
  max-width: 320px;
}

/* COLUMNS */
.footer-col h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.footer-col h5::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -8px;
  opacity: 0.6;
}

.footer-col a {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #fff;
  color: #7c2d86;
  transform: translateY(-4px);
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  color: #eee;
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 120px 0 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 82px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 73px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title div {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title div .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  background: url("../img/about/about-21.webp") center center / cover no-repeat;
  color: #fff;
  direction: rtl;
  padding: 120px 20px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(182, 64, 188, 0.95);
  z-index: 1;
}

/* الكلام كله فوق الطبقة */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
}

.hero-title span {
  color: #9a00a2;
  font-weight: 900;
}

/* النص */
.hero-text {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

/* الزراير */
.hero-btns .btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  background-color: white;
  color: #872F8B;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* الـ shapes تفضل فوق الكل */
.hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

/* موبايل */
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

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

/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
.about {
  background: #fff;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #2c2c2c;
}

.stat-number span {
  color: #8a2f8b;
}

.stat-text {
  font-size: 15px;
  color: #777;
  max-width: 260px;
  margin: auto;
  line-height: 1.7;
}

.about-wave {
  width: 100%;
  height: 150px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -65px;
}

.about-wave img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(95%);
}

.about-content {
  background: linear-gradient(to bottom,
      #CB66CE 0%,
      /* بداية البنفسجي */
      #b36bb5 80%,
      /* منتصف التدرج */
      #ffffff 100%);
  /* النهاية أبيض */
  padding: 80px 20px 100px;
  color: #fff;
}

.about-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-content h2 {
  color: white;
}

.about-title span {
  color: #8a2f8b;
}

.about-text {
  max-width: 850px;
  margin: auto;
  line-height: 1.9;
  font-size: 16px;
  color: white;
}

@media (max-width: 768px) {
  .stat-number {
    font-size: 34px;
  }

  .about-title {
    font-size: 26px;
  }

  .about-content {
    padding: 60px 15px 80px;
  }
}

/*--------------------------------------------------------------
# service Section
--------------------------------------------------------------*/
.service h3 {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.service p {
  font-size: 1rem;
}

.service i {
  font-size: 5rem;
  color: #8a2f8b;
}

/*--------------------------------------------------------------
# vision Section
--------------------------------------------------------------*/
.vision h3 {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}


.vision {
  padding: 80px 0;
  text-align: center;
}

.vision-title {
  color: #8e2a8c;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}

/* Wrapper */
.vision-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
}

/* Circle */
.vision-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg,
        #F0D6F2 0%,
        #A64FB0 50%,
        #872F8B 100%);
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(135, 47, 139, 0.35);
}

.vision-circle h4 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}

.vision-circle p {
  font-size: 1.2rem;
  line-height: 1.7;
}

/* Middle circle lower */
.vision-circle.center {
  margin-top: 150px;
}

/* ================= Responsive ================= */

@media (max-width: 992px) {
  .vision-circle.center {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .vision-wrapper {
    gap: 25px;
  }

  .vision-circle {
    width: 200px;
    height: 200px;
    padding: 20px;
  }

  .vision-circle p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# partners Section
--------------------------------------------------------------*/
.partners {
  background-color: rgba(255, 255, 255, 1);
  padding: 80px 0;
  text-align: center;
}

/* Logos Grid */
.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

.partners-logos img {
  max-width: 100px;
  margin: auto;
  filter: grayscale(100%) brightness(0.6);
  opacity: 0.6;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover Effect */
.partners-logos img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.08);
}

/* ================= Responsive ================= */

@media (max-width: 992px) {
  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .partners-logos img {
    max-width: 110px;
  }
}

/*--------------------------------------------------------------
# faq Section
--------------------------------------------------------------*/
/* .faq-section {
  background-color: rgba(135, 47, 139, 1);
  padding: 80px 0;
} */

/* Move accordion arrow to the left (RTL friendly) */
.accordion-button {
  text-align: right;
  padding-left: 3rem;
  /* مساحة للسهم */
  padding-right: 1.25rem;
}

.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}


.faq-section h3 {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.faq-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* Accordion Item */
.faq-item {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
}

/* Header Button */
.faq-item .accordion-button {
  /* background-color: rgba(255, 255, 255, 0.12); */
  background-color: rgba(135, 47, 139, 1);
  color: #ffffff;
  font-weight: 600;
  border-radius: 12px;
}



/* Remove default arrow color */
.accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Body */
.faq-item .accordion-body {
  background-color: #ffffff;
  color: #4a4a4a;
  border-radius: 0 0 12px 12px;
  padding: 20px;
}

/* Remove blue focus */
.accordion-button:focus {
  box-shadow: none;
}












/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact-section {
  padding: 100px 0;
  background: #f7f7f7;
}

.contact-wrapper {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* LEFT SIDE */
.contact-info {
  width: 40%;
  background: rgba(135, 47, 139, 1);
  color: #fff;
  position: relative;
  padding: 60px 40px;
}

.contact-info h3 {
  font-size: 3rem;
  color: white;
  padding-bottom: 10px;
}


.contact-info p {
  font-size: 15px;
  margin-bottom: 12px;
  opacity: 0.95;
}

/* shape */
/* shape */
.contact-shape {
  position: absolute;
  left: -1px;
  /* بدل right */
  top: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}

/* RIGHT FORM */
.contact-form {
  width: 60%;
  padding: 60px;
  background: #fff;
}

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

.contact-form input,
.contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(135, 47, 139, 1);
  box-shadow: 0 0 0 3px rgba(135, 47, 139, 0.12);
}

.contact-form button {
  background: rgba(135, 47, 139, 1);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 12px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.contact-form button:hover {
  background: #6f2572;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }

  .contact-shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# policy Section
--------------------------------------------------------------*/
.policy-section {
    /* padding: 120px 0; */
    background: #f9f7f9;
}

.policy-title {
    color: rgba(135, 47, 139, 1);
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
}

.policy-content {
    position: relative;
    display: flex;
    gap: 30px;
}

.policy-line {
    width: 6px;
    background: rgba(135, 47, 139, 1);
    border-radius: 20px;
}

.policy-text h5 {
    color: #444;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 25px;
}

.policy-text ul {
    padding-right: 18px;
    margin-bottom: 0;
}

.policy-text ul li {
    color: #666;
    line-height: 1.9;
    margin-bottom: 10px;
    font-size: 15px;
}
