/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com
 Description: Child theme for Hello Elementor
 Author: User
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/
.container {
    width:90%;
    margin: 0 auto;
}
a {text-decoration: none;}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: inherit !important;
    color: inherit !important;
}
section{
		margin-bottom:60px;
	}
	.section-header{
		max-width:800px;margin:0 auto;text-align:center;margin-bottom:25px;
	}
	.section__title{
    margin: 0 0 8px;	
	}
	.section__subtitle{
    font-size: 18px;		
	}
.cl-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.cl-hero__bg {
    width: 100%;
    min-height: 250px !important;
    object-fit: cover;
    display: block;
}
.cl-hero__inner-position {
 position: absolute;
    inset: 0;
	}
.cl-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    max-width: 750px;
    margin: 0;height:100%;
}

.cl-hero__title {
    font-size: 40px;
    margin: 0;

}

.cl-hero__subtitle {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
}

.cl-hero__actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;min-width:200px;
    transition: all 0.18s ease;
}

.cl-btn--primary {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.cl-btn--primary:hover {
    background: #000;color:#fff;
    border-color: #000;
}

.cl-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
	.cl-btn--thr{
	 border-color:rgba(51, 51, 51, 1);color:#333;max-width:200px;
	}
.cl-btn--ghost:hover {
    background: #e5e7eb;
}

.cl-btn--link {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: #111827;
    text-decoration: underline;
}
	.section__buttons{
		margin-top:28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	}
	.section__buttons>.cl-btn--primary{
    background: rgba(51, 51, 51, 1);
    color: #fff;
    border-color: rgba(51, 51, 51, 1);
	}
	.section__buttons>.cl-btn--ghost{
  color: #333;
    border-color: #000;
	}
.cl-card-grid {
    display: grid;
    gap: 24px;
}

.cl-card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.cl-card-grid--4 {
    grid-template-columns: repeat(4,1fr);
}

.cl-card__media img {
    display: block;
    width: 100%;
}

.cl-card__body {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cl-card__title {
    margin: 0;
}

.cl-card__excerpt {
    margin-top: 5px;
    color: rgba(119, 119, 119, 1);
    border-top: 1.5px solid #e1e1e1;
    padding-top: 10px;
}

.cl-card__bullets {
    margin: 0;
   padding-left:18px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    font-style: italic;
}
	.cl-card__bullets>li{
    padding-right: 30px;
	}
	.cl-card__bullets>li::marker{
		color:rgba(96, 108, 90, 1);
	}

.cl-card__btn {
    margin-top: auto;
}#back-to-top:hover,#back-to-top:focus{
    background-color: #333 !important;
    color: #fff !important;
}
@media (max-width: 1024px) {
    .cl-card-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
.container {
    padding: 0 15px;
    width: 100%;
}
    .cl-hero__subtitle {
        font-size: 16px;
    }
	.cl-hero__actions{
justify-content: center;	
	}
    .cl-card-grid--3,
    .cl-card-grid--4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.cl-hero__inner{
	text-align: center;	
	}
section {
    margin-bottom: 40px;
}
.section__subtitle {
    font-size: 16px;
}

	
	
	
	
	
	
	
	
	
}
