.text-serif {
    font-family: 'Playfair Display', serif;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-sec {
    background-color: var(--bg-sec);
}

.padding {
    padding: 80px 0;
}

/* First Section */
.about-section {
    min-height: 100vh;
    padding: 80px 0;
    background: var(--whitebg);
}

.parallax-image-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 0;
}

.parallax-image {
    width: 120%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: -10%;
    will-change: transform;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.content-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #718096;
    margin-bottom: 1.5rem;
}

.content-wrapper {
    padding-left: 2rem;
}

/* Horizontal Section */
.horizontal-section {
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.horizontal-content {
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 2rem;
}

.horizontal-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.horizontal-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    color: #f9fcff;
    letter-spacing: 1px;
}

/* Second Section */
.heritage-section {
    background: white;
    padding: 80px 0;
}

.heritage-image-container {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.heritage-image {
    width: 120%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: -10%;
    will-change: transform;
}

.heritage-content {
    padding-right: 2rem;
}

.heritage-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.departments-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.departments-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color-M);
    margin-bottom: 1rem;
}

.departments-list {
    font-size: 0.95rem;
    color: #718096;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .heritage-title {
        font-size: 2rem;
    }

    .horizontal-title {
        font-size: 2.2rem;
    }

    .parallax-image-container,
    .heritage-image-container {
        height: 400px;
        margin-bottom: 2rem;
    }

    .horizontal-section {
        height: 300px;
        background-attachment: scroll;
    }

    .content-wrapper,
    .heritage-content {
        padding-left: 0;
        padding-right: 0;
    }

    .padding {
        padding: 60px 0;
    }
}

/* Parallax Effect */
.parallax-container {
    position: relative;
    overflow: hidden;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}






.v-m-v-section {
    padding: 80px 0;
    text-align: center;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;
}

.v-m-v-item {
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
}

.v-m-v-icon {
      border: 1px solid var(--primary-color-M);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-color);
    font-size: 40px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.v-m-v-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.v-m-v-title {
    font-weight: 600;
    font-size: 22px;
    color: var(--primary-color-M);
    margin-bottom: 12px;
}

.v-m-v-desc {
    font-size: 16px;
    color: #333;
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .v-m-v-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
    .about-section ,.heritage-section {
        padding: 40px 15px;
    }
    .content-text {
        text-align: center;
    }
}

.text-gold {
    color: var(--primary-color);
}

.bg-gold {
    
   color: var(--primary-color);
}
.icon-circle.bg-gold {
    background-color: var(--whitebg);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-philosophy{
    padding: 80px 0;
    background-color: var(--primary-color-M);

    .fw-bold{
        color: rgb(243, 242, 242);
    }
    
}


.stat-value{
    color:var(--primary-color-M);
}