/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

#av_breadcrumbs {
    min-height: inherit;
    box-shadow: 0 5px 10px #f3ebeb;
    padding: 10px 0;
    margin-bottom: 20px;
}
#av_breadcrumbs .container .breadcrumb.breadcrumbs{
    margin-bottom: 0;
}
#av_breadcrumbs .breadcrumb.breadcrumbs{
    font-size: 13px;
}

/* Buttons */
.btn-primary {
    background: #FF8C00;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
}

.btn-primary:hover {
    background: #FF7700;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #01a0da;
    color: #FFFFFF !important;
    padding: 12px 25px;
    border: 2px solid #01a0da;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #75daff;
    color: #333333 !important;
}

/* Services Section */
.services {
    background: #f9f9f9;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
	min-height: 320px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

.service-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #01a0da;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.service-card a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
    width: 100%;
 }

.centre-box-content {
    font-size: 16px;
    background: #f9fafa;
    margin: 5px 10px;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.center-id {
    background: #ff8c00;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    width: 70%;
    padding: 5px 60px 5px 20px;
    left: 0;
    top: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%
100%);
}
.centre-box-content .middle-box {
    font-size: 14px;
    padding: 30px 10px 10px 20px;
    color: #444;
}
.centre-box-content .center-bottom-box {
    background: url(/wp-content/uploads/2025/10/bottom-bg.png) !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: 0 -500px !important;
    padding: 16px;
    bottom: 0px;
    min-height: 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.center-bottom-box a {
    color: #fff !important;
    font-weight: 600;
    font-size: 17px;
}
.contact-list {
    list-style: none;
    padding-left: 0 !important;
    float: none !important;
}
.contact-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative; 
    line-height: 1.5;
}
.contact-list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.location::before {
    content: '📍'; 
    background: none;
    font-size: 17px;
    transform: translateY(-20%); 
}
.call-us::before {
    content: '📞'; 
    background: none;
    font-size: 17px;
    transform: translateY(-20%);
}
.email-me::before {
    content: '✉️';
    background: none;
    font-size: 17px;
    transform: translateY(-20%);
}

.unique-blog .read-more-link {
    display: block;
    bottom: 20px;
    position: absolute;
    width: 100%;
    max-width: 310px;
    text-align: center;
}
.unique-blog .read-more-link a:link{
    background: transparent;
    color: #75daff;
    padding: 12px 25px;
    border: 2px solid #75daff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    width: 100%;
}
.unique-blog .read-more-link a:hover {
    background: #75daff;
    color: white !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}
.team-media {
    margin-top: 15px;
    display: block;
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 170px;
}
.team-media .team-media-left {
    float: left;
    margin: 25px 25px 25px -25px;
}
.team-media .team-media-left img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 3px solid #75daff;
}
.team-media .team-media-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
}
h2.team-media-text{
    text-transform: inherit !important;
}
.team-media a.open-popup-link.avia-button.avia-size-medium.avia-position-center.avia-color-theme-color{
    border-radius: 25px;
}