@font-face {
  font-family: 'Sharp Sans No2 Bold';
  src: url('path-to-your-font/SharpSansNo2-Bold.woff2') format('woff2'),
    url('path-to-your-font/SharpSansNo2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Sharp Sans No2 Bold', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.ubii-logo {
  width: 97px;
  height: 42px;
}

.download-btn {
  font-size: 14px;
  border-radius: 40px;
  background-color: #1694F2;
  color: white;
  font-weight: 600;
  z-index:999;
}

.hero-section {
  padding: 3rem 1rem;
  background-color: #ffffff;
}

.heading-ubii {
  font-size: 71px;
  line-height: 1.2;
  font-weight: 600;
}

.left-side-text {
  padding-top: 50px;
}

.right-side-logo {
  top: -75px;
  right: 0px;
  position: absolute;
}



.text-blue {
  color: #1694F2;
}

.text-green {
  color: #26EDB9;
}

.ubii-para {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  max-width: 413px;
}

.btn-pink {
  background-color: #B914F4;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
}

.hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Add position: relative to hero-section so absolute image works properly */
.hero-section {
  position: relative;
  /* overflow: hidden;  */
}

/* Constrain the right-side logo image */
.right-side-logo {
  max-width: 50%;
  z-index: 1;
}

/* Control image size and behavior on smaller screens */
@media (max-width: 992px) {

  .right-side-logo {
    position: static;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .right-side-logo>.img-fluid {
    max-width: 100%;
  }

  .hero-image {
    max-width: 90%;
  }

  .left-side-text {
    padding-top: 20px;
    text-align: center;
  }
}

.about-section {
  padding-bottom: 180px !important;
  margin-top: 180px;
  background-color: #9EEFFF;
  position: relative;
  overflow: hidden;
}

.about-intro {
  font-size: 22px;
  font-weight: 600;
  color: #3F3F3F;
  max-width: 807px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  letter-spacing: 0%;
  text-align: center;
}

.about-image-wrapper {
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  max-width: 500px;
  margin-bottom: 2rem;
  /* ✅ Added spacing below image */
}

.about-image-wrapper iframe {
  width: 100%;
}

.play-video-btn {
  width: 50px;
  position: relative;
  z-index: 999;
  top: -180px;
  right: 0px;
  cursor:pointer;
}

.about-card {
  background-color: #31B5FF;
  color: #ffffff;
  border-radius: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2rem 3rem;
  opacity: 0.8;
  /* ✅ Reduced padding */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  /* Optional visual polish */
}


.about-details {
  padding: 40px 80px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  letter-spacing: 0%;
  text-align: center;

}

.circle-image {
  position: absolute;
  top: 209px;
  right: 190px;
}

.triangle-image {
  position: absolute;
  left: 60px;
  bottom: 220px;
  opacity: 0.5;
}

.vector {
  position: absolute;
  bottom: -80px;
  left: 174px;
}

.vector-one {
  position: absolute;
  right: 199px;
  bottom: -113px;

}

.about-card .btn {
  border-radius: 50px;
  font-weight: 600;
  background-color: #fff;
  color: #1694F2;
  border: none;
  transition: 0.3s ease;
}

.about-card .btn:hover {
  background-color: #117cd6;
  color: #fff;
}


.submit-btn {
  background-color: #1694F2;
  color: white;
  border: none;
  font-family: "Sharp Sans No2 Bold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 12px;
  letter-spacing: 6%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.main-container {
  position: relative;
}

.main-container>.about-image-wrapper {
  position: relative;
  top: 60px;
  z-index: 1;
}


.founding-section {
  background-color: #e8bfff;
  /* Soft lavender background like the image */
  padding: 4rem 0;
}

.founding-heading {
  font-size: 42px;
  font-weight: 600;
  color: #3f3f3f;
  line-height: 48px;
}

.founding-para {
  font-size: 22px;
  color: #3f3f3f;
  line-height: 1.6;
}

.founding-para a {
  color: #3f3f3f;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}

.phone-mockup {
  max-width: 100%;
  height: auto;
  /* border-radius: 20px; */
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); */
}

.store-buttons img {
  height: 50px;
  transition: transform 0.2s ease;
}

.store-buttons img:hover {
  transform: scale(1.05);
}


.connect-section {
  background-color: #ffffff;
  padding: 4rem 0;
}

.connect-heading {
  font-size: 72px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
}

.connect-subheading {
  font-size: 20px;
  font-weight: 600;
  color: #1f1f1f;
}

.connect-img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .connect-heading {
    font-size: 32px;
  }

  .connect-subheading {
    font-size: 18px;
  }

  .connect-img {
    max-width: 80%;
    margin: 0 auto;
  }
}


.about-ubii-section {
  background-color: #ffed60;
  /* Soft yellow */
  padding: 4rem 0;
}

.about-ubii-title {
  font-size: 72px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.about-ubii-text {
  font-size: 22px;
  color: #2a2a2a;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 500;
}

.about-feature-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.about-feature-text {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
}


.ambassador-section {
  background-color: #ffffff;
  padding: 4rem 0;
}

.ambassador-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.ambassador-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.ambassador-text {
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}

.ambassador-form input.form-control {
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  font-size: 22px;
}

.ambassador-form button {
  border-radius: 30px;
  font-weight: 600;
}


.footer-section {
  background-color: #1694f2;
  color: #ffffff;
  padding: 3rem 1rem;
}

.footer-logo img {
  height: 50px;
}

.footer-social a img {
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

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

.footer-text {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
}

/* ==================== MEDIA QUERIES ==================== */

/* Large tablets and small laptops (1024px and below) */
@media (max-width: 1024px) {

  /* .heading-ubii {
    font-size: 3rem;
  }
   */
  .ubii-para {
    font-size: 1.3rem;
  }

  .about-card {
    padding: 1.5rem 2rem;
  }

  .about-details {
    padding: 30px 60px;
    font-size: 20px;
  }

  .founding-heading {
    font-size: 36px;
  }

  .founding-para a {
    font-size: 20px;
  }

  .connect-heading {
    font-size: 36px;
  }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 2rem;
  }

  .heading-ubii {
    font-size: 2.5rem;
  }

  .ubii-para {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .about-section {
    margin-top: 100px;
    padding-bottom: 120px !important;
  }

  .about-intro {
    font-size: 18px;
  }

  .about-card {
    border-radius: 30px;
    padding: 1.5rem;
  }

  .about-details {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .circle-image,
  .triangle-image,
  .vector,
  .vector-one {
    display: none;
    /* Hide decorative elements on smaller screens */
  }

  .founding-heading {
    font-size: 32px;
    line-height: 1.3;
  }

  .founding-para a {
    font-size: 18px;
    line-height: 1.5;
  }

  .connect-heading {
    font-size: 28px;
  }

  .about-ubii-title {
    font-size: 30px;
  }

  .about-ubii-text {
    font-size: 16px;
  }

  .ambassador-title {
    font-size: 22px;
  }

  .ambassador-subtitle {
    font-size: 18px;
  }
}

/* Large phones (576px and below) */
@media (max-width: 576px) {

  .download-btn,
  .btn-pink {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  .heading-ubii {
    font-size: 2rem;
  }

  .ubii-para {
    font-size: 1rem;
  }

  .about-section {
    margin-top: 60px;
    padding-bottom: 80px !important;
  }

  .about-intro {
    font-size: 16px;
  }

  .about-card {
    border-radius: 20px;
    padding: 1rem;
  }

  .about-details {
    padding: 15px;
    font-size: 14px;
  }

  .founding-heading {
    font-size: 28px;
  }

  .founding-para a {
    font-size: 16px;
  }

  .store-buttons img {
    height: 40px;
  }

  .connect-heading {
    font-size: 24px;
  }

  .about-ubii-title {
    font-size: 26px;
  }

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

  .ambassador-title {
    font-size: 20px;
  }

  .footer-logo img {
    height: 40px;
  }
}

/* Small phones (400px and below) */
@media (max-width: 400px) {
  .heading-ubii {
    font-size: 1.8rem;
  }

  .ubii-para {
    font-size: 0.9rem;
  }

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

  .founding-heading {
    font-size: 24px;
  }

  .connect-heading {
    font-size: 20px;
  }

  .store-buttons {
    flex-direction: column;
    gap: 10px !important;
    align-items: center;
  }

  .store-buttons img {
    height: 35px;
  }

  .footer-text {
    font-size: 12px;
  }
}

/* Special adjustments for very tall screens */
@media (min-height: 1000px) {
  .hero-section {
    padding: 5rem 1rem;
  }

  .about-section {
    padding: 4rem 0 !important;
  }
}

/* Landscape orientation adjustments */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    padding: 2rem 1rem;
  }

  .heading-ubii {
    font-size: 2rem;
  }

  .right-side-logo {
    max-width: 40%;
  }
}

/* Loading State Styles */
.submit-btn:disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
}


/* Your existing CSS + Add these at the bottom */

/* Spinner Styles (ADDED) */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

/* Loading State (ENHANCED) */
.submit-btn:disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Modal Customization (OPTIONAL) */
#responseModal .modal-content {
  border-radius: 20px;
}
#responseModal .btn-primary {
  background-color: #1694F2;
}


/* Toast Customization */
#responseToast {
  background-color: #ffffff;
  border-left: 5px solid #1694F2;
}

.toast.success {
  border-left-color: #28a745;
}

.toast.error {
  border-left-color: #dc3545;
}

/* Confirmation Modal Styling */
#confirmationModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

#confirmSubmit {
  min-width: 100px;
}

/* Validation Styles */
.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* Alert Positioning */
#formSuccessMessage, 
#formErrorMessage {
  border-radius: 12px;
  position: relative;
  padding: 1rem 1.5rem;
}

#formSuccessMessage {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}

#formErrorMessage {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

/* download modal */

/* Download Modal Styles */
/* #modal-download .modal-dialog {
  max-width: 450px;
} */

#modal-download .modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#modal-download .modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 0;
  position: relative;
}

#modal-download .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

#modal-download .btn-close:hover {
  opacity: 1;
}

#modal-download .modal-body {
  padding: 0 2rem 2rem;
  text-align: center;
}

#modal-download .modal-body img:first-child {
  width: 80px;
  height: auto;
  margin-bottom: 1.5rem;
}

#modal-download .modal-body h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1694F2;
  margin-bottom: 2rem;
  line-height: 1.4;
}

#modal-download .download-links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#modal-download .download-links li {
  margin-bottom: 1rem;
}

#modal-download .download-links li:last-child {
  margin-bottom: 0;
}

#modal-download .download-links a {
  display: block;
  transition: transform 0.2s ease;
}

#modal-download .download-links a:hover {
  transform: scale(1.03);
}

#modal-download .download-links img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}

/* Animation for modal appearance */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#modal-download .modal-content {
  animation: modalFadeIn 0.3s ease-out;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  #modal-download .modal-dialog {
    margin: 1rem auto;
  }
  
  #modal-download .modal-body {
    padding: 0 1.5rem 1.5rem;
  }
  
  #modal-download .modal-body h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  #modal-download .download-links img {
    max-width: 180px;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  #modal-download .modal-content {
    background-color: #2d3748;
    color: #f7fafc;
  }
  
  #modal-download .modal-body h4 {
    color: #63b3ed;
  }
  
  #modal-download .btn-close {
    filter: invert(1);
  }
}

/* Response Modal Styles */
#responseModal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#responseModal .modal-body {
    padding: 2.5rem;
}

#responseModal .modal-icon {
    line-height: 1;
}

#responseModal .modal-icon svg {
    width: 80px;
    height: 80px;
    stroke-width: 1.5;
}

#responseModal .text-success {
    color: #28a745;
}

#responseModal .text-danger {
    color: #dc3545;
}

#responseModal .btn {
    min-width: 120px;
    border-radius: 30px;
    font-weight: 600;
}

/* Animation for modal appearance */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#responseModal .modal-content {
    animation: modalFadeIn 0.3s ease-out;
}


