body {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px !important;
    }
}

/* HEADER */
#navbar {
    font-weight: 700;
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;
}

    #navbar .navbar-nav {
        gap: 15px;
    }

    #navbar .menu-inner {
        padding: 0;
    }

    #navbar .navbar-nav {
        padding: 0 20px;
    }

    #navbar .navbar-brand {
        margin-left: 20px;
    }

    #navbar .navbar-toggler {
        background-color: white;
        margin-right: 20px;
        padding: 3px;
    }

    #navbar .menu {
        display: flex;
        justify-content: center;
    }

    #navbar .nav-item a {
        color: white;
    }

    .navbar-brand img {
        height: auto !important;
    }

    .dropdown-menu.show {
        min-width: 65px;
    }

    .dropdown-item:hover {
        background-color: #ccc !important;
    }


/* HERO */
#hero {
    position: relative;
}

    #hero img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        display: block;
    }

    #hero .hero-m {
        display: none;
    }

    #hero .hero-text {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
    }

        #hero .hero-text h1 {
            font-size: 48px;
            font-weight: 900;
        }

        #hero .hero-text p {
            font-size: 30px;
            font-weight: 500;
        }

/* ABOUT-US */
#about-us {
    padding: 120px 0;
}

    #about-us-inner h2 {
        font-size: 36px;
        font-weight: 900;
        position: relative;
        margin-bottom: 50px;
    }

        #about-us-inner h2::after {
            content: "";
            display: block; 
            width: 18%; 
            height: 4px; 
            background-color: #0082d8; 
            position: absolute;
            bottom: -15px; 
            left: 0;
        }

    #about-us-inner p {
        font-size: 18px;
    }

    #about-us-inner .about-us-cta {
        margin-top: 35px;
    }

    #about-us-inner a {
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        color: white;
        background-color: #0082d8;
        padding: 20px 70px;
        border-radius: 10px;
        margin-top: 25px;
        transition: all 0.3s ease;
    }

    #about-us-inner a:hover {
        background-color: #0076c5;
    }

    #about-us-inner img {
        width: 680px;
        height: 480px;
        border-radius: 10px;
    }

/* SERVICES */
#services {
    padding: 120px 0;
    background: linear-gradient(to bottom, #0082d8, #00428d);
}

    #services h2 {
        font-size: 36px;
        font-weight: 900;
        position: relative;
        color: white;
        text-align: center;
        margin-bottom: 90px;
    }

    #services h2::after {
        content: "";
        display: block;
        width: 10%; 
        height: 4px;
        background-color: #00438d;
        position: absolute;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%); 
    }

        #services-cards{
            justify-content: space-between;
        }

            #services .service-card {
                background-color: white;
                width: 320px;
                padding: 0;
                border-radius: 10px;
            }

                #services .service-card img {
                    width: 320px;
                    height: auto;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                }

                #services .service-card h3 {
                    font-size: 24px;
                    font-weight: 900;
                    padding: 0 20px;
                    margin-top: 20px;
                }

                #services .service-card p {
                    font-size: 16px;
                    font-weight: 400;
                    padding: 0 20px;
                    min-height: 360px;
                }

                #services .service-card a {
                    display: flex;
                    justify-content: center;
                    color: white;
                    background-color: #0082d8;
                    font-size: 18px;
                    font-weight: 900;
                    text-decoration: none;
                    padding: 20px 0;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                    transition: all 0.3s ease;
                }

                #services .service-card a:hover {
                    background-color: #0076c5;
                }

/* BEFORE-AFTER */
#before-after {
    padding: 120px 0;
    background-color: black;
}

    #before-after h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        font-weight: 900;
        position: relative;
        margin-bottom: 90px;
    }

    #before-after h3 {
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: 700;
        margin-top: 20px;
    }

    #before-after h2::after {
        content: "";
        display: block;
        width: 10%; 
        height: 4px;
        background-color: #0082d8;
        position: absolute;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%); 
    }

    #before-after-cards {
        justify-content: space-between;
    }

        #before-after-cards .ba {
            width: 326px;
            height: 326px;
            padding: 0;
        }

    #before-after .ba-card {
        border: 5px solid white;
        border-radius: 10px;
        padding: 0;
        width: 326px;
        height: 326px;
    }

    #before-after .img-comp-img img {
        width: 316px;
        height: 316px;
    }
    
    #before-after .img-comp-slider img {
        width: 44px;
        height: auto;
    }

    #before-after p {
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
    }

    #before-after .ba-card img {
        border-radius: 5px;
    }

    #before-after .before-after-more {
        text-align: center;
        margin-top: 100px;
    }

    #before-after .ba-button {
        text-decoration: none;
        color: black;
        background-color: white;
        padding: 20px 40px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
    }

.img-comp-container {
  position: relative;
  width: 326px;
  height: 326px; 
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
}

/* TESTIMONIALS */
#testimonials {
    padding: 120px 0;
}

    #testimonials h2 {
        font-size: 36px;
        font-weight: 900;
        position: relative;
        color: black;
        text-align: center;
        margin-bottom: 70px;
    }

    #testimonials h2::after {
        content: "";
        display: block;
        width: 10%; 
        height: 4px;
        background-color: #0082d8;
        position: absolute;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%); 
    }   

/* CONTACTS */
#contacts {
    padding: 120px 0;
    background: linear-gradient(to bottom, #0082d8, #00428d);
}

    #contacts h2 {
        font-size: 36px;
        font-weight: 900;
        position: relative;
        color: white;
        text-align: center;
        margin-bottom: 70px;
    }

    #contacts h2::after {
        content: "";
        display: block;
        width: 10%; 
        height: 4px;
        background-color: #00438e;
        position: absolute;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%); 
    } 

    #contacts .contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #contacts img {
        width: 80px;
        height: auto;
    }

    #contacts a {
        text-decoration: none;
        color: white;
        font-size: 24px;
        font-weight: 900;
    }

    #contacts a:hover {
        text-decoration: underline;
    }

/* CONTACTFORM */
#contactform {
    padding: 120px 0;
    background-image: url(/wp-content/uploads/2025/10/autokafe-contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    #contactform h2 {
        font-size: 36px;
        font-weight: 900;
        position: relative;
        color: white;
        text-align: center;
        margin-bottom: 70px;
    }

    #contactform h2::after {
        content: "";
        display: block;
        width: 10%; 
        height: 4px;
        background-color: #0082d8;
        position: absolute;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%); 
    }

    #contactform p {
        color: white;
        font-size: 18px;
    }

    #contactform .form-label {
        color: white;
        font-size: 18px;
        font-weight: 900;
    }

    #contactform .form-check-label {
        font-size: 18px;
        color: white;
    }

    #contactform .submit-button {
        background: #0082d8;
        color: white;
        font-size: 18px;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        padding: 20px 65px;
        transition: all 0.3s ease;
    }

    #contactform .submit-button:hover {
        background: #0076c5;
    }

/* COPYRIGHT */
#footer {
    padding: 20px 0;
    background-color: black;
    color: white;
    font-size: 14px;
}

    #footer a {
        text-decoration: none;
        color: white;
    }

    #footer p {
        margin: 0;
    }

    #footer img {
        margin-right: 20px;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer .copyright-left {
        display: flex;
        align-items: center;
    }

    #footer .copyright-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }


@media (max-width: 1400px) { 
/* HEADER */
#navbar {
}

    #navbar .navbar-nav {
    }

    #navbar .menu {
    }

    #navbar .nav-item a {
    }

/* HERO */
#hero {
}

    #hero img {
    }

    #hero .hero-text {
    }

        #hero .hero-text h1 {
            font-size: 40px;
        }

        #hero .hero-text p {
            font-size: 24px;
        }

/* ABOUT-US */
#about-us {
}

    #about-us-inner h2 {
    }

        #about-us-inner h2::after {
        }

    #about-us-inner p {
    }

    #about-us-inner .about-us-cta {
    }

    #about-us-inner a {
    }

    #about-us-inner a:hover {
    }

    #about-us-inner img {
        width: 545px;
        height: auto;
    }

/* SERVICES */
#services {
}

    #services h2 {
    }

    #services h2::after {
    }

        #services-cards{
        }

            #services .service-card {
                width: 270px;
            }

                #services .service-card img {
                    width: 270px;
                }

                #services .service-card h3 {
                    font-size: 20px;
                }

                #services .service-card p {
                    min-height: 480px;
                }

                #services .service-card a {
                }

                #services .service-card a:hover {
                }

/* BEFORE-AFTER */
#before-after {
}

    #before-after h2 {
    }

    #before-after h3 {
    }

    #before-after h2::after {
    }

    #before-after-cards {
    }

        #before-after-cards .ba {
            width: 270px;
            height: 270px;
            padding: 0;
        }

    #before-after .ba-card {
        width: 270px;
        height: 270px;
    }

    #before-after .img-comp-img img {
        width: 260px;
        height: 260px;
    }
    
    #before-after .img-comp-slider img {
        width: 36px;
    }

    #before-after p {
    }

    #before-after .ba-card img {
    }

    #before-after .before-after-more {
    }

    #before-after .ba-button {
    }

.img-comp-container {
    width: 270px;
    height: 270px;
}

.img-comp-img {
}

.img-comp-img img {
}

.img-comp-slider {
}

/* TESTIMONIALS */
#testimonials {
}

    #testimonials h2 {
    }

    #testimonials h2::after {
    }   

/* CONTACTS */
#contacts {
}

    #contacts h2 {
    }

    #contacts h2::after {
    } 

    #contacts .contact-item {
    }

    #contacts img {
    }

    #contacts a {
    }

    #contacts a:hover {
    }

/* CONTACTFORM */
#contactform {
}

    #contactform h2 {
    }

    #contactform h2::after {
    }

    #contactform p {
    }

    #contactform .form-label {
    }

    #contactform .form-check-label {
    }

    #contactform .submit-button {
    }

    #contactform .submit-button:hover {
    }

/* COPYRIGHT */
#footer {
}

    #footer a {
    }

    #footer p {
    }

    #footer img {
    }

    #footer a:hover {
    }

    #footer .copyright-left {
    }

    #footer .copyright-right {
    }
}

@media (max-width: 1200px) { 

h2 {
    font-size: 32px !important;
}

    /* HEADER */
#navbar {
}

    #navbar .navbar-nav {
    }

    #navbar .menu {
    }

    #navbar .nav-item a {
        font-size: 13px;
    }

/* HERO */
#hero {
}

    #hero img {
    }

    #hero .hero-text {
    }

        #hero .hero-text h1 {
            margin-top: 45px;
            font-size: 34px;
        }

        #hero .hero-text p {
            font-size: 20px;
        }

/* ABOUT-US */
#about-us {
}

    #about-us-inner h2 {
    }

        #about-us-inner h2::after {
        }

    #about-us-inner p {
    }

    #about-us-inner .about-us-cta {
    }

    #about-us-inner a {
    }

    #about-us-inner a:hover {
    }

    #about-us-inner img {
        width: 455px;
    }

/* SERVICES */
#services {
}

    #services h2 {
    }

    #services h2::after {
    }

        #services-cards{
            row-gap: 40px;
        }

            #services .service-card {
                width: 460px;
            }

                #services .service-card img {
                    width: 460px;
                }

                #services .service-card h3 {
                }

                #services .service-card p {
                    min-height: 240px;
                }

                #services .service-card a {
                }

                #services .service-card a:hover {
                }

/* BEFORE-AFTER */
#before-after {
}

    #before-after h2 {
    }

    #before-after h3 {
    }

    #before-after h2::after {
    }

    #before-after-cards {
        row-gap: 20px;
    }
    
        #before-after-cards .ba {
            width: 460px;
            height: 460px;
        }

    #before-after .ba-card {
        width: 460px;
        height: 460px;
    }

    #before-after .img-comp-img img {
        width: 450px;
        height: 450px;
    }
    
    #before-after .img-comp-slider img {
        width: 62px;
    }

    #before-after p {
    }

    #before-after .ba-card img {
    }

    #before-after .before-after-more {
        margin-top: 120px;
    }

    #before-after .ba-button {
    }

.img-comp-container {
    width: 460px;
    height: 460px;
}

.img-comp-img {
}

.img-comp-img img {
}

.img-comp-slider {
}

/* TESTIMONIALS */
#testimonials {
}

    #testimonials h2 {
    }

    #testimonials h2::after {
    }   

/* CONTACTS */
#contacts {
}

    #contacts h2 {
    }

    #contacts h2::after {
    } 

    #contacts .contact-item {
    }

    #contacts img {
    }

    #contacts a {
        font-size: 21px;
    }

    #contacts a:hover {
    }

/* CONTACTFORM */
#contactform {
}

    #contactform h2 {
    }

    #contactform h2::after {
    }

    #contactform p {
    }

    #contactform .form-label {
    }

    #contactform .form-check-label {
    }

    #contactform .submit-button {
    }

    #contactform .submit-button:hover {
    }

/* COPYRIGHT */
#footer {
}

    #footer a {
    }

    #footer p {
    }

    #footer img {
    }

    #footer a:hover {
    }

    #footer .copyright-left {
    }

    #footer .copyright-right {
    }
}

@media (max-width: 992px) { 
/* HEADER */
#navbar {
}

    #navbar .navbar-nav {
        gap: 5px;
    }

    #navbar .navbar-brand img {
        width: 80px;
        height: auto;
    }

    #navbar .menu {
    }

    #navbar .nav-item a {
        font-size: 11px;
    }

/* HERO */
#hero {
}

    #hero img {
    }

    #hero .hero-text {
    }

        #hero .hero-text h1 {
            font-size: 28px;
            margin-top: 22px;
        }

        #hero .hero-text p {
            font-size: 15px;
        }

/* ABOUT-US */
#about-us {
    padding: 60px 0;
}

    #about-us-inner h2 {
    }

        #about-us-inner h2::after {
        }

    #about-us-inner p {
    }

    #about-us-inner .about-us-cta {
    }

    #about-us-inner a {
    }

    #about-us-inner a:hover {
    }

    #about-us-inner img {
        margin-top: 60px;
        width: 695px;
    }

/* SERVICES */
#services {
    padding: 60px 0;
}

    #services h2 {
        margin-bottom: 50px;
    }

    #services h2::after {
    }

        #services-cards{
        }

            #services .service-card {
                width: 350px;
            }

                #services .service-card img {
                    width: 350px;
                }

                #services .service-card h3 {
                }

                #services .service-card p {
                    min-height: 340px;
                }

                #services .service-card a {
                }

                #services .service-card a:hover {
                }

/* BEFORE-AFTER */
#before-after {
    padding: 60px 0;
}

    #before-after h2 {
    }

    #before-after h3 {
    }

    #before-after h2::after {
    }

    #before-after-cards {
    }

        #before-after-cards .ba {
            width: 350px;
            height: 350px;
        }

    #before-after .ba-card {
        width: 350px;
        height: 350px;
    }

    #before-after .img-comp-img img {
        width: 340px;
        height: 340px;
    }
    
    #before-after .img-comp-slider img {
        width: 47px;
    }

    #before-after p {
    }

    #before-after .ba-card img {
    }

    #before-after .before-after-more {
    }

    #before-after .ba-button {
    }

.img-comp-container {
    width: 350px;
    height: 350px;
}

.img-comp-img {
}

.img-comp-img img {
}

.img-comp-slider {
}

/* TESTIMONIALS */
#testimonials {
    padding: 60px 0;
}

    #testimonials h2 {
    }

    #testimonials h2::after {
    }   

/* CONTACTS */
#contacts {
    padding: 60px 0;
}

    #contacts-row {
        row-gap: 50px;
    }

    #contacts h2 {
    }

    #contacts h2::after {
    } 

    #contacts .contact-item {
    }

    #contacts img {
    }

    #contacts a {
    }

    #contacts a:hover {
    }

/* CONTACTFORM */
#contactform {
}

    #contactform h2 {
    }

    #contactform h2::after {
    }

    #contactform p {
    }

    #contactform .form-label {
    }

    #contactform .form-check-label {
    }

    #contactform .submit-button {
    }

    #contactform .submit-button:hover {
    }

/* COPYRIGHT */
#footer {
}

    #footer a {
    }

    #footer p {
        font-size: 9px;
    }

    #footer img {
        width: 80px;
        height: auto;
    }

    #footer a:hover {
    }

    #footer .copyright-left {
    }

    #footer .copyright-right {
    }
}

@media (max-width: 768px) { 
h2 {
    font-size: 30px !important;
}
/* HEADER */
#navbar {
}

    #navbar .navbar-nav {
    }

    #navbar .menu {
        display: block;
    }

        #navbar .navbar-collapse {
            background-color: black;
        }

            #navbarNavDropdown .nav-item a {
                color: white;
            }

    #navbar .nav-item a {
    }

/* HERO */
#hero {
}

    #hero .hero-d {
        display: none;
    }

    #hero .hero-m {
        display: block;
    }

    #hero .hero-text {
    }

        #hero .hero-text h1 {
        }

        #hero .hero-text p {
        }

/* ABOUT-US */
#about-us {
}

    #about-us-inner h2 {
    }

        #about-us-inner h2::after {
        }

    #about-us-inner p {
        font-size: 16px;
    }

    #about-us-inner .about-us-cta {
    }

    #about-us-inner a {
    }

    #about-us-inner a:hover {
    }

    #about-us-inner img {
        width: 515px;
    }

/* SERVICES */
#services {
}

    #services h2 {
        margin-bottom: 50px;
    }

    #services h2::after {
    }

        #services-cards{
        }

            #services .service-card {
                width: 100%;
            }

                #services .service-card img {
                    width: 100%;
                }

                #services .service-card h3 {
                }

                #services .service-card p {
                    min-height: 200px;
                }

                #services .service-card a {
                }

                #services .service-card a:hover {
                }

/* BEFORE-AFTER */
#before-after {
}

    #before-after h2 {
    }

    #before-after h3 {
    }

    #before-after h2::after {
    }

    #before-after-cards {
        row-gap: 100px;
    }

        #before-after-cards .ba {
            width: 540px;
            height: 540px;
        }

    #before-after .ba-card {
        width: 540px;
        height: 540px;
    }

    #before-after .img-comp-img img {
        width: 530px;
        height: 530px;
    }
    
    #before-after .img-comp-slider img {
        width: 73px;
    }

    #before-after p {
    }

    #before-after .ba-card img {
    }

    #before-after .before-after-more {
    }

    #before-after .ba-button {
    }

.img-comp-container {
    width: 540px;
    height: 540px;
}

.img-comp-img {
}

.img-comp-img img {
}

.img-comp-slider {
}

/* TESTIMONIALS */
#testimonials {
}

    #testimonials h2 {
    }

    #testimonials h2::after {
    }   

/* CONTACTS */
#contacts {
}

    #contacts h2 {
    }

    #contacts h2::after {
    } 

    #contacts .contact-item {
    }

    #contacts img {
    }

    #contacts a {
    }

    #contacts a:hover {
    }

/* CONTACTFORM */
#contactform {
}

    #contactform h2 {
    }

    #contactform h2::after {
    }

    #contactform p {
        font-size: 16px;
    }

    #contactform .form-label {
    }

    #contactform .form-check-label {
        font-size: 16px;
    }

    #contactform .submit-button {
    }

    #contactform .submit-button:hover {
    }

/* COPYRIGHT */
#footer {
}

    #footer a {
    }

    #footer p {
    }

    #footer img {
        margin-bottom: 5px;
    }

    #footer a:hover {
    }

    #footer .copyright-left {
        display: block;
        text-align: center;
    }

    #footer .copyright-right {
        justify-content: center;
    }
}

@media (max-width: 576px) { 
/* HEADER */
#navbar {
}

    #navbar .navbar-nav {
    }

    #navbar .menu {
    }

    #navbar .nav-item a {
    }

/* HERO */
#hero {
}

    #hero img {
    }

    #hero .hero-text {
    }

        #hero .hero-text h1 {
            font-size: 19px;
        }

        #hero .hero-text p {
            font-size: 11px;
        }

/* ABOUT-US */
#about-us {
}

    #about-us-inner h2 {
    }

        #about-us-inner h2::after {
        }

    #about-us-inner p {
    }

    #about-us-inner .about-us-cta {
    }

    #about-us-inner a {
    }

    #about-us-inner a:hover {
    }

    #about-us-inner img {
        width: 375px;
    }

/* SERVICES */
#services {
}

    #services h2 {
    }

    #services h2::after {
    }

        #services-cards{
            justify-content: center;
        }

            #services .service-card {
                width: 375px;
            }

                #services .service-card img {
                    width: 375px;
                }

                #services .service-card h3 {
                }

                #services .service-card p {
                    min-height: 310px;
                }

                #services .service-card a {
                }

                #services .service-card a:hover {
                }

/* BEFORE-AFTER */
#before-after {
}

    #before-after h2 {
    }

    #before-after h3 {
    }

    #before-after h2::after {
    }

    #before-after-cards {
        justify-content: center;
    }

        #before-after-cards .ba {
            width: 375px;
            height: 375px;
        }

    #before-after .ba-card {
        width: 375px;
        height: 375px;
    }

    #before-after .img-comp-img img {
        width: 365px;
        height: 365px;
    }
    
    #before-after .img-comp-slider img {
        width: 51px;
    }

    #before-after p {
    }

    #before-after .ba-card img {
    }

    #before-after .before-after-more {
    }

    #before-after .ba-button {
    }

.img-comp-container {
    width: 375px;
    height: 375px;
}

.img-comp-img {
}

.img-comp-img img {
}

.img-comp-slider {
}

/* TESTIMONIALS */
#testimonials {
}

    #testimonials h2 {
    }

    #testimonials h2::after {
    }   

/* CONTACTS */
#contacts {
}

    #contacts h2 {
    }

    #contacts h2::after {
    } 

    #contacts .contact-item {
    }

    #contacts img {
    }

    #contacts a {
    }

    #contacts a:hover {
    }

/* CONTACTFORM */
#contactform {
}

    #contactform h2 {
    }

    #contactform h2::after {
    }

    #contactform p {
    }

    #contactform .form-label {
    }

    #contactform .form-check-label {
    }

    #contactform .submit-button {
    }

    #contactform .submit-button:hover {
    }

/* COPYRIGHT */
#footer {
}

    #footer a {
    }

    #footer p {
    }

    #footer img {
    }

    #footer a:hover {
    }

    #footer .copyright-left {
    }

    #footer .copyright-right {
    }
}