* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden !important;
    font-family: "Inter", sans-serif !important;
    background: linear-gradient(180deg, #F2E7FE 17.36%, #EEE7FE 70.09%, #FFFFFF 100%);
}

a:not(.a) {
    text-decoration: none;
}

main {
    min-height: 100vh;
}

header {
    padding-top: 30px;
    /* min-height: 60vh; */
    position: relative;
    width: 100%;
    border-radius: 40px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.096) 1.5px, transparent 1px);
    background-size: 22px 22px;
    box-shadow: 0px 158px 158px 0px #00000017,
              0px 356px 214px 0px #0000000D,
              0px 634px 250px 0px #00000003,
              0px 990px 250px 0px #00000000;
              background-color: transparent;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    width: 90%;
    margin: auto;
    border-radius: 5%;
    background-color: #fff;
    height: 84px;
    position: relative;
    justify-content: space-between;
    border: 1px solid #DEE5ED;
    border-radius: 100px;
    border-width: 1px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    z-index: 999 !important;
    box-shadow: 0px 40px 87px 0px #0000001A;
}

header nav button {
    width: 127px;
    height: 56px;
    border: none;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-radius: 100px;
    background-color: #101042;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-family: "Inter";
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 150%;
}

.mile-bg {
    transform: rotateY(180deg);
    top: -150px;
    width: 509.79998779296875px;
    height: 692px;
    opacity: 25%;
    left: 0;
    mix-blend-mode: Multiply;
    position: absolute;
    z-index: 1;
}

.abstract {
    position: absolute;
    width: 687px;
    height: 692px;
    right: 0px;
    top: -125px;
    opacity: 50%;
    z-index: 1;
    mix-blend-mode: Multiply;
}

.hero {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 99 !important;
    padding: 35px 0;
}

.hero-box {
    width: fit-content;
    opacity: 1;
    border-radius: 100px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    gap: 4px;
    cursor: pointer;
    height: fit-content !important;
    display: flex;
    align-items: center !important;
    margin: auto;
    background: #F1F4F8;
    border: 3px solid #DEE5ED;
    box-shadow: 0px 8px 17.2px 0px #8C96A91A;
    box-shadow: 0px 4px 2px 0px #8C96A940;
    box-shadow: 0px 0px 0px 3px #FFFFFF;
}

.hero-highlight {
    width: 57px;
    border-radius: 100px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    gap: 4px;
    font-weight: 800;
    color: #fff;
    background: #101042;
}

.hero-box-text {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #000;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.hero-box i {
    width: 18px;
    height: 18px;
    padding-top: 2px;
}

.hero-text-container {
    margin-top: 20px;
}

.hero-text {
    font-family: "Inter";
    font-weight: 700;
    font-style: Bold;
    font-size: 68px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #0D0D0D;
    text-align: center;
}

.sub-text {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 15px;
    color: #666666;
}

.hero-button {
    height: 59px;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    gap: 4px;
    color: #fff;
    text-align: center;
    background: #101042;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    cursor: pointer !important;
    border: none;
}

.hero-button-container {
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.hero-button-container button:last-child{
    margin-left: 35px;
}

.company-details {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    gap: 20px;
    margin: auto;
    margin-block: 50px;
    padding-block: 20px;
}

.card {
    width: 350.6666564941406px;
    height: 190px;
    opacity: 1;
    position: relative;
    border-radius: 16px;
    border-width: 1px;
    gap: 20px;
    cursor: pointer;
    color: #fff;
    transition: transform 0.3s ease;
    padding: 22px;
    border: 1px solid #17171C;
    background: #0C0C0E;
}
.card:hover {
  transform: translateY(-5px) !important;
}

.card .container {
    background: #17171C;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
    height: 33px;
    height: fit-content;
}

.card .container img {
    width: 20px;
    height: fit-content;
    top: 2px;
    height: auto;
    left: 2px;
    opacity: 1;
}

.card .card-text {
    font-weight: 700;
    margin-top: 20px;
}

.card .description-text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.3em;
    color: #797C86;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 150%;
}

.card-icon {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 32px;
    height: 32px;
}

.card-icon.second {
    top: -7px;
    right: -3px;
}

.card-icon.third {
    top: 0;
    scale: 2;
    right: 15px;
}

footer {
    text-align: center;
    padding-bottom: 20px;
}

footer p {
    font-size: 25px;
}

footer .socials {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

footer .socials i {
    cursor: pointer;
    margin-left: 20px;
    font-size: 35px;
    color: #101042;
}

footer .socials i {
    margin-left: 20px;
    font-size: 35px;
    color: #101042;
}

footer .socials i:first-child {
    margin-left: 0;
}

footer .socials i:hover {
    scale: 1.1;
}



#dataConsultationModal {
  display: none; /* default hidden */
  position: fixed;
  inset: 0;
  width: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1005;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* make sure modal is truly centered when displayed */
#dataConsultationModal.show {
  display: flex !important;
}

.data-consultation-modal {
  display: flex;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  position: fixed;
  animation: fadeIn 0.3s ease-in-out;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

#closeDataConsultation {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 35px;
    cursor: pointer;
    color: rgb(235, 5, 5);
    z-index: 10;
}

/* Left side */
.data-consultation-modal .modal-left {
  flex: 1;
  background: #f7faff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.data-consultation-modal .modal-left h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.data-consultation-modal .modal-left p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

/* Right side */
.data-consultation-modal .modal-right {
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-form div {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #f7f7ff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.modal-form input:focus,
.modal-form textarea:focus {
  border-color: #0A84FF;
}

.modal-form textarea {
  resize: none;
  height: 90px;
}

.error {
  font-size: 13px;
  color: red;
  margin-top: 4px;
}

.submit-btn {
  background-color: #0A84FF;
  color: #fff;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #0066d6;
}

/* SVG animation (desktop only) */
@media (min-width: 768px) {
  .line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-in-out forwards;
  }

  @keyframes drawLine {
    to { stroke-dashoffset: 1; }
  }

  .dot {
    animation: pulse 2s infinite ease-in-out alternate;
  }

  @keyframes pulse {
    from { r: 4; opacity: 0.6; }
    to { r: 6; opacity: 1; }
  }
}

/* Mobile view */
@media (max-width: 767px) {
  .data-consultation-modal {
    flex-direction: column;
    width: 95% !important;
    padding: 25px 15px;
  }

  /* Turn SVG into faint background */
  .data-consultation-modal .modal-left {
    padding: 15px 20px;
  }

  .data-consultation-modal .modal-left .data-svg {
        position: absolute;
        inset: 0;
        opacity: 0.3 !important;
        z-index: 0;
  }

  .data-consultation-modal .modal-left h2,
  .data-consultation-modal .modal-left p {
    position: relative;
    z-index: 1;
  }

  .data-consultation-modal .modal-right {
    padding: 15px 20px;
  }
}




/* MEDIA QUERIES */
@media (max-width: 1025px) {
  header nav {
    width: 95%;
  }
  .company-details {
    flex-direction: column;
    align-items: center;
  }

  .company-details .card:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  header {
    border-radius: 20px;
  }

  header nav {
    padding: 20px;
    border-radius: 20px;
  }

  .hero-text {
    font-size: 2.2rem;
  }

  .sub-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero {
    width: 95%;
  }

  .hero-text {
    font-size: 1.8rem;
  }

  .hero-button {
    font-size: 0.9rem;
    padding: 12px 18px;
    height: auto;
  }

  .company-details {
    width: 100%;
  }
}




#question-title {
    margin-bottom: 10px;
}

.mail-area button:hover { background: #0056b3; }

.alert.error {
    color: #f1f1f1 !important;
    background-color: red;
    font-size: 0.9rem;
    width: 100% !important;
    margin-top: 0.4rem;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.alert.success {
    color: #f1f1f1;
    width: 310px !important;
    background-color: green;
    font-size: 0.9rem;
    margin-top: 0.4rem;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hidden { display: none; }


/* Media Query */
/* MEDIA QUERIES */
@media (max-width: 1300px) {
  header nav {
    width: 95%;
  }

  .company-details {
    width: 90%;
  }

  .company-details .card {
    height: unset;
  }
}

@media (max-width: 768px) {
  header {
    padding-top: 15px;
    border-radius: 20px;
  }

  header nav {
    padding: 20px;
    border-radius: 20px;
  }

  .hero-text {
    font-size: 2.2rem;
  }

  .sub-text {
    font-size: 1rem;
  }

  .hero {
    width: 90%;
  }

      .company-details {
        width: 100%;
    }

    
    .hero-button-container button {
        padding: 7px 12px !important;
        width: unset;
        padding: unset;
    }

    .hero-button-container button:last-child{
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    header {
        padding-top: 0px !important;
    }

    .hero {
        width: 95%;
    }

    .hero-text {
        font-size: 1.8rem;
    }

    .hero-button {
        font-size: 0.9rem;
        padding: 12px 18px;
        height: auto;
    }

    .company-details {
        width: 100%;
    }
}



/* Modal background */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  display: none;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 450px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Title */
.modal-title {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: #333;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
.close:hover { color: #000; }

/* Form fields */
.form-group {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 1rem;
}

.form-group > div {
    width: 100%;
    margin-bottom: 10px;
}

.form-group p {
    text-align: left;
    margin-top: 0px;
}

.form-group input {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border 0.2s;
}
.form-group input:focus, 
#email:focus {
  border-color: #4cafef;
  outline: none;
}

/* Button */
.submit-btn {
    background: #101042;
    border: none;
    border-radius: 8px;
    padding: 0.9rem;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: background 0.3s;
}
.submit-btn:hover {
  background: #4cafef;
}

/* Messages */
.form-message {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.form-message.success { color: green; }
.form-message.error { color: red; }

/* Trigger button */
.open-btn {
  padding: 0.8rem 1.5rem;
  background: #101042;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.open-btn:hover {
  background: #135e8a;
}


/* Modal base */
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

/* Modal box */
.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    animation: fadeIn 0.3s ease-in-out;
}

/* Buttons */
.btn {
    background: #101042;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    margin: 0.5rem;
    transition: background 0.3s;
}

.btn:hover {
    background: #101042;
}

.hidden {
    display: none;
}

.option-btn {
    width: 100%;
    display: block;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.7rem;
    margin: 0.5rem 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
}

.option-btn:hover {
    background: #e9ecef;
}
.option-btn.active {
    background: #101042;
    color: #fff;
    border-color: #101042;
}

.email-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.disclaimer {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
}




/* Animation */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
}

.disclaimer {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    line-height: 1.4;
}


/* Close button */
.close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
.close:hover { color: red; }

/* Error message */
.error {
    color: red;
    margin-top: 0.8rem;
    font-size: 0.9rem;
}
.hidden { display: none; }

.spinner {
    border: 2px solid #f3f3f3; /* Light */
    border-top: 2px solid #101042; /* Primary */
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
}

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


@media (max-width: 1206px)  {
    main {
        height: fit-content;
        padding-bottom: 30px;
    }
}


@media (max-width: 575px) {
    .break {
        flex-direction: column;
    }

    body {
        overflow-x: hidden !important;
        min-height: 100vh;
    }

    header {
        padding: 0 ;
    }

    header nav {
        border-radius: 0;
        width: 100% !important;
        height: unset;
        padding: 10px;
    }

    header nav button {
        padding: 7px 12px  !important;
        font-size: 15px;
        font-weight: 600;    
        width: unset;
        height: unset;
    }

    header nav .logo {
        scale: 0.80;
        margin-left: -10px;
    }

    main .content h1 {
        font-size: 60px;
        margin-right: 30px;
    }

    main .content .button-container {
        display: flex;
        margin-top: 25px;
    }

    main .content .button-container button {
        padding: 12px 18px;
        font-size: 15px;
        font-weight: 600;
    }
    
    main .content .button-container button:first-child {
        margin-right: 25px;
    }

    .modal-content {
        padding: 1rem;
    }

    .option-btn {
        padding: 0.5rem;
        font-size: 12px;
    }

    #question-title {
        font-size: 16px;
    }

    /* Title */
    .modal-title {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .form-group {
        gap: 0;
        margin-bottom: 0;
    }

    .form-group > div {
        margin-bottom: 12px;
    }

    .form-group input {
        font-size: 14px;
    }

    footer {
        margin: 0;
        padding: 15px;
        text-align: center;
        padding-top: 0;
    }

    footer a {
        margin: auto;
    }

    footer #newsletter,
    footer .mail-area {
        width: fit-content;
        margin: auto;
    }
    
    footer .mail-area input {
        width: 100%;
    }

    footer #newsletter p {
        width: 100%;
    }

    .contact-area {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .contact-area p {
        text-align: center;
        margin: 0 !important;
        padding: 0;
    }

    .alert.error,
    .alert.success {
        width: 100% !important;
        font-size: 0.7rem;
    }
    
    .contact-area p:first-child {
        padding-right: 5px;
    }


    .socials i {
        cursor: pointer;
        font-size: 25px;
    }

    main {
        padding-bottom: 0;
    }

    .company-details {
        width: 90%;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .company-details .card {
        width: unset;
        height: unset;
    }

    .mile-bg {
        transform: rotateY(180deg);
        top: -0px;
        opacity: 25%;
        left: -120px;
    }

    .abstract {
        right: -125px;
        top: -125px;
    }

    .hero-box {
        width: fit-content;
        opacity: 1;
        border-radius: 100px;
        padding: 6px;
        gap: 4px;
    }
}



@media (max-width: 475px) {
    main .content h1 {
        font-size: 45px;
        margin-right: 30px;
    }

    .button-container {
        flex-direction: column;
    }
    
    .button-container button {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    footer #newsletter p {
        width: 100%;
        font-weight: 500;
        line-height: 1.5em;
        font-size: 14px;
    }

    header nav {
        padding: 10px;
    }

    header nav button {
        padding: 7px 12px;
        font-size: 12px;
        font-weight: 400;
    }

    footer {
        width: 70%;
        margin: auto;
    }
}

header {
  overflow: hidden !important;
  background-clip: padding-box !important;
}

header {
  position: relative;
  background: transparent;
}

header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.096) 1.5px, transparent 1px);
  background-size: 22px 22px;
  z-index: 0;
  pointer-events: none;
}

header * {
  position: relative;
  z-index: 1;
}

body {
    height: 100% !important;
    overflow-y: visible !important;
}

.data-image {
  text-align: center;
  margin-top: 20px;
}

.data-image img {
  width: 85%;
  max-width: 380px;
  height: auto;
  opacity: 0.95;
  animation: floatUpDown 4s ease-in-out infinite alternate;
}

@keyframes floatUpDown {
  from { transform: translateY(0); }
  to { transform: translateY(-6px); }
}

/* Mobile: turn image into background */
@media (max-width: 767px) {
  .data-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.08;
    z-index: 0;
  }

  .data-image img {
    width: 100%;
    max-width: none;
    animation: none;
    object-fit: contain;
      background-position: top;
  }

  .modal-left {
    position: relative;
    z-index: 2;
  }

  button {
    font-size: 14px;
  }
}


@media (min-width: 768px) {
  .line {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: drawDataLine 2.8s ease-in-out forwards;
  }

  @keyframes drawDataLine {
    to { stroke-dashoffset: 0; }
  }

  .dot {
    animation: pulseDot 1.5s infinite alternate ease-in-out;
  }

  @keyframes pulseDot {
    from { r: 4; opacity: 0.6; }
    to { r: 6; opacity: 1; }
  }

  .data-svg {
    position: absolute;
    top: 0;
    right: 0 !important ;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
  }

  .data-consultation-modal .modal-left {
    position: relative;
    z-index: 2;
  }
}
