:root {
	--primary: #E91D27;
/* 	--primary: #3D4C5B; */
	--secondary: #54595F;
	--text: #7A7A7A;
/* 	--camel-d4: #3d78b3;
	--camel-c4: #3d78b3; */
	--camel-d4: #E91D27;
	--camel-c4: #E91D27;
	
	--green-8f: #3d78b3;;
	--green-7a: #3d78b3;;
	--white: #fff;
	--white-op08: #fffc;
	--white-fbf5: #fbf5e9;
	--white-f8: #f8f8f8;
	--black: #000;
	--black-2a34: #2a3440;
	--yellow: #f5a623;
	--blue-1e: #1E3653;
	--radius-5: 5px;
	--radius-10: 10px;
	--radius-12: 12px;
	--radius-15: 15px;
    --radius-20: 20px;
	--radius-50: 50px;
	--radius-100: 100%;
	--border: #90a29b1a;
	--shadow-25: 0 8px 25px rgba(61, 75, 92, .1), 0 4px 10px rgba(0, 0, 0, .05);
}
.camel-d4 { color: var(--camel-d4); }
.mb-0 { margin-bottom: 0!important; }
.elementor-heading-title { font-family: "Montserrat", Sans-serif!important; }
body, .elementor-widget-text-editor, p  { font-family: "Open Sans", Sans-serif!important; }
/* General */
.hover-left { transition: all .3s ease; }
.hover-left:hover { transform: translateX(4px); }
.hover-top { transition: all .4s ease; }
.hover-top:hover { transform: translateY(-4px); }
.text-shadow { text-shadow: 0 4px 20px rgba(0, 0, 0, .8), 0 2px 8px rgba(61, 75, 92, .9); }
.text-shadow-bg-dark { text-shadow: 0 2px 8px rgba(0, 0, 0, .3);}
.gradient-camel { color: var(--camel-d4); text-shadow: 0 4px 20px rgba(0, 0, 0, .9), 0 2px 8px hsla(34, 42%, 71%, .6); }
.btn-theme .elementor-button {
    background-color: var(--primary)!important;
    box-shadow: 0 4px 0 var(--yellow);
    border-radius: var(--radius-15);
    transition: all .3s ease;
}
.btn-theme.btn-green .elementor-button { background-color: var(--white)!important; color: var(--primary)!important; }
.btn-theme.radius-12 .elementor-button { border-radius: var(--radius-12) }
.btn-theme .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--yellow);
    color: #fff;
}
.btn-gradient-green .elementor-button {
   background: linear-gradient(135deg, var(--primary) 0, var(--primary) 100%);
   border-radius: var(--radius-12);
   transition: all .3s ease;
   padding: 9px 20px!important;
}
.btn-gradient-green .elementor-button:hover {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary) 100%);
    transform: translateY(-2px);
}
.btn-banner .elementor-button  {
    position: relative;
    border: 2px solid transparent;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .3);
    gap: .5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    padding: 1.2rem 3rem;
    border-radius: var(--radius-12);
    font-size:  19px;
    font-weight: 700;
    overflow: hidden;
}
.btn-banner-primary .elementor-button {
    background: linear-gradient(135deg, #3d4b5c 0, #2a3440 100%);
    border-color: hsla(0, 0%, 100%, .4);
}
.btn-banner-primary .elementor-button:hover {
    box-shadow: 0 12px 40px rgba(61, 75, 92, .5);
    background: linear-gradient(135deg, #2a3440 0, #3d4b5c 100%);
    color: #fff;
}
.btn-banner-green .elementor-button {
    background: linear-gradient(135deg, #8fa19a 0, #7a8b84 100%);
    border-color: hsla(0, 0%, 100%, .4);
    font-weight: 600;
    color: #fff;
}
.btn-banner-green .elementor-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px hsla(157, 9%, 60%, .4);
    background: linear-gradient(135deg, #7a8b84 0, #8fa19a 100%);
    color: #fff;
}
.btn-banner-camel .elementor-button {
    background: linear-gradient(135deg, #d4b896 0, #c4a586 100%);
    border-color: #d4b896;
    color: #3d4b5c;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    text-shadow: none;
}
.btn-banner-camel .elementor-button:hover {
    background: linear-gradient(135deg, #c4a586 0, #d4b896 100%);
    box-shadow: 0 12px 40px hsla(34, 42%, 71%, .5);
    color: #2a3440;
}
.btn-banner .elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2) 50%, transparent);
    transition: left .6s ease;
}
.btn-banner .elementor-button:hover:after { left: 100%; }
/* Header */
/* Sticky Header */
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--white)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: 0 0 5px 0 #778591;
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}
/* Footer */
/* Home */
.banner-primary-box {
    background: rgba(61, 75, 92, .25);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: var(--radius-12);
    padding: 1.25rem 1.5rem;
    border: 1px solid hsla(0, 0%, 100%, .3);
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2), 0 2px 8px rgba(61, 75, 92, .3);
    border-left: 4px solid var(--primary);
    background: rgba(61, 75, 92, .3);
}
.banner-primary-box:hover {
    background: rgba(61, 75, 92, .4);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .3);
    border-color: hsla(0, 0%, 100%, .5);
}
.banner-primary-box svg { filter: brightness(0) invert(1);}
.banner-green-box {
    border-left: 4px solid #8fa19a;
    background: hsla(157, 9%, 60%, .25);
}
.banner-green-box:hover { background: hsla(157, 9%, 60%, .35); }
.banner-camel-box { border-left: 4px solid #d4b896; background: hsla(34, 42%, 71%, .2); }
.banner-camel-box:hover{ background: hsla(34, 42%, 71%, .3); }
.about-img {
    width: 100%;
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: var(--radius-20);
    overflow: hidden;
    box-shadow: var(--shadow-25);
    transform: rotate(-2deg);
    transition: all .4s ease;
}
.about-img:hover { transform: rotate(0deg) scale(1.02); box-shadow: 0 20px 60px rgba(61, 75, 92, .15); }
.about-icn-box {
    border-radius: var(--radius-15);
    border: 1px solid hsla(157, 9%, 60%, .15);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(61, 75, 92, .08);
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 16px 25px;
}
.about-icn-box:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(61, 75, 92, .12);
    background: hsla(0, 0%, 100%, .98);
    border-color: hsla(157, 9%, 60%, .25);
}
.about-icn-box .elementor-icon-box-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary) 0, var(--primary) 100%);
    border-radius: var(--radius-12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s ease;
}
.about-icn-box:hover .elementor-icon-box-icon {
     background: linear-gradient(135deg, var(--camel-d4) 0, var(--camel-d4) 100%);
    color: #3d4b5c;
    transform: scale(1.1);
} 
.about-icn-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #8fa19a 0, #d4b896 100%);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .3s ease;
}
.about-icn-box:hover:before { transform: scaleY(1); } 
.price-box {
    padding: 20px 10px;
    border-top-color: #5d7a8b;
    background-color: var(--white);
    border-radius: var(--radius-15);
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(61, 75, 92, .1), 0 4px 10px rgba(0, 0, 0, .05);
    transition: all .3s ease;
    position: relative;
    border: 1px solid hsla(157, 9%, 60%, .1);
    height: 100%;
}
.price-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(61, 75, 92, .15), 0 8px 20px rgba(0, 0, 0, .08);
    border-color: hsla(157, 9%, 60%, .2);
}
/* .price-list { min-height: 250px; } */
.products-feature ul li { display: none; }
.products-feature ul li:nth-child(-n+4) { display: list-item;}
.show-more-btn {
    background-color: transparent;
    color: var(--green-8f);
    padding: 0;
    text-align: center;
    width: 100%;
    box-shadow: none;
}
.show-more-btn:hover {
    background-color: transparent;
    color: var(--green-8f);
    text-decoration: underline;
}
.products-feature button:focus { background-color: transparent; color: var(--green-8f); }
.products-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products-feature li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.products-feature li:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/09/check.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 5px;
}
.price-box.popular {
    border: 2px solid var(--primary);
    border-top: 4px solid var(--primary);
    box-shadow: 0 12px 35px hsla(34, 42%, 71%, .2), 0 6px 15px rgba(0, 0, 0, .08);
}
.contact-list-col .elementor-widget-wrap {
    background: hsla(0, 0%, 100%, .15);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-15);
    padding: 32px!important;
    border: 1px solid hsla(0, 0%, 100%, .25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
}
.contact-detail-box {
    border-radius: var(--radius-15);
    border: 1px solid hsla(157, 9%, 60%, .15);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(61, 75, 92, .08);
    background: hsla(0, 0%, 100%, .12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
}
.contact-detail-box:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(61, 75, 92, .12);
    background: hsla(0, 0%, 100%, .12);
    border-color: hsla(157, 9%, 60%, .25);
}
.contact-detail-box .elementor-icon-box-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary) 0, var(--primary) 100%);
    border-radius: var(--radius-12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s ease;
}
.contact-detail-box:hover .elementor-icon-box-icon {
    background: linear-gradient(135deg, var(--camel-d4) 0, var(--camel-d4) 100%);
    color: #3d4b5c;
    transform: scale(1.1);
} 
.cform-list-col .elementor-widget-wrap { padding: 32px!important; }
.c-form input, .c-form textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 2px solid #f0efeb;
    border-radius: var(--radius-12);
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fefefe;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(61, 75, 92, .05);
}
.c-form input:hover, .c-form textarea:hover {
    border-color: hsla(157, 9%, 60%, .6)!important;
    background-color: var(--white)!important;
    box-shadow: 0 3px 8px rgba(61, 75, 92, .08);
}
.article_box {
    background: linear-gradient(135deg, #f8fbff, #fff);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(25, 118, 210, .08);
    border: 1px solid rgba(135, 206, 235, .2);
    transition: all .3s ease;
    cursor: pointer;
}
.article_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(25, 118, 210, .15);
 }
.article_box .elementor-image-box-img { height: 200px; width: 100%; }
.article_box img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .4s ease;
 }
.article_box:hover img  { transform: scale(1.1); }
.article_box .elementor-image-box-content { padding: 32px 20px; }
.btn-readmore {
    background: transparent;
    color: var(--blue-1e);
    border: 0;
    padding: 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin-top: 20px;
}
.btn-readmore:hover {
   background: transparent;
    color: var(--camel-d4);
}
.team-icn-list  {
    list-style: none; 
    padding: 0;
    margin: 30px 0 0 0;
}
.team-icn-list li {
    background: hsla(157, 9%, 60%, .1);
    color: #8fa19a;
    padding: .5rem 1rem;
    border-radius: var(--radius-15);
    margin-bottom: 10px;
    width: fit-content;
    margin: 0 auto 15px auto;
    color: #8fa19a;
}
.service-icn-box .elementor-icon-box-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.service-icn-box.popular-ser .elementor-icon-box-icon { background: linear-gradient(135deg, #d4b896 0, #c4a582 100%); }
.service-icn-box {
    transform: translateX(0px)!important;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
} 
.service-icn-box.about-icn-box:before { display: none; }
.service-icn-box .elementor-icon-box-title { min-height: 60px; }
.service-feature { min-height: 150px!important; }