/*
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.3.0.1737727036
Updated: 2025-01-24 13:57:16

*/

span.read-more a {
    border-radius: 100px;
    padding: 8px 25px !important;
}
#g-gallery .gallery-icon img{
    width: 100%;
}
@media (min-width: 1024px) {
    #g-gallery #gallery-1 {
      column-count: 4;
      column-gap: 0px;
    }
}
@media (min-width:361px) and (max-width:1024px) {
    #g-gallery #gallery-1 {
      column-count: 3;
      column-gap: 0px;      
    }  
}
@media (max-width:360px) {
    #g-gallery #gallery-1 {
      column-count: 3;
      column-gap: 0px;      
    }  
}
@media (max-width:768px) {
.wpcf7-submit {
    width: 80% !important;
	}
}
 
 
.page-header {
    background: #FFC43326;
    color: #5a3422;
    padding: 25px 0;
    border-top: 4px solid;
}
.header-container {
    padding: 20px 15px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-breadcrumb a {
    font-weight: 500;
}
h3.elementor-icon-box-title {
    margin: 0;
}
.service-btn {
    display: none;
}
div#service-box:hover .service-btn {
    display: block;
}
footer nav ul li a {
    border-bottom: 1px dashed #ffffff52;
    padding-left: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.wpcf7-form td {
    padding: 0;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form label {
    width: 100%;
}
.wpcf7-form tr {
    border: none !important;
}
.wpcf7-form td {
    border: none !important;
}
.wpcf7-form td {
    background-color: transparent !important;
}
.wpcf7-form td {
    padding: 1px 14px 1px 0;
}
.wpcf7-submit {
    width: 50%;
    border: none;
}
.wpcf7-submit {
    width: 50%;
    border: none;
    font-size: 20px;
    margin-top: 12px;
}
.wpcf7-form input, textarea {
    background: #fff6e0;
}
.rt-grid-item {
    margin: 0 !important;
}
.rt-grid-item .rt-holder {
    border-radius: 15px;
}
 
 
section.service-slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
 
.service-slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
 
.service-slider .swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
 
.service-slider .swiper-slide-active {
  filter: blur(0px);
}
 
.service-slider .swiper-pagination-bullet,
.service-slider .swiper-pagination-bullet-active {
  background: #fff;
}
 
.service-slider .swiper-slide h2 {
  color: #ffc433;
  font-size:25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
  z-index: 999999!important ;
}
.service-slider .swiper-slide a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
padding: 0 25px 45px 25px;
z-index: 999999!important ;
}
.service-slider .swiper-slide a:hover {
  color:  #ffc433;
}
.service-slider .swiper-3d .swiper-slide-shadow-left,
.service-slider .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-slide > div {
    padding-bottom: 20px;
}
.swiper-slide {
    position: relative;
    z-index: -1 ;
}
.swiper-slide:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    background: #000;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9416141456582633) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
