/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
a:hover, :hover{
  color: #ef9606;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
section{scroll-margin-top: 80px;}
.error{
  font-size: 12px;
  margin: 5px;
  text-align: left;
  display: none;
  color: red;
}
.banner{
  padding: 205px 0;
  position: relative;
}
.banner::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/ellipse.png)no-repeat;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bnr_txt h1{
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  vertical-align: middle;
  margin-bottom: 13px;
}
.bnr_txt h1 b{
  color: #EF9606;
  font-weight: 600;
}
.bnr_txt h6{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  color: #000000;
}
.bnr_txt p{
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 33px;
}
.download_btn{
  padding: 15px 29px;
  background: #000;
  border: 1px solid #000;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 15px 30px 0px #00000045;
}
.download_btn:hover{
  background: transparent;
  color: #000;
}
.about_blog{
  padding: 0 0 100px;
  background: #FFFAF2;
  border-radius: 90px 90px 0 0;
  border-top: 11px solid #FFD796;
}
.demand_bx{
  background: url(../images/abt-bg.png)no-repeat;
  background-size: cover;
/*  max-width: 990px;*/
  width: 100%;
  height: 220px;
  padding: 0 75px;
  border-radius: 30px;
  display: flex;
  align-items: flex-end;
  margin: -5em auto 50px;
  text-align: center;
}
.demand_img{
  margin: 0 auto;
  width: 60%;
}
.demand_txt{
  padding: 30px 30px 20px;
}
.demand_txt h3{
  font-weight: 700;
  font-size: 29px;
  line-height: 23px;
  color: #000;
  margin-bottom: 9px;
}
.demand_txt p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
.pre_btn{
  padding: 6px 5px 6px 22px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 90px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  grid-gap: 15px;
}
.pre_btn span{
  min-width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre_btn:hover{
  background: transparent;
  color: #000;
}
.title{
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 60px;
  position: relative;
}
.title::before{
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #EF9606;
  width: 56px;
  margin: 0 auto;
}
.abt_txt{
  padding-left: 1rem;
}
.abt_txt h3{
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 40px;
  position: relative;
}
.abt_txt h3::before{
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  border-bottom: 3px solid #EF9606;
  width: 56px;
}
.abt_txt p{
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  color: #000;
  margin-bottom: 14px;
}
.abt_txt ul{
  padding-left: 2rem;
}
.abt_txt ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}
.abt_txt ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px 0 0 -29px;
  background: url(../images/tick.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
}
.feature_blog{
  padding: 87px 0;
}
.features-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
.features-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1;
  min-width: 280px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-item span{
  min-width: 100px;
  height: 100px;
  border-radius: 30px;
  background: #FAE0B7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item span svg{
  width: 60px;
  height: 60px;
}
.feature-text h4 {
  margin: 0 0 7px;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.feature-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.phone-preview {
  max-width: 300px;
  flex-shrink: 0;
}
.phone-preview img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
  border-radius: 41px;
}
.features-left .feature-text h4, .features-left .feature-text p{
  text-align: right;
}
.steps_blog{
  padding: 60px 0;
}
.steps-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
}
.step {
  flex: 1;
  max-width: 300px;
  margin: 10px;
}
.step span{
  background: #FAE0B7;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.step p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: rgb(12 12 12 / 90%);
  margin: 13px auto;
}
.arrow {
  align-self: center;
  margin: 0 10px;
}
.download_blog{
  padding: 80px 0;
  background: url(../images/download-bg.png)no-repeat;
  width: 100%;
  height: auto;
  background-position: top center;
  background-size: cover;
}
.download_txt .title{
  color: #fff!important;
  text-align: left;
}
.download_txt .title::before{
  border-bottom: 3px solid #fff;
  right: auto;
}
.download_txt{
  padding-right: 8rem;
}
.download_txt p{
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #fff;
}
.download_txt h4{
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 30px;
}
.launch_tag{
  background: linear-gradient(90deg, rgba(239, 150, 6, 0.21) 0%, rgba(239, 150, 6, 0.105) 50%, rgba(239, 150, 6, 0) 100%);
  padding: 9px 15px;
  border-radius: 90px 0 0 90px;
  display: flex;
  align-items: center;
  grid-gap: 9px;
  font-weight: 700;
  font-style: Italic;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
.grp_btns{
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.grp_btns a{
  display: block;
}
.faq_blog{
  padding: 50px 0 100px;
}
.accordion-button {
  background-color: transparent;
  position: relative;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-right: 18px;

}

.accordion-button::after {
  display: none;
}
/* Add custom icon (+ and _) */
.accordion-button::before {
  content: '+';
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
  color: #EF9606;
}

.accordion-button:not(.collapsed)::before {
  content: '-';
}

.accordion-button:not(.collapsed) {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #000;
}

.accordion-body {
  padding: 0;
}

.accordion-body p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid #0000001A;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

/* Accordion Item Default Style */
.accordion-item {
  border: 2px solid #0000001A;
  border-radius: 18px;
  padding: 23px;
  margin-bottom: 16px;
  transition: border 0.8s ease-in-out, padding 0.8s ease-in-out, margin-bottom 0.8s ease-in-out; /* Smooth transition for border, padding, and margin */
}

/* Style for when the accordion item is open */
.accordion-item.open {
  border: 2px solid #EF9606;

}

/* Smooth transition for the expanded body */
.faq_blog .show {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-top: 15px;
  transition: padding-top 0.8s ease-in-out, margin-top 0.8s ease-in-out; /* Enhanced transition for padding and margin */
}

.access_blog{
  background: #242424;
  padding: 30px 0;
}
.access_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access_bx h3{
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}
.access_bx form{
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.access_bx form .form-group{
  margin-bottom: 0;
}
.access_bx form .form-control{
  background: #FFFFFF17;
  padding: 18px 25px;
  border-radius: 13px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border: 0;
  min-width: 578px;
  width: 100%;
}
.access_bx form .form-control::placeholder{
  color: rgba(255, 255, 255, 0.4);
}
.submit_btn{
  background: #EF9606;
  padding: 16px 30px;
  display: inline-block;
  border-radius: 13px;
  border: 2px solid #EF9606;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.submit_btn:hover{
  background: transparent;
  color: #EF9606;
  transition: all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-out;
  -moz-transition: all 0.5s ease-in-out;
}
.modal-bx .modal-content{
  border-radius: 30px;
  border: 0;
  padding: 25px;
}
.modal-bx .modal-header{
  display: block;
  border: 0;
  padding: 0 0 20px;
}
.modal-bx .modal-header a{
  display: block;
  margin: 0 auto;
  text-align:center;
}
.modal-bx .modal-header .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 30px 0 0;;
  padding: 0;
}
.modal-bx .modal-body span{
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}
.modal-bx .modal-body p{
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}