.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.text-primary {
    color: var(--primary) !important;
}

.btn-secondary {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
}

section.zone {
    padding-top: 80px;
    padding-bottom: 80px;
}

._hero {
    height: 100vh;
    background-image: url(../img/v/life/5.png);
    background-size: cover;
    background-position: center;
}

.theme-btn,
.theme-btn-2 {
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    /* font-family: "Manrope", sans-serif; */
    padding: 20px 32px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.theme-btn-2 {
    background-color: var(--secondary);
    color: var(--primary) !important;
}

.__hero__card {
    height: 100%;
    padding: 20px;
    /* background-color: rgba(0, 0, 0, .8); */
    background-color: rgba(5, 44, 99, 0.792);
    border-radius: 20px;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.dx1-footer {
    background-color: var(--primary);
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.dx1-footer-heading {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.dx1-footer a {
    color: #d9d9d9;
    text-decoration: none;
    transition: color 0.3s;
}

.dx1-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.dx1-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 0.75rem;
    transition: background-color 0.3s;
}

.dx1-social-icon:hover {
    background-color: #3b82f6;
}

.dx1-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.dx1-trust-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.dx1-newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

.dx1-newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.dx1-btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
}

.dx1-btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.dx1-footer-links {
    list-style-type: none;
    padding-left: 0;
}

.dx1-footer-links li {
    margin-bottom: 0.5rem;
}

.dx1-trust-badges {
    display: flex;
    flex-wrap: wrap;
}

.dx1-footer-disclaimer {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}


/* counter */

.counter-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf1 100%);
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 52, 120, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.counter-section::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 20%;
    width: 100px;
    height: 100px;
    background: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    z-index: 1;
}

.counter-section h2 {
    font-weight: 700;
    color: var(--primary);
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1;
}

.counter-section h3 {
    font-weight: 400;
    color: #4b5563;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.carousel-container {
    position: relative;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.carousel-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.carousel-indicators {
    margin-bottom: 0.5rem;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background: var(--secondary);
}

.logo-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 52, 120, 0.85);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border-left: 4px solid var(--secondary);
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    transform: perspective(500px) rotateY(-5deg);
    transition: all 0.3s ease;
}

.logo-badge:hover {
    transform: perspective(500px) rotateY(0);
    background: rgba(0, 52, 120, 0.95);
}

.logo-text {
    font-weight: 700;
    margin: 0;
    font-size: 1.2rem;
}

.counter-block {
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid var(--secondary);
    transition: all 0.3s ease;
}

.counter-block:hover {
    transform: translateY(-5px);
    border-left: var(--primary-light);
}

.counter-block:last-child {
    margin-bottom: 35px;
}

.counter-icon {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 5px;
    display: inline-block;
    background: rgba(255, 193, 7, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.counter-block:hover .counter-icon {
    background: var(--secondary);
    color: var(--primary-dark);
}

.counter-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
    line-height: 1;
}

.counter-text {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 400;
    line-height: 1.4;
}

.cta-btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: 2px solid transparent;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 52, 120, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--secondary);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1;
}

.cta-btn:hover {
    color: var(--primary-dark);
    border: var(--secondary);
}

.cta-btn:hover:before {
    width: 100%;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}


/* Animation for the counter section */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.bloglist .title {
    height: 40px;
}

section.blog_post_hero_wrap {
    display: block !important;
}

.blog_post_hero {}

.blog_content_wrap {
    width: 60%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.blog_content_wrap .details {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.blog_content_wrap .title {
    margin-top: 1rem;
}

.blog_content_wrap .vertical_tag {
    border-radius: 6px;
    background: var(--primary);
    color: #fff;
    padding: 6px 12px;
}

.blog_post_hero_wrap {
    width: 100%;
    display: flex;
    /* background: var(--primary-hover) center center; */
    background: var(--anchor_color);
    color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-bottom: 30px;
}