/*
Theme Name: Perfect Child
Theme URI: https://testumgebung-3.create-reality.de
Description: Child Theme für Angel Success Consulting
Author: Frank / Lavish & Company
Author URI: https://create-reality.de
Template: perfect
Version: 1.0.0
*/

@import url("../perfect/style.css");

/* ================================================
   ANGEL SUCCESS CONSULTING - Custom CSS
   ================================================ */

/* General */

h1 {
    font-family: "Sea Angel", serif !important;
    letter-spacing: 1.7px !important;
}

h3,
h4,
h5,
h6 {
    font-family: "Azo Sans" !important;
}

.section-title h2::before {
	background: #C21010;
}

.section-title h2::after {
	background: #C21010;
}

.perfect_menu.main-search-menu > ul, .em-quearys-top.msin-menu-search {
	font-family: azo sans;
}

.perfect_menu > ul > li.current > a, .perfect_menu > ul > li:hover > a, .creative_header_menu > ul > li:hover > a {
	color: #C21010 !important;
}

.slick-dots .slick-active button {
	background-color: #C21010 !important;
}

a.dtbtn {
	padding: 6px 20px;
}

.transprent-menu a.dtbtn {
	font-family: azo sans;
}

.transprent-menu a.dtbtn:hover {
	color: #C21010;
}

.service-box-title h2:hover {
	color: #C21010;
}

.em-quearys-top.msin-menu-search .em-quearys-inner {
	border-top: 3px solid #C21010;
}

.em-quearys-inner::before {
	border-bottom: 8px solid #C21010;
}

.top-form-control button.top-quearys-style {
	background: #C21010;
}

/* Stoppt das Drehen der Counter-Icons */
.single_counter_inner:hover .counter_icon,
.single_counter_inner:hover .counter_icon i,
.single_counter_inner:hover .counter_icon svg {
    transform: none !important;
}

/* Social Media Icons */

.asc-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: -26px;
}

.asc-social a {
  color: #C21010;
  font-size: 22px;
  transition: all 0.3s ease;
}

.asc-social a:hover {
  color: #000;
  transform: translateY(-3px);
}

/* Scroll Up Button */

#scrollUp {
    background: #C21010;
    transition: all 0.3s ease;
}

#scrollUp:hover {
    background: #000000;
    transform: translateY(-2px);
}

/* Breadcrumbs */

.brpt h2 {
	font-family: Azo Sans;
	font-weight: 500;
	font-size: 40px;
}

.breadcumb-inner {
	font-family: Azo sans;
}

.breadcumb-area::before {
	background: none;
}

.icon-box {
	border-left: 1px solid #C21010 !important;
}

/* Subpages */

.perfect-single-blog-title h2 {
	font-family: "Sea Angel", serif;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	text-align: center;
}

/* Footer */

.menu-footer-soical-menu-container ul li a:hover {
	color: #C21010 !important;
}

.footer-middle .widget h2 {
    font-family: "Azo Sans", sans-serif;
}

.footer-middle .textwidget p {
	font-family: "Azo Sans", sans-serif;
	font-size: 15px;
}

.footer-middle .widget ul li a {
	font-family: "Azo Sans", sans-serif;
	font-size: 15px;
}

/* Hover fixes and general elements */

h3 {
    text-align: center;
    margin-top: 30px;
}

.elementor-button:hover, .dtbtn:hover, .button:hover {
    background-color: #C21010 !important;
}

.footer-middle .widget {
    padding-left: 15px;
    padding-right: 15px;
}

/* Tablet */

@media (min-width: 769px) and (max-width: 1024px) {
    .single_counter_inner {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* Custom Heading Sizes (Desktop) */
.section-title h2 {
    font-size: 50px !important;
}

.service-box-title h2 {
    font-size: 26px !important;
}

/* Mobile */

.mean-container .mean-bar {
    background: #C21010;
}

@media (max-width: 768px) {
    /* Prevent horizontal overflow */
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .mean-container .mean-bar::before {
        top: 19px;
    }

    /* Fix Mobile Menu Toggle */
    .mean-container a.meanmenu-reveal {
        right: 15px !important;
        left: auto !important;
    }

    /* Fix Logo Size */
    a[title="Angel Success Consulting"] img,
    .logo img, .site-logo img {
        max-width: 80% !important;
        height: auto !important;
    }

    /* Fix Scroll Up Button */
    #scrollUp {
        right: 20px !important;
        bottom: 20px !important;
    }

    /* Fix Slider Buttons */
    .elementor-swiper-button-next,
    .elementor-swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination {
        width: 100% !important;
        left: 0 !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* Fix Typography Scaling & Padding */
    h1 {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
    
    h2 {
        font-size: 34px !important;
        line-height: 1.3 !important;
    }

    .section-title h2 {
        font-size: 42px !important;
        line-height: 1.3 !important;
    }

    .service-box-title h2 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 16px !important;
    }
    
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
