@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
}
body{
  overflow-x: hidden !important;
}

/* nav */
.custom-padding-x-89 {
  padding-left: 102px;
  padding-right: 102px;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffff;
  opacity: 0.6;
}

.carousel-indicators .active {
  opacity: 1;
}
/* Prev icon - black and bold */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.75.75 0 0 1 0 1.06L6.06 8l5.294 5.294a.75.75 0 0 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
}

/* Next icon - black and bold */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06L9.94 8 4.646 2.706a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  color: black;
}

.carousel-indicators {
  position: absolute;
  top: 420px;
}
@media (max-width: 993px) {
  .carousel-indicators {
    display: none;
  }
}

/* form style */
.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  flex: 1;
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  width: 100%;
  padding: 8px 0;
  height: 50px !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  border-bottom: 1px solid #333;
}
input::placeholder {
  color: white;
}
/* banner */
.banner-section {
  height: auto;
  min-height: 75vh;
  background-color: #0058ac;
}
.left-content {
  max-width: 600px;
}
.banner-button {
  background-color: #868593;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  line-height: 19px;
  fill: #ffffff;
  color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px !important;
  border-radius: 3px 3px 3px 3px !important;
  padding: 14px 18px 14px 18px !important;
  font-family: "Roboto" sans-serif !important;
}
/* carousel */
.carousel-inner {
  width: 550px;
}
 
.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Keeps image proportions and fills the space */
}

/* about */
.about-section {
  background-color: #ebf3fa;
  min-height: 35vh;
  height: auto;
}

.text-20-normal {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.about-link {
  color: #c36;
  text-decoration: underline;
}
/* img-section card shodow */
.card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
/* aside banner */
.aside-banner {
  background-color: #0058ac;
  min-height: 35vh;
  position: relative;
}
.right-img {
  max-width: 75% !important;
  margin-bottom: 50px !important;
}
.overlay {
  bottom: 60px;
  left: 130px;
}
.overlay-img {
  max-width: 77%;
  height: auto;
}
.main-img {
  max-width: 80% !important;
}
/* text-block */
.text-block {
  max-width: 900px;
  z-index: 1;
}

/* footer background color */
.footer-back {
  background-color: #0058ac;
  /* height: auto; */
  min-height: 45vh;
}
.footer-gap {
  gap: 17rem !important;
}

#submitBtn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* optional: adds soft shadow */
  top: 20% !important;
}

#submitBtn img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
#submitBtn:hover {
   background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#submitBtn:active {
  background-color: #c36;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#submitBtn.clicked-red {
  background-color: #c36 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card-shadow-one {
  width: 21rem;
  border-color: #cccccc;
  box-shadow: 0px 45px 85px 0px rgba(125, 172, 212, 0.3);
  min-height: 590px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.custom-width-200 {
  width: 200px;
}

@media (max-width: 590px) {
.carousel-inner {
  width: 300px;
}
  .banner-section {
    min-height: auto !important;
  }
}

@media (max-width: 320px) {
  .carousel-inner {
    width: 215px;
  }
}
/* demo form style */

   .form-control {
        color: white !important;
      }
      input::placeholder {
        color: white !important;
      }


/* icons */
 .custom-icon {
  width: 24px;
  height: 24px;
  filter: invert(53%) sepia(97%) saturate(1630%) hue-rotate(2deg)
  brightness(101%) contrast(108%);
}

/* Ensure button stays inside input field on small screens */
@media (max-width: 576px) {
  #submitBtn img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 600px) {
  .copy-right {
    text-align: center;
    margin-left: 0px !important;
  }
}

/* card 6 */

.card-6 {
    width: 315px !important;
    height: 155px !important;
}
.card-img-fixed {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.card-shadow,
.card-shadow-one {
  min-height: 550px; /* adjust based on your design */
  overflow: hidden;
}

.custom-card-padding {
  padding-top: 55px !important;
}
.custom-card-padding-bottom {
  padding-top: 40px !important;
}
#footerForm {
     width: 145%;
}
@media (max-width: 1400px) {
 .footer-gap {
  gap: none;
 }
}
@media (max-width: 1399px) {
  .footer-gap {
    gap: 10rem !important;
  }
}
@media (max-width: 1199px) {
  .footer-gap {
    gap: 7rem !important;
  }
  .copy-right {
    text-align: center !important;
  }
}
@media (max-width: 1100px) {
  #footerForm {
    width: 100%;
  }
  .copy-right {
    text-align: center;
  }
  .footer-gap {
    gap: 7rem !important;
  }
}
@media (max-width: 700px) {
  .card-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .card-img-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1200px) {
  .card-img-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 500px) {
  .nav-img {
  width: 170px !important;
}
}

@media (max-width: 477px) {
  #submitBtn {
    top: 14% !important;
  }
}

.demo-img {
  bottom: 11px;
  right: -9px;
  width: 150px;
  height: 130px;
  z-index: 0;
  opacity: 0.7;
  object-fit: contain;
}

.card-header {
  background-color: #ebf3fa;
}
.custom-input-color {
  background-color: #1c2b39 !important;
}
.demo-btn {
  border-color: #c36 !important;
  color: #c36 !important;
  font-size: large !important;
  padding: 7px !important;
}
.demo-btn:hover {
  background-color: #c36 !important;
  color: white !important;
  font-size: large !important;
  padding: 7px !important;
}
.demo-btn:active,
.demo-btn:focus {
  background-color: #c36 !important;
  color: white !important;
  font-size: large !important;
  padding: 7px !important;
}
.demo-form {
  background-color: rgba(2, 19, 33, 1) !important;
  min-height: 409px;
}

.child {
  position: absolute;
  content: "";
  width: 16%;
  height: 32%;
  bottom: 0px;
  right: 0px;
  background-size: 100%;
}

#messageError {
  margin-top: 50px !important;
}

#closeButton:hover {
  filter: invert(20%) sepia(100%) saturate(6000%) hue-rotate(0deg)
    brightness(90%) contrast(110%);
}
.email-text {
  word-break: break-word;
}
.showFormBtn:hover {
  text-decoration: none !important;
}
.modal-open {
  padding-right: 0px !important;
}

.response-error {
  outline-color: #ffb900;
  outline-style: solid;
  outline-width: 2px;
  padding: 3px;
  padding-left: 5px;
  margin-top: 60px;
  color: white;
}

.response-success {
  outline-color: #46b450;
  outline-style: solid;
  outline-width: 2px;
  padding: 3px;
  margin-top: 60px;
  color: white;
}

.message-error {
  outline-color: #ffb900;
  outline-style: solid;
  outline-width: 2px;
  padding: 3px;
  padding-left: 13px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: white;
}

.message-success {
  outline-color: #46b450;
  outline-style: solid;
  outline-width: 2px;
  padding: 3px;
  padding-left: 13px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: white;
}

.btn-error {
  background-color: #c36 !important;
}

.form-message {
  border-width: 2px;
  border-style: solid;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.form-message.success {
  border-color: #46b450 !important;
}

.was-validated .form-control:invalid {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none !important;
}

.was-validated .form-control:valid {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none !important;
}

#formSpinner {
  color: #000 !important;
}
