/*
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.6.1771419340
Updated: 2026-02-18 12:55:40

*/

/* Common Css */
section, div{
scroll-margin-top: 5rem;
}
 
html {
scroll-padding-top: 5rem;
}
.elementor-heading-title span {
    font-weight: bold;
}
.partner-tabs .e-n-tabs-heading {
    width: 100%;
    max-width: fit-content;
    background: #EDEDED;
    margin: 0 auto;
    padding: 6px;
    border-radius: 30px;
}
p:last-child {
	margin-bottom: 0;
}

/* Custom Form */
.custom-contact-form .elementor-form .elementor-form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(10,1fr);
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
    grid-column: span 4;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
	grid-row: 1;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
	grid-row: 2;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
	grid-row: 3;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-type-textarea {
    grid-column: span 6;
    grid-row: span 3;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:last-child {
    grid-column: 5/12;
    margin-top: 15px;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-type-textarea textarea {
    height: 100%;
}
.custom-contact-form .elementor-form .elementor-size-lg {
    min-height: 69px;
    padding: 20px 30px;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group :placeholder {
	opacity: 1;
}
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group input::placeholder,
.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group textarea::placeholder {
    opacity: 1;
}

.elementor-widget 
.elementor-icon-list-item:not(:has(a)) {
    pointer-events: none;
}
/* .project-readmore-btn a.elementor-button:before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 1000%;
    height: 2000%;
    background: transparent;
} */

/* Block Tabs */

.approach-tab.active {
    opacity: 1;
    color: var(--e-global-color-accent);
    font-weight: 600;
}
.approach-tab * {
	transition: all ease 0.4s;
}
.approach-tabs .e-n-tabs .e-n-tabs-heading button * {
	transition: all ease 0.3s;
}
/* .approach-tabs .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] * {
    font-size: 45px;
    line-height: 57px;
    font-weight: 700;
} */

.right-content-wrapper {
    height: 300px !important;
    overflow-y: auto !important;
}
.right-content-wrapper::-webkit-scrollbar {
  width: 5px;
}

.right-content-wrapper::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #EFEFEF;
}
 
.right-content-wrapper::-webkit-scrollbar-thumb {
  background: #8B8B8B; 
  border-radius: 8px;
}
.approach-content-block {
    opacity: 0.3;
    transition: all ease 0.3s !important;
	cursor: pointer;
}
.approach-content-block:first-child,
.approach-content-block:hover {
    opacity: 1;
}

.right-content-wrapper {
    counter-reset: approach-count;
}
.approach-content-block:after {
    content: '';
    position: absolute;
    left: -90px;
    top: auto;
    bottom: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #C1DAC8;
	opacity: 1;
}
.approach-content-block:last-child:after {
	display: none;
}
.sticky-scroll-wrapper .approach-content-block:before {
    counter-increment: approach-count;
    content: counter(approach-count) !important;
    position: absolute;
    left: -97px;
    top: 0;
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    display: block !important;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    font-family: 'Poppins';
}



@media(max-width: 1024px) {
/* 	.approach-tabs .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] * {
		font-size: 40px;
		line-height: 52px;
	} */
	.sticky-scroll-wrapper .scroll-tabs-container {
		position: sticky !important;
		top: 113px;
		z-index: 1;
	}
	.sticky-scroll-wrapper .approach-content-block:before {
		left: -55px;
		top: 10px;
		font-size: 24px;
		line-height: 28px;
	}
	.approach-content-block:after {
		left: -50px;
		bottom: -25px;
		height: calc(100% - 20px);
	}
	.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:last-child {
		grid-column: span 12;
	}
	.approach-tabs .e-n-tabs .e-n-tabs-heading button {
		max-width: fit-content;
	}
}
@media(max-width: 768px) {
	.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
		grid-column: span 10;
		margin-top: 15px;
		margin-top: 0;
        margin-bottom: 15px !important;
	}
	.custom-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-type-textarea {
		grid-column: span 10;
	}
	.custom-contact-form .elementor-form .elementor-size-lg {
		min-height: 59px;
		padding: 10px 25px;
	}
	.sticky-scroll-wrapper .scroll-tabs-container {
		top: 89px;
	}
/* 	.approach-tabs .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] * {
		font-size: 26px;
		line-height: 32px;
	} */
	.sticky-scroll-wrapper .approach-content-block:before {
		left: -29px;
		top: 2px;
		font-size: 24px;
		line-height: 28px;
	}
	.approach-content-block:after {
		left: -25px;
		bottom: -15px;
		height: calc(100% - 20px);
	}
	.approach-content-block .elementor-position-inline-start.elementor-widget-icon-box .elementor-icon-box-title {
		margin-top: 0;
	}
	
}