body {
  padding: 0px;
  margin: 0px;
  font-family: "Campton", "Campton", Montserrat;

}
.w-30{
  width: 30%;
}
.br10 {
  border-radius: 10px;
}

.container {
  max-width: 100% !important;
}

.ali-item-jus-con-cen {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px 20px;
}

.ali-item-jus-con-cen-text-cen {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ali-item-jus-con-start {
  align-items: start;
  justify-content: center;
}

.ali-item-jus-con-end {
  align-items: center;
  justify-content: flex-end;
}

.gap15 {
  gap: 15px!important;
}

.gap60 {
  gap: 60px;
}

.bgF8F8FD {
  background-color: F8F8FD;
}

.padtp50 {
  padding: 50px 0px;
}

.bgfff {
  background-color: #fff;
}

.bg0000FF {
  background-color: #0000FF;
}

.fff {
  color: #fff !important;
}

.fwb {
  font-weight: Bold !important;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top:15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.WH45px {
  width: 45px;
  height: 45px;
}

.w-75 {
  width: 75%;
}

.w-85 {
  width: 85%;
}

.mt40 {
  margin-top: 40px !important;
}

.p0 {
  padding: 0px;
}

body {
  padding: 0px;
  margin: 0px;

}

/* HERO WRAPPER */
.hero {
  background-image: url("./assets/images/home-banner.jpg");
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 120px;
}
.g-9{
  gap: 9px !important;
}
.h135 {
  font-size: 35px;
  font-family: "Campton", Montserrat;
  font-weight: Bold;
  line-height: inherit;
  color: #000;
}

.p20 {
  font-size: 20px;
  font-family: "Campton", Montserrat;
  font-weight: 400;
  line-height: inherit;
  color: #000;
  margin-bottom: 0;

}

.p18 {
  font-size: 18px;
  font-family: "Campton", Montserrat;
  font-weight: 400;
  line-height: inherit;
  color: #000;

}

.p16 {
  font-size: 16px;
  font-family: "Campton", Montserrat;
  font-weight: 400;
  line-height: inherit;
  color: #000;
}

.p15 {
  font-size: 15px;
  font-family: "Campton", Montserrat;
  font-weight: 400;
  line-height: inherit;
  color: #000;
}
.p14 {
  font-size: 14px;
  font-family: "Campton", Montserrat;
  font-weight: 400;
  line-height: inherit;
  color: #000;
}
.h226 {
  font-size: 26px;
  font-family: "Campton", Montserrat;
  font-weight: Bold;
  line-height: inherit;
  color: #000;
}

.ali-item-jus-con-end {
  align-items: center;
  justify-content: flex-end;
}

.mtb30 {
  margin: 30px 0px;
}

.features {
  display: flex;
  font-size: 14px;
  color: #ccc;
  flex-wrap: wrap;
  justify-content: space-between;

}

.WH20px {
  width: 20px;
  height: 20px;
}

.W120 {
  width: 120px;
}

.d-flex {
  gap: 12px;
  align-items: center;
}

.cta {
gap:20px;
  img {
    width:200px;
  }

}

.testimonial-wrap {
  background: transparent;
  padding: 0 20px 60px;
  position: relative;
  margin-top: -80px;
  z-index: 10;
}

.testimonial {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  border-bottom: 4px solid #1f2bff;
  padding: 25px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1f2bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
}

.content {
  padding: 40px 0px 40px 20px;
}

.login-btn-1 {
  font-size: 18px;
  font-family: "Campton", Montserrat;
  color: #fff;
  background-color: #0000FF;
  border: solid 1px #0000FF;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;

}

.carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-row {
  width: 90%;
  /* keeps cards center */
  gap: 40px;
}

.carousel-arrow {
  background: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-arrow img {
  width: 50px;
  height: auto;
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

.carousel-arrow:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}

.card {
  padding: 20px;
  box-shadow: 0 4px 10px rgb(227 227 227);
  display: flex;
  align-items: center;
  border: solid 1px #eaeaea;

}

.faq {
  display: flex;
  padding: 30px 40px;
  background-color: #F8F8FD;
  border-radius: 10px;
}
.faq .quesans p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq.open .quesans p {
  max-height: 100px; /* adjust as needed for content */
}
.login-btn-2 {
  font-size: 20px;
  font-family: "Campton", Montserrat;
  color: #000;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;

}

.pagefooter{
  background-image: url("./assets/images/footer-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;

}

.form-wrapper {
  width: 100%;
}

/* Label */
.form-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

/* Input field */
.form-input {
  width: 100%;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  color: #fff;
  font-size: 18px;
  outline: none;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* On focus */
.form-input:focus {
  border-color: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/* Notify Me button */
.notify-btn {
  width: 100%;
  padding: 10px 30px;
  margin-top:40px;
  background: #fff;
  border: none;
  border-radius: 40px;
  /* pill shape */
  font-size: 18px;
  font-weight: 600;
  color: #0044ff;
  /* blue text (like screenshot) */
  cursor: pointer;
  transition: 0.2s ease;
}

/* Hover */
.notify-btn:hover {
  transform: scale(1.03);
}

/* Active */
.notify-btn:active {
  transform: scale(0.98);
}
.error-msg {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

@media (max-width: 768px) {

.hero{
padding-top: 250px;
}
.w-30{
  width:  100%;
}
.p18,.login-btn-1{
  font-size: 15px!important;
}
.ali-item-jus-con-end,.ali-item-jus-con-cen,.ali-item-jus-con-start,.h226,.mtformb20{
  margin-top: 20px!important;
}
.h135{
  font-size: 25px;
}
.h226{
  font-size: 20px;
}
.ali-item-jus-con-end{
      justify-content: flex-start;
}
}
.custom-card a {
  text-decoration: none;
  color: inherit;

}
.carousel-control-prev,
.carousel-control-next{
    width:50px;
    opacity:1;
}

.carousel-control-prev{
    left:-30px;
}

.carousel-control-next{
    right:-30px;
}

.carousel-control-prev img,
.carousel-control-next img{
    width:40px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    display:none;
}
.carousel-item{
  margin-top:20px;
}
.error-msg {
    color: #dc3545;
    font-size: 14px;
    margin-top: 6px;
}

.form-input.error {
    border: 1px solid #dc3545;
}

.success-message {
    text-align: center;
    padding: 20px 20px;
    background: #f7f7fc !important;
    border: 1px solid #f7f7fc !important;
    border-radius: 8px;
}

.success-message h3 {
  font-size:20px;
    color: #000;
    margin-bottom: 10px;
}

.success-message p {
    margin: 0;
}
