:root {
	--brand-yellow: #FECC04;
	--ink: #111;
	--cream: #FFF7E3;
	--muted: #6b6b6b;
	--shadow: 0 8px 24px rgba(0, 0, 0, .08);
	--radius: 14px;
	--maxw: 1520px;
	/* Container width */
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth;
}

.marathi-font1 span {
	font-family: "Tiro Devanagari Marathi", serif !important;
}

.date-pill .marathi-font1 {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
	margin: 0;
	font-family: "Sora", sans-serif;
	color: var(--ink)
}

h1,
h3,
h2,
h4,
h5,
h6 {
	font-family: "Sora", sans-serif;
}

/* Container */
.container {
	width: 100%;
	max-width: var(--maxw);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* NAVBAR */


.nav-wrap {
	position: sticky;
	top: 0;
	z-index: 30;
	background: #fff;
	box-shadow: var(--shadow);
	height: 135px;
	display: flex;
	align-items: center;
	/* vertical center */
	justify-content: space-between;
	/* logo left / menu right */
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--ink);
	font-weight: 600
}

.menu {
	display: flex;
	gap: 65px;
	list-style: none;
	margin: 0;
	padding: 0
}

.menu a {
	text-decoration: none;
	color: var(--ink);
	letter-spacing: .08em;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
	
	position: relative;
}

.menu a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #000;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}
.menu a:hover::before{
  transform: scale3d(1,1,1);
}

.menu a::before{
  background: #000;
  transform-origin: 100% 50%;
}

.menu a:hover::before{
  transform-origin: 0 50%;
}

.cta {
	background:#FECC04;
	border: none;
	padding: 10px 18px;
	border-radius:5px;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}


.cta:hover {background:#000 !important;color:#fff}

.cta:hover::before, .cta::before {display:none}

/* Hamburger */
.hamburger {
	display: none;
	cursor: pointer;
	font-size: 36px;
	color: var(--ink);
}

/* Mobile slide menu */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	width: 260px;
	background: #fff;
	box-shadow: -4px 0 12px rgba(0, 0, 0, .15);
	padding: 60px 20px;
	transition: .3s;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 40;
}

.mobile-menu.active {
	right: 0;
}

.mobile-menu a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: var(--ink)
}

.mobile-menu a {
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 28px;
	cursor: pointer
}

/* HERO */
/* HERO with background */
.hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 410px;
	padding: 60px 0;
	color: #fff;
	background: url('/wp-content/themes/generatepress_child/assets/images/header-img.jpg') no-repeat center top;
	background-size: cover;
}

.hero-content {
	width: 797px
}

.hero .container {
	position: relative;
	z-index: 1;
}

.hero h1 {
	font-size: 42px;
	margin: 0 0 12px;
	color: #fff
}

.hero .date-pill {
	background: #FECC04
}

.hero .date-pill span.marathi-font {
	line-height: 45px;
}

.hero-left {
	background: linear-gradient(90deg, var(--cream) 0%, #fff 100%);
	border-radius: 24px;
	padding: 38px
}

.date-pill {
	display: inline-flex;
	gap: 31px;
	background: var(--brand-yellow);
	padding: 12px 18px 7px 18px;
	border-radius: 12px;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 98%;
	color: #000;
}

.date-pill .eng {
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	line-height: 46px;
}

span.mar {
    font-family: "Poppins", sans-serif !important;
}

.date-divider {
	opacity: 1;
	font-size: 0;
	background: #000;
	width: 2px;
	height: 20px;
	margin-top: 9px;
}

h1 {
	font-size: 38px;
	margin: 0 0 12px;
	font-family: "Poppins", sans-serif;
}

.split {
	display: flex;
	gap: 35px;
	margin-top: 10px
}

.tag {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 6px 12px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
	margin: 6px 0 10px;
	width: 100px;
	height: 40px;
}

.main-title {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 41px;
	line-height: 100%;
	letter-spacing: 0%;
}

span.tag.marathi-font {
	text-align: center;
	justify-content: center;
	align-items: center;
	line-height: 32px;
}

.sub {
	font-weight: 300;
	font-size: 26px;
	font-family: "Poppins", sans-serif;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e0c8;
	width: auto;
	float: left;
	margin: 0 0 13px 0;
}
.eng1 p.sub {
    width: 93%;
}

.loc {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	clear: both;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 23px;
    font-family: "Poppins", sans-serif;
}

.loc.marathi-font {}

.hero-right {
	border-radius: 24px;
	overflow: hidden;
	background: #eee;
	min-height: 420px
}

.hero-right img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

/* Sections */
section {
	padding: 80px 0;
	scroll-margin-top: 90px
}


section h2 {
	font-weight: 400;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: 0%;
}

/* Intro block (two columns with divider) */
.intro-wrap {
	background: #f6f6f6
}

.intro {
	display: flex;
	gap: 85px;
	align-items: start
}

.intro .col h2 {
	font-size: 30px;
	line-height: 1.25;
	margin: 0 0 25px;
	text-align: left;
	font-weight: 300;
}

.intro .col h2.marathi-font {
	font-size: 33px;
	font-weight: 500;
}

.intro .col p {
	color: #2b2b2b;
	line-height: 27px;
	margin: 0;
	font-size: 16px;
}

.intro .col p.marathi-font {
    font-size: 18px;
    line-height: 31px;
}

.intro .divider {
	width: 1px;
	background:#dddddd;
	align-self: stretch
}

/* Highlights band */
.band {
	position: relative;
	background: #FFF4C5;
	overflow: hidden;
}

.band .trophy {
	position: absolute;
	right: 40px;
	bottom: -30px;
	width: 260px;
	opacity: .9;
	pointer-events: none;
	filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .18));
}

.band h2 {
	text-align: center;
	margin: 0 0 40px
}

/* Cards row */

section#highlights {
	position: relative;
}

section#highlights::after {
	background: url(../images/award.png) no-repeat right top;
	content: '';
	position: absolute;
	width: 356px;
	height: 438px;
	right: 0px;
	bottom: -45px;
}

.container.band-inner {
	width: 1180px;
}

.cards {
	display: flex;
	gap: 65px;
	position: relative;
	z-index: 1
}

.card {
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 39px 95px;
	min-height: auto;
	width: 50%;
	display: grid align-items: center;
}

.col {
	width: 50%;
}

.card h3 {
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 27px;
	letter-spacing: 0%;

}

.list {
	margin: 0;
	padding: 0;
	list-style: none
}

.list li {
	display: flex;
	gap: 15px;
	margin: 0 0 17px 0;
	color: #000000;
	font-size: 14px;
	position: relative;
	line-height: 19px;
	font-weight: 400;
}

.list span.marathi-font {
    font-size: 17px;
    line-height: 24px;
}

.list li::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 17px;
	left: 0;
	top:3px;
	background:#FECC04;

}


/* Award Icon (simple line laurel) */
.icon {
	width: auto;
	height: auto;
}

.icon svg {
	width: 100%;
	height: 100%
}


section#speakers {
	background: #f9f9f9;
}


.speakers h2 {
	text-align: center;
	margin: 0 0 40px;
}

.speakersSwiper .swiper-slide {
	text-align: center;
}

.speakersSwiper img {
	height: auto;
	margin: 0 auto;
}

.speakersSwiper h3 {
	margin: 25px 0 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0%;
	text-align: center;

}

.speakersSwiper p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 2%;
	text-align: center;
	margin: 0;
}

.swiper-nav-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
}


.swiper-button-prev,
.swiper-button-next {
	background-color: #FFF4C5;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #1c2d5a;
	position: static;
	transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	transform: scale(0.8);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 16px;
	font-weight: bold;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.reach-section {
	background: #fdf8e5;
	/* same cream shade */
	padding: 60px 0;
}

.section-title {
	text-align: center;
}

.reach-location {
	font-weight: 400;
	font-size: 28px;
	line-height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 65px;
	padding-bottom: 0;
}

.reach-item h3 {
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 27px;
	letter-spacing: 0%;
}

.reach-section {
	background: #fdf8e5;
	padding: 80px 0;
}

.reach-section h2.section-title {
	margin-top: 0;
	margin-bottom: 65px;
}


/* Flex layout */
.reach-content {
	display: flex;
	gap: 100px;
	align-items: flex-start;
}

/* Left info side */
.reach-info {
	width: 52%;
}

/* Each transport block */
.reach-item {
	display: flex;
	gap: 50px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom:1px solid #dddddd;
}

.reach-img {
	width: 20%;
	border-right:1px solid #dddddd;
}

.reach-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.reach-icon {
	flex-shrink: 0;
}

.reach-text {
	width: 80%;
}

.reach-text h3 {
	margin: 0 0 20px;

}

.reach-text p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 22px;
}

.reach-text p.last b {
    font-weight: 600;
}

.reach-text p.last {
	margin: 0;
}

/* Right map */
.reach-map {
	flex: 1;
}

/* Grid */
.schedule-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}

.schedule-card {
	border:1px solid #dddddd;
	border-radius: 4px;
	padding: 30px 20px;
	background: #fff;
	text-align: left;
}

.schedule-icon {
	font-size: 48px;
	text-align: center;
	margin-bottom: 0;
}

.schedule-card h3 {
	text-align: center;
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 27px;
	letter-spacing: 0%;
	margin: 0;
}

.schedule-card hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.37);
	margin: 30px 0;
}


/* List */
#schedule .section-title {
	margin-top: 0;
	text-align: center;
}

.schedule-list {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

.schedule-list li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 6px;
}

.schedule-list li::before {
	content: "";
	width: 4px;
	height: 20px;
	background:#FFCC03;
	position: absolute;
	left: -10px;
	top: 0px;
}

.schedule-list .time {
	font-weight: 600;
	width: 50%;
	font-size: 16px;
}

.schedule-list .event {
	font-size: 16px;
	width: 50%;
	line-height: 22px;

}

/* Section Styling */
.register-section {
    background: #FECC04;
    text-align: center;
    float: left;
    width: 100%;
}

.register-section .section-title {
    text-align: center;
    margin-top:0px;
}


/* Form Grid */
.register-form {
	gap: 20px 30px;
	margin: 0 auto;
	text-align: left;
}

.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
	font-weight: 600;
	margin-bottom: 16px;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="date"] { padding: 10px; font-size: 13px; border:1px solid #00000075; border-radius: 5px; outline: none; height: 55px; }
.guest-form { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap:20px 20px; text-align: left; position: relative; border-top: 1px solid #000; margin-bottom:20px; padding-bottom: 0; padding-top:40px; }
.guest-form:nth-child(1) { border-top: 0;padding-top: 0px; }
.register-info { flex: 1; padding:0 30px 0 50px; border-radius: 0; text-align: left; }
.form-group { display:flex; flex-direction:column; }
.form-group label { font-weight:600; margin-bottom:8px; }
.form-group input { padding:10px; font-size:16px; border:1px solid #aaa; border-radius:4px; outline:none; }
.gender-options { display:flex; gap:20px; margin-top:5px; }
.gender-options label { font-weight:500; }
.form-submit {text-align:center; }
.form-submit button, #addGuest, .deleteGuest { background:#000; color:#fff; padding:10px 20px; font-size:16px; border:none; border-radius:6px; cursor:pointer; }
#addGuest { background:url(../assets/images/add-guest-icon.svg) no-repeat 22px 10px transparent; border: 1px solid #000 !important; text-align: center !important; color: #000 !important; padding-left: 54px !important; font-family: Sora; font-weight: 800; font-size: 20px; letter-spacing: 12%; text-transform: uppercase; }
.deleteGuest { background:red; margin-top:10px; }
.guest-title { grid-column: span 3; font-size: 20px; font-weight: 600; margin: 10px 0; }
.register-info h3 { font-size: 20px; margin-top: 0; }
.left { font-size: 1; float: left; width: 60%; padding-right: 50px; border-right: 1px solid #000; min-height: 480px; }
.register-info ul.list { padding-left: 0; }
.register-info ul.list li { padding-left: 15px; }
.register-info ul.list li::before { background: #000; top: 1px; }
button.delete-btn { background: url(../assets/images/remove-icon.svg) no-repeat left top transparent; border: 0; font-size: 0; width: 32px; height: 32px; cursor: pointer; position: absolute; right: 0; top: 12px; }

.form-group.manifesto { float: left; width: 100%; flex-direction: revert-layer; align-items: baseline; justify-content: left; }
.form-group.manifesto input, .form-group.manifesto label { margin:0; }
div#priceSummary ul { margin: 0; padding: 0; }
div#priceSummary ul li { list-style: none; display: flex ; justify-content: space-between; }

div#totalContainer h3 { font-size: 20px; border-top: 1px solid #000; margin-top: 20px; padding-top: 20px; display: flex; justify-content: space-between; }
.form-content { float: left; width: 100%; margin-top: 30px; }

.donate-info { clear: both; width: 100%; text-align: center; padding:30px 0; background: #efefef; }

.donate-info a { background: #facc0c; padding: 14px; border-radius: 5px; color: #000; margin-left: 9px; text-decoration: none; clear: both;  width: 155px; font-weight: bold; text-transform: uppercase; }

.form-group.manifesto input { margin-right: 15px; }

.reach-map a { background: #facc0c !important; color: #000 !important; font-weight: bold; text-transform: uppercase; justify-content: center; display: flex ; align-items: center; }

p.heighg-text { font-style: italic; font-weight: bold; font-size:18px; padding: 0 200px; float: left; width: 100%; margin-top: 0; line-height: 30px; }

.infos { font-style: italic; font-weight: bold; font-size: 15px; }


@media(max-width:992px){ 

.form-content{flex-direction:column;} .register-form{grid-template-columns:1fr;} }
/* Radio Buttons */

.section-title {
	text-align: center;
	margin-bottom: 45px;
}

.accommodation-options {
	display: flex;
	gap: 15px;
}

.accommodation-options label {
	background: #fff;
	padding: 10px 7px;
	border: 1px solid #00000075;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	height: 55px;
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 13px;
}

.accommodation-options input {
	display: none;
}

.accommodation-options input[type="radio"]:checked + label {
  background: #000;
  color: #fff;
  border-color: #000;
}


.form-submit button {
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 10px 60px;
}

.form-submit button:hover {
	background: #fff;color: #000;
}


.contact-section {
    background: #fff;
    text-align: center;
    float: left;
    width: 100%;
}



.right {
    font-size: 1;
    float: left;
	width: 40%;
}

.contact-section .section-title {
    margin-bottom: 50px;
    margin-top: 0;
}

.gender-options {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
.gender-options label {
  font-weight: 500;
}

#toggleGuest {
  margin-top: 10px;
}
#toggleGuest.remove {
  background: red;
}
@media (max-width: 992px) {
  .form-content { flex-direction: column; }
  .register-form { grid-template-columns: 1fr; }
}

.form-btn {
    display: flex;
	gap: 15px;
    justify-content: center;
    align-items: center;
	margin-top: 25px;
}

/* Grid Layout */
.contact-grid {
	margin: 0 auto;
	text-align: left;
}

.contact-column {
	padding: 0 20px;
	border-right:1px solid #dddddd;
}

.contact-block.one {
	width: 30%;
	padding-right: 50px;
	float: left;
}


.contact-block.two {
	float: left;
	width: 35%;
	padding: 0 50px;
	margin-right: 50px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

.contact-block.three {
	float: left;
	width: 31%;
	padding-left: 0;
}

.contact-row {
	display: flex;
	justify-content: space-between;
}

.contact-column:last-child {
	border-right: none;
}

.contact-block h3 {
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0%;
	margin: 0;
}

.contact-grid {
	margin: 0 auto 80px auto;
	text-align: left;
	float: left;
	width: 100%;
}

.contact-item {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #000;
}

.contact-block.two .contact-item:nth-child(1){
    width: 68%;
}

.contact-block.two .contact-item:nth-child(2) {
    width: 33.3%;
}

.contact-block.three .contact-item:nth-child(1){
    width: 75%;
}

.contact-block.three .contact-item:nth-child(2) {
    width: 33.3%;
}

.contact-item a {
	color: #000;
}


/* Contact Card */
.contact-card {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.contact-card:last-child {
	border-bottom: none;
}

.person h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0%;
	margin-bottom: 10px;
}

.contact-card p {
	font-size: 15px;
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.contact-item .icon {
	margin-right: 10px;
}

.person {
	padding-bottom: 30px;
	border-bottom:1px solid #dddddd;
	width: 100%;
	float: left;
}


.person.last {
	border: 0;
	padding: 0;
}

footer {
	background-color: #fff9e6;
	text-align: center;
	clear: both;
}

.footer-nav {
	display: flex;
	justify-content: center;
	gap: 60px;
	height: 160px;
	align-items: center;
}

.footer-nav a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
	position: relative;
}

.footer-nav a:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #000;
}

.footer-copy {
	font-size: 14px;
	color: #000;
	padding-top: 0;
	border-top: 1px solid #ddd;
	height: 40px;
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: center;
}


.eng1 {
	border-right:1px solid #dddddd;
	width:63%;
}

.schedule-list li.mb-0 {
	margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}


input[type=number] {
-moz-appearance: textfield; /* Firefox */
}

a.cta.donation {
    background: none;
    border: 1px solid #000;
}

.read-more {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.read-more a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 11px 16px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    margin: 6px 0 10px;
    width: 110px;
    height: auto;
    text-decoration: none;
    transition: .3s;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.read-more a:hover {
    background: #FECC04;
    color: #000;
}

@media (max-width:1440px) {
	.contact-item {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #000;
	}
	
}


/* Responsive */
@media (max-width:1360px) {
	.schedule-list .time {
		font-size: 15px;
	}

	.contact-block h3 {
		font-size: 25px;
	}

	.contact-block.one {
		padding-right: 40px;
	}

	.contact-block.two {
		width: 36%;
		padding: 0 30px;
		margin-right: 30px;
	}

	.menu {
		gap: 25px;
	}

	.menu a {
		font-size: 16px;
	}

}

@media (max-width:1100px) {
.register-info {
	flex: 1;
	padding: 30px 0 0 0;
	border-radius: 0;
	text-align: left;
	margin-top: 30px;
	border-top: 1px solid #000;
}
.left, .right {
    font-size: 1;
    float: left;
    width: 100%;
    border: 0;
    padding-right: 0;
}	
	.hero {
		background-position: right top;
		padding-top: 390px;
		background-size: auto 57%;
	}

	.card {
		padding: 39px 45px;
	}

	.container.band-inner {
		width: 99%;
	}

	.reach-content {
		gap: 50px;
	}

	.reach-img {
		width: 30%;
	}

	.reach-item {
		gap: 30px;
	}

	.menu {
		gap: 20px;
	}

	.menu a {
		font-size: 16px;
	}

	.intro {
		gap: 22px
	}

	.swiper-pagination {
		display: none;
	}
}


/* Responsive */
@media(max-width:1000px) {
	.hero {
		grid-template-columns: 1fr
	}

	.hero-right {
		order: -1;
		min-height: 300px
	}
}

@media(max-width:900px) {
.form-btn { display: grid; }	
	section h2 {
		font-size: 35px;
	}

	.contact-block.one {
		padding-right: 0;
		width: 100%;
	}

	.contact-block.two {
		padding: 40px 0;
		width: 100%;
		border: 0;
	}

	.contact-block.three {
		padding-right: 0;
		width: 100%;
	}


	.mobile-menu a {
		border-bottom: 1px solid #eee;
		padding-bottom: 16px;
	}

	.nav-wrap {
		height: 138px;
	}

	a.brand {
		width: 10%;
	}

	.brand img {
		width: 100%;
	}

	.date-pill .eng,
	.hero .date-pill span.marathi-font {
		font-size: 23px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
		border: none;
		margin: 0 auto 0px auto;
	}

	.contact-column {
		border: none;
		padding: 0;
	}

	.register-form {
		grid-template-columns: 1fr;
	}

	.reach-info {
		width: 100%;
	}

	.reach-content {
		flex-direction: column;
	}

	.reach-map {
		margin-top: 0px;
		width: 100%;
	}

	.hero-content {
		width: 100%
	}

	.container.band-inner {
		width: 100%;
	}

	.intro {
		gap: 22px;
		display: grid;
	}

	.cards {
		gap: 22px;
		display: grid;
	}

	.intro .divider {
		width: 100%;
		background: #dcdcdc;
		height: 1px;
	}

	.band .trophy {
		width: 200px;
		right: -20px;
		opacity: .5
	}

	.col,
	.card {
		width: 100%;
	}

	.card {
		padding: 30px
	}

	.intro .col h2 br {
		display: none;
	}

	.register-section {
		padding: 60px 0px;
	}	
.guest-form { 	grid-template-columns: repeat(1, 1fr); 	gap: 0; }	
.guest-form {grid-template-columns: repeat(1, 1fr);}
.form-group {
        flex-direction: column;margin-bottom: 20px !important;
    }

	.register-form {
		display: block;
	}

	.schedule-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
    a.cta {
    padding-bottom: 10px;text-align: center;
}
	.menu {
		display: none
	}

	.hamburger {
		display: block
	}

	.split {
		grid-template-columns: 1fr
	}

	h1 {
		font-size: 30px
	}
}
a.cta.for-mob {
    display: none;
}


@media(max-width:767px) {
a.cta.for-mob {
    display: block;
}
a.cta {
font-size: 15px;
margin-left: 45px;
}
section.donate-info {
padding-top: 40px !important;
}
.donate-info a { display: grid; margin: 20px auto -14px auto; }
.form-submit button { font-size: 19px; padding: 10px 31px; }
p.heighg-text {padding:0 !important}
.contact-block.three .person {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.form-btn .form-group {
    margin-bottom: 0 !important;
}	
.contact-block.three .person {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}	
	
.form-group.manifesto {
    display: block;
}	
.schedule-card hr {
    clear: both;
}	
.schedule-list {
    float: left;
    width: 100%;
}	
.person h4 {
    font-weight: 600;
    font-size: 20px;
}	
.schedule-icon {float:Left;}	
.schedule-card h3 {
        float: right;
        margin: 27px 0;
        font-size: 21px;
    }
.reach-img img {
    width: 100%;
}	
section {
    padding:60px 0 !important;
    scroll-margin-top: 90px;
}	
.date-pill .marathi-font1 {
    font-family: "Poppins", sans-serif;
    line-height: 7px;
	display: unset;
}	
	.hero {
		min-height: 410px;
		padding:60px 0 40px 0;
		color: #fff;
		background: url(../assets/images/header-img.jpg) no-repeat -242px top right;
		background-size: cover;
	}

	.footer-copy {
		height: auto;
		padding: 20px 0;
	}

.loc {
    font-size: 16px;
    gap: 14px;
	padding-right: 25px;
}
.footer-nav a {
        text-align: center;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 14px;
        position: relative;
        width: 33%;
    }

	.footer-nav a:not(:last-child)::after {
		right: -13px;
	}

.footer-nav {
        gap: 30px;
        padding:0 40px;
		height: 90px;
    }

	.contact-row {
		display: grid;
		justify-content: space-between;
		gap: 15px;
	}

.hero .date-pill {
        background: #FECC04;
        gap: 16px;
        padding-top: 5px;
        padding-bottom: 6px;
    }

	.main-title {
		font-size: 27px;
	}

	.sub {
		line-height: 24px;
		font-size: 17px;
	}

	.date-pill .eng, .hero .date-pill span.marathi-font, span.mar, .marathi-font1 span {
		font-size: 16px;
		line-height: 19px;
	}

	.split {
		gap: 23px;
	}

	.eng1 {
		width: 100%;
		padding-bottom:0px;
		padding-right: 20px;
	}

	.swiper-nav-wrapper {
		margin-top: 50px;
	}

	section#highlights::after {
		background: url(../assets/images/award.png) no-repeat center bottom;
		width: 100%;
		height: 268px;
		bottom: -5px;
		background-size: auto 100%;
	}

	section#highlights {
		padding-bottom: 230px !important;
	}

	.hero {
		background-position: right top;
		padding-top: 180px;
		background-size: auto 28%;
		margin-top: 0;
	}

	a.brand {
		width: 16%;
	}

	.nav-wrap {
		height: 100px;
	}

	.schedule-list li {
		display: grid;
		gap: 7px;
		margin-bottom: 23px;
		padding-left: 6px;
	}

	.schedule-list .time {
		width: 100%;
	}

	.schedule-list .event {
		width: 100%;
	}

	.reach-text {
        width: 100%;
        padding-left: 30px;
    }

	.reach-location {
		font-size: 18px;
		margin: 30px 0;
	}

	.reach-img {
		width:25%;
		border: 0;
	}

	.reach-section h2.section-title {
		margin-top: 0;
		margin-bottom: 35px;
	}

	section h2 {
		font-size: 30px;
	}

	.reach-location {
		font-size: 18px;
		margin: 30px 0;
	}

	.reach-item h3 {
		font-size: 19px;
	}

	.reach-item {
		gap: 0px;
	}
	.guest-form {display:flex; flex-wrap:wrap}
	.guest-form .form-group {width:100%}
	.guest-form .form-group input[type="date"] {width:100%} 
	.hero.thankyou-hero {padding-bottom:0; padding-top:160px; background-size:auto 150px; min-height:inherit}
	.hero.thankyou-hero .date-pill {margin-bottom:15px}
	.hero.thankyou-hero .main-title {font-size:22px; line-height:24px}
section.thatnyoucs {padding-bottom:30px !important; padding-top:30px !important}
.hero.thankyou-hero .tag { display: inline-block; background: #000; color: #fff; padding: 5px 12px; border-radius: 10px; font-weight: 500; font-size: 14px; margin:5px 0 5px; width:90px; height: 28px; line-height: 18px; box-sizing: border-box; display: flex ; align-items: center; justify-content: center;}
.hero.thankyou-hero .sub {    font-size: 15px; margin-bottom: 5px; line-height: 18px; padding: 0 0 5px 0;}
.hero.thankyou-hero .date-pill .eng, .hero.thankyou-hero  .date-pill span.marathi-font, .hero.thankyou-hero span.mar, .hero.thankyou-hero .marathi-font1 span, .hero.thankyou-hero .loc { font-size: 14px; line-height: 16px; }
.hero.thankyou-hero .split {margin-top:0}
.thatnyoucs .intro .col h2 {font-size:25px}
}