/* 
Theme Name: Twenty Twenty-Five Child
Theme URI:		 http://butterflythemes.com/
Description:	 Twenty Twenty-Five Child is a child theme of Twenty Twenty-Five, created by butterflythemes.com
Author:			 Butterfly Themes
Author URI:		 http://butterflythemes.com/
Template: twentytwentyfive
Version:		 1.0
Text Domain: twentytwentyfive-child
*/


/*
    Add your custom styles here
*/

footer {
margin-top:0px !important;}

input {
    height: 30px;
    border: none;
    border-radius: 5px;
    width: 65%;
}

textarea {
    height: 150px;
    border: none;
    border-radius: 5px;
    width: 65%;
}

input[type="submit" i] {
    padding: 5px 10px;
    font-size:18px;
    height: 40px;
    background-color: #ee332b;
    color: white;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #000 !important;
    font-family: var(--wp--preset--font-family--manrope);
    font-size: 14px !important;
    opacity: 1 !important;
padding-left: 10px;
}

.footer-menu-w-icon li a {
  position: relative;
  padding-left: 1.6em;
  display: inline-flex;
  align-items: center;
}


.footer-menu-w-icon li a::before {
  content: "double_arrow";
  font-family: "Material Symbols Outlined";
  font-size: 1em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-canvas {
  position: relative;
width: 100%;
  background: linear-gradient( 115deg, #e6312b 0%, #e6312b 65%, #111 65%, #111 100% );
}

.brand-canvas {
  position: relative;
width: 100%;
  background: linear-gradient( 115deg, #e6312b 0%, #e6312b 65%, #111 65%, #111 100% );
}

.padding-top-bottom {
padding: 9px 0;}

.top-menu {
font-size: 18px;
color: white;
font-weight:300;
}

.top-menu>a{
text-decoration: none;
}

.top-menu>.material-symbols-outlined {
vertical-align: bottom;}

.image {
position: relative;
}

image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.image-text {
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 800;
  font-size: 109px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  white-space: nowrap;
  will-change: transform;

  animation-name: marquee-left;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}


.marquee-text {
  color: #ffffff;          /* normal filled text */
  font-weight: 800;
  font-size: 60px;
  word-spacing: 20px;
}

.marquee-text
 {
  color: transparent;          /* 🔥 kill fill */
  /*-webkit-text-fill-color: transparent;   /* 🔥 Safari / Chrome fix */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 800;
  font-size: 60px;
  word-spacing: 20px;
}

.stroke-text {
color: white;

}

.inline-red-bullets {
  list-style: none;                 /* remove default bullets */
  display: flex;
  flex-wrap: wrap;
  gap: 18px;                        /* space between items */
  padding-left: 0;
  margin: 0;
}

.inline-red-bullets li {
  position: relative;
  padding-left: 14px;
}

.inline-red-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: red;                       /* 🔴 bullet color */
  font-size: 1.2em;
  line-height: 1;
}

.image-bg img {
  background: #d9d9d9;
  padding: 25px 20px;
  }





