.fs-custom {
    font-size: calc(1rem + 0.05rem);
}

body {
    font-family: 'Dosis', sans-serif;
    background-color: white;
    color: black;
}

html {
     scroll-padding-top: 70px;
}

.navbar,
.footer {
    background-color: white;
}

.navbar-brand,
.nav-link {
    color: rgb(237, 108, 119) !important;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link:focus{
    color: rgb(193,28,132) !important;
}

.custom-navbar-text {
    color: black;
}

.custom-navbar-text a {
    color: rgb(237, 108, 119);
    transition: color 0.3s;
    text-decoration: none;
    font-weight: bold;
}

.custom-navbar-text a:hover {
    color: rgb(193,28,132) !important;
}

.link {
    color: rgb(237, 108, 119);
    transition: color 0.3s;
    text-decoration: none;
    font-weight: bold;
}

.link:hover,
.link:focus,
.link.active {
    color: rgb(193,28,132) !important;
}

h1,
h2 {
    color: rgb(237, 108, 119);
}

.carousel-large-h1 {
    color: rgb(237, 108, 119);
    background-color: white;
    padding: 5px;
    font-size: 64px;
    font-weight: 600;
}
.carousel-large-h2 {
    color: rgb(27, 27, 27);
    background-color: white;
    padding: 5px;
    font-size: 36px;
    font-weight: 550;
}
.carousel-large-h3 {
    padding-bottom: 235px;
}

.carousel-small-h1, .carousel-small-h2 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.carousel-small-h1 {
    color: rgb(237, 108, 119);
    background-color: white;
    font-size: 30px;
    font-weight: 550;
}
.carousel-small-h2 {
    color: rgb(27, 27, 27);
    background-color: white;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 450;
}
.carousel-small-h3 {
    padding-bottom: 65px;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.footer {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #eaeaea;
}

.custom-carousel-control {
    background-color: rgb(237, 108, 119);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.custom-carousel-control:hover {
    opacity: 1;
}

.carousel-control-prev {
    font-size: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
}
@media (min-width: 576px) {
    .carousel-control-prev {
        font-size: 14px;
        left: 60px;
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 768px) {
    .carousel-control-prev {
        font-size: 18px;
        left: 120px;
        width: 40px;
        height: 40px;
    }
}

.carousel-control-next {
    font-size: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}
@media (min-width: 576px) {
    .carousel-control-next {
        font-size: 14px;
        right: 60px;
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 768px) {
    .carousel-control-next {
        font-size: 18px;
        right: 120px;
        width: 40px;
        height: 40px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev-icon::before {
    content: '\2190';
    font-size: 18px;
    color: white;
}

.carousel-control-next-icon::before {
    content: '\2192';
    font-size: 18px;
    color: white;
}

.list-group-item {
    border: none;
    background: transparent;
}

.so-gehts-list .list-group-item {
    padding-left: 0 !important; /* Override Bootstrap's default padding */
    padding-right: 0;
}

.so-gehts-list .list-group-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    mask: url('images/check.svg') no-repeat center;
    background-color: rgb(237, 108, 119);
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.service-points-list .list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.service-points-list .list-group-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    mask: url('images/geo-alt.svg') no-repeat center;
    background-color: rgb(237, 108, 119);
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.popover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.accordion-button:not(.collapsed) {
    color: black;
    font-weight: bold !important;
    background-color: rgb(247, 222, 225);
}

.accordion-button::after {
    content: none;
}

.accordion-button::before {
    content: '\002B';
    display: inline-block;
    background-color: rgb(237, 108, 119);
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 4px;
}

.accordion-button:not(.collapsed)::before {
    content: '\2212';
}

.accordion {
    border: none;
    background-color: transparent;
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-header {
    border: none;
    background-color: transparent;
}

.accordion-button {
    border: none;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    border: none;
    background-color: transparent;
}

.accordion-button.disabled {
    color: gray;
    pointer-events: none;
    opacity: 0.6;
}

.accordion-button.disabled::before {
    background-color: gray;
    color: white;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none; /* 0 0 0 0.2rem rgba(0, 123, 255, 0.25);  - Adjust the color and size here */
}

.svg-phone {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('images/phone.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: 4px;
}

.svg-envelope {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('images/envelope-at.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: 4px;
}

.svg-square {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('images/square-fill.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.svg-heart {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('images/heart-fill.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.svg-iron {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('images/Iron.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: -2px;
}

.svg-de {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/de.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: -2px;
}

.svg-us {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/us.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: -2px;
}

.svg-uk {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/gb.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: -2px;
}

.svg-hr {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/hr.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    transform: scaleX(-1);
    position: relative;
    top: -2px;
}
