/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.custom-services-wrapper {
	display: flex;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
	/* background: #fafaf5;
	padding: 40px 0; */
}

.custom-service-box {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
	flex: 1 1 300px;
	max-width: 100%;
	text-align: left;
	transition: transform 0.3s ease;
}
.custom-service-box::before {
	position: absolute;
    right: 0;
    top: 0;
    content: url(assets/images/line-shape.png);
    display: inline-block;
    width: auto;
    height: 100%;
    margin-right: 0;
    z-index: 1;
}


.custom-service-box:hover {
	transform: translateY(-5px);
}

.custom-service-box .service-icon {
	width: 60px;
	height: auto;
	margin-bottom: 20px;
}

.custom-service-box h3 {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}

.custom-service-box p {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

.custom-service-box .read-more {
	display: inline-block;
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.custom-service-box .read-more span {
	margin-left: 5px;
	transition: margin 0.3s;
}

.custom-service-box .read-more:hover span {
	margin-left: 10px;
}
/* Bradcrumbs */
nav.rank-math-breadcrumb a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    /* border-bottom: 1px solid; */
}

.elementor-element.elementor-element-291051d.e-con-full.e-flex.e-con.e-child.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background-color: white;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.22);
}

nav.rank-math-breadcrumb {
    text-align: center;
}
nav.rank-math-breadcrumb a,
nav.rank-math-breadcrumb span.separator,
nav.rank-math-breadcrumb span.last {
    color: #abd9be;
}

@media (max-width: 991px) {
	.custom-services-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.custom-services-wrapper {
		grid-template-columns: 1fr !important;
	}
}

/* Sirf mobile screens par hide/show ka effect */
@media (max-width: 767px) {
  .read-more-box .more-text {
    display: none;
  }

  .read-more-box.active .more-text {
    display: block;
  }

  .read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #0073e6;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline; /* underline for click hint */
  }
  .service-sidebar {
		position: unset !important;
	}
}

/* Desktop pe full text by default */
@media (min-width: 768px) {
  .read-more-btn {
    display: none;
  }

  .read-more-box .more-text {
    display: block;
  }
}
