@import "header.css";
@import "scroll-to-top.css";
@import "footer.css";

:root {
    --curtain-color: #F6F6F6;
    --main-color: #FFFFFF;
    --text-color: #232323;
    --main-black: #232323;
    --main-btn-color: #1EA1ED;
    --main-btn-hover-color: #00ccff;
    --header-height: 200px;
}

:root.a11y {
    --a11y-bg: #000000;
    --a11y-text: #ffffff;
    --a11y-yellow: #ffff00;
    --a11y-border: 2px solid #ffffff;
}

html.a11y .a11y-text {
    color: #ffff00 !important;
    text-decoration: none !important;
}

:root.a11y body {
    background-color: var(--a11y-bg) !important;
    color: var(--a11y-text) !important;
    font-size: 125%;
}

:root.a11y :where(div, section, article, header, footer, aside, nav, ul, li, p, h1, h2, h3, h4, h5, h6, tr, td, th):not(.our-service .single-item):not(.rev_slider_wrapper):not(.call-out-action) {
    background-color: var(--a11y-bg) !important;
    color: var(--a11y-text) !important;
    background-image: none !important;
    box-shadow: none !important;
}

:root.a11y .our-service .single-item {
    background-color: transparent !important;
    filter: grayscale(100%) !important;
}

:root.a11y a,
:root.a11y button,
:root.a11y input[type="submit"],
:root.a11y li,
:root.a11y .btn {
    color: var(--a11y-yellow) !important;
    text-decoration: underline !important;
}

:root.a11y img.icon,
:root.a11y svg {
    filter: invert(1) grayscale(100%) contrast(100%);
}

:root.a11y img:not(.icon) {
    filter: grayscale(100%);
    opacity: 0.8;
}

:root.a11y input,
:root.a11y textarea,
:root.a11y select {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

body {
    padding-top: 0 !important;
    overflow-x: hidden !important;
    width: 100vw;
    margin: 0;
}

.swiper, .sitepic-swiper {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.sitepic-swiper .swiper-slide, .swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.danger-color {
    color: #FF233A;
}

.hidden-element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    border: 0;
}

.services {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    gap: 10px;
    margin: 40px 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.services .section-title,
.out-team .section-title {
    padding-bottom: 0!important;
}

.services .section-title p,
.our-team .section-title p {
    font-size: 14px;
}

.services .section-title h2,
.out-team .section-title h2 {
    font-size: 22px;
    font-weight: 600;
}

.service-card {
    position: relative;
    text-align: left;
    height: 200px;
    padding: 15px 25px 0 25px;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.09);
}

.service-card:hover {
    box-shadow: none;
    transition: 0.3s;

    .read-more {
        display: block;
        transition: 0.5s;
    }
}

.service-card a {
    color: black;
    margin: 0;
    padding: 0;
}

.service-card h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.service-card p, .service-card a {
    font-size: 13px;
    color: #3B3B3B;
}

.service-card .card-description {
    max-height: 87px;
    width: 100%;
    margin-top: 10px;
    text-overflow: ellipsis;
}

.service-card .read-more {
    display: none;
    position: absolute;
    bottom: 0;
}

.service-card img {
    position: absolute;
    right: 20px;
    bottom: 10px;
    max-width: 50px;
    margin-top: 10px;
}

.all-services {
    width: 209px;
    height: 40px;
    margin-bottom: 40px;
    float: right;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #0DB9E3;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}


.about {
    position: relative;
    padding-top: 0;
    padding-bottom: 89px;
}

.about .section-title {
    padding-bottom: 27px;
}

.about .section-title h2 {
    position: relative;
    font-size: 28px;
    padding-bottom: 33px;
}

.about .section-title h4 {
    position: relative;
    line-height: 24px;
}

.about .single-item {
    position: relative;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding-bottom: 43px;
}
.about .single-item .icon-box {
    position: relative;
    overflow: hidden;
    min-height: 75px;
}
.about .single-item .icon-box img {
    position: relative;
    float: left;
    top: 12px;
}
.about .single-item .icon-box span {
    position: relative;
    float: right;
    font-size: 60px;
    color: #f0f0f0;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    line-height: 75px;
}

.about .single-item .content {
    position: relative;
}

.about .single-item .content h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #232323;  
    text-transform: capitalize;
    margin-bottom: 11px;
    line-height: 19px;
}

.about .single-item .content p {
    font-size: 13px;
    color: #666;  
    line-height: 24px;
    min-height: 100px;
    position: inherit;
}

.about .appointment {
    position: relative;
    border: 6px solid #f0f2f4;
    padding: 31px;
    margin-top: 210px;
}

.about .appointment h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    /* text-transform: capitalize; */
    margin-bottom: 25px;
    margin-top: 4px;
}

.about .appointment .contact-form {
    position: relative;
    margin-right: -12px;
    margin-left: -12px;
}

.about .appointment .contact-form {
    position: relative;
}

.about .appointment .contact-form .form-grp {
    position: relative;
    padding: 0 12px 20px;
    float: left;
}

.about .appointment .contact-form .form-grp:last-child {
    padding-bottom: 0;
}

.about .appointment .contact-form .btn-style-one {
    position: relative;
    padding: 14px 23px 15px;
    line-height: 10px;
    font-size: 12px;
    margin-bottom: 7px;
    top: -1px;
}
.about .appointment .contact-form .btn-style-one span {
    font-size: 18px;
    color: #fff;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    position: relative;
    margin-right: 4px;
}

.about .appointment .contact-form input[type="text"],
.about .appointment .contact-form input[type="email"],
.about .appointment .contact-form input[type="password"],
.about .appointment .contact-form select{
    position:relative;
    width:100%;
    line-height:24px;
    font-size: 12px;
    color:#999;
    background:#fff;
    border: 1px solid #eee;
    height: 38px;
    padding: 0 15px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.about .appointment .contact-form textarea{
    position:relative;
    width:100%;
    line-height:24px;
    height: 98px;
    resize:none;
    background:#fff;
    border: 1px solid #eee;
    font-size: 12px;
    color: #999;
    padding: 9px 15px 0;
    margin-bottom: 0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.about .appointment .contact-form ::-webkit-input-placeholder {
    font-size: 14px;
    color:#999;
    font-family: 'Raleway', sans-serif;
}


.about .appointment .contact-form ::-moz-placeholder {
    font-size: 14px;
    color:#999;
    font-family: 'Raleway', sans-serif;
}

.about .appointment .contact-form :-ms-input-placeholder {  
    font-size: 14px;
    color:#999;
    font-family: 'Raleway', sans-serif;
}

.about .appointment .contact-form input:focus,
.about .appointment .contact-form textarea:focus,
.about .appointment .contact-form select:focus{
    border-color:#19a4c6;   
}

.about .appointment .contact-form input.error,
.about .appointment .contact-form textarea.error,
.about .appointment .contact-form select.error{
    border-color:#19a4c6;
}

.about .appointment .contact-form input.error:focus,
.about .appointment .contact-form textarea.error:focus{
    border-color:#19a4c6;
    box-shadow:0px 0px 3px 0px #19a4c6;
    -moz-box-shadow:0px 0px 3px 0px #19a4c6;
    -ms-box-shadow:0px 0px 3px 0px #19a4c6;
    -o-box-shadow:0px 0px 3px 0px #19a4c6;
    -webkit-box-shadow:0px 0px 3px 0px #19a4c6;
}
.about .appointment .contact-form label.error{
    display:none !important;
}

.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #f9f9f9;
}

.about-us .about-us-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
}

.about-us .about-us-top h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #232323;
}

.about-us .about-us-top p {
    max-width: 626px;
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 35px;
}

.about-us .about-us-btn {
    margin-bottom: 38px;
    padding: 10px 35px;
    background: #0DB9E3;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.about-us .about-us-btn:hover {
    background: #0DB9E3;
}

.about-us .features {
    display: flex;
    flex-wrap: wrap;
    gap: 91px;
}

.about-us .features li {
    flex: 1 1 calc(100% / 8);
    width: calc(100% / 5);
    height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-us .features p {
    font-size: 14px;
    color: #3B3B3B;
}

.about-us .features svg {
    min-width: 58px;
    min-height: 58px;
    padding-bottom: 15px;
}

@media (max-width: 600px) {
    .about-us .features .feature-item:nth-child(4),
    .about-us .features .feature-item:nth-child(5) {
        grid-column: span 1;
    }
}

.our-team {
    position: relative;
    padding: 10px 0 0;
}

.our-team.main-page .section-title {
    padding: 10px 0 0 0
}

.our-team.main-page .team-carousel {
    visibility: hidden;
}

.rounded-img {
    border-radius: 10px;
}

.service-staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.service-staff-list .staff-place {
    width: 270px;
    height: 450px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.service-staff-list  .staff-place:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-staff-list .staff-place a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.service-staff-list .staff-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.service-staff-list .staff-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: transform 0.3s ease;
}

.service-staff-list .staff-info {
    padding: 15px;
}

.service-staff-list .staff-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #333;
}

.service-staff-list .staff-info h4 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .service-staff-list .staff-place {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .service-staff-list .staff-image {
        height: 250px;
    }
}

.service-staff-list .service-staff-list + h4 {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

.service-staff-list .service-staff-list + h4 a {
    color: #dc3545;
    text-decoration: none;
}

.service-staff-list .service-staff-list + h4 a:hover {
    text-decoration: underline;
}

.staff-personal-data {
    white-space: pre-wrap;
    margin-top: 40px;
    font-size: 12px;
}

.default-section {
    padding-top: 118px;
    padding-bottom: 60px;
    margin-top: 60px;
}
.default-section .column-title {
    margin-bottom: 34px;
}
.default-section .column-title h2 {
    font-size: 28px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 10px;
}
.default-section .column-title h4 {
    font-size: 16px;
    color: #888;
}

.default-section #accordion {
    padding-bottom: 5px;
}

.default-section #accordion .acc-title {
    font-size: 15px;
    font-family:  sans-serif;
}

.default-section #accordion .acc-content img {
    float: left;
    margin-right: 20px;
}
.default-section #accordion .acc-content p {
    display: table-cell;
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

.default-section .ui-widget-content {
    background: #fff;
    border-color: #ececec;
    border-radius: 0;
}

.default-section .ui-accordion .ui-accordion-content {
    padding: 9px 15px 28px 30px;
}

.default-section .ui-accordion .ui-accordion-header {
    margin: 11px 0 0 0;
    padding: 19px 20px 20px 30px;
}


.default-section .ui-state-active {
    background: #fff;
    color: #232323;
    border: 1px solid #ececec;
    border-radius: 0;
    border-bottom: 0 !important;
}
.default-section .ui-state-default {
    background: #fff;
    color: #232323;
    border: 1px solid #ececec;
    border-radius: 0;
}

.default-section .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background: none;
}

.default-section .ui-accordion-icons.ui-accordion-header-active:after {
    position: absolute;
    content: "-";
    font-family: 'Roboto', sans-serif;
    right: 25px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #19a4c6;
}
.default-section .ui-state-default:after {
    position: absolute;
    content: "+";
    font-family: 'Roboto Slab', serif;
    right: 23px;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #333;
}
.default-section .ui-state-default:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 1px;
    background: #e9e9e9;
    right: 51px;
    top: 50%;
    margin-top: -14px;
}

.default-section #accordion a {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold
}

.reviews-swiper-container {
    background-image: url('../images/reviews_background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 35px 0;
}

.reviews-area {
    position: relative;
}

.reviews-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 30px!important;
}

.reviews-swiper .swiper-slide.item {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.reviews .swiper-wrapper {
    margin-bottom: 20px;
}

.reviews-swiper .header-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px;
}

.reviews-swiper .header-content p {
    font-size: 11px;
    color: #828282;
    margin: 0;
}

.reviews-swiper .header-content {
    padding-bottom: 20px;
}

.reviews-swiper .item-content {
    font-size: 15px;
    color: #777;
    line-height: 24px;
    margin: 0;
}

.reviews-swiper .item-content a {
    color: #777;
    text-decoration: none;
    transition: color 0.3s;
}

.reviews-swiper .item-content a:hover {
    color: #19a4c6;
}

.reviews-swiper-pagination {
    display: block;
    text-align: center;
}

.reviews-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.7;
    transition: background 0.3s, opacity 0.3s;
}

.reviews-swiper-pagination .swiper-pagination-bullet-active {
    background: #19a4c6;
    opacity: 1;
}

@media (max-width: 992px) {
    .reviews-swiper .swiper-slide.item {
        padding: 15px;
    }

    .reviews-swiper .header-content h2 {
        font-size: 16px;
    }

    .reviews-swiper .item-content {
        font-size: 14px;
        line-height: 22px;
    }


}

@media (max-width: 576px) {
    .reviews {
        padding: 20px 0;
    }

    .reviews-swiper {
        padding: 0 30px;
    }
}

.recent-news {
    padding-top: 0;
    margin-bottom: 40px;
}

.recent-news .section-title h2 {
    font-size: 28px;
}

.recent-news .section-title {
    padding-bottom: 34px;
    margin-top: 40px;
}

.recent-news .section-title {
    display: flex;
    justify-content: space-between;
}

.recent-news .post-link {
    text-align: right;
    width: auto;
}

.recent-news .post-link a {
    font-size: 11px;
    color: #19a4c6;
    text-transform: uppercase;
}

.recent-news .post-link a span {
    position: relative;
    font-size: 18px;
    color: #19a4c6; 
    font-weight: 700;
}

.recent-news .img-box {
    position: relative;
    overflow: hidden;
}
.recent-news .img-box:hover img {
    transform: scale(1.1,1.1);
    transition: .5s ease;
}

.recent-news .img-box img {
    position: relative;
    width: 100%;
    display: block;
    transition: .5s ease;
}

.recent-news .content h2 {
    font-size: 18px;
    color: #232323;
    line-height: 22px;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 9px;
    text-transform: none;
}

.recent-news .content h3 {
    font-size: 13px;
    color: #777;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 14px;
}

.recent-news .content p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-bottom: 17px;
}
.recent-news .content a {
    font-size: 11px;
    color: #232323;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    transition: .5s ease;
}
.recent-news .content a:hover {
    color: #19a4c6;
    transition: .5s ease;
}

.recent-news.main-page .section-title {
    padding-bottom: 0;
    margin: 30px 0;
}

.recent-news.main-page .single-column img {
    width: 100%;
    height: 200px;
}

.recent-news.main-page .single-column h3 {
    padding-bottom: 0
}

.svc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.svc-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.svc-item {
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 180px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.svc-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.svc-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: left;
    order: 1;
}

.svc-img {
    position: absolute;
    left: 20px;
    top: 50%; transform: translate(-50%, -50%);
    max-width: 100%;
    object-fit: contain;
    opacity: 0.2;
    z-index: 1;
    transition: opacity 0.2s ease;
}

.svc-item:hover .svc-img {
    opacity: 0.25;
}

.svc-num {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #19a4c6;
    opacity: 0.3;
    z-index: 2;
}

@media (max-width: 768px) {
    .svc-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 15px;
    }

    .svc-item {
        padding: 15px;
        height: 160px;
    }

    .svc-content h2 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .svc-num {
        font-size: 20px;
        top: 8px;
        right: 8px;
    }

    .svc-img {
        max-height: 40%;
    }
}

@media (max-width: 576px) {
    .svc-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-item {
        padding: 12px;
        height: 140px;
    }

    .svc-content h2 {
        font-size: 14px;
    }

    .svc-num {
        font-size: 18px;
    }
}

.faq-accordion {
    max-width: 700px;
    margin: 30px auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.acc-item {
    border-bottom: 1px solid #ececec;
}

.acc-title {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    background: transparent;
    transition: color 0.2s;
    position: relative;
    display: flex;
    align-items: center;
}

.acc-title:hover {
    color: #19a4c6;
}

.acc-title::after {
    content: '\203A';
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); /* Вниз */
    transition: transform 0.2s;
    color: #19a4c6;
}

.acc-title.active::after {
    transform: translateY(-50%) rotate(-90deg); /* Вверх */
}

.acc-content {
    height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out;
}

.acc-content.active {
    padding: 12px 16px;
}

.acc-content p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.acc-link {
    display: inline-block;
    font-size: 14px;
    color: #19a4c6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.acc-link:hover {
    color: #157a94;
}

@media (max-width: 768px) {
    .faq-accordion {
        margin: 20px 15px;
    }

    .acc-title {
        font-size: 15px;
        padding: 10px 14px;
    }

    .acc-content p {
        font-size: 13px;
    }

    .acc-link {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .acc-title {
        font-size: 14px;
        padding: 10px 12px;
    }

    .acc-content {
        padding: 5px 12px;
    }
}

.page-title {
    position: relative;
    padding: 49px 0;
    background: #f8f8f8;
    margin-top: -8px;
    margin-bottom: 20px;
}

.page-title .pull-left h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}

.page-title .pull-right ul li {
    position: relative;
    display: inline-block;
}

.page-title .pull-right ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #777;
}
.page-title .pull-right ul li a:first-child {
    margin-right: 14px;
}

.page-title .pull-right ul li:nth-child(1):after {
    position: absolute;
    content: '/';
    font-size: 14px;
    font-weight: 400;
    color: #777;
    right: 4px;
    top: 1px;
}
.about-post {
    position: relative;
    padding: 0 0 120px;
}

.about-post.about-section {
    padding-bottom: 0!important;
}

.about-post.about-section {
    padding-top: 0;
}

.about-post.about-section .quote {
    position: inherit;
    float: right;
    margin: -13px 19px 0 0;
}

.about-post .image img {
    width: 100%;
}

.about-post .about-text {
    position: relative;
}

.about-post .about-text .col-title {
    position: relative;
    margin: 27px 0 21px 0;
}

.about-post .about-text .col-title h2 {
    position: relative;
    font-size: 24px;
    color: #232323;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 8px;
}
.about-post .about-text .col-title h4 {
    position: relative;
    font-size: 14px;
    color: #19a4c6;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}

.about-post .about-text .content p {
    position: relative;
    font-size: 14px;
    color: #777;
    line-height: 24px;
}


.about-post .about-text .quote {
    position: relative;
    padding: 20px 0 0 20px;
    margin-top: 18px;
}

.about-post .about-text .quote span {
    position: absolute;
    font-size: 50px;
    color: #19a4c6;
    font-style: italic;
    font-family: 'Asap', sans-serif;
    left: 0;
    top: 0;
}

.about-post .about-text .quote h3 {
    position: relative;
    font-size: 17px;
    color: #777;
    line-height: 25px;
    font-style: italic;
}

.about-post .about-text .quote h4 {
    position: relative;
    font-size: 15px;
    color: #19a4c6;
    margin-top: 11px;
}

.our-team.style-2 {
    padding-bottom: 55px;
}

.our-team.style-2 .team-carousel .img-box {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 32px;
}

.our-team.style-2 .content h2 {
    position: relative;
    font-size: 18px;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 12px;
    margin-top: 23px;
}

.our-team.style-2 .content h4 {
    position: relative;
    font-size: 14px;
    color: #19a4c6;
}

.our-team.style-2 .section-title {
    margin-bottom: -7px;
}


.our-team .staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.our-team .staff-card {
    background: white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
}

.our-team .staff-card:hover {
    transform: translateY(-5px);
}

.our-team .img-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.our-team .content {
    padding: 15px;
}

.our-team .staff-card h2 {
    font-size: 1.2rem;
    margin: 10px 0;
}

.our-team .staff-card h4 {
    font-size: 1rem;
    color: gray;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .our-team .staff-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .our-team .staff-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .our-team .staff-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-us {
    padding: 0 0 30px;
    margin-bottom: 50px;
    color: #777;
    font-family: sans-serif;
}
.contact-us h2 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #777;
    margin-bottom: 32px;
    margin-top: 4px;
}

.contact-us .contact-form input[type="text"],
.contact-us .contact-form input[type="email"],
.contact-us .contact-form input[type="password"],
.contact-us .contact-form select{
    position:relative;
    width:100%;
    line-height:24px;
    font-size: 12px;
    color:#777;
    background:#fff;
    border: 1px solid #eee;
    height: 50px;
    margin-bottom: 19px;
    padding: 0 20px;
}

.contact-us .contact-form textarea{
    position:relative;
    width:100%;
    line-height:24px;
    height: 200px;
    resize:none;
    background:#fff;
    border: 1px solid #eee;
    font-size: 12px;
    color: #777;
    padding: 20px 20px 0;
    margin-bottom:35px;
}


.contact-us .contact-form input:focus,
.contact-us .contact-form textarea:focus,
.contact-us .contact-form select:focus{
    border-color:#19a4c6;   
}

.contact-us .contact-form input.error,
.contact-us .contact-form textarea.error,
.contact-us .contact-form select.error{
    border-color:#19a4c6;
}

.contact-us .contact-form input.error:focus,
.contact-us .contact-form textarea.error:focus{
    border-color:#19a4c6;
    box-shadow:0 0 3px 0 #19a4c6;
}

.gallery-section{
    position:relative;
    background:#ffffff;
    padding: 79px 0 119px;
    margin-bottom: 60px;
}

.gallery-section .image-box.mix {
    display: inline-block
}

.gallery-section .filter-tabs{
    position:relative;
    margin-bottom:78px;  
}

.gallery-section .filter-tabs li{
    position:relative;
    display:inline-block;
    line-height:20px;
    padding: 6px 17px 7px;
    font-size: 15px;
    font-family: 'Asap', sans-serif;
    border-radius: 3px;
    min-width: 50px;
    text-align:center;
    color:#888;
    cursor:pointer;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;    
}

.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active{
    color:#ffffff;
    background:#19a4c6; 
}

.gallery-section .images-container{
    position:relative;
}

.gallery-section .image-box{
    position:relative;
    float:left;
    display:none;
}

.gallery-section.full-width .image-box{
    width:25%;
}

.gallery-section.boxed-style .image-box{
    margin-bottom:30px;
}

.gallery-section .image-box .inner-box{
    position:relative;
    width:100%;
    display:block;
    background:#ffffff;
    overflow:hidden;    
}

.gallery-section .image-box .image{
    position:relative;
    display:block;
    width:100%; 
}

.gallery-section .image-box .image img{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;    
}

.gallery-section .image-box:hover .image img{
    transform:scale(1.1,1.1);
}

.gallery-section .image-box .col-title {
    position: relative; 
    text-align: center;
    border-bottom: 1px solid #ececec;
    margin-bottom: 19px;
}
.gallery-section .image-box .col-title h2 {
    position: relative; 
    font-size: 16px;
    color: #232323;
    margin-top: 16px;
    margin-bottom: 10px;
}
.gallery-section .image-box .col-title h4 {
    position: relative;
    font-size: 13px;
    color: #777; 
    font-family: 'Raleway', sans-serif;
    margin-bottom: 17px;
}


.gallery-section .image-box .overlay-box{
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:rgba(38,39,47,0.80);
    opacity:0;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.gallery-section .image-box:hover .overlay-box{
    left:0;
    opacity:1;  
}

.gallery-section .image-box .overlay-box .content{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -19px; 
}

.gallery-section .image-box .overlay-box h3 a {
    position:relative;
    font-size:20px;
    color: #fff;
}


.gallery-section .image-box .overlay-box ul {
    position: relative;
    margin-bottom: 14px;
}
.gallery-section .image-box .overlay-box ul li {
    position: relative;
    display: inline-block;
}

.gallery-section .image-box .overlay-box ul li a {
    position: relative;
    display: block;
    background: rgba(255,255,255,0.2);
    padding: 8px;
    margin: 0 3px;
}


.gallery-section .image-box .overlay-box ul li a img {
    position: relative;
    width: auto;
}

.no-price-text {
    text-align: center;
}

.cart-page {
    padding: 2% 0 60px;
    margin-bottom: 40px;
}

.search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.search-form input {
    flex: 1;
    min-width: 200px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #9A9A9A;
    font-size: 16px;
    color: #333;
}

.search-form input::placeholder {
    color: #c3c3c3;
}

.search-form .btn {
    padding: 10px 20px;
    background-color: var(--main-btn-color);
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-form .btn:hover {
    background-color: var(--main-btn-hover-color);
}

.table-wrapper {
    overflow-x: auto;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    color: #777;
}

.cart-table th,
.cart-table td {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #EBEBEB;
}

.cart-table th {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #777;
}

.cart-table .service-row td {
    background: #f9f9f9;
}

.cart-table .service-title {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.cart-table .service-image {
    max-width: 50px;
    height: auto;
}

.cart-table .price-row td {
    vertical-align: middle;
}

.promotion {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cart-table th,
    .cart-table td {
        padding: 10px;
        font-size: 14px;
    }

    .cart-table .service-title {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .search-form input,
    .search-form .btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .cart-table {
        font-size: 12px;
    }

    .cart-table th,
    .cart-table td {
        padding: 8px;
    }

    .cart-table .service-image {
        max-width: 40px;
    }
}

.staff-present {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.product-details {
    padding: 50px 0;
}

.staff-card {
    display: flex;
    gap: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.staff-image {
    flex: 0 0 300px;
}

.staff-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.staff-content {
    flex: 1;
}

.staff-content h2 {
    font-size: 26px;
    color: #222;
    margin: 0 0 20px;
    font-weight: 600;
}

.staff-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    color: #777;
}

.staff-info li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.staff-info li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #19a4c6;
}

.staff-description {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 30px;
}

.staff-description p {
    margin: 0;
}

@media (max-width: 992px) {
    .staff-card {
        flex-direction: column;
        padding: 20px;
    }

    .staff-image {
        flex: 0 0 auto;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .product-details {
        padding: 30px 0;
    }

    .staff-content h2 {
        font-size: 22px;
    }

    .staff-info {
        font-size: 14px;
    }

    .staff-description {
        font-size: 13px;
    }
}

.blog {
    position: relative;
    margin-bottom: 60px;
}

.blog .single-post {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 37px;
}
.blog .right-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -74px;
    background: #f2f2f2;
    top: 0;
}

.blog .single-post .img-box img {
    width: 100%;
    max-height: 279px;
    object-fit: cover;
}

.article-desc {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-desc p {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.article-desc strong, .article-desc span, .article-desc * {
    overflow-wrap: break-word;
    word-break: break-word;
}

.blog .single-post .content h2 {
    font-size: 20px;
    color: #232323;
    margin-top: 35px;
    margin-bottom: 26px;
    text-transform: none;
}
.blog .single-post .content h4 {
    font-size: 13px;
    color: #777;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 14px;
}
.blog .single-post .content h4 span {
    color: #232323;
}

.blog .single-post .content p {
    position: relative;
    font-size: 14px;
    color: #777;
    line-height: 28px;
    margin-bottom: 11px;
}
.blog .single-post .content a {
    position: relative;
    font-size: 11px;
    color: #232323;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    transition: .5s ease;
    font-weight: 700;
}
.blog .single-post .content a:hover {
    color: #19a4c6;
    transition: .5s ease;
}

.blog .centered-pagination {
    margin-bottom: 120px;
}

.sidebar {
    position: relative;
    margin-left: 58px;
    padding-left: 37px;
    padding-top: 72px;
}

.sidebar .form-group {
    position: relative;
}

.sidebar .form-group input[type="text"], 
.sidebar .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 9px 50px 10px 20px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .form-group button {
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 24px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7px 10px 8px;
    text-align: center;
    font-size: 16px;
    color: #fd682e;
    background: none;
}


.sidebar .category-item {
    position: relative;
    padding-bottom: 5px;
}

.sidebar .item-title h2 {
    position: relative;
    font-size: 20px;
    color: #232323;
    margin-top: 37px;
    margin-bottom: 28px;
}


.sidebar .category-item li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    line-height: 52px;
    color: #777;
    font-size: 14px;
    transition: .5s ease;
}
.sidebar .category-item li a:hover {
    color: #19a4c6;
    transition: .5s ease;
}

.sidebar .category-item li a i {
    color: #19a4c6;
    font-size: 14px;
    margin-right: 8px;
}

.sidebar {
    position: relative;
}

.recent-posts {
    max-width: 400px;
    margin: 20px 0;
}

.item-title {
    margin-bottom: 20px;
}

.item-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #27B8F4;
}

.recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts .post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recent-posts .post:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.recent-posts .post img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    margin-right: 15px;
}

.recent-posts .post div {
    flex: 1;
    padding: 10px;
}

.recent-posts .post h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.recent-posts .post h2 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.recent-posts .post h2 a:hover {
    color: #27B8F4;
}

.recent-posts .post h4 {
    font-size: 12px;
    color: #777;
    margin: 0;
    font-weight: normal;
}

.recent-posts .post h4 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #27B8F4;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .recent-posts {
        max-width: 100%;
    }

    .recent-posts .post img {
        width: 80px;
        height: 80px;
    }

    .recent-posts .post h2 {
        font-size: 14px;
    }

    .recent-posts .post h4 {
        font-size: 11px;
    }
}

.aditionalInfo {
    color: #888;
    font-size: 10px;
    width: 90%;
    float: left;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.aditionalInfoWide {
    color: #888;
    font-size: 10px;
    margin: 20px auto;
    float: left;
}
.aditionalInfoModal {    
    color: #888 !important;
    position: relative;
    display: block;
    font-size: 10px !important;
    line-height: 16px !important;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    float: left;
}
.aditionalInfo + .btn-style-one {
    display: block;
    margin: 0 auto;
}

/*MODAL WINDOW*/
.modal-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999999;
}

.modal-wrapper .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 800;
    font-size: 20px;
    background-color: transparent;
}

.modal-wrapper .btn-close:hover {
    background-color: var(--curtain-color);
}

.modal-wrapper-content {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.modal-wrapper-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #232323;
}

.modal-wrapper-content p {
    font-size: 14px;
    color: #9A9A9A;
    margin-bottom: 24px;
}

.modal-wrapper-content input,
.modal-wrapper-content select,
.modal-wrapper-content textarea {
    width: 100%;
    height: 44px;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.modal-wrapper-content .submit-modal {
    width: 100%;
    height: 44px;
    background: #30cbea;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.modal-footer {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}

.modal-footer a {
    color: #30cbea;
    text-decoration: none;
}

.modal-footer a:hover {
    text-decoration: underline;
}

.error-message {
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}

.is-invalid {
    border-color: #FF233A !important;
}

.contact-map {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-map .map-content {
    display: flex;
    gap: 20px;
}

.contact-map .map-container {
    width: 671px;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-map .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.contact-map .address-content {
    flex: 1;
    padding: 10px;
}

.contact-map .address-content h2,
.contact-map .address-content h4,
.contact-map .address-content p {
    font-size: 14px;
    color: #3A3A3A;
}

.contact-map .address-content h2 {
    font-weight: 700;
}

.contact-map .single-item {
    margin-bottom: 20px;
}

.contact-map .content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-map .content h4 {
    margin: 0 0 10px;
}

.contact-map .content p {
    margin: 0;
}

.swiper {
    padding-bottom: 30px!important;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--main-btn-color) !important;
    top: 50%!important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--main-btn-color) !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 35px !important;
    font-weight: bold;
}

@media (max-width: 576px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.video-box img {
    max-width: 100%;
    height: auto;
    display: block
}

.vacancy-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.vacancy-card a, .vacancy-btn, .vacancy-respond-btn {
    padding: 10px 50px;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: var(--main-btn-color);
}

.vacancy-modal-close {
    border-radius: 10px;
    padding: 10px 50px;
}

.vacancy-btn {
    float: right;
}

.vacancies .city-label {
    position: relative;
    font-size: 28px;
    color: #232323;
    font-weight: 700;
    margin-top: -20px;
}

.vacancy-info .section-title {
    margin-top: 0;
}

.vacancy-info .container {
    margin-top: 36px;
}

@media (max-width: 500px) {
    .vacancy-card {
        height: 70px;
        display: block;
    }

    .vacancy-card a {
        padding: 10px 30px;
        float: right;
    }
}

/* ==========================================================================
   COOKIE CONSENT BANNER
   ========================================================================== */
.cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    z-index: 100000;
    padding: 20px 0;
    transition: bottom 0.5s ease-in-out;
    font-family: 'Asap', sans-serif;
}

.cookie-banner.show {
    bottom: 0;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
}

.cookie-text a {
    color: #0DB9E3;
    text-decoration: underline;
    font-weight: 500;
}
.cookie-text a:hover {
    text-decoration: none;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: var(--main-btn-color);
    color: white;
}
.cookie-btn.accept:hover {
    background-color: var(--main-btn-hover-color);
}

.cookie-btn.decline {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #666;
}
.cookie-btn.decline:hover {
    border-color: #999;
    color: #333;
}

@media (max-width: 768px) {
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
    }
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    .cookie-btn {
        width: 50%;
    }
}

/* ==========================================================================
   CONSUMER INFO
   ========================================================================== */
.consumer-info-section {
    padding-bottom: 80px;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.doc-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.doc-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #19a4c6;
}

.doc-link {
    display: flex;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    height: 100%;
}

.icon-box {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #f4fcfe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.doc-item:hover .icon-box {
    background: #19a4c6;
}

.doc-item:hover .icon-box svg path {
    stroke: #fff;
}

.doc-content {
    flex-grow: 1;
    min-width: 0;
}

.doc-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 5px 0;
    line-height: 1.4;
    font-family: 'Asap', sans-serif;

    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.download-text {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}

.doc-item:hover .download-text {
    color: #19a4c6;
}

@media (max-width: 576px) {
    .docs-grid {
        grid-template-columns: 1fr;
    }
    .doc-content h3 {
        font-size: 15px;
    }
}

/* ==========================================================================
   ADDRESSES AND PHONES
   ========================================================================== */
.contacts-listing{
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts-item{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.contacts-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #232323;
    line-height: 1.35;
}

.contacts-item li div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
    margin: 6px 0;

    font-size: 14px;
    color: #3B3B3B;

    overflow-wrap: anywhere;
    word-break: break-word;
}

.contacts-item li div span {
    color: #777;
    min-width: 78px;
    flex: 0 0 auto;
}

.contacts-item a{
    color: #19a4c6;
    text-decoration: none;
}
.contacts-item a:hover{
    text-decoration: underline;
}

@media (max-width: 576px){
    .contacts-item{
        padding: 14px;
    }
    .contacts-item li div span {
        min-width: auto;
    }
}
