/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777291154
Updated: 2026-04-27 11:59:14

*/

header#masthead {
    background-color: #fff;
    position: sticky !important;
    top: 0;
}
header#masthead .hfe-site-logo-container {
    display: flex;
}
.cus_black a {
    color: #000 !important;
}
.cus_white a {
    color: #fff !important;
}
.cus_flex .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
}
.wpcf7-form {
    font-family: 'Inter', sans-serif;
    width: 100%;
}
.wpcf7-form label {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.wpcf7-form-control {
    border: 1px solid #ddd !important;
    font-size: 14px;
    margin-top: 10px;
    outline: none;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-transition: 0.3s ease !important;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    width: 100% !important;
    padding: 12px 14px !important;
}
.wpcf7-form-control:focus {
    border-color: #000;
    -moz-box-shadow: 0 0 0 1px #000;
    -webkit-box-shadow: 0 0 0 1px #000;
    -o-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}
.wpcf7-form p {
    margin-bottom: 18px;
}
[type=submit], .wpcf7-submit {
    border: none !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #c15758 !important;
    color: #fff;
    -moz-transition: 0.3s ease !important;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    width: 100% !important;
    text-transform: uppercase;
    cursor: pointer !important;
    padding: 12px 14px !important;
}
.wpcf7-submit:hover {
    background-color: #000 !important;
}
.wpcf7-form-control::placeholder {
    color: #999;
}
.wpcf7-response-output {
    font-size: small;
    color: #000;
    font-family: inherit;
    margin: 10px 0 0 !important;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-form p:last-of-type {
    margin-bottom: 0 !important;
}
.wpcf7-textarea {
    height: 100px;
    resize: none;
}
.wpcf7 select {
  color: #000;
}

.wpcf7 select:invalid {
  color: #969595;
}

.wpcf7 select option {
  color: #000;
}

.wpcf7 select option:first-child {
  color: #969595;
}
.wpcf7-form-control-wrap {
    display: block;
}
.cus-row-2 {
  display: flex;
  gap: 15px;
}

.cus-row-2 .cus-col {
  width: 50%;
}


.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;             
    margin-top: 14px;
    padding: 0;
}

.slick-dots li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.slick-dots li button {
    font-size: 0 !important; 
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #bdbdbd;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: poDM Sans;
}
.slick-dots li.slick-active button {
    background: #c15758;
}
.slick-dots li button:focus,
.slick-dots li button:active {
    outline: none !important;
    box-shadow: none !important;
}
.slick-dots li button:before {
    content: '' !important;
}
ul.slick-dots {
    padding: 0 !important;
}



span.cus_span {
    color: #ff5758;
}
@media (max-width: 767px) {
  .cus-row-2 {
    flex-direction: column;
	    gap: 0px;
  }

  .cus-row-2 .cus-col {
    width: 100%;
  }
	.cus_scroll {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.cus_scroll_child {
    flex: 0 0 auto;
    display: block;
}

.cus_scroll_child:nth-child(odd) {
    min-width: 140px;
}

.cus_scroll_child:nth-child(even) {
    min-width: 70px;
}

.cus_scroll::-webkit-scrollbar {
    height: 6px;
}
.cus_scroll::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}
.cus_scroll::-webkit-scrollbar {
    height: 6px;
    background: #eee;
}

.cus_scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.cus_scroll::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}
}