/* header + hero bg css */
.hero-container-about{
    min-height: 420px;
  }
/* header + hero bg css */
.hero-container-about{
    min-height: 420px;
  }
  .hero-background {
      height: 392px;
    }
  .about-heading
    {
      z-index: 10;
      position: relative;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 88px;
    }
  .about-heading h1{
        background-color: transparent;
        font-size: 4rem;
          text-align:center;
    }
  .about-heading div{
      font-size: 1rem;
  }
 .about-heading div a.about-tag-a{
    color:  #fcb85e;
}
.about-heading div span a.first-home{
    color:#fff;
}
.about-heading div span a.first-home:hover{
    color:#fcb85e;
}


  /* contact-head-sec */
.contact-head-sec h3{
    font-size: 2.5rem;
    font-family: "Roboto Slab";
    text-align: center;
}
.contact-head-sec .contact-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    justify-content: space-between;
    margin-top: 1.6rem;
}
.contact-container .contact-box{
    display: flex;
    width: 32%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.contact-container .contact-box a{
    flex-direction: column;
    align-items: center;
    display: flex;
}
.contact-box h3{
    font-size: 1.5rem;
    font-family: "Roboto slab";
    margin-top: 1rem;
    font-weight: 600;
}
.contact-box img{
    width: 70px;
    height: 70px;
}
.contact-box p{
    text-align: center;
    margin-top: 0.75rem;
    color: #3B3B3B;
}
.contct-form-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
    padding: 0 5%;
    margin-bottom: 1.5rem;
}
.contct-form-container .contct-form-box{
    width: 65%;
    background-color: #2F2F2F;
    border-radius: 10px;
    padding: 3rem 2rem;
}
.contct-form-container .contact-quote{
    width: 30%;
}
#formContact  input[type="text"],
#formContact  input[type="email"],#formContact  input[type="number"],#formContact  textarea,
#formContact select{
  background-color: #FFF7E9;
  outline: none;
  resize: none;
  outline: none;
  box-shadow: none;
}
#formContact input::placeholder, 
#formContact textarea::placeholder{
  color: #696969;
  opacity: 1;
}
#formContact select{
  color: #696969;
}

input:focus, 
textarea:focus,select:focus{
  outline: none;
  box-shadow: none;
}
#formContact #submit-contact-btn{
    padding: 0.7rem 1.4rem;
    color: #fff;
    background-color: #FFA800;
    border-radius: 25px;
}
.contact-quote{
    background-color: #550096;
    border-radius: 10px;
    padding: 2rem;
    color: #fff;
}
.contact-quote h3{
    font-size: 2rem;
    margin-bottom: 0.8rem;
    font-family: "Roboto";
}
.contact-quote p{
    font-size: 1rem;
    margin-bottom: 1rem;
}
.contact-quote h4{
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
}
.contact-quote .social-icons{
    margin-top: 1.2rem;
}

/* location branch map */
#branch-heading{
    padding: 0 5%;
    margin-top: 3.8rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-family: "Roboto Slab";
}
.branch-map{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    padding: 0 5%;
}
.branch-map .branch-box{
    width: 26%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.branch-box-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #FFA800;
    border-radius: 8px;
    background-color: #FFF0D2;
    transition: all 0.3s ease-in;
    cursor: pointer;
    gap: 20px;
}
.branch-box-item.active{
    background-color: #FFA800;
    color: #fff;
}
.branch-box-item .branch-img{
    width: 30%;
}
.branch-box-item .branch-name{
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.branch-name h4{
    font-size: 1.4rem;
    font-family: "Roboto";
}
.branch-name p{
    font-size: 1rem;
    font-family: "Roboto";
}
.map-container{
    width: 70%;
    height: 460px;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.contact-thought{
    padding: 1.2rem 5%;
    margin-top: 2.4rem;
    background-color: #F5E9FF;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-thought div{
    font-size: 80px;
    background: #550096;
    -webkit-background-clip: text; 
    -webkit-text-stroke:#550096;
    -webkit-text-fill-color: #F5E9FF; 
    /* color: #550096; */
    text-shadow: 4px 4px 2px #550096;
}
.contact-thought a{
    color: #fff;
    background-color: #550096;
}
@media screen and (max-width:600px) {
    .about-heading h1 {
        font-size: 2.5rem;
    }
    .about-heading{
        margin: 88px 40px;
    }
    .hero-background{
        height: 360px;
    }
    .hero-container-about{
        min-height: 395px;
    }
    .contact-container .contact-box{
        display: flex;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .contact-box:first-of-type p{
        width: 70%;
    }
    .contact-box p{
        margin-top: 0.4rem;
        width: 100%;
    }
   
    .contact-head-sec h3{
        font-size: 1.8rem;
    }

    .contact-box h3{
        font-size: 1.1rem;
    }
    .contact-box img{
        width: 50px;
        height: 50px;
    }
    .contct-form-container{
        flex-direction: column;
        gap: 25px;
        margin-bottom: 1.5rem;
    }
    .contct-form-container .contct-form-box{
        width: 100%
    }
    .contct-form-container .contact-quote{
        width: 100%;
    }
    .contact-quote h3{
        font-size: 1.8rem;
    }
    .contact-quote p{
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    .contact-quote h4{
        font-size: 1.4rem;
        margin-bottom: 0.4rem;
        margin-top: 2rem;
    }
    .contact-quote .social-icons{
        margin-top: 0.6rem;
    }
    #branch-heading{
        font-size: 1.8rem;
    }
    .branch-box-item .branch-name{
        width: 68%;
    }
    .branch-name p{
        font-size: 0.875rem;
        font-family: "Roboto";
    }
    .branch-map .branch-box{
        width: 100%;
    }
    .map-container{
        width: 100%;
        height: 280px;
    }
    .contact-thought{
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .contact-thought div{
        font-size: 1.8rem; 
        text-align: center;
    }
}

@media screen and (min-width:600px) and (max-width:992px) {
    .about-heading h1 {
        font-size: 3rem;
    }
    .about-heading{
        margin: 88px 40px;
    }
    .hero-background{
        height: 360px;
    }
    .hero-container-about{
        min-height: 395px;
    }
    .contact-head-sec .contact-container {
        flex-direction: row;
        justify-content: center;
    }
    .contact-container .contact-box{
        display: flex;
        width: 31%;
        margin-bottom:0;
    }
    .contact-box p{
        margin-top: 0.4rem;
        width: 98%;
    }
    .contact-head-sec h3{
        font-size: 1.8rem;
    }

    .contact-box h3{
        font-size: 1.1rem;
    }
    .contact-box img{
        width: 50px;
        height: 50px;
    }
    .contct-form-container{
        flex-direction: column;
        gap: 25px;
        margin-bottom: 1.5rem;
    }
    .contct-form-container .contct-form-box{
        width: 100%
    }
    .contct-form-container .contact-quote{
        width: 100%;
    }
    .contact-quote h3{
        font-size: 1.8rem;
    }
    .contact-quote p{
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    .contact-quote h4{
        font-size: 1.4rem;
        margin-bottom: 0.4rem;
        margin-top: 2rem;
    }
    .contact-quote .social-icons{
        margin-top: 0.6rem;
    }
    #branch-heading{
        font-size: 1.8rem;
    }
    .branch-box-item {
        justify-content: flex-start;
        gap: 25px;
    }
    .branch-box-item .branch-name{
        width: 68%;
    }
    .branch-name p{
        font-size: 0.875rem;
        font-family: "Roboto";
    }
    .branch-map .branch-box{
        width: 100%;
    }
    .branch-box-item .branch-img {
        width: 16%;
    }
    .map-container{
        width: 100%;
        height: 280px;
    }
    .contact-thought{
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .contact-thought div{
        font-size: 1.8rem; 
        text-align: center;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .contct-form-container .contct-form-box {
        width: 55%;
        background-color: #2F2F2F;
        border-radius: 10px;
        padding: 3rem 2rem;
    }
    .contct-form-container .contact-quote {
        width: 43%;
    }
    .branch-map .branch-box {
        width:40%
    }
    .map-container {
        width: 55%;
    }
}
@media screen and (min-width:1200px) and (max-width:1350px) {
    .contct-form-container .contct-form-box {
        width: 58%;
    }
    .contct-form-container .contact-quote {
        width: 40%;
    }
    .branch-map .branch-box {
        width:40%
    }
    .map-container {
        width: 55%;
    }
    .branch-box-item {
        justify-content: flex-start;
        gap: 25px;
    }
    .branch-box-item .branch-img{
        width: 22%;
    }
}


