* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 90%;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #222;
}

/* Navbar */
.logo {
  width: 150px;
  height: 54px;
  object-fit: contain;
}

/* hero section */
.hero-section {
  margin-bottom: -26vh;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 4.44vw;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2f2927;
}

.hero-subTitle {
  font-size: 1.25vw;
  font-weight: 400;
  color: #404040;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
}

.storeLogo {
  width: 250px;
  height: 40px;
}

/* Store Buttons */
.storeBtn {
  width: 25%;
  height: auto;
  transition: transform 0.2s ease;
}

.storeBtn:hover {
  transform: scale(1.05);
}

/* Phone Mockups */
.phone {
  max-width: 100%;
  position: relative;
  top: -15%;
}

.phone-front {
  z-index: 2;
  margin-left: -50px;
}

.phone-back {
  z-index: 1;
  opacity: 0.9;
}

/* Scroll Indicator */

.scroll-arrow {
  width: auto;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

/* Stats Section */
.stats {
  background: #fff;
  margin-left: 12%;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #2f2927;
  display: flex;
  justify-content: space-between;
}

.stat-label {
  font-size: 1rem;
  color: #666;
  display: flex;
}

/* About Section */
.about-section {
  padding-bottom: 0 !important;
}

.about-label {
  font-size: 1.65vw;
  font-weight: 600;
  color: #27aae1;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 10px;

  font-family: "Manrope";
}

.about-title {
  font-size: 3.13vw;
  font-family: "Manrope";
  font-weight: 600;
  color: #211d1a;
  margin-bottom: 20px;
}

.about-titleMob {
  display: none;
}

.about-text {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.39vw;
  font-weight: 400;
  color: #404040;
  line-height: 36px;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
}

/* About Image */
.about-image img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: translateY(-8px);
}

/* about tab  */
@media (min-width: 768px) and (max-width: 991px) {
  .about-title {
    font-size: 26px;
  }

  .about-text {
    font-size: 15px;
  }
}

/* Features Section */

.features-section {
  background: linear-gradient(180deg, #ffffff 0%, #2eacbe33 50%, #ffdb9b33 85%);
}

.features-label {
  font-family: "Manrope";
  font-size: 1.65vw;
  font-weight: 600;
  color: #27aae1;
  line-height: 130%;
  margin-bottom: 10px;
}

.features-title {
  font-family: "Manrope";
  font-size: 3.13vw;
  font-weight: 600;
  color: #211d1a;
  line-height: 130%;
}

.features-desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.39vw;
  color: #404040;
  line-height: 30px;
  margin-top: 10vh;
}

/* Feature Cards */
.feature-cardBG,
.feature-card {
  background: #fff;
  border-radius: 5.79px;
  padding: 20px;
  gap: 15px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 110%;
}

.feature-card {
  background-color: transparent;
  box-shadow: none;
}

.feature-cardBG:hover,
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.featuresIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px solid #27aae1;
}

.feature-title {
  font-family: "Manrope";
  font-size: 1.94vw;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111315;
}

.feature-text {
  font-family: "Inter";
  font-size: 1.39vw;
  color: #7e7e7f;
  line-height: 19.11px;
  margin: 0;
}




/* Contact Section */

.contact-section {
  position: relative;
  overflow: visible;
  background: #1293ec0d;
  min-height: 1000px;
}

.contact-left {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.contact-image-abs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  max-width: 1000px;
  pointer-events: none;
  z-index: 1;
}

.contact-image-abs .contact-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform: none;
}

@media (max-width: 991.98px) {
  .contact-left {
    max-width: 100%;
    z-index: 2;
    padding: 1.5rem;
  }
}

.contact-label {
  font-size: 1.65vw;
  font-family: "Manrope";
  font-weight: 600;
  line-height: 130%;
  color: #27aae1;
}

.contact-title {
  font-size: 3.13vw;
  font-family: "Manrope";
  font-weight: 600;
  line-height: 130%;
  color: #211d1a;
}

.form-control,
.message-control {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  width: 44.65vw;
  height: 4.44vh !important;
  padding: 4vh 1vw;
}

.message-control {
  height: 20vh !important;
}

.form-control::placeholder {
  font-size: 1.25vw;
  font-family: "Poppins", sans-serif;
  color: #313131;
}

.message-control::placeholder {
  font-size: 1.25vw;
  font-family: "Poppins", sans-serif;
  color: #313131;
  margin-left: 8vw;
}

.btn {
  background-color: #27aae1;
  border-radius: 2.36vw;
  width: 14.79vw;
  height: 4.72vw;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #1e81b0;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(0px) scale(0.97);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  background: #27aae1;
  color: #fff;
  padding: 4vh 4vw 4vh;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer-logo {
  width: 17.64vw;
  height: auto;
  padding: 0vh 0 6vh 0;
}

.footer-tagline {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.social-icons img {
  width: 1.09vw;
  height: auto;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.footer-text {
  font-size: 1.11vw;
  font-family: "Lato  ", sans-serif;
  margin-top: 10px;
  line-height: 1.5;
}

.footer-text a {
  color: #fff;
  text-decoration: underline;
}

/* Mobile view */
@media (max-width: 767px) {
  .hero-title {
    font-size: 8vw;
  }

  .hero-subTitle {
    font-size: 4vw;
  }

  .storeLogo {
    width: 200px;
    height: 32px;
  }

  .storeBtn {
    width: 150px;
    height: auto;
  }

  .phone-front {
    margin-left: 0;
  }

  .phone {
    top: 0;
  }

  .hero-section {
    margin-bottom: 0;
  }

  .scroll-arrow {
    width: 50px;
  }

  .stats {
    margin-left: 0 !important;
    padding: 0 1vw !important;
  }

  .stat-number,
  .stat-label {
    display: block !important;
  }

  .stat-label {
    font-size: 3vw !important;
  }

  .about-label {
    font-size: 4vw !important;
  }

  .about-title {
    display: none;
  }

  .about-titleMob {
    display: block;
    font-size: 6vw !important;
  }

  .about-text {
    max-width: 100vw !important;
    font-size: 4vw !important;
    line-height: 24px !important;
  }

  .features-label {
    font-size: 4vw !important;
  }

  .features-title {
    font-size: 6vw !important;
  }

  .features-desc {
    font-size: 4vw !important;
    margin-top: 0 !important;
  }

  .feature-title {
    font-size: 5vw !important;
  }

  .feature-text {
    font-size: 4vw !important;
  }

  .mobBg {
    background-color: #ffffff !important;
    height: auto;
  }

  .nobgMob {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .contact-section {
    min-height: 700px !important;
    padding: 20px 0 !important;
  }

  .contact-left {
    max-width: 100% !important;
    padding: 0 0px !important;
  }

  .form-control,
  .message-control {
    width: 100% !important;
    font-size: 4vw !important;
    height: auto !important;
    padding: 2vh 4vw !important;
  }

  .message-control::placeholder {
    font-size: 4vw !important;
  }

  .form-control::placeholder {
    font-size: 4vw !important;
  }

  .contact-label {
    font-size: 4vw !important;
  }

  .contact-title {
    font-size: 6vw !important;
  }

  .btn {
    width: auto !important;
    height: auto !important;
    border-radius: 30px !important;
    font-size: 4vw !important;
    padding: 10px 20px !important;
  }

  .footer {
    padding: 4vh 2vw 4vh !important;
  }

  .footer-logo {
    width: 50vw !important;
    height: auto !important;
    padding: 0vh 0 4vh 0 !important;
  }

  .social-icons img {
    width: 4vw !important;
    height: auto !important;
  }

  .footer-text {
    width: 100% !important;
    font-size: 4vw !important;
    text-align: center;
  }

  .footer-content {
    align-items: center !important;
    text-align: center !important;
  }
}

/* Tab view */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-subTitle {
    font-size: 2.5vw !important;
  }

  .about-label {
    font-size: 3vw !important;
  }

  .phone-front {
    margin-left: 0 !important;
    top: -6vh !important;
  }

  .about-text {
    font-size: 2.5vw !important;
  }

  .hero-section {
    margin-bottom: -20% !important;
  }

  .stats {
    margin-bottom: -2vh;
  }

  .features-desc {
    font-size: 1.8vw;
    margin-top: 4vh;
    line-height: normal;
  }

  .feature-text {
    font-size: 2.4vw !important;
    line-height: normal !important;
  }

  .feature-cardBG,
  .feature-card {
    height: auto !important;
  }

  .features-label {
    font-size: 3vw !important;
  }


  .feature-title {
    font-size: 3vw;
  }

  .contact-label {
    font-size: 3vw !important;
  }

  .contact-title {
    font-size: 4.5vw !important;
  }

  .footer-logo {
    width: 30vw !important;
    height: auto !important;
    padding: 0vh 0 4vh 0 !important;
  }

  .social-icons img {
    width: 3vw !important;
    height: auto !important;
  }


  .footer-text {
    font-size: 2vw !important;
  }

  .contact-image-abs {
    width: 80% !important;
    max-width: 700px !important;
  }

  .form-control,
  .message-control {
    width: 60vw !important;
    height: auto !important;
    padding: 2vh 1vw !important;
  }

  .message-control {
    height: 10vh !important;
  }

  .form-control::placeholder,
  .message-control::placeholder {
    font-size: 2vw !important;
  }

  .btn {
    width: auto !important;
    height: auto !important;
    border-radius: 30px !important;
    font-size: 2vw !important;
    padding: 10px 20px !important;
  }
}