.elementor-3191 .elementor-element.elementor-element-e7ca929.elementor-element{--flex-grow:1;--flex-shrink:1;}.elementor-3191 .elementor-element.elementor-element-6514236{--spacer-size:50px;}.elementor-3191 .elementor-element.elementor-element-6733583{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for home-1-slider, class: .elementor-element-e7ca929 *//* Style specific menu items as buttons */
#menu-item-1172 a,
#menu-item-1173 a {
  background-color: #007bff; /* Button background color */
  color: #fff !important; /* Text color */
  padding: 10px 20px; /* Space inside the button */
  border-radius: 6px; /* Rounded corners */
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Hover effect */
#menu-item-1172 a:hover,
#menu-item-1173 a:hover {
  background-color: #fff;
  color: #007bff !important;
  border-color: #007bff;
}

/* Add spacing between each button */
#menu-item-1172,
#menu-item-1173 {
  margin-left: 10px;
}
/* All three menu buttons - Green theme */
#menu-item-1172 a,
#menu-item-1173 a,
#menu-item-1174 a {
  background-color: #28a745; /* Green */
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-block;
}

/* Hover Effect */
#menu-item-1172 a:hover,
#menu-item-1173 a:hover,
#menu-item-1174 a:hover {
  background-color: #fff;
  color: #28a745 !important;
  border-color: #28a745;
}

/* Add spacing between buttons */
#menu-item-1172,
#menu-item-1173,
#menu-item-1174 {
  margin-left: 10px;
}


/* ===== Banner Section (Custom Responsive Banner) ===== */
.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Set your banner height here */
.banner-section .slide-item {
    position: relative;
    height: 300px; /* 👈 Change height as you want (e.g., 500px or 100vh) */
}

/* Background image styling */
.banner-section .slide-item .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Center content vertically and horizontally */
.banner-section .content-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* makes content align based on section height */
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

/* Title */
.banner-section .content-box h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3em;
}

/* Subheading */
.banner-section .content-box p {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
    max-width: 800px;
}

/* Button styling */
.banner-section .btn-box .cs-btn-one {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #c9232a; /* brand color */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.banner-section .btn-box .cs-btn-one:hover {
    background-color: #a31921;
}

/* ===== Responsive Styles ===== */
@media (max-width: 991px) {
    .banner-section .slide-item {
        height: 450px;
    }
    .banner-section .content-box h1 {
        font-size: 36px;
    }
    .banner-section .content-box p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-section .slide-item {
        height: 380px;
    }
    .banner-section .content-box h1 {
        font-size: 26px;
    }
    .banner-section .content-box p {
        font-size: 15px;
    }
}
.cart-contents {
  display: none !important;
}

/* Move the heading and paragraph slightly upward */
.content-column .content-box {
    margin-top: -100px; /* adjust number as per your need */
}/* End custom CSS */