
* {
  padding: 0;
  box-sizing: border-box;
}
body {
    margin: 0;  
    padding: 0; 
    overflow-x: hidden;
    height:100vh;
    font-family: "Roboto Flex", sans-serif;
  }
.header {
  background-color: #481e67;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.8rem 1.2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.logo-c {
  flex: 1;
}

.logo{
   height: 40px;
   width: auto;
  object-fit: contain;
}


.sign-in-button a {
  background-color: #fff;
  color: #481e67;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.sign-in-button a:hover {
  background-color: #e0d4ed;
}

  section {
    width: 100%;
    padding: 5% 10%;
    margin-top: -3%;
  }
  
  #corereach-hero {
    background: #481e67;
  }
  
  .container-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .hero-content {
    flex: 1;
    min-width: 300px;
  }
  
  .hero-content h2 {
    font-weight: 900;
    color:  #9c50d3;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 3vw + 3vh, 3rem);
  }
  
  .hero-content p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    font-weight: 400;
    color:  #fff;
    line-height: 1.5;
  }
  
  .container-hero img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }

    .widget{
    margin-top: -2%;
    background-color: #481e67;
    color: white;

}
  
/* Feature: Send Mode */
#feature-send-mode {
    background: white;
  }
  .container-send-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .send-mode-text {
    flex: 1;
    min-width: 300px;
  }
  .send-mode-text h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color: #007bff;
    margin-bottom: 20px;
  }
  .jeta-color{
    color: #481e67;
  }
  .send-mode-text p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: black;
    line-height: 1.6;
  }
  .container-send-mode img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
  
  /* Feature: Delivery Queue */
  #feature-delivery-queue {
     background: #481e67;
  }
  .container-delivery-queue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .delivery-queue-text {
    flex: 1;
    min-width: 300px;
  }
  .delivery-queue-text h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color:  #f7f7f7;
    margin-bottom: 20px;
  }
  .delivery-queue-text p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: #9c50d3;
    line-height: 1.6;
    font-weight: 500;
  }
  .container-delivery-queue img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
    border:2px dashed #f7f7f7;
  }
  
  
  /* Feature: Spam Check */
  #feature-spam-check {
    background: linear-gradient(to right, #fffaf0, #fff);
  }
  .container-spam-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .spam-check-text {
    flex: 1;
    min-width: 300px;
  }
  .spam-check-text h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color:  #481e67;
    margin-bottom: 20px;
  }
  .spam-check-text p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color:  #9c50d3;
    line-height: 1.6;
  }
  .container-spam-check img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  
  /* Feature: Message Saver */
  #feature-message-saver {
    background-color: #fff;
  }
  .container-message-saver {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .message-saver-text {
    flex: 1;
    min-width: 300px;
  }
  .message-saver-text h2 {
     font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color:  #481e67;
    margin-bottom: 20px;
  }
  .message-saver-text p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: black;
    line-height: 1.6;
  }
  .container-message-saver img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
  
  /* Feature: Credit Offer */
  #feature-credit-offer {
    background: white;
  }
  .container-credit-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .credit-offer-text {
    flex: 1;
    min-width: 300px;
  }
  .credit-offer-text h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color:  #481e67;
    margin-bottom: 20px;
  }
  .credit-offer-text p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: #000;
    line-height: 1.6;
  }
  .container-credit-offer img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
  
  

    /* Feature: Branding Support */
  #feature-branding-support {
    background-color: white;
  }
  .container-branding-support {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .branding-support-text {
    flex: 1;
    min-width: 300px;
  }
  .branding-support-text h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color:  #481e67;
    margin-bottom: 20px;
  }
  .branding-support-text p {
     font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: #000;
    line-height: 1.6;
  }
  .container-branding-support img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }


  /* REGISTER Users Section */
 #jeta-users .cta-btn{
   background-color: #481e67;
 }
  
  #jeta-users {
    background-color: #f9f8f8;
    border-radius: 20px;
  }
  
  .container-users {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .users-content {
    flex: 1;
    min-width: 300px;
  }
  
  .users-content h2 {
    font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
  }
  
  .users-content p {
    font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
    color: black;
    line-height: 1.6;
  }
  
  .container-users img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }

  /* Call-to-Action Button */
  .cta-btn {
    display: inline-block;
    margin-top: 20px;
    background-color: #1a1a1a;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .cta-btn:hover {
    background-color: #333;
  }


.sub-wrapper4 {
  padding: 1rem;
  font-size: 0.9rem;
  border-top: 1px solid #ccc;
  margin-top: 2rem;
}

.company-info-wrapper p {
  margin: 0 0 0.5rem 0;
  color: #444;
  line-height: 1.5;
}

.privacy-wrapper {
  font-size: 0.9rem;
}

.privacy-wrapper a {
  text-decoration: none;
  color: #007bff;
  margin-right: 0.5rem;
}

.privacy-wrapper a:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Feature: Review Section */
#feature-message-saver {
  background: white;
  padding: 60px 20px;
}

.container-message-saver {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.message-saver-text {
  flex: 1;
  min-width: 300px;
}

.message-saver-text h2 {
  font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
  font-weight: 800;
  color: #481e67;
  margin-bottom: 20px;
}

.message-saver-text p {
  font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
  color: #000;
  line-height: 1.6;
}


.container-message-saver > p {
  flex: 1;
  min-width: 300px;
  font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
  color: #000;
  line-height: 1.6;
  margin: 0;
}
/* Feature: Customer Support */
#feature-customer-support {
  background: white;
  padding: 60px 20px;
}

.container-customer-support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.container-customer-support img {
  width: 30%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.customer-support-text {
  flex: 1;
  min-width: 300px;
}

.customer-support-text h2 {
  font-size: clamp(1.5rem, 2.5vw + 2.5vh, 2.5rem);
  font-weight: 800;
  color: #481e67;
  margin-bottom: 20px;
}

.customer-support-text p {
  font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}

.support-contact-box {
  background-color: #c9f2c4;
  padding: 15px 20px;
  border-left: 4px solid #481e67;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none; 
  transition: background-color 0.3s ease; 
}

.support-contact-box:hover {
  background-color: #b1e9ae; 
}


.support-contact-box .label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.support-contact-box .whatsapp-link {
  color: #25D366;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(1rem, 1vw + 1vh, 1.2rem);
}




@media (max-width: 1100px) {
  .section-hero {
    margin-top: 6%;
  }
}

@media (max-width: 750px) {
  .section-hero {
    margin-top: 9%;
  }
}
