/* 
Theme Name: cabralcp
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   TABLE OF CONTENTS
   1. Sticky header
   2. Layout / Containers
   3. Icons
   ========================================================================== */
header .logo img {
  width: 200px;
  transition: width 0.3s ease;
}

header .elementor-sticky--effects .logo img {
  width: 100px !important;
}

header .e-con-inner {
  transition: padding 0.3s ease;
}

header .elementor-sticky--effects .e-con-inner {
  padding: 1rem !important;
}

/* ==========================================================================
   2. LAYOUT / CONTAINERS
   Boxed containers: cap at --content-width, stay fluid (94%) below it.
   ========================================================================== */
.e-con.e-con-boxed > .e-con-inner {
  width: min(var(--content-width), 94%);
  max-width: none;
}

.ruler.e-con.e-con-boxed > .e-con-inner {
  border-left: 1px solid #e4e8e9;
  border-right: 1px solid #e4e8e9;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .ruler.e-con.e-con-boxed > .e-con-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer .ruler.e-con.e-con-boxed > .e-con-inner {
  border-left: 1px solid #c2d6ec;
  border-right: 1px solid #c2d6ec;
}

.ruler.e-con.e-con-boxed {
  position: relative;
}

.ruler.e-con.e-con-boxed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; /* starts at the bottom edge, hangs downward */
  height: 8px;
  background-image: repeating-linear-gradient(
    to right,
    #e4e8e9 0, #e4e8e9 1px,
    transparent 1px, transparent 36px
  );
  pointer-events: none;
}

.ruler.no-notch.e-con.e-con-boxed::after {
  display: none;
}

.speed-square.e-con.e-con-boxed > .e-con-inner {
  position: relative;
  background-image: url(https://cabralcp.wpenginepowered.com/wp-content/uploads/noun-speed-square-5275-E4E8E9.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 70px auto;
}

.speed-square.e-con.e-con-boxed > .e-con-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-image: url(https://cabralcp.wpenginepowered.com/wp-content/uploads/noun-speed-square-5275-E4E8E9.svg);
  background-repeat: no-repeat;
  background-size: 70px auto;
  transform: rotate(180deg);
  pointer-events: none;
}

/* ==========================================================================
   3. ICONS
   ========================================================================== */
.elementor-icon-wrapper {
  display: flex;
}

/* ==========================================================================
   4. Text
   ========================================================================== */
.accent-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.accent-label::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #235090;
    transform: rotate(45deg);
}