html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  padding: 0;
  margin: 0;
}
.inter {
  font-family: "Inter", sans-serif;
}
.exo {
  font-family: "Exo 2", sans-serif;
}
.Fredoka {
  font-family: "Fredoka", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.sora {
  font-family: "Sora", sans-serif;
}
.montserrat {
  font-family: "Montserrat Alternates", sans-serif;
}

/* header .......................................................................................*/
.login-btn {
  border: 1px solid #ea8a7a;
  color: #1e3756;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.login-btn:hover {
  border: 1px solid #ea8a7a;
  color: #1e3756;
  background-color: transparent;
}
.sign-btn {
  background-color: #ea8a7a;
  color: #1e3756;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.sign-btn:hover {
  background-color: #ea8a7a;
  color: #1e3756;
  border: 1px solid #ea8a7a;
}
.nav-item {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

/* banner............................................................................... */
.banner-wrapper {
  position: relative;
}

.banner-row {
  background-color: #c7c7c7;
  height: 300px;
  border-radius: 6px;
  overflow: visible;
}

.banner-text {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
}

.banner-text .just {
  color: #3e72b2;
}
.banner-text .price {
  color: #ff3a1a;
}
.banner-text .month {
  color: #2b4f7c;
}

.banner-text1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.girl_img {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 458px;
  height: auto;
  z-index: 2;
}

/* form ..................................................................................*/
.form-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.form-box {
  background-color: #ea8a7a;
  border-radius: 7px;
  margin-left: 180px;
  margin-right: 180px;
  padding-top: 10px;
}

.form-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.form-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  background-color: #1e3756;
  color: #ea8a7a;
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid #1e3756;
  text-decoration: none;
}

/* slider button*/
.fa-angles-left,
.fa-angles-right {
  cursor: pointer;
  color: #333;
  transition: 0.2s;
}

.fa-angles-left:hover,
.fa-angles-right:hover {
  color: #ff6b6b;
}

.arrow {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slide-bg {
  background-color: #ffe1db;
  color: #000000;
}

@media (max-width: 768px) {
  .banner-row {
    height: auto;
    padding-bottom: 20px;
  }

  .banner-text {
    font-size: 32px;
    text-align: center;
  }

  .banner-text1 {
    font-size: 16px;
    text-align: center;
  }

  .girl_img {
    position: static;
    width: 260px;
    margin-top: 10px;
  }

  .form-wrapper {
    margin-top: 20px;
  }

  .form-box {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }

  .form-btn {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  .banner-text {
    font-size: 28px;
  }

  .banner-text1 {
    font-size: 15px;
  }

  .girl_img {
    width: 220px;
  }
}

/* slider image ......................................................................................*/

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  position: absolute;
  /* border-radius: 20px; */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

/* Center (main) */
.slide.center {
  width: 620px;
  z-index: 10;
}

/* Left near */
.slide.left.near {
  width: 500px;
  transform: translateX(-200px) scale(0.92);
  z-index: 7;
  opacity: 0.95;
}

/* Left far */
.slide.left.far {
  width: 460px;
  transform: translateX(-337px) scale(0.85);
  z-index: 5;
  opacity: 0.85;
}

/* Right near */
.slide.right.near {
  width: 500px;
  transform: translateX(200px) scale(0.92);
  z-index: 7;
  opacity: 0.95;
}

/* Right far */
.slide.right.far {
  width: 460px;
  transform: translateX(337px) scale(0.85);
  z-index: 5;
  opacity: 0.85;
}
.browse_btn {
  padding: 5px 10px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 5px;
  border: 1px solid #1e3756;
}

/* mobile banner.............................................................. */

.mobile_img {
  position: relative;
  /* top: -100px; */
  width: 490px;
  height: 400px;
  opacity: 1;
}
.mobile-text {
  color: white;
}
.list_items {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.list_items li {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.list_items li::before {
  content: "+";
  font-weight: 700;
  font-size: 18px;
}
.get_btn {
  padding: 5px 10px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 5px;
  border: 1px solid #1e3756;
}

/* how its work.css ...........................................................................*/

.work-grid {
  margin-left: 100px;
  margin-right: 100px;
}

/* Card base */
.feature-card {
  position: relative;
  border-radius: 20px;
  padding: 24px;
  height: 250px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: visible;
}

/* Text styles */
.feature-card h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-family: "Inter", sans-serif;
}

/* Images */
.card-img {
  position: absolute;
  /* bottom: -60px; */
  right: -60px;
  z-index: 3;
  pointer-events: none;
}

.card-img-1 {
  position: absolute;
  bottom: -26px;
  right: -63px;
  z-index: 3;
  pointer-events: none;
  width: 350px;
}

.card-img-2 {
  width: 230px;
  position: absolute;
  bottom: -26px;
  right: -63px;
  z-index: 3;
  pointer-events: none;
}

.card-img-3 {
  width: 200px;
  position: absolute;
  bottom: 13px;
  right: 6px;
  z-index: 3;
  pointer-events: none;
}

.card-img-4 {
  width: 360px;
  position: absolute;
  bottom: -61px;
  right: -87px;
  z-index: 3;
  pointer-events: none;
}

.card-1 {
  background-color: #ffe3de;
  border: 1px solid #ff2400;
}
.card-2 {
  background-color: #fffbde;
  border: 1px solid #ff7700;
  margin-top: 20px;
}
.card-3 {
  background-color: #cecece;
  border: 1px solid #1b1b1b;
}
.card-4 {
  background-color: #e9dfff;
  border: 1px solid #5101ff;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .work-grid {
    margin-left: 40px;
    margin-right: 40px;
  }

  .card-img {
    bottom: -40px;
    right: -30px;
  }

  .card-img-4 {
    width: 220px;
  }
}
@media (max-width: 576px) {
  .work-grid {
    margin-left: 15px;
    margin-right: 15px;
  }

  .feature-card {
    height: auto;
    padding-bottom: 100px;
  }

  .card-img-1,
  .card-img-2,
  .card-img-3,
  .card-img-4 {
    position: static;
    display: block;
    margin: 20px auto 0;
    width: 180px !important;
  }

  .card-2,
  .card-4 {
    margin-top: 0;
  }
}

/* video ........................................................*/

.video-box {
  background-color: #d9d9d9;
  height: 400px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ea8a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-btn img {
  width: 28px;
  height: 28px;
  margin-left: 9px;
}

/* Footer.css ........................................................*/

.footer-section {
  background-color: #1f3a5a;
  color: #ffffff;
  padding: 60px 0 25px;
  font-family: "Inter", sans-serif;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #d1d9e6;
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #ea8a7a;
  color: #ea8a7a;
  margin-right: 8px;
  text-decoration: none;
  font-size: 14px;
}

.footer-top h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top ul li {
  margin-bottom: 10px;
}

.footer-top ul li a {
  color: #d1d9e6;
  text-decoration: none;
  font-size: 14px;
}

.footer-top ul li a:hover {
  color: #ea8a7a;
}

.footer-divider {
  border-top: 2px solid #ea8a7a;
  margin: 30px 0 15px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #d1d9e6;
}
/* .....Gmail Account.css...................................................................... */

/* banner and sign card ............................................................. */
.login_banner {
  background: url("../website_assets/images/sign_banner.png") no-repeat center
    center/cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  /* padding-top: 100px;
  padding-bottom: 50px; */
}

.login-card {
  background: #fff;
  width: 460px;
  padding: 40px 35px;
  border-radius: 7px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  margin-right: 80px;
}

.login-card img.logo {
  height: 28px;
  margin-bottom: 20px;
}

.login-card h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.login-card .signup-text {
  font-size: 14px;
  margin-bottom: 25px;
}

.login-card .signup-text a {
  color: #ff6b5b;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #ff6b5b;
}

.btn_email {
  color: #272727;
  border-radius: 6px;
  border: 1px solid #242424;
  height: 45px;
  font-weight: 600;
}

.btn_email:hover {
  color: #272727;
  border-radius: 6px;
  border: 1px solid #242424;
  height: 45px;
  font-weight: 600;
}

@media (max-width: 768px) {
  body {
    justify-content: center;
  }

  .login-card {
    margin-right: 0;
    width: 90%;
  }
}
/* Create account.css....................................................... */

/* .form-text {
  background-color: #e70a0a;
} */
.form-control {
  height: 45px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
}

.password-field {
  position: relative;
}

.password-field i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ff6b5b;
}

.remember-me {
  font-size: 14px;
}
/* checkbox */
.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.custom-checkbox-wrapper input {
  display: none;
}

.custom-checkbox-wrapper .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: transparent;
  border: 1.5px solid #ff6b5b;
  position: relative;
}

.custom-checkbox-wrapper input:checked + .checkmark {
  background-color: #ff6b5b;
}

.custom-checkbox-wrapper input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-signin {
  background-color: #1f3b5c;
  color: #ea8a7a;
  border-radius: 6px;
  height: 45px;
  font-weight: 600;
}

.btn-signin:hover {
  background-color: #162c45;
  color: #ea8a7a;
}

.social-login i {
  padding: 3px;
  border-radius: 3px;
  font-size: 25px;
  color: #ff6b5b;
  margin: 0 4px;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.social-login i:hover {
  color: #ff6b5b;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  body {
    justify-content: center;
  }

  .login-card {
    margin-right: 0;
    width: 90%;
  }
}
/* welcome login.css...................................................... */

.password-field {
  position: relative;
}

.password-field i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ff6b5b;
}

.remember-me {
  font-size: 14px;
}
/* checkbox */
.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.custom-checkbox-wrapper input {
  display: none;
}

.custom-checkbox-wrapper .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: transparent;
  border: 1.5px solid #ff6b5b;
  position: relative;
}

.custom-checkbox-wrapper input:checked + .checkmark {
  background-color: #ff6b5b;
}

.custom-checkbox-wrapper input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-signin {
  background-color: #1f3b5c;
  color: #ea8a7a;
  border-radius: 6px;
  height: 45px;
  font-weight: 600;
}

.btn-signin:hover {
  background-color: #162c45;
  color: #ea8a7a;
}

.social-login i {
  padding: 3px;
  border-radius: 3px;
  font-size: 25px;
  color: #ff6b5b;
  margin: 0 4px;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.social-login i:hover {
  /* background-color: #ff6b5b; */
  color: #ff6b5b;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  body {
    justify-content: center;
  }

  .login-card {
    margin-right: 0;
    width: 90%;
  }
}
/* Enquiry.css ..............................................................................*/
.enquiry_login_card {
  background: #fff;
  width: 100%;
  padding: 40px 35px;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.contact-card {
  background: #1e3756;
  width: 100%;
  padding: 40px 35px;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  color: white;
}

.form-input {
  background-color: #d9d9d9;
  border-radius: 4px;
  border: none;
  height: 42px;
}

textarea.form-input {
  height: auto;
}

.input-group-text {
  background-color: #ffffff;
  border: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d9d9d9;
}

.btn-signin {
  background-color: #1f3b5c;
  color: #ea8a7a;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 28px;
  border: none;
}

.btn-signin:hover {
  background-color: #162c45;
  color: #ea8a7a;
}

.icon_bg {
  width: 100%;
  height: 70px;
  border-radius: 4px;
  background-color: #ffffff26;
  padding: 10px 15px;
}

.icon-box {
  width: 50px;
  height: 50px;
  /* background-color: rgba(255, 255, 255, 0.15); */
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.icon-box i {
  font-size: 30px;
  color: white;
}

.text-box p {
  font-size: 14px;
}

.social-login i {
  padding: 10px;
  border-radius: 3px;
  font-size: 25px;
  color: #ff6b5b;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.social-login i:hover {
  color: #ff6b5b;
  transform: scale(1.15);
}

/* Template.css............................................................................. */
.btn_start {
  padding: 10px 15px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 5px;
}
.btn_preview {
  padding: 10px 15px;
  color: #1e3756;
  border: 1px solid #1e3756;
  border-radius: 5px;
  background-color: white;
}
.btn_preview:hover {
  padding: 10px 15px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 5px;
}
.see_more {
  padding: 7px 15px;
  background-color: #ea8a7a;
  color: #1e3756;
  border-radius: 5px;
  border: 1px solid #ea8a7a;
  width: 150px;
}
.pagination {
  --bs-pagination-border-width: none !important;
  --bs-pagination-color: #1e3756 !important;
  --bs-pagination-padding-x: 0.85rem !important;
  font-weight: 700;
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #5b3630;
  background-color: #f7d2cc;
  border-color: #ea8a7a;
  border-radius: 50%;
  border: 2px solid #ea8a7a !important;
}
.page-link:focus {
  z-index: 3;
  color: #1e3756;
  background-color: white !important;
  outline: 0;
  box-shadow: none !important;
}
.page-link:hover {
  border-radius: 50% !important;
}

/* plans.css............................................................ */

.plans_head_text {
  font-family: "LXGW WenKai Mono TC", monospace;
}
.form-switch .form-check-input {
  width: 40px !important;
  height: 20px !important;
}
.form-switch .form-check-input:checked {
  background-color: #1e3756 !important;
  border-color: #1e3756 !important;
  width: 40px !important;
  height: 20px !important;
}
.form-check-input:focus {
  border-color: #dee2e6 !important;
  outline: 0;
  box-shadow: none !important;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3e%3ccircler="3"fill="rgba%280, 0, 0, 0.25%29"/%3e%3c/svg%3e
  ) !important;
}
.plan_card {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s ease;
}
.plan_card:hover {
  transform: translateY(-5px);
}
.plans_btn {
  padding: 7px 15px;
  background-color: #ea8a7a;
  color: #1e3756;
  border-radius: 5px;
  border: none;
}
.plans_btn:hover {
  padding: 7px 15px;
  background-color: #1e3756;
  color: white;
  border-radius: 5px;
  border: none;
}
.plan-features {
  list-style: none;
  padding-left: 0;
  font-family: "poppins", sans-serif !important;
}

.plan-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(79, 70, 229, 0.6);
}

.faq-left-card {
  /* background: #f9fafb; */
  border-radius: 16px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
  /* border: 1px solid #1E3756; */
}

.plan_question_card {
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #1e3756;
}

.plan_question_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #1e3756;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3756;
}

/* what are the featuers.css............................................................ */

.feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e5e7eb;
}

.feature-card i {
  color: #1e3756;
}

.feature-card:hover {
  border-color: #1e3756;
  box-shadow: 0 10px 25px rgba(30, 55, 86, 0.15);
  transform: translateY(-5px);
  background: #f8fafc;
}
.continue_btn {
  padding: 5px 15px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 3px;
  width: 170px;
  text-align: center;
  text-decoration: none;
}
/* want website.css............................................................ */
/* .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  background-color: #1e3756 !important;
  color: white !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
} */
.search-input
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  background-color: #1e3756 !important;
  color: white !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* add pages.css............................................................ */
.pages_card {
  background: #ffffff;
  border-radius: 5px;
  padding: 18px 20px;
  border: 1px solid #e6e9f0;
  box-shadow: 0 8px 24px rgba(30, 55, 86, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.pages_card:hover {
  border-color: #1e3756;
  box-shadow: 0 12px 32px rgba(30, 55, 86, 0.12);
  transform: translateY(-4px);
}

.icon_wrap {
  width: 48px;
  height: 48px;
  /* background: rgba(234, 138, 122, 0.12); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pages_card i {
  color: #ea8a7a;
  font-size: 30px;
}

.pages_card h6 {
  color: #1e3756;
  font-size: 15px;
}

.pages_card p {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

/* who we are.css,................................................................ */

.who_we_btn {
  padding: 5px 15px;
  background-color: #1e3756;
  color: #ea8a7a;
  border-radius: 5px;
}

/* add page content.css,................................................................ */
.upload-box {
  width: 60px;
  height: 60px;
  /* border: 1.5px dashed #6c757d; */
  background-color: #dfdfdf;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}

/* .upload-box:hover {
  border-color: #0d6efd;
  background-color: #f1f5ff;
} */

.upload-icon {
  font-size: 30px;
}

.upload-text {
  font-size: 14px;
  color: #333;
}

.add_btn {
  padding: 5px 10px;
  background-color: white;
  color: #1e3756;
  border-radius: 5px;
  border: 1px solid #1e3756;
}

/* color picker.css.................................................... */
.custom-sidebar {
  /* background: #f8f9fa; */
  border-radius: 10px;
  padding: 15px;
  /* height: 100%; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-sidebar-item {
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  /* font-weight: 500; */
  cursor: pointer;
  transition: 0.2s ease;
  color: #333;
}
.custom-sidebar-item-active {
  background-color: #1e3756;
  color: #ea8a7a;
}

.custom-sidebar-item:hover {
  background-color: #1e3756;
  color: #ea8a7a;
}
.primary-btn {
  padding: 5px 12px;
  border-radius: 2px;
  border: 1px solid #1e3756;
}
.font_card {
  border: 1px solid #717171;
  padding: 10px;
  text-align: center;
}
.font_card_1 h6 {
  font-family: "Solway", serif;
}
.font_card_1 p {
  font-family: "Spinnaker", sans-serif;
  font-size: 14px;
}
.font_card_2 h6 {
  font-family: "Tilt Warp", sans-serif;
}
.font_card_2 p {
  font-family: "Telex", sans-serif;
  font-size: 14px;
}
.font_card_3 h6 {
  font-family: "Sono", monospace;
}
.font_card_3 p {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
}

/* pricing.............................. */
/* ============================= */
/* Pricing Section */
/* ============================= */
.pricing-card {
  /* background: #f1f1f1; */
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pricing-card.active {
  background: #1d8f2c;
  color: #fff;
}

.pricing-card.active hr {
  border-color: rgba(255, 255, 255, 0.4);
}

.pricing-card hr {
  margin: 30px 0;
  opacity: 0.2;
}

.price {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.per-month {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}

.pricing-card.active .per-month {
  color: #fff;
}

.desc {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #555;
}

.pricing-card.active .desc {
  color: #fff;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.features li {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}

.features i {
  color: #1d8f2c;
  margin-right: 10px;
}

.pricing-card.active .features i {
  color: #fff;
}

.users {
  margin-bottom: 30px;
  font-weight: 500;
}

.btn-plan {
  display: block;
  text-align: center;
  padding: 18px;
  border-radius: 40px;
  border: 2px solid #1e3756;
  color: #1e3756;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-plan:hover {
  background: #1e3756;
  color: #fff;
}

.btn-plan.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-plan.white:hover {
  background: #fff;
  color: #1d8f2c;
}

/* Ribbon */

.ribbon {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px 25px;
  font-weight: 600;
  color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  font-size: 14px;
}

.ribbon.green {
  background: #1e3756;
}

.ribbon.orange {
  background: #ff8c22;
}

/* Responsive overrides for Home Page */
.mobile-app-wrapper {
  margin-top: 145px;
}

@media (max-width: 992px) {
  .slider-wrapper {
    height: 400px;
  }
  .slide.center {
    width: 420px;
  }
  .slide.left.near, .slide.right.near {
    width: 320px;
    transform: translateX(-150px) scale(0.92);
  }
  .slide.right.near {
    transform: translateX(150px) scale(0.92);
  }
  .slide.left.far, .slide.right.far {
    width: 280px;
    transform: translateX(-250px) scale(0.85);
  }
  .slide.right.far {
    transform: translateX(250px) scale(0.85);
  }
  .mobile_img {
    width: 100%;
    max-width: 400px;
    height: auto;
    top: 0;
    margin-top: -80px;
  }
  .mobile-app-wrapper {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .slider-wrapper {
    height: 350px;
  }
  .slide.center {
    width: 350px;
  }
  .slide.left.near, .slide.right.near {
    width: 250px;
    transform: translateX(-100px) scale(0.92);
  }
  .slide.right.near {
    transform: translateX(100px) scale(0.92);
  }
  .slide.left.far, .slide.right.far {
    width: 200px;
    transform: translateX(-150px) scale(0.85);
  }
  .slide.right.far {
    transform: translateX(150px) scale(0.85);
  }
  .mobile_img {
    margin-top: -50px;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .slider-wrapper {
    height: 250px;
  }
  .slide.center {
    width: 280px;
  }
  .slide.left.near, .slide.right.near {
    width: 200px;
    transform: translateX(-60px) scale(0.92);
  }
  .slide.right.near {
    transform: translateX(60px) scale(0.92);
  }
  .slide.left.far, .slide.right.far {
    width: 150px;
    transform: translateX(-100px) scale(0.85);
  }
  .slide.right.far {
    transform: translateX(100px) scale(0.85);
  }
  .mobile_img {
    margin-top: -30px;
    max-width: 250px;
  }
}
