
/* .container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
} */

#intro .banner-sec{
    background: url(../images/contact-banner.png) no-repeat right center;
    background-size: cover;
    /* height: 788px; */
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 116px;
    /* height: calc(100vh - 116px); */
    height: 788px;
}
.banner-sec h1{
    background: #1F94C3;
    width: fit-content;
    position: relative;
    padding-right: 40px;
    font-weight: 700;
    font-size: 62px;
    line-height: 83px;
    margin-top: 21%;
    color: #fff;

}
.banner-sec h1::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1F94C3;
    left: -100%;
    top: 0;

}
.banner-sec p{
    font-size: 40px;
    line-height: 60px;
}

.form-sec{
    background: #F5F3F1;
    padding-top: 60px;
    padding-bottom: 40px;

}
.form-sec h2{
    text-align: center;
    font-size: 60px;
    line-height: 75px;
    color: #262626;
}
.form-sec .form{
  margin-top: 10px;
}
.form-sec .form .form-row .form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;

}
.form-sec .form .form-group label{
    margin-bottom: 0 !important;
    min-width: 120px;
    color: #262626;
}
.form-sec .form .form-row .form-group .wpcf7-form-control-wrap{
  width: 100%;
}
.form-sec .form .form-group input{
    border: 0 !important;
    min-height: 40px;
}
.form-sec .form .form-group textarea{
border: 0;
}
.btn-type1.blue{
    background: #1F94C3;
    padding: 10px 25px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.form-sec .form .wpcf7-spinner{
  display: block;
  text-align: right;
}


.office-locations {
    padding: 80px 0;
  }
  
  .left-panel {
    background: #f9f9f9;
    max-height: 574px;
    overflow-y: auto;
    padding: 30px;
    border-right: 2px solid #e0e0e0;
  }
  
  /* Scrollbar styling */
  .left-panel::-webkit-scrollbar {
    width: 8px;
  }
  
  .left-panel::-webkit-scrollbar-track {
    background: #d6ecf7;
    border-radius: 10px;
  }
  
  .left-panel::-webkit-scrollbar-thumb {
    background: #199ed8;
    border-radius: 10px;
  }
  
  .address-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding: 0 25px; */
  }
  .address-list .address-item{
    border-bottom: 2px dashed #262626;
  }
  .address-list .address-item:last-child{
    border-bottom: 0;
  }
  .address-item h4 {
    color: #262626;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  
  .address-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
  }
  
  .address-item a {
    color: #199ed8;
    text-decoration: none;
  }
  
  .right-panel {
    position: relative;
    /* background: #e6f4fb; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; */
  }
  
  .map-container {
    position: relative;
    width: 100%;
  }
  
  .map-container img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .map-marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #199ed8;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
  }
  
  .map-marker:hover {
    transform: scale(1.3);
  }
  

  
  @media(max-width:1679px){
    .banner-sec h1,
    .form-sec h2{
      font-size: 50px;
    }
    .banner-sec p {
      font-size: 30px;
      line-height: 50px;
  }
  .left-panel{
    max-height: 488px;
  }
  .office-locations {
    padding: 60px 0;
}
  }

  @media(max-width:1440px){
    .banner-sec h1,
    .form-sec h2 {
      font-size: 40px;
      line-height: 50px;
  }
  .form-sec{
    padding: 60px 0;
  }
  .btn-type1.blue{
    font-size: 22px;
  }
  .left-panel{
    max-height: 394px;
  }
}
@media(max-width:1366px){
  .banner-sec h1,
  .form-sec h2 {
    font-size: 35px;
    line-height: 45px;
}
}
@media(max-width:1199px){
  .left-panel{
    max-height: 330px;
  }
  .banner-sec h1,
  .form-sec h2 {
    font-size: 32px;
    line-height: 42px;
}
}
@media(max-width:991px){
  .office-locations .row{
    flex-direction: column-reverse;
  }
  .left-panel {
    max-height: 330px;
    margin-top: 30px;
}
.form-sec .form .form-row .form-group{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form-sec {
  padding: 40px 0;
}
.form-sec .form {
  margin-top: 20px;
}
.btn-type1.blue {
  font-size: 18px;
}
}

@media(max-width:767px){
  .banner-sec h1,
  .form-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media(max-width:575px){
  .banner-sec h1,
  .form-sec h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .banner-sec h1
{
  padding-right: 10px;
}
}