/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Description: Safe child theme for Twenty Twenty-Five customizations
Version: 1.0
*/
#whychoosedark h3{
	margin-top: 0;
	margin-bottom: 7px;
}
.margin0 p{
	margin:0px;
}

.fontwhite{
    color: #ffffff;
}

/* Custom Active Color on Scroll */
.nav-active-scroll {
    color: #E54912 !important;
    font-weight: bold;
}

selector .elementor-button:hover {
    background-image: none !important;
}

.elementor-widget-button .elementor-button:hover {
    background-image: none !important;
}

.howwework:hover{
   /*background-color: #E54912 !important;*/
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #6C100E 0%, #E54912 100%) !important;
  color: #fff !important;
  border-radius: 5px;
}

/* Set a transparent placeholder border in normal state */
selector .elementor-button {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

/* Reveal the color only on hover */
selector .elementor-button:hover {
    border-color: #E54912; 
}

.my-sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1) !important; /* Adds a clean shadow */
}

.my-sticky-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background-color: #ffffff !important; /* Forces solid background when scrolling */
}

/* Prevents the header from overlapping the very top of your page content */
body {
    padding-top: 80px; /* Adjust this to match the approximate height of your header */
}

/* Adjusts position for the WordPress admin bar */
.logged-in .my-sticky-header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .logged-in .my-sticky-header {
        top: 46px !important;
    }
}

section, [id] {
    scroll-margin-top: 90px !important; /* Adjust this number to match your header's actual height */
}

/* Change this color to whatever matches your brand design */
.my-sticky-header .hdrmenu a.active-menu-item {
    color: #E54912 !important; /* Example: Bright Orange/Red */     
/*     transition: color 0.3s ease;  */
}


.transparent-border-color .elementor-button{
	border: 1px solid transparent !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
	border-radius: 5px !important;
}

.transparent-border-color .elementor-button:hover {
    border-color: #E54912 !important;
  background-clip: border-box;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px;
}

.mainlogo a img {
  width: 100% !important;  
}

#wordbreak a{
	word-break: break-word;
}

/* .home #onlyinhome{
	display: block;
}

#onlyinhome{
	display: none !important;
}

.home #onlyinotherpage{
	display: none ;
}

#onlyinotherpage{
	display: block !important;
} */

/* --- Home Page Element --- */
/* Hide everywhere by default */
#onlyinhome {
	display: none;
}

/* Show only when it is inside .home */
.home #onlyinhome {
	display: block;
}


/* --- Other Page Element --- */
/* Show everywhere by default */
#onlyinotherpage {
	display: block;
}

/* Hide only when it is inside .home */
.home #onlyinotherpage {
	display: none;
}


/* .elementor-9 .elementor-element.elementor-element-9687e75 .elementskit-navbar-nav > li.current-menu-item > a {
  color: #4E4B66 !important;
} */

/* #ekit-megamenu-other-page-menu ul li a.active-menu-item {
  color: #4E4B66 !important;
} */

.linkcolor ul li a span:hover{
	color: #E54912 !important
}

#menu-item-693 a {
  color: #4E4B66 !important;
}

#menu-item-693 a:hover {
  color: #E54912 !important;
}

.privacy-policy .ftrgintouch .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

  .contact-item {
      display: flex;
      align-items: center;
      gap: 16px;
      font-family: "DM Sans", Sans-serif;
    }

    .email-icon {
      width: 24px;
      height: 24px;
      color: #b3b3b3;
    }

    .email-link {
      color: #B4B4B4;
      text-decoration: none;
      font-size: 15px;
      letter-spacing: -0.2px;
      transition: color 0.2s ease;
      font-family: "DM Sans", Sans-serif;
    }

    .email-link:hover {
      color: #B4B4B4;
    }
    
        .location-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      max-width: 450px;
      font-family: "DM Sans", Sans-serif;
    }

    .location-icon {
      width: 24px;
      height: 24px;
      color: #B4B4B4;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .address-text {
      color: #B4B4B4;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.2px;
      font-family: "DM Sans", Sans-serif;
    }
    
#ftrlogo img {
  width: auto !important;
}