html {
  scroll-behavior: smooth;
  width: 100% !important;
  /* overflow-x: hidden !important; */
}

body {
  font-family: "poppins", sans-serif !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.ico-vector3 {
  font-size: 27px;
}

.ico-starVector{
  font-size: 25px;
}

.flexiblearea,.fa-check{
  color:lightblue;
  font-size: 16px;
}
.anchor-card-one {
  position: relative;
  top: -33px;
}

.anchor-card-two {
  position: relative;
  top: 68px;
}

.features-slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42rem;
  overflow: hidden;
}

.feature-card {
  position: absolute;
  width: 34rem;
  min-height: 555px;
  border-radius: 32px;
  background: url("images/featureframe.webp") center no-repeat;
  background-size: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 1s ease, opacity 1s ease;
  border: 1.2px solid #f3f3f3;
  opacity: 0;
}

.feature-card.active {
  transform: translateX(0) scale(1);
  opacity: 1 !important;
  z-index: 5;
}

/* left side */
.feature-card.left-1 {
  transform: translateX(-360px) scale(0.9);
  opacity: 0.8;
  z-index: 4;
}

.feature-card.left-2 {
  transform: translateX(-604px) scale(0.8);
  opacity: 0.5;
  z-index: 3;
}

/* right side */
.feature-card.right-1 {
  transform: translateX(360px) scale(0.9);
  opacity: 0.8;
  z-index: 4;
}

.feature-card.right-2 {
  transform: translateX(604px) scale(0.8);
  opacity: 0.5;
  z-index: 3;
}

/* hidden cards */
.feature-card.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.7);
}
.featureframe-one {
  border-radius: 63px !important;
}
.faq-card {
  background: #fff;
  border-radius: 10px;
  padding: 27px 20px;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 67rem;
  border: 0.8px solid #e5e7eb;
  min-height: auto;
}

.faq-wrapper {
  width: 100%;
  max-width: 67rem;
  height: 32.9rem;
  overflow: auto;
}

@media (max-width: 576px) {
  .faq-card,
  .faq-wrapper {
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1713px !important;
  }
}

.faq-form > :first-child {
  color: #00325f;
}

.faq-form > :nth-child(2) {
  color: #4a5565;
}

.letknowtext div {
  border: 1px solid #e5e7eb;
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 13px;
}

.faq-textarea::placeholder,
.faq-input::placeholder {
  color: #999;
  opacity: 1;
}

.letknowtext label {
  color: #364153;
  font-size: 16px;
  font-weight: 400;
}

.faqheader > :first-child {
  color: #00325f;
}

.faqheader > :nth-child(2) {
  color: #4a5565;
}

.letknowtext input,
.letknowtext textarea {
  border: none !important;
  width: 100%;
}

.faq-textarea {
  min-height: 10rem;
}

.faq-input:focus,
.faq-textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
  /* or transparent */
}

.faq-button {
  box-shadow: 0px 4px 6px -1px #0000001a;
  background: #00325f;
  color: white;
  border: 1px solid #00325f;
  border-radius: 7px;
  padding: 12px;
}

.faq-button:hover {
  box-shadow: 0px 6px 14px -2px rgba(0, 0, 0, 0.35);
}

.faq-cardheader {
  border: 1px solid #bedbff;
  background: #eff6ff;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
  width: 100%;
  max-width: 67rem;
}

.input-icon {
  color: #6c757d96;
  font-size: 21px;
}

.maxwords {
  color: #6a7282;
}

.faq-card.active {
  /* border: 1px solid #0068C5; */
}

.faq-form {
  border: 1px solid #f3f4f6;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border-radius: 16px;
  width: 45rem;
  height: 38.3rem;
  padding: 33px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.faqheader h3 {
  font-size: clamp(20px, 2.2vw, 28px) !important;
}

.faqheader h5 {
  font-size: clamp(14px, 2.2vw, 20px) !important;
}

.faq-toggle {
  font-size: 16px;
  user-select: none;
  color: black;
  transition: transform 0.3s ease;
}

.faq-toggle.rotate {
  transform: rotate(180deg);
}

.faq-body {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  text-align: justify;
}

.faq-card.active .faq-body {
  display: block;
}

.errorpage {
  height: 100vh;
  background: url("images/Maskgroup.webp") center no-repeat;
  background-size: 100% 100%;
}

.error-page {
  position: relative;
  top: 130px;
  left: 73px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.error-page > :first-child {
  font-size: clamp(32px, 5vw, 67px);
  font-weight: 700;
  color: #455a64;
  font-family: "Poppins", sans-serif;
}

.error-page > :nth-child(2) {
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 700;
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
}

.error-pageone > :first-child {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.error-pageone > :nth-child(2) {
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  padding: 14px 72px;
  color: white;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
}

.error-img {
  width: 38rem;
  position: relative;
  left: 253px;
  top: 40px;
}

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar:horizontal {
  height: 5px;
  /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the track */
}

::-webkit-scrollbar-thumb {
  background: rgba(187, 187, 187, 0.4);
  /* Color of the scrollbar thumb */
  border-radius: 6px;
  /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(187, 187, 187, 0.8);
  /* Color when hovering over the thumb */
}
/* .blog-main::-webkit-scrollbar-track {
  background: white;
}
.blog-main::-webkit-scrollbar-thumb {
  background: white;
}
.blog-aside-container::-webkit-scrollbar {
  width: 10px;
} */
/* .blog-aside-container::-webkit-scrollbar:horizontal {
  height: 2rem;
}
.blog-aside-container::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 6px;
  height: 2rem !important;
} */

textarea {
  height: 80px !important;
}

.storeimg {
  width: 4rem;
}

.loader {
  width: 18px;
  height: 18px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.homeplusDropdown {
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  cursor: pointer;
}

.homeplusDropdown .dropdown-item {
  color: white !important;
  background: transparent !important;
  padding: 5px !important;
  font-size: 15px !important;
}

.ind-homediv {
  position: relative;
  top: 126px;
  text-align: right;
  padding-right: 173px;
}

.ind-homediv span {
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  cursor: pointer;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  border-radius: 18px;
  cursor: pointer;
}

.ind-homediv span:hover {
  box-shadow: 0 2px 14px 5px #0068c561;
}

.dropdowndiv {
  position: relative;
  top: 22px;
}

.imagecontainer {
  width: 260px !important;
  position: relative;
  padding: 15px;
}

.imagecontainer img {
  max-width: 230px;
  height: auto;
}

.knowMoreLabel {
  font-size: 20px;
  font-weight: 600;
}

.knowmore-text {
  width: 43rem;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 35px;
}

.knowmore-gif {
  height: 11rem;
}

.mainnavbar {
  height: 6rem;
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  backdrop-filter: blur(60px);
  border: 1px solid #bfd1fd4d;
  background: #c9e5ff7d;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.highlight-img1 {
  position: relative;
  top: -23px;
  width: 65px;
}

.sectiontab {
  background-image: url(images/image-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1148px;
  background-position: center top -68px;
  position: relative;
  z-index: 1;
}

.featurecard-two > :first-child {
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  font-size: clamp(21px, 2.3vw, 22px);
  background-clip: text;
  color: transparent;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.featurecard-two > :nth-child(2) {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  font-size: clamp(14px, 0.4vw, 25px);
  min-height: 9rem;
  padding: 12px;
}

.featurecard-one {
  height: 17rem;
  background: url("images/featurecard-one.png") center no-repeat;
  border-radius: 60px;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  gap: 70px;
  padding: 0px 55px;
  width: 30rem;
}

.bg-image img {
  width: 11rem;
  height: 11rem;
}

.featurecard-one > :nth-child(2) {
  width: 6rem;
  height: 6rem;
  background: #77aae1;
  border-radius: 18px;
}
.featurecard-one > :nth-child(2) i{
  font-size: 48px !important;
}

.explore-btn {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  border: 1px solid #ffffff;
  color: white !important;
  padding: 16px;
  border-radius: 22px;
  width: 20rem;
  position: relative;
  top: -149px;
  cursor: pointer;
  overflow: hidden;
  /* z-index: 10000; */
}

.explore-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 50, 95, 0.4);
  transform: translateY(-2px);
}

.explore-btn:active {
  box-shadow: 0 4px 12px rgba(0, 50, 95, 0.4);
  transform: scale(0.98);
}

.button-text {
  position: relative;
  display: inline-block;
  transition: padding-right 0.4s ease;
}

.button-text::after {
  content: "»";
  position: absolute;
  opacity: 0;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  transition: right 0.4s ease, opacity 0.4s ease;
}

.explore-btn:hover .button-text {
  padding-right: 25px;
}

.explore-btn:hover .button-text::after {
  right: -10px;
  opacity: 0.8;
  top: 18px;
  font-size: 56px;
}

.homeplusstyle {
  font-size: 40px;
  font-weight: 600;
  font-family: "lato", sans-serif;
  background: linear-gradient(158.91deg, #00325f 10.79%, #285885 60.99%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 2000;
  z-index: 3;
  position: relative;
  padding: 70px 0 19px 0px;
}

.highlight-img {
  position: relative;
  top: -37px;
  width: 65px;
}

.sectiontab5,
.sectiontab3 {
  padding-bottom: 57px;
}

.sectiontab4 {
  height: auto !important;
}

.sectiontab2 {
  background-image: url("images/webbg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.aboutusfinal {
  height: auto !important;
  position: relative;
}

.sectiontab1 {
  height: 100vh;
  position: relative;
}

.card-wrapper {
  width: 160px;
  height: 160px;
  position: relative;
  flex-shrink: 0;
  overflow: visible;
}

.card-wrapper:hover {
  border: none !important;
  background: transparent !important;
}

.clickable-card {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  transform-origin: center center !important;
}

/* Hide by default */
.card-wrapper .card-headerr > :nth-child(3),
.card-wrapper .card-bodyy {
  display: none !important;
}

/* Show only on hover */
.card-wrapper:hover .card-headerr > :nth-child(3),
.card-wrapper:hover .card-bodyy {
  display: flex !important;
}

/* Default: centered layout */
.card-headerr,
.card-bodyy {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s ease;
  width: 17rem;
}

.card-wrapper:hover .card-headerr > :nth-child(1) {
  padding: 7px;
}

.card-wrapper:hover .card-headerr > :nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: white !important;
}

.card-wrapper:hover .card-headerr > :nth-child(3) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  background: #d8a664;
  border: 1px soild #d8a664;
  width: 100% !important;
  height: 3.8rem !important;
  border-radius: 0 0px 26px 26px !important;
}

.card-bodyy .textt {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
}

/* Hover: expand & split */
.card-wrapper:hover .clickable-card {
  width: 348px !important;
  height: 384px !important;
  z-index: 10;
  background-color: transparent;
  justify-content: flex-start;
  padding: 8px;
  align-items: stretch;
  border: 2px solid #eaf3fec4;
  background: #eaf3fe2b;
  position: relative;
  top: -108px;
  left: -139px;
}

.card-wrapper:hover .card-headerr {
  height: 40%;
  opacity: 1;
  justify-content: center;
  background: #eaf3fe3d;
  border: 1px solid #d8a664;
  border-radius: 27px;
  width: 20.5rem;
  z-index: 10000 !important;
  position: relative;
}

/* Body section on hover */
.card-wrapper:hover .card-bodyy {
  height: 124rem;
  opacity: 1;
  justify-content: center;
  background: #0b277857;
  border-radius: 0 0 26px 26px;
  padding: 32px;
  width: 20.5rem;
  position: relative;
  top: -31px;
  backdrop-filter: blur(19.200000762939453px) !important;
}

.card-wrapper:hover .card-header img {
  transform: scale(1.3);
}

.cardsstyle1 {
  justify-content: center !important;
  align-items: center;
  height: 100vh !important;
  gap: 321px !important;
}

.cardsstyle2 {
  gap: 30rem !important;
  position: relative;
  top: 244px;
}

.cardsstyle3 {
  gap: 465px;
}

.cardsstyle2 > *,
.cardsstyle3 > * {
  background: #eaf3fe2b;
  border: 1px solid #eaf3fe8c;
  padding: 17px 37px;
  width: 142px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.4;
}

.img-style {
  gap: 334px;
  padding: 2px;
  position: relative;
  top: 84px;
}

.card-container3 {
  position: relative;
  top: 136px !important;
}

.card-container1 {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  /* top: -158px; */
}

.card1 {
  border-radius: 63px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 379px !important;
  height: 24rem !important;
  overflow: hidden;
}

.card-header2 {
  background: #00325fdb !important;
  backdrop-filter: blur(33px) !important;
  box-shadow: 0px 6px 4px 0px #3966c066 !important;
  color: white !important;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 32px 57px !important;
  border-radius: 63px 63px 0 0 !important;
  border: 1px solid #70759f !important;
  z-index: 2;
  position: relative;
  opacity: 0.8;
}

.card-header3 {
  padding: 32px 54px !important;
}

.headings > :nth-child(1),
.pricing1 {
  background: linear-gradient(158.91deg, #00325f 10.79%, #285885 60.99%);
  background-clip: text;
  color: transparent;
  font-size: 40px;
  font-weight: 600;
}

.card-footer1 {
  color: white !important;
  font-size: 19px;
  font-weight: 300 !important;
  font-family: "poppins", sans-serif;
  height: 19rem;
  padding: 42px 55px !important;
  backdrop-filter: blur(16.200000762939453px) !important;
  background: #5386b5 !important;
  opacity: 0.8;
}

.tabheading {
  font-size: 46px !important;
  letter-spacing: 3px;
  font-family: "Lato";
  font-weight: 800;
}

.heropage {
  gap: 296px;
  position: relative;
  top: 166px;
  /* top: 103px; */
}

.navbar-style,
.navbar-toggler {
  margin-left: auto;
}

.textstyle34 {
  gap: 750px;
  position: relative;
  top: 53px;
}

.schedulecall {
  position: relative;
  right: 134px;
}

.tabheading1 {
  line-height: 60px;
}

.navbar {
  border-radius: 50px !important;
  padding: 0.5rem 2rem;
}

.navbar-nav {
  gap: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  left: -159px;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.nav-link {
  color: #0f4576 !important;
  position: relative;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

section {
  scroll-margin-top: 130px !important;
}

.nav-link.active {
  color: #0c2d4b !important;
  font-weight: 600;
}

.togglelinkk {
  text-decoration: none;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2079ff;
  border-radius: 2px;
  box-shadow: 0px 4px 10px rgba(32, 121, 255, 0.7);
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 75px 58px;
  padding-top: 0px;
}

.heading {
  font-size: 55px;
  font-weight: 400;
  font-family: "Numans", sans-serif;
  color: #0168c5;
  position: relative;
  left: 103px;
}

.subtext {
  font-size: 30px;
  font-weight: 600;
  font-family: "Martel Sans", sans-serif;
  max-width: 800px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  left: 108px;
}

.subtext1 {
  flex: auto;
  gap: 7px;
}

.newcardstyle {
  align-items: center;
  gap: 39px;
  position: relative;
  top: -64px;
}

.subtext span {
  background: linear-gradient(179.89deg, #000000 -129.48%, #5d91f8 75.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.circle-wrapper {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 1.2px solid #f2d0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #3a8aec0d;
}

@keyframes pulseShadow {
  0%,
  100% {
    box-shadow: 0 0 20px 0 rgba(38, 111, 220, 0.3);
  }

  50% {
    box-shadow: 0 0 30px 10px rgba(38, 111, 220, 0.4);
  }
}

.fontstyle3 {
  width: 300px;
  height: 75px;
  animation: 2s ease-in-out 0s infinite normal none running pulseShadow;
  transition: 0.3s ease-in-out;
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  color: white !important;
  border-radius: 16px !important;
  font-size: 26px !important;
  font-weight: 600;
  border: 1px solid #fff3f3 !important;
}

.fontstyle7 {
  background: linear-gradient(158.91deg, #00325f 10.79%, #285885 60.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.textstyle33 {
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  border: 2px solid #5c9ad4;
  width: 243px;
  height: 68px;
  border-radius: 35px;
  color: white !important;
  position: relative;
  overflow: hidden;
}

.textstyle33 span {
  color: white !important;
  font-size: 20px !important;
  font-weight: 400;
}

.circle-logo:hover {
  transform: scale(0.8);
  filter: drop-shadow(0 0 12px rgba(202, 226, 240, 0.6));
}

.custom-padding {
  padding-right: 279px;
}

.custom-padding1 {
  padding-right: 235px;
}

.cursor-pointer {
  cursor: pointer;
}

.card8 {
  padding-top: 27px !important;
}

.fulltab {
  position: relative;
  top: 50px;
}

.textstyle {
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.5px;
  padding: 40px;
  font-size: 34px;
}

.borderstyle {
  border: 2px solid #00325f;
  border-radius: 8px;
  width: 198px;
  height: 49px;
  cursor: pointer;
}

.borderstyle:hover {
  box-shadow: 0 4px 12px rgba(0, 50, 95, 0.4);
}

.borderstyle:active {
  transform: scale(0.95);
  box-shadow: 0 4px 12px rgba(0, 50, 95, 0.4);
}

.features {
  font-size: 46px;
  font-weight: 600;
}

.text-style9 {
  padding-left: 73px;
}

.imgpoll {
  position: relative;
  right: 15px;
  top: -43px;
}

.imgservice {
  position: relative;
  right: 11px;
  top: 36px;
}

.imgvisitor {
  position: relative;
  right: -21px;
}

.text-style1 {
  padding-left: 63px;
  padding-right: 57px;
}

.cardstyle {
  width: 100%;
  height: 68%;
  gap: 105px;
}

.cardstyle > :first-child,
.cardstyle > :nth-child(2),
.cardstyle > :nth-child(3) {
  width: 520px;
  height: 42rem;
  border-radius: 63px;
  border: 1px solid #dbdbdd;
}

.cardstyle > :first-child,
.cardstyle > :nth-child(2) {
  background: #1a3e62;
}

.cardstyle > :nth-child(3) {
  background: linear-gradient(0deg, #00325f, #00325f),
    linear-gradient(
      28.4deg,
      rgba(131, 109, 109, 0.2) 48.58%,
      rgba(253, 253, 253, 0.2) 69.35%
    );
  background-blend-mode: overlay;
}

.sectiontab4 {
  width: 100% !important;
  background: #1a3e62;
}

.flexiblearea {
  padding-left: 10px;
}

.flexiblearea .icon {
  color: white !important;
  font-weight: 400 !important;
}

.flexiblearea .icon1 {
  color: #ffd700;
}

.flexiblearea li {
  list-style: none;
  padding-left: 0;
  color: white;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 50px;
}

.flexiblearea li a {
  font-family: "lato", sans-serif;
}

.cardimg1 {
  font-weight: 500;
  color: #ffffff;
  font-size: 37px;
}

.custom-close {
  width: 1rem !important;
  height: 1rem !important;
  background-size: 1.5rem !important;
  padding: 3px !important;
  box-sizing: unset !important;
}

.cardimg {
  width: 44px;
  height: 44px;
  position: relative;
  top: -12px;
}

.premium {
  width: 415px;
  height: 102px;
  padding-left: 31px;
}

.standard {
  width: 415px;
  height: 150px;
  padding-left: 31px;
  padding-top: 60px;
}

.hangdiv {
  background: linear-gradient(90deg, #c8d9dd 0%, #ffffff 100%);
  border-radius: 0 0 15px 15px;
  width: 174px;
  height: 48px;
  position: relative;
  left: 250px;
  top: 0px;
  overflow: hidden;
}

.hangdiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(196, 192, 147, 0.2),
    transparent
  );
  animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* Container */
.module-container {
  /* width: 360px; */
  padding: 20px;
  border-radius: 25px;
  background: #ffffffee;
  backdrop-filter: blur(10px);
  gap: 1.8rem;
}

/* Header Box */
.module-card-five {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
  width: 42rem;
}

.icon-circle,
.card-icon {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.icon-circle {
  width: 119px;
  height: 80px;
}

.icon-circle img {
  width: 67px;
  height: 59px;
}

/* Cards */
.module-card > * {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  margin-bottom: 18px;
  background: linear-gradient(92.94deg, #9dcaff -8.64%, #014f95 98.14%);
  color: #fff;
}

.module-card {
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  border-radius: 32px;
  min-width: 40rem;
  position: relative;
}

.module-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 17.53%,
    rgb(165 206 217 / 40%) 100%
  );
  z-index: 5;
  pointer-events: none;
  border-radius: 40px;
  height: 600px;
  top: 130px;
}

/* CHILDREN SHOULD BE BELOW */
.modulecard-wrapper {
  position: relative;
  z-index: 1;
}

.module-card-one {
  width: 38rem;
}

.module-card-one p {
  font-size: 25px;
}

.module-card-two {
  width: 34rem;
}

.module-card-two p {
  font-size: 20px;
}

.module-card-three {
  width: 30rem;
}

.module-card-four {
  width: 27rem;
}

.module-header p {
  font-size: 28px;
}

.modulecard-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.card-icon {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 102px;
  height: 67px;
}

.card-icon img {
  width: 2rem;
}

.modulecard-wrapper {
  opacity: 1;
  transform: translateY(0) scaleX(1);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform-origin: center;
}

/* .slide-up {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-out;
} */
.slide-up {
  opacity: 0;
  transform: translateY(-20px) scaleX(0.85);
  /* smaller width */
}

.module-header,
.module-card > div {
  transition: all 0.4s ease-in-out;
}

/* Responsive */
@media screen and (max-width: 480px) {
  .module-container {
    width: 100%;
  }
}

.modulecard-wrapper {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-up {
  opacity: 0;
  transform: translateY(-20px);
}

.gradient-text {
  background: linear-gradient(270deg, #cab608 0%, #093b67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 26px;
  font-weight: 400;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 13s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.simplestyle {
  gap: 172px !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.simplestyle li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.know-more-wrapper {
  background: white;
  padding: 6px 20px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #00325f;
  border-radius: 15px;
  width: 13rem;
}

.know-more-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  /* start outside */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.know-more {
  font-size: 19px;
  font-weight: 400;
  background: linear-gradient(93.48deg, #0068c5, #052745, #0068c5);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 3s ease-in-out infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.pricing {
  font-family: "lato", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #4f4e5b;
  padding-right: 122px;
  padding-bottom: 22px;
}

.letsgo-border-wrapper {
  padding: 3px;
  border-radius: 15px;
  background: linear-gradient(270deg, #ffffff 0%, #ddbb04 100%);
  display: inline-block;
  position: relative;
}

.letsgo-inner {
  background-color: #00325f;
  border-radius: 12px;
  padding: 2px 18px;
}

.letsgo {
  background: linear-gradient(
    85.76deg,
    #ddbb04 16.71%,
    #f4e48d 45.13%,
    #ffffff 64.52%,
    #eddc7c 91.99%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 35px;
  font-weight: 400;
  font-family: "Marck Script", cursive;
}

.matestyle {
  font-family: "Mate SC", cursive !important;
  font-size: 35px;
  font-weight: 400;
}

.cardstyle hr {
  color: white;
}

.text-style {
  padding-left: 6rem;
}

.watchdemo {
  font-size: 22px;
  font-weight: 500;
  color: white !important;
}

.sectiontabmain {
  width: 100% !important;
}

.card4 {
  background: transparent;
  border: 1px solid white;
  border-radius: 37px;
  padding: 6px;
  position: relative;
  right: 58px;
}

.followus svg {
  color: white !important;
}

.input-font {
  background: transparent !important;
  width: 409px;
  border: none;
  outline: none;
  font-size: 20px;
  color: white;
}

.textstyle355 {
  background: linear-gradient(93.92deg, #0068c5 47.03%, #00325f 99.31%);
  border: 2px solid #5c9ad4;
  width: 272px;
  height: 62px;
  border-radius: 35px;
  color: white !important;
  position: relative;
  left: 41px;
  overflow: hidden;
}

.textstyle355::before,
.textstyle33::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 2.5s infinite;
}

.button-btn {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  font-size: 20px;
  font-family: "Inter", sans-serif;
  padding: 8px 17px !important;
  border-radius: 30px;
  outline: none;
  border: 1px solid #f0f8ff;
  box-shadow: 0px 4px 7px 0px #ffffff40;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.sectiontab2style1 {
  height: 88px;
  top: -50px;
  display: none;
  backdrop-filter: blur(17px);
  position: relative;
}

.sectiontab2style1 {
  top: 49px !important;
}

.card5 {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.download {
  color: white;
  padding-top: 70px;
  font-family: "lato", sans-serif;
  font-size: 25px;
}

.card6 {
  color: white;
  padding-left: 147px !important;
  padding-top: 45px;
}

.card6 > :first-child {
  font-size: 30px;
  font-weight: 700;
  font-family: "lato", sans-serif;
  letter-spacing: 1.2px;
  line-height: 32px;
  padding-bottom: 57px;
  padding-top: 34px;
}

.card6 > :nth-child(2),
.card6 > :nth-child(3),
.card6 > :nth-child(4) {
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  padding: 2px 2px 27px 0px;
  font-family: "poppins", sans-serif;
}

.address {
  /* padding-right: 199px; */
  line-height: 34px;
}

.card7 {
  color: white;
  font-family: "poppins";
  font-size: 22px;
  font-weight: 400;
  padding: 3rem;
  position: relative;
  left: 45px;
}

.input-font1 {
  background: white;
  border: 1px solid white;
  color: black !important;
  width: 340px;
  height: 53px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.button-send {
  position: relative;
  /* overflow: hidden; */
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  color: #ffffff !important;
  border: 1px solid #f0f8ff;
  font-family: "Inter", sans-serif;
  box-shadow: 0px 4px 7px 0px #ffffff40;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.button-btn {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(93.48deg, #0068c5 65.75%, #00325f 124.57%);
  font-size: 20px;
  font-family: "Inter", sans-serif;
  padding: 8px 17px !important;
  border-radius: 30px;
  outline: none;
  border: 1px solid #f0f8ff;
  box-shadow: 0px 4px 7px 0px #ffffff40;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

/* .card-wrapper:hover .clickable-card{
  position: relative;
    left: -148px;
} */
.textstyle33::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shimmer 2.5s infinite;
}

.form-placeholder {
  font-size: 16px;
  color: #263238 !important;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "lato", sans-serif;
  padding-left: 22px;
}

.form-placeholder::placeholder {
  font-style: italic;
}

.input-font::placeholder {
  color: #ffffff8f;
}

.card8 > :nth-child(3) {
  color: white;
  font-family: "poppins", sans-serif;
  letter-spacing: 1.3px;
  opacity: 0.5;
  font-size: 18px;
}

.card8 > :nth-child(1),
.card8 > :nth-child(2) a {
  font-family: "poppins", sans-serif;
  letter-spacing: 1.3px;
  color: white;
  font-size: 17px;
}

.location svg {
  padding-top: 8px;
  padding-left: 4px;
}

#displayMsg,
#displayMsg1 {
  padding: 9px 19px;
  margin: 5px;
  font-size: 16px;
}

.font-light {
  font-weight: 100 !important;
  font-family: "lato", sans-serif;
}

.schedule {
  padding: 33px 91px 21px 84px;
}

.mainnavbar {
  gap: 5.7rem;
}

.firsttab {
  padding: 3rem;
}

.positionfix {
  display: flex;
  justify-content: flex-end;
}

.no-underline {
  text-decoration: none;
  display: inline-block;
  line-height: 1.7;
}

.card-wrapper:hover .card-bodyy1 {
  top: -38px !important;
  padding: 35px;
}

.card-wrapper:hover .card-bodyy2 {
  top: -42px !important;
  padding: 38px;
}

.card-wrapper:hover .card-bodyy3 {
  top: -31px !important;
  padding: 26px 14px 13px 32px;
}

.card-wrapper:hover .card-bodyy4 {
  top: -37px !important;
  padding: 48px 34px;
}

.card-wrapper:hover .card-headerr1 {
  padding: 0px 34px;
}

.card-wrapper:hover .commonimg {
  /* width: 7rem; */
  height: 4rem;
}

.modal {
  z-index: 2000 !important;
}

.modal-backdrop {
  z-index: 1999 !important;
}

.cardstyle {
  flex-flow: row;
}

.featureimage1 {
  display: none;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .main {
    overflow-x: hidden;
  }

  .cardstyle {
    gap: 31px;
    flex-flow: column !important;
    flex-wrap: wrap !important;
  }

  .textstyle34 {
    position: relative;
    right: 46px;
    top: 93px;
  }

  .pricing {
    margin-top: 26px;
  }

  .textstyle33 span {
    font-size: 17px !important;
  }

  .schedulecall {
    position: relative;
    right: -58px;
    top: -165px;
  }

  .textstyle33 {
    position: relative;
    top: -165px;
    left: 40px;
    width: 223px;
    height: 61px;
  }

  .textstyle344 {
    position: relative;
    right: 46px;
    top: 2px;
  }

  .img-style,
  .circle-wrapper,
  .background-video,
  .featureimage {
    display: none !important;
  }

  .card1 {
    width: 392px !important;
    height: 23rem !important;
  }

  .card-container1 {
    gap: 1rem;
    top: 0px;
  }

  .homeplusstyle {
    font-size: 40px;
    padding: 35px 0 0px 0px;
  }

  .sectiontab {
    height: 100vh;
    background-position: center top -166px;
  }

  .sectiontab1 {
    height: auto !important;
    top: -140px;
  }

  .sectiontab2 {
    height: auto !important;
  }

  .cardsstyle2 {
    gap: 15rem !important;
    top: 607px;
  }

  .cardsstyle2 > :first-child {
    position: relative;
    top: 123px;
    left: 60px;
  }

  .cardsstyle3 > :nth-child(2) {
    top: -365px;
    left: -25px;
  }

  .cardsstyle3 > :nth-child(1) {
    top: 71px;
    left: 75px;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    top: 123px;
    left: -116px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -54px;
    left: -128px;
  }

  .explore-btn {
    position: relative;
    top: -614px;
  }

  .card-wrapper:hover .clickable-card {
    width: 302px !important;
    height: 384px !important;
  }

  .card-wrapper:hover .card-headerr {
    width: 17.8rem;
  }

  .card-wrapper:hover .card-headerr > :nth-child(3) {
    font-size: 14px;
  }

  .card-bodyy .textt {
    margin-top: 11px;
    font-size: 14px;
  }

  .card-wrapper:hover .card-bodyy {
    height: 183rem;
    width: 17.8rem;
    padding: 39px;
    top: -18px;
  }

  .card-wrapper:hover .card-bodyy2 {
    top: -20px !important;
    padding: 41px;
  }

  .card-wrapper:hover .card-bodyy3 {
    width: 17.8rem;
  }

  .card-wrapper:hover .card-bodyy4 {
    top: -37px !important;
    padding: 61px 34px;
  }

  .card-wrapper:hover .card-bodyy1 {
    top: -27px !important;
    padding: 44px !important;
  }

  .card-wrapper:hover .card-bodyy3 {
    top: -27px !important;
    padding: 40px 8px 28px 32px;
  }

  .fontstyle3 {
    width: 219px;
    height: 59px;
    font-size: 21px !important;
  }

  .card-container3 {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px !important;
  }

  .card-container1 {
    width: 100%;
    max-width: 768px;
  }

  .heropage {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    top: 151px;
  }

  .heading {
    font-size: 28px;
    text-align: center;
  }

  .subtext {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-text {
    padding: 40px 12px;
    align-items: center;
    position: relative;
    right: 98px;
  }

  .textstyle34 {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .schedulecall {
    justify-content: center;
  }

  .navbar-nav {
    width: 144px;
    gap: 4px !important;
    left: 57px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .error-img {
    width: 18rem;
    left: 46px;
    top: 83px;
  }

  .homeplusDropdown {
    height: 47px !important;
    --bs-dropdown-min-width: 0rem !important;
    border-radius: 18px !important;
  }

  .homeplusDropdown .dropdown-item {
    padding: 5px 8px !important;
    font-size: 13px !important;
  }

  .knowmore-gif {
    height: 8rem;
  }

  .navbar-nav {
    background: white;
    width: 144px;
    border-radius: 18px;
    gap: 5px !important;
    min-height: 300px;
    height: auto;
    left: 57px;
    box-shadow: 0 4px 20px rgba(0, 51, 102, 0.4);
  }

  .navitemlink::after {
    left: 8px !important;
    width: 90% !important;
  }

  .nav-link {
    padding-top: 1px !important;
  }
}

@media (min-width: 1135px) and (max-width: 1723px) {
  .anchor-card-two {
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 904px) {
  .explore-btn {
    position: relative;
    top: -666px;
    font-size: 18px;
    padding: 14px;
    width: 18rem;
  }

  .cardsstyle2 {
    gap: 15rem !important;
    top: 510px;
  }

  .cardsstyle3 {
    top: -110px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-150%);
    }
  }

  .newcardstyle {
    top: 31px;
  }

  .card8 > :nth-child(3) {
    font-size: 17px;
  }

  .main {
    overflow-x: hidden;
  }

  .sectiontab {
    background-position: center top -133px;
  }

  .schedule {
    text-align: center !important;
  }

  .card7 {
    position: relative;
    top: -455px;
    width: 100% !important;
    left: 0px;
  }

  .fulltab {
    position: relative;
    top: 115px;
  }

  .firsttab {
    padding: 0rem;
    position: relative;
    top: -75px;
  }

  .gapstyle {
    gap: 34px;
    padding-left: 0px !important;
    position: relative;
    right: 23px;
  }

  .location {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 350px;
  }

  .address {
    width: 100%;
  }

  .card6 {
    position: relative;
    top: -20rem;
    left: 12rem;
    padding-top: 0px;
  }

  .sectiontab4 {
    height: auto !important;
  }

  .download {
    padding-top: 0px;
  }

  .input-font {
    width: 231px;
  }

  .button-btn {
    font-size: 17px;
    padding: 10px 7px !important;
  }

  .card4 {
    right: 0px;
  }

  .watchdemo {
    font-size: 19px !important;
  }

  .textstyle355 {
    width: 246px;
    left: 3px;
  }

  .cardsstyle2 > :first-child {
    position: relative;
    top: 48px;
    left: 5rem;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    left: -6rem;
    top: 48px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -163px;
    left: 0px !important;
  }

  .cardsstyle3 > :nth-child(1) {
    position: relative;
    top: -428px;
    left: 189px;
  }

  .cardsstyle3 > :nth-child(2) {
    position: relative;
    top: -428px;
    left: -211px;
  }

  .explore-btn {
    position: relative;
    top: -393px;
  }

  .card6 {
    position: relative;
    top: -32.5rem;
  }

  .card5 {
    width: 282px;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .navbar-nav {
    background: none;
    left: -252px !important;
  }

  .card5 {
    color: white;
    font-size: 15px;
  }

  .card6 {
    position: relative;
    top: -5rem;
    left: -9rem;
  }

  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 17px;
  }

  .card7 {
    position: relative;
    top: -133px;
    left: -279px;
  }

  .error-img {
    width: 26rem;
    left: 46px;
    top: 83px;
  }
}

@media (min-width: 1026px) and (max-width: 1160px) {
  .error-img {
    width: 33rem;
    left: 46px;
    top: 83px;
  }
}

@media (min-width: 1160px) and (max-width: 1575px) {
  .error-img {
    width: 36rem;
    left: 46px;
    top: 83px;
  }
}

@media (min-width: 905px) and (max-width: 1025px) {
  .cardsstyle2 > :first-child {
    position: relative;
    top: -138px;
    left: 10rem;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    left: 0rem;
    top: -138px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -141px;
    left: -151px !important;
  }

  .cardsstyle3 > :nth-child(1) {
    position: relative;
    top: -247px;
    left: 151px;
  }

  .cardsstyle3 > :nth-child(2) {
    position: relative;
    top: -246px;
    left: -152px;
  }

  .explore-btn {
    position: relative;
    top: -242px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .error-img {
    width: 18rem;
    left: 0px;
    top: 8px;
  }
  .error-page {
    top: 0px;
    left: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .error-page {
    left: 37px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .anchor-card-two {
    position: relative;
    top: 0px;
  }

  .homeplusDropdown {
    height: 47px !important;
    --bs-dropdown-min-width: 0rem !important;
    border-radius: 18px !important;
  }

  .homeplusDropdown .dropdown-item {
    padding: 5px 8px !important;
    font-size: 13px !important;
  }

  .popularimg {
    width: 28px;
  }

  .knowmore-gif {
    height: 7rem;
  }

  .newcardstyle {
    top: 31px;
  }

  .navitemlink::after {
    left: 11px !important;
    width: 82% !important;
  }

  .card8 > :nth-child(3) {
    font-size: 17px;
  }

  .fulltab {
    flex-direction: column;
    align-items: center;
    /* Center all child columns */
  }

  .firsttab,
  .card6,
  .card7 {
    width: 100%;
    max-width: 500px;
    /* Optional: limit column width */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0px;
    position: relative;
    left: 0px !important;
  }

  .firsttab .card5,
  .firsttab .download {
    text-align: center;
  }

  .firsttab {
    top: 0px !important;
  }

  .gapstyle {
    padding: 0 !important;
    justify-content: center !important;
    gap: 20px;
  }

  .card6 {
    position: relative;
    left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px;
  }

  .card7 .d-flex {
    justify-content: center !important;
  }

  .card4 {
    right: 0px;
  }

  .card8 {
    top: 160px;
  }

  .subscribee {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .subscribee > .textstyle34 {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
  }

  .card-wrapper:hover .clickable-card {
    width: 301px !important;
    position: relative;
    left: -111px;
  }

  .card-bodyy .textt {
    font-size: 15px;
  }

  .card-wrapper:hover .card-bodyy {
    height: 102rem;
    padding: 39px;
    width: 17.5rem;
    top: -48px;
  }

  .card-wrapper:hover .card-headerr {
    width: 17.5rem;
  }

  .card-wrapper:hover .card-headerr {
    width: 17.5rem;
  }

  .card-wrapper:hover .card-headerr > :nth-child(3) {
    font-size: 15px;
  }

  .cardsstyle2 > :nth-child(2):hover .card-bodyy {
    padding: 47px;
  }

  .cardsstyle2 > :nth-child(3):hover .card-bodyy {
    padding: 36.4px;
  }

  .cardsstyle3 > :nth-child(1):hover .card-bodyy {
    padding: 21px 20px;
  }

  .cardsstyle3 > :nth-child(2):hover .card-bodyy {
    padding: 45px;
  }

  .textstyle34 {
    position: relative;
    top: -277px;
    flex-wrap: wrap;
    gap: 21px;
  }

  .heropage {
    position: relative;
    top: 135px;
  }

  .ind-homediv {
    padding-right: 35px;
  }

  .textstyle33 {
    width: 175px;
    height: 46px;
  }

  .textstyle33 span {
    color: white !important;
    font-size: 14px !important;
  }

  .schedulecall {
    position: relative;
    right: 0px;
  }

  .sectiontab {
    background-position: center top -13px !important;
  }

  .fontstyle3 {
    width: 175px;
    height: 46px;
    font-size: 17px !important;
  }

  .main {
    overflow-x: hidden;
  }

  .heading {
    font-size: 30px;
    position: relative;
    left: 0px;
  }

  .subtext {
    font-size: 13px;
    line-height: 1.8;
    gap: 0px;
    position: relative;
    left: 0px;
  }

  .card8 > :nth-child(2) a {
    font-size: 16px;
  }

  .card-header2 {
    font-size: 17px;
  }

  .know-more {
    font-size: 18px;
  }

  .homeplusstyle {
    font-size: 28px;
    padding-top: 11px !important;
  }

  .background-video {
    background: none !important;
  }

  .circle-wrapper,
  .highlight-img,
  .featureimage {
    display: none !important;
  }

  .card-container3 {
    position: relative;
    top: -43px !important;
  }

  .sectiontab1,
  .sectiontab {
    height: auto !important;
  }

  .cardsstyle2 > :first-child {
    position: relative;
    top: 60rem;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    top: 31rem;
  }

  .cardsstyle2 > :nth-child(3) {
    top: 33px;
  }

  .cardsstyle3 > :nth-child(1) {
    top: -26px;
  }

  .cardsstyle3 > :nth-child(2) {
    top: -471px;
  }

  .sectiontab2 {
    height: 150vh !important;
  }

  .explore-btn {
    font-size: 19px;
    padding: 16px;
    width: 17rem;
    top: -757px;
  }

  .headings > :nth-child(1),
  .pricing1 {
    font-size: 35px;
  }

  .featureimage1 {
    display: block;

    img {
      width: 124px;
      height: 122px;
      position: relative;
      left: 69px;
    }
  }

  .headings > :nth-child(1),
  .pricing1 {
    font-size: 26px;
  }

  .navbar-nav {
    background: white;
    width: 144px;
    border-radius: 18px;
    gap: 3px !important;
    /* height: 242px;     */
    min-height: 300px;
    height: auto;
    left: 57px;
    box-shadow: 0 4px 20px rgba(0, 51, 102, 0.4);
  }

  .cardstyle > :first-child,
  .cardstyle > :nth-child(2),
  .cardstyle > :nth-child(3) {
    width: 305px;
  }

  .cardstyle {
    gap: 24px;
  }

  .hangdiv {
    height: 55px !important;
    left: 112px !important;
    width: 137px !important;
  }

  .gradient-text {
    font-size: 20px;
  }

  .cardimg1 {
    font-size: 26px;
  }

  .flexiblearea li {
    font-size: 14px;
    line-height: 36px;
  }

  .letsgo {
    font-size: 26px;
  }

  .matestyle {
    font-size: 27px;
  }

  .letsgo-inner {
    padding: 0px 8px;
  }

  .card-footer1 {
    font-size: 14px;
    padding: 23px 55px !important;
  }

  .textstyle355 {
    height: 49px;
    left: 0px !important;
    width: 202px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .watchdemo {
    font-size: 16px !important;
  }

  .input-font {
    width: 187px;
    font-size: 15px;
  }

  .button-btn {
    font-size: 14px;
    padding: 5px 4px !important;
  }

  .card5 {
    font-size: 15px;
    width: 200px;
  }

  .firsttab {
    position: relative;
    top: -69px;
    padding: 0px !important;
  }

  .download {
    padding-top: 12px;
    font-size: 22px;
    text-wrap-mode: nowrap !important;
  }

  .gapstyle {
    gap: 49px;
  }

  .pricing {
    position: relative;
    top: 10px;
    left: 30px;
    width: auto;
    font-size: 14px;
    padding-right: 113px;
  }

  .fulltab {
    flex-wrap: wrap;
  }

  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 15px;
  }

  .sectiontab4 {
    height: 220vh !important;
  }

  .input-font1 {
    width: 275px;
  }

  .schedule {
    padding: 0px !important;
  }

  .subscribee {
    flex-wrap: wrap;
  }

  .imagecontainer {
    width: 208px !important;
    height: 68px !important;
    position: absolute;
    padding: 6px;
    left: 20px;
  }

  .textstyle344 {
    position: relative;
    top: -22px;
  }

  .location,
  .location1 {
    flex-direction: column;
    gap: 0.5rem;
    width: 281px;
  }

  .location1 {
    line-height: 30px;
  }

  .address {
    width: 100%;
  }
}

@media (min-width: 384px) and (max-width: 575px) {
  .schedule {
    display: flex;
    justify-content: center;
  }

  .card6 > :first-child {
    padding-bottom: 31px;
  }

  .sectiontab4 {
    height: 225vh !important;
  }

  .card8 {
    top: 215px;
  }

  .card8 > :nth-child(3) {
    font-size: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1296px) {
  .newcardstyle {
    top: -15px;
  }

  .card-container3 {
    position: relative;
    top: 38px !important;
  }

  .img-style {
    gap: 107px;
    top: 13px;
  }

  .sectiontab1 {
    height: auto;
  }

  .cardsstyle2 {
    gap: 30rem !important;
    position: relative;
    top: 600px;
  }

  .card-container3 {
    position: relative;
    top: 0px !important;
    left: -9px;
  }

  .cardsstyle3 {
    position: relative;
    top: -178px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -456px;
  }

  .explore-btn {
    font-size: 21px;
    width: 18rem;
    top: -472px;
    padding: 10px;
  }

  .sectiontab {
    height: 100vh !important;
    background-position: center top -3px;
  }

  .heading {
    font-size: 44px;
  }

  .textstyle34 {
    gap: 112px;
    position: relative;
    top: -59px;
    left: 91px;
  }

  .card5 {
    font-size: 16px;
  }

  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 16px;
  }

  .card6 {
    padding-left: 0px !important;
  }

  .card7 {
    position: relative;
    top: 35px;
    left: 0px;
  }

  .schedule {
    padding: 0px;
  }

  .card4 {
    right: -48px;
  }

  .main {
    overflow-x: hidden;
  }

  .gapstyle {
    gap: 47px;
  }

  .navbar-nav {
    gap: 6px;
    left: -64px !important;
  }

  .textstyle344 {
    top: 0px;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 18px;
  }

  .card5 {
    font-size: 22px;
    width: 387px;
  }

  .sectiontab4 {
    height: 217vh !important;
  }

  .location,
  .location1 {
    flex-direction: column;
    gap: 0.5rem;
    width: 281px;
  }

  .location1 {
    line-height: 30px;
  }

  .card8 {
    top: 69px;
  }
}

@media (min-height: 599px) and (max-height: 600px) {
  .explore-btn {
    position: relative;
    top: -275px;
  }

  .sectiontab {
    background-position: center top -91px;
  }
}

@media (min-width: 1297px) and (max-width: 1724px) {
  .newcardstyle {
    top: -15px;
  }

  .card-container3 {
    position: relative;
    top: -2px !important;
  }

  .img-style {
    gap: 150px;
    padding: 2px;
    position: relative;
    top: 2px;
  }

  .sectiontab1 {
    height: auto;
  }

  .navbar-nav {
    left: -70px;
  }

  .sectiontab {
    background-position: center top -4px;
  }

  .textstyle34 {
    gap: 715px;
  }

  .cardsstyle2 {
    gap: 13rem !important;
  }
}

@media (min-width: 1297px) and (max-width: 1385px) {
  .cardsstyle2 {
    gap: 30rem !important;
    position: relative;
    top: 566px;
  }

  .explore-btn {
    top: -552px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -451px !important;
  }

  .cardsstyle3 {
    position: relative;
    top: -259px;
    left: -10px;
  }
}

@media (min-width: 1386px) and (max-width: 1500px) {
  .explore-btn {
    top: -197px;
  }

  .cardsstyle2 {
    gap: 13rem !important;
  }
}

@media (min-height: 666px) and (max-height: 667px) {
  .sectiontab2 {
    height: 190vh !important;
  }

  .explore-btn {
    top: -687px;
  }

  .cardsstyle3 > :nth-child(2) {
    top: -385px;
  }

  .cardsstyle3 > :nth-child(1) {
    top: 67px;
  }

  .cardsstyle2 > :nth-child(3) {
    top: 130px;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    top: 37rem;
  }

  .cardsstyle2 > :first-child {
    position: relative;
    top: 66rem;
  }

  .sectiontab4 {
    height: 278vh !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .newcardstyle {
    top: 31px;
  }

  .heropage {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    top: 151px;
  }

  .contactForm {
    position: relative;
    left: 0px !important;
  }

  .card8 > :nth-child(3) {
    font-size: 17px;
  }

  .fulltab {
    flex-wrap: wrap;
  }

  .fulltab {
    flex-direction: column;
    align-items: center;
    /* Center all child columns */
  }

  .firsttab,
  .card6,
  .card7 {
    width: 100%;
    max-width: 500px;
    /* Optional: limit column width */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0px;
    position: relative;
    left: 0px !important;
  }

  .firsttab .card5,
  .firsttab .download {
    text-align: center;
  }

  .firsttab {
    top: 0px !important;
  }

  .gapstyle {
    padding: 0 !important;
    justify-content: center !important;
    gap: 20px;
  }

  .card6 {
    position: relative;
    left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px;
  }

  .card7 .d-flex {
    justify-content: center !important;
  }

  .card4 {
    right: 0px;
  }

  .card8 {
    top: 87px;
  }

  .subscribee {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .subscribee > .textstyle34 {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
  }

  .card-wrapper:hover .clickable-card {
    width: 301px !important;
    position: relative;
    left: -111px;
  }

  .card-bodyy .textt {
    font-size: 15px;
  }

  .card-wrapper:hover .card-bodyy {
    height: 102rem;
    padding: 39px;
    width: 17.5rem;
    top: -48px;
  }

  .card-wrapper:hover .card-headerr {
    width: 17.5rem;
  }

  .card-wrapper:hover .card-headerr {
    width: 17.5rem;
  }

  .card-wrapper:hover .card-headerr > :nth-child(3) {
    font-size: 15px;
  }

  .cardsstyle2 > :nth-child(2):hover .card-bodyy {
    padding: 35px;
  }

  .cardsstyle2 > :nth-child(3):hover .card-bodyy {
    padding: 36.4px;
  }

  .cardsstyle3 > :nth-child(1):hover .card-bodyy {
    padding: 21px 20px;
  }

  .cardsstyle3 > :nth-child(2):hover .card-bodyy {
    padding: 45px;
  }

  .textstyle34 {
    position: relative;
    /* top: -277px; */
    flex-wrap: wrap;
    gap: 21px;
  }

  /* .heropage {
    position: relative;
    top: 62px;
  } */
  .textstyle33 {
    width: 175px;
    height: 46px;
  }

  .textstyle33 span {
    color: white !important;
    font-size: 14px !important;
  }

  .schedulecall {
    position: relative;
    right: 0px;
  }

  /* .sectiontab {
    background-position: center top -13px !important;
} */
  .fontstyle3 {
    width: 175px;
    height: 46px;
    font-size: 17px !important;
  }

  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 15px;
  }

  .input-font1 {
    width: 275px;
  }

  .contactForm {
    position: relative;
    left: 64px;
  }

  .schedule {
    padding: 0px !important;
  }

  .subscribee {
    flex-wrap: wrap;
  }

  .gapstyle {
    gap: 49px;
  }

  .download {
    padding-top: 12px;
    font-size: 22px;
    text-wrap-mode: nowrap !important;
  }

  .card5 {
    font-size: 22px;
    width: 387px;
  }

  .card6 > :nth-child(2),
  .card6 > :nth-child(3),
  .card6 > :nth-child(4) {
    font-size: 18px;
  }

  .sectiontab4 {
    height: 207vh !important;
  }

  .sectiontab4 {
    height: 242vh !important;
  }

  .location,
  .location1 {
    flex-direction: column;
    gap: 0.5rem;
    width: 309px;
  }

  .location1 {
    line-height: 30px;
  }

  .address {
    width: 100%;
  }

  .card7 {
    width: 100% !important;
    left: 0px;
  }

  .textstyle344 {
    position: relative;
    right: 46px;
    top: -12px;
  }

  .input-font {
    width: 365px;
  }
}

@media (min-width: 749px) and (max-width: 767px) {
  .cardsstyle3 > :nth-child(2) {
    top: -176px;
    left: -229px;
  }

  .cardsstyle3 > :nth-child(1) {
    top: -175px;
    left: 112px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    top: -131px;
    left: -58px;
  }

  .cardsstyle2 > :nth-child(2) {
    position: relative;
    top: -100px;
    left: -116px;
  }

  .cardsstyle2 > :first-child {
    position: relative;
    top: -100px;
    left: 0px;
  }

  .explore-btn {
    position: relative;
    top: -383px;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-height: 600px) and (max-height: 650px) {
  .sectiontab4 {
    height: 312vh !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-height: 651px) and (max-height: 835px) {
  .sectiontab4 {
    height: 278vh !important;
  }
}

@media (min-width: 1023px) and (max-width: 1024px) and (min-height: 599px) and (max-height: 600px) {
  .textstyle34 {
    top: -10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .card1 {
    width: 305px !important;
    height: 21rem !important;
  }

  .knowmore-gif {
    height: 5rem;
  }
}

.knowmore-gif1 {
  position: relative;
  width: 17rem;
  height: 35rem;
  overflow: hidden;
}

.gif1-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-name: gifFramesDynamic;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes gifFramesDynamic {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1287px) and (max-width: 1723px),
  (min-width: 1724px) and (max-width: 1875px) {
  .gapstyle {
    gap: 22px;
  }

  .cardstyle {
    gap: 36px;
  }

  .card-bodyy .textt {
    font-size: 16px;
  }

  .card-wrapper:hover .clickable-card {
    width: 396px !important;
    height: 394px !important;
  }

  .card-wrapper:hover .card-headerr {
    width: 23.5rem;
  }

  .card-wrapper:hover .card-headerr > :nth-child(3) {
    font-size: 16px;
  }

  .card-wrapper:hover .card-bodyy {
    width: 23.5rem;
  }

  .card-wrapper:hover .card-bodyy4 {
    top: -37px !important;
    padding: 63px 34px;
  }

  .card1 {
    width: 379px !important;
    height: 23rem !important;
  }

  .card-footer1 {
    font-size: 19px;
    height: 19rem;
  }

  .card-wrapper:hover .card-bodyy {
    padding: 46px;
    top: -18px;
  }

  .card-header2 {
    font-size: 19px !important;
  }

  .card-wrapper:hover .card-bodyy1 {
    padding: 56px;
  }

  .card-wrapper:hover .card-bodyy2 {
    top: -26px !important;
    padding: 62px;
  }

  .card-wrapper:hover .card-bodyy3 {
    top: -47px !important;
    padding: 49px;
  }

  .card-wrapper:hover .card-bodyy4 {
    top: -25px !important;
    padding: 61px 48px;
  }
}

@media screen and (min-width: 1136px) and (max-width: 1723px) {
  .hangdiv {
    left: 191px;
  }

  .cardstyle > :first-child,
  .cardstyle > :nth-child(2),
  .cardstyle > :nth-child(3) {
    width: 490px;
    height: 45rem;
  }

  .cardstyle {
    gap: 36px;
  }
}

@media screen and (min-width: 1465px) and (max-width: 1723px) {
  .cardsstyle2 > :first-child {
    position: relative;
    left: -115px;
  }

  .cardsstyle2 > :nth-child(3) {
    position: relative;
    left: 107px;
  }

  .cardsstyle3 {
    position: relative;
    top: 43px;
    gap: 332px;
  }
}

@media screen and (min-width: 1297px) and (max-width: 1525px) {
  .schedule {
    padding: 38px 94px 26px 32px;
  }
}

@media screen and (min-width: 1480px) and (max-width: 1724px) {
  .sectiontab {
    background-position: center top -64px;
  }

  .textstyle345 {
    position: relative;
    top: 11px;
  }
}

@media screen and (min-width: 1725px) and (max-width: 1974px) {
  .textstyle34 {
    top: 5px;
  }
}

@media screen and (min-width: 1364px) and (max-width: 1725px) {
  .textstyle34 {
    top: 5px;
  }
}

@media screen and (min-width: 1297px) and (max-width: 1362px) {
  .textstyle34 {
    top: -16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1034px) {
  .sectiontab {
    background-image: url(images/bg-image.png) !important;
  }
}

/* Remove autofill background in Chrome/Edge/Safari */
.input-font:-webkit-autofill,
.input-font:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.input-font:focus:not(:placeholder-shown) {
  background: transparent !important;
}

@media screen and (min-width: 993px) and (max-width: 1138px) {
  .services-dropdown .dropdown-toggle {
    width: 113px !important;
  }
}
@media screen and (min-height: 600px) and (max-height: 800px) {
  .error-pageone {
    position: relative;
    top: 31px;
  }
  .error-img {
    width: 18rem;
  }
}
@media screen and (min-width: 1298px) and (max-width: 1347px) {
  .navbar-nav {
    gap: 22px !important;
    left: -100px !important;
  }

  .services-dropdown .dropdown-toggle {
    width: 130px !important;
  }
}
