/*
Theme Name: Bricks
Theme URI: https://bricksbuilder.io/
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.12.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bricks
*/
.bricks-404-wrapper {
    height: 750px !important;
}
a.home-button {
    background: #2563eb;
    padding: 16px 32px;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* smooth animation */
}

a.home-button:hover {
    transform: scale(1.05); /* slightly zoom in */
    box-shadow: 0 6px 12px rgba(0,0,0,0.15); /* optional shadow for depth */
}

h1.title {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Inter';
}
h2.subtitle {
    font-size: 48px;
    font-family: 'Inter';
    font-weight: 600;
}
header#brx-header {
    background-position: 50%;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(24px);
}
.main-banner-section {
    position: relative;
    z-index: 1;
}
.main-banner-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.4);
    pointer-events: none;
}
span.highlighted-text {
    color: #51a2ff !important;
}
.transparent-button {
    backdrop-filter: blur(8px);
}
.licensed-icons ul {
    display: flex;
    gap: 40px;
}
.licensed-icons ul {
    display: flex;
    gap: 50px;
    padding-left: 0;
}
.licensed-icons ul li:first-child {
    list-style-type: none !important;
}
.about-us-image-wrap {
    box-shadow: 0 25px 50px -12px #00000026;
    border-radius: 24px;
}
.about-icon-list .icon svg {
    color: #2563eb;
    width: 16px;
    height: 16px;
}
.about-icon-list .icon {
    background: #dbeafe;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lives-box .icon {
    background: #dbeafe;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.lives-box .icon svg{
	 color: #2563eb;
	width:24px;
	height:24px;
}
.blue-button {
    box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
}
.blue-button svg {
    width: 16px;
    height: 16px;
}
.service-icon-inner{
    box-shadow: 0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;
}

.service-icon .content h3 {
    margin-bottom: 12px;
}
.service-icon .icon {
    width: 48px;
    height: 48px;
    background: #dbeafe;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.service-icon-inner {
    transition: transform 0.3s ease-out; 
}

.service-icon-inner:hover {
    transform: translateY(-4px); 
}
.find-the-right-care {
    box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
}
.team-card {
    box-shadow: 0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;
	 overflow: hidden;
}
.team-card img {
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.team-card:hover img {
  transform: scale(1.08);
}
.join-hundred {
    box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
}
.testimonial-card {
    box-shadow: 0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;
}
.testimonial-card {
    transition: transform 0.3s ease-out;
}
.testimonial-card:hover {
    transform: translateY(-4px);
}
.white-button.color-2563eb::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/10/blue-arrow-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.footer-logo-image {
    filter: brightness(0) invert(1);
}
.email-field input {
    height: 36px;
}
.email-field button {
    height: 36px;
}
.social-links li {
    background-color: #262626 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.social-links {
    gap: 16px;
}
.shadow-medium {
    box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
}
.shadow-large {
    box-shadow: 0 25px 50px -12px #00000026;
}
.white-button, .blue-button {
  transition: transform 0.3s ease;
}

.white-button:hover, .blue-button:hover {
  transform: scale(1.05); 
}

.hover-black.brxe-button,
.hover-black.brxe-button svg {
  transition: color 0.3s ease, stroke 0.3s ease;
}

.hover-black.brxe-button:hover {
  color: #0f172a !important;
}

.hover-black.brxe-button:hover svg {
  stroke: #0f172a !important;
}

.book-session-mobile {
    display: none;
}
.message.success {
    background-color: #f5f5f5 !important;
    color: #094642 !important;
}

/**/
.main-banner-section {
  position: relative;
  overflow: hidden;
}

/* === Overlay stays intact === */
.main-banner-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.4);
  pointer-events: none;
  z-index: 1;
}

/* === Background zoom effect === */
.main-banner-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit; /* Bricks background image */
  transform: scale(1.2);
  transition: transform 2s ease-out;
  z-index: 0;
}

.main-banner-section.animate-bg::after {
  transform: scale(1);
}

/* === Ensure content above everything === */
.main-banner-section > * {
  position: relative;
  z-index: 2;
}

/* ===== INITIAL STATES ===== */
.main-banner-section .brxe-button.transparent-button,
.main-banner-section .brxe-heading,
.main-banner-section #brxe-knegtk,
.main-banner-section #brxe-vfayqo,
.main-banner-section .button-container,
.main-banner-section .licensed-icons li {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* ===== STAGGERED TEXT ANIMATION ===== */
.main-banner-section.animate-text .brxe-button.transparent-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.main-banner-section.animate-text .brxe-heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.main-banner-section.animate-text #brxe-knegtk {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.main-banner-section.animate-text #brxe-vfayqo {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s; /* container appears */
}

.main-banner-section.animate-text .button-container {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

/* ===== LICENSED ICONS ===== */
.main-banner-section .licensed-icons li:nth-child(1) {
  transform: translateX(-50px);
}
.main-banner-section .licensed-icons li:nth-child(2) {
  transform: translateY(50px);
}
.main-banner-section .licensed-icons li:nth-child(3) {
  transform: translateX(50px);
}

.main-banner-section.animate-icons .licensed-icons li:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.main-banner-section.animate-icons .licensed-icons li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.main-banner-section.animate-icons .licensed-icons li:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}


/*about us section animation*/
/* Wrappers for masking */
.about-us .about-us-image-wrap,
.about-us .about-content {
    opacity: 0;
    transform: translateX(0) scale(0.95);
    transition: all 1s ease-out;
}

/* Mask the content behind image */
.about-us .about-content-wrapper {
    position: relative;
    overflow: hidden; /* content starts hidden behind image */
}

/* Image initial: center */
.about-us .about-us-image-wrap {
    transform: translateX(6%) scale(0.95); /* start to the right */
}

/* Content initial: center hidden behind image */
.about-us .about-content {
    opacity: 0;
    transform: translateX(-8%) scale(0.95);
    z-index: -1; /* behind image initially */
    transition: all 1s ease-out;
}

/* Animate */
.about-us.animate .about-us-image-wrap {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.about-us.animate .about-content {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0s;
    /* z-index will be set by JS after animation completes */
}

/* Lives box zoom-in */
.about-us .lives-box {
    opacity: 0;
    transform: scale(0);
    transition: all 0.8s ease-out;
}
.about-us.animate .lives-box {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s;
}

/* About icons */
.about-us .about-icon {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}
.about-us.animate .about-icon:nth-child(1) { opacity: 1; transform: translateX(0); transition-delay: 1.4s; }
.about-us.animate .about-icon:nth-child(2) { opacity: 1; transform: translateX(0); transition-delay: 1.6s; }
.about-us.animate .about-icon:nth-child(3) { opacity: 1; transform: translateX(0); transition-delay: 1.8s; }
.about-us.animate .about-icon:nth-child(4) { opacity: 1; transform: translateX(0); transition-delay: 2s; }

/* Button */
.about-us .about-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 2.2s, transform 0.6s ease-out 1s;
}
.about-us.animate .about-btn {
    opacity: 1;
    transform: translateY(0);
	 transition: opacity 0.6s ease-out 2.2s, transform 0.6s ease-out 1s, transform 0.3s ease-out;
}
.about-us .about-btn:hover {
    transform: translateY(0) scale(1.05); /* keep Y same, scale only */
    transition: transform 0.3s ease; /* immediate transition for hover */
}
/* Editor override */
.logged-in .about-us *,
.logged-in .about-us *::before,
.logged-in .about-us *::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/*How it works section animation*/

/* Initial state: section hidden below and invisible */
.how-it-works-section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

/* When in view: slide up and fade in */
.how-it-works-section.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Bricks editor override so it’s visible in editor */
.logged-in .how-it-works-section *,
.logged-in .how-it-works-section *::before,
.logged-in .how-it-works-section *::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/*our serives animation*/

/* Initial animation state */
#our-services .animate-target {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active animation state */
#our-services .animate-target.animate-active {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect on animated boxes only */
.service-icon-inner.animate-active:hover {
    transform: translateY(-4px); /* Moves relative to final animated position */
}
/* Hover effect on the entire service box with smooth transition */
.service-icon-box {
    transition: transform 0.4s ease-out; /* Smooth transition */
}

.service-icon-box:hover {
    transform: translateY(-4px); /* Slight lift on hover */
}

/*Our team animation */
/* Intro items */
.our-team-sub-head, 
#brxe-rkhhcy h2 ,
.our-team-cont{
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* Team cards */
.team-card {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* Tooltip */
.offwhite-tooltip {
    opacity: 0;
    transform: scale(0.8);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

/* Connect-with */
.connect-with {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* Active states */
.animate-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.offwhite-tooltip.animate-active {
    transform: scale(1) !important;
}

/* === LOGGED-IN OVERRIDE (for all opacity 0 items) === */
.logged-in .main-banner-section *,
.logged-in #our-services *,
.logged-in .our-team-sub-head,
.logged-in #brxe-rkhhcy h2,
.logged-in .our-team-cont,
.logged-in .team-card,
.logged-in .connect-with,
.logged-in .offwhite-tooltip,
.logged-in .animate-up,
.logged-in .animate-from-bottom,
.logged-in .about-us *,
.logged-in .how-it-works-section * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.logged-in .how-it-works-section {
    opacity: 1;
}

/*client stories animation*/
/* Initial state */
.animate-from-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When in view */
.animate-from-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

/*join our team and footer animation*/
/* Initial state: hidden and shifted down */
.animate-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Visible state: animate to original position */
.animate-up.show {
  opacity: 1;
  transform: translateY(0);
}

a#brxe-tddyhs.trans-button {
  transition: background-color 0.3s ease;
}

a#brxe-tddyhs.trans-button:hover {
  background-color: #f5f5f5;
}
a#brxe-ovcloj{
	 transition: background-color 0.3s ease;
}
a#brxe-ovcloj:hover {
    background: #f5f5f5;
}


@media (max-width:1799px){
	h1.title {
    font-size: 64px;
}
	h2.subtitle {
    font-size: 42px;
}
}

@media (max-width:1366px)
{
	h1.title {
    font-size: 58px;
}
	h2.subtitle {
    font-size: 38px;
}
	.bricks-404-wrapper {
    height: 680px !important;
}
}

@media (max-width:1199px)
{
	h1.title {
    font-size: 54px;
}
	h2.subtitle {
    font-size: 34px;
}
}


@media (max-width:1024px)
{
	h1.title {
    font-size: 50px;
}
	h2.subtitle {
    font-size: 32px;
}
	.bricks-404-wrapper {
    height: 610px !important;
}
}

@media (max-width:991px)
{
	h1.title {
    font-size: 46px;
}
	h2.subtitle {
    font-size: 28px;
}
}


@media (max-width:767px)
{
	h1.title {
    font-size: 42px;
}
	h2.subtitle {
    font-size: 26px;
}
}

@media (max-width:479px)
{
	h1.title {
    font-size: 38px;
}
	h2.subtitle {
    font-size: 24px;
}
}


@media (max-width: 991px) {
  .book-session-wrap {
    display: none !important;
  }
	.book-session-mobile {
    display: flex !important;
}
	ul#menu-header-menu-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
}
	div#brxe-qzwcro {
    z-index: 9999;
}
.menu-open a#brxe-tfhypc {
    filter: brightness(0) invert(1) !important;
}
	.menu-open  a#brxe-tfhypc img {
    filter: brightness(0) invert(1) !important;
}
	:where(.brxe-nav-menu) .bricks-mobile-menu-toggle[aria-expanded="true"] span {
  background-color: #fff !important;
}
	:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
    background-color: #404040 !important;
}

}

@media (max-width: 767px){
	.licensed-icons ul {
    flex-direction: column;
    gap: 15px;
		margin:0 !important;
}
.licensed-icons ul li:first-child {
    list-style-type: disc !important;
}
	.bricks-404-wrapper {
    height: 550px !important;
}
}
	
@media (max-width: 500px) {
  #brxe-mflbil.button-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }
	div#brxe-lofvbh {
    flex-direction: column !important;
    gap: 16px !important;
}
	a.home-button {
    font-size: 16px;
}
}




@media (max-width: 380px){
	#brxe-wasinr {
    grid-template-columns: 1fr;
}
		a.home-button {
    font-size: 14px;
}
}


