
/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .sec-title h2{
  font-size: 36px;
  line-height: 42px;
}

.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 37px 30px 36px 156px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover{
  box-shadow: 0px 10px 50px 0px rgba(255, 107, 0, 0.15);
}

.info-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 40px;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.info-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: -1;
  background: rgba(255, 172, 0, 1);
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box:after{
  transform: scaleY(1);
}

.info-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
}

.info-block-one .inner-box p a{
  color: var(--text-color);
}

.info-block-one .inner-box p a:hover{

}


.contact-section{
  position: relative;
}

.contact-section .map-inner{
  position: relative;
  height: 568px;
  margin-left: -15px;
}

.contact-section .map-inner iframe{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.contact-section .form-inner{
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  margin-right: -15px;
  padding: 52px 60px 60px 60px;
}

.contact-section .form-inner .form-group{
  position: relative;
  margin-bottom: 22px;
}

.contact-section .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
  height: 150px;
  resize: none;
  border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{

}

.contact-section .form-inner .form-group .theme-btn{
  color: #fff;
}

.contact-section .form-inner .form-group .theme-btn span{
  background: var(--title-color);
}


/** rtl-css **/

.rtl .info-block-one .inner-box{
  padding-left: 30px;
  padding-right: 156px;
}

.rtl .info-block-one .inner-box .icon-box{
  left: inherit;
  right: 30px;
}

.rtl .contact-section .form-inner{
  margin-right: 0px;
  margin-left: -15px;
}

.rtl .contact-section .map-inner{
  margin-left: 0px;
  margin-right: -15px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .contact-section .form-inner{
    margin-right: 0px;
  }

  .rtl .contact-section .form-inner{
    margin-left: 0px;
  }

  .contact-section .map-inner{
    margin-left: 0px;
  }

  .rtl .contact-section .map-inner{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .info-block-one .inner-box,
  .rtl .info-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-block-one .inner-box .icon-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
  }

  .rtl .info-block-one .inner-box .icon-box{
    right: 0px;
  }
}


/** panter contact refinements **/

.contact-info-section .contact-soft-panel{
  background: #f7f7f7;
  border: 1px solid #e9ece9;
  border-radius: 18px;
  padding: 42px 46px;
}

.contact-info-section .contact-soft-copy{
  padding-right: 24px;
}

.contact-info-section .contact-soft-copy .eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  color: #11786C;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-section .contact-soft-copy h2{
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 14px;
  color: #141414;
}

.contact-info-section .contact-soft-copy p{
  color: #5e615e;
  line-height: 30px;
  margin-bottom: 0;
}

.contact-info-section .contact-soft-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.contact-info-section .contact-soft-item{
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 120, 108, 0.12);
}

.contact-info-section .contact-soft-item:last-child,
.contact-info-section .contact-soft-item:nth-last-child(2){
  padding-bottom: 0;
}

.contact-info-section .contact-soft-item strong{
  display: block;
  margin-bottom: 6px;
  color: #141414;
  font-size: 16px;
  line-height: 24px;
}

.contact-info-section .contact-soft-item p,
.contact-info-section .contact-soft-item a{
  color: #5e615e;
  line-height: 28px;
}

.contact-info-section .contact-soft-item a:hover{
  color: #11786C;
}

@media only screen and (max-width: 991px){
  .contact-info-section .contact-soft-copy{
    padding-right: 0;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px){
  .contact-info-section .contact-soft-panel{
    padding: 28px 24px;
  }

  .contact-info-section .contact-soft-copy h2{
    font-size: 30px;
    line-height: 36px;
  }

  .contact-info-section .contact-soft-grid{
    grid-template-columns: 1fr;
  }

  .contact-info-section .contact-soft-item:nth-last-child(2){
    padding-bottom: 18px;
  }
}



/** representatives-section **/

.representatives-section{
  position: relative;
}

.representatives-section .representatives-panel{
  position: relative;
  background: linear-gradient(180deg, #f7f7f7 0%, #eef7f5 100%);
  border: 1px solid rgba(17, 120, 108, 0.12);
  border-radius: 24px;
  padding: 46px;
  overflow: hidden;
}

.representatives-section .representatives-panel:before{
  position: absolute;
  content: '';
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 215, 196, 0.22) 0%, rgba(52, 215, 196, 0) 70%);
}

.representatives-section .representatives-heading{
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(17, 120, 108, 0.12);
}

.representatives-section .representatives-copy{
  position: relative;
  z-index: 1;
}

.representatives-section .representatives-copy .eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  color: #11786C;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.representatives-section .representatives-copy h2{
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 12px;
  color: #141414;
}

.representatives-section .representatives-copy p{
  max-width: 640px;
  color: #5e615e;
  line-height: 30px;
  margin-bottom: 0;
}

.representatives-section .representatives-helper{
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 120, 108, 0.12);
  border-radius: 18px;
  padding: 22px 24px;
}

.representatives-section .representatives-helper strong{
  display: block;
  margin-bottom: 8px;
  color: #141414;
  font-size: 18px;
  line-height: 26px;
}

.representatives-section .representatives-helper p{
  margin: 0;
  color: #5e615e;
  line-height: 28px;
}

.representatives-section .representatives-helper p span{
  color: #11786C;
  font-weight: 700;
}

.representatives-section .states-filter-wrap{
  position: relative;
  margin-bottom: 34px;
}

.representatives-section .states-filter-label{
  margin-bottom: 16px;
}

.representatives-section .states-filter-label span{
  display: inline-block;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.representatives-section .states-filter-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.representatives-section .state-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 48px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 120, 108, 0.16);
  background: #fff;
  color: #141414;
  font-size: 15px;
  font-weight: 700;
  transition: all 300ms ease;
}

.representatives-section .state-chip:hover,
.representatives-section .state-chip.active{
  background: #11786C;
  border-color: #11786C;
  color: #fff;
}

.representatives-section .results-head{
  margin-bottom: 26px;
}

.representatives-section .results-head h3{
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  color: #141414;
}

.representatives-section .results-head p{
  margin-bottom: 0;
  color: #5e615e;
  line-height: 28px;
}

.representatives-section .representative-column{
  margin-bottom: 30px;
}

.representatives-section .representative-card{
  position: relative;
  display: block;
  height: 100%;
}

.representatives-section .representative-card-inner{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  height: 100%;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(17, 120, 108, 0.12);
  border-radius: 22px;
  box-shadow: 0px 16px 40px 0px rgba(20, 20, 20, 0.06);
  transition: all 300ms ease;
}

.representatives-section .representative-card:hover .representative-card-inner{
  transform: translateY(-4px);
  box-shadow: 0px 20px 44px 0px rgba(17, 120, 108, 0.12);
}

.representatives-section .representative-photo{
  position: relative;
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  background: #d7ebe8;
}

.representatives-section .representative-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.representatives-section .representative-content{
  position: relative;
  flex: 1 1 auto;
}

.representatives-section .representative-tag{
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(52, 215, 196, 0.12);
  color: #11786C;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.representatives-section .representative-content h4{
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #141414;
}

.representatives-section .representative-meta{
  margin: 0;
  padding: 0;
  list-style: none;
}

.representatives-section .representative-meta li{
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px 14px;
  padding: 11px 0;
  border-top: 1px solid rgba(17, 120, 108, 0.1);
}

.representatives-section .representative-meta li:first-child{
  padding-top: 0;
  border-top: 0;
}

.representatives-section .representative-meta strong{
  color: #141414;
  font-size: 15px;
  line-height: 24px;
}

.representatives-section .representative-meta span,
.representatives-section .representative-meta a{
  color: #5e615e;
  font-size: 15px;
  line-height: 24px;
}

.representatives-section .representative-meta a:hover{
  color: #11786C;
}

@media only screen and (max-width: 1200px){
  .representatives-section .representatives-panel{
    padding: 38px;
  }

  .representatives-section .representative-card-inner{
    padding: 24px;
  }
}

@media only screen and (max-width: 991px){
  .representatives-section .representatives-copy{
    margin-bottom: 24px;
  }

  .representatives-section .representative-card-inner{
    flex-direction: column;
  }

  .representatives-section .representative-photo{
    flex-basis: 96px;
    width: 96px;
    height: 96px;
  }
}

@media only screen and (max-width: 767px){
  .representatives-section .representatives-panel{
    padding: 28px 24px;
    border-radius: 20px;
  }

  .representatives-section .representatives-copy h2{
    font-size: 30px;
    line-height: 38px;
  }

  .representatives-section .results-head h3{
    font-size: 24px;
    line-height: 30px;
  }

  .representatives-section .representative-content h4{
    font-size: 22px;
    line-height: 28px;
  }

  .representatives-section .representative-meta li{
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media only screen and (max-width: 599px){
  .representatives-section .states-filter-grid{
    gap: 10px;
  }

  .representatives-section .state-chip{
    min-width: 50px;
    height: 44px;
    padding: 8px 14px;
  }
}

@media only screen and (max-width: 499px){
  .representatives-section .representatives-panel{
    padding: 24px 18px;
  }

  .representatives-section .representative-card-inner{
    padding: 20px;
  }
}





































