/* header */

.header-sec.type2 .stricked-menu, .header-bottom-sec {
    background-color: white;
}

.theme-main-nav .main-navigation>li>a {
    color: black;
}

.scroll-to-top {
    background: #866520;
}

.header-bottom-sec .left .logo {
    position: relative;
    display: block;
    padding: 10px 0 ;
}

.banner-sec.type2 .main-banner-carousel .slide-item {
    padding: 100px 0;
}

.theme-main-nav .main-navigation>li.current>a
{
    color: #000000;
}

@media(max-width: 425px) {
    .header-bottom-sec .left .logo {
        width: 60vw;
        margin: 10px 0 0;
    }
}

/* slider */

.banner-sec.type2 .main-banner-carousel .slide-item:before {
    opacity: 0;
}

/* feature */

.single-featured-two h2 {
    font-size: 48px;
    color: #866520;
}

.about-two-sec-bg {
    opacity: 0.8;
}

/* areas */

.practice-two-item .icon-box,.practice-two-item .title h3 a{
    color: #DFB458;
}

/* why */

.choose-one-content ul li .content .title h3 a{
    color: #866520;
}

.good-at ul li:before,
.progress-levels .progress-box .bar .bar-fill{
    background-color: #866520;
}

.why-choose-two-bg:before {
    background-color: #ffffff00;
    opacity: .7;
}
@media(max-width: 991px) {
    .why-mobile{
        width: 100%;
        margin-bottom: 50px;
    }
}

/* contact */

.get-in-touch .title h4{
    color: #866520;
    position: relative;
}

.get-in-touch .text p{
    color: white;
    position: relative;
}

/* blog */

.single-blog-two-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 30px;
    max-height: 570px;
    height: 100%;
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    display: block;
}

.date-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
}

.date-box span {
    display: block;
}

/* footer */

.footer-top-part{
    background: #fff;
    color: black;
}

.single-footer-widget .footer-about p,
.single-footer-widget .footer-address ul li .icon i,
.single-footer-widget .footer-address ul li .text p,
.single-footer-widget .footer-address ul li .text a,
.single-footer-widget .useful-links ul li a,.single-footer-widget .useful-links .title h4{
    color: #000;
}

.single-footer-widget .footer-about {
    border-bottom: 0px;
}

.single-footer-widget .useful-links ul li,
.single-footer-widget .footer-social-links{
    padding-bottom: 10px;
}

.footer-bottom-part{
    margin-top: 20px;
}

.footer-bottom-part a:hover{
    text-decoration: underline 1px;
}

.footer-top-part {
    padding-top: 30px;
    padding-bottom: 0px;
}

.single-footer-widget .useful-links ul li a:hover,
.single-footer-widget .footer-address ul li .text a:hover{
    color: #866520;
    background-color: white;
    border-color: #866520;
}




.hero-contact-card{
    max-width: 520px;
    margin-left: auto;
    background: rgba(255,255,255,.92);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.hero-form-title{
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
}

.hf-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hf-field{
    display: flex;
    flex-direction: column;
}
.hf-col-2{
    grid-column: 1 / -1;
}

.hf-field input,
.hf-field select,
.hf-field textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
}

.hf-check{
    display: flex;
    gap: 8px;
    align-items: initial;
    font-size: 12.5px;
    color: #444;
    flex-direction: row-reverse;
}
.hf-actions{
    display: flex;
    justify-content: flex-end;
}
.hf-btn{
    background: #111827;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 700;
    cursor: pointer;
}
.hf-btn:hover{
    filter: brightness(1.05);
}

@media (max-width: 768px){
  .hf-grid{
    grid-template-columns: 1fr;
}
}

.thanks-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(18,18,23,.45);
    backdrop-filter: blur(2px);
    z-index: 99;
}
.thanks-modal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(520px, 94vw);
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    z-index: 9991;
    animation: pop .22s ease-out forwards;
    max-height: 300px;
}
.thanks-close{
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.thanks-actions{ 
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 14px;
}
.thanks-actions .theme-btn {
    padding: 10px 16px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    background-color: #866520;
    font-weight: 800;
}
.thanks-actions .btn-outline{
    background:#fff;
    border:1px solid #111827;
    color:#111827;
}

.thanks-title{
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
}

.thanks-text{
    font-size: 1rem;
    color: #000;
    text-align: center;
    line-height: 1.2;
    margin: 1.5rem 0;
}

@keyframes pop {
    from{
        transform: translateY(8px);
        opacity: 0;
    }
    to{
        transform: none;
        opacity: 1;
    }
}


.main-banner-carousel .slide-item {
    height: unset;
}


/*Botão Whatsapp*/

.whatsapp-button {
    position: fixed;
    display: block;
    background: #00b000;
    bottom: 90px;
    right: 10px;
    padding: 15px;
    z-index: 1000;
    border-radius: 100%;
    transition: 200ms ease-in-out;
  }
  
  
  .whatsapp-button:hover {
    transform: scale(1.2);
    background: #007f00;
  }
  
  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }
  @media (max-width: 767px) {
    .whatsapp-button {
      padding: 15px;
      right: 14px;
    }
  
    .whatsapp-button img {
      width: 30px;
      height: 30px;
    }
  }

  .read-more-btn-box{
    margin-top: auto;
  }

  .blog-content{
    height: 100%;
    display: flex;
    flex-direction: column;
  }