/* ========================================
   ROUNDED CORNERS - Modern Design Update
   ======================================== */

/* Service Box Images */
.service_box img,
.service_img img {
    border-radius: 12px;
}

/* Service Boxes */
.service_box {
    border-radius: 12px;
    overflow: hidden;
}

/* About Service Box */
.about_service_box_1,
.about_service_left {
    border-radius: 12px;
}

/* 5 Year Warranty Box - Original with Rounded Corners */
.about_service_year {
    border-radius: 12px !important;
    /* Rounded corners only */
}

/* Dropdown Menu */
.main_menu_area .nav.navbar-nav li ul.dropdown-menu {
    border-radius: 8px !important;
}

/* Menu Highlight (when hovering) */
.main_menu_area .nav.navbar-nav li a:hover {
    border-radius: 6px;
}

/* Mark/Highlight Tag - "Zala, Vas és Somogy vármegyében" */
mark {
    border-radius: 6px !important;
    padding: 4px 8px;
}

/* All Images (General) */
img {
    border-radius: 8px;
}

/* Logo - Keep Sharp */
.logo img {
    border-radius: 0 !important;
}

/* Client Logos - Subtle Rounding */
.clients_logo img {
    border-radius: 6px;
}

/* CTA Boxes */
.call_to_action,
.cta_style_3_width,
.cta_style_2_area {
    border-radius: 12px;
}

/* Footer Contact Boxes */
.footer_contact_width {
    border-radius: 8px;
}

/* Input Fields */
input[type="text"],
input[type="email"],
textarea,
select {
    border-radius: 6px;
}

/* Gray Button */
.btn-gray {
    border-radius: 8px;
}


/* About Service Box */
.about_service_box_1,
.about_service_left {
    border-radius: 12px;
}

/* All Images (General) */
img {
    border-radius: 8px;
}

/* Logo - Keep Sharp */
.logo img {
    border-radius: 0 !important;
}

/* Client Logos - Subtle Rounding */
.clients_logo img {
    border-radius: 6px;
}

/* CTA Boxes */
.call_to_action,
.cta_style_3_width,
.cta_style_2_area {
    border-radius: 12px;
}

/* Footer Contact Boxes */
.footer_contact_width {
    border-radius: 8px;
}

/* Input Fields */
input[type="text"],
input[type="email"],
textarea,
select {
    border-radius: 6px;
}

/* Gray Button */
.btn-gray {
    border-radius: 8px;
}