img.img-contact-banner {
    width: 100%;
    margin-top: 85px;
    height: auto;
}
.bg-contact{
    background: #f8f9fa8c !important;
}
.contact-banner{
    background: url(/banner/contact_us_banner.jpg) center center;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 32px;
}
.banner-heading{
    position: relative;
    bottom: 0;
    width: 100%;
}
.contact-heading{
    font-size: 20px;
    /* font-weight: 700; */
    font-family: "Acumin Pro Bold";
}
.contact-card{
    border-radius: 22px;
    margin-top: 40px;
}
.contact-card .form-control {
    background: #f4f4f4;
}
.contact-card-color {
    /* ffffff */
    background: #f1f7fb;
}
.contact-card textarea.form-control {
   height: 145px!important;
}
.btn-send{
    background: #1d8cd3;
    border:1px solid #1d8cd3;
    color: #fff;
  font-family: "Acumin Pro Medium";
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 20px;

}
.btn-send:hover{
    border:1px solid #5e8cb8;
    color: #000;
}
img.contact-us-icon {
    width: 60px;
    height: 60px;
}

img.contact-us-icon-questionMark {

    width: 60px;
    height: 60px;
}
.contact-box.active .img-box-title {
  background-color: #1d8cd3 !important;
}
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 77px;      /* spacing between items */
  flex-wrap: nowrap;   /* 👈 stay in a row by default */

}
@media (max-width: 1200px) {
 .contact-container {
  
  gap: 53px;     
  

}}

@media (max-width: 1024px) {
  .contact-container {
    flex-wrap: wrap;   /* 👈 wrap only below 1024px */
  }
}


.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-us-icon {
  margin-bottom: 12px;   /* space between image and title */
}

.img-box-title {
  font-family: "Acumin Pro Regular";
  background-color: #111127;
  border-radius: 32px;
  color: #ffffff;
 
  padding: 2px 16px;
  display: inline-block;
  width: 172px;
  height: 37px; 
   line-height: 1.0;
}


span.img-box-title:hover {
    background-color: #1d8cd3; 
}
#contact_us_cover_heading{
    padding-bottom: 22px;
}
.form-info-text {
    font-family: "Acumin Pro Medium";
    color: #000000;
    line-height: 1.6; /* thoda zyada spacing */
    margin-bottom: 28px;
    max-width: 950px;
    margin-top: 40px;
    font-size: 16px;
    white-space: pre-line; /* ⭐ ye important hai */
}
@media (max-width: 767px) {
  .form-info-text {
   font-family: "Acumin Pro Medium";
    color: #000000;
    line-height: 1.6; /* thoda zyada spacing */
    margin-bottom: 28px;
    max-width: 950px;
    margin-top: 40px;
    font-size: 16px;
     white-space: normal;
  }
    
}

/* 

.form-info-text {
    font-family: "Acumin Pro Bold";
    color: #000000;
    line-height: 1.2;
    margin-bottom: 28px;
    max-width: 950px;
    margin-top: 60px;
    font-size: 16px;
    font-family: "Acumin Pro Medium";
} */

 /* default: 1399px se upar break dikhana */
.toggle-break {
  display: block; /* normal <br> behaviour */
}

.Paragraph_Content_Heading_Imp{
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding-top: 60px;
    font-family: "Acumin Pro Bold";
}
.Paragraph_Content_Main1{
    font-size: 16px;
    color: black;
   padding-bottom: 80px;
   font-family: "Acumin Pro Medium"
}
.Main_Div_Padding{
    padding: 0px 15px;
}
.col-md-7{
    width: 55.333333% !important;
}
.btn-lg{
    padding: 5px 26px;
}
/* input::placeholder,
textarea::placeholder {
  color: black !important;
  font-size: 14px !important;
} */
@media (max-width: 765px) {
  .col-md-7 {
    width: 95.333333% !important;
  }
}

@media (max-width: 512px) {
 .contact-container {
 
  gap: 30px;      /* spacing between items */
}
.btn-lg{
    padding: 5px 20px;
}
}
.contact-card-shadow {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  border: none !important;
}
/* 8a9084 */
@media(max-width:767px){
  .width-set-sm-input{
    width: 100%!important;
  }
  .width-set-sm-textarea{
    width: 100%!important;
  }
  .Main_Div_Padding {
  margin-left: 10px;
    padding: 0px 0px;
}
}
@media (max-width: 1024px) {
  .toggle-break {
    display: none; 
  }
}

textarea::placeholder {
  color: #8a9084 !important; /* new placeholder color */
  font-size: 14px !important;
}
