/*
Theme Name: TFM Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: TopFire Media Dev Team
Author URI: https://topfiremedia.com/
Description: TopFire Media (TFM) Elementor child is a customized WordPress theme that was built specifically for TFM clients to work seamlessly with the Elementor Pro powerful drag-and-drop WordPress page builder. The theme is custom designed for TFM clients to provide a first class flexible, easy-to-use, and customizable website. The theme is optimized for performance, and provides a solid foundation to build unique web designs using the Elementor drag-and-drop site builder. Its power, ease and flexibility make it a solid choice for websites fueled by TFM.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.0
Updated: 2025-03-27 01:04:54

*/

/* Step number circles */
.elementor-widget.step-number .elementor-heading-title {
    background-color: #B01657;
    color: #FFFFFF !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 28px !important;
    line-height: 1;
}

/* Footer nav links white */
.elementor-location-footer .elementor-nav-menu a,
.elementor-location-footer .elementor-nav-menu--main a {
    color: rgba(255,255,255,0.7) !important;
}
.elementor-location-footer .elementor-nav-menu a:hover,
.elementor-location-footer .elementor-nav-menu--main a:hover {
    color: #B01657 !important;
}

/* ===========================
   HERO SECTION ENHANCEMENTS
   =========================== */

/* Hero bottom angle divider */
[data-id="588d734"]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}

/* Hero H1 entrance feel */
[data-id="588d734"] .elementor-heading-title {
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* ===========================
   OUR BRAND SECTION
   =========================== */

/* Fuchsia underline accent on OUR BRAND label */
[data-id="3e5f621"] .elementor-heading-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B01657;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ===========================
   WHY US SECTION
   =========================== */

/* WHY US label underline accent */
[data-id="149fa03"] .elementor-heading-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #B01657;
    margin-top: 8px;
    border-radius: 2px;
}



/* ===========================
   IMAGE CAROUSEL
   =========================== */

/* Rounded corners on carousel images */
[data-id="f73b660"] .swiper-slide img {
    border-radius: 8px;
}

/* Carousel nav arrows - fuchsia accent */
[data-id="f73b660"] .elementor-swiper-button {
    color: #B01657 !important;
    background: rgba(255,255,255,0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
[data-id="f73b660"] .elementor-swiper-button:hover {
    background: #B01657;
    color: #FFFFFF !important;
}

/* Carousel pagination dots */
[data-id="f73b660"] .swiper-pagination-bullet {
    background: #B01657 !important;
    opacity: 0.4;
    transition: all 0.3s ease;
}
[data-id="f73b660"] .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.3);
}

/* ===========================
   TESTIMONIALS
   =========================== */

/* Large decorative quotation mark */
[data-id="43c8924"] .elementor-testimonial-content::before {
    content: '\201C';
    font-size: 60px;
    line-height: 1;
    color: #B01657;
    opacity: 0.3;
    font-family: Georgia, serif;
    display: block;
    margin-bottom: -10px;
}

/* Star rating above testimonial text */
[data-id="43c8924"] .elementor-testimonial-wrapper::before {
    content: '\2605\2605\2605\2605\2605';
    display: block;
    color: #FFB800;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

/* Testimonials 3-column layout */
[data-id="43c8924"] > .e-con-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 25px !important;
}
[data-id="43c8924"] > .e-con-inner > [data-id="6b8dc0c"],
[data-id="43c8924"] > .e-con-inner > [data-id="a528f55"],
[data-id="43c8924"] > .e-con-inner > [data-id="4571f96"] {
    width: calc(33.333% - 17px) !important;
    max-width: calc(33.333% - 17px) !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
[data-id="43c8924"] > .e-con-inner > [data-id="6b8dc0c"]:hover,
[data-id="43c8924"] > .e-con-inner > [data-id="a528f55"]:hover,
[data-id="43c8924"] > .e-con-inner > [data-id="4571f96"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,38,61,0.15) !important;
}
@media (max-width: 767px) {
    [data-id="43c8924"] > .e-con-inner > [data-id="6b8dc0c"],
    [data-id="43c8924"] > .e-con-inner > [data-id="a528f55"],
    [data-id="43c8924"] > .e-con-inner > [data-id="4571f96"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Testimonial cards: push customer name to bottom */
[data-id="6b8dc0c"],
[data-id="a528f55"],
[data-id="4571f96"] {
    display: flex !important;
    flex-direction: column !important;
}
[data-id="6b8dc0c"] > .elementor-element,
[data-id="a528f55"] > .elementor-element,
[data-id="4571f96"] > .elementor-element {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
[data-id="6b8dc0c"] .elementor-widget-container,
[data-id="a528f55"] .elementor-widget-container,
[data-id="4571f96"] .elementor-widget-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
[data-id="6b8dc0c"] .elementor-testimonial-wrapper,
[data-id="a528f55"] .elementor-testimonial-wrapper,
[data-id="4571f96"] .elementor-testimonial-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
[data-id="6b8dc0c"] .elementor-testimonial-meta,
[data-id="a528f55"] .elementor-testimonial-meta,
[data-id="4571f96"] .elementor-testimonial-meta {
    margin-top: auto !important;
}

/* Testimonial label underline */
[data-id="e18590b"] .elementor-heading-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B01657;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ===========================
   ACCOMPLISHMENTS
   =========================== */

/* Accomplishments label underline */
[data-id="53eb4aa"] .elementor-heading-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B01657;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Accomplishments 5-column layout */
[data-id="awardsrow"] > .e-con-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 20px !important;
}
[data-id="awardsrow"] > .e-con-inner > .e-con {
    width: calc(20% - 16px) !important;
    max-width: calc(20% - 16px) !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease, background 0.3s ease;
}
[data-id="awardsrow"] > .e-con-inner > .e-con:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.15) !important;
}
@media (max-width: 1024px) {
    [data-id="awardsrow"] > .e-con-inner > .e-con {
        width: calc(33.333% - 14px) !important;
        max-width: calc(33.333% - 14px) !important;
    }
}
@media (max-width: 767px) {
    [data-id="awardsrow"] > .e-con-inner > .e-con {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

/* ===========================
   BRAND RESOURCES
   =========================== */

/* Brand Resources label underline */
[data-id="d85f7c2"] .elementor-heading-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B01657;
    margin: 10px auto 0;
    border-radius: 2px;
}



/* ===========================
   GLOBAL BUTTON TRANSITIONS
   =========================== */

/* Smooth hover transitions on all Elementor buttons */
.elementor-button {
    transition: all 0.3s ease !important;
}
.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* ===========================
   BRAND CARDS HOVER EFFECTS
   =========================== */

/* Hover lift on brand cards */
[data-id="cardsrow1"] > .e-con {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
[data-id="cardsrow1"] > .e-con:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,38,61,0.15) !important;
}

/* ===========================
   SMOOTH SCROLL
   =========================== */
html {
    scroll-behavior: smooth;
}

/* ===========================
   FOOTER ENHANCEMENTS
   =========================== */

/* Social icons hover */
.elementor-location-footer .elementor-social-icon {
    transition: all 0.3s ease !important;
}
.elementor-location-footer .elementor-social-icon:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

/* Footer form section top accent line */
[data-id="2d3ff71"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00263D, #B01657, #007DC9);
}

/* Footer copyright section links */
[data-id="5c999f9"] a,
[data-id="5c999f9"] .elementor-nav-menu a {
    color: rgba(255,255,255,0.6) !important;
}
[data-id="5c999f9"] a:hover,
[data-id="5c999f9"] .elementor-nav-menu a:hover {
    color: #FFFFFF !important;
}
