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;
}

.storeimg{
  width: 4rem;
}
.imagecontainer {
  width: 300px !important;
  height: 95px !important;
  position: relative;
  padding: 6px;
}

.imagecontainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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;
}  
.feature-card1> :first-child {
  font-weight: 600;
  background: linear-gradient(158.91deg, #00325F 10.79%, #285885 60.99%);
  background-clip: text;
  color: transparent;
  font-size: clamp(21px, 2.1vw, 36px);
}

.feature-card1> :nth-child(2) {
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: justify;
  font-size: clamp(14px, 1.3vw, 26px);
}

.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;
  cursor: pointer;
  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: 1.0px;
  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: 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: 70px;
  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;
  font-size: 23px !important;
  position: relative;
  padding-bottom: 5px;
  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;
}

.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;
}

.heading {
  font-size: 67px;
  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: 488px;
  height: 37rem;
  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: 1.0rem !important;
  height: 1.0rem !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%;
  }
}

.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: 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: rgba(52, 131, 205, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 43px 43px !important;
}

.know-more {
  font-size: 24px;
  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%; }
}

.feature-card>* {
  width: 88%;
  height: 28.8rem;
  border-radius: 50px;
}

.feature-card1 {
  padding: 58px 51px !important;
}

.feature-card> :first-child {
  background-image: url('images/visitorbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.feature-card> :nth-child(2) {
  background-image: url('images/paymentbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.feature-card> :nth-child(3) {
  background-image: url('images/servicebg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.feature-card> :nth-child(4) {
  background-image: url('images/bookingbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.feature-card> :nth-child(5) {
  background-image: url('images/pollingbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.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;
  left: 130px;
  top: 27px;
}

.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;
}

.sectiontab2style,
.sectiontab2style1 {
  height: 88px;
  top: -50px;
  display: block;
  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;
}

.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;
  }

  .feature-card>* {
    height: auto !important;
  }

  .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;
}
  .feature-card1> :nth-child(2) {
    font-weight: 400;
    line-height: 26px;
  }

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

  .feature-card {
    width: 100%
  }

  .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;
  }

  .nav-link {
    font-size: 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  
.knowmore-gif{
  height: 8rem;
}
  .navbar-nav {
    background: white;
    width: 144px;
    border-radius: 18px;
    gap: 5px !important;
    height: 265px;
    left: 57px;
    box-shadow: 0 4px 20px rgba(0, 51, 102, 0.4); 
  }
  .nav-link::after{
  left: 8px !important;
  width: 90% !important;
  }
}
@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: -206px !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;
  }
}

@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: 575px) {
  .popularimg{
    width: 28px;
  }
  .knowmore-gif{
  height: 7rem;
}
  .newcardstyle {
    top: 31px;
  }
  .nav-link::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: 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;
}
.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;
}
.feature-card1> :first-child {
    padding: 13px;
}
.headings> :nth-child(1), .pricing1 {
    font-size: 35px;
}
.feature-card1> :nth-child(2) {
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 25px;
}
.feature-card1 {
 padding: 9px !important;
}
.featureimage1{
  display: block;
  img{
  width: 124px;
  height: 122px;
  position: relative;
  left: 69px;
  }
}
.feature-card>* {
  height: auto;
}
.headings> :nth-child(1), .pricing1 {
    font-size: 26px;
}
.navbar-nav {
  background: white;
  width: 144px;
  border-radius: 18px;
  gap: 3px !important;
  height: 242px;    
  left: 57px;
  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.4); 
}
  .nav-link {
    font-size: 17px !important;
  }
  .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-border-wrapper {
    left: 64px;
   }
   .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; 
}
.feature-card1> :nth-child(2) {
  line-height: 30px;
}
.heading {
    font-size: 44px;
}
.textstyle34 {
  gap: 112px;
  position: relative;
  top: -59px;
  left: 91px;
}
.feature-card>* {
  height: auto !important;
}
.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: 23px;
  left: -7px !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;
  }
  .feature-card>* {
    height: auto;
  }
  .navbar-nav {
    gap: 38px;
    left: -206px;
  }
  .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;
 }
 .feature-card1> :nth-child(2) {
    letter-spacing: 1.2px;
  }
  .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: 423px;
    height: 45rem;
}
.letsgo-border-wrapper{
  left: 98px;
}
.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;
}
