:root {
    --bs-primary: #0d6efd;
    --bs-secondary: #54b250;
}
.el-pagebuilder-page-edit {
    top: 7% !important;
}
body{
    background-color: #fff;
}
.tg-btn {
    user-select: none;
    background: var(--bs-primary) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 25px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all .3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 100px;
    --arrow-hover-move-x: -110%;
    gap: 10px;
    z-index: 1;
    position: relative;
    border: none;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.tg-btn svg path {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.tg-btn svg path:nth-of-type(1) {
    transform: translate(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.tg-btn svg path:nth-of-type(2) {
    transform: translate(calc(1 * var(--arrow-hover-move-x)));
    opacity: .5;
    transition-delay: 0s,0s
}

.tg-btn:hover svg path:nth-of-type(1),.tg-btn:focus-visible svg path:nth-of-type(1) {
    transform: translate(calc(-1 * -110%));
    opacity: 0;
    transition-delay: 0s,0s
}

.tg-btn:hover svg path:nth-of-type(2),.tg-btn:focus-visible svg path:nth-of-type(2) {
    transform: translate(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.tg-btn:hover:before, 
.tg-btn:focus-visible:before {
    top: -40%;
}
.tg-btn:before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #01022e;
    transform: translate(-50%);
    border-radius: 50%;
    z-index: -1;
}
.tg-btn:hover, 
.tg-btn:focus-visible {
    background: var(--bs-primary);
    color: #ffffff;
    border-color: var(--bs-primary);
}
.tg-btn svg {
    transition: all .3s ease-out 0s;
}

.tg-btn-two {
    background: var(--bs-secondary);
}
.tg-btn-two:hover, 
.tg-btn-two:focus-visible {
    background: var(--bs-secondary);
    color: #ffffff;
    border-color: var(--bs-secondary);
}
.btn-small {
    padding: 12px 24px;
    font-size: 15px;
}
/* end btn  */
.mn-counterup-single p{
    font-size: unset;
    font-weight: unset;
}
.header-two .nav-wrapper ul li a,
.header-two .nav-wrapper ul li.has-submenu::after {
    color: #001042;
}
.sticky-header.header-two{
    background-color: #fff;
}
.h5-footer-address li+li {
    margin-top: 10px;
}
.border-botom-1{
    border-bottom: 1px solid #5c5c5c !important;
}
.sticky-header.header-two{
    background-color: #fff;
}
.mn-counterup-single p{
    font-size: unset;
    font-weight: unset;
}
.hm-contact-form select {
    width: 100%;
    padding: 22px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
}
select:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}
.h5-footer-address li+li {
    margin-top: 10px;
}
.hm9-apps-card{
    padding: 20px 10px;
}
.sh-feature-list ul li{
    font-weight: unset;
}
.text-justify {
    text-align: justify;
}
ul.list-disc {
    padding-left: 1rem;
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem !important;
}
ul.list-disc li {
    padding-right: 20px;
}
.h5-service-box h4:hover{
    color: #001042;
}
.sh-feature-list ul li{
    font-weight: unset;
}
.mod-features li{
    padding: .25rem .7rem;
    border-radius: 50px;
    font-size: .72rem;
    background: #e8ebfd;
    font-weight: 500;
    color: var(--bs-body-color);
}
.vps-ft-item-content p{
    margin-bottom: 0;
}
.sticky-header{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}
.header-two .nav-wrapper ul li a.active {
    color: var(--bs-secondary);
}
.header-two .nav-wrapper ul li:hover>a{
    color: var(--bs-secondary);
}
.card-23-item img {
    max-height: 150px;
    width: 250px;
    object-fit: contain;
}
.footer-widget .footer-nav li a, 
.h5-footer-address li a {
    color: #666666;
}
.footer-widget .footer-nav li a:hover,
.h5-footer-address li a:hover {
    color: var(--bs-primary);
}
.hm7-counter-circle .counter-circle-wrapper{
    background-color: var(--bs-primary);
}
.hero {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 8rem 0 4rem;
    background: linear-gradient(180deg,#E8F5EE 0%,#FAFAF8 100%);
}

.hero-sm {
    min-height: 50vh;
    padding: 7rem 0 3rem
}

.hero-bg {
    position: absolute;
    inset: 0
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .2;
    animation: orbFloat 20s ease-in-out infinite
}

.hero-orb-1 {
    width: 500px;
    height: 500px;
    background: #F3EDF9;
    top: -200px;
    right: -100px
}

.hero-orb-2 {
    width: 350px;
    height: 350px;
    background: #A8D5A2;
    bottom: -150px;
    left: -100px;
    animation-delay: -7s
}

@keyframes orbFloat {
    0%,100% {
        transform: translate(0,0) scale(1)
    }

    33% {
        transform: translate(30px,-20px) scale(1.05)
    }

    66% {
        transform: translate(-20px,30px) scale(.95)
    }
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center,black 30%,transparent 70%)
}
.hero-content {
    position: relative;
    z-index: 1;
}
.info-content a, .sh-feature-list a {
    color: #666;
    transition: all .3s ease-out 0s;
}
.info-content a:hover, .sh-feature-list a:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}
.ds-pricing-list p{
    margin-bottom: 0;
}
.wp-about-item .item-bg {
    opacity: 0.1;
}
.fundraiser-card {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    padding: 1.5rem;
}
.progress-container { 
    height: 12px; 
}
.progress { 
    height: 100%; 
    border-radius: 10px; 
    background-color: #f0f0f0; 
}
.progress-bar { 
    background-color: var(--bs-primary); 
}
.goal-info {
    color: #555;
    font-size: 1.1rem;
    text-align: right;
}
.goal-total { 
    font-weight: 600; 
}
.hero-23 {
    background-image: none;
}
.hero {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 12rem 0 7rem;
    background: linear-gradient(rgb(232, 245, 238) 0%, rgb(250, 250, 248) 100%);
}
.hero-bg { position:absolute; inset:0; }
.hero-orb {
    position:absolute; border-radius:50%; filter:blur(120px); opacity:0.25;
    animation:orbFloat 20s ease-in-out infinite;
}
.hero-orb-1 { width:600px; height:600px; background:#F0D68A; top:-200px; right:-100px; }
.hero-orb-2 { width:400px; height:400px; background:#A8D5A2; bottom:-150px; left:-100px; animation-delay:-7s; }
.hero-orb-3 { width:300px; height:300px; background:#A2C4E0; top:50%; left:50%; animation-delay:-14s; opacity:0.15; }
@keyframes orbFloat {
    0%, 100% { transform:translate(0,0) scale(1); }
    33% { transform:translate(30px,-20px) scale(1.05); }
    66% { transform:translate(-20px,30px) scale(0.95); }
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(black 30%, transparent 70%);
}

.hero-badge {
    display:inline-block; padding:0.4rem 1.2rem; border-radius:50px;
    background:var(--gold-light); border:1px solid rgba(184,134,11,0.2);
    color:var(--gold); font-size:0.82rem; font-weight:600; letter-spacing:0.05em;
    text-transform:uppercase; margin-bottom:2rem;
}
.hero-sub { font-size:1.15rem; color:var(--text-2); max-width:700px; margin:1.5rem auto 2.5rem; line-height:1.75; }
.hero-actions { display:flex; gap:1rem; justify-content:center; margin-bottom:4rem; }

.hero-stats {
    display:grid; grid-template-columns:repeat(4,1fr); gap:2rem;
    padding-top:3rem; border-top:1px solid var(--border);
}
.hero-stat { text-align:center; }
.stat-val { font-family:'Fraunces',serif; font-size:2.2rem; color:var(--gold); font-weight:500; display:inline; }
.stat-plus { display:inline; font-family:'Fraunces',serif; font-size:1.5rem; color:var(--gold); }
.stat-label { font-size:0.8rem; color:var(--text-3); margin-top:0.3rem; text-transform:uppercase; letter-spacing:0.08em; }

.hero-scroll {
    position:absolute; bottom:2rem; left:50%; transform:translateX(-50%);
    display:flex; flex-direction:column; align-items:center; gap:0.8rem;
}
.hero-scroll span { font-size:0.72rem; color:var(--text-3); text-transform:uppercase; letter-spacing:0.15em; }
.scroll-line { width:1px; height:40px; background:linear-gradient(to bottom, var(--gold), transparent); animation:scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.3;transform:scaleY(0.6)} 50%{opacity:1;transform:scaleY(1)} }
@media (max-width: 768px) {
    .hero{
        padding: 9rem 0 7rem;
    }
}
@media (max-width: 1200px) {
    .nav-wrapper ul li a {
        padding: 25px 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .nav-wrapper ul li a {
        padding: 25px 4px;
    } 
}
.nav-wrapper ul li.has-submenu.has-megamenu-list:hover .submenu-wrapper {
    display: inline-block;
    border-radius: 4px;
}
.nav-wrapper ul li.has-submenu.has-megamenu-list .submenu-wrapper > li a {
    border-top: 1px solid rgba(221, 221, 221, .15);
}
.nav-wrapper ul li.has-submenu.has-megamenu-list .submenu-wrapper > li {
    width: 100%;
}
.nav-wrapper ul li.has-submenu.has-megamenu-list .submenu-wrapper {
    width: 200px;
    left: 0;
}