@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600;700&display=swap');

body {
  font-family: 'Cairo';
  background-color: #fff!important;
  direction: rtl;
  text-align: center;
  overflow-x: hidden;
}
.content-wrapper {
  background-color: transparent !important;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 643px;
  overflow: hidden;
}
    .hero-section.sm-bannar {
        height: 403px;
    }
.hero-bg {
    background: url('/images/photo_5915963979186506578_y.jpg') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    transform: scaleX(-1);
    z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: #00000015;
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: opacity;
}

.hero-content {
  position: relative;
  z-index: 2; 
  color: white;
  text-align: center;
  max-width: 733px;
  margin: auto;
  top: 221px;
}

.hero-content h1 {
  font-family: 'Cairo', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.hero-content p {
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.pricing-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 29.44px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
  width: 1015.04px;
  margin-right: auto;
  margin-left: auto;
}
/*.price-card {
  width: 318.72px;
  height: 503.6px;
  border: 2px solid transparent;
  border-radius: 10.24px;
  padding: 56px 24px 24px 24px; 
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: relative; 
  overflow: hidden;
}*/
.price-card.normal {
  border-color: #56636E; 
}
.price-card.highlight {
  border-color: #3DA5FF;
}
.price-card.gold {
  border-color: #C79C4D;
}

.card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  border-top-left-radius: 10.24px;
  border-top-right-radius: 10.24px;
  margin-bottom: 0;
}

.card-top.normal { background: #56636E; }
.card-top.blue {
  background: #3DA5FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.card-top.gold { background: #C79C4D; }

.price-card h4 {
  width: 270.72px;
  height: 29px;
  font-size: 15.36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.price-box {
  width: 270.72px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.amount {
  font-size: 51.2px;
  font-weight: 700;
}

.currency {
  font-size: 12.8px;
  font-weight: 600;
  line-height: 100%;
  color: #56636E;
}

.price-card.normal .amount {
  color: #56636E;
}

.price-card.highlight .amount {
  color: #3DA5FF;
}

.price-card.gold .amount {
  color: #C79C4D;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  text-align: right;
  width: 270.72px;
  height: 277.12px;
  display: flex;
  flex-direction: column;
  gap: 12.16px;
}

.price-card ul li {
  font-size: 12.8px;
  font-weight: 600;
  color: #000000;
  font-family: "Cairo";
  display: flex;
  align-items: center;
  gap: 10.24px;
}
/*.price-card ul li::before {
  content: "";
  display: inline-block;
  width: 10.431999206542969px;
  height: 7.696000099182129px;
  background: url('/Templates/assets//images/icons/true.svg') center/contain no-repeat;*/ /* ✅ أيقونة النجاح */
/*}*/

    .price-card ul li.off::before {
        background: url('/Templates/assets//images/icons/false.svg') center/contain no-repeat;
        width: 8.960000038146973px; /* أصغر شوي */
        height: 8.960000038146973px;
    }

.price-card button {
  text-align: center;
  width: 270.72px;
  height: 49.48px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 10.24px 0;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  color: inherit;
  transition: all 0.3s;
}

/*.price-card.highlight button {
  background: #3DA5FF;
  color: #fff;
}

.price-card.gold button {
  background: #fff;
  border: 1px solid #C79C4D;
  color: #C79C4D;
}
.price-card.normal button {
  background: #fff;
  border: 1px solid #B2C4D3;
  color: #56636E; 
}
*/
.price-card button:hover {
  opacity: 0.8;
}

/* FAQ */
.faq-section {
  width: 1015px;
  margin: 150px auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}

.faq-title {
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.faq-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 1015px;
}

.faq-item {
  width: 100%;
  background: #F7F9FA;
  border: 1px solid #DAE1EA;
  border-radius: 8px;
  padding: 16px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.faq-item p {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.continue-reading-section {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #35206B;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.progress-bar {
  width: 180px;
  height: 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: #fff;
}
.progress-label {
  margin-right: 8px;
  font-weight: 600;
}
.d-none {
  display: none !important;
}

@media (max-width: 1200px) {
  .pricing-section { flex-wrap: wrap; justify-content: center; width: auto; margin-top: -60px; }
  .faq-section, .faq-box { width: calc(100% - 40px); }
}
.hero-section,
.price-card,
.faq-item {
  transition: all 0.4s ease-in-out;
}
.hero-section {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeSlideUp 1.2s ease-out forwards;
}
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-bg {
  transform: scaleX(-1) translateY(0);
  transition: transform 1.5s ease;
  background-attachment: fixed;
}
.hero-bg {
  transform: scaleX(-1);
  transition: none; 
  background-attachment: scroll; 
}

/* cards*/
.price-card {
  transform: translateY(0);
  transition: all 0.35s ease;
  cursor: pointer;
}
.price-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.price-card button {
  transition: all 0.3s ease;
}
.price-card button:hover {
  transform: translateY(-3px);
}

/* FAQ */
.faq-item {
  width: 100%;
  background: #F7F9FA;
  border: 1px solid #DAE1EA;
  border-radius: 8px;
  padding: 16px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item h3 {
  position: relative;
  padding-left: 30px;
  transition: color 0.3s;
}
.faq-item h3::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active h3::after {
  content: "−";
  transform: rotate(180deg);
}
.faq-item p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.faq-item.active p {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}
.price-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: 0.75s;
  opacity: 0;
}

.price-card:hover::after {
  left: 125%;
  opacity: 1;
}
.price-card.normal button:hover {
  background: #56636E !important;
  color: #fff !important;
  border-color: #56636E !important;
}
.price-card.highlight button:hover {
  background: #fff !important;
  color: #3DA5FF !important;
  border-color: #3DA5FF !important;
}

.price-card.gold button:hover {
  background: #C79C4D !important;
  color: #fff !important;
  border-color: #C79C4D !important;
}

/*.price-card.gold {
  box-shadow: 0px 4px 40px 0px#c79c4d92; 
  border-color: #C79C4D;
}
.price-card.highlight {
  box-shadow: 0px 4px 40px 0px #3da4ff8c ;
}

.price-card.normal {
  box-shadow: 0px 4px 40px 0px #56636e7d;
}*/
.faq-item h3 {
  cursor: pointer;
  user-select: none;
  transition: transform 0.1s ease;
}

.faq-item h3:active {
  transform: scale(0.97);
}


.pricing-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;]
    flex-wrap: wrap;
    margin: -250px auto 0; 
    padding: 0; 
    width: auto;
}


.price-card {
    width: 280px;
    height: 490px;
    border: 2px solid transparent;
    border-radius: 10.24px;
    border-color: var(--card-color);
    padding: 56px 24px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

/* Card hover */
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Card Top (Colored Stripe) */
.card-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--card-color, #000); /* اللون حسب الباقة */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #000; /* النص أسود داخل الشريط */
}

/* Popular Badge */
.popular {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color:white;
    padding-left:-5px;
}

.popular-icon {
    width: 16px;
    height: 16px;
    margin-left:8px;
}

/* Price Box */
.price-box {
    width: 270px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.amount {
    font-size: 51px;
    font-weight: 700;
    color: var(--card-color);
    margin-bottom: -4px;
}

.currency {
    font-size: 13px;
    font-weight: 600;
    color: #56636E;
}

/* Features List */
.price-card ul {
    list-style: none;
    padding-right: 12px;
    padding-top: -5px;
    margin: 0 0 25px;
    text-align: right;
    width: 270px;
    display: flex;
    flex-direction: column;
    
}

.price-card ul li.active::before {
    content: "✔";
    color: #22c55e;
    font-weight: 700;
}

.price-card ul li.inactive::before {
    content: "✖";
    color: #ef4444;
}

/* Button */
.price-card button {
    width: 245px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--card-color, #000);
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}
    .price-card button.popular-btn {
        background-color: var(--card-color);
        color: #fff;
        border: 1px solid var(--card-color);
    }
    .price-card button:hover {
    opacity: 0.8;
    transform: translateY(-3px);
}
.name {
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 3px;
}
/* Flex container for all cards */
.pricing-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
/* ---------contact pages--------- */
.banner-data {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.banner-data .title {
    font-family: Cairo;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
 
}
.banner-data .decription {
    font-family: Cairo;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    text-align: center;
    position: relative;
    padding-block: 60px;
    padding-inline: auto;
}
.contact-section > div {
    width: 50vw;
    z-index: 5;
}
.contact-section::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background-image: url(/Templates/assets/images/icons/mail-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.btn-main {
    width: 100%;
    height: 48px;
    background-color: #0073D8;
/*    padding: 0.5em 1em;*/
    text-align: center;
    color: #fff;
}
.about-section {
    margin-block: 60px;
    min-height: 45vh;
    line-height: 2;
    direction: rtl;
    text-align: right;
}
.about-content {
    max-width: 85vw;
    margin-inline: auto;
    margin-bottom: 2em;
}
    .about-section .title {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0.75em;
    }
        .about-section .title span {
            color: #0073D8;
            font-size: inherit;
            font-weight: inherit;
        }

.about-section .description {
    font-size: 18px;
    font-weight: 600;
}

    .contact-data {
        display: flex;
        flex-direction: column;
        padding-bottom: 3em;
        margin-bottom: 2em;
        border-bottom: 1px solid #C9D4DE;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .contact-section .title {
        font-family: Cairo;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        margin-bottom: 2em;
    }

    .contact-methods {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.5em;
    }

    .method-item {
        display: flex;
        align-items: center;
        gap: 0.75em;
    }

    .contact-methods span {
        font-size: 17px;
        font-weight: 500;
    }

    .contact-section form input,
    .contact-section form textarea {
        border-radius: 10px;
    }

    .contact-section button {
        border-radius: 10px;
    }
.feature-list {
    width: 100%;
    position: relative;
}
.feature-list::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background-image: url(/Templates/assets/images/icons/light-book-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.description-list {
    list-style: square;
    z-index: 5;
}
    .description-list .description-item {
        margin-inline-start : 1em;
        font-family: Cairo;
        font-weight: 600;
        font-size: 18px;
    }
.from-group {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

    .form-group:not(:has(.text-danger)) {
        margin-bottom: 0.5em;
    }

    .from-group .form-control:focus {
        outline: none !important;
        box-shadow: unset !important;
        border: 1px solid #0073D8 !important;
    }

    .from-group label {
        font-family: Cairo;
        font-weight: 700;
        font-size: 14px;
    }

    .text-danger {
        height: 14px;
        font-size: 13px;
        margin-block: 0px 4px;
    }
    /* ---/.----contact pages--------- */
    /* Responsive */
@media (max-width: 992px) {
    .feature-list::after, .contact-section::after {
        background-image: unset;
    }
 }
    @media (max-width: 1200px) {
        .pricing-section {
            justify-content: center;
        }

        .price-card {
            margin-bottom: 20px;
        }
        .feature-list::after {
/*           background-image: unset;*/
            width: 300px;
            left: -50px;
            top: 50px;
            background-position: center;
            background-size: contain;
/*            height: 300px;*/
        }
}

    @media (max-width: 1700px) {
        .contact-section::after {
            width: 350px;
/*            height: 350px;*/
        }
    }




