
p,
h4 {
  margin-bottom: 0;
}

.hero-section {
  background-color: #1D7BFF;
  padding: 1rem 0;
}

.hero-section .register-btn-new {
  width: 25%;
  padding: 8px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-start;
  }
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.navbar-toggler:hover,
.navbar-toggler {
  border-color: #fff !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
  display: flex;
}

.navbar-brand img {
  width: 175px;
}

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

.signin-btn,
.register-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border: unset;
}

.signin-btn,
.hero-div h1,
.hero-div p {
  color: #fff;
}

.signin-btn:active {
  border: 0;
}

.register-btn {
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #1D7BFF;
}

.register-btn:hover,
.register-btn:active,
.register-btn:focus-visible {
  color: #1866d4 !important;
  background-color: #e9e6e6 !important;
}

.hero-div .row {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 4rem 0;
}

.hero-div h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 87.77px;
  text-align: center;
}

.hero-div p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.hero-div button {
  width: fit-content;
}

.hero-div img {
  width: 90%;
}

/* info page style */
.choose-type div {
  border-radius: 1rem;
  border: 1px solid #E6E7E9;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.individual-form {
  border-radius: 0.75rem;
  border: 1px solid #E6E7E9;
  background-color: #FEFEFE;
  position: relative;
}

.individual-form .polygon {
  position: absolute;
  top: -10px;
  width: 15px;
  background: #D9D9D9;
}

.individual-form>div {
  position: relative;
}

.individual-form input {
  width: 100%;
  height: 3.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #DADEE1;
  text-align: start !important;
}

.individual-form input::placeholder {
  color: #B3B3BA;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-inline: 20px;
  text-align: start !important;
}

@media (max-width:768px) {
  .choose-type div svg {
    width: 50px;
    height: 50px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-container {
  height: 100vh;
}

.main-container .form-container {
  overflow-y: auto;
  height: 100%;
}

.mouse-pointer {
  cursor: pointer;
}

.side-login-register {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  background-color: #1D7BFF;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.side-login-register .login-logo {
  width: 200px;
  height: 55px;
}

.side-login-register .dots-one,
.side-login-register .dots-two {
  position: absolute;
  width: 100px;
}

.side-login-register .dots-one {
  top: -5px;
  rotate: 180deg;
}

.side-login-register .dots-two {
  bottom: -5px;
  right: -5px;
}

.main-container .parent-container h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 51.2px;
  color: #1A1A1A;
}

@media (max-width: 768px) {
  .side-login-register {
    padding: 3rem 0;
    display: none;
  }

  .side-login-register .login-img {
    width: 90%;
  }

  .main-container .parent-container {
    padding: 0;
  }

  .main-container .form-container {
    overflow-y: unset;
    height: auto;
  }

  .main-container .dots-one,
  .main-container .dots-two {
    width: 50px;
  }
}

.error-text {

  color: red;
  font-size: 15px;
  text-align: start;
}

.error_border {

  border-color: red !important;
}

.svg-container {
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
}



.landing-first-section {
  padding-top: 24px;
  width: 100%;
  color: white;
  background-color: rgb(9, 34, 70) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-first-section button,
.who-are-we button,
.why-awqaty button {
  padding: 8px 16px;
  font-weight: 600;
  height: 48px;
}

.lp-nav {
  border: 1px solid #FFFFFF08 !important;
  border-radius: 4px;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: #FFFFFF05;
  color: #C3D6F4;
  width: 90%;
  height: 88px;
  margin: auto;
  margin-bottom: 100px;
}

.nav-link {
  color: #C3D6F4 !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0px;
}

.nav-link.active {
  color: white !important;
}

.nav-btns,
.navbar-brand {
  margin: 0 24px;
}

.secondary-btn {
  background-color: rgb(33, 56, 88) !important;
  border: none;
  color: white;
}

.styled-text {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 25px;
  padding: 12px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.outer-border {
  border: 1px solid rgb(255 255 255 / 5%);
  border-radius: 200px;
  padding: 4px;
  width: auto !important;
}

.landing-first-section .lp-fs-text {
  width: 836px;
}

.lp-fs-text {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp-fs-text h3 {

  font-family: Changa;
  font-weight: 800;
  font-size: 38px;
  line-height: 180%;
  /* text-align: center; */
}

.video-btn {

  width: 48px;
  border-radius: 50%;
  background-color: rgb(31, 64, 111);
  border: none;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  max-width: 99%;
  width: auto !important;
}

.who-we-are-p {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
  text-align: center;
}

.who-are-we h3,
.awqaty-services h3,
.testimonial h3,
.common-questions h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0px;
  color: #041226;
}

.who-text {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 180%;
  letter-spacing: 0px;
  color: #364151;
}

.awqaty-services {
  padding-block: 80px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.awqaty-services .float-logo {
  position: absolute;
  top: 87%;
}

.awqaty-services p {
  text-wrap: balance;
}

.lp-service-card {
  min-height: 350px;
  background: linear-gradient(to left,
      #1D7BFF14 0%,
      #1D7BFF0A 100%);
  border: 1px solid #1D7BFF14;
  border-radius: 8px;
  padding: 40px;
}

.service-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  margin: auto;
}



.wide {
  grid-column: span 2;
}

.service-grid-container h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  white-space: preserve nowrap;
}

.card-sm img {
  position: relative;
  top: 41px;
}

.why-awqaty {
  background-color: #f7f7f7;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}

.why-awqaty .outer-border {
  margin-top: 120px;
}

.why-awqaty h4 {
  font-family: Changa !important;
  font-weight: 800;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 4px auto 8px;
}

.sec-title {
  margin: 4px auto 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0px;
  color: #041226;
  text-align: center;
}

.why-awqaty-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.why-awqaty-card {
  background-color: rgb(255 255 255 / 3%) !important;
  border: 1px solid rgb(255 255 255 / 5%) !important;
  border-radius: 8px;
  gap: 24px;
  padding: 32px;
  min-height: 136px;
}

.why-awqaty-card h2 {
  font-weight: 800;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  color: white;
  text-align: start;
}

.why-awqaty-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: start;
  color: #FFFFFF;
}

.features-list h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

.features-list hr {
  width: 95%;
  margin: auto;
  height: 1px;
  color: #F1F4F8 !important;
  opacity: unset;
}

.pricing {
  margin: 90px 0px !important;
}

.pricing .pricing-card {
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #E9ECF2;
  text-align: center;
  padding: 12px 12px 0px 12px;
  background-color: white;
}

.pricing-card.premium {
  border-top: 8px solid #1A6FE6 !important;
  border: 1px solid #1D7BFF;
  box-shadow: 0px 0px 15px 0px #1D7BFF40;
}

.pricing-card h3 {
  color: #1A6FE6;
  font-weight: 800;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;

}

.pricing-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  margin: auto;
}

.common-price {
  background-color: #1A6FE61A;
  color: #1D7BFF;
  padding: 8px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 20px;
}

.subscribe-through {
  font-weight: 500;
  font-size: 11px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: #04122680;
}

.pricing-plan {
  background-color: #1D7BFF14;
  padding: 40px 32px 32px 32px;
  border-radius: 4px;
}

.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: #1D7BFF !important;
}


.pricing .pricing-card.popular .features-list li {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
}

.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}

.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1;
  color: #1A6FE6;
}

.pricing .pricing-card .price .amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1A6FE6;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.pricing .pricing-card .features-list li {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  text-align: center;
  justify-content: start;
  gap: 12px;
  margin-top: 1rem;
  margin-inline: 10px;
}

.pricing .pricing-card .features-list li i {
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
  border-radius: 50px;
}

.pricing .pricing-card .btn.btn-primary {
  background: var(--accent-color);
  border: none;
  color: var(--contrast-color);
}

.montly-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #041226CC;
}

.order-now {
  border: 1px solid #1A6FE6 !important;
  border-radius: 100px;
  max-width: 318px;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 20px;
  background-color: #1D7BFF !important;
}

.pricing-card.popular .order-now {
  color: #1A6FE6 !important;
  border-color: #1A6FE6 !important;
  background-color: transparent !important;
}

.testimonial {
  border-top: 5px solid #0000000A !important;
  background: linear-gradient(to left,
      #1D7BFF14 0%,
      #1D7BFF0A 0%);
  padding: 30px 0px;
  width: 100% !important;
}

.testimonial-card {
  /* max-height: 175px; */
  padding: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  gap: 16px;
  width: 40%;
  max-width: 40%;
  min-width: 40%;
  background-color: white;
  box-sizing: border-box;
}

.testimonial-card p {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #041226CC;
  margin-bottom: 0;
}

.testimonial-card span {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #04122680;
}

.testimonial {
  overflow-x: auto;
  min-width: 100%;
  height: max-content;
}

.monial-card-details {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
}

.testimonial::-webkit-scrollbar {
  display: none;
}

.ltr-slide {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: nowrap;
  min-width: 100vw;
  /* Ensure enough space for animation */
}


@media (max-width: 768px) {

  .ltr-slide {
    flex-wrap: wrap;
    /* Allow items to wrap */
    justify-content: center;
  }

  .ltr-slide {
    animation: none !important;
    /* Disables animation */
    transform: none !important;
    /* Stops movement */
  }

}

.common-questions {

  padding: 120px 80px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;

}

.common-questions p {

  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;

}

.accordion-button::after {
  display: none !important;
}

/* Ensure icon appears on the left side in RTL mode */
.accordion-button {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  padding: 24px;
  border: 1px solid #E3EBF4;
  box-shadow: unset !important;
}
.accordion-button:not(.collapsed) {
  background-color: #EAF2FC !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
  box-shadow: none;
}

.accordion-button .icon {
  font-weight: bold;
}

.minus-icon {
  width: 12px;
  height: 12px;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  border: unset;
}

.accordion-item .accordion-collapse {
  background-color: #EAF2FC;
  margin-top: 2px;
  border: 1px solid #E3EBF4;
}

.accordion-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #041226CC;
}

.accordion-body {
  padding: 24px;
}

.lp-footer {
  background-color: rgb(10, 43, 89);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: white;
}

.footer-content {
  display: grid;
  margin-bottom: 80px;
  margin-top: 50px;
  padding: 30px 80px;
  grid-template-columns: 50% 20% 30%;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}

.footer-content ul li {

  list-style-type: none;
  margin-bottom: 15px;

  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;

}

.footer-content ul li a {
  text-decoration: none;
  /* Removes underline */
  color: white;
  transition: color 0.3s ease;
  /* Smooth transition */
  margin-bottom: 15px;
}

.social-media a {

  text-decoration: none;
  color: transparent;
}

.awqaty-services-card-container {

  /* margin-top: 100px; */
  padding-inline: 90px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap !important;
  /* align-items: center; */
}

.awqaty-services-card {

  min-height: 465px;
  max-width: 516px;
  border-radius: 8px;
  border: 1px solid #E9ECF2;
  padding: 6px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service-card-text h3 {
  color: #041226;
  font-size: 18px;
}

.service-card-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #364151;
  text-wrap: auto;
}

.langugeDropdown .dropdown-toggle:focus {
  box-shadow: unset !important;
}

.langugeDropdown .dropdown-toggle::after {
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
  margin-left: unset;
}

.langugeDropdown ul li {
  font-size: 15px;
  color: #090A22;
  border-bottom: 1px solid #E9E9E9;
  padding: 12px 0;
}

.langugeDropdown ul li:last-of-type {
  border: unset;
}

.awqaty-services-cards-side {
  padding-top: 140px;
}


.modal-content {
  box-shadow: 0px 4px 25px 0px #0000001F;
  border-radius: 4px;
  border: unset;
}

.modal-footer {
  border-top: unset;
}

.modal-header {
  background-color: #F7F7F8;
  border-bottom: 1px solid #F2F4F5
}

.modal-header .modal-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  color: #1A1A1A;
}

.modal-header .btn-close {
  opacity: unset;
  margin: 0;
}

.modal-header .btn-close {
  opacity: unset;
  margin: 0;
}


.general_modal_header_style {
  padding: 20px;
  background-color: #F7F7F8;
  border-radius: 0;
}

.general_modal .footer_btns {

  display: flex;
  justify-content: end;
  margin-inline: 15px;
}

.footer_btns button {

  height: 48px;
  padding: 0px 16px 0px 16px;
}

.footer_btns p {
  margin: auto;
  font-size: 14px;
  font-weight: 700;

}

.copy-rights {
  padding: 32px 80px;
}

.text-primary {
  color: #3488FF !important;
}

@media screen and (max-width: 1255px) {

  .service-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .wide {
    grid-column: span 1;
    /* Ensures wide items don't break layout */
  }

  .wide img {
    top: 41px;
  }

  .card-sm img {

    right: 18%;
    top: 40px
  }

}

@media screen and (max-width: 1000px) {

  .who-are-we img {

    max-width: 400px;
  }

  .lp-service-card {
    width: 80%;
    margin: auto;
  }

  .service-grid-container {
    grid-template-columns: 1fr;
    /* Stacks items */
  }

  .wide {
    grid-column: span 1;
  }

  .service-grid-container {
    padding-inline: 0px;
  }

  .why-awqaty img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .lp-nav {
    height: auto;
    width: 100%;
    padding: 10px;
    row-gap: 16px;
  }

  .landing-first-section .lp-fs-text {
    width: 90%;
  }

  .lp-fs-text h3 {

    font-size: 30px;
    /* padding: 20px; */
    line-height: 150%;

  }

  .wide img {
    max-width: 400px;
  }

  .lp-fs-text p {

    padding-inline: 15px;

  }

  .who-are-we {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .who-are-we img {

    max-width: 300px;
  }

  .service-text {

    text-align: center;
  }

  .common-questions {

    flex-direction: column;
    width: 100%;
    padding: 60px 35px !important;
  }

  .common-questions .col-4,
  .common-questions .col-7 {

    width: 100%;
  }

  .copy-rights {
    padding: 16px;
    flex-direction: column !important;
  }

  .who-text {

    text-align: center;
  }

  .who-we-are-p {
    margin: auto !important;
  }

  .why-awqaty-container {
    grid-template-columns: 1fr;
  }

  .awqaty-services-card-container,
  .why-awqaty-card {
    padding-inline: 12px;
  }

  .awqaty-services-cards-side {
    padding-top: 0;
  }

  .footer-content {
    padding: 30px;
    grid-template-columns: auto;
  }

  .awqaty-services .float-logo {
    position: absolute;
    top: 95%;
    width: 80%;
  }

  .testimonial .ltr-slide {
    overflow: scroll;
    padding: 20px;
  }

  .testimonial-card {
    max-height: unset;
    width: 85%;
    max-width: 85%;
    min-width: 85%;
  }
}

@media screen and (max-width: 468px) {


  .lp-fs-text h3 {

    font-size: 25px;
    padding-inline: 15px;
    line-height: 150%;

  }

  .landing-first-section button,
  .who-are-we button,
  .why-awqaty button {
    height: auto !important;
    padding: 10px;
    font-size: 14px;
  }

  .who-are-we h3 {
    text-align: center;
    text-wrap: pretty;
  }

  .wide img {
    max-width: 250px;
  }

  .service-grid-container h3 {
    font-size: 13px;
  }

  .who-text {
    padding-inline: 10px;
    text-align: center;
  }

  .who-are-we button {
    margin: auto;
  }

}

@media screen and (max-width: 530px) {

  .awqaty-services-card {
    max-width: 100% !important;
  }

  .awqaty-services-card img {
    max-width: 100% !important;
  }

  .awqaty-services-card svg {

    display: none !important;
  }
}