/*
Theme Name: HG Records Pro
Theme URI: https://hgrecords.com/
Description: Ultra-fast, Elementor-ready theme for HG Records. Optimized by Do Digitals.
Author: Ram Kishor (Do Digitals)
Author URI: https://dodigitals.org/
Version: 1.2.0
Text Domain: hgrecords
Contact: +919521496366
*/

/* ==========================================================================
   1. GLOBAL CSS VARIABLES
   ========================================================================== */
:root {
    --hg-primary-dark: #0A192F;    
    --hg-accent-teal: #00B4D8;     
    --hg-accent-light: #90E0EF;    
    --hg-text-main: #333333;       
    --hg-text-muted: #666666;      
    --hg-heading-color: #0A192F;   
    --hg-bg-white: #FFFFFF;        
    --hg-font-primary: 'Montserrat', sans-serif;
}

body {
    margin: 0; padding: 0;
    font-family: var(--hg-font-primary);
    color: var(--hg-text-main);
    background-color: var(--hg-bg-white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { color: var(--hg-heading-color); font-weight: 800; margin-top: 0; }
a { color: var(--hg-accent-teal); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--hg-primary-dark); }
.site-main { width: 100%; max-width: 100vw; overflow-x: hidden; }

/* ==========================================================================
   2. HEADER STYLING
   ========================================================================== */
a.custom-logo-link img {
    max-width: 200px;
    height: auto;
    width: 100%;
}
div#mobileMenu {
    z-index: 999999;
    height: auto;
}

.hg-premium-header {
    position: absolute; top: 0; left: 0; width: 100%; 
    z-index: 9999; border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header-inner-row { min-height: 75px; }

/* Logo */
.hg-text-logo {
    color: #ffffff; font-weight: 800; letter-spacing: -1.5px; font-family: var(--hg-font-primary);
}
.hg-text-logo:hover { color: #ffffff; }

/* Desktop Menu */
.hg-desktop-menu {
    list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; align-items: center;
}
.hg-desktop-menu li a {
    color: #ffffff; text-decoration: none; font-family: var(--hg-font-primary);
    font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    transition: opacity 0.3s ease;
}
.hg-desktop-menu li a:hover { opacity: 0.7; }
.hg-desktop-menu .menu-item-has-children > a::after {
    content: "\F282"; font-family: "bootstrap-icons"; font-size: 10px; margin-left: 5px; vertical-align: middle;
}

/* Utilities */
.hg-desktop-utils .util-link {
    color: #ffffff; text-decoration: none; font-family: var(--hg-font-primary);
    font-size: 11px; font-weight: 700; letter-spacing: 1px; transition: opacity 0.3s ease;
}
.hg-desktop-utils .util-link:hover { opacity: 0.7; }
.hg-lang-select .dropdown-toggle::after { vertical-align: middle; border-top: 4px solid; margin-left: 6px; }
.hg-mobile-toggle { background: transparent; border: none; padding: 0; }

/* Mobile Menu Offcanvas */
.hg-mobile-offcanvas { background-color: var(--hg-primary-dark); }
.hg-mobile-offcanvas .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,0.05); }
.hg-mobile-menu-list { list-style: none; padding: 0; margin: 0; }
.hg-mobile-menu-list li a {
    color: #ffffff; text-decoration: none; font-size: 18px; font-weight: 600;
    display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* ==========================================================================
   3. HERO SLIDER STYLING
   ========================================================================== */
.hg-hero-section {
    height: 100vh; min-height: 600px; width: 100%; position: relative; background-color: #000; overflow: hidden;
}
.hg-slide-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-position: center top; background-size: cover; background-repeat: no-repeat; z-index: 1;
}
.carousel-item .container-fluid { z-index: 2; }

/* Central Title */
.hg-center-title {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; text-align: center; z-index: 3;
}
.hg-center-title h1 {
    letter-spacing: 1px; text-transform: uppercase; font-family: var(--hg-font-primary);
    text-shadow: 0px 4px 15px rgba(0,0,0,0.4);
}

/* Artist Info Box */
.hg-artist-infoBox { position: absolute; z-index: 4; }
.hg-desc-content { line-height: 1.6; font-weight: 600; }
.hg-desc-content a { color: #6a8dff; text-decoration: underline; transition: color 0.3s ease; font-weight: 700; }
.hg-desc-content a:hover { color: #ffffff; }

/* Left Circles */
.hg-left-circles { position: absolute; z-index: 4; }
.hg-left-circles .circle { background-color: #fff; border-radius: 50%; position: absolute; }

/* Arrows & Dots */
.hg-slider-arrow { width: 8%; opacity: 0.9; z-index: 5; }
.hg-slider-arrow:hover { opacity: 1; }
.carousel-control-prev { justify-content: flex-start; padding-left: 20px; }
.carousel-control-next { justify-content: flex-end; padding-right: 20px; }
.hg-slider-dots { margin-bottom: 4%; z-index: 5; }
.hg-slider-dots button {
    width: 8px !important; height: 8px !important; border-radius: 50%; margin: 0 6px !important; opacity: 0.5;
}
.hg-slider-dots button.active { opacity: 1; background-color: #fff; }

/* ==========================================================================
   4. FULLY RESPONSIVE BREAKPOINTS (Mobile, Tablet, Laptop, Desktop)
   ========================================================================== */

/* EXTRA LARGE DESKTOP (Ultra-wide screens) */
@media (min-width: 1400px) {
    .hg-center-title h1 { font-size: 72px; } 
    .hg-artist-infoBox { bottom: 12%; right: 8%; max-width: 500px; text-align: left; }
    .hg-desc-content { font-size: 16px; }
    .hg-left-circles { bottom: 15%; left: 5%; width: 150px; height: 150px; transform: scale(1); }
    .hg-left-circles .circle { width: 70px; height: 70px; }
    .circle-top { top: 0; left: 40px; }
    .circle-bottom-left { bottom: 0; left: 0; }
    .circle-bottom-right { bottom: 0; right: 0; }
    .hg-text-logo { font-size: 28px; }
}

/* LAPTOP / NORMAL DESKTOP (992px to 1399px) */
@media (min-width: 992px) and (max-width: 1399px) {
    .hg-center-title h1 { font-size: 8.5vw; }
    .hg-artist-infoBox { bottom: 10%; right: 6%; max-width: 400px; text-align: left; }
    .hg-desc-content { font-size: 14px; }
    .hg-left-circles { bottom: 12%; left: 4%; width: 150px; height: 150px; transform: scale(0.85); transform-origin: bottom left; }
    .hg-left-circles .circle { width: 70px; height: 70px; }
    .circle-top { top: 0; left: 40px; }
    .circle-bottom-left { bottom: 0; left: 0; }
    .circle-bottom-right { bottom: 0; right: 0; }
    .hg-utils-col { border-left: 1px solid rgba(255, 255, 255, 0.4); height: 75px; } /* Vertical Line */
    .hg-desktop-utils { padding-left: 20px; }
    .hg-text-logo { font-size: 26px; }
}

/* TABLET (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hg-premium-header .header-inner-row { min-height: 60px; }
    .hg-text-logo { font-size: 24px; }
    .hg-center-title h1 { font-size: 10vw; }
    .hg-artist-infoBox { bottom: 12%; right: 5%; max-width: 350px; text-align: right; }
    .hg-desc-content { font-size: 13px; }
    .hg-left-circles { bottom: 10%; left: 3%; width: 150px; height: 150px; transform: scale(0.6); transform-origin: bottom left; }
    .hg-left-circles .circle { width: 70px; height: 70px; }
    .circle-top { top: 0; left: 40px; }
    .circle-bottom-left { bottom: 0; left: 0; }
    .circle-bottom-right { bottom: 0; right: 0; }
}

/* MOBILE (Up to 767px) */
@media (max-width: 767px) {
    .hg-premium-header .header-inner-row { min-height: 60px; }
    .hg-text-logo { font-size: 22px; }
    .hg-center-title h1 { font-size: 13vw; line-height: 1.1; padding: 0 10px; }
    
    /* Center align artist info and adjust spacing so it doesn't overlap dots */
    .hg-artist-infoBox { bottom: 10%; right: 5%; left: 5%; max-width: 90%; text-align: center; margin: 0 auto; }
    .hg-desc-content { font-size: 12px; }
    
    /* Hide circles on mobile for clean look (like the original Believe site does) */
    .hg-left-circles { display: none !important; }
    
    /* Make arrows slightly smaller on mobile */
    .carousel-control-prev-icon, .carousel-control-next-icon { width: 1.5rem; height: 1.5rem; }
}

/* ==========================================================================
   5. ARTIST ROSTER SECTION (EXACT BELIEVE 5-COL SCATTERED GRID)
   ========================================================================== */
.hg-artist-section { background-color: var(--hg-bg-white); }
.fw-black { font-weight: 900; }

.hg-artist-grid {
    display: grid;
    gap: 15px; 
}

.artist-card {
    position: relative; width: 100%; aspect-ratio: 1 / 1; 
    overflow: hidden; cursor: pointer; background-color: #f5f5f5;
}

.artist-img {
    width: 100%; height: 100%; background-size: cover; 
    background-position: center; transition: transform 0.6s ease;
}
.artist-card:hover .artist-img { transform: scale(1.05); }

/* Desktop Hover Circle Animation */
.hover-circle {
    position: absolute; width: 120px; height: 120px;
    background-color: #ffffff; border-radius: 50%;
    align-items: center; justify-content: center; text-align: center;
    pointer-events: none; opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease; z-index: 10;
}
.hover-circle span {
    font-family: var(--hg-font-primary); font-weight: 900;
    font-size: 14px; color: var(--hg-primary-dark);
    line-height: 1.1; text-transform: uppercase; padding: 10px;
}
.artist-card:hover .hover-circle { opacity: 1; }

/* Mobile Bottom Right Text */
.mobile-artist-name {
    position: absolute; bottom: 12px; right: 12px; color: #ffffff;
    font-family: var(--hg-font-primary); font-weight: 900; font-size: 20px;
    line-height: 1; text-align: right; text-transform: uppercase;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.8); z-index: 5;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* Mobile (2 Columns - Normal Flow) */
@media (max-width: 767px) {
    .hg-artist-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .artist-title-block, .artist-paragraph-block { display: none !important; }
	.mobile-artist-name { font-size: 12px;}
}

/* Tablet (3 Columns - Normal Flow) */
@media (min-width: 768px) and (max-width: 991px) {
    .hg-artist-grid { grid-template-columns: repeat(3, 1fr); }
    .artist-title-block { grid-column: span 3; margin-bottom: 20px; }
    .artist-paragraph-block { grid-column: span 3; }
}

/* Desktop/Laptop (EXACT 5 Columns Scattered Layout) */
@media (min-width: 992px) {
    .hg-artist-grid { 
        grid-template-columns: repeat(5, 1fr); 
        /* Auto-flow hata diya taki hum control kar sakein */
    }
    
    /* Title occupies 2x2 space on Top Left */
    .artist-title-block { grid-column: 1 / 3; grid-row: 1 / 3; }
    
    /* Paragraph occupies Col 4 & 5 on Row 3 */
    .artist-paragraph-block { grid-column: 4 / 6; grid-row: 3; margin-top: 20px; }
    
    /* EXACT PLACEMENT OF ARTISTS TO MATCH YOUR SCREENSHOT */
    .artist-card:nth-of-type(1)  { grid-column: 3; grid-row: 1; } /* Farhan */
    .artist-card:nth-of-type(2)  { grid-column: 4; grid-row: 1; } /* Afsana */
                                                                  /* Col 5 Row 1 Empty */
    .artist-card:nth-of-type(3)  { grid-column: 3; grid-row: 2; } /* Bali */
    .artist-card:nth-of-type(4)  { grid-column: 4; grid-row: 2; } /* GP Ji */
    .artist-card:nth-of-type(5)  { grid-column: 5; grid-row: 2; } /* Anurag */
    
    .artist-card:nth-of-type(6)  { grid-column: 1; grid-row: 3; } /* Jass */
    .artist-card:nth-of-type(7)  { grid-column: 2; grid-row: 3; } /* Osho */
    .artist-card:nth-of-type(8)  { grid-column: 3; grid-row: 3; } /* Paal */
                                                                  /* Paragraph here */
    .artist-card:nth-of-type(9)  { grid-column: 1; grid-row: 4; } /* Rahul */
                                                                  /* Col 2 Row 4 Empty */
    .artist-card:nth-of-type(10) { grid-column: 3; grid-row: 4; } /* Monkeys */
    .artist-card:nth-of-type(11) { grid-column: 4; grid-row: 4; } /* Vaisagh */
    .artist-card:nth-of-type(12) { grid-column: 5; grid-row: 4; } /* Hardil */
    
    /* 13th artist se apne aap niche aane lagenge */
}
/* ==========================================================================
   6. LABEL ROSTER SECTION
   ========================================================================== */
.hg-label-section { background-color: var(--hg-bg-white); }

/* Sticky Left Side */
.label-sticky-wrapper {
    position: sticky;
    top: 100px; /* Header ke theek niche rukega */
}

/* Black Preview Card */
.label-preview-card {
    background-color: #000000;
    width: 100%;
    aspect-ratio: 16 / 10; /* Rectangle shape jaisa screenshot me hai */
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Text ko niche set karega */
}

/* Top Right Logo in Card */
.label-preview-logo {
    position: absolute;
    top: 25px;
    right: 25px;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

/* Right Side List */
.label-list { margin-top: 50px; }

.label-item {
    cursor: pointer;
    transition: padding-left 0.3s ease, color 0.3s ease;
    color: var(--hg-text-main);
}

.label-item h4 {
    transition: color 0.3s ease;
    letter-spacing: -1px;
}

/* Hover & Active State for List */
.label-item:hover, .label-item.active {
    padding-left: 15px; /* Hover pe text thoda aage khiskega */
}

.label-item:hover h4, .label-item.active h4 {
    color: #666666; /* Hover pe thoda light grey hoga */
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .label-sticky-wrapper { position: relative; top: 0; }
    .label-preview-card { aspect-ratio: 16 / 9; }
    .label-item h4 { font-size: 20px !important; }
}
/* ==========================================================================
   7. OUR BRANDS SECTION (4 COLUMNS & CENTERED)
   ========================================================================== */
.hg-brands-section {
    background-color: #000000; /* Pure Black Background */
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Header & Pink Circle */
.brands-header-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.pink-circle-badge {
    position: absolute;
    right: -100px; 
    top: -20px;
    background-color: #F0A8F4; 
    width: 110px;
    height: 110px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.pink-circle-badge:hover { transform: scale(1.05); }
.pink-circle-badge span {
    color: #000000; font-weight: 900; font-size: 13px; line-height: 1.2;
}

/* Smart Horizontal Slider */
.brands-smart-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    
    /* YAHAN JADOO HAI: Ye 3 cards ko ekdum Center me laayega */
    justify-content: center; 
    
    scrollbar-width: thin;
    scrollbar-color: #444 #000;
}
.brands-smart-slider::-webkit-scrollbar { height: 4px; }
.brands-smart-slider::-webkit-scrollbar-track { background: #000; }
.brands-smart-slider::-webkit-scrollbar-thumb { background: #444; border-radius: 10px; }

/* --- THE DARK CARD --- */
.hg-dark-card {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px; 
    
    /* YAHAN MATH CHANGE HAI: Ab Desktop par 4 Cards aayenge (25%) */
    flex: 0 0 calc(25% - 15px);
    min-width: 280px; 
    min-height: 400px; 
    scroll-snap-align: center;
    transition: background-color 0.3s ease;
}
.hg-dark-card:hover {
    background-color: #0a0a0a; 
}

/* Card Content Typography */
.dark-card-top { margin-bottom: 50px; }
.dark-country { font-weight: 500; font-size: 16px; }
.dark-logo { max-height: 45px; max-width: 120px; object-fit: contain; }

.dark-card-middle { margin-bottom: 40px; }
.dark-meta {
    color: #888888; font-size: 13px; display: block; margin-bottom: 6px; font-weight: 500;
}
.dark-title { font-weight: 900; font-size: 36px; line-height: 1.1; margin: 0; }

.dark-card-bottom { margin-top: auto; }
.dark-genre { font-weight: 500; font-size: 16px; margin: 0; }

/* --- RESPONSIVE ADJUSTMENTS --- */

/* Chote Laptops (Reset to Start so scroll works properly) */
@media (max-width: 1199px) {
    .hg-dark-card { flex: 0 0 calc(33.333% - 14px); }
    .brands-smart-slider { justify-content: flex-start; } 
}

/* Tablets */
@media (max-width: 991px) {
    .hg-dark-card { flex: 0 0 calc(50% - 10px); min-height: 350px; }
    .pink-circle-badge { right: -50px; width: 90px; height: 90px; }
    .dark-title { font-size: 28px; }
    .brands-smart-slider { justify-content: flex-start; }
}

/* Mobile */
@media (max-width: 767px) {
    .hg-dark-card { flex: 0 0 85%; padding: 25px 20px; }
    .pink-circle-badge { display: none; } 
    .brands-smart-slider { justify-content: flex-start; }
}
/* ==========================================================================
   8. OUR SOLUTIONS SECTION
   ========================================================================== */
.hg-solutions-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 4-Column Grid */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; /* Cards ke beech ka gap */
}

/* Solid Colored Card */
.solution-card {
    background-color: #8193F9; /* Exact screenshot color */
    padding: 50px 35px;
    color: #000000; /* Black text */
    display: flex;
    flex-direction: column;
    min-height: 400px; /* Tall cards */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	    justify-content: center;
}

.solution-card:hover {
    transform: translateY(-8px); /* Hover pe thoda upar uthega */
    box-shadow: 0 15px 30px rgba(129, 147, 249, 0.4);
}

/* Typography Inside Card */
.solution-title {
    font-weight: 900; /* Extra bold */
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.solution-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

/* Paragraph tags coming from WordPress editor */
.solution-desc p {
    margin-bottom: 0;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

/* Tablet: 2 Columns */
@media (max-width: 991px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .solution-card {
        min-height: 300px;
        padding: 40px 30px;
    }
}

/* Mobile: Horizontal Swipe Slider (Consistency ke liye) */
@media (max-width: 767px) {
    .solutions-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        gap: 15px;
        scrollbar-width: none; /* Hide scrollbar on mobile */
    }
    .solutions-grid::-webkit-scrollbar {
        display: none;
    }
    .solution-card {
        flex: 0 0 85%; /* 85% width taaki agla card thoda sa dikhe */
        scroll-snap-align: center;
        min-height: 320px;
    }
}
/* ==========================================================================
   9. OUR LEADERSHIP TEAM SECTION
   ========================================================================== */
.hg-team-section {
    background-color: #000000; /* Dark Theme */
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 4-Column Grid Desktop par */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px; /* Neeche aur side mein gap */
    max-width: 1200px;
    margin: 0 auto; /* Grid ko center mein rakhne ke liye */
}

/* Photo Wrapper (Makes it perfectly circular) */
.team-photo-wrapper {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #222; /* Placeholder color agar image load na ho */
    transition: transform 0.3s ease;
}

.team-member-card:hover .team-photo-wrapper {
    transform: scale(1.05); /* Hover karne par photo halki si zoom hogi */
}

.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Photo stretch nahi hogi, mast fit aayegi */
    object-position: top center; /* Chehra dikhe isliye top align */
}

/* Typography */
.team-name {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.team-designation {
    color: #aaaaaa; /* Light Grey color jaisa photo mein hai */
    font-size: 14px;
    font-weight: 400;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

/* Laptops / Tablets (3 Columns) */
@media (max-width: 1199px) {
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .team-photo-wrapper { width: 180px; height: 180px; }
}

/* Small Tablets (2 Columns) */
@media (max-width: 768px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 15px; }
    .team-photo-wrapper { width: 150px; height: 150px; }
    .team-name { font-size: 20px; }
}

/* Mobile Devices (1 Column) */
@media (max-width: 480px) {
    .team-grid { grid-template-columns: 1fr; gap: 40px; }
    .team-photo-wrapper { width: 200px; height: 200px; }
}
/* ==========================================================================
   10. NEWSROOM SECTION (EXACT MATCH & HOVER ANIMATION)
   ========================================================================== */
.hg-news-section {
    padding-top: 80px;
    padding-bottom: 100px; /* Thoda extra space aakhri text ke liye */
}

/* 3-Column Desktop Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Wrapper to hold Card and hidden text */
.news-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* The Main Card */
.news-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 520px; /* Sabhi cards ki height barabar rakhne ke liye */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

/* Image Setup */
.news-img-container {
    margin-bottom: 25px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Meta Data */
.news-tag {
    font-size: 12px;
    font-weight: 700;
}
.news-title {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1px;
}
.news-excerpt {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

/* Arrow Setup */
.news-arrow {
    transition: transform 0.3s ease;
}

/* Hidden Read More Text */
.news-read-more {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0; /* Normal state mein gayab rahega */
    transform: translateY(-15px); /* Card ke piche chupa hua */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    bottom: -40px; /* Card ke bahar niche ki taraf */
}

/* --- THE HOVER MAGIC --- */
.news-card-wrapper:hover .news-card {
    transform: translateY(-20px); /* Card hawa mein upar aayega */
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.news-card-wrapper:hover .news-arrow {
    transform: rotate(-45deg); /* Arrow right se top-right ho jayega */
}

.news-card-wrapper:hover .news-read-more {
    opacity: 1; /* Text dikhne lagega */
    transform: translateY(0); /* Text apni jagah aayega */
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card { min-height: 480px; }
}

@media (max-width: 767px) {
    .news-grid { grid-template-columns: 1fr; }
    /* Mobile par hover effects band kar dete hain smooth experience ke liye */
    .news-card-wrapper:hover .news-card { transform: none; box-shadow: none; }
    .news-card-wrapper:hover .news-arrow { transform: none; }
    .news-read-more { display: none; } 
}
/* ==========================================================================
   11. TESTIMONIALS SECTION (OUR DRIVING FORCES)
   ========================================================================== */
.hg-testimonials-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Quote Layout */
.testimonial-content-wrapper {
    max-width: 800px; /* Text zyada lamba na faile isliye max-width */
    padding: 0 40px;
}

.testimonial-quote {
    font-size: 26px;
    font-weight: 800; /* Extra bold jaisa screenshot me hai */
    line-height: 1.5;
    letter-spacing: -0.5px;
}

/* Author Layout */
.testimonial-photo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.testimonial-photo-placeholder {
    width: 80px;
    height: 80px;
}
.testimonial-name {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.testimonial-designation {
    font-size: 13px;
    font-weight: 500;
}

/* --- THE PINK ARROWS --- */
.testi-arrow {
    width: auto;
    opacity: 1;
    z-index: 10;
}
.testi-arrow:hover {
    opacity: 0.8;
}
.testi-arrow-icon {
    width: 60px;
    height: 60px;
    background-color: #F0A8F4; /* Exact Pink Color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.testi-arrow:hover .testi-arrow-icon {
    transform: scale(1.1);
}

/* Position Arrows exactly in the middle of text on Desktop */
@media (min-width: 992px) {
    .carousel-control-prev.testi-arrow { left: -50px; }
    .carousel-control-next.testi-arrow { right: -50px; }
}

/* --- THE DOTS (Indicators) --- */
.testimonial-dots {
    margin-bottom: 0;
    bottom: -30px;
}
.testimonial-dots button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: #cccccc !important; /* Inactive Light Grey */
    opacity: 1 !important;
    border: none !important;
    margin: 0 5px !important;
}
.testimonial-dots button.active {
    background-color: #000000 !important; /* Active Black */
    transform: scale(1.2);
}

/* --- RESPONSIVE --- */
@media (max-width: 767px) {
    .testimonial-quote { font-size: 20px; }
    .testimonial-content-wrapper { padding: 0 10px; }
    /* Mobile me arrows chupa dete hain taki text saaf dikhe, user swipe kar sakta hai */
    .testi-arrow { display: none; }
}
/* ==========================================================================
   12. CONNECT SECTION (LET'S STAY CONNECTED)
   ========================================================================== */
.hg-connect-section {
    background-color: #F0A8F4; /* Exact Believe Pink */
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Left Side Typography */
.hg-connect-title {
    font-size: 80px;
    line-height: 0.9;
    letter-spacing: -3px;
}

/* Right Side Black Cards */
.connect-card {
    background-color: #000000;
    padding: 40px;
    margin-bottom: 25px; /* Dono cards ke beech ka gap */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.connect-card:last-child {
    margin-bottom: 0;
}

.connect-card:hover {
    transform: translateX(10px); /* Hover par thoda right shift hoga */
    box-shadow: -10px 10px 20px rgba(0,0,0,0.15);
}

.connect-card-title {
    font-size: 32px;
    letter-spacing: -1px;
}

.connect-card-desc {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    padding-right: 40px; /* Taki text arrow ke upar na aaye */
}

/* Arrow Icon */
.connect-card-arrow i {
    transition: transform 0.3s ease;
}

.connect-card:hover .connect-card-arrow i {
    transform: translateX(10px); /* Hover pe arrow bhi aage jayega */
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    .hg-connect-title {
        font-size: 60px;
    }
    .col-lg-5.text-lg-end {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .hg-connect-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hg-connect-title {
        font-size: 14vw; /* Screen size ke hisab se set hoga */
        margin-bottom: 20px;
    }
    .connect-card {
        padding: 30px 20px;
    }
    .connect-card-title {
        font-size: 26px;
    }
    .connect-card-desc {
        padding-right: 20px;
    }
}
/* ==========================================================================
   13. PREMIUM DARK FOOTER
   ========================================================================== */
.hg-premium-footer {
    background-color: #000000; /* Pure Black Background */
    color: #ffffff;
    border-top: 1px solid #1a1a1a;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
	margin-top: 0 !important;
}

/* Footer Big Logo */
.footer-text-logo {
    color: #ffffff;
    font-size: 80px; /* Bada logo jaisa photo me hai */
    font-weight: 900;
    letter-spacing: -3px;
    text-decoration: none;
    line-height: 1;
    font-family: var(--hg-font-primary);
}
.footer-text-logo:hover {
    color: #ffffff;
}
.footer-text-logo .dot {
    color: var(--hg-accent-teal); /* Aapke theme ka brand color dot */
}

/* Custom Logo Image Settings */
.footer-left-col img {
    max-width: 250px;
    height: auto;
}

/* Footer Headings (Grey, Small, Uppercase) */
.footer-heading {
    color: #888888; /* Grey text */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Footer Links */
.footer-links li {
    margin-bottom: 15px;
}
.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #888888; /* Hover karne par grey hoga */
}

/* Social Icons */
.footer-social-icons {
    display: flex;
    gap: 20px;
}
.footer-social-icons a {
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}
.footer-social-icons a:hover {
    color: #888888;
    transform: translateY(-3px);
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    .footer-text-logo { font-size: 60px; }
}

@media (max-width: 767px) {
    .hg-premium-footer { padding-top: 50px !important; padding-bottom: 50px !important; }
    .footer-text-logo { font-size: 50px; }
    .footer-heading { margin-top: 30px; }
    .copyright-box { margin-top: 20px !important; padding-top: 0 !important; }
}
/* ==========================================================================
   14. SINGLE POST PAGE (BLOG/NEWSROOM)
   ========================================================================== */

/* Hero Section */
.single-hero-section {
    background-color: #3b1717; /* Exact Dark Burgundy/Maroon color */
    min-height: 85vh; /* Screen ka 85% hissa cover karega */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 120px; /* Header ke niche se text start ho isliye offset */
    padding-bottom: 50px;
}

/* Background Image on Right Side */
.single-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%; /* Aadhi se thodi zyada screen */
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Smooth Fade Gradient: Image ko background color ke sath blend karne ke liye */
.single-hero-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Left se right transparent fade */
    background: linear-gradient(to right, #3b1717 0%, rgba(59, 23, 23, 0.8) 30%, transparent 100%);
}

/* Hero Typography */
.single-post-title {
    font-size: 70px; /* Massive Title */
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Image ke upar text saaf dikhne ke liye */
}

/* Content Section Layout */
.single-content-section {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Content Typography */
.single-post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #1a1a1a;
    font-weight: 500;
}

.single-post-content p {
    margin-bottom: 30px;
}

/* Post ke andar ki headings */
.single-post-content h2, 
.single-post-content h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

/* Post ke andar ki images */
.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

@media (max-width: 991px) {
    .single-hero-bg {
        width: 100%; /* Mobile me image full width hogi */
    }
    .single-hero-bg::before {
        /* Mobile me bottom se top gradient hoga taki text dikhe */
        background: linear-gradient(to top, #3b1717 0%, rgba(59, 23, 23, 0.9) 60%, transparent 100%);
    }
    .single-post-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .single-hero-section {
        min-height: 70vh;
        padding-top: 100px;
    }
    .single-post-title {
        font-size: 38px;
        margin-bottom: 30px !important;
    }
    .single-post-content {
        font-size: 16px; /* Mobile par font thoda chota */
    }
}
/* ==========================================================================
   15. ABOUT US PAGE STYLING
   ========================================================================== */

/* Hero */
.about-hero {
    min-height: 60vh;
    padding-top: 100px;
}

/* Story Section */
.story-text p {
    margin-bottom: 25px;
    line-height: 1.7;
}
.about-image-box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 15px 15px 0px #000; /* Believe style shadow */
}

/* Stats Section */
.about-stats-section {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.about-stats-section h3 {
    color: #fff;
}

/* Values Card */
.value-card {
    transition: all 0.3s ease;
}
.value-card:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-10px);
}
.value-card h4 {
    font-size: 24px;
    letter-spacing: -1px;
}
.value-card:hover h4 {
    color: #fff;
}

@media (max-width: 767px) {
    .about-hero { min-height: 40vh; }
    .about-hero h1 { font-size: 15vw; }
    .about-image-box { box-shadow: 10px 10px 0px #000; margin-top: 30px; }
}
/* ==========================================================================
   16. CONTACT US PAGE
   ========================================================================== */

/* Hero Section */
.contact-hero {
    min-height: 50vh;
    padding-top: 100px;
}

/* Left Side Info Blocks */
.hg-link-hover {
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
}
.hg-link-hover:hover {
    color: var(--hg-accent-teal) !important;
    border-bottom: 2px solid var(--hg-accent-teal);
}

/* Premium Form Styling (Minimalist Border-Bottom Only) */
.contact-form-wrapper {
    box-shadow: 15px 15px 0px #000000; /* Signature Believe Shadow */
}

.hg-premium-form .form-control,
.hg-premium-form .form-select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #1a1a1a;
    border-radius: 0;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    box-shadow: none !important;
    transition: border-color 0.3s ease;
}

.hg-premium-form .form-control:focus,
.hg-premium-form .form-select:focus {
    border-bottom: 2px solid var(--hg-accent-teal); /* Highlights on click */
}

.hg-premium-form .form-control::placeholder {
    color: #888888;
    font-weight: 500;
}

/* Black Submit Button */
.hg-btn-black {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    border-radius: 0;
    transition: all 0.3s ease;
}
.hg-btn-black:hover {
    background-color: transparent;
    color: #000000;
}

@media (max-width: 767px) {
    .contact-hero { min-height: 35vh; }
    .contact-hero h1 { font-size: 14vw; }
    .contact-form-wrapper { box-shadow: 8px 8px 0px #000000; padding: 25px !important; }
}
/* ==========================================================================
   17. POLICY & TERMS PAGE STYLING
   ========================================================================== */
.policy-hero {
    min-height: 40vh;
    padding-top: 80px;
}

.policy-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

/* Legal Headings */
.policy-main-text h2, 
.policy-main-text h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.policy-main-text p {
    margin-bottom: 25px;
}

/* List Styling */
.policy-main-text ul, 
.policy-main-text ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

.policy-main-text li {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .policy-hero h1 { font-size: 12vw; }
    .policy-main-text { font-size: 16px; }
}
/* ==========================================================================
   18. SEARCH RESULTS PAGE
   ========================================================================== */

/* Hero Section */
.search-hero {
    min-height: 40vh;
    padding-top: 100px;
}

/* Search Card */
.search-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 10px 10px 0px rgba(0,0,0,1); /* Signature bold shadow */
}

/* Card Image */
.search-card-img-wrapper {
    height: 200px;
    overflow: hidden;
}
.search-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.search-card:hover .search-card-img {
    transform: scale(1.05);
}

/* Arrow Hover Animation */
.search-arrow {
    transition: transform 0.3s ease;
}
.search-card:hover .search-arrow {
    transform: translateX(10px);
}

/* Pagination Styling */
.hg-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.hg-pagination .page-numbers {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f9fa;
    color: #000;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hg-pagination .page-numbers.current,
.hg-pagination .page-numbers:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .search-hero h1 { font-size: 10vw; }
}