/* 
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 */
 body {
     margin: auto;
    /* font-family: Arial, sans-serif;
     background-color: #102637;
     color: white;
     */
}
 .slider-component {
     height: 1100px;
     width: 100vw;
    /* max-width: 1300px;
     */
     background-image: url('');
    /* background-position: right;
     */

     background-repeat: no-repeat;
     margin: -170px -10px auto;
     padding-top: 220px;
     transition: background-image 1.0s ease-in;
	 margin-bottom: -300px;
}
 .slider {
     position: relative;
     overflow: hidden;
     display: flex;
     width: 100%;
     min-height: 500px;
     max-width: var(--content-width);
}
 .slider-content {
     position: relative;
     width: 100%;
     padding: 3em;
}
 .image-content {
    /* position: relative;
     */
     position: absolute;
     top: 5em;
     right: 0px;
    /* flex: 1;
     */
     z-index:-1;
     background-size: cover;
     background-color: transparent;
     background-position: center;
     transition: background-image 0.5s ease-in-out;
}
 .image {
    /* width: 100%;
     height: 100%;
     */
    /* object-fit: cover;
     */
     transition: transform 0.5s ease-in-out;
    /* position: absolute;
     top: 150px;
     */
     position: relative;
     object-fit: contain;
     height: 15em!important;
     z-index: 0;
     border-radius: 100px 20px;
}
 .text-slider {
    /* flex: 1;
     */
     display: flex;
     width: 70%;
     overflow: hidden;
     z-index: 1;
}
 .text-slide {
     display: none;
     width: 100%;
}
 .text-slide.active {
     min-width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: transform 0.5s ease-in-out;
}
 .text-content {
     width: 100%;
     display: flex;
     flex-direction: column;
}
 .text-content h1 {
     margin-bottom: 5px;
     line-height: 0.85;
     color: #E7E5DF;
}
 #s-header {
    font-size: 4em;
    padding-bottom: 10px;
    line-height: 1em;
}
 .text-content p {
     font-size: inherit;
     font-weight: light;
     color: #E7E5DF;
     margin-bottom: 5px;
     max-width: 70%;
}
 .text-content a {
     text-decoration: none;
}
 .cta-btn {
     margin-top: 25px;
}
 a.button {
     fill: #C39E85;
     display: flex;
     width: fit-content;
     background-color: transparent;
     border: 2px solid #C39E85;
     padding: 10px 20px;
     border-radius: 5px;
     color: #C39E85;
     font-size: 15px;
     font-weight: 400;
     cursor: pointer;
     transition: background-color 0.4s, color 0.3s;
}
 a.button:hover {
     background-color: #C39E85;
     fill: white;
     color: white!important;
}
 a.button:hover .text {
     color: white!important;
}
 .navigation {
     padding: 0px 50px;
     position: absolute;
     width: 100%;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     gap: 20px;
}
 #items {
     width: 25% 
}
 .nav-dot {
     width: 100%;
    /* height: 10px;
     */
     cursor: pointer;
     background:#fff;
     margin: 10px 0px 20px;
     transition: background-color 0.3s;
}
 .nav-line {
     padding: 1px;
     border-radius: 5px;
     background-color: white;
     transition: background-color 0.3s;
}
 .nav-dot.active .nav-line {
     background-color: #C39E85;
}
 .nav-des {
     color: white;
}
 .nav-des.active {
     color: #C39E85;
}
 .fade {
     opacity: 1;
     transition: opacity 0.5s ease-in-out;
}
 .fade-out {
     opacity: 0;
}
 .fade-in {
     opacity: 1;
}

.elementor-maintenance-mode #ftr-our-team {
	display:none;
}
.toggle-sec .elementor-toggle-icon {
    width: 16px;
}
.toggle-sec .elementor-toggle-title, .toggle-sec .elementor-tab-content > * {
    width: calc(100% - 16px);
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.ftr-w-auto {
    width: auto;
}
#ftr-sec p {
	margin-bottom:0;
}
.meet_fac_slide .e-loop-item {
    transition: 0.3s ease all;
}
.meet_fac_slide .elementor-swiper-button svg {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}



@media only screen and (min-width: 601px) {
	.nav-des h6 {
		font-size: 17px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 1981px) {

	.slider-component {
		background-position: 41vw;
		background-size: 35vw;
	}
}
@media only screen and (max-width: 1980px) and (min-width: 1701px) {
	.slider-component {
	  background-position: 46vw -4vw;
	  background-size: 37vw;
	}
}
@media only screen and (max-width: 1700px) {
	.slider-component {
	  background-position: 47vw -5vw;
	  background-size: contain;
	}
}


 @media only screen and (max-width: 1200px) {
	#s-header {
		font-size: 3em;
		word-wrap: break-word;
	}
	 .slider-component {
        background-position: 47vw -8vw;
	 }

}
 @media only screen and (max-width: 979px) {
    #s-header {
        font-size: 2.80em;
	}
	#popup-form .elementor-form-fields-wrapper .elementor-field-label {
		padding-bottom: 7px;
	}
	.slider-content {
		padding: 0;
	}
	 .navigation {
    	padding: 0;
	 }
}
 @media only screen and (max-width: 767px) {
  .slider-component {
        background-position: 48vw 50%;
        background-size: contain;
	  	margin: -170px 0px 0;
        height: auto;
  }
	 .navigation {
    	padding: 0;
	 }
	 .slider {
		min-height: 432px;
	 }
	#hp-first-row {
	  padding: 0;
	}
	#ftr-logo-col {
	  display: block;
	}
	 #ftr-logo img {
		 max-width:253px;
		 min-width:150px;
	 }
	#hdr-sec .elementor-element[data-element_type="container"] {
		justify-content: space-between;
	}
	#hdr-sec .col2 {
		order: 3;
		align-content: center;
	}
	#hdr-sec .col3 {
		align-content: center;
	}
	.ftr-w-auto {
		width: 100%;
	}
	.ftr-lst li.elementor-icon-list-item span {
		text-align: center;
	}
	.ftr-lst li.elementor-icon-list-item {
		width: 100%;
	}
	 .ftr-lst ul {
		 gap: 6px;
	 }
	#popup-form .elementor-form-fields-wrapper .elementor-field-label {
		padding-bottom: 5px;
	}
}


 @media only screen and (max-width: 600px) {
     .text-slider {
         width: 100%;
    }
     .slider-component {
         background-image: url('https://c1.mandudev.online/wp-content/uploads/2024/07/better-futures-no-omg.webp');
    }
     .slider {
		min-height: 0;
		padding-right: 80px;
        flex-direction: column;
    }
     #s-header {
         font-size: 2.8125em;
         margin-bottom: 16px;
    }
     .text-content p {
         font-size: 1.6875em;
         max-width:100%;
         line-height: 32px;
    }
     #items {
         width: 50% 
    }
     #items:nth-child(3) {
        /* display: none;
         */
    }
     .image-content {
         display:none;
    }
     .elementor-kit-8 h6 {
         font-size: 15px;
    }
     .slider-content .cta-btn {
         margin-top: 20px;
    }
     .navigation {
		 gap: 2px;
         position: relative;
		 flex-direction: column;
    }
	.slider-component {
        margin: -170px 0px auto;
    	height: auto;
    }
	.nav-dot {
	  margin: 0;
	}
	.slider-component     .text-content p {
        font-size: 15px;
        line-height: 20px;
    }
	.slider-content {
		padding: 0px 0 10px 0;
		margin-bottom: 21px;
	}
	 .navigation {
    	padding: 10px 0 0;
	 }
	 
}
@media only screen and (max-width: 479px) {
    #items {
        width: 100%;
    }
	#s-header {
        font-size: 31px;
	}
	#hdr-sec .col3 a.elementor-button {
		padding: 12px 11px 10px;
	}
	#hdr-sec .col3 a.elementor-button .elementor-button-content-wrapper {
		gap: 9px;
	}
     #items {
         width: 100% 
    }
	.hp-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
    .slider {
        padding-right: 60px;
	}
}
 .nav-line {
     padding: 1px;
     border-radius: 5px;
     background-color: white;
     transition: background-color 0.3s;
     height: 2px;
    /* Adjust the height as needed */
     width: 100%;
}
 .nav-dot.active .nav-line {
     background-color: #C39E85;
     animation: fillProgress 8s linear infinite;
}
 @keyframes fillProgress {
     from {
         width: 0;
    }
     to {
         width: 100%;
    }
}

.no-results {
    padding: 20px;
    text-align: center;
    font-size: 18px;
	font-weight:600;
    color: #000 !important;
}

.insight-content .acf-fields img{
	height:100%;
}
.elementor-kit-8 a:hover {
	color:#C39E85;
}