:root {
    --main-color: #24af2b;
}

.footer-btn {
    border: 1px solid var(--main-color);
}

.videoBox {
    position: absolute;
    width: 650px;
    height: 366px;
    z-index: 9;
    right: 150px;
    top: 170px;
}

;

@media screen and (max-width: 400px) {
    .videoBox {
        display: none;
    }
}

;

@media (max-width: 575px) {
    .czm-left .czm-button {
        left: 20px;
        display: none !important;
    }
}


/* ============================================== */

.form-containers {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-left-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7vw;
    width: max-content;
    background-color: #000 !important;
    display: inline-block;
    min-width: 300px;
    margin-left: 150px;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 9rem;
    color: white;
}


.form-left-panel h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.form-contact-numbers {
    margin-top: 2rem;
}

.form-phone-green {
    color: #2ecc40;
    font-size: 1rem;
    margin: 0.3rem 0;
}

.form-right-panel {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 7vw;
    background-color: #000 !important;
    width: max-content;
    display: inline-block;
}

.form-contact-form {
    width: 100%;
    max-width: 720px;
    /* Increased for a bigger look on large screens */
    padding: 4.5rem 3rem;
    /* More generous padding for prominence */
    background: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    border-radius: 8px;
}

.form-row {
    display: flex;
    gap: 2rem;
    /* Increased gap between fields */
    margin-bottom: 2rem;
    /* Increased space between rows */
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-full-width {
    flex: 2;
}

.form-label {
    color: #2ecc40;
    font-size: 0.80rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-weight: bold;
}

.form-input,
.form-select {
    width: 100%;
    padding: 0.4rem 0.8rem;
    /* Default (desktop) smaller height */
    border: none;
    border-radius: 0;
    font-size: 1.05rem;
    margin-bottom: 0.1rem;
    background: #fff;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

.form-input[type="number"]::-webkit-inner-spin-button,
.form-input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input[type="number"] {
    -moz-appearance: textfield;
}

.form-min-note {
    color: #2ecc40;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-submit-btn {
    width: 100%;
    height: 2.2rem;
    background: #25ae35;
    color: #000;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s;
    display: block;
    margin: 0 auto;
}

.form-submit-btn:hover {
    background: white;
}

.form-code-phone-row {
    display: flex;
    gap: 1.5rem;
}

.form-code-phone-row .form-code-group,
.form-code-phone-row .form-phone-group {
    flex: unset;
}

.form-code-phone-row .form-code-group {
    /* flex: 0 0 61%;
    max-width: 61%; */
    display: none !important;
}

.form-code-phone-row .form-phone-group {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 900px) {
    .form-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-left-panel,
    .form-right-panel {
        padding: 2rem 5vw;
    }

    .form-right-panel {
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .form-container {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .form-left-panel {
        display: none;
    }

    .form-right-panel {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .form-contact-form {
        max-width: 100vw;
        width: 100%;
        margin: 0 auto;
        padding: 3rem 7vw;
        /* More internal padding for a bigger look */
    }

    .form-row {
        flex-direction: row;
        gap: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .form-row .form-full-width {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .form-row:not(:nth-child(3)) {
        flex-direction: column;
        gap: 0.7rem;
    }

    .form-input,
    .form-select {
        padding: 0.4rem 1.2rem;
        /* Comfortable, bigger input height */
    }

    .form-submit-btn {
        height: 3rem;
        font-size: 1.1rem;
    }

    .form-code-phone-row {
        flex-direction: row;
        gap: 1rem;
    }

    .form-code-phone-row .form-code-group,
    .form-code-phone-row .form-phone-group {
        flex: unset;
    }

    .form-code-phone-row .form-code-group {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .form-code-phone-row .form-phone-group {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-label {
        font-size: 0.8rem;
    }

    .form-min-note {
        font-size: 0.6rem;
    }
}

/* intl-tel-input custom styles */
.iti {
    width: 100%;
}

.iti__flag-container {
    background: transparent;
}

.iti__selected-flag {
    background: transparent;
    border: none;
    padding: 0 8px;
}

.iti__country-list {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
}

.iti__country {
    padding: 8px 12px;
    cursor: pointer;
}

.iti__country:hover {
    background-color: #f5f5f5;
}

.iti__country.iti__active {
    background-color: #e3f2fd;
}

/* Adjust form input to work with intl-tel-input */
.form-input[type="tel"] {
    padding-left: 60px;
}







.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
  }
  
  .popup-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: popupSlideIn 0.4s ease-out;
  }

  /* Success tick mark icon */
  .popup-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #25ae35 0%, #2ecc40 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(37, 174, 53, 0.3);
    position: relative;
  }

  .popup-success-icon::before {
    content: '';
    width: 30px;
    height: 15px;
    border: 4px solid white;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  /* Popup animation */
  @keyframes popupSlideIn {
    from {
      opacity: 0;
      transform: translateY(-30px) scale(0.9);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  .popup-close-btn {
    margin-top: 25px;
    padding: 12px 30px;
    background: linear-gradient(135deg, #25ae35 0%, #2ecc40 100%);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 174, 53, 0.3);
  }

  .popup-close-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 174, 53, 0.4);
    background: linear-gradient(135deg, #2ecc40 0%, #25ae35 100%);
  }

.submit-popup-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 500;
}

/* Larger text for tablet and desktop screens */
@media (min-width: 768px) {
  .submit-popup-text {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* Even larger text for desktop screens */
@media (min-width: 1024px) {
  .submit-popup-text {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* Extra large text for very large screens */
@media (min-width: 1440px) {
  .submit-popup-text {
    font-size: 22px;
    line-height: 1.9;
  }
}

/* Larger popup for tablet and desktop screens */
@media (min-width: 768px) {
  .popup-box {
    max-width: 500px;
    padding: 50px 40px;
  }
  
  .popup-success-icon {
    width: 100px;
    height: 100px;
  }
  
  .popup-success-icon::before {
    width: 35px;
    height: 18px;
    border-width: 5px;
  }

  .success-checkmark {
    width: 100px;
    height: 140px;
  }

  .check-icon {
    width: 100px;
    height: 100px;
  }

  .line-tip {
    width: 30px;
    left: 18px;
    top: 58px;
  }

  .line-long {
    width: 60px;
    right: 10px;
    top: 48px;
  }
}

/* Even larger popup for desktop screens */
@media (min-width: 1024px) {
  .popup-box {
    max-width: 600px;
    padding: 60px 50px;
  }

  .success-checkmark {
    width: 120px;
    height: 160px;
  }

  .check-icon {
    width: 120px;
    height: 120px;
  }

  .line-tip {
    width: 35px;
    left: 22px;
    top: 70px;
  }

  .line-long {
    width: 70px;
    right: 12px;
    top: 58px;
  }
}

/* Extra large popup for very large screens */
@media (min-width: 1440px) {
  .popup-box {
    max-width: 700px;
    padding: 70px 60px;
  }

  .success-checkmark {
    width: 140px;
    height: 180px;
  }

  .check-icon {
    width: 140px;
    height: 140px;
  }

  .line-tip {
    width: 40px;
    left: 26px;
    top: 82px;
  }

  .line-long {
    width: 80px;
    right: 14px;
    top: 68px;
  }
}
  
/* Success Checkmark Styles */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto 25px;
    position: relative;
  }
  
  .check-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    border: 4px solid #25ae35;
    background: linear-gradient(135deg, #25ae35 0%, #2ecc40 100%);
    box-shadow: 0 8px 25px rgba(37, 174, 53, 0.3);
  }
  
  .icon-line {
    height: 5px;
    background-color: white;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  
  .line-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    animation: line-tip 0.75s ease-out forwards;
  }
  
  .line-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    animation: line-long 0.75s ease-out 0.25s forwards;
  }
  
  .icon-circle {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(37, 174, 53, 0.3);
  }
  
  .icon-fix {
    top: 8px;
    left: 26px;
    width: 5px;
    height: 85px;
    background-color: transparent;
    position: absolute;
    transform: rotate(-45deg);
  }
  
  @keyframes line-tip {
    0% {
      width: 0;
      left: 14px;
      top: 46px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 46px;
    }
  }
  
  @keyframes line-long {
    0% {
      width: 0;
      right: 8px;
      top: 38px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }


/* ================================= */

  
  