/*
Template Name: Crystal Interior
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_about {
    /* background-image removed for universal header */
}

.overview_r {
    min-height: 370px;
}

.team_1im1i1 {
    background: #000000c4;
    padding-top: 60%;
    display: none;
}

.team_1im1i2 ul li a {
    background: #fff;
    border-radius: 0;
}

.team_1im1i2 ul li a i {
    color: #D4AF37;
}

.team_1im1i2 {
    display: none;
    background: #000000c4;
}

.team_1im:hover .team_1im1i2 {
    display: block;
}

.team_1im:hover .team_1im1i1 {
    display: block;
}

.feature_3r .progress-bar {
    background: #F9F9F9;
    border-radius: 0;
}

.feature_3r .progress {
    background-color: #D4AF37;
    height: 6px;
    overflow: hidden;
    border-radius: 0;
}

.center_team {
    background-image: url(../img/41.jpg);
    background-position: center;
}

/*********************about_end****************/


@media screen and (max-width : 767px) {
    .proj_h1r p {
        text-align: left;
    }

    .overview_r {
        text-align: center;
        padding: 20px !important;
        min-height: auto;
    }

    .overview_r p {
        text-align: left;
    }

    .overview_2i1 {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .overview_2i1l {
        margin-bottom: 10px;
    }

    .feature_3ri {
        text-align: center;
    }

    .feature_3ri p {
        text-align: left;
    }

    .feature_3l {
        margin-top: 15px;
    }

}

@media (min-width:576px) and (max-width:767px) {
    .feature_3rir {
        text-align: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .overview_l img {
        min-height: 370px;
    }

    .overview_r {
        padding: 20px !important;
    }

    .overview_2i1l h1 {
        padding: 10px !important;
        font-size: 24px;
    }

    .feature_3ril span {
        font-size: 20px !important;
    }

    .feature_3l img {
        min-height: 470px;
    }

    .team_1im1i2 ul li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .team_1im1i2 ul li a i {
        line-height: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .overview_l img {
        min-height: 370px;
    }

    .overview_r {
        padding: 20px !important;
    }

    .overview_2i1l h1 {
        padding: 15px !important;
        font-size: 28px;
    }

    .feature_3l img {
        min-height: 470px;
    }
}

/*********************Premium Styles (Ported from Index)****************/
/* Layout & Spacing */
.position-relative {
    position: relative !important;
}

.overflow-visible {
    overflow: visible !important;
}

.rounded_custom {
    border-radius: 30px;
}

.shadow_lg {
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

/* Image Stack */
.about_image_stack .img_main {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.about_image_stack .img_main img {
    transition: transform 0.7s ease;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about_image_stack:hover .img_main img {
    transform: scale(1.05);
}

.overlay_gradient {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.4), transparent);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Floating Experience Badge */
.experience_badge {
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    border: 4px solid #fff;
    background: #0F172A;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 2;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Glassmorphism Card */
.about_glass_card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    position: relative;
    z-index: 10;
    margin-left: -50px;
    /* Overlap effect */
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

/* Values Grid */
.value_card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    height: 100%;
}

.value_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    border-bottom: 3px solid #D4AF37;
}

.value_icon {
    width: 70px;
    height: 70px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0F172A;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.value_card:hover .value_icon {
    background: #0F172A;
    color: #D4AF37;
    transform: rotateY(180deg);
}

@media (max-width: 991px) {
    .about_glass_card {
        margin-left: 0;
        margin-top: -30px;
    }

    .about_image_stack .img_main img {
        height: 350px;
    }

    .experience_badge {
        width: 100px;
        height: 100px;
        bottom: -20px;
        left: 20px;
    }

    .experience_badge span:first-child {
        font-size: 1.5rem !important;
    }
}