@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,p{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
} 
.section-top-bar {
  z-index: 10000;
  top: 0;
  width: 100%;
  background-color: #07AA2D;
  padding: 0px 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
    
}
.logo{
    width: 190px !important;
}
.header-scrolled {
  background-color: #FFFFFF !important;
  box-shadow: 0px 3px 6px 0px #0000001A;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  width: 92%;
  margin: 0px auto;

}
.right {
    background-color: #0000007e;
    /* width: 19.5%; */
    padding: 10px 10px;
    border-radius: 0 0 20px 20px;
    position: relative; 
    overflow: hidden;   
}

.right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; 
    opacity: 0.2; 
    pointer-events: none; 
    border-radius: 0 0 20px 0; 
}

.contact-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  
}
.contact-info img {
  width: 27px;
  height: 27px;
}
.social-icons {
  display: flex;
  gap: 0px;
  align-items: center;
}
.social-icons img {
  width: 40px;
  height: 40px;
}

header{
    position: sticky;
    z-index: 999;
    top: -10px;
    width: 100%;
    padding: 18px 0px 10px 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px #0000001A;
    padding-top: 30px;
    margin-top: -10px;

}
.navbar {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 100%;
}
.header-top, .navbar-nav{
    display: flex;
    gap: 26px;
    align-items: center;
    flex-direction: row;

}
.navbar-nav li {
  text-decoration: none;
  list-style: none;
}
.navbar-nav a{
    /* color: #626262; */
		color: #2D2D84;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
}
.nav-link.active {
  color: #07AA2D;
}
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -12px;
  height: 5px;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  background-color: #10C843;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.actions{
    display: flex;
    gap: 10px;
    align-items: center;
}
.actions button{
    display: flex;
    gap: 5px;
    align-items: center;
}
.login-img{
    width: 20px;
    height: 20px;
}
.actions .login, .subscribe {
    background-color: #DCFFE6;
    color: #07AA2D;
    padding: 14px 25px !important;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14.5px;
}
.subscribe{
    background-color: #5486D4;
    color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px #00368B33;
    width: fit-content !important;

}
/* --------------------header---------------- */
/* --------------------footer---------------- */

.footer-section {
  background-color: #001906;
  padding-bottom: 10px !important;
  border-radius: 30px 30px 0 0;
  position: relative;
  margin-top: -35px;
}
.footer{
  width: 85%;
  margin: 0px auto;
  padding-top: 40px;
  position: relative;
  z-index: 1000;
}
.demo_top{
	display: flex;
    gap: 20px;
    align-items: center;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-left{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left .logo {
  width: 250px;
  height: 60px;
  margin-bottom: 15px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-nav li a {
  color: #FFFFFF;
  border-right: 2px solid #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  padding-right: 10px;
}

.footer-banner {
  background-color: #0D2513;
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-text{
  display: flex;
  width: 70%;
  align-items: center;
}
.banner-text h2 {
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  line-height: 40px;
  font-size: 32px;
  max-width: 72%;
}

.subscribe-btn {
  background-color: #10C843;
  padding: 16px 30px;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0px 3px 6px 0px #0000001A;

}

.banner-img {
  width: 210px;
  margin-top: 10px;
}

.footer-bottom {
  margin-top: 10px;
  padding-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer-bottom-left p{
  display: flex;
  align-items: center;
  color: #B3C2D2;
  font-size: 15px;
  gap: 8px;
}



.social-icons a {
  color: white;
  margin: 0 8px;
  font-size: 16px;
  text-decoration: none;
}
.footerbt-right{
  position: absolute;
  bottom: -10px;
  right: -100px;
}
.footerbt-right img{
  width: 105px;
}
.banner-image{
  position: absolute;
  right: 20px;
}
.footerbt-left{
  position: absolute;
  left: -100px;
  bottom: -10px;
}
.footerbt-left img{
  width: 90px;
}

.sidebar .nav-link .hover-img {
    display: none;
}

.sidebar .nav-link:hover .default-img {
    display: none;
}
.sidebar .nav-link:hover .hover-img {
    display: inline-block;
}

.sidebar .nav-item.active .default-img {
    display: none !important;
}
.sidebar .nav-item.active .hover-img {
    display: inline-block !important;
}

.consultation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 39999;
}

.modal-content {
  /*background-color: #F3F4FF;*/
  background-color: black;
  border-radius: 20px;
  padding: 15px 30px;
  width: 40%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-header span i {
  font-size: 20px;
  float: right;
  cursor: pointer;
  color: #FFFFFF;
}

.consultation-text {
  display: flex;
  gap: 15px;
  align-items: center;
}

.consultation-img img {
  height: 50px;
  width: 50px;
}

.Personalised h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 5px 0px;
}

.Personalised p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0px;
}

.modal-body .highlight {
  color: #00A651;
}

.consultation-form {
  margin: 0px;
}

#last-name,
#first-name {
  margin: 0px !important;
}

.consultation-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

.input-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.input-row input,
.input-row select {
  flex: 1;
}

.form-inputA {
  margin-top: 8px;
  width: 50%;
}

.form-inputA label,
.form-input label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;

}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6E7FAA;
}

.user-form,
.form-user,
.user-formA {
  display: flex;
  gap: 7px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 12px 20px;
  border-radius: 25px;
}

.user-form img,
.form-user img,
.user-formA img {
  width: 20px;
  height: 20px;
}

.form-input {
  width: 50%;
}

.input-row {
  border-radius: 25px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

.fee-notice {
    background-color: #DCFFE6;
    color: #07AA2D;
  border-radius: 50px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
  font-weight: 600;
  border: 1px solid #DCFFE6;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.fee-notice p {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
    padding: 0px 20px;
}

.fee-notice img {
  width: 20px;
  height: 20px;
}

.submit-btn {
  width: 100%;
  background-color: #07AA2D;
  color: #FFFFFF;
  padding: 12px;
  border: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 5px 16px 0px #07AA2D4D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.submit-btn span img {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

#contactNo[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

@media (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
}

.icon_container {
  position: fixed;
  right: 28px;
  bottom: 25px;
  z-index: 1000;
  width: 55px;
  height: 55px;
}

.whatsappIcon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10C843;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  padding: 10px;
}

.whatsappIcon:hover {
  background-color: #0f9b30;
}


/* Modal backdrop */
.subscription-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  overflow-y: scroll;
}

/* Modal box */
.subscription-modal-dialog {
  background-color: #F3F4FF;
  border-radius: 8px;
  margin: 0px auto;
  width: 90%;
  top: 90px;
  max-width: 430px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
  position: relative;
}

.subscription-close-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.subscription-close-icon:hover {
  color: #ff0000;
}

.coupon-images {
  border-radius: 50px !important;
}

.apply-buttons {
  border-radius: 50px !important;
}

.coupon-applys label {
  color: black !important;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Header */
.subscription-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12 px 15px 0px 15px;
}

.subscription-modal-title {
  margin: 12px 12px 0px 12px;
  font-size: 18px;
  font-weight: 600;
}

.subscription-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Body */
.subscription-modal-body {
  padding: 10px 20px 20px 20px;
}

.subscription-form-group {
  margin-bottom: 5px;
}

.subscription-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.subscription-input,
.subscription-select,
.subscription-textarea {
  width: 86%;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
  font-family: "Poppins", sans-serif !important;
  outline: none;
  padding-left: 38px;
  background: transparent;
  -webkit-appearance: none; /* Disable native Safari styles */
  appearance: none;
  -moz-appearance: none;
}
.subscription-select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.user-names input {
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  border-radius: 50px !important;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
  outline: none;
  font-family: "Poppins", sans-serif !important;
}

.subscription-select {
  width: 100%;
  height: 40px !important;
}


.subscription-textarea {
  resize: vertical;
}

/* Footer */
.subscription-modal-footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.new-otp {
    padding: 15px !important;
    background-color: #07AA2D !important;
    border: none;
    width: 90%;
    color: white;
    border-radius: 50px !important;
    cursor: pointer;
    font-size: 1rem;
    margin: 0px auto;
}

#subscriptionModal {
  display: none;
}

.subs-icons {
  position: absolute;
  width: 20px;
  margin: 11px;
}

.subscription-modal::-webkit-scrollbar {
  width: 6px;
}

.subscription-modal::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.subscription-modal::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.subscription-modal::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.consultation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110000;
}

.modal-content {
  background-color: #F3F4FF;
  border-radius: 20px;
  padding: 15px 30px;
  width: 50%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.trial_button{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.mains_r_date span{
    color: black !important;
    font-size: 15px !important;
    font-weight: 500;
}
.review_date{
    display: flex;
    justify-content: space-between;
    width: 95%;
}

.modal-header span i {
  font-size: 20px;
  float: right;
  cursor: pointer;
}

.lock-overlay {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  color: #ff4747;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 8px;
}
