/**
* Theme Name: Governlia Child
* Description: This is a child theme of Governlia, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Template Path</a>
* Template: governlia
* Version: 1.6
*/
.header-top .social-icon li a {
	color:#fff !important;
}

figure iframe{
	height:300px !important;
}

.mayor-message-section .col-lg-5{
	 display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}

.base-list-style .list li {
    position: relative;
    margin-bottom: 9px;
    color: #222;
    transition: .5s;
    font-weight: 700;
    padding-left: 30px;
}

.base-list-style .list li:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid #222;
    line-height: 16px;
    padding-right: 5px;
	color: #2982e5;
}
.external-link, .external-link a{
	color: #222;
    font-weight: 700;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #2982e5 !important;
}
.elementor-button {

	border-radius:0 !important;
}

.wp-block-social-links li:before{
	content:none !important;
	position: inherit !important;
}

.contact-form .form-group select{
    width: 100%;
    background-color: #eee;
    height: 58px;
    padding: 0 25px;
    border: 1px solid #eee;
	color:#222;
}
.contact-form .form-group textarea,
.contact-form .form-group input{
	color:#222;
}

/* =============================================================
   PDV – Animations & polish
   ============================================================= */

/* --- Keyframes --- */
@keyframes pdv-fadeInUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes pdv-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes pdv-slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0);     }
}
@keyframes pdv-statPop {
  0%   { opacity: 0; transform: scale(0.8) translateY(20px); }
  70%  { transform: scale(1.05) translateY(-3px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* --- Scroll-triggered classes (added by JS) --- */
.pdv-fade-up   { opacity: 0; }
.pdv-fade-in   { opacity: 0; }
.pdv-fade-up.pdv-visible   { animation: pdv-fadeInUp   0.65s cubic-bezier(.22,.68,0,1.2) both; }
.pdv-fade-in.pdv-visible   { animation: pdv-fadeIn     0.7s  ease both; }

/* Elementor editor: disable animation hiding so all sections stay editable */
body.elementor-editor-active .pdv-fade-up,
body.elementor-editor-active .pdv-fade-in {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Stagger children inside a visible section */
.pdv-visible .pdv-stat:nth-child(1) { animation: pdv-statPop 0.6s 0.05s ease both; }
.pdv-visible .pdv-stat:nth-child(2) { animation: pdv-statPop 0.6s 0.18s ease both; }
.pdv-visible .pdv-stat:nth-child(3) { animation: pdv-statPop 0.6s 0.31s ease both; }
.pdv-visible .pdv-stat:nth-child(4) { animation: pdv-statPop 0.6s 0.44s ease both; }

.pdv-visible .pdv-timeline-item:nth-child(odd)  { animation: pdv-slideInLeft 0.5s ease both; }
.pdv-visible .pdv-timeline-item:nth-child(even) { animation: pdv-fadeInUp    0.5s ease both; }

/* --- Hero section --- */
.pdv-hero .elementor-widget-governlia_slider_v1 {
  animation: pdv-fadeIn 1s ease both;
}

/* --- Card hover effect --- */
.pdv-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-bottom-color 0.3s ease;
}
.pdv-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  border-bottom-color: #c9a96e !important;
}

/* --- Image hover zoom --- */
.elementor-widget-image img {
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
}
.elementor-widget-image:hover img {
  transform: scale(1.03);
}

/* --- Logo images subtle desaturate → colour on hover --- */
.pdv-fade-in img {
  filter: none;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.pdv-fade-in:hover img {
  transform: scale(1.06);
}

/* --- Elementor video: consistent 16:9 box, no thumbnail bleed --- */
figure iframe { height: auto !important; }
.elementor-widget-video .elementor-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  height: auto !important;
  display: block;
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* --- Banner dark overlay (::before on sections with pdv-banner class) --- */
.elementor-section.pdv-banner {
  position: relative;
}
.elementor-section.pdv-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
  pointer-events: none;
}
.elementor-section.pdv-banner > .elementor-container {
  position: relative;
  z-index: 2;
}
/* Text inside banners always white by default */
.elementor-section.pdv-banner .elementor-widget-text-editor,
.elementor-section.pdv-banner .elementor-widget-text-editor * {
  color: #fff;
}

/* --- Section nav bar (About + Speaking pages) --- */
/* Sticky is handled at the section level via pdv-about-nav / pdv-spk-nav CSS below */
.pdv-section-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #1a1a1a;
  border-bottom: 3px solid #c9a96e;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdv-section-nav a {
  display: block;
  padding: 14px 22px;
  color: rgba(255,255,255,0.88) !important;
  text-decoration: none !important;
  font-family: Arimo, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s ease, color 0.2s ease;
}
.pdv-section-nav a:last-child { border-right: none; }
.pdv-section-nav a:hover,
.pdv-section-nav a.pdv-nav-active {
  background: #c9a96e;
  color: #fff !important;
}
@media (max-width: 600px) {
  .pdv-section-nav a { font-size: 11px; padding: 11px 13px; }
}

/* --- Home page banner slider overlay --- */
.banner-section .swiper-slide {
  position: relative;
}
.banner-section .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 0;
  pointer-events: none;
}
.banner-section .swiper-slide .content-outer {
  position: relative;
  z-index: 2;
}

/* --- Sticky section nav: apply to the Elementor section element itself --- */
section.elementor-section.pdv-about-nav,
section.elementor-section.pdv-spk-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #1a1a1a;
}

/* --- Elementor Tabs widget — match site colour scheme --- */
.pdv-about-tabs .elementor-tabs-content-wrapper,
.pdv-about-tabs .elementor-tab-content,
.pdv-about-tabs .elementor-tab-title {
  border: none !important;
  outline: none !important;
}
.pdv-about-tabs .elementor-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #c9a96e;
  background: #1a1a1a;
}
.pdv-about-tabs .elementor-tab-title {
  padding: 14px 22px !important;
  font-family: Arimo, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: rgba(255,255,255,0.8) !important;
  border: none !important;
  border-right: 1px solid rgba(255,255,255,0.08) !important;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  background: transparent !important;
}
.pdv-about-tabs .elementor-tab-title:hover,
.pdv-about-tabs .elementor-tab-title.elementor-active {
  background: #c9a96e !important;
  color: #fff !important;
}
.pdv-about-tabs .elementor-tabs-content-wrapper {
  padding: 32px 0 0;
}
.pdv-about-tabs .elementor-tab-content {
  padding: 0 !important;
}

/* --- Anchor smooth scroll --- */
html { scroll-behavior: smooth; }

/* --- Apply Now CTA button --- */
.pdv-apply-btn .elementor-button {
  background: #c9a96e !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: Arimo, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 16px 52px !important;
  font-size: 13px !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}
.pdv-apply-btn .elementor-button:hover {
  background: #b8955a !important;
  transform: translateY(-2px);
  opacity: 1 !important;
}

/* --- Buttons --- */
.elementor-button,
a[style*="background:#222"],
a[style*="background:#c9a96e"] {
  transition: opacity 0.25s ease, transform 0.2s ease !important;
  display: inline-block;
}
.elementor-button:hover,
a[style*="background:#222"]:hover,
a[style*="background:#c9a96e"]:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

/* ================================================================
   PDV – Minimal Modern Footer
   ================================================================ */
.pdv-footer {
  background: #0f0f0f;
  color: #fff;
  padding: 64px 24px 36px;
  text-align: center;
  font-family: Arimo, sans-serif;
}
.pdv-footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Brand */
.pdv-footer-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.pdv-footer-name:hover { color: #c9a96e; }
.pdv-footer-tagline {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin: 0;
}

/* Gold separator */
.pdv-footer-sep {
  width: 40px;
  height: 2px;
  background: #c9a96e;
  margin: 32px auto;
}

/* Navigation links */
.pdv-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 40px;
}
.pdv-footer-links a {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 4px 14px;
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: color 0.2s;
  white-space: nowrap;
}
.pdv-footer-links a:last-child { border-right: none; }
.pdv-footer-links a:hover { color: #c9a96e; }

/* Social icons */
.pdv-footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.pdv-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.55);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  text-decoration: none;
}
.pdv-social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: block;
}
.pdv-social-icon:hover {
  border-color: #c9a96e;
  color: #c9a96e;
  background: rgba(201,169,110,0.08);
}

/* Copyright */
.pdv-footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.22);
  letter-spacing: 0.5px;
  margin: 0;
}

/* Hide old theme footer widgets that may bleed through */
.main-footer .widgets-section,
.main-footer .footer-top { display: none !important; }

@media (max-width: 600px) {
  .pdv-footer-links a { font-size: 10px; padding: 6px 10px; }
  .pdv-footer-name { font-size: 17px; letter-spacing: 3px; }
}

/* --- About page: portrait images fill their Elementor column --- */
#prashan .elementor-widget-image img,
#shruthi .elementor-widget-image img {
  width: 100%;
  border-radius: 2px;
  display: block;
}

/* Timeline dot alignment tweak */
.pdv-timeline-item { position: relative; }

/* --- Responsive: stack speaking/about grids on mobile --- */
@media (max-width: 767px) {
  .pdv-card { min-width: 140px; }
  #prashan .elementor-container,
  #shruthi .elementor-container {
    flex-direction: column;
  }
}

/* --- Contact page: social icons — horizontal row, vertical on mobile --- */
.pdv-social-flex { display: flex; flex-direction: row; flex-wrap: wrap; }
.pdv-social-row  { display: flex !important; flex-direction: column; align-items: center;
                   gap: 8px; text-decoration: none !important; flex: 1; }
.pdv-social-row svg         { transition: opacity 0.2s ease; }
.pdv-social-row:hover svg   { opacity: 0.65; }
.pdv-social-row .pdv-social-label { transition: color 0.2s ease; }
.pdv-social-row:hover .pdv-social-label { color: #c9a96e !important; }
@media (max-width: 600px) {
  .pdv-social-flex { flex-direction: column; margin: 0 !important; }
  .pdv-social-row  { flex-direction: row; justify-content: flex-start; gap: 14px;
                     padding: 13px 0 !important; flex: none; width: 100%;
                     border-bottom: 1px solid #ede9e3; }
  .pdv-social-row:last-child { border-bottom: none; }
  .pdv-social-row .pdv-social-label { font-size: 12px !important; text-transform: none !important;
                                       letter-spacing: 0.5px !important; color: #1a1a1a !important; }
}

/* --- Contact page: CF7 form styling --- */
.pdv-contact-form .wpcf7-form label {
  display: block;
  font-family: Arimo, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
  margin-top: 24px;
}
.pdv-contact-form .wpcf7-form label:first-of-type { margin-top: 0; }
.pdv-contact-form .wpcf7-form input[type="text"],
.pdv-contact-form .wpcf7-form input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d0c8;
  padding: 10px 0;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: transparent;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  border-radius: 0;
}
.pdv-contact-form .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d0c8;
  padding: 10px 0;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: transparent;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  min-height: 120px;
  resize: vertical;
  border-radius: 0;
}
.pdv-contact-form .wpcf7-form input[type="text"]:focus,
.pdv-contact-form .wpcf7-form input[type="email"]:focus,
.pdv-contact-form .wpcf7-form textarea:focus { border-bottom-color: #c9a96e; }
.pdv-contact-form .wpcf7-form input[type="submit"],
.pdv-contact-form .wpcf7-form .wpcf7-submit {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 44px;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 32px;
  transition: background 0.2s ease;
  border-radius: 0;
  display: inline-block;
}
.pdv-contact-form .wpcf7-form input[type="submit"]:hover,
.pdv-contact-form .wpcf7-form .wpcf7-submit:hover { background: #c9a96e; }
.pdv-contact-form .wpcf7-validation-errors,
.pdv-contact-form .wpcf7-mail-sent-ok {
  font-family: Arimo, sans-serif;
  font-size: 13px;
  margin-top: 16px;
  padding: 12px 16px;
  border-left: 3px solid #c9a96e;
}
.pdv-contact-form .wpcf7-not-valid-tip {
  font-family: Arimo, sans-serif;
  font-size: 11px;
  color: #c0392b;
  margin-top: 4px;
}
/* Social links in contact page — no underline */
.elementor-widget-text-editor a[style*="text-decoration:none"] { text-decoration: none !important; }

/* --- Publications: equal-height review cards --- */
.pdv-review-row.elementor-section > .elementor-container { align-items: stretch !important; }
.pdv-review-row .elementor-column { display: flex !important; flex-direction: column !important; }
.pdv-review-row .elementor-column > .elementor-column-wrap,
.pdv-review-row .elementor-column > .elementor-widget-wrap { flex: 1 !important; display: flex !important; flex-direction: column !important; }
.pdv-review-row .elementor-widget-text-editor,
.pdv-review-row .elementor-widget-container { flex: 1 !important; display: flex !important; flex-direction: column !important; }
.pdv-review-row .elementor-widget-text-editor > .elementor-widget-container > div { height: 100% !important; box-sizing: border-box !important; }
@media (max-width: 767px) {
  .pdv-review-row .elementor-column { display: block !important; }
}

/* --- Publications: book cover drop shadow --- */
.pdv-book-col .elementor-widget-image img {
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  display: block;
  width: 100%;
}

/* --- Publications / Podcast: kill underline on inline CTA links --- */
.elementor-widget-text-editor a[style*="text-decoration:none"] { text-decoration: none !important; }

/* --- Speaking & Media: press links — kill browser-default underline --- */
#press .elementor-widget-text-editor a,
#press .elementor-widget-text-editor a:visited { text-decoration: none !important; }
#press .elementor-widget-text-editor a:hover   { color: #c9a96e !important; text-decoration: none !important; }

/* --- Speaking & Media image strip: fixed-height crop --- */
.pdv-img-strip .elementor-widget-image img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  display: block;
}

/* Speaking page video labels */
.pdv-vid-label { margin: 10px 0 0; }

/* --- Profile sections (Prashan / Shruthi) — mobile --- */
@media (max-width: 767px) {
  /* Heading: scale down from 40px */
  .pdv-profile-name {
    font-size: 28px !important;
    letter-spacing: 0 !important;
  }

  /* Stats row: reduce side padding so 3 items fit */
  .pdv-profile-stats {
    margin-top: 24px !important;
  }
  .pdv-stat-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .pdv-stat-num {
    font-size: 18px !important;
  }

  /* Portrait image: no bottom gap when stacked above text */
  #prashan .elementor-column:first-child,
  #shruthi .elementor-column:last-child {
    margin-bottom: 24px;
  }
}

/* --- Home page: movement cards editorial border style --- */
.pdv-mv-card {
  border: 1px solid #ede9e3;
  border-bottom: 3px solid #d6ceC4;
  transition: border-bottom-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.pdv-mv-card:hover {
  border-bottom-color: #c9a96e;
  box-shadow: 0 6px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}

/* --- Home page: Meet Prashan image fills its column --- */
.pdv-meet-img .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}


/* ─── Public Speaking Mastery Course (page-id-1900) — mobile responsiveness ─── */

/* Gains grid: 2-col → 1-col on mobile */
.pdv-gains-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

/* Course details table: allow horizontal scroll on tiny screens */
.pdv-course-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {

  /* ── Hero ── */
  /* Remove inner horizontal padding so text doesn't crowd on phones */
  .page-id-1900 .pdv-banner .elementor-widget-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* ── Two-column sections: reset right-padding when columns stack ── */
  .page-id-1900 .elementor-column[data-element_type="column"] > .elementor-widget-wrap {
    padding-right: 0 !important;
  }

  /* ── Gains grid: single column ── */
  .pdv-gains-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  /* ── Week cards: 2-col on small phones (auto-fill handles the rest) ── */
  .page-id-1900 [style*="grid-template-columns:repeat(auto-fill,minmax(220px"] {
    grid-template-columns: 1fr 1fr !important;
  }

  /* ── Audience chips: wrap & left-align ── */
  .page-id-1900 [style*="display:flex;flex-wrap:wrap;justify-content:center"] {
    justify-content: flex-start !important;
  }

  /* ── Flyer: always full-width ── */
  .page-id-1900 .elementor-widget-image .elementor-image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* ── Video: ensure full-width ── */
  .page-id-1900 video {
    width: 100% !important;
    height: auto !important;
  }

  /* ── Tables: comfortable on small screens ── */
  .pdv-course-table td {
    padding: 12px 4px !important;
    font-size: 13px !important;
  }
  .pdv-course-table td:first-child {
    min-width: 90px;
  }

  /* ── CTA buttons: full-width, stacked ── */
  .page-id-1900 .pdv-banner a[style*="display:inline-block"],
  .page-id-1900 [id="apply"] ~ div a {
    display: block !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}

@media (max-width: 480px) {

  /* ── Week cards: 1-col on very small phones ── */
  .page-id-1900 [style*="grid-template-columns:repeat(auto-fill,minmax(220px"] {
    grid-template-columns: 1fr !important;
  }

  /* ── Stats row: stack vertically ── */
  .page-id-1900 [style*="display:flex;gap:0"] {
    flex-direction: column !important;
  }

}
