@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Play:wght@400;700&display=swap');

:root {
  --black: #0a0a0a;
  --primary: #010AFE;
  --white: #fff;
  --grey40: #D6D6D6;
  --grey: #F0EFEB;
  --Neutral-20: #F5F5F5;
  --Neutral-30: #EDEDED;
  --Neutral-40: #D6D6D6;
  --Neutral-50: #C2C2C2;
  --Neutral-60: #878787;
  --Neutral-70: #606060;
  --Neutral-80: #383838;
  --lightblue: #F2F3FF;
  --lightblue40: #E6E7FF;
  --lightblue10: #F4F5FA;
  --shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #0163F0;
}


body {
  font-family: "Geist", sans-serif;
  position: relative;
}


body::after {
  content: '';
  position: absolute;
  top: 190px;
  right: 0;
  background: var(--Gradient, linear-gradient(211deg, #7265F3 26.24%, #016FFE 86.27%));
  filter: blur(150px);
  height: 243px;
  width: 243px;
  background-repeat: no-repeat;
  z-index: -1;
}

/*
body::before {
  content: '';
  position: absolute;
  bottom: 720px;
  left: 0;
  background: var(--Gradient, linear-gradient(211deg, #7265F3 26.24%, #016FFE 86.27%));
  filter: blur(150px);
  height: 243px;
  width: 243px;
  background-repeat: no-repeat;
  z-index: -1;
}*/


section {
  position: relative;
  z-index: 3;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

/* header css start */
.btn_blue {
  border-radius: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 10px;
}

.outline_btn {
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  background-color: transparent;
  margin-right: 10px;
}

.header_sec.sticky .logo_img img {
  width: 60px;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgb(0 47 255) !important;
}

.header_sec {
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
}

.want-big h5 {
  font-size: 16px;
  color: #212223 !important;
  margin-bottom: 20px;
}

.header_sec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header_sec.sticky .main_navbar {
  padding: 5px 0;
}

.header_sec .main_navbar .logo_img img {
  max-width: 100%;
  width: 180px;
}

.header_sec .main_navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.header_sec .main_navbar {
  padding: 10px 0;
  transition: 0.5s;
  background-color: #000;
  padding: 15px 20px;
  border-radius: 20px;
}

.header_sec .main_navbar .nabvar_link_box ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 44px;
}

.header_sec .nabvar_link_box ul li {
  list-style: none;
  position: relative;
}

/*.header_sec .nabvar_link_box ul li::after {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
width: 0;
height: 2px;
background-color: #ffff;
transition: width 0.3s ease, left 0.3s ease;

}*/
.header_sec .nabvar_link_box ul li:hover::after {
  width: 100%;
  left: 0;
}

.banner_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_sec .nabvar_link_box ul li a {
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.header_sec .nabvar_link_box ul li:hover a {
  color: var(--primary);
}

/* 
.bg_image {
background-image: url('/public/img/banner_bg.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: relative;
}  */
.bg_image::after {
  content: '';
  background: rgba(19, 16, 16, 0.66);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom_header {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
  padding: 13px 0;
}

.bottom_header .bottom_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.bottom_header .bottom_header_inner .bottom_header_link ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.bottom_header .bottom_header_inner h3 {
  color: #FFF;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.bottom_header .bottom_header_inner .bottom_header_link ul li {
  list-style: none;
}

.bottom_header .bottom_header_inner .bottom_header_link ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
}

.bottom_header_inner img {
  max-width: 100%;
}

.toggle {
  display: none;
}

.toggle .toggle_btn {
  background: transparent;
  border: none;
}

.toggle .toggle_btn span {
  background-color: #ffffff;
  border-radius: 20px;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  transition: all .2s;
  display: block;

}

.logo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.toggle_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  text-align: center;
  /* flex: 0 0 65%; */
}

/* .logo_img.logo_box2 {
flex: 0 0 calc(33% - 30px);
} */
.job_box_inner .blue_btn {
  position: absolute;
  right: 15px;
  width: auto;
  padding: 5px 20px;
}

.job_list_sec .job_box {
  height: 100%;
}

.language_box {
  border: 1px solid #a8a8a8;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 2px;
}

.language_box a {
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
}

.language_box a.active {
  color: #fff;
  background-color: #ED5F00;
}


.language-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.language-options li {
  margin: 0;
}

.language-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.language-radio input[type="radio"] {
  display: none;
}

.language-radio:hover {
  background-color: #f7f7f7;
}

.language-radio input[type="radio"]:checked+img+span,
.language-radio input[type="radio"]:checked~span {
  font-weight: 500;
  color: #010afe;
}

.language-radio input[type="radio"]:checked~img {
  filter: drop-shadow(0 0 2px #007bff);
}

.language-radio input[type="radio"]:checked~span::before {
  /* content: "\f00c";
  font-family: "Font Awesome 6 Free"; */
  display: inline-block;
  margin-right: 5px;
  color: #010afe;
}

.home-page {
  width: 60%;
}



@media screen and (max-width: 1700px) {
  .header_sec .main_navbar .nabvar_link_box ul {
    gap: 30px;
  }

}

@media screen and (max-width: 1400px) {
  .bottom_header .bottom_header_inner .bottom_header_link ul {
    gap: 30px;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul li,
  a {
    font-size: 16px;
  }

  .copy_right ul {
    display: ruby-text !important;
    gap: 10;
  }

  .bottom_header .bottom_header_inner h3 {
    font-size: 25px;
  }

  .bottom_header_inner img {
    max-width: 100%;
    width: 60px;
  }
}

@media screen and (max-width: 1300px) {
  .roles_sec .roles_inner .roles_white_box {
    padding: 18px;
  }

  .header_sec .nabvar_link_box ul li a {
    font-size: 17px;
  }

  .header_sec .main_navbar .nabvar_link_box ul {
    gap: 20px;
  }

  .header_sec .btn_orange {
    font-size: 16px;
  }

  .header_sec .btn_black {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .header_sec .nabvar_link_box ul li a {
    font-size: 16px;
  }

  .header_sec .main_navbar {
    gap: 20px;
  }

  .header_sec .btn_orange {
    font-size: 16px;
    padding: 10px 18px;
  }

  .header_sec .btn_black {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 992px) {
  .main_title h2 {
    font-size: 35px !important;
    line-height: 46px !important;
  }

  .toggle {
    display: block;
  }

  .toggle_box {
    background-color: #000;
    border-radius: 20px;
    width: 94%;
    height: auto;
    transition: all .5s;
    position: fixed;
    top: -407px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    max-width: 693px;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .toggle_box {
    top: 86px;
  }

  .menu-open .toggle .toggle_btn span:nth-child(2) {
    display: none;
  }

  .menu-open .toggle .toggle_btn span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-open .toggle .toggle_btn span:nth-child(3) {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .header_sec .main_navbar {
    padding: 14px 26px;
    border-radius: 18px;
  }

  .logo_box {
    display: flex;
  }

  .toggle_box {
    flex-direction: column;
    align-items: start;
    padding: 30px 51px;
    justify-content: start;
  }

  .header_sec .main_navbar .nabvar_link_box ul {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header .bottom_header_inner {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header_inner img {
    display: none;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header {
    background: unset;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul li a {
    font-size: 28px;
  }

  .bottom_header .bottom_header_inner h3 {
    padding-bottom: 20px;
  }

  .bottom_header .bottom_header_inner h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .toggle_box {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .banner_btn .outline_btn {
    color: var(--primary);
  }

  .header_sec .nabvar_link_box ul li a {
    color: var(--white);
  }

  .toggle .toggle_btn {
    top: 6px;
    position: relative;
  }

  .img_testimonial img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .toggle_box {
    max-width: 100%;
  }
}

.main_title h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.main_title span {
  color: var(--primary);
}

.main_title p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* header css end */
.banner_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.banner_btn01 .outline_btn {
  color: var(--primary);
}

.banner_img {
  background-image: url('../../img/border_shape.png');
  background-repeat: no-repeat;
  /* height: 100vh; */
  background-size: contain;
  width: 100%;
  position: relative;
  background-position-x: center;
}

.banner_img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 330px;
  background: var(--Gradient, linear-gradient(211deg, #7265F3 26.24%, #016FFE 86.27%));
  filter: blur(150px);
  height: 188px;
  width: 171px;
  background-repeat: no-repeat;
  z-index: -1;
  top: 270px;
}

.banner_title {
  text-align: center;
  padding-top: 100px;
}

.banner_title h2 {
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  margin: 0 auto;
  width: 68%;
}

.banner_title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 35px;
}

.card_require {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--grey40);
  border-radius: 30px;
  padding: 10px 20px;
  margin: 35px auto;
}

.card_require span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.speaker_box {
  padding: 18px 20px;
  border-radius: 30px;
  border: 8px solid var(--Neutral-10, #FFF);
  background: var(--Primary-Color, #F0EFEB);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

/* .speaker_box ul {
padding: 0;
margin: 0;
}

.speaker_box ul {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.speaker_box ul li {
list-style: none;
background-color: var(--white);
padding: 10px;
border-radius: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.speaker_box ul li img {
width: 27px;
} */

.texterea_field textarea {
  padding: 20px;
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.select_box select {
  background-image: url('/img/angle-small-down.svg');
  /* ✅ Correct */
  background-size: 15px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 1px solid var(--grey40);
  background-color: var(--white);
  /* renamed 'background' to 'background-color' for clarity */
  appearance: none;
  padding: 10px 40px 10px 10px;
}

.select_box select:focus {
  outline: none;
  border: none;
}

.try_free_item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}

.try_free_item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.try_free_item span {
  color: var(--primary);
}

.trans_btn {
  background: transparent;
  border: none;
  padding: 0;
}

.play_btn {
  display: flex;
  align-items: center;
  gap: 0;
}

.play_btn img.dowload_img {
  height: 48px;
}

.main_title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.main_title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.gap {
  padding: 35px 0;
}

.gap.big {
  margin-bottom: 49px;
}

.bg_img_2 {
  position: relative;
}

.bg_img_2:after {
  content: "";
  background-image: url("../img/yellow_clips.svg");
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  height: 300px;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg_img_2::before {
  content: "";
  background-image: url("../img/blue_clips.svg");
  width: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  height: 300px;
  background-repeat: no-repeat;
  z-index: 0;
}

.story_share_box {
  background: var(--lightblue);
  padding: 20px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.box_upload.normal_box {
  background-color: var(--primary);
  padding: 43px 20px;
  border-radius: 30px;

}

.box_upload.normal_box h2 {
  color: var(--white);
}

.box_upload.normal_box p {
  color: var(--white);
}

.normal_box {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 43px 20px;
  border-radius: 30px;
}

.normal_box:hover {
  background-color: #010afe;
  padding: 43px 20px;
  border-radius: 30px;

}

.normal_box:hover h2,
.normal_box:hover p {
  color: #ffffff;
}

.authors_choose_box:hover {
  box-shadow: 0px 5px 0px 0px var(--black);
}

.normal_box h2 {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.normal_box p {
  margin: 0;
  text-align: start;
  color: var(--Neutral-70, #606060);
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.img_box img {
  width: 100%;
}

.img_dash img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}

.features_box {
  background-color: var(--white);
  border-radius: 30px;
  padding: 4px;
  overflow: hidden;
  text-align: start;
  border-radius: 30px;
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.features_box .features_img img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  margin-bottom: 15px;
}

.features_box .Feature_text h3 {
  text-align: start;
  color: var(--Primary-Black, #000);
  font-family: Geist;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.features_box .Feature_text {
  padding: 15px;
}

.features_box .Feature_text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  margin: 0;
}

.features_box.second_box .features_img img {
  margin: 0;
  border-radius: 0px 0px 30px 30px;
}

.features_box.second_box .Feature_text p {
  margin-bottom: 14px;
}

.textimonial_sld {
  background-color: var(--black);
  border-radius: 35px;
  padding: 50px 0;
}

.testimonial_box {
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 50px 70px;
  position: relative;
}

.testimonial_box:after {
  content: "";
  background-image: url("../img/tesimonial_bottom_img.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 54px;
  width: 54px;
  height: 29px;
  position: absolute;
  bottom: -29px;
  left: 50px;
}

.testimonial_box .testmonial_user img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.testimonial_box .testmonial_user p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: var(--white);
}

.user_name {
  margin-top: 65px;
  padding-left: 76px;
}

.user_name h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
}

.user_name span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--white);
}

.custom-pagination .swiper-pagination-bullet {
  background-color: unset;
  background-image: url("../../img/shape_star_white.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  width: 14px;
  opacity: 1;
  height: 14px;
  border-radius: 0;
}

.custom-pagination .swiper-pagination-bullet-active {
  background-color: unset;
  background-image: url("../../img/shape_star_blue.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  width: 14px;
  height: 14px;
}

.custom-pagination.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
  margin: auto;
}

.align_item {
  display: block;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
  line-height: 20px;
}

.authors_choose_box {
  border-radius: 30px;
  border: 1px solid var(--Neutral-80);
  background: var(--white);
  /*box-shadow: 0px 5px 0px 0px var(--black);*/
  padding: 30px;
  height: 100%;
}

.authors_choose_box h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid var(--Neutral-50);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.authors_choose_box p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.login-main-box {
  padding: 10px 101px 5px 69px;
}

.features-sign {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 72px);
  overflow: hidden;
}

.account-main {
  flex: 1;
}

.big-new {
  width: 36%;
}

.login-in {
  height: 100%;
}

.login-in img {
  width: 100%;
  height: 100%;
}

.yourself_box {
  border-radius: 30px;
  border: 1px solid var(--Neutral-80);
  background: var(--black);
  box-shadow: 0px 5px 0px 0px var(--primary);
  padding: 70px;
  text-align: center;
}

.yourself_box h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  color: var(--white);
  margin-bottom: 20px;
}

.plan_box {
  padding: 25px;
  height: 100%;
  border-radius: 30px;
  border: 1px solid var(--Primary-Color, #010AFE);
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 5px 0px 0px #010AFE;
  cursor: pointer;
}

.plan_box.pro_plan {
  border: 1px solid #000000;
  box-shadow: 0px 5px 0px 0px #000000;
}

.plan_box .plan_title {
  width: 100%;
}

.plan_box .plan_title h3 {
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}

.plan_box .plan_title span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--Neutral-60);
}

.plan_box .plan_price {

  border-bottom: 1px solid var(--Neutral-40);
  width: 100%;
}

.plan_box .plan_price h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}


.plan_box .plan_price span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--black);
}

.bg_light_blue {
  background-color: var(--lightblue40);
}

.plan_list {
  margin: 0;

  width: 100%;
}

.plan_list li {
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background-image: url('../img/check-circle-1.svg');
  background-repeat: no-repeat;
  padding-left: 35px;
}

.plan_box.black {
  background-color: var(--black);
  color: var(--white);
  box-shadow: 0px 5px 0px 0px var(--primary);

}

.plan_box.current_plan.black {
  display: inline-block;
}

.plan_box.black .plan_price span {
  color: var(--white);
}

.finish {
  color: var(--Neutral-60) !important;
}

/*.plan_list.match {
  padding: 0 0 110px;
}
*/
.footer_sec {
  background-color: var(--black);
  padding: 70px;
  border-radius: 45px 45px 0px 0px;
  margin-top: 60px;
}

.footer_sec .footer_main_item {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_sec .footer_main_item .footer_logo img {
  width: 200px;
}

.footer_sec .footer_main_item .quick_link ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_sec .footer_main_item .quick_link ul li {
  list-style: none;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.footer_sec .footer_main_item ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_sec .footer_main_item ul li {
  list-style: none;
}

.location_details {
  margin-top: 40px;
  border-bottom: 1px solid var(--Neutral-70);
  padding-bottom: 20px;
}

.location_details span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 10px;
}

.location_details ul {
  padding: 0;
  margin: 20px 0 0;
}

.location_details ul li {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  list-style: none;
}

.copy_right {
  display: flex;
  align-items: center;
  color: var(--white);
  margin: 30px 0 0;
  justify-content: space-between;
}

.copy_right ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.copy_right ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .textimonial_sld {
    padding: 50px 40px;
  }

  .testimonial_box {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .yourself_box h2 {
    font-size: 35px;
  }

  .yourself_box {
    padding: 22px;
  }

  .footer_sec {
    padding: 40px;
  }

  .copy_right ul {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 15px;
  }

  .banner_title h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .toggle_box {
    padding: 30px 30px;
  }

  .header_sec .nabvar_link_box ul li a {
    font-size: 20px;
  }

  .bottom_header .bottom_header_inner h3 {
    font-size: 25px;
    line-height: 37px;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul li a {
    font-size: 25px;
  }
}

.main_box {
  background-color: var(--lightblue10);
  position: relative;
}

.main_box .main_box_inner {
  display: flex;
}

.content_box {
  position: relative;
  max-width: 100%;
  flex: 0 0 84%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

/* start sidebar css */
.sidebar_sec {
  flex: 0 0 15%;
  position: relative;
}

.sidebar_sec .sidebar_inner {
  padding: 24px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar_sec .sidebar_inner .sidebar_logo {
  margin-bottom: 55px;

}

.sidebar_sec .sidebar_inner .sidebar_logo img {
  max-width: 100%;
}

.sidebar_sec .sidebar_inner .logout_box {
  position: absolute;
  bottom: 90px;
}

.logout_box button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
}

.logout_box a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
}

.sidebar_sec .sidebar_inner .sidebar_menu ul {
  padding: 0;
  margin: 0;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li {
  list-style: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active {
  background: var(--primary);
  border-radius: 10px;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active a {
  color: var(--white);
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active a img {
  filter: brightness(0) invert(1);
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sidebar_toggle {
  display: none;
}

.sidebar_toggle span {
  display: flex;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 2px;
  background: #000;
  width: 30px;
  transition: 0.3s;
}

.sidebar_toggle span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  .sidebar_sec {
    position: fixed;
    left: -280px;
    transition: 0.5s;
    z-index: 3;
  }

  .content_box {
    flex: 0 0 100%;
  }

  .active .sidebar_toggle span:nth-child(2) {
    display: none;
  }

  .active .sidebar_toggle span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 4px;
  }

  .active .sidebar_toggle span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
  }

  .active .sidebar_sec {
    left: 0;
  }

  .sidebar_toggle {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 4px;
    border-radius: 30px;
    height: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: none;
  }
}

/* end sidebar css */
.header_sec_deshaboard {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.header_sec_deshaboard .header_sec_deshaboard_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item .prfile_img {
  width: 40px;
  border-radius: 10px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item .Notification_icon {
  width: 25px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item select {
  padding: 10px 40px 10px 10px;
  border-radius: 10px;
  appearance: none;
  background: var(--Miscellaneous-Button---Tinted-Fill, rgba(0, 122, 255, 0.15));
  background-image: url('../img/fi_chevron-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  border: none;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item select:focus {
  outline: none;
  border: none;
}

.outer_gap {
  padding: 25px;
}

.full_plan_box {
  border-radius: 25px;
  padding: 20px;
  background-color: var(--white);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  /*  box-shadow: 0px 5px 0px 0px #191A23;
  border: 1px solid var(--Neutral-80);*/
}

.full_plan_box .outline_btn {
  color: var(--primary);
}

.full_plan_box .full_plan_box_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.full_plan_box .plan_character h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.full_plan_box .plan_character span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.full_plan_box .plan_title h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.full_plan_box .plan_title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.full_plan_box .Upgrade_plan {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: var(--primary);
}

.current_plan_box {
  background-color: var(--white);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 20px;
}

.current_plan_box .current_plan_title h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
  white-space: nowrap;
}

.current_plan_box .current_plan_title {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  border-bottom: 1px solid var(--Neutral-40);
  padding-bottom: 20px;
}

.current_plan_box .current_plan_title a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  white-space: nowrap;
}

.current_plan_box .available_times {
  margin-top: 20px;
}

.current_plan_box .available_times img {
  width: 54px;
  margin-bottom: 6px;
}

.available_times.main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.current_plan_box .available_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}

.current_plan_box .available_times span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--Neutral-60);
}

.current_plan_box .available_times h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.upload_box {
  background-color: var(--white);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  border: 1px dashed var(--Neutral-50);
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.upload_box input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.upload_box .upload_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.upload_box .upload_icon img {
  width: 50px;
  margin-bottom: 15px;
}

.upload_box .upload_icon h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary);
}

.upload_box .upload_icon span {
  color: var(--Neutral-60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.audiobook_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 2px;
}

.audiobook_title h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  white-space: nowrap;
}

.audiobook_title .btn_blue {
  margin-right: 0;
  margin-bottom: 20px;
}

.audiobook_table.table thead tr th {
  border-bottom: none;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--Neutral-80);
}

.audiobook_table.table tr td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--Neutral-80);
  border-bottom: 1px solid var(--Neutral-30);
}

.audiobook_table.table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.input_field {
  background: var(--white);
  border: 1px solid var(--Neutral-40);
  padding: 13px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 10px;
  color: var(--Neutral-70);
  width: 100%;
  margin-bottom: 10px;
}

.spaceX .spaceX_inner {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 62%;

}

.language-in {
  flex: 1;

}


.spaceX {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;

}

.audio_sidebar {
  width: 100%;
  height: calc(100vh - 206px);
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 400px;
}

.audio_sidebar {
  border: 1px solid rgba(129, 129, 129, 0.28);
  background: rgba(255, 255, 255, 0.00);
  padding: 15px;
}

.audio_addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 15px;
}

.chapter_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 15px;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid var(--Neutral-40);
  cursor: pointer;
}

.chapter_box:hover {
  box-shadow: var(--shadow);
  background: var(--white);
  border: 1px solid var(--primary);
}

.chapter_box img {
  width: 25px;
}

.chapter_box .chapter_title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
}

.chapter_box .chapter_title span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--Neutral-60);
}

.timer_sec .timer_inner {
  border: 1px solid rgba(129, 129, 129, 0.20);
  background: rgba(217, 217, 217, 0.18);
  height: calc(100vh - 206px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}

.timer_sec .timer-box {
  display: flex;
  align-items: center;
  /* gap: 15px; */
  position: relative;
  z-index: 1;
  padding: 0px 60px;
  top: -6px;
}

.timer_sec .timer-box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--Neutral-60);
  border: 1px solid var(--Neutral-50);
  padding: 8px;
  background: #f8f8f8;
}

.timer_sec .pause-icon {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.timer_sec .pause-bar {
  width: 7px;
  height: 25px;
  background-color: #555;
  border-radius: 10px;
}

.timer_sec .play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid var(--primary);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.cart_box {
  position: relative;
  margin-bottom: 30px;
}

.cart_box::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: var(--Neutral-50);
}

.cart_header .cart_header_inner {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.cart_header {
  padding: 20px;
}

.cart_header .cart_header_inner h5 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  line-height: 28px;
}

.cart_header .cart_header_inner h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  border: 1px solid rgba(129, 129, 129, 0.20);
  background: rgba(217, 217, 217, 0.00);
  padding: 12px 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.robert_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart_header p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

.cart_header .user1_img img {
  width: 25px;
}

.emoji_drop_down .dropdown-container {
  position: relative;
  width: 180px;
}

.emoji_drop_down .dropdown-button {
  border: 1px solid rgba(129, 129, 129, 0.2);
  padding: 5px 6px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
}

.emoji_drop_down .dropdown-button::after {
  content: '';
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.2s ease;
  background-image: url('../img/fi_chevron-down.svg');
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 11px;
  position: absolute;
  filter: opacity(0.5);
}

.emoji_drop_down .dropdown-button.active::after {
  transform: rotate(180deg);
}

.emoji_drop_down .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 10;
}

.emoji_drop_down .dropdown-item {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.emoji_drop_down .dropdown-item:hover {
  background: #eee;
}

.player_audio {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}

.audio_box {
  width: 100%;
}

.audio_box audio {
  width: 100%;
}

.play_back_box {
  background-color: var(--white);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(129, 129, 129, 0.26);
}

.play_back_box h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.play_back_box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.voice_main_bar {
  flex: 0 0 25%;
}

.voice_bar {
  border: 1px solid rgba(129, 129, 129, 0.20);
  background: rgba(217, 217, 217, 0.00);
  height: calc(100vh - 206px);
  overflow-x: hidden;
  overflow-y: auto;
}

.voice_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 20px 5px;

}

/*.chapter-bigg.your {
  border-bottom: 1px solid var(--Neutral-50);
}*/

.voice_search h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.voice_search img {
  width: 19.048px;
  height: 19.263px;
}

.recent_user_sec {
  padding: 1px 23px;
}

.recent_user_sec h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--Neutral-80);
  margin-bottom: 20px;
}

/*.user_list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}*/

.user_itm {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}

.user_itm img {
  width: 45px;
  height: 44px;
  border-radius: 5px;
  object-fit: cover;
}

.user_text h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;

}

.user_text span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.spaceX_main_box {
  display: flex;
  align-items: start;
  gap: 25px;
}

.chapter_sidebar {
  flex: 0 0 calc(22% - 25px);
}

.middle_box {
  flex: 0 0 50%;
}

.all_voices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.all_voices h4 {
  margin: 0;
}

.all_voices .lang-dropdown {
  position: relative;
  display: inline-block;
  border: 2px solid #0066ff;
  border-radius: 50px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid rgba(129, 129, 129, 0.26);
  background: rgba(0, 0, 0, 0.00);
  color: var(--Neutral-50);
  cursor: pointer;
  min-width: 120px;
}

.all_voices .lang-dropdown .selected {
  display: flex;
  align-items: center;
  gap: 6px;
}

.all_voices .lang-dropdown img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.all_voices .lang-dropdown .arrow {
  margin-left: auto;
  font-size: 10px;
}

.all_voices .lang-options {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  min-width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  z-index: 1;
  overflow: hidden;
  right: -14px;
}

.all_voices .lang-options div {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.all_voices .lang-options div:hover {
  background-color: #f0f0f0;
}

.all_voices .lang-options img {
  width: 20px;
  height: 20px;
}

.chapter_toggle {
  background: transparent;
  border: none;
  display: none;
}

.chapter_toggle img {
  width: 40px;
}

.voice_info_toggle {
  background: transparent;
  border: none;
  display: none;
}

.voice_info_toggle img {
  width: 40px;
}

.aling_info_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spaceX_text h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  cursor: pointer;
  max-width: 100%;
}

.spaceX_text span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: var(--Neutral-60);
}

body.active {
  overflow: hidden;
}

.select_cart_box.cart_box::after {
  display: none;
}

.cart_box.select_cart_box {
  border: 2px solid var(--primary);
  margin: 0px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.cart_box.select_cart_box .timer-box {
  display: inline-flex;
  position: absolute;
  top: -24px;
  background: #f8f8f8;
  left: 39px;
  padding: 0 1px;
}

.profile_cart_box h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 360px;
}

.cart_box.select_cart_box .cart_header {
  padding: 35px 15px !important;
}

.cart_box.select_cart_box .timer-box.bottom_time_box {
  bottom: -16px;
  top: auto;
}

/* new css start */
/*login sign up css start*/
.form-section {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo {
  font-size: 28px;
  margin-bottom: 20px;
}

.subtitle {
  margin-bottom: 30px;
  color: #555;
}

.login-main-box input {
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 14px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  border-radius: 15px;
  margin-bottom: 5px;
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
  height: 60px;
}

input:focus-visible {
  outline: none;
  -webkit-outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

textarea:focus-visible {
  outline: none !important;
  -webkit-outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.password-wrapper {
  position: relative;
}

.password-wrapper i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(41%);
  cursor: pointer;
  color: #777;
}

.terms {
  font-size: 14px;
  margin: 15px 0;
}

.terms a {
  color: #0066ff;
  text-decoration: none;
}

.btn-primary {
  width: 100%;
  padding: 12px;
  text-align: center;
  display: block;
  color: #fff !important;
  text-decoration: none;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 80px;
  background: #010AFE;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

a.sign-in.w-100 {
  display: flex;
  width: 400px;
  height: 60px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 80px;
  background: #010AFE;
  color: #fff;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.t .divider {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #999;
}

.btn-google {
  padding: 12px;
  color: #333;
  font-size: 16px;
  display: flex;
  border-radius: 10px;
  border: 1px solid #E6E8E7;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 54px;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 80px;
}

.login-link {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}

.login-link a {
  color: #0066ff;
  text-decoration: none;
}

.image-section {
  flex: 1;
  background: linear-gradient(to top right, #a3c1f7, #fddde6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.bg-image {
  width: 90%;
  height: 90%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.login-in {
  position: relative;
  padding-bottom: 72%;
  border-radius: 30px;
  overflow: hidden;
}

.login-in img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.form-section h2 {
  color: var(--Neutral-100, #101010);
  font-family: Geist;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.contact-title {
  text-align: center;
  margin-bottom: 30px;
}

.contact-title h2 {
  text-align: center;
  margin-bottom: 10px;
  padding: 75px 0px 0px 0px;
  font-size: 48px;
  font-weight: 500;
}

.contact-title p {
  font-size: 16px;
  color: #555;
}

.contact-box {
  display: flex;
  border: 10px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.left-box {
  background-color: #0019ff;
  color: #fff;
  flex: 1;
  padding: 40px 30px;
  position: relative;
  border-radius: 15px;
}

.right-button {
  text-align: right;
}

.left-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.left-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.left-box .subtitle {
  margin-bottom: 30px;
  color: #555;
  color: var(--Neutral-20, #F5F5F5);
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.left-box .info p {
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  gap: 12px;
}

.left-box i {
  margin-right: 10px;
}

.social-icons {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ccc;
}

.right-box {
  flex: 2;
  padding: 40px 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-row {
  display: flex;
  gap: 20px;
}

.input-row input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

.phone-input span {
  background: #ffffff;
  padding: 12px 10px;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

.phone-input input {
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
  color: #000;
}

textarea {
  resize: vertical;
}

button {
  padding: 14px;
  background-color: #0019ff;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

button:disabled {
  background-color: #999dff;
  border: 1px solid #999dff;
}

a.Upgrade.w-100.big {
  padding: 14px;
  background-color: #0019ff;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.left-box p {
  font-size: 16px;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }

  .left-box,
  .right-box {
    padding: 30px 20px;
  }

  .social-icons {
    position: static;
    margin-top: 30px;
  }

  .input-row {
    flex-direction: column;
  }
}

/* >>> FAQ STYLES <<< */
.faq_container {
  border: 1px solid var(--Neutral-80);
  border-radius: 20px;
  margin-bottom: 20px;
  background: var(--Neutral-10, #FFF);
}

.faq_main_container {
  width: 90%;
  margin: 0 auto;
  padding: 35px 0px 0px 0px;
}

.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 20px;
  /* border: 1px solid var(--Border-Strk, #232323); */
  background: var(--Neutral-10, #FFF);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}

.fqa_headline_container h2 span {
  font-weight: 700;
}

.faq_question-text h3 {
  font-size: 24px;
  font-weight: 600;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}

.icon:hover {
  cursor: pointer;
}

.icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}

.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background: #010afe;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background: #010afe;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}

.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

.faq_main_container h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
}

/*dashboard css start..*/
.main_box {
  background-color: var(--lightblue10);
  position: relative;
}

.main_box .main_box_inner {
  display: flex;
}

.content_box {
  position: relative;
  max-width: 100%;
  flex: 0 0 85%;
  height: 100vh;
}

/* start sidebar css */
.sidebar_sec {
  flex: 0 0 15%;
  position: relative;
  background: var(--Neutral-10, #FFF);
  box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.Upgrade_plan h4 {
  text-align: center;
}

.sidebar_sec .sidebar_inner {
  padding: 24px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar_sec .sidebar_inner .sidebar_logo {
  margin-bottom: 55px;
}

.sidebar_sec .sidebar_inner .sidebar_logo img {
  max-width: 100%;
}


.sidebar_sec .sidebar_inner .sidebar_menu ul {
  padding: 0;
  margin: 0;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li {
  list-style: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active {
  background: var(--primary);
  border-radius: 10px;
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active a {
  color: var(--white);
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li.active a img {
  filter: brightness(0) invert(1);
}

.sidebar_sec .sidebar_inner .sidebar_menu ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sidebar_toggle {
  display: none;
}

.sidebar_toggle span {
  display: flex;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 2px;
  background: #000;
  width: 30px;
  transition: 0.3s;
}

.sidebar_toggle span:last-child {
  margin-bottom: 0;
}

.logout_box a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
}

@media screen and (max-width: 1300px) {
  .sidebar_sec {
    position: fixed;
    left: -280px;
    transition: 0.5s;
    z-index: 3;
  }

  .content_box {
    flex: 0 0 100%;
  }

  .active .sidebar_toggle span:nth-child(2) {
    display: none;
  }

  .active .sidebar_toggle span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 4px;
  }

  .active .sidebar_toggle span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
  }

  .active .sidebar_sec {
    left: 0;
  }

  .sidebar_toggle {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 4px;
    border-radius: 30px;
    height: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: none;
  }
}

/* end sidebar css */
.header_sec_deshaboard {
  background-color: var(--white);
  padding: 20px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item .prfile_img {
  width: 40px;
  border-radius: 10px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item .Notification_icon {
  width: 25px;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item select {
  padding: 10px 40px 10px 10px;
  border-radius: 10px;
  appearance: none;
  background: var(--Miscellaneous-Button---Tinted-Fill, rgba(0, 122, 255, 0.15));
  background-image: url('../img/fi_chevron-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  border: none;
  color: #101010;
  cursor: pointer;
}

.header_sec_deshaboard .header_sec_deshaboard_inner .prfile_item select:focus {
  outline: none;
  border: none;
}

.outer_gap {
  padding: 25px;
}

.full_plan_box {
  border-radius: 25px;
  padding: 20px;
  background-color: var(--white);
  /*  box-shadow: 0px 5px 0px 0px #191A23;
  border: 1px solid var(--Neutral-80);*/
  margin-bottom: 50px;
}

.full_plan_box .outline_btn {
  color: var(--primary);
}

.full_plan_box .full_plan_box_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.full_plan_box .plan_character h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.full_plan_box .plan_character span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.full_plan_box .plan_title h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.full_plan_box .plan_title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.full_plan_box .Upgrade_plan {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: var(--primary);
}

/*Dashboard Dashboard csss start.*/
.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-bar h2 {
  font-size: 24px;
  margin: 0;
  color: #222;
}

.search-create {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.search-box {
  position: relative;
}

.search-box input {
  padding: 8px 30px 8px 15px;
  border-radius: 20px;
  outline: none;
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
  color: #000;
}

.search-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.create-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
}

.create-btn:hover {
  background-color: #0033cc;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 12px 10px !important;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.action-icons i {
  cursor: pointer;
  margin-right: 10px;
  color: #555;
}

.action-icons i:hover {
  color: #0044ff;
}

.action-icons i {
  cursor: pointer;
  margin-right: 10px;
  color: #010afe;
  font-size: 16px;
}

td.action-icons {
  text-align: center;
}

th.action-icons {
  text-align: center;
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .search-create {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .search-box input {
    width: 100%;
  }

  .create-btn {
    width: 100%;
  }

  tr {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: bold;
    color: #555;
    text-align: left;
  }

  .action-icons {
    text-align: left;
  }
}

/*Modal css start...*/
.checkmark {
  background-color: #0000ff;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin-bottom: 20px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.title {
  margin-bottom: 12px;
  color: var(--Neutral-100, #101010);
  text-align: center;
  font-family: Geist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.info-box {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin-bottom: 31px;
  line-height: 20px;
}

.info-box p {
  font-size: 16px;
  margin-bottom: 5px;
}

.info-box span {
  color: #0000ff;
  font-weight: 500;
}

.modal-content.big {
  width: 630px;
  border-radius: 15px;
  border: 0;
  padding: 24px 20px;
}

.btn {
  background-color: #0000ff !important;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background-color: #0000cc;
  color: #ffffff;
}

.modal-body {
  text-align: center;
}

.profile-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 16px;
  width: fit-content;
  margin-bottom: 38px;
}

.profile-img {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.edit-icon {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 35px;
  height: 35px;
  background-color: #010afe;
  /* border-radius: 29px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid white;
  border-radius: 20;
  border-radius: 10px 10px 10px 10px;
}

.edit-icon img {
  width: 16px;
  height: 16px;
}

.profile-info {
  display: flex;
  flex-direction: column;
}

.profile-info .name {
  font-weight: 600;
  font-size: 18px;
}

.profile-info .name {
  font-weight: 600;
  font-size: 24px;
}

.edit-icon i {
  color: #fff;
  font-size: 14px;
}

.role {
  font-size: 17px;
  color: #606060;
}

.tab-container {
  display: flex;
  background: #f9f5f5;
  padding: 7px 8px;
  border-radius: 30px;
  width: fit-content;
  margin-bottom: 40px;
  padding: 8px;
  border-radius: 50px;
  background: var(--Neutral-10, #FFF);
  border: 1px solid var(--Neutral-40, #D6D6D6);
  gap: 10px;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  color: var(--Neutral-70, #606060);
  transition: background 0.3s, color 0.3s;
  /* border: 1px solid #ccc; */
  background-color: red;
  background: var(--Neutral-20, #F5F5F5);
}

.tab-button:hover {
  background-color: #e0e0e0;
  background: var(--Neutral-20, #F5F5F5);
}

.tab-button.active {
  background-color: #002fff;
  color: #fff;
}

.tab-content {
  margin-top: 20px;
  display: none;
}

.tab-content.active {
  display: block;
}

.form_bx_inner input {
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 14px;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  border-radius: 12px;
  /*margin-bottom: 25px;*/
  background: var(--Neutral-10, #FFF);
  border: 1px solid var(--Neutral-40, #D6D6D6);
  color: var(--Neutral-70, #606060);
  height: 60px;
  color: var(--Neutral-70, #606060);
}

.form_bx_inner {
  margin-bottom: 20px;
}

.changes-btn button {
  width: 100% !important;
  height: 55px;
}

.form_bx_inner i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(41%);
  cursor: pointer;
  color: #777;
}

.form_bx_inner {
  position: relative;
}

.form-group {
  width: 300px;
  margin: auto;
  font-family: sans-serif;
}

.password-field {
  position: relative;
  margin-bottom: 15px;
}

.password-field input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.toggle-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  font-size: 18px;
}

.update-btn {
  width: 100%;
  padding: 14px;
  background-color: blue;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

/*hide show page sart..*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #beb9b9;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #002fff;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.Notifications-boxx h2 {
  font-weight: 500;
  font-size: 21px;
  margin-right: 50px;
  margin-bottom: 0px;
}

.Notifications-boxx {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}

.delete-btn {
  width: 40%;
  padding: 14px;
  background-color: blue;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.title.delete {
  margin-bottom: 20px;
}

button.outline_no {
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 53px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  background-color: transparent;
  color: #0000ff;
}

button.btn_blue-yes {
  border-radius: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 53px;
  gap: 10px;
  white-space: nowrap;

  margin-right: 10px;
}

/*privacy policy css start..*/
.privacy-big {
  padding: 35px 17px;
}

.privacy-big.sart h6 {
  font-size: 20px;
  font-weight: 600;
}

.privacy-big p {
  color: #001F3F;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.privacy-big.sart h2 {
  color: var(--Primary-Black, #000);
  font-family: Geist;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.privacy-big b,
strong {
  font-weight: bolder;
  font-weight: 400;
}

.privacy-big ul {
  margin: 10px 0 20px 20px;
  list-style-type: disc;
}

.privacy-big ul li {
  margin-bottom: 5px;
  text-align: justify;
}

.modal-header {
  justify-content: end;
  position: relative;
  z-index: 1;
}

.free-demo-big {
  margin-bottom: 20px;
}

button.btn.text-end {
  padding: 10px 15px;
  border-radius: 10px !important;
}

.form_footer_n {
  text-align: center;
  color: var(--Neutral-80, #383838);
  text-align: center;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.form_footer_n a {
  color: var(--Primary-Color, #010AFE);
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.features-big {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: auto;
  height: 80vh;
}

a.big-free {
  color: #010afe;
}

.table-responsive {
  overflow-x: auto n !important;
  -webkit-overflow-scrolling: touch !important;
  background-color: #fff !important;
  padding: 24px 20px !important;
  border-radius: 0px 0px 20px 20px;
}

table.audiobook_table.table {
  background-color: #ffffff;
  border-radius: 20px;
}

.top-bar {
  background-color: #ffff;
  padding: 24px 20px;
  border-radius: 20px 20px 0px 0px;
}

table.audiobook_table.table thead th:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

table.audiobook_table.table thead th:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

table.audiobook_table.table th {
  background-color: #F5F5F5;
}

section.faq-big {
  position: relative;
}

div {
  transition: all ease 0.5s;
}



/* about css start */

.bg_main_img {
  position: relative;


}

.bg_main_img {
  background-image: url('../../img/border_shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  background-position-x: center;
}

section.faq-big {
  background-image: url('../../img/border_shape.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-position-x: center;
}

.about_banner {
  text-align: center;
  padding: 0px 30px;
  margin-top: 30px;
}

.iti__selected-flag {
  position: relative;
  top: -3px;
}

.about_banner h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.about_banner p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}



.list_language ul {
  padding: 0;
  margin: 0;

}

.list_language ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

}

input.input_Languages {
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
  height: 50px;
  flex-shrink: 0;
  padding: 16px;
  width: 343px;
  color: #000;
}

.list_language ul li {
  list-style: none;


  background: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;

}

ul.big-list li {
  background: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

ul.big-list span {
  font-weight: 500;
}

ul.language-options li {
  padding: 0;
}

.list_language ul li img {
  width: 27px;
}


.blck_shadwo_box {
  border-radius: 30px;
  border: 1px solid var(--Neutral-80, #383838);
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 5px 0px 0px #191A23;
  padding: 30px;

}

.vision_title h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.vision_title h2::after {
  content: '';
  background-color: #C2C2C2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
  height: 1px;

}

.vision_title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.blck_box {
  background-color: var(--black);
  border-radius: 30px;
  padding: 51px 20px;

}

.affordable_box {
  background-color: #F0EFEB;
  border-radius: 30px;
  padding: 50px 30px;
  position: relative;
}

.affordable_box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--primary);
  width: 7px;
  height: 67px;
}

.affordable_box h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.affordable_box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}



.crose_btn {
  background-color: transparent;

}

.disable_btn {
  opacity: 0.5;
}


.current_plan {
  position: relative;
  border: 1px solid var(--primary);

}

.current_plan_tag {
  background: var(--primary);
  padding: 5px 20px;
  border-radius: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -17px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

/* about css end */


.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #D9D9D9;

}

.separator:not(:empty)::before {
  margin-right: .5em;
}

.separator:not(:empty)::after {
  margin-left: .5em;
}

.separator {
  font-weight: 600;
  padding: 10px 0;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* Hide default checkbox */
.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

/* Custom checkbox style */
.custom-checkbox {
  width: 24px;
  height: 24px;
  background-color: #cccccca6;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}

/* White tick inside */
.custom-checkbox::after {
  content: "\f00c";
  /* fa-check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: white;
  display: none;
  /* hidden by default */

}

/* Show checkmark when checked */
.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox {
  background-color: #0019ff;
}

.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox::after {
  display: block;
}

/* Text style */
.checkbox-text {
  font-size: 16px;
  color: #2c0000;
}

.checkbox-text a {
  color: #0019ff;
  text-decoration: none;
}

.checkbox-text a:hover {
  text-decoration: underline;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.modal-footer {
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
}

.modal-header button {
  position: absolute;
  top: 0px;
}

.free.demo-big {
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(4px);
}

.modal-demo {
  background: rgb(0 0 0 / 58%);
  backdrop-filter: blur(4px);
}

.pb-5.mb-2.big-logo img {
  max-width: 100%;
  width: 210px;
}



.selected span {
  color: var(--Neutral-60, #878787);
  text-align: center;
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}



body.user-main::before {
  display: none;
}

body::after {
  display: none;
}

a.Your-dashboard {
  color: var(--Neutral-10, #FFF);
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  height: 50px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: var(--Primary-Color, #010AFE);
}

section.printer-big {
  position: relative;

}

section.printer-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* left: 0; */
  background: var(--Gradient, linear-gradient(211deg, #7265F3 26.24%, #016FFE 86.27%));
  filter: blur(150px);
  height: 243px;
  width: 243px;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  top: 79px;
}

section.big-contact {
  background-image: url(../img/border_shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position-x: center;
}

section.big-warp-new {
  position: relative;
}

section.big-warp-new::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* left: 0; */
  background: var(--Gradient, linear-gradient(211deg, #7265F3 26.24%, #016FFE 86.27%));
  filter: blur(150px);
  height: 243px;
  width: 243px;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  top: 79px;
}


.big-textarea textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
}

.picture {

  cursor: pointer;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
}

.picture:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {}

label.picture input {
  background-color: transparent;
  display: none;
}

ul.big-list {
  justify-content: center;
}


/* Custom Navigation Arrows */
.custom-nav {
  position: absolute;
  top: 32px;
  right: -20%;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: transparent !important;
}

.swiper-slide-arrow-bottom {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}

.swiper-button-prev.custom-nav {
  left: 0px;
}

.swiper-button-next.custom-nav {
  right: 0px;
}

/* Optional hover effect */
.custom-nav:hover {
  background: #ffffff30;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Optional: override default Swiper icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: 'Font Awesome 6 Free';
  /* optional if you're using custom icons */
  content: '';
}

small.error-msg {
  color: red;
  font-size: 11px;
  margin-bottom: 20px;
  margin-left: 9px;
}

textarea.form-control.big-main {
  border-radius: 20px;
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  color: #000;
}

select.form-select.big-main {
  height: 51px;
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  /* background: var(--Neutral-10, #FFF); */
}

.bg_white.pb-0.premium {
  border-radius: 30px;
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 0px 0px 0.5px #E4E5E9, 0px 0px 0px 1px rgba(228, 229, 233, 0.60), 0px 0px 0px 3.5px #F9F9FB, 0px 0px 0px 4px #F3F4F7;
  padding: 35px 42px;
}

button.trans_btn {
  border-radius: 80px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

button.trans_btn img {
  width: 29px;
  width: 24px;
  height: 24px;
}

button.trans_btn i {
  width: 65px;
  height: 15px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #000;
  font-size: 25px;
}

.img_dash.text-center {
  padding: 17px 17px 0px !important;
  border-radius: 30px;
  border: 8px solid var(--Neutral-10, #FFF);
  background: var(--Primary-Color, #F0EFEB);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.audiobook_title {
  background-color: #ffff;
  padding: 18px 20px;
  border-radius: 20px 20px 0px 0px;
}

a.btn_blue.used {
  margin-bottom: 0;
}

.full_plan_box.testing {
  margin-bottom: 50px;
}

a.attachment.big {
  font-size: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
}


/* CSS for verify OTP and forgot password ---->*/

a.forgot-big {
  text-align: right !important;
  color: var(--Primary-Color, #010AFE) !important;
  text-align: right;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.login-main-box.Forgot h2 {
  margin-bottom: 30px;
}

.otp-title {
  font-size: 32px;
  font-weight: 700;
  color: #1c0c0c;
  margin-bottom: 30px;
}

.verify-btn {
  background-color: #0000ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  width: 100%;
  padding: 12px;
  margin-top: 30px;
}

.otp-box {
  width: 79px !important;
  height: 75px !important;
  text-align: center !important;
  font-size: 24px !important;
  border-radius: 12px !important;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  margin: 0 5px !important;
  margin-bottom: 17px !important;
}

.login-main-box.Forgot {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.profile_cart_box img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.play-button {
  background-color: #010afe;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  justify-content: center;
  cursor: pointer;
}

#recent_user_sec .user_itm {
  cursor: pointer;
}

#userList .user_itm {
  cursor: pointer;
}

.user_text {
  position: relative;
  width: 50%;
  flex: 1;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.chapter_box.active {
  box-shadow: var(--shadow);
  background: var(--white);
  border: 1px solid var(--primary);
}

.big-update {
  text-align: right;
}

.chapter_title.main {
  width: 100%;
}

.main-tital {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.icon-warp i {
  color: #010afe;
  cursor: pointer;
}

.big-save i {
  font-size: 20px;
  color: #010afe;
  /* align-items: anchor-center; */
  margin-left: 10px;

}

#titleEditContainer i {
  font-size: 20px;
  color: #010afe;
  /* align-items: anchor-center; */
  margin-left: 8px;
  /* margin-top: -18px; */
  margin-right: 12px;
}

#chapterTitleText-undefined {
  margin-right: 13px;
}

.plan_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Push button to bottom */
  align-items: center;
  height: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  /* Required if used inside grid or equal height layout */

}

.plan_box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.09);
  box-shadow: none !important;
}

.right-box input {
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 14px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  border-radius: 15px;
  margin-bottom: 5px;
  border-radius: 12px;
  border: 1px solid var(--Neutral-40, #D6D6D6);
  background: var(--Neutral-10, #FFF);
  height: 60px;

}

.iti {
  width: 100%;
}

.iti__selected-flag {
  margin-top: 22px;
  height: auto !important;

}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #d6d6d6 !important;
}

.big-input {
  margin-bottom: 30px;
}

.big-input.in {
  margin-bottom: 12px;
}

.modal-header.caret-in button.btn-close {
  right: 0px;
}

.modal-content.big-creat {
  padding: 28px 26px 32px;
}

.modal-header.caret-in {
  display: block;
}

.modal-header.caret-in h5 {
  margin-bottom: 35px;
}

.form-group.main {
  width: 100%;
  margin-bottom: 15px;
}

.icon-minnn .d-inline-block {
  display: inline-block !important;
  padding: 13px 20px;
  height: 43px;
}


.invalid-feedback {
  text-align: left;
}

input.is-invalid,
textarea {
  background-image: none !important;
  padding-right: 0.75rem !important;
  /* Optional: reduce right padding */
  background-position: unset !important;
  background-repeat: no-repeat;
}

.modal-content.chpter {
  max-width: 680px;
  margin: 0 auto;
  padding: 33px 30px !important;
}

.save-big {
  margin-bottom: 20px;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.language-radio input[type="radio"]:checked~img {
  filter: none !important;
}


.list_language ul li {
  padding: 0;
}

.list_language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.list_language.main.mt-5 {
  justify-content: center;
  margin-bottom: 0px !important;
}

.list_language.main.mb-5.mt-5 ul li {
  padding: 6px 15px;
}


a.main-des {
  display: flex;
  gap: 10px;
  text-decoration: none;
  align-items: center;
}

.big-profie {
  display: flex;
  gap: 10px;
  align-items: center;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}



.testmonial_user {
  position: relative;
}

.voice-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show 3 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.voice-desc.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-toggle {
  color: #007bff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
}


.user_text.voice {
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.user_itm.voice-card.active {
  border: 1px solid #010afe;
  border-radius: 10px;
}

.user_itm.voice-card.active .icon-check {
  /* opacity: 1; */
  display: block;
}

.user_itm.voice-card .icon-check {
  display: none;
}

/* css for userdashboard page 
#playPreviewBtn {
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
}

.language-options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.language-options li {
    margin: 0;
}

.language-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.language-radio input[type="radio"] {
    display: none;
}

.language-radio:hover {
    background-color: #f7f7f7;
}

.language-radio input[type="radio"]:checked+img+span,
.language-radio input[type="radio"]:checked~span {
    font-weight: 500;
    color: #010afe;
}

.language-radio input[type="radio"]:checked~img {
    filter: drop-shadow(0 0 2px #007bff);
}

.language-radio input[type="radio"]:checked~span::before {
    display: inline-block;
    margin-right: 5px;
    color: #010afe;
}



.custom-upload-box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    /* max-width: 400px; */
margin: 10px auto;
background-color: #fff;
}

.custom-ab-box h1 {
  font-size: 27px;
  text-align: left;
}

.custom-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-upload-btn:hover {
  background-color: #f9fafb;
}

.upload-icon {
  width: 18px;
  height: 18px;
}

.custom-file-input {
  display: none;
}

.custom-ab-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}


.custom-ab-box h2 {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  text-align: left;
}


.custom-ab-upload-btn {
  background: white;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.custom-ab-file-types {
  font-size: 12px;
  color: gray;
  margin-top: 8px;
  text-align: right;
}

.custom-ab-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.custom-ab-toggle-wrapper {
  margin-top: 20px;
}

.custom-ab-toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  justify-content: space-between;
}

.custom-ab-badge {
  font-size: 12px;
  background: #eee;
  padding: 2px 6px;
  border-radius: 4px;
}

.custom-ab-info {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  line-height: 1.4;
  text-align: left;
}



input[type="checkbox"]:checked+.custom-ab-switch {
  background: #4CAF50;
}

input[type="checkbox"]:checked+.custom-ab-switch::before {
  transform: translateX(20px);
}

.custom-ab-create-btn {
  width: 100%;
  padding: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

.characters {
  text-align: right;
}


.custom-ab-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.ab-switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ab-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}

.ab-switch-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.ab-switch-input:checked+.ab-switch-slider {
  background-color: #010afe;
}


.ab-switch-input:checked+.ab-switch-slider::before {
  transform: translateX(20px);
}

.seve-icon-new {
  display: flex;
  gap: 12px;
}

.seve-icon-new i {
  color: #010afe;
}

.manin-chapter {
  margin-bottom: 20px;
}

.avalibale {
  padding: 3px;
  border: 0;
  /* margin-top: -17px; */
  background-image: transparent;
  background-color: transparent;
  color: #000;
  font-size: 27px;
}




.custom-timer-box {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.custom-timer-box:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}


.plan_box {
  display: flex;
  flex-direction: column;


  padding: 25px;
  background-color: white;

  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  /* Let all plan boxes be equal in height */
}

/* Make sure all content inside stays consistent */
.plan_title h3,
.plan_title span,
.plan_price h2,
.plan_price span,
.plan_list li {
  margin-bottom: 10px;
}

/* Plan list alignment */
.plan_list {
  padding: 0;
  list-style: none;
  margin: 20px 0;

  flex-direction: column;
  gap: 8px;
  align-items: center;
  /* Center list items */
}

/* Button at the bottom */
.btn_blue {
  margin-top: auto;
  /* Push button to bottom of box */
  padding: 12px 20px;
  background-color: #0a00ff;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.iti__country-list {

  max-width: 372px;
}

.form-select.voice-select {
  margin-left: 7px !important;
  margin-top: 3px;
}

input::placeholder {
  color: var(--Neutral-70, #606060);
}

h5#editor_title input {
  background: transparent;
  border: 1px solid transparent;
  padding: 13px 8px;
  border-radius: 11px;
  width: 100% !important;
  color: #000 !important;
  border-bottom: 0 !important;
}

h5#editor_title img {
  margin-right: 6px;
}

.add-main input {
  background: var(--white) !important;
  border: 1px solid var(--Neutral-40) !important;
  padding: 13px 20px;
  border-radius: 11px;

  color: #000 !important;
}

.form-group.main input {
  padding: 12px;
}

.main-trasket.mt-4 {
  display: flex;
  justify-content: center;
}

.main-buttom button {
  background-color: transparent !important;
  border: 1px solid #0000ff;
  color: #0000ff;
}

.main-buttom button:hover {
  background-color: transparent !important;

  border: 1px solid #0000ff;
  color: #0000ff;
}

.cart_header_inner {
  transition: all 0.3s ease;
}

/* Style on hover */
.cart_header_inner:hover {
  border: 1px solid #cccc;
  padding: 5px 8px;
  border-radius: 15px;
}

/* Style when active (without hover) */
.cart_header_inner.active {
  border: 1px solid #cccc;
  padding: 5px 8px;
  border-radius: 15px;
}

.cart_header_inner:not(.active):hover input {

  border: none !important;

}