

#mapContainer {
    aspect-ratio: 1658 / 726;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.map-child {
    position: absolute;
    inset: 0;
}

#mapRoot {
    z-index: 1;
}

#mapSouthAmericaOffice,
#mapMenaOffice,
#mapTurkeyOffice,
#mapMiddleAsiaOffice,
#mapEuropaOffice {
    z-index: 0;
}

.map-item,
#dental_office {
    cursor: pointer;
}

.office-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
    background-color: #FFF;
    border-radius: 25px;
    border: 1px solid rgba(146, 153, 181, 0.3);
    padding: 20px;
}

.office-title .title {
    margin: 0 auto;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.office-title .partner {
    color: rgba(24, 118, 255, 1);
    font-weight: 600;
}

.office-title img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.little-title {
    color: rgba(24, 118, 255, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.detail-container-item {
    border-radius: 25px;
    background-color: rgba(250, 250, 251, 0.6);
    border: 1px solid rgba(146, 153, 181, 0.3);
    padding: 24px 27px;
}

.detail-container-item__content {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 118, 255, 1);
    border-radius: 25px;
    padding: 24px 27px;
}

.detail-container-item__content .header {
    background-color: rgba(23, 32, 236, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 170px 166px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .detail-container-item__content .header {
        padding: 70px 66px;
    }
}

.detail-container-item__content .title {
    color: rgba(23, 15, 73, 0.8);
    font-weight: 600;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
}

.detail-container-item__content .subtitle {
    margin-bottom: 20px;
    color: rgba(24, 118, 255, 1);
    font-weight: 600;
    font-size: 20px;
}

.detail-container-item__content p {
    font-weight: 300;
    font-size: 15px;
    color: rgba(23, 15, 73, 0.8);
    margin-bottom: 30px;
    font-family: "DM Sans", sans-serif;
}

.detail-container-item ul {
    margin-bottom: 30px;
    color: rgba(23, 15, 73, 0.8);
    font-weight: 300;
}

.page-title {
    color: #181B23;
    font-size: 32px;
    text-align: center;
    margin: 50px 0 10px 0;
    font-weight: 600;
}

.page-title span {
    color: #1876FF;
}

.page-subtitle {
    text-align: center;
    font-size: 18px;
    color: #3A3D46;
    font-weight: 700;
}

.page-subtitle {

}
/* Mobilde ic bosluklar toplamda 90px'i gecip form alanini ~120px'e dusuruyordu;
   sabit genislikli reCAPTCHA widget'i bu kutuya sigmiyordu. */
@media (max-width: 480px) {
    .detail-container-item__content {
        padding: 16px;
    }

    .form-container {
        padding: 16px;
    }
}
