/*
Theme Name: Flux88 ORM Theme
Theme URI:  https://wordpress.org/themes/ny-orm/
Author: The WP Team
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider.
*/
.contact-mini-form textarea.wpcf7-textarea.form-control { height: 100px; }
li#menu-item-90 .dropdown-toggle:after, li#menu-item-103 .dropdown-toggle:after, li#menu-item-92 .dropdown-toggle:after, li#menu-item-91 .dropdown-toggle:after{ display:none; }
.navbar .navbar-nav .dropdown>.dropdown-menu> li >a {
    align-items: center;
    display: flex;
    font-weight: 500;
    padding: .25rem 1.5rem;
}
.contact-form-outer textarea.form-control{ height: 130px; }
.mt-20{ margin-top:20px; }
ul#menu-service_menu .dropdown-toggle:after, ul#menu-quick_menu .dropdown-toggle:after{display:none;}

ul#menu-service_menu li a:hover, ul#menu-quick_menu li a:hover {
    color: var(--bs-primary) !important;
}
.single-blog-outer .single-blog-image img{width:100%;}
.offcanvas-header img.img-responsive { width: 100px; }

.location-services a {
   display: block;
   height: 100%;
}

.location-services .service-card {
   transition: all 0.3s ease;
   cursor: pointer;
}

.location-services .service-overlay {
   opacity: 0;
   transition: opacity 0.3s ease;
}

.location-services a:hover .service-card {
   transform: translateY(-10px);
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
   border-color: #0e85ee !important;
}

.location-services a:hover .service-overlay {
   opacity: 0.05;
}

.location-services a:hover .service-icon {
   transform: scale(1.1);
   transition: transform 0.3s ease;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0px;
}	
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 12px;
  background: #fff;
  transition: 0.2s ease;
}
.features-list li:hover {
  border-color: #cdd5df;
  background: #f9fafb;
}
.features-list .icon {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-list .icon i {
  color: #3366ff;
  font-size: 16px;
}


/* city page form  */
section.city-hero .location-form-box {
    margin: 0px 0px 0px auto !important;
    width: 85%;
}

@media (max-width: 767px) {
    .city-hero .location-form-box {
        width: 100% !important;
        margin: 0 auto !important;
    }
	
	img.main-logo{
		    width: 60px;
            height: 60px;
	}
}

/* ===== Areas Location Cards ===== */
.areas-location-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.alc-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.alc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Image */
.alc-img {
  border-radius: 16px;
  overflow: hidden;
}

.alc-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Content */
.alc-body {
  position: relative;
  padding: 18px 6px 6px;
}

.alc-body h4 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e1e3f;
  margin: 0;
  padding-right: 50px;
}

/* Arrow Button */
.alc-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: #0e85ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background .3s ease;
}

.alc-card:hover .alc-arrow {
  background: #0b6fcc;
}
