/* ============================================================ */
/* ABOUT-US.HTML — PAGE-SPECIFIC STYLES                          */
/* (Sirf about-us page par use hone wale unique sections)        */
/* Shared styles (header/nav/footer) style.css mein hain          */
/* ============================================================ */

/* ---------------- HERO VIDEO SECTION ---------------- */
.about-hero-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.about-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-hero-video {
        height: 60vh;
    }
    .about-hero-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ---------------- ABOUT HERO BANNER (gold border + text) ---------------- */
.custom-premium-hero-section * {
    box-sizing: border-box;
}

.custom-premium-hero-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 65px 25px;
    background-color: #fcfbfa;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.premium-hero-inner-content {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.premium-hero-subtag {
    font-size: 14px;
    letter-spacing: 2px;
    color: #666;
    display: block;
    margin-bottom: 12px;
}

.premium-hero-title {
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0;
    color: #111;
}

.premium-gold-highlight {
    color: #D4AF37;
}

.premium-hero-taglines {
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
}

.premium-hero-description {
    font-size: 16px;
    color: #444;
    margin: 20px auto;
    max-width: 650px;
    line-height: 1.5;
}

.premium-hero-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}

.premium-btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-discuss, .btn-profile {
    background-color: #000000;
    color: #ffffff;
}

.premium-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.premium-hero-list-holder {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.premium-hero-bullet-list {
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 16px;
    line-height: 2.2;
    color: #333;
    display: inline-block;
}

/* Golden flowing border animation */
.gold-flow-border {
    position: absolute;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.gold-flow-border-top { top: 0; left: -100%; width: 100%; height: 2px; animation: goldMoveHorizontal 4s linear infinite; }
.gold-flow-border-right { top: -100%; right: 0; width: 2px; height: 100%; background: linear-gradient(180deg, transparent, #D4AF37, transparent); animation: goldMoveVerticalDown 4s linear infinite; animation-delay: 2s; }
.gold-flow-border-bottom { bottom: 0; right: -100%; width: 100%; height: 2px; background: linear-gradient(270deg, transparent, #D4AF37, transparent); animation: goldMoveHorizontalReverse 4s linear infinite; }
.gold-flow-border-left { bottom: -100%; left: 0; width: 2px; height: 100%; background: linear-gradient(360deg, transparent, #D4AF37, transparent); animation: goldMoveVerticalUp 4s linear infinite; animation-delay: 2s; }

@keyframes goldMoveHorizontal { 0% { left: -100%; } 50% { left: 100%; } 100% { left: 100%; } }
@keyframes goldMoveVerticalDown { 0% { top: -100%; } 50% { top: 100%; } 100% { top: 100%; } }
@keyframes goldMoveHorizontalReverse { 0% { right: -100%; } 50% { right: 100%; } 100% { right: 100%; } }
@keyframes goldMoveVerticalUp { 0% { bottom: -100%; } 50% { bottom: 100%; } 100% { bottom: 100%; } }

@media (max-width: 768px) {
    .custom-premium-hero-section { padding: 45px 15px; }
    .gold-flow-border { display: none; }
    .premium-hero-title { font-size: 30px; }
    .premium-hero-btn-group { flex-direction: column; width: 100%; }
    .premium-btn { width: 100%; max-width: 290px; text-align: center; box-sizing: border-box; }
    .premium-hero-list-holder { justify-content: flex-start; padding-left: 15px; }
    .premium-hero-bullet-list { font-size: 15px; }
}

/* ---------------- AUTO-SCROLL SHOWCASE ---------------- */
@keyframes infiniteScrollEffect {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 10px)); }
}

@media (min-width: 769px) {
    .hero-scroll-container:hover .hero-scroll-track {
        animation-play-state: paused;
    }
}

.hero-scroll-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: calc(50vw - 25px);
    max-width: 650px;
    height: 520px;
    background: #111;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .hero-scroll-item {
        width: calc(85vw - 15px);
        height: 380px;
    }
}

/* ---------------- OUR PHILOSOPHY (green CTA box) ---------------- */
.precious-philosophy-cta-section * {
    box-sizing: border-box;
}

.precious-philosophy-cta-section {
    background-color: #0f5c44;
    border-radius: 40px;
    padding: 70px 45px;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.philosophy-sub-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d4af37;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.philosophy-main-headline {
    font-size: 40px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    max-width: 800px;
    margin-bottom: 30px;
    text-align: center;
}

.philosophy-description-paragraph {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.7;
    max-width: 750px;
    margin-bottom: 40px;
    text-align: center;
}

.philosophy-bullets-flex-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
}

.philosophy-golden-bullet-list {
    text-align: left;
    display: inline-block;
    padding-left: 25px;
    margin: 0 auto;
    list-style-type: disc;
}

.philosophy-golden-bullet-list li {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d4af37;
    margin-bottom: 18px;
    line-height: 1.5;
}

.philosophy-golden-bullet-list li::marker {
    color: #d4af37;
    font-size: 1.2em;
}

.philosophy-action-button-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.philosophy-cta-gold-btn {
    background-color: #d4af37;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 45px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.philosophy-cta-gold-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

@media (max-width: 768px) {
    .precious-philosophy-cta-section { padding: 50px 20px; border-radius: 30px; margin: 25px auto; }
    .philosophy-main-headline { font-size: 26px; margin-bottom: 20px; }
    .philosophy-description-paragraph { font-size: 15px; margin-bottom: 35px; }
    .philosophy-bullets-flex-wrapper { justify-content: center; padding: 0 5px; }
    .philosophy-golden-bullet-list { padding-left: 20px; max-width: 100%; }
    .philosophy-golden-bullet-list li { font-size: 13px; margin-bottom: 14px; white-space: normal; }
    .philosophy-cta-gold-btn { width: 100%; max-width: 290px; padding: 14px 20px; text-align: center; }
}

/* ---------------- OUR APPROACH (green CTA box) ---------------- */
.precious-approach-cta-section * {
    box-sizing: border-box;
}

.precious-approach-cta-section {
    background-color: #0f5c44;
    border-radius: 40px;
    padding: 70px 45px;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.approach-sub-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d4af37;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.approach-main-headline {
    font-size: 40px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    max-width: 850px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.approach-description-text {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.7;
    max-width: 750px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.approach-action-button-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.approach-cta-gold-btn {
    background-color: #d4af37;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 45px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.approach-cta-gold-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

@media (max-width: 768px) {
    .precious-approach-cta-section { padding: 50px 25px; border-radius: 30px; margin: 25px auto; }
    .approach-main-headline { font-size: 26px; line-height: 1.3; margin-bottom: 20px; text-align: center; }
    .approach-description-text { font-size: 15px; margin-bottom: 35px; text-align: center; }
    .approach-cta-gold-btn { width: 100%; max-width: 290px; padding: 14px 20px; text-align: center; font-size: 14px; }
}

/* ---------------- CORPORATE PARTNERSHIP BLOCK ---------------- */
.custom-corporate-partnership-section * {
    box-sizing: border-box;
}

.custom-corporate-partnership-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 20px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.corporate-partnership-wrapper {
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.partnership-main-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a2530;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.partnership-description-subtext {
    font-size: 17px;
    color: #666666;
    line-height: 1.7;
    max-width: 700px;
    text-align: center;
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .custom-corporate-partnership-section { padding: 40px 25px; margin: 20px auto; }
    .corporate-partnership-wrapper { width: 100%; max-width: 100%; align-items: center; text-align: center; }
    .partnership-main-title { font-size: 26px; line-height: 1.4; margin-bottom: 15px; text-align: center; letter-spacing: -0.5px; }
    .partnership-description-subtext { font-size: 15px; line-height: 1.6; text-align: center; padding: 0 5px; }
}
