﻿.textjustify{
    text-align: justify !important;
}

.darkcolor {
    color: #02050e !important;
}

.bgblue {
    background: #02050e !important;
}
.lightblue {
    background: #100c25 !important;
}
.as_footer_wrapper {
    border-top: 1px solid #191436;
}

.bordertop {
    border-top: 1px solid #191436;
}
/* banner css start */
.as_banner_wrapper {
    background-image: url(../images/bg12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 150px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}


.as_banner_wrapper:after {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(-1);
    z-index: 1;
}

.as_banner_detail h5 {
    font-size: 26px;
    margin: 0 0 5px;
}

.as_banner_detail h1 {
    font-size: 54px;
    line-height: 62px;
    margin: 0 0 13px;
}

.as_banner_detail p {
    margin-bottom: 26px;
}

.as_banner_img {
    position: relative;
}

    .as_banner_img .as_hand_bg {
        animation: spin 12s infinite linear;
        -webkit-animation: spin 12s infinite linear;
        -moz-animation: spin 12s infinite linear;
        display: inline-block;
    }

    .as_banner_img .as_hand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        width: 60%;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.as_banner_slider {
    position: relative;
    z-index: 1;
}

    .as_banner_slider .slick-arrow.slick-prev {
        left: -265px;
    }

    .as_banner_slider .slick-arrow.slick-next {
        right: -900px;
    }

/* banner css end */
/* about css start */
.as_about_wrapper {
    background-color: var(--dark-color2);
}  

.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid var(--secondary-color);
}

.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #f4a636;
    margin-top: 20px;
}

.as_contact_expert {
    display: flex;
    margin: 40px 0;
    align-items: center;
    color: var(--dark-color1);
}

    .as_contact_expert .as_icon {
        width: 100px;
        height: 100px;
        background-color: #ffffff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        position: relative;
    }

.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: 'Philosopher', sans-serif;
    margin-right: 10px;
}

.as_contact_expert .as_icon:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #dcdcdc;
    content: '';
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.as_contact_expert:hover .as_icon:before {
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}

.as_contact_expert h5 {
    font-size: 18px;
    margin: 0;
}

.as_contact_expert h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.as_aboutimg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

    .as_aboutimg img {
        display: inline-block;
    }

    .as_aboutimg span.as_play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.as_aboutimg span.as_play:after, .as_aboutimg span.as_play:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}

.as_aboutimg span.as_play:after {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
}

/* about css end */

.astro-float-bar {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* Base Button Style */
.astro-btn {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,215,0,0.4);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(255,215,0,0.3);
}

    /* Expand on hover */
    .astro-btn span {
        position: absolute;
        right: 65px;
        background: linear-gradient(45deg,#d4af37,#ffd700);
        color: #000;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 13px;
        opacity: 0;
        transform: translateX(10px);
        transition: 0.3s ease;
    }

    .astro-btn:hover span {
        opacity: 1;
        transform: translateX(0);
    }

/* WhatsApp Pulse Animation */
.whatsapp {
    background: linear-gradient(45deg,#25D366,#128C7E);
    box-shadow: 0 0 20px rgba(37,211,102,0.6);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/* Top Button Gold */
.top {
    background: linear-gradient(45deg,#000,#2c2c2c);
    border: 1px solid #d4af37;
    font-size: 20px;
    display: none;
}