@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;600;700&display=swap");
body {
  font-family: "Alexandria";
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
:root {
  --text-primary-color: #4f46e5;
  --text-secondary-color: #00a693;
}

/* =====Navbar==== */
.logo {
  height: auto;
  max-width: 130px;
}
/* .navbar-custom { */
/* background-color: #f8f9fa; */
/* Light gray background */
/* padding: 10px 20px; */
/* } */

.nav-link {
  color: gray !important;
  font-weight: 500;
}
/* .nav-item a {
    transition: all 0.3s ease-in-out;
} */
.nav-item a:hover,
.nav-item a.active {
  color: var(--text-primary-color) !important;
  font-weight: 600;
}

.login-btn {
  color: var(--text-primary-color);
  padding: 10px 13px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.login-btn:hover {
  color: #ffffff !important;
  background-color: var(--text-primary-color) !important;
}
.login-btn {
  color: var(--text-primary-color) !important;
}
.btn-outline-custom {
  color: var(--text-primary-color);
  border-color: var(--text-primary-color);
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 #3d79cf42;
  transition: all 0.3s ease-in-out;
}

.btn-outline-custom:hover,
.btn-outline-custom:active {
  background-color: var(--text-primary-color) !important;
  color: white !important;
}

.text-teal {
  color: teal;
}
a:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
/* ====Nav bar End==== */
/* ====footer==== */
a {
  text-decoration: none;
}
hr {
  opacity: 0.5;
}
.footer-logo {
  height: auto;
  max-width: 130px;
}
.footer {
  background-color: #7f79ec;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  font-size: 14px;
}
.footer p {
  font-size: 14px;
}
.footer .linkss a p {
  position: relative;
  display: inline-block;
}
.footer .linkss a p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}
.footer .linkss a p:hover::after {
  width: 100%;
}
.footer .fs-5 {
  font-weight: 500 !important;
}
.footer-a {
  font-size: 15px;
  text-decoration-line: underline !important;
}
.footer_icon {
  height: auto;
  max-width: 30px;
}
@media (max-width: 767px) {
  .logo {
    max-width: 94px;
  }
  .footer .flex-wrap p {
    font-size: calc(0.7rem + 0.5vw);
  }
}
/* ===Commen=== */
.fs-14 {
  font-size: 14px;
}
.bg-white {
  background-color: #ffffff !important;
}
@media (min-width: 767px) {
  .fs-14 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .section-fluid {
    max-width: 1550px !important;
    margin: auto;
  }
}
.text-p {
  color: #777777 !important;
}
.text-p2 {
  color: #bbbbbb !important;
}
.text--primary {
  color: var(--text-primary-color) !important;
}
.vh-90 {
  min-height: 80vh;
}

@media (min-width: 991px) {
  .d--none {
    display: none;
  }
  .d--block {
    display: block !important;
  }
}
.img-cus {
  max-width: 90px;
  height: auto;
}
@media (max-width: 991px) {
  .img-cus {
    max-width: 50px;
    height: auto;
  }
}
/* ===Hero Section=== */
.hero-h1 {
  font-size: calc(1.1rem + 2.5vw);
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .hero-h1 {
    font-size: calc(1.457rem + 2.5vw);
  }
}
@media (min-width: 1650px) {
  .hero-h1 {
    font-size: calc(1.4rem + 2.1vw);
  }
}
@media (max-width: 1200px) {
  .hero-h1 {
    font-size: calc(1.475rem + 1.5vw);
  }
}
@media (max-width: 900px) {
  .hero-h1 {
    font-size: calc(1.4rem + 1vw);
  }
}
@media (max-width: 767px) {
  .hero-h1 {
    font-size: calc(1.475rem + 0.5vw);
  }
  .hero h2 {
    font-size: 15px !important;
  }
}
.h1-span {
  color: var(--text-primary-color);
  background: url("../images/circle-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.dmore {
  background: var(--text-primary-color);
  border: 2px solid var(--text-primary-color);
  color: #fff;
  padding: 10px 10px;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem #3d79cf42;
}
.dmore:focus {
  background: var(--text-primary-color);
  border: 2px solid var(--text-primary-color);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0rem 0.5rem 1rem #3d79cf42 !important;
}

.dmore:hover,
.dmore:active {
  background: #f7f7f7;
  border: 2px solid var(--text-primary-color) !important;
  color: var(--text-primary-color) !important;
  border-radius: 12px;
}

/* ====Feature section==== */

@media (min-width: 768px) and (max-width: 1000px) {
  .feature-1sec p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dmore {
    padding: 5px 10px;
  }
  .feature-1sec p {
    font-size: 13px;
  }
  .feature-1sec h3 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  .cp {
    font-size: 16px !important;
  }
  .cps {
    font-size: 14px !important;
  }
  .border-s {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }
  .border-e {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 15px;
  }
}
.cp {
  font-weight: 500;
  font-size: 16px;
  border-radius: 24px;
  background-color: #e0f7f4;
  color: var(--text-secondary-color);
}
.cps {
  font-weight: 500;
  font-size: 14px;
  border-radius: 24px;
  background-color: #e0f7f4;
  color: var(--text-secondary-color);
}

.feature-1sec h3 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}

.features-row {
  border-radius: 15px;
}
.border-s {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.border-e {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.right-features {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px;
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
@media (max-width: 989px) {
  /* .feature {
    flex-direction: row;
  } */
  .right-features {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 7px;
  }
}
@media (max-width: 767px) {
  .feature {
    flex-direction: row;
  }
  .right-features {
    grid-template-columns: 1fr;
  }
  .w-30 {
    max-width: 25px !important;
  }
  .feature h3 {
    font-size: 16px !important;
  }
  .feature p {
    font-size: 12px !important;
    color: #777777;
    margin-bottom: 5px !important;
  }
}

.feature h3 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
}

.feature p {
  font-size: 14px;
  color: #777777;
}
.w-30 {
  max-width: 40px;
}
/* .feature-bg {
  background: url("../images/feature_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
} */

/* SG section */
.Sg-bg {
  background: url("../images/star_bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 57px top;
}
.arrow-bg {
  background: url("../images/arrow_bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 313px bottom;
}
.crown-bg {
  background: url("../images/Fueture_bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}
.sg-card {
  border: 1px solid var(--text-primary-color);
  border-radius: 15px;
}
.sg-card-bg {
  background-color: #eae9fc;
}
.sg-card .fs5 {
  color: var(--text-primary-color);
  font-size: calc(0.8rem + 0.5vw);
  font-weight: 500;
}
.sg-card p {
  font-size: calc(0.6rem + 0.5vw);
}
@media (max-width: 767px) {
  .sg-card p {
    font-size: 13px;
  }
}

/* SG Testimonial */
/* @media (min-width: 768px) and (max-width: 1000px) { */
.feature-1sec p {
  font-size: calc(0.7rem + 0.5vw);
}
/* } */

@media (max-width: 767px) {
  .sg-testimonial h3 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
}
.sg-testimonial_bg {
  background: url("../images/sg_testimonial_bg_2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sg-testimonial h3 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}
.sg-testimonial p {
  color: #bbbbbb;
  font-size: calc(0.7rem + 0.5vw);
}
.sg-r-arrow-img {
  max-width: 20px;
  height: auto;
}

.benifit-p {
  color: #e4e4e4;
  font-weight: 500;
  font-size: 48px !important;
  /* line-height: 100%; */
  text-align: center;
  font-variant: small-caps;
  text-transform: lowercase;
  position: relative;
  white-space: nowrap; /* Ensures text stays in one line */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

/* Highlighted word */
.benifit-p span {
  color: #3a38fe; /* Blue color for highlighted text */
  font-weight: bold;
}
/* ===sg banner section=== */
.sg-banner {
  color: var(--text-primary-color);
}
.sg-banner-bg {
  background-image: url("../images/sg_banner_bg_4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 670px;
}
@media (max-width: 1300px) {
  .sg-banner-bg {
    min-height: 629px;
  }
}
@media (min-width: 1400px) {
  .sg-banner-bg {
    background-size: cover;
  }
}
.sg-banner h4 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
  font-weight: 600 !important;
}
.sg-banner p {
  font-size: calc(0.6rem + 0.5vw);
}
.cus-badge {
  background-color: #ffffff;
  color: var(--text-primary-color);
  font-size: 13px;
}
.sg-banner-bg span {
  border-radius: 16px;
}
.badge-icon {
  height: auto;
  max-width: 24px;
}
.app_link_img {
  height: auto;
  max-width: 120px;
}
.know-more {
  color: var(--text-primary-color) !important;
}
@media (max-width: 767px) {
  .sg-banner {
    color: #000000;
  }
  .sg-banner-bg {
    background: none;
    min-height: 190px !important;
  }
  .sg-banner h4 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  .cus-badge {
    border: 1px solid var(--text-primary-color);
    font-size: 12px;
  }
  .know-more {
    /* color: #00a693 !important; */
    font-size: 14px !important;
  }
  .badge-icon {
    max-width: 18px !important;
  }
  .sg-banner-bg span {
    border-radius: 6px;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sg-banner-bg {
    /* background-image: url("../images/sg_banner_bg_2.webp"); */
    min-height: 467px;
  }
  .cus-badge {
    font-size: 10px !important;
  }
  /* .app_link_img {
        height: 40px !important;
    } */
  .badge-icon {
    max-width: 20px;
  }
  .sg-banner-bg span {
    border-radius: 6px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .mb-xl-12 {
    margin-bottom: 7rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sg-banner-bg {
    min-height: 460px !important;
  }
  .badge-icon {
    max-width: 21px;
  }
  .cus-badge {
    font-size: 12px;
  }
  .sg-banner-bg span {
    border-radius: 11px;
  }
}
@media (min-width: 1300px) {
  .app_link_img {
    height: auto;
    max-width: 200px;
  }
}

/* sg contact section */
.sg-contact h5 {
  font-size: calc(1.3rem + 1.3vw);
  line-height: 1.2;
  font-weight: 600 !important;
}
.sg-contact p {
  font-size: calc(0.7rem + 0.5vw);
  color: #777777;
}
.sg-contact {
  background: url("../images/sg_contact_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.smr-bg {
  position: absolute;
  left: 29px;
  bottom: -10px;
}
.get-touch-img {
  position: absolute;
  bottom: 0;
  right: 29%;
  z-index: -1;
}
@media (min-width: 2000px) {
  .sg-contact h5 {
    font-size: calc(1.3rem + 1.5vw);
  }
}
@media (max-width: 767px) {
  .sg-contact h5 {
    font-size: calc(1rem + 1.1vw) !important;
  }
  .smr-bg {
    max-width: 81px;
  }
  .sg-contact {
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .smr-bg {
    max-width: 127px;
    bottom: -13px;
  }
  .sg-contact {
    background-size: contain;
  }
  .get-touch-img {
    right: 24%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .smr-bg {
    left: 51px;
  }
}
@media (min-width: 1200px) {
  .smr-bg {
    bottom: -18px;
  }
}

/* ===  Subscription ==== */
body .subscription {
  background-color: #ffffff;
}
.subsc-h1 {
  font-size: 1rem;
  color: #ff9d01;
  font-weight: 500;
}
.subsc-h2 {
  font-size: calc(1.5rem + 1.5vw);
  color: #1f1f1f;
  font-weight: 600;
}
.subsc-p {
  /* font-size: calc(0.9rem + 0.9vw); */
  font-size: 18px;
  font-weight: 400;
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .subsc-p {
    /* font-size: calc(0.9rem + 0.9vw);/\ */
    font-size: 15px;
  }
}
.card-custom {
  border-radius: 16px;
  border: 1px solid #00a6931a;
  cursor: pointer;
  transition: all 0.5s ease;
}
.custom-bage {
  background-color: #e0f7f4;
  border-radius: 4px;
  color: #00a693;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.card-1p {
  color: #4f46e5;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
}
.card-2p {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
}
.card-3p {
  color: #bbbbbb;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.card-sub-btn {
  border: 1px solid #4f46e5;
  color: #4f46e5;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  padding: 19px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 12px 7px 0px #4e46e522;
  transition: all 0.3s ease-in-out;
}
.card-sub-btn:hover {
  color: #ffffff;
  background-color: #4f46e5;
}
.card-sub-btn:active {
  color: #ffffff;
  background-color: #4f46e5;
}
.sub-btn {
  border: 1px solid #4f46e5;
  color: #4f46e5;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  padding: 11px 25px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 12px 7px 0px #4e46e521;
  transition: all 0.3s ease-in-out;
}
.sub-btn:hover {
  color: #ffffff;
  background-color: #4f46e5;
}
.sub-btn:active {
  color: #4f46e5;
  background-color: #ffffff;
}

.card-custom:hover {
  transform: scale(1.05);
  border: 1px solid #4f46e5;
}
.card-custom:hover .custom-bage {
  color: #ffffff;
  background-color: #4f46e5;
}
.error:not(.form-control) {
  color: #fb3748;
  font-size: 12px;
  /* margin-bottom: 14px; */
}

.tooltip-wrapper {
  --clr-btn: rgb(2 22 36);
  --clr-dropdown: rgb(2 22 36);
  --clr-nav-hover: rgb(2 22 36);
  --clr-dropdown-hov: rgb(2 22 36);
  --clr-dropdown-link-hov: rgb(2 22 36);
  --clr-light: #ffffff;
}
.nav2-link {
  position: relative;
}
.tooltip-wrapper > .tooltip-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .tooltip-wrapper > .tooltip-container {
    gap: 10px;
  }
}
.tooltip-container,
.tooltip-menu-with-icon {
  list-style: none;
}
.nav2-link > .tooltip-tab {
  color: var(--text-primary-color);
  background: var(--clr-light);
  font-family: "Alexandria";
  font-size: 16px;
  padding: 0.5rem 0.7rem;
  /* letter-spacing: 1px; */
  border-radius: 12px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid var(--text-primary-color);
  transition: 0.3s ease-in-out;
}
/* .nav2-link > .tooltip-tab:hover svg {
    transform: rotate(360deg);
    transition: 0.3s ease-in-out;
  } */
.tooltip-links {
  text-decoration: none;
}
/* .nav2-link svg {
    fill: #fff;
  } */
.tooltip {
  position: absolute;
  top: 39px;
  right: 0;
  min-width: 9.8rem;
  max-width: 10rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  padding: 15px 0px 0px 0px;
}
.tooltip::after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--text-primary-color) no-repeat -30px -50px fixed;
  top: 1px;
  right: 30px;
  position: absolute;
  display: inline-block;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(360deg);
  z-index: -1;
  box-shadow: 0px 6px 30px rgb(2 22 36);
}
.tooltip .tooltip-menu-with-icon {
  padding: 0px 0px;
  background-color: var(--clr-light);
  border: 1.5px solid var(--text-primary-color);
  position: relative;
  border-radius: 2px;
}
.tooltip-link {
  position: relative;
}
.tooltip-link > a:hover {
  background-color: var(--text-primary-color);
  color: var(--clr-light);
}

.tooltip-link > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  background-color: var(--clr-light);
  color: var(--text-primary-color);
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
/* .tooltip-menu-with-icon svg {
    height: 20px;
    margin-left: 0px;
  } */
.nav2-link:hover > .tooltip-tab {
  transform: scale(1.1);
}
.nav2-link:hover > .tooltip,
.tooltip-link:hover > .tooltip {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.nav2-link:hover > .tooltip-tab {
  transform: scale(1);
  background-color: var(--text-primary-color);
  color: var(--clr-light);
}

/* contact us  */
.react_out {
  color: #bbbbbb;
}
.col_last {
  border-left: 1px solid #f8f8f8;
}
.click_submit {
  color: #333333;
  font-size: small;
}
.contact_input {
  border-radius: 8px;
  border: 1px solid #3333331a;
  font-size: small;
  color: #999999 !important;
}
.contact_submit {
  background: #4f46e5;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 #3d79cf42;
}
.contact_submit:hover {
  background: #4e46e5ec;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 #3d79cf42;
}
.at_hrs {
  color: #777777;
  font-size: small;
}
/* contact us  */
textarea {
  resize: none;
}
#toast-container {
  top: 40px !important;
}
#toast-container > .toast {
  opacity: 1 !important; /* Ensure full visibility */
  filter: none !important; /* Remove unwanted blur */
  background-color: #333; /* Set a solid background */
  color: white !important;
  font-weight: normal !important;
  font-size: 12px !important;
}
.toast {
  opacity: 1 !important;
  filter: none !important;
}
#toast-container > .toast-error {
  background-color: #d9534f !important;
}
#toast-container > .toast-success {
  background-color: #5cb85c !important;
}
#toast-container > .toast-warning {
  background-color: #f0ad4e !important;
}
@media screen and (max-width: 768px) {
  .contact_info {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
  .react_out {
    color: #bbbbbb;
    font-size: 11px;
  }
}
