.navbar-brand img {
    width: 200px;
}

.z-10 {
    z-index: 10;
}

.custom-radius {
    border-radius: 60px 20px 60px 20px !important;
}

.w-fit {
    width: fit-content;
}

.counter-box {
    padding: 0 !important;
    position: relative;
}

.counter-box .box-icon {
    background-color: #eea2152a;
    border: 1px solid #eea115;
    border-radius: 10px;
    height: 32px;
    min-width: 32px;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.counter-box h2 {
    font-size: 20px !important;
    color: #eea115 !important; 
}

.counter-box i {
    font-size: 16px;
    color: #eea115;
}

.counter-number {
    font-size: 20px;
    margin-bottom: 0 !important;
}

.counter-box .card {
    background-color: rgb(250 250 250);
}

.counter-box .card p {
    color: rgb(40 40 40 );
}

.section-about-us h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    color: rgb(20 20 20);
    font-weight: 800;
}

.section-about-us p {
    font-weight: 400;
    font-size: 20px;
    color: rgb(60 60 60);
    line-height: 130%;
}

.grid-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


.navbar {
    background-color: rgb(252 252 252 / 0.9) !important; 
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgb(250 250 250) !important;
    box-shadow:0px 20px 20px 18px #0000000f
}

.nav-link {
    font-weight: 600;
    color: rgb(40 40 40 );
}

.icon-wrapper {
    margin-bottom: 0;
    position: relative;
    border: 0px solid transparent;
}

.icon-wrapper i {
    position: relative;
    z-index: 2;
}

.icon-wrapper img {
    width: 60px;
    opacity: 0.2;
    position: absolute;
}

.grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important; 
    /* ou use #eea115 diretamente se a variável não estiver definida */
}
.swiper-slide {
    height: auto; /* Garante que os cards tenham a mesma altura */
}
.swiper-slide .custom-card {
    height: 100%; /* Estica o card para preencher o slide */
}

.swiper-pagination-bullet {
    background-color: rgb(220 220 220);
    border-radius: 4px;
    width: 20px !important;
}

.slide-head-line {
    border: 1px solid #e5e5e5;;
    background-color: rgb(252 252 252 / 0.9) !important; 
    backdrop-filter: blur(6px);
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 700px;
}

.counter-box p {
    line-height: 120%;
}

#services .custom-card {
    border-radius: 20px 40px !important;
}

.custom-shadow {
    box-shadow: 0 0 20px 18px #00000024;
}

#team .custom-card {
    padding: 30px !important; 
    position: relative;
    border-radius: 16px 32px;
    height: auto !important;
}

#team .custom-card p {
    margin-bottom: 0 !important;
}

#team .custom-card .fa-bookmark {
    font-size: 16px;
    color: #eea115;
    position: absolute;
    right: 20px;
    top: 20px;
}

#reviews .custom-card {
    height: auto !important;
    border-radius: 16px !important;
    border: 1px solid #e5e5e5;
}

#contact form input, #contact form select{
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-size: 14px;
    height: 38px;
    padding: 0 16px !important;
    margin-bottom: 0;
}

#contact form textarea {
    margin-top: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-size: 14px;
    min-height: 38px;
    padding:  16px !important;
    margin-bottom: 0;
}

#success {
    display: none;
}

#error {
    display: none;
}

img {
    max-height: fit-content !important;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 991px ){
    .img-asd {
        max-width: 100% !important;
    }

    .grid-3-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}


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

    .grid-3-col {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}