/*
Theme Name:        Flatsome Child
Theme URI:         http://flatsome.uxthemes.com/
Description:       Flatsome Child Theme
Author:            UX-Themes
Author URI:        http://www.uxthemes.com/
Template:          flatsome
Version:           1.0.0
Text Domain:       flatsome-child
*/

/***************
Add all your custom CSS modifications below this line
***************/
.page-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

/* .nav>li>a {
    font-size: .9em !important;
} */

 .text-center .star-rating {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.hero_banner_section  {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner .text-box {
    z-index: 999;
}


.nav > li > a {
    font-weight: 500 !important;
}


 .banner h1 {
	font-weight: 500 !important;
    font-size: 3em;
    line-height: 1.2;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}


@media (min-width: 850px) {
    .nav-divided>li+li>a:after {
        
        left: -0.6em !important;
    }
}


ul.menu>li+li, .widget>ul>li+li {
    border-top: unset !important;
}

.header-button a {
    
    border-radius: unset !important;
}

/* h1, h2, h3, h4, h5, h6 {
    
    margin-bottom: .0em !important;

} */

.social-icons i {

    min-width: 2em !important;

}

.header .nav-small a.icon:not(.button) {
    font-size: 1.3em !important;
    

}

i[class^="icon-"]{

line-height: unset !important;

}


.custom-sales-banner-wrapper .col {
    padding: 0 !important;
}

/*@media (min-width: 992px) {
    .col {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
} 

.pb-0 {
    padding-bottom: 60px !important;
} 

// Tablet View (e.g., iPads, Tablets up to 991px) 
/* @media (max-width: 991px) {
    .col {
        padding: 40px 15px 40px; 
    }

  // .pb-0 {
   // padding-bottom: 40px !important;
}

}

*/
@media (max-width: 767px) {
    .col {
        padding: 15px; 
    }

   .pb-0 {
    padding-bottom: 15px !important;
}

.offer_slider .text {
    font-size: 80% !important;
}



} 


.absolute-footer {
    color: #2f2728 !important;
    padding: 15px 0 15px !important;
}

span.widget-title {
    color: #2f2728;
}

span.space {
    padding: 0 10px;
}


/* --- Modern Contact Form 7 Style --- */

/* Form Container */

form {
    margin-bottom: 0em !important;
}

.wpcf7 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 30px;
    background: unset !important;
    box-shadow: unset !important;
}

/* Input & Textarea Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    font-size: 16px;
    color: #334155;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Textarea specific adjustment */
.wpcf7 textarea {
    height: 150px;
    resize: vertical;
}

/* Field Focus State (The glowing effect) */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #2f2728; /* Modern Indigo color */
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
    outline: none;
}

/* Labels Style */
.wpcf7 label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 4px;
}

/* Modern Submit Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 0;
    background-color: #2f2728; /* Matches focus color */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.2);
}

/* Button Hover & Active States */
.wpcf7 input[type="submit"]:hover {
    background-color: #2f2728;
}

.wpcf7 input[type="submit"]:active {
    transform: scale(0.98);
}

/* Validation & Response Messages */
.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 500;
}

.banner h2, .banner h3 {
    
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;

}

.banner h3 {

    font-size: 3em !important;

}


.ti-widget[data-layout-id='113'][data-set-id='light-minimal'] {
    
    text-align: left !important;
   
}


/* Fix and Modernize the Reason of Enquiry Dropdown */
.wpcf7 select {
    display: block;
    width: 100%;
    height: 48px; /* Gives the dropdown enough vertical breathing room */
    padding: 10px 16px !important;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    
    /* Clean up default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Custom Modern Dropdown Arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Dropdown Focus State */
.wpcf7 select:focus {
    border-color: #a89482; /* Soft premium beige/taupe tone matching your brand */
    outline: none;
    box-shadow: 0 0 0 3px rgba(168, 148, 130, 0.15);
}


.sticky-consultation-bubble {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #846a6e; /* Matches your site's premium taupe palette */
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  
  /* --- Entrance Animation Configuration --- */
  opacity: 0;
  animation: bubbleEntrance 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 1s; /* Delays entrance for 1 second after page load */
  
  /* Smooth transition handling for hover effects */
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Entrance Keyframes: Slides up from below and fades in */
@keyframes bubbleEntrance {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Subtle interactive hover effect */
.sticky-consultation-bubble:hover {
  background-color: #9c8b8a;
  transform: translateY(-3px); /* Slightly lifts on hover */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* Smooth scaling on mobile screens */
@media (max-width: 480px) {
  .sticky-consultation-bubble {
    bottom: 12px;
    right: 12px;
    padding: 10px 14px;
    font-size: 12px;
    max-width: calc(100% - 24px); /* Prevents the sticky button itself from ever causing overflow */
  }
}


.page-id-93 .sticky-consultation-bubble {
  display: none !important;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.large-9 {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

/* Force the container to be an unbroken horizontal row */
.custom-breadcrumbs .breadcrumb-list {
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important; /* Allows wrapping on small mobile screens so it doesn't break */
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
}

/* Ensure individual items stay inline side-by-side */
.custom-breadcrumbs .breadcrumb-item {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap; /* Prevents single words from breaking to a new line */
    margin: 0 !important;
    padding: 0 !important;
}

/* Add the forward slash between items */
.custom-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    display: inline-block !important;
    padding: 0 8px !important;
    color: #999 !important;
}

/* Link Styling */
.custom-breadcrumbs .breadcrumb-item a {
    color: #000000 !important;
    text-decoration: none !important;
}

.custom-breadcrumbs .breadcrumb-item a:hover {
    text-decoration: underline !important;
}

/* Current page text color */
.custom-breadcrumbs .breadcrumb-item.active {
    color: #2f2728 !important;
}