
    .top-banner {
      background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/ContactusPage/Group\ 1261152725.png");
      background-position: center;
      background-size: cover;
      color: white;
      padding: 60px 30px;
      height: 100%;
      position: relative;
      z-index: 1;
      width: 100%;
    }

    .top-banner-header {
      width: 30%;

    }

    .top-banner h2 {
      font-size: 36px;
      font-weight: bold;
    }

    .contact-container {
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
      margin-top: -100px;
    }

    .left-panel {
      display: flex;
      flex-direction: column;

      justify-content: center;
      color: white;
      flex: 1;
      width: 80%;

    }
.Contactus-form a{
  text-decoration: none;
  color:#33333381
}
#contactType {
  font-family: "Font Awesome 6 Free"; /* Needed to render icons */
  font-weight: 900;
  width: 20%; /* 20% width */
  min-width: 80px;
  text-align: center;
  padding-left: 0;
}

#contactInput {
  width: 80%; /* 80% width */
}
.form-label{
    width: 100%;
}
.iti--allow-dropdown{
    width: 100%;
}
/* Fix for input group layout if needed */
.input-group > .form-select,
.input-group > .form-control {
  flex: none;
}

/* Custom hover for dropdown items */
  .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff !important; /* Light blue */
    color: #fff !important;               /* White text */
  }

  /* Optional: also change icon color on hover */
  .dropdown-menu .dropdown-item:hover i {
    color: #fff !important;
  }

    .contact-method {
      background-color: #f7f7f7;
      border-radius: 1rem;
      padding: 20px 20px;
      margin: 10px 0;
      display: flex;
      align-items: center;
      color: #333;
    }

.contact-method-box{
  background-color: white;
margin-right: 15px;
  padding:15px 15px;
  border-radius: 50%;
  /* height: 50px; */
}
    .contact-method i {
        display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
      font-size: 20px;
      padding-bottom:0px !important;
      color: #009acb;
    }

    .right-panel {
      flex: 1.3;
      background-color: #ffffff;
      border-radius: 16px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      padding: 40px;
      margin-top: -150px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2;
    }

    .right-panel img {
      width: 150px;
    }

    .right-panel h5 {
      padding-block: 10px;
      font-weight: bold;
    }

    .form-control,
    .form-select {
      border-radius: 10px;
    }

    .form-label {
      font-weight: bold
    }

    .form-control {
      padding: 12px;
    }

    .submit-btn {
      background-color: #009acb;
      color: white;
      padding: 10px 30px;
      border-radius: 30px;
      border: none;
      margin-top: 10px;
      width: 100%;
    }


    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
        margin-top: 0;
      }

      .right-panel {
        margin-top: 30px;
        padding: 30px 15px;
      }
    }


    .text {
      font-size: 15px;
    }

    .hover-wrapper {
      position: relative;
      width: 100%;
      height: 600px;
    }

    .img-default,
    .img-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: 0.3s ease;
    }

    .img-hover {
      opacity: 0;
    }

    .hover-wrapper:hover .img-hover {
      opacity: 1;
    }

    .text-title {
      color: #00aacc;
      text-align: center;
      padding: 20px 0px;
      font-weight: 400;
      margin: 50px 0;

    }

    @media (max-width:986px) {
      .hover-wrapper{
        height: 400px;
      }
    }

    @media (max-width:768px) {
      .hover-wrapper{
        height: 300px;
      }
      .Contactus-form .row{
        width: 100% !important;
      }
    }

    @media (max-width:486px) {
      .hover-wrapper{
        height: 200px;
      }
    }