﻿/* Styles separated from index.html, with responsive phone layouts. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.idx-inline-001 {
  /* Legacy extraction marker. Section rules below provide the real styling. */
}

#middle-menu {
  display: flex;
  flex-direction: row;
}

#right-menu .b-div-button-w-img:nth-of-type(2) {
  animation: glowPulse 1.8s infinite ease-in-out;
  background: #3e69ac;
  color: #fff;
}

#lang-button {
  height: 40px;
}

#quick-lang-button {
  height: 46.5px;
}

#top.main-banner {
  width: 100%;
  min-height: 90vh;
}

#top .banner-content {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}

#top .fixed-content img {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}

#top .form-box {
  height: 80vh;
  background: linear-gradient(to bottom, #3e69ac, #5fb6cf);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#top .form-box > div:first-of-type {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  min-height: 25px;
  margin: 30px 60px;
  align-items: center;
}

#top .form-box > div:first-of-type img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

#top .form-box > div:first-of-type h3 {
  width: 40%;
  min-height: 28px;
  background: #ccc;
  color: #3e69ac;
  border-radius: 30px;
  margin: 0;
  padding: 4px 15px;
  font-size: 15px;
}

#top .form-box > h3 {
  font-size: 35px;
  margin: 40px 40px 20px 60px;
  line-height: 1;
  min-height: 120px;
}

#top .form-box > h3 span {
  font-family: tajawalBold;
  font-weight: 600;
}

#top .form-box > h3 span[data-translate="tijara"] {
  color: #f7ca17;
}

#top .form-box > p {
  font-size: 18px;
  color: #fff;
  margin: 30px 60px;
  font-family: tajawal !important;
}

#top .form-box > div:last-of-type {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

#top .form-box .a-div-button-w-img {
  border-radius: 30px;
  border: 2px solid #f7ca17;
  height: 45px;
}

#top .form-box .a-div-button-w-img span {
  color: #004aad;
  font-weight: 600;
}

#top .form-box .b-div-button-w-img {
  border-radius: 30px;
  height: 45px;
}

#top .form-box .b-div-button-w-img span {
  font-weight: 600;
}

#prices-section {
  background: linear-gradient(to bottom, #3e69ac, #5fb6cf);
}

#offers-section {
  margin-top: 20px;
}

#offers-section > .flex.items-center {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#offers-section > .flex.items-center .features-title:first-child {
  font-size: 55px;
  color: #fff;
  font-family: tajawal;
}

#offers-section > .flex.items-center .features-title:nth-child(2) {
  font-size: 35px;
  color: #fff;
  font-family: tajawal;
}

#white_title{
    color: #fff !important;
  }

#offers-section > div:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#offers-section > div:nth-of-type(2) > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pricing__item {
  position: static;
}

.pricing--sonam > .pricing__item:nth-child(2) {
  background-color: #f7c908;
  padding: 10px 5px 5px;
  border-radius: 20px;
}

.pricing--sonam > .pricing__item:nth-child(2) > .pricing__title {
  color: #1b3967;
  text-align: center;
  margin: 0;
}

.pricing--sonam > .pricing__item:nth-child(2) > .pricing__item {
  position: static;
  margin: 0;
  width: auto;
}

.pricing__price span[data-translate="month"] {
  font-size: 14px;
  color: #747474b9;
}

.pricing__price[data-translate="free"] span[data-translate="month"] {
  font-size: 20px;
}

.pricing__feature-list > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-direction: row;
}

#offers-section > .flex.items-end {
  display: flex;
  align-items: flex-end;
}

#offers-section > .flex.items-end p {
  color: #fff;
  font-size: 22px;
}

.features-section > div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.features-section > div:first-child .features-title {
  font-size: 45px;
  margin: 10px 0;
}

.features-section > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.features-section .card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(62, 105, 172, 0.12);
}

.features-section .card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
}

.features-section .card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #3e69ac;
}

.features-section .card p {
  margin: 0;
  line-height: 1.6;
}

.features-section-two {
  padding: 80px;
  background: linear-gradient(to bottom, #3e69ac, #5fb6cf);
}

.features-section-two .features-title:first-child {
  font-size: 55px;
  font-family: tajawal;
  font-weight: 600;
}

.features-section-two .features-title:nth-child(2) {
  font-size: 35px;
  font-family: tajawal;
}

.feature2 > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature2 img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.feature2 .feature-title2 {
  margin-top: 2px;
  color: #3e69ac;
}

.features3 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 40px;
  }

.feature2 .feature-desc2 {
  color: #3e69ac;
}

.main-banner:not(#top) {
  width: 100%;
  min-height: auto;
  overflow: visible;
}

.main-banner:not(#top) .banner-content {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 32px;
  padding: 80px;
}

.main-banner:not(#top) .form-box {
  width: 45%;
  background: linear-gradient(to bottom, #3e69ac, #5fb6cf);
  display: flex;
  flex-direction: column;
}

.main-banner:not(#top) .container {
  width: 55%;
}

.main-banner:not(#top) .features-title {
  font-size: 55px;
  text-align: center;
  font-family: tajawal;
  color: #3e69ac;  
  font-weight: 600;
}

.features-section-two + .main-banner + section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #3e69ac, #5fb6cf);
  align-items: center;
  padding: 0 20px;
}

.features-section-two + .main-banner + section > img {
  width: 60%;
}

.features-section-two + .main-banner + section .section-heading {
  width: 100%;
}

.features-section-two + .main-banner + section h1 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  margin-top: 0;
  color: #fff;
}

.features-section-two + .main-banner + section h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
}

.features-section-two + .main-banner + section .div-button-w-img-hero {
  place-self: center;
  margin-top: 25px;
  margin-bottom: 80px;
  min-height: 40px;
  animation: glowPulse 1.8s infinite ease-in-out;
  box-shadow: rgba(207, 205, 95, 0.6) 0 0 10px;
}

.footer {
  margin-top: 0;
  background-color: #fff;
}

.footer h6,
.footer #rights,
.footer #short-rights {
  color: #3e69ac;
}

.footer .middle-menu-item {
  margin: 0;
}

.footer .col-lg-12,
.footer .footer__copyright__text {
  background-color: #fff;
}

@media (max-width: 1080px) {
  #top.main-banner {
    min-height: auto;
    padding: 30px 0 50px;
  }

  #top .banner-content {
    position: static;
    transform: none;
    flex-direction: column-reverse;
    padding: 0 20px;
  }

  #top .fixed-content,
  #top .form-box {
    width: 100%;
  }

  #top .fixed-content img {
    height: auto;
    max-height: 45vh;
  }

  #top .form-box {
    min-height: auto;
  }

  .features-section > div:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-banner:not(#top) .banner-content {
    flex-direction: column;
    padding: 60px 20px;
  }

  .main-banner:not(#top) .form-box,
  .main-banner:not(#top) .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: auto;
    min-height: 64px;
    padding: 10px 14px;
  }

  .nav-logo {
    width: 58px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  #top .form-box {
    padding: 22px 16px;
    border-radius: 14px;
  }

  #top .form-box > div:first-of-type {
    margin: 0 0 22px;
    gap: 12px;
  }

  #top .form-box > div:first-of-type h3 {
    width: 100%;
  }

  #top .form-box > h3 {
    font-size: 32px;
    margin: 20px 0;
  }

  #top .form-box > p {
    font-size: 16px;
    margin: 16px 0;
    line-height: 1.7;
  }

  #top .form-box > div:last-of-type {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
  }

  #top .form-box .a-div-button-w-img,
  #top .form-box .b-div-button-w-img {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  #prices-section,
  .features-section,
  .features-section-two {
    padding: 56px 16px !important;
  }

  #offers-section > .flex.items-center .features-title:first-child,
  .features-section-two .features-title:first-child,
  .main-banner:not(#top) .features-title,
  .features-section-two + .main-banner + section h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  #offers-section > .flex.items-center .features-title:nth-child(2),
  .features-section-two .features-title:nth-child(2),
  .features-section-two + .main-banner + section h2 {
    font-size: clamp(20px, 6vw, 28px) !important;
  }

  #offers-section > div:nth-of-type(2) {
    padding: 0;
  }

  .pricing {
    gap: 16px;
  } 

  .pricing--sonam .pricing__title {
    font-size: 26px;
  }

  .pricing--sonam .pricing__price {
    font-size: 34px;
  }

  .pricing--sonam .pricing__sentence,
  .pricing--sonam .pricing__feature-list {
    font-size: 16px;
  }

  .pricing__feature-list > div {
    align-items: center;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }

  #offers-section > .flex.items-end p {
    font-size: 16px;
    text-align: center;
  }

  .features-section > div:nth-of-type(2) {
    grid-template-columns: 1fr;
  }

  .features-section .card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .features-section .card h3 {
    font-size: 20px;
  }

  .features2 {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 40px;
  }

  .features3 {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 40px;
  }

  .features2 {
    gap: 16px;
  }

  .feature2,
  .feature2:hover {
    width: 100%;
  }

  .main-banner:not(#top) .banner-content {
    gap: 20px;
    padding: 48px 16px;
  }

  .main-banner:not(#top) .form-box {
    padding: 18px;
  }

  .main-banner:not(#top) .features2 {
    margin-top: 24px;
  }

  .faq-accordination .faq-bg-color {
    padding: 14px;
  }

  .item-header {
    gap: 12px;
    padding: 10px 12px;
  }

  .item-question {
    font-size: 15px;
  }

  .features-section-two + .main-banner + section > img {
    width: min(100%, 420px);
  }

  .features-section-two + .main-banner + section .div-button-w-img-hero {
    margin-bottom: 56px;
    width: 100%;
    max-width: 340px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 470px) {
  .mobile-menu-btn {
    padding: 2px 12px;
  }

  #top .banner-content {
    padding: 0 12px;
  }

  #top .form-box > h3 {
    min-height: 120px;
  }

  .pricing--sonam .pricing__action {
    width: 100%;
    font-size: 20px;
  }

  .pricing__feature-list {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    align-items: center;
    text-align: center;
  }
}
