/******************************************************************
  Template Name: Manup
  Description: Manup Event HTML Template (CLEANED)
  Author: Colorlib (customized)
  Version: 1.0 (cleaned 2025-08-30)
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
2.  Helper Css
3.  Header Section
4.  Hero Section (Swiper + fixed white text)
5.  Home About Section
6.  Team Member Section
7.  Pricing Section
8.  Latest Blog Section
9.  Contact
10. Footer Style
11. Other Pages
12. Responsive
-------------------------------------------------------------------*/

/*----------------------------------------
  1) Template default CSS
----------------------------------------*/

html, body {
  height: 100%;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

h1 { font-size: 70px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #6a6b7c;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 15px 0;
}

img { max-width: 100%; }

input:focus, select:focus, button:focus, textarea:focus { outline: none; }

a:hover, a:focus { text-decoration: none; outline: none; color: #fff; }

ul, ol { padding: 0; margin: 0; }

/*---------------------
  2) Helper CSS
-----------------------*/

.section-title { text-align: center; margin-bottom: 52px; }
.section-title h2 { font-size: 40px; font-weight: 700; color: #171822; margin-bottom: 10px; }
.section-title p { font-size: 18px; color: #6a6b7c; margin-bottom: 0; }

.set-bg { background-repeat: no-repeat; background-size: cover; background-position: top center; }

.spad { padding-top: 100px; padding-bottom: 100px; }
.spad-2 { padding-top: 50px; padding-bottom: 70px; }

.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,
.text-white p,.text-white span,.text-white li,.text-white a { color: #fff; }

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active,
.site-btn {
  background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

/* Buttons */
.primary-btn{
  display:inline-block;font-size:16px;font-weight:600;padding:12px 40px;color:#fff;text-align:center;border-radius:50px;
  background-image:linear-gradient(to right,#ee8425 0%,#f9488b 100%),linear-gradient(to right,#ee8425 0%,#f9488b 100%);
}
.site-btn{font-size:16px;color:#fff;font-weight:600;border:none;padding:10px 40px 12px;border-radius:50px;}

/* Preloader */
#preloder{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999999;background:#000;}
.loader{width:40px;height:40px;position:absolute;top:50%;left:50%;margin-top:-13px;margin-left:-13px;border-radius:60px;animation:loader .8s linear infinite;}
@keyframes loader{
  0%{transform:rotate(0deg);border:4px solid #f44336;border-left-color:transparent;}
  50%{transform:rotate(180deg);border:4px solid #673ab7;border-left-color:transparent;}
  100%{transform:rotate(360deg);border:4px solid #f44336;border-left-color:transparent;}
}

/*---------------------
  3) Header (normalized)
-----------------------*/

.header-section{
  display:flex;
  align-items:center;
  background:#fff;
  padding-top:10px;
  padding-bottom:10px;
}
.header-section.header-normal{ border-bottom:1px solid #e5e5e5; }
.logo{ float:left; padding-top:0; padding-bottom:0; }
.logo a{ display:inline-block; }
.logo img{ max-height:60px; height:auto; width:auto; display:block; }

.nav-menu{ float:right; }
.nav-menu .mainmenu{ display:inline-block; }
.nav-menu .mainmenu ul li{ display:inline-block; list-style:none; margin-right:40px; position:relative; }
.nav-menu .mainmenu ul li .dropdown{
  position:absolute;width:180px;background:#fff;z-index:99;left:0;top:130px;opacity:0;visibility:hidden;
  box-shadow:4px 13px 30px rgba(0,0,0,.15);transition:all .3s;
}
.nav-menu .mainmenu ul li .dropdown li{ display:block; margin-right:0; }
.nav-menu .mainmenu ul li .dropdown li a{ padding:8px 10px; display:block; transition:all .3s; text-transform:capitalize; }
.nav-menu .mainmenu ul li .dropdown li a:hover{ color:#f44949; }
.nav-menu .mainmenu ul li .dropdown li a:after{ display:none; }
.nav-menu .mainmenu ul li.active a:after{ opacity:1; }
.nav-menu .mainmenu ul li:hover>a:after{ opacity:1; }
.nav-menu .mainmenu ul li:hover .dropdown{ opacity:1; visibility:visible; top:100px; }

.nav-menu .mainmenu ul li a {
  font-size:16px;
  color:#171822;
  text-transform:uppercase;
  font-weight:600;
  padding:20px 0;       /* ↓ reduce padding so links align with logo */
  line-height:60px;     /* same as logo height */
  position:relative;
  display:inline-block;
}

.nav-menu .mainmenu ul li a:after{
  position:absolute;left:0;bottom:36px;height:2px;width:100%;background:#F44949;content:"";opacity:0;transition:all .3s;
}
.nav-menu .primary-btn.top-btn{ margin:27px 0; }
.slicknav_menu{ display:none; }

/*---------------------
  4) HERO (Swiper + fixed white text)
-----------------------*/

.hero-section{ padding-top:0; }

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide{
  height:100vh;
}

.hero-slide-bg{
  position:relative;width:100%;height:100%;
  background-size:cover;background-position:center;
  display:flex; align-items:center;
}

.hero-slide-bg .overlay{
  position:absolute;inset:0;background:rgba(0,0,0,.55);
}

.hero-content{
  position:relative; z-index:1; color:#fff;
  padding:28px 20px; max-width:900px; margin:0 auto;
  text-align:left;
}

.hero-kicker{
  font-size:14px; font-weight:600; color:#fff; text-transform:uppercase;
  margin-bottom:12px; text-shadow:0 2px 6px rgba(0,0,0,.6);
}

.hero-heading{
  font-size:38px; line-height:1.25; font-weight:800; color:#fff;
  text-shadow:0 3px 10px rgba(0,0,0,.7); margin-bottom:16px;
}
.hero-heading .em {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  color: #000 !important; /* pure black */
}


.hero-cta{ margin-top:20px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-cta .primary-btn{
  display:inline-block; padding:12px 36px; font-size:16px; font-weight:600; color:#fff; border-radius:999px;
  background: linear-gradient(135deg, #10b981, #34d399, #6ee7b7);
  box-shadow:0 8px 24px rgba(16,185,129,.35); border:none; transition:all .3s ease-in-out;
}
.hero-cta .primary-btn:hover{ transform:translateY(-2px) scale(1.02); box-shadow:0 12px 32px rgba(16,185,129,.55); }
.hero-cta .secondary-btn{
  display:inline-block; padding:12px 36px; font-size:16px; font-weight:600; color:#fff; border-radius:999px;
  border:2px solid #fff; background:rgba(255,255,255,.1); backdrop-filter:blur(4px); transition:all .3s ease-in-out;
}
.hero-cta .secondary-btn:hover{ background:rgba(255,255,255,.25); transform:translateY(-2px) scale(1.02); }

/* Swiper arrows + bullets */
.swiper-button-prev,.swiper-button-next{
  color:#fff; background:linear-gradient(135deg, #10b981, #34d399, #6ee7b7);
  border-radius:50%; width:48px; height:48px; display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 18px rgba(16,185,129,.35); transition:all .3s ease;
}
.swiper-button-prev::after,.swiper-button-next::after{ font-size:18px; font-weight:bold; }
.swiper-button-prev:hover,.swiper-button-next:hover{ transform:translateY(-2px) scale(1.05); box-shadow:0 10px 26px rgba(16,185,129,.55); }

.swiper-pagination-bullet{ width:10px; height:10px; margin:0 6px !important; background:rgba(255,255,255,.6); opacity:1; transition:all .3s ease; border-radius:50%; }
.swiper-pagination-bullet-active{ width:12px; height:12px; background:linear-gradient(135deg, #10b981, #34d399); box-shadow:0 0 8px rgba(16,185,129,.7); }

@media (max-width:768px){
  .swiper-button-prev,.swiper-button-next{ display:none !important; }
}

/* Responsive hero text */
@media (max-width: 991px) { .hero-heading { font-size: 28px; } }
@media (max-width: 767px) {
  .hero-heading { font-size: 22px; }
  .hero-cta .primary-btn, .hero-cta .secondary-btn { font-size:14px; padding:10px 24px; }
}
@media (max-width: 479px) {
  .hero-heading { font-size: 20px; }
  .hero-cta { flex-direction:column; gap:10px; }
  .hero-cta .primary-btn, .hero-cta .secondary-btn { width:100%; text-align:center; }
}

/* Force ALL text inside hero-content to white */
.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6,
.hero-content p,
.hero-content span { color:#fff !important; }


/*---------------------
  5) Home About
-----------------------*/

.home-about-section{ padding-bottom:90px; }
.ha-pic{ box-shadow:0 0 30px rgba(11,12,48,.15); margin-right:30px; }
.ha-pic img{ min-width:100%; border-radius:2px; }
.ha-text{ padding-top:74px; }
.ha-text h2{ color:#171822;font-size:40px;font-weight:700;margin-bottom:32px; }
.ha-text p{ margin-bottom:21px; }
.ha-text ul{ margin-bottom:27px; }
.ha-text ul li{ list-style:none;font-size:16px;line-height:30px;color:#6a6b7c; }
.ha-text ul li span{ color:#f44949; }
.ha-text .ha-btn{ font-size:16px;color:#171822;font-weight:600;position:relative; }
.ha-text .ha-btn:before{ position:absolute;left:0;bottom:-6px;height:2px;width:100%;background:#f44949;content:""; }

/*---------------------
  6) Team Member
-----------------------*/

.team-member-section{ overflow:hidden; }
.member-item{ width:20%; float:left; height:420px; position:relative; overflow:hidden; }
.member-item:hover .mi-social{ top:0; }
.member-item:hover .mi-text{ left:20px; }
.member-item .mi-social{ text-align:center; position:relative; top:-60px; transition:all .3s ease-out; }
.member-item .mi-social .mi-social-inner{ display:inline-block; padding:10px 23px 8px; border-radius:0 0 4px 4px; }
.member-item .mi-social .mi-social-inner a{ display:inline-block; font-size:18px; color:#fff; margin-right:10px; }
.member-item .mi-social .mi-social-inner a:last-child{ margin-right:0; }
.member-item .mi-text{
  background:#fff; padding:16px 0 18px 25px; position:absolute; left:-500px; bottom:20px; width:calc(100% - 40px);
  transition:all .5s ease-out;
}
.member-item .mi-text h5{ font-size:20px; color:#171822; font-weight:600; margin-bottom:5px; }
.member-item .mi-text span{ font-size:16px; color:#f44949; display:block; }

/*---------------------
  7) Schedule (placeholder comment)
-----------------------*/

.schedule-section{ padding-bottom:60px; }
/* (keep your schedule styles as needed) */

/*---------------------
  8) Pricing
-----------------------*/

.pricing-section{ padding-top:90px; padding-bottom:80px; }
.pricing-section .section-title{ margin-bottom:88px; }
.pricing-section .section-title h2{ color:#ffffff; }
.pricing-section .section-title p{ color:#a0a1b5; }
.price-item{
  background:#ffffff;text-align:center;padding-top:34px;padding-bottom:18px;position:relative;border-radius:2px;margin-bottom:40px;
}
.price-item.top-rated{ margin-top:-36px; }
.price-item .tr-tag{ width:28px;height:50px;line-height:38px;clip-path:polygon(100% 0%,100% 100%,50% 65%,0% 100%,0% 0%);position:absolute;right:26px;top:0; }
.price-item .tr-tag i{ color:#ffffff; }
.price-item h4{ color:#171822;font-weight:700;text-transform:uppercase;margin-bottom:26px; }
.price-item .pi-price{ padding-top:16px;padding-bottom:14px;margin-bottom:38px; }
.price-item .pi-price h2{ font-size:60px;color:#ffffff;font-family:"Poppins",sans-serif;font-weight:600;display:inline-block;position:relative;padding-left:20px; }
.price-item .pi-price h2 span{ font-size:30px;position:absolute;left:0;top:9px; }
.price-item ul li{ list-style:none;font-size:16px;color:#6a6b7c;line-height:38px; }
.price-item .price-btn{
  font-size:16px;color:#171822;font-weight:600;display:inline-block;background:#ffffff;padding:10px 85px;border-radius:50px;
  box-shadow:0 6px 20px rgba(0,0,0,.15);position:relative;bottom:-39px;transition:all .3s;
}
.price-item .price-btn:hover{ color:#ffffff; }
.price-item .price-btn:hover span{ color:#ffffff; }
.price-item .price-btn span{ color:#f44949; position:relative; top:3px; transition:all .3s; }

/*---------------------
  9) Latest Blog
-----------------------*/

.latest-blog{ background:#f4f6f8; padding-bottom:160px; }
/* (keep your latest blog styles) */

/*---------------------
  10) Newsletter / Contact / Footer
-----------------------*/

.newslatter-section.about-newslatter .newslatter-inner{ margin-top:0; }
.newslatter-inner {
  padding:60px 70px 48px;
  overflow:hidden;
  border-radius:2px;
  margin-top:0;   /* ✅ no overlap */
}

.newslatter-inner .ni-text{ float:left; }
.newslatter-inner .ni-text h3{ color:#ffffff; font-weight:700; margin-bottom:8px; }
.newslatter-inner .ni-text p{ color:#ffffff; margin-bottom:0; }
.newslatter-inner .ni-form{ width:400px; position:relative; float:right; margin-top:12px; }
.newslatter-inner .ni-form input{
  width:100%; height:50px; font-size:16px; color:#a0a1b5; padding-left:20px; background:#ffffff; border-radius:50px; border:none; padding-right:140px;
}
.newslatter-inner .ni-form button{
  width:128px; height:40px; text-align:center; border:none; color:#ffffff; font-size:16px; font-weight:600; border-radius:50px; position:absolute; right:5px; top:5px;
}

/* Home Contact */
.contact-section .section-title{ text-align:left; margin-bottom:40px; }
.cs-text .ct-address span{ font-size:16px; color:#6a6b7c; }
.cs-text .ct-address p{ font-size:18px; color:#171822; line-height:30px; margin-top:8px; }
.cs-text ul{ margin-bottom:22px; }
.cs-text ul li{ font-size:18px; color:#171822; line-height:36px; list-style-type:none; display:inline-block; margin-right:42px; }
.cs-text ul li:last-child{ margin-right:0; }
.cs-text ul li span{ font-size:16px; color:#6a6b7c; display:block; }
.cs-text .ct-links span{ font-size:16px; color:#6a6b7c; }
.cs-text .ct-links p{ font-size:18px; color:#171822; line-height:30px; margin-top:8px; }
.cs-map{ height:400px; box-shadow:0 12px 30px rgba(11,12,48,.15); }
.cs-map iframe{ width:100%; }

/* Footer */
.footer-section{
  background:#ffffff;
  color:#111111;
  padding-top:50px;
  padding-bottom:60px;
  border-top:1px solid #ddd;
}
.partner-logo{ padding-bottom:50px; border-bottom:1px solid #2f3039; }
.partner-logo .pl-table{ display:table; }
.partner-logo .pl-table .pl-tablecell{ display:table-cell; vertical-align:middle; height:41px; }
.footer-text{ text-align:center; padding-top:60px; }
.footer-text .ft-logo{ margin-bottom:20px; }
.footer-text ul{ margin-bottom:18px; }
.footer-text ul li{ list-style:none; display:inline-block; margin-right:52px; }
.footer-text ul li:last-child{ margin-right:0; }
.footer-text ul li a{ font-size:18px; color:#111111; display:inline-block; transition:all .3s; }
.footer-text ul li a:hover{ color:#f44949; }
.footer-text .copyright-text{ font-size:14px; color:#111111; margin-bottom:28px; }
.footer-text .copyright-text i{ color:#f44949; }
.footer-text .copyright-text a{ color:#a0a1b5; }
.footer-text .copyright-text a:hover{ color:#f44949; }
.footer-text .ft-social a{
  display:inline-block;width:40px;height:40px;text-align:center;line-height:40px;font-size:16px;color:#a3a3ae;border:1px solid #45464e;border-radius:50%;margin-right:15px;
}
.footer-text .ft-social a:last-child{ margin-right:0; }

/*---------------------
  11) Other Pages
-----------------------*/

/* Breadcrumb */
.breadcrumb-section{ padding:75px 0 75px; }
.breadcrumb-text{ text-align:center; }
.breadcrumb-text h2{ font-size:40px; color:#171822; font-weight:600; margin-bottom:14px; }
.breadcrumb-text .bt-option a{
  font-size:18px;color:#6a6b7c;display:inline-block;margin-right:25px;position:relative;
}
.breadcrumb-text .bt-option a:after{
  position:absolute;right:-17px;top:2px;content:"\f105";font-family:"FontAwesome";
}
.breadcrumb-text .bt-option span{ display:inline-block; color:#a0a1b5; }

/*---------------------
  12) Responsive
-----------------------*/

@media only screen and (min-width:1200px){ .container{ max-width:1170px; } }

@media only screen and (min-width:992px) and (max-width:1199px){
  .nav-menu .mainmenu ul li{ margin-right:25px; }
  .hero-section .hero-text{ padding-top:110px; }
  .counter-section .cd-timer .cd-item{ margin-left:25px; }
  .ha-text{ padding-top:0; }
  .member-item{ width:25%; height:310px; }
  .testimonial-slider.owl-carousel .owl-nav button{ left:-10px; }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next{ right:-10px; }
  .newslatter-inner .ni-form{ width:350px; }
  .cc-text{ padding-top:65px; }
}

@media only screen and (max-width:991px){
  .schedule-tab .st-content .sc-pic{ text-align:left; padding:30px 0 0; }
  .schedule-tab .st-content .sc-text{ padding:30px 0 0; }
  .schedule-tab .st-content .sc-widget{ padding:30px 0; }
  .schedule-tab .st-content{ padding-left:30px; }
  .price-item.top-rated{ margin-top:0; }
  .latest-item.large-item{ height:550px; margin-right:0; margin-left:0; }
  .latest-item{ margin-left:0; }
  .cs-map{ margin-top:20px; }
  .about-text{ margin-top:30px; }
  .story-right{ padding-left:0; }
  .newslatter-inner .ni-text{ float:none; }
  .newslatter-inner .ni-form{ float:none; margin-top:30px; }
  .testimonial-slider.owl-carousel .owl-nav button{ left:-10px; }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next{ right:-10px; }
  .counter-section .counter-text{ margin-bottom:30px; }
  .counter-section .cd-timer{ text-align:left; }
  .speaker-item .si-text .si-title{ padding-top:30px; }
  .bd-text .bd-more-pic img{ margin-bottom:10px; }
  .cc-text{ padding-left:40px; }
  .ha-pic{ margin-right:0; }
  .hero-section .hero-text{ margin-bottom:20px; }
}

@media only screen and (min-width:768px) and (max-width:991px){
  .nav-menu .primary-btn.top-btn{ display:none; }
  .nav-menu .mainmenu ul li{ margin-right:20px; }
  .bh-text h2{ font-size:45px; }
  .nav-menu .mainmenu ul li:last-child{ margin-right:0; }
  .hero-section .hero-text{ margin-bottom:20px; }
  .member-item{ width:33.33%; }
}

@media only screen and (max-width:767px){
  .counter-section .cd-timer .cd-item{ margin-bottom:10px; }
  .member-item{ width:50%; }
  .newslatter-inner{ padding:60px 50px 48px; }
  .newslatter-inner .ni-form{ width:350px; }
  .footer-text ul li{ margin-right:15px; }
  .schedule-table-tab .schedule-table-content{ overflow-x:auto; }
  .schedule-table-tab .nav-tabs .nav-item{ width:33.33%; }

  .slicknav_menu{ display:block; background:transparent; padding:0; }
  .nav-menu .mainmenu{ display:none; }
  .nav-menu .primary-btn.top-btn{ display:none; }
  .slicknav_btn{ margin:34px 0; border-radius:0; }
  .slicknav_nav{ background:#222; }
  .slicknav_nav .slicknav_row, .slicknav_nav a{ margin:0; padding:10px 20px; transition:all .3s; }
  .slicknav_nav ul{ margin:0; }
  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover{ border-radius:0; background:#f44949; color:#fff; }

  .member-item .mi-text{ left:-1000px; }

  .bh-text h2, .hero-section .hero-text h2{ font-size:40px; line-height:normal; }

  .counter-section .cd-timer .cd-item{ margin-right:10px; margin-left:0; }
  .counter-section .cd-timer .cd-item:last-child{ margin-right:0; }

  .testimonial-slider.owl-carousel{ text-align:center; }
  .testimonial-slider.owl-carousel .owl-nav button{ margin-top:10px; position:relative; }
}

@media only screen and (max-width:479px){
  .bh-text h2, .hero-section .hero-text h2{ font-size:36px; line-height:normal; }
  .newslatter-inner{ padding:60px 20px 48px; }
  .counter-section .cd-timer .cd-item{ margin-right:10px; margin-left:0; }
  .schedule-table-tab .nav-tabs .nav-item{ width:50%; }
  .member-item{ width:100%; }
  .newslatter-inner .ni-form{ width:100%; }
  .newslatter-inner .ni-form button{ width:95px; }
  .newslatter-inner .ni-form input{ padding-right:100px; }
  .footer-text ul li{ margin-bottom:10px; }
  .cc-text{ padding-left:30px; padding-top:35px; }
  .story-item h2{ float:none; margin-bottom:10px; }
  .bd-text .bd-tag-share .s-share a{ font-size:14px; height:35px; width:35px; line-height:35px; margin-left:5px; }
}

/*---------------------
  5) Counter
-----------------------*/

.counter-section{ padding:40px 0; }
.counter-section .counter-text span{ font-size:16px;color:#fff; }
.counter-section .counter-text h3{ color:#fff;font-weight:700;line-height:38px;margin-top:10px; }
.counter-section .cd-timer{ text-align:right; }
.counter-section .cd-timer .cd-item{
  display:inline-block;text-align:center;margin-left:35px;height:120px;width:120px;padding-top:32px;position:relative;
}
.counter-section .cd-timer .cd-item:after{
  position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid #fff;content:"";opacity:.1;border-radius:4px;
}
.counter-section .cd-timer .cd-item:first-child{ margin-left:0; }
.counter-section .cd-timer .cd-item span{ font-size:60px;color:#fff;font-weight:600;line-height:30px; }
.counter-section .cd-timer .cd-item p{ font-size:18px;color:#fff;margin-bottom:0;line-height:30px; }
/* Utility: Consistent logo sizes */
.header-section .logo img { height: 60px; width: auto; }
.footer-section .ft-logo img { height: 60px; width: auto; }

/* ---------- Venue Page Enhancements (restored from older CSS) ---------- */

/* Date Badge */
.date-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #ffb36b 0%, #ff8a3d 40%, #ff6a00 100%);
  color: #111;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.06);
  margin: 6px 0 18px;
}
.date-badge .db-icon { font-size: 1.4rem; line-height: 1; }
.date-badge .db-text { display: flex; flex-direction: column; line-height: 1.1; }
.date-badge .db-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.9; }
.date-badge .db-value { font-size: 1.05rem; font-weight: 700; }
@media (max-width: 576px) {
  .date-badge { padding: 10px 14px; }
  .date-badge .db-value { font-size: 1rem; }
}
/* Optional hover lift on the badge */
.event-venue-details .date-badge {
  transform: translateY(4px);
  transition: transform .25s ease, box-shadow .25s ease;
}
.event-venue-details:hover .date-badge {
  transform: translateY(0);
  box-shadow: 0 12px 26px rgba(0,0,0,0.22);
}

/* Mumbai Hosting City Section (no background image) */
.mumbai-info {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  padding: 100px 0;
}

.mumbai-info .section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.mumbai-info .section-title .subtitle {
  display: block;
  font-size: 1rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

.mumbai-text.card-style {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
  text-align: justify;
}

.mumbai-text p { margin-bottom: 18px; }

.mumbai-text .highlight-box {
  background: #f9fafb;
  border-left: 4px solid #10b981;
  padding: 18px 20px;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mumbai-text .highlight-box i {
  font-size: 1.4rem;
  color: #10b981;
  flex-shrink: 0;
}
/* Icons inside Mumbai paragraphs */
.mumbai-text p {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mumbai-text p i {
  font-size: 1.2rem;
  color: #10b981; /* green accent */
  flex-shrink: 0;
  margin-top: 4px;
}
/* ======= Organizers strip (chips + patrons) ======= */
.org-section {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
}
.org-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}
.org-sub {
  color: #6b7280;
  margin-top: 6px;
}

.org-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px dashed #e5e7eb;
}
.org-row:first-of-type { border-top: 0; }

.org-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #6b7280;
  padding-top: 8px;
}

/* Chips */
.org-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}
.chip-strong {
  background: linear-gradient(135deg, #e6f7ee, #f3fdf7);
  border-color: #bbf7d0;
}

/* Patrons */
.org-row.patrons .org-patrons {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
}
.patron-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.patron-name { font-weight: 700; color: #111827; margin-bottom: 4px; }
.patron-role { font-size: 14px; color: #6b7280; }

/* Responsive */
@media (max-width: 991px) {
  .org-row { grid-template-columns: 1fr; }
  .org-label { padding-top: 0; }
  .org-row.patrons .org-patrons { grid-template-columns: 1fr; }
}

/* ======= Page polish tweaks (optional, safe) ======= */
/* Harmonize section spacing where grids appear */
.section-title + .row { margin-top: 12px; }

/* Member cards spacing on About page remains; cards already exist there */
.member-card { border-radius: 12px; overflow: hidden; }
.member-card .member-info h5 { font-weight: 700; }

/* --- Premium Newsletter (no overlap, clean spacing) --- */
.newsletter-pro {
  margin-top: 80px; /* clean gap from above content */
  padding-top: 60px;
  padding-bottom: 90px;
  background:
    radial-gradient(1200px 300px at 50% -10%, rgba(16,185,129,.12), transparent 60%),
    linear-gradient(180deg, #f8fafc, #eef2f7);
  border-top: 1px solid #e5e7eb;
}

.nl-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 36px 28px;
  box-shadow: 0 24px 60px rgba(2,6,23,0.08);
  position: relative;
}

.nl-badge {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0f172a;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  padding: 6px 10px;
  border-radius: 999px;
}

.nl-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 6px;
}

.nl-sub {
  color: #475569;
  margin-bottom: 20px;
  font-size: 1.02rem;
}

.nl-form { margin-top: 8px; }

.nl-input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 8px;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

.nl-input-wrap i.fa-envelope {
  position: absolute;
  left: 18px;
  pointer-events: none;
  color: #6b7280;
}

.nl-input-wrap input[type="email"] {
  border: none;
  background: transparent;
  padding: 12px 14px 12px 40px; /* space for icon */
  font-size: 16px;
  color: #0f172a;
  outline: none;
}

.nl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #10b981, #34d399, #6ee7b7);
  color: #fff;
  box-shadow: 0 10px 30px rgba(16,185,129,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.nl-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 36px rgba(16,185,129,.5); }

.nl-hint {
  display: block;
  margin-top: 10px;
  color: #64748b;
}

/* Responsive */
@media (max-width: 575px) {
  .nl-input-wrap {
    grid-template-columns: 1fr;
    padding: 6px;
    border-radius: 14px;
  }
  .nl-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Accessibility focus */
.nl-input-wrap:focus-within {
  box-shadow: 0 0 0 4px rgba(16,185,129,.2);
  border-color: #99f6e4;
}

/* Newsletter messages */
.nl-message {
  margin-top: 12px;
  font-size: 0.95rem;
  text-align: center;
  transition: all 0.3s ease;
}

.nl-message.success {
  color: #059669; /* green */
  font-weight: 600;
}

.nl-message.error {
  color: #dc2626; /* red */
  font-weight: 600;
}

.nl-message.info {
  color: #64748b; /* gray (default hint) */
}

.nav-menu .primary-btn.top-btn {
  margin:0;
  line-height:60px;   /* align with logo height */
  padding:8px 20px;   /* adjust spacing */
}

/* Modern member cards */
.member-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}

.member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.member-photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  background: #f9fafb;
}

.member-info h5 {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #111827;
}

.member-info p {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #10b981, #34d399);
  border-radius: 2px;
}

/* Compact Register button (text-hugging) */
.primary-btn.top-btn {
  background: #f97316 !important;   /* Orange */
  color: #fff !important;
  padding: 4px 10px !important;     /* Tight padding around text */
  font-size: 14px !important;
  line-height: 1.2 !important;      /* Keeps height closer to text */
  border-radius: 4px;               /* Slight rounding */
  display: inline-flex;             /* Align icon + text nicely */
  align-items: center;
}
.primary-btn.top-btn i {
  margin-right: 4px;                /* Small gap between icon & text */
  font-size: 13px;
}
.primary-btn.top-btn:hover {
  background: #ea580c !important;   /* Darker orange hover */
}

/* Remove green background/padding from hero slider arrows */
.hero-section .swiper-button-prev,
.hero-section .swiper-button-next {
  background: none !important;   /* kill the green circle */
  padding: 0 !important;         /* remove extra padding */
  width: auto !important;
  height: auto !important;
  color: #fff !important;        /* keep arrow icon white */
}

.hero-section .swiper-button-prev::after,
.hero-section .swiper-button-next::after {
  font-size: 28px !important;    /* adjust arrow size */
}

/* Force hero banner text (including .em spans) to white */
.hero-heading,
.hero-heading .em,
.hero-kicker,
.hero-sub {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}

/* ===== Header centered logo + nav below logo ===== */
/* Replace/override existing header rules */
.header-section {
  display: flex;
  flex-direction: column;   /* stack logo over nav */
  align-items: center;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

/* header rows inside the container */
.header-row { width: 100%; display: flex; justify-content: center; align-items: center; }

/* Logo row (centered) */
.header-logo-row { margin-bottom: 6px; }
.site-logo { display: inline-block; }
.site-logo img { max-height: 110px; width: auto; display: block; }

/* Nav row: nav centered and register button to the right of nav */
.header-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

/* Main nav (centered horizontally) */
.nav-menu { order: 0; }
.mainmenu { display: inline-block; }
.main-nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; justify-content: center; align-items: center; }
.main-nav-list li { display: inline-block; }
.main-nav-list li a {
  font-size: 15px;
  color: #171822;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 6px;
  line-height: 1;
  display: inline-block;
}

/* Register button - keep visible on larger screens */
.register-btn {
  margin-left: 18px;
  display: inline-block;
  padding: 10px 20px;
}

/* keep mobile menu wrap in place */
#mobile-menu-wrap { width: 100%; }

/* Responsive adjustments */
@media (min-width: 992px) {
  /* nav and register sit on same row centered */
  .header-nav-row { justify-content: center; }
  .register-btn { position: relative; right: 0; }
}

@media (max-width: 991px) {
  /* revert to mobile stack: logo top, mobile menu (slicknav) below */
  .main-nav-list { display: none; } /* slicknav will generate the collapsible menu */
  .register-btn { display: none; } /* keep consistent with previous behavior */
}

/* small tweak to ensure footer and header logos match visually */
.footer-section .ft-logo img,
.site-logo img { height: 120px; width: auto; }


/* Keep a clean gap above the newsletter on inner pages */
.newslatter-section.about-newslatter .newslatter-inner { margin-top: 0; }