/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1775457936
Updated: 2026-04-06 06:45:36

*/

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


.mobile-navigation ul li a {
    text-transform: capitalize;
}
.elementor-button:focus{
	color: inherit !important;
}
.my-btn .elementor-button,
.my-btn-black .elementor-button{
  position: relative;
  overflow: hidden;
	top: 3px;
  transition: color 0.4s ease !important;
}
.my-btn .elementor-button::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 0;
  transition: height 0.4s ease;
  z-index: 0;
  opacity: 1;
	background-color: #000;
}
.my-btn-black .elementor-button::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 0;
  transition: height 0.4s ease;
  z-index: 0;
  opacity: 1;
	background-color: #FDAB3E;
}

.my-btn .elementor-button .elementor-button-content-wrapper,
.my-btn-black .elementor-button .elementor-button-content-wrapper{
  position: relative;
  z-index: 1;
}

.my-btn .elementor-button:hover::before,
.my-btn-black .elementor-button:hover::before{
  height: 100%;
}




/* Header Icon Box Css */
.header-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background: #000;
}

/* box */
.hw-box {
  display: flex;
  align-items: center;
  gap: 15px;
	text-decoration: none !important;
}

/* icon */
.hw-icon {
  position: relative;
  flex-shrink: 0;
}

.hw-icon svg {
  width: 100%;
  height: 100%;
}

/* content */
.hw-content {
  display: flex;
  flex-direction: column;
}

.hw-label {
  color: #f7a531;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hw-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 2px 0 0;
}


.site-header-section-center {
    justify-content: flex-start !important;
}


/* Responsive */
@media (max-width: 1024px) {
  .header-widget {
    gap: 30px;
  }

  .hw-content h4 {
    font-size: 18px;
  }
}

.hw-box {
  text-decoration: none;
  color: inherit;
}

/* optional hover effect */
.hw-box:hover .hw-content h4 {
  color: #f7a531;
}





#map {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  margin-top: 15px;
}

#searchInput {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.elementor-icon-list-item.active {
  background: orange;
  color: #fff;
  border-radius: 6px;
  padding: 8px;
}


/* Map Css */
.cme-list-wrap {
    background: transparent!important;
}
.cme-item,.cme-item:not(:last-child) {
    border: 1px solid #D4D4D4 !important;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #fff !important;
}
.cme-item.cme-active {
    background-color: #FDAB3E !important;
}
.cme-item.cme-active .cme-item-label {
    color: #000 !important;
}
span.cme-item-icon,.cme-search-wrap span.cme-search-icon {
    display: none!important;
}
.cme-search-wrap {
    padding: 0px !important;
    margin-bottom: 5px;
}
.cme-search-wrap input.cme-search {
    border: 1px solid #000000 !important;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: transparent !important;
}
.cme-search-wrap input.cme-search::placeholder {
    color: #000 !important;
    font-size: 18px !important;
}
.cme-city-list {
    scrollbar-color: #CCC transparent;
    padding-right: 5px;
}




@media (max-width: 768px) {
  .header-widget {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hw-box {
    gap: 12px;
  }

  .hw-icon {
    width: 50px;
    height: 50px;
  }

  .hw-content h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hw-label {
    font-size: 12px;
  }

  .hw-content h4 {
    font-size: 15px;
  }
}
