/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  CONTACT CSS  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body{
  background-color: #ffffff;
}

.hero-contact {
  background: url(../../IMAGES/mainIMAGES/imgBANNER/DueDiligence001\ .jpg) center center/cover no-repeat;
  background-size: cover;       /* Makes sure image covers entire section */
  background-position: center;  /* Centers the image */
  background-repeat: no-repeat; /* No repeating */
  color: #3b0202;               /* Make sure text is visible */
  padding: 100px 0;             /* Add vertical spacing */
  height: 70vh;
}

.ReqEmbbed{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 40px 20px;
  padding: 10px 20px;
}

.ReqEmbbed p{
  font-size: 1.5rem;
  font-weight: 700;
  margin: 10px 0 30px 0;
  text-align: center;
}

.sender-form-field{
  margin-top: 35px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
}

h1 { /* Hero Title */
  
  font-size: 3rem;
  color: #3b0202;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.lead{
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 800;
}

.uploadableImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.uploadableImg img {
  max-width: 100%;
  height: auto;
}

.img-arrow {
  animation: bounce 2s infinite;
  height: 150px;
  width: auto;
}

input[type="tel"]:focus {
  outline: 2px solid #084377; /* matching your primary color */
  box-shadow: none;
}

.rfq-section{
  box-shadow: 2 9px 16px rgba(11, 243, 154, 0.75)
}

.rfq-section h2 {
  font-size: 2rem;
  color: #a8d3f8;
  font-weight: 600;
  text-align: center;
}

.rfq-section info{
  font-weight: lighter;
  font-size: small;
}

.rfq-section info-icon{
  cursor: help;
  font-size: 18px;
  margin-left: 8px;
  border-radius: 7px;
}

.rfq-section .phone-info-popup{
  display: none ; /* Hidden by default */
  position: absolute;
  background: linear-gradient(135deg, #93b6f3, #45fadc);
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
  padding: 12px 16px;
  min-width: 220px;
  font-size: 1rem;
  color: #222;
  transition: opacity 0.2s;
  z-index: 1000;
}

.rfq-section { /* Entire Form */
  max-width: 600px;
  margin: 60px auto;
  background-color: #001d4f;
  background: linear-gradient(135deg, #486dad, #001d4f);
  padding: 30px;
  color: #faebd7;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}

.rfq-section input, /* Fow what ? */
.rfq-section textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
}

.rfq-section label { /* Fow what ? */
  display: block;
  margin-bottom: 5px;
  padding-top: 16px;
  font-weight: bold;
}

.rfq-section button { /* Fow what ? */
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.rfq-section .btn-light { /* Submit button  */
  background-color: #67d2db; /* #1aafbe */
  color: #333;
  font-weight: bold;
  font-size: 1.11rem;
  border: 1.2px solid greenyellow;
}

.rfq-section .btn-light:hover{ /* Submit button */
  background-color: #0bf39a;
  color: #333;
  font-weight: bold;
  border: 1.2px solid #f7f447; /*0bf39a*/
}

.rfq-section .btn-secondary { /* Reset button */
  background-color: #3a3068;
  color: #fff;
  font-weight: 400;
}

.rfq-section .btn-secondary:hover{ /* Reset button */
  background-color: #221e33;
  color: #fff;
  font-weight: 400;
  border: 1px solid #360000;
}

/* add some focus*/
.rfq-section input:focus, /* When input field are focused */
.rfq-section textarea:focus{
  outline: 2.2px solid #5b8feb;
  background-color: #f0f0f0;
}


/* ✅ BUTTON STARTS*/
.btn-upload{
  background-color: #084377; 
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 1.11rem;
  cursor: pointer;
  box-shadow: 0 4 6 rgba(0, 0, 0, 0.75);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-upload:hover{
  background-color: #050e92ad;
  padding: 12px 20px;;
  color: #fff;
  font-weight: bold;
  border: 1px solid #c8f0e1;
  transform: translate(-2px);
}
/* BUTTON ENDS*/

.hiddenDueDill{
  color: #ffffff;
}


/* 📌 COUNTRIES CODE PHONE NUMBER */
/* Dropdown container */
.iti__country-list {
  background: linear-gradient(135deg, #416c92, #066b44);
  color: #f0f0f0 !important; /* Light text for readability */
  max-height: 200px !important; /* Optional: limit height */
  overflow-y: auto !important;
  border-radius: 7px !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.72);
}

/* Each country option */
.iti__country {
  color: #f0f0f0 !important; /* Light text */
  background-color: transparent !important;
}

/* Hover/focus on country options */
.iti__country:hover,
.iti__country.iti__country--highlight {
  background-color: #0bf39a !important; /* Mouse Selection highlight BACKUP: #f7f447*/
  color: #360000 !important;
}

/* Scrollbar styling (optional for modern browsers) */
.iti__country-list::-webkit-scrollbar {
  width: 8px;
}
.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #639bcc;
  border-radius: 4px;
}

/* Make sure the dial code is also readable on hover */
.iti__country:hover .iti__dial-code,
.iti__country.iti__country--highlight .iti__dial-code {
  color: #5f5858 !important; /* Match the text color on hover */
  font-weight: bold;
}

.warning-message {
  font-size: 0.9rem;
  color: #b30000; /* dark red for warning */
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
}

