﻿/*--------------------------------------------------------------
# About 7 Section
--------------------------------------------------------------*/
section, .section {   
    padding: 0
}
    section#about-7 {
        overflow:auto;
    }

.about-7{
    margin-top:0;
}

.about-7 .section-intro .title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}


    @media (max-width: 576px) {
        .content {
            flex-direction: column;
            gap: 1.5rem;
            width: 100%;
        }
    }

.highlight-cards img{
    border-radius:12px;
}

@media (max-width: 992px) {
    .content {
            justify-content: center;
        }

        .about-7 .content {
            margin-bottom: 30px;
        }
    }

    @media (min-width: 993px) {
        .content {
            margin-bottom: 40px;
        }
    }



    @media (max-width: 576px) {
        .gelbtn {          
            text-align: center;
        }
    }

    /*--------------------------------------------------------------
# Hero 4 Section
--------------------------------------------------------------*/
    .hero-4 {
        position: relative;
        padding: 80px 0 80px;
        overflow: hidden;
    }

    @media (max-width: 992px) {
        .hero-4 {
            padding: 40px 0 20px;
        }
    }

    .hero-4 .content-area {
        position: relative;
        z-index: 3;
        padding-left: 30px;
    }

    @media (max-width: 992px) {
        .hero-4 .content-area {
            margin-bottom: 3rem;
            text-align: center;
            padding-left: 0px;
        }
    }

    .hero-heading {
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 1.8rem;
        color: var(--heading-color);
    }

    @media (max-width: 992px) {
        .hero-heading {
            margin-top: 40px;
        }
    }

    @media (max-width: 576px) {
        .hero-heading {
            margin-top: 40px;
          
        }
    }

    .hero-4 .hero-description {    
        line-height: 1.6;
        margin-bottom: 2.5rem;
        color: color-mix(in srgb, var(--default-color), transparent 10%);
    }

    @media (max-width: 992px) {
        .hero-4 .hero-description {
            margin-bottom: 3rem;
        }
    }

    .content {
        align-items: center;
        margin-top: 40px;
    }



    /*--------------------------------------------------------------
# Hero 2 Section
--------------------------------------------------------------*/
    .hero-2 {
        position: relative;
        padding: 40px 0 50px;
        overflow: hidden;
    }

    @media (max-width: 992px) {
        .hero-2 {
            padding: 0px 0 20px;
        }
    }

    .hero-2 .content-area {
        position: relative;
        z-index: 3;
    }

    @media (max-width: 992px) {
        .hero-2 .content-area {
            margin-bottom: 3rem;
            text-align: center;
        }
    }


    .hero-2 .hero-description {
        line-height: 1.6;
        margin-bottom: 2.5rem;
        color: color-mix(in srgb, var(--default-color), transparent 10%);
    }

    @media (max-width: 992px) {
        .hero-2 .hero-description {
            margin-bottom: 3rem;
        }
    }



    .hero-2 .image-section {
        position: relative;
    }

    .hero-2 .hero-image-wrapper {
        position: relative;
        z-index: 1;
    }

    

    .hero-2 .main-hero-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
       
    }

/*CTA Section*/
.call-to-action-2 {
    position: relative;
    padding: 80px 0;
    background-color: #efefef;
    overflow: hidden;
    margin-bottom: 0;
}

    .call-to-action-2 h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
        color: #000;
        position: relative;
        z-index: 1;
    }

@media (max-width: 768px) {
    .call-to-action-2 h2 {
        font-size: 2rem;
    }
}

.call-to-action-2 .leads {
    color: #000;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
}

.call-to-action-2 .cta-buttons {
    position: relative;
    z-index: 1;
}


@media (max-width: 560px) {
    .call-to-action-2 {
        padding: 60px 20px;
    }

        .call-to-action-2 .cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .call-to-action-2 .cta-buttons .btn-2 {
                margin-top: 20px;
            }
}
.minpght {
    padding-bottom:0;  
}
