/*
Theme Name: Important Conversations
Theme URI: https://example.com/important-conversations
Author: Antigravity
Author URI: https://example.com
Description: A high-performance, pixel-perfect, dynamic WordPress theme converted from the static site. Fully compatible with PHP 8.3+, Customizer live preview, ACF Pro, and Contact Form 7.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: important-conversations
Tags: custom-logo, custom-menu, custom-colors, custom-header, theme-options, translation-ready
*/

/* Custom Properties / Variables */
:root {
    --bg-dark-hero: #F8F4EE;
    --bg-dark-promises: #F8F4EE;
    --bg-dark-audience: #F8F4EE;
    --bg-dark-pitch: #F8F4EE;
    --bg-light-soft: #F8F4EE;
    --text-main: #ffffff;
    --text-muted: #aaaaaa;
    --font-heading: "Cormorant Garamond", serif;;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-primary: var(--font-body);
    --primary-color: #1A1A1E;
    --secondary-color: #F8F4EE;
    --accent-color: #B08D57;
    --button-color: #ffffff;
    --button-hover: #e0e0e0;
    --link-color: #ffffff;
}
#cohorts-and-sectors-sec h2 {
    color: #fff !important;
}
#cohorts-and-sectors-sec li {
    color: #fff !important;
}
#quote-sec {
    border-top: 1px solid #B08D57;
    border-bottom: 1px solid #B08D57;
}
#conversation-topics {
    border-bottom: 1px solid #B08D57;
}
#the-conversation {
    border-top: 1px solid #B08D57;
    border-bottom: 1px solid #B08D57;
}
#stakeholders_grid_section {
    border-top: 1px solid #B08D57;
    border-bottom: 1px solid #B08D57;
}
#stakeholders_grid_section .card {
    border: 1px solid #B08D57;
}
.quote-sec p {
    color: #1A1A1E;
}
.accordion-item {
    background: transparent !important;
    border-bottom: 1px solid #E8E3DC !important;
}
.primary-btn {
    display: inline-block;
    background-color: var(--cta-bg);
    color: var(--cta-text-color) !important;
    border: 1px solid var(--cta-border-color);
    border-radius: var(--cta-border-radius);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    padding: var(--cta-padding);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}
.primary-btn:hover, .primary-btn:focus {
    background-color: var(--cta-hover-bg) !important;
    color: var(--cta-hover-text-color) !important;
    border: 1px solid var(--cta-border-color) !important;
}
.header-cta-btn:hover, .header-cta-btn:focus {
    border: 1px solid var(--cta-border-color) !important;
}
.site-header .navbar-nav .nav-link.active {
    color: var(--menu-active-color) !important;
}
.dropdown-item {
    color: #1A1A1E !important;
}
.dropdown-menu-dark .dropdown-item:hover {
    background-color: #B08D57 !important;
    color: #fff !important;
}
.nav-item.active .dropdown-menu-dark .dropdown-item.active {
    background-color: #B08D57 !important;
    color: #fff !important;
}
.dropdown-menu {
    border: 1px solid #B08D57 !important;
}
header {
    border-bottom: 1px solid var(--cta-border-color) !important;
}
header .navbar-toggler i {
    font-size: 30px;
}
header .navbar-toggler {
    padding: 0px !important;
}
/* Global Typography Mapping */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.hero-heading, .section-heading, .cta-heading, .invitation-heading, .closing-quote, .card-title {
    font-family: var(--font-heading);
    color: #1A1A1E !important;
}

body, p, li, a, button, input, textarea, select {
    font-family: var(--font-body);
    color: #6B6B6B;
}
html {
    scroll-behavior: smooth;
}
/* Header & Navigation Adjustments */
.bg-dark-hero {
    background-color: var(--bg-dark-hero);
}
/* Hide default icon and show close icon when menu is expanded */
.navbar-toggler:not(.collapsed) .icon-hamburger {
    display: none !important;
}
.card-img-top {
    width: 100%;
    height: 100%;
}
.navbar-toggler:not(.collapsed) .icon-close {
    display: inline-block !important;
}
.fs-7 {
    font-size: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--link-color, #ffffff);
}

.dropdown-menu-dark {
    background-color: var(--bg-dark-pitch);
}

.dropdown-menu-dark .dropdown-item {
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
}

.dropdown-menu-dark .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}
/*Contact From Section*/
.contact-calendar-form .wpcf7-form {
    margin: 0;
}

.contact-calendar-form .wpcf7-form label {
    display: block;
    font-size: 0;
    margin-bottom: 24px;
}

.contact-calendar-form .wpcf7-form-control-wrap {
    display: block;
}
.contact-calendar-form input[type="text"],
.contact-calendar-form input[type="email"],
.contact-calendar-form input[type="tel"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #1A1A1E;
    border-radius: 0;
    padding: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #6B6B6B;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.contact-calendar-form input::placeholder {
    color: #6B6B6B;
    opacity: 1;
}

.contact-calendar-form input:focus {
    border-bottom-color: #212529;
    outline: none;
    box-shadow: none;
}

.contact-calendar-form .cf7-submit-wrap {
    text-align: center;
    margin-top: 40px;
}

.contact-calendar-form button {
    display: inline-block;
    border: 0;
    border-radius: 0 !important;
    padding: 16px 48px !important;
    font-size: 0.875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    cursor: pointer;
}

.contact-calendar-form input[type="submit"]:hover {
    background: #000;
}

.contact-calendar-form .wpcf7-not-valid {
    border-bottom-color: #dc3545;
}

.contact-calendar-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.contact-calendar-form .wpcf7-response-output {
    margin: 20px 0 0;
    font-size: 14px;
}

/* Footer Specific Styling */
footer ul li a {
    color: #1A1A1E;
    font-weight: 500;
}
footer ul li a:hover {
    color: #b08d57;
}
.text-hover-light:hover {
    color: #ffffff !important;
}
.footer-logo.img-fluid {
    max-width: 300px !important;
    height: 100%;
    width: 100%;
}
footer .small {
    color: #1A1A1E;
    font-weight: 500;
}
/* Base Reset & Typography */
body {
    font-family: var(--font-body);
    background-color: var(--bg-dark-hero);
    color: var(--text-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
/* Charter Image Overlay */
.charter-image-wrapper {
    overflow: hidden;
}

.charter-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.pre-agreement-section .row {
    align-items: stretch;
}

.pre-agreement-section .col-lg-6 {
    display: flex;
}

.pre-agreement-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}

/* IMAGE CONTAINER */
.pre-agreement-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
}

/* IMAGE */
.pre-agreement-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Utility Classes */
.letter-spacing-1 {
    letter-spacing: 1.5px;
}

.brand-sublogo {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
}

/* Section 1: Hero */
.hero-section {
    background-color: var(--bg-dark-hero);
    min-height: 480px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-heading {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 600;
    color: #1A1A1E;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.hero-subtitle {
    font-family: var(--font-body);
    color: #6B6B6B;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
}

/* Section 2: Brand Promises */
.promises-section {
    background-color: var(--bg-dark-promises);
}

.section-heading {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.promise-card .card-img-wrapper {
    aspect-ratio: 16/9;
    overflow: hidden;
    background-color: #000;
}

.promise-card img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease;
}

.promise-card:hover img {
    transform: scale(1.03);
}

.promise-card .card-text {
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.4;
}

.invitation-section {
    border-top: 1px solid #B08D57;
    border-bottom: 1px solid #B08D57;
}

/* Section 3: Target Audiences */
.audience-section {
    background-color: var(--bg-dark-audience);
    border-top: 1px solid #B08D57;
    border-bottom: 1px solid #B08D57;
}

.audience-card .card-img-wrapper {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.audience-card img {
    object-fit: cover;
    height: 100%;
}

.audience-card .card-text {
    font-family: var(--font-body);
    color: #6B6B6B !important;
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Section 4: Dark CTA */
.dark-cta-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.cta-heading {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.1;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

.coffee-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.coffee-cup-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 400px;
}
/* CTA Scroll Line Styling */
.scroll-reveal-heading {
  display: flex;
  flex-direction: column;
}

.scroll-reveal-heading .scroll-line {
  display: block;
  opacity: 0.15; /* Base dimmed opacity */
  transition: opacity 0.1s linear;
  will-change: opacity;
  margin-bottom: 0.8em; /* Multiple <br> wali gaps maintain karne ke liye */
}

.scroll-reveal-heading .scroll-line:last-child {
  margin-bottom: 0;
}

/* Section 5: Request Invitation */
.bg-dark-pitch {
    background-color: var(--bg-dark-pitch);
}

.invitation-form-container {
    max-width: 520px;
    width: 100%;
}

.invitation-heading {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 3.5vw, 3.5rem);
    line-height: 1.1;
}

.invitation-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: #6B6B6B !important;
    line-height: 1.5;
}

.custom-input {
    font-family: var(--font-body);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1A1A1E;
    border-radius: 0;
    color: #6B6B6B;
    padding: 0.75rem 0;
    font-size: 0.95rem;
}

.custom-input:focus {
    background-color: transparent;
    border-color: #1A1A1E;
    color: #6B6B6B;
    box-shadow: none;
}

.custom-input::placeholder {
    color: #6B6B6B;
}

.min-vh-50 {
    min-height: 450px;
}

/* Section 6: Final Split */

.closing-quote {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    color: #111111 !important;
    letter-spacing: -0.5px;
}
