@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.ttf") format("truetype"),
    url("../fonts/flaticon.woff") format("woff"),
    url("../images/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.dot {
  height: 250px;
  width: 250px;
  background-color: #eaf3fb;
  border-radius: 50%;
  display: block;
  border: 5px solid #1977cc;
  margin: 10px auto;
}

.dot span {
  display: inline-block;
  width: 100%;
  margin-top: 38%;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
[class^="flaticon-"],
[class*=" flaticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "flaticon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-title {
  margin-top: 20px;
}
.flaticon-alternative-energy:before {
  content: "\e900";
}
.flaticon-arrow:before {
  content: "\e901";
}
.flaticon-battery:before {
  content: "\e902";
}
.flaticon-bio:before {
  content: "\e903";
}
.flaticon-bulb:before {
  content: "\e904";
}
.flaticon-calculator:before {
  content: "\e905";
}
.flaticon-calculator-2:before {
  content: "\e906";
}
.flaticon-clean-energy:before {
  content: "\e907";
}
.flaticon-customer-light:before {
  content: "\e908";
}
.flaticon-eco-factory:before {
  content: "\e909";
}
.flaticon-electric-car:before {
  content: "\e90a";
}
.flaticon-electric-car-2:before {
  content: "\e90b";
}
.flaticon-engineer:before {
  content: "\e90c";
}
.flaticon-innovation:before {
  content: "\e90d";
}
.flaticon-location:before {
  content: "\e90e";
}
.flaticon-message:before {
  content: "\e90f";
}
.flaticon-mobile-call:before {
  content: "\e910";
}
.flaticon-natural-energy:before {
  content: "\e911";
}
.flaticon-panel-maintenance:before {
  content: "\e912";
}
.flaticon-panel-maintenance-2:before {
  content: "\e913";
}
.flaticon-phone-call:before {
  content: "\e914";
}
.flaticon-phone-ringing:before {
  content: "\e915";
}
.flaticon-placeholder:before {
  content: "\e916";
}
.flaticon-plan:before {
  content: "\e917";
}
.flaticon-play-button:before {
  content: "\e932";
}
.flaticon-plug-sun:before {
  content: "\e918";
}
.flaticon-quotes:before {
  content: "\e919";
}
.flaticon-renewable-energy:before {
  content: "\e91a";
}
.flaticon-renewable-energy-2:before {
  content: "\e91b";
}
.flaticon-renewable-energy-3:before {
  content: "\e91c";
}
.flaticon-renewable-energy-4:before {
  content: "\e933";
}
.flaticon-research:before {
  content: "\e91d";
}
.flaticon-reward:before {
  content: "\e91e";
}
.flaticon-save-energy:before {
  content: "\e91f";
}
.flaticon-solar-cell:before {
  content: "\e920";
}
.flaticon-solar-energy:before {
  content: "\e921";
}
.flaticon-solar-house:before {
  content: "\e922";
}
.flaticon-solar-panel:before {
  content: "\e923";
}
.flaticon-solar-panel-2:before {
  content: "\e924";
}
.flaticon-solar-panel-battery:before {
  content: "\e925";
}
.flaticon-solar-panel-home:before {
  content: "\e926";
}
.flaticon-support:before {
  content: "\e927";
}
.flaticon-thumbs-up:before {
  content: "\e928";
}
.flaticon-ticket:before {
  content: "\e929";
}
.flaticon-wind:before {
  content: "\e92a";
}
.flaticon-wind-energy:before {
  content: "\e92b";
}
.flaticon-wind-energy-2:before {
  content: "\e92c";
}
.flaticon-wind-energy-3:before {
  content: "\e92d";
}
.flaticon-wind-energy-4:before {
  content: "\e92e";
}
.flaticon-wind-farm:before {
  content: "\e92f";
}
.flaticon-wind-farm-home:before {
  content: "\e930";
}
.flaticon-wind-maintenance:before {
  content: "\e931";
}

/*apply page header start*/
/* .main-form-top-title {
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 -12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .main-form-top-title img {
    height: 32px;
    padding: 0px;
    margin-right: 30px;
}
.form-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
}
.main-form-top-title span {
    color: #0f3d66;
    line-height: 1.1;
    padding: 4px 20px;
    font-size: 25px;
    font-weight: 700;
}
.form-subtext {
    font-size: 14px;
    color: #0f3d66;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 20px;
} */

/*apply page header start*/
.main-form-top-title {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  justify-content: center; /* ✅ Align left like in reference */
  align-items: center;
  padding: 10px 20px; /* ✅ Add spacing like reference */
  gap: 50px;
    
}

.main-form-top-title img {
  height: 32px;
  margin-right: 15px; /* ✅ Smaller gap (reference look) */
  padding: 0;
}

.form-title-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-form-top-title span {
  color: #0f3d66;
  font-size: 22px; /* ✅ Slightly smaller for balance */
  font-weight: 700;
  line-height: 1.2;
}
.form-subtext {
  font-size: 14px;
  color: #0f3d66;
  font-weight: 400;
  line-height: 1.2;
}

.user-data-privacy svg {
  vertical-align: middle;
}

.user-data-privacy {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  display: block;
  margin: 0;
  border-radius: 8px;
  color: #000;
}

#multiStepForm {
  padding: 4%;
}

.visa-btn {
  margin-top: 30px;
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2.2rem;
  border-radius: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: opacity 0.15s;
  opacity: 0.9;
}

.visa-btn:hover {
  opacity: 0.85;
  color: #fff;
}

.btn-submit {
  display: block;
  margin: 0 auto;
  background: #8d2029;
  border: 0;
  padding: 11px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  width: 194px;
}

.btn-submit:hover {
  background: linear-gradient(90deg, #0f569b 0%, #87ceeb 100%) !important;
  transition: background 0.7s ease;
}

 .terms-of-services {
            margin-bottom: 10px;
        }

        .terms-of-services h4 {
            font-size: 12px;
        }

        .terms-of-services {
            font-size: 11px;
            color: #adb1d6
        }

        checkbox-container {
            display: flex;
            align-items: flex-start;
        }


        .terms-service-checkbox {
            margin-right: 20px;
        }

        input.terms-service-checkbox {
            width: 3%;
            height: 30px;
        }

        #accept_terms_service {
            display: none;
        }

        #accept_terms_service+label::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            border: 2px solid #49aaf7;
            border-radius: 3px;
            margin-right: 8px;
        }

        label.terms_services {
            position: relative;
        }

        #accept_terms_service:checked+label::before {
            content: '';
            background-color: #49aaf7;
            color: #fff !important;
        }

        #accept_terms_service:checked+label::after {
            content: "";
            position: absolute;
            width: 6px;
            height: 11px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            left: 6px;
            top: 3px;
            transform: rotate(45deg);
        }


        a {
            color: #49aaf7 !important;
        }


/*apply page header end*/
@media screen and (max-width: 768px) {
  .user-data-privacy {
    font-size: 12px;
  }
  /*apply page header start*/

  .main-form-top-title span {
    font-size: 24px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /*apply page header end*/
}

@media only screen and (max-width: 600px) {
  .form-main-section h4 {
    text-align: start;
  }
}

/* Live Chat Mobile */
#customMobileChat {
  display: none;
}

@media (max-width: 767px) {
  #customMobileChat {
    position: fixed;
    top: 10px;
    left: 50%;
    background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
    color: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    cursor: pointer;
    transform: translate(-50%, 0px);
  }
  #customMobileChat img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

@media (max-width: 400px) {
  .main-form-top-title span {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .navbar .goog-te-gadget .goog-te-combo {
    width: 100px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 11px !important;
    height: 32px !important;
    font-weight: 600;
  }
  
  tbody, td, tfoot, th, thead, tr{
      font-size : 14px;
  }

  body #customMobileChat {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    top: 16px;
    height: 32px;
  }

  body #customMobileChat img {
    width: 16px;
    height: 16px;
  }
}
