/* ===================================================================================

* Theme Name: Gerow Child
* Theme URI: https://www.themedox.com/gerow/
* Author: ThemeDox
* Author URI: https://themeforest.net/user/themedox/
* Description: Gerow - Business Consulting WordPress Theme
* Version: 1.0
* Template: gerow
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


.testimonial-img > img {
	border-radius: 20px 20px 20px 20px !important; }

.testimonial-img .review-wrap {padding: 10px 10px 10px 10px !important;}

.testimonial-img .review-wrap img { margin-bottom:0px !important;}

.testimonial-img .review-wrap .content p {
	margin-bottom: 0!important; }
.testimonial-img .review-wrap .content {
	display: inherit !important;}

/* ===============================
   SERVICES BOX – MODERN UI
================================ */

.elementor-widget-tg-servicesBox .features-item-three {
    position: relative;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Make card a flex container */
.elementor-widget-tg-servicesBox .features-content-three {
    display: flex;
    flex-direction: column;
    height: 95%;
}

/* Push button to bottom */
.elementor-widget-tg-servicesBox .features-content-three .link-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



/* Top accent gradient */
.elementor-widget-tg-servicesBox .features-item-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #00c6ff, #0072ff, #6a11cb);
}

/* Hover animation */
.elementor-widget-tg-servicesBox .features-item-three:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 114, 255, 0.25);
}

/* Inner content */
.elementor-widget-tg-servicesBox .features-content-three {
    padding: 10px 10px 0px;
}

/* Service title */
.elementor-widget-tg-servicesBox .features-content-three h3 {
    font-size: 19px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Title underline */
.elementor-widget-tg-servicesBox .features-content-three h3 span,
.elementor-widget-tg-servicesBox .features-content-three h3::after {
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 6px;
    background: linear-gradient(90deg, #ff512f, #f09819);
    border-radius: 6px;
    content: "";
}

/* Description */
.elementor-widget-tg-servicesBox .features-content-three p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 20px;
}

.elementor-widget-tg-servicesBox .features-content-three p:hover {
    color: #555;
}

/* CTA button */
.elementor-widget-tg-servicesBox .link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 198, 255, 0.35);
}

/* Button hover */
.elementor-widget-tg-servicesBox .link-btn:hover {
    background: linear-gradient(135deg, #ff512f, #dd2476);
    box-shadow: 0 12px 30px rgba(221, 36, 118, 0.45);
    transform: translateX(4px);
}

/* Arrow animation */
.elementor-widget-tg-servicesBox .link-btn img {
    transition: transform 0.25s ease;
}

.elementor-widget-tg-servicesBox .link-btn:hover img {
    transform: translateX(4px);
}

/* Mobile optimization */
@media (max-width: 767px) {
    .elementor-widget-tg-servicesBox .features-content-three {
        padding: 22px 18px;
    }

    .elementor-widget-tg-servicesBox .features-content-three h3 {
        font-size: 18px;
    }
}

.elementor-widget-tg-servicesBox .features-item-three:hover 
.features-content-three p {
    color: #333 !important;
}


/* Main widget */
.services-widget {
    background: linear-gradient(160deg, #020617, #0f172a);
    border-radius: 20px;
    padding: 30px 24px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
    overflow: hidden;
}

/* Animated color glow */
.services-widget::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(
        from 0deg,
        #22d3ee,
        #6366f1,
        #a855f7,
        #ec4899,
        #22d3ee
    );
    filter: blur(120px);
    opacity: .45;
    animation: spinGlow 14s linear infinite;
}

@keyframes spinGlow {
    100% { transform: rotate(360deg); }
}

/* Title */
.services-widget .sw-title {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 22px;
    background: linear-gradient(90deg, #22d3ee, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Reset list */
.services-cat-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

/* Item spacing */
.services-cat-list li {
    margin-bottom: 14px;
}

/* Service card */
.services-cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.01)
    );
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

/* Color wave hover */
.services-cat-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        #22d3ee,
        #6366f1,
        #a855f7,
        #ec4899
    );
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 0;
}

/* Hover effects */
.services-cat-list li a:hover {
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(168,85,247,.55);
}

.services-cat-list li a:hover::before {
    opacity: 1;
}

/* Text wrapper */
.services-cat-list li a span {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}

/* Headline */
.services-cat-list li h3 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

/* Hover text */
.services-cat-list li a:hover span,
.services-cat-list li a:hover h3 {
    color: #ffffff;
}

/* Arrow */
.services-cat-list li i {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #c7d2fe;
    transition: transform .4s ease, color .4s ease;
}

/* Arrow motion */
.services-cat-list li a:hover i {
    transform: translateX(8px) rotate(-10deg);
    color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
    .services-widget {
        margin-bottom: 35px;
    }
}


/* ===== CREATIVE BREADCRUMB (CSS ONLY) ===== */
.breadcrumb-area {
    position: relative;
    padding: 110px 0 90px;
    background: linear-gradient(135deg, #020617, #0f172a) !important;
    overflow: hidden;
}

/* Animated gradient glow */
.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: conic-gradient(
        from 0deg,
        #22d3ee,
        #6366f1,
        #a855f7,
        #ec4899,
        #22d3ee
    );
    filter: blur(150px);
    opacity: 0.45;
    animation: breadcrumbGlow 18s linear infinite;
}

@keyframes breadcrumbGlow {
    100% { transform: rotate(360deg); }
}

/* Content */
.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

/* Hide empty h2 safely */
.breadcrumb-content h2 {
    display: none;
}

/* Main title (PPC) */
.breadcrumb-content h3 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #22d3ee, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Subtitle text "(Pay Per Click Service)" */
.breadcrumb-content h3 + text,
.breadcrumb-content h3 {
    text-align: center;
}

/* Improve subtitle spacing */
.breadcrumb-content {
    font-size: 18px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
    .breadcrumb-content h3 {
        font-size: 36px;
    }
}
.breadcrumb-content h3 {
    display: block;
}

.breadcrumb-content h3::after {
    content: "Pay Per Click Service";
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}



