@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i|Oswald:300,400,500,600,700|Montserrat:400,500,600,700);

/* Typography
================================================== */

body {
    background: #fff;
    color: #333;
}

body,
p {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
}
h2 {
    font-size: 30px;
    line-height: 65px;
    font-weight: 400;
}
h3 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

/* Global styles
================================================== */

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}
body {
    border: 0;
    margin: 0;
    padding: 0;
}
.body-inner {
    position: relative;
    overflow: hidden;
}
a:link,
a:visited {
    text-decoration: none;
}
a {
    color: #ff0763;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a.read-more {
    color: #ff0763;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more:hover {
    color: #222;
}
section,
.section-padding {
    padding: 80px 0;
    position: relative;
}
.gradient-bg{
    position: relative;
    z-index: 1;
}
.gradient-bg .section-title{
    color: #1c1c24;
}
.gradient-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -webkit-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -o-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -ms-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
}

.bg-overlay.gradient-bg:before{
    z-index: 1;
}
.bg-gradient {
    background: #2a0066;
    background: linear-gradient(135deg, #3d0075 0%, #150080 50%, #050042 100%);
}

/* Bootstrap No gutter */
.no-gutter > div { 
    padding-left: 0;
    padding-right: 0;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.ts-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row.no-gutter > [class^="col-"], .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}
.media>.pull-left {
    margin-right: 20px;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.mrb-80 {
    margin-bottom: -80px;
}
.mrt-0 {
    margin-top: 0 !important;
}
.pab {
    padding-bottom: 0;
}
a:focus {
    outline: 0;
}
img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-padding {
    padding: 60px;
}
.solid-bg {
    background: #f7f7f7;
    padding: 60px 0;
}
.solid-dark {
    background: #1c1c24;
    color: #fff;
    padding: 60px 0;
}

.solid-dark h2, .solid-dark h3, .solid-dark h4{
    color: #fff;
}

.solid-dark h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pattern-bg{
    padding: 80px 0;
    background: #eee;
    background: url(../images/pattern3.png);
}
.solid-row {
    background: #f0f0f0;
}
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.alert .icon {
    margin-right: 15px;
}

section, footer {
    background: #45006b;
    background-image: linear-gradient(135deg, #45006b 35%, #080ab4 100%);
}
/* 1. Position the main header over the hero section */
header, 
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Keeps navbar controls above hero contents */
    background: transparent !important; /* Removes purple background */
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}
.header-master {
    padding: 50px 0 0 0;
}
.header-master img { width: 100%; }
.section-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.yellow-text {
    color: #fff212;
}
.blue-text {
    color: #ff3262;
}
.white-text {
    color: #fff; 
}
section.yellow {
    background: #fff212;
}
section.yellow .section-title {
    color: #491861;
}
section.white {
    background: #fff;
}
section.white .section-title {
    color: #ff3262;
}
.text-center .img-responsive{
    float: unset;
    display: inline-block;
}

.pull-center {
    float: unset;
    margin: 0 auto;
}

/*** Slick Slider ***/
.slick-prev::before, .slick-next::before , .slick-dots li button::before {
    color: #491861;
}
.slick-dots li button::before {
    font-size: 12px;
}

/*** Nav ***/
.navbar {
    margin: 0px;
}

/* 2. Clear background & absolute positioning from navbar-brand */
.navbar-brand {
    position: relative !important; /* Restores standard layout positioning */
    background: transparent !important;
    background-image: none !important;
    height: auto !important;
    z-index: 1001;
}
.navbar-nav {
    width: 86%;
    float: right;
}
.navbar-nav > li {
    width: 14%;
    text-align: center;
}
.navbar-nav > li > a {
    color: #ffffff; 
    font-family: 'Oswald', sans-serif; 
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
}
.navbar-nav > li:hover > a:before {
    position: absolute;
    height: 3px;
    content: "";
    display: inline-block;
    background: #fff212;
    left: 0;
    top: 0;
    width: 100%;
}
.navbar-nav > li > a:focus, .nav .open > a:focus {
    background: transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    width: 255px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
}

.nav .open > a, .navbar-nav > li > a:hover, .nav .open > a:hover {
    background: transparent;
    color: #fff212 !important;
}

.navbar-toggle {
    background: #fff212;
}
.navbar-toggle .icon-bar {
    background: #300183;
}
.dropdown-menu {
    background: #ffffff;
}
.dropdown-item {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    color: #300183;
}
.dropdown-item:hover {
    background: #eee;
}

/*** Nav tabs ***/
.nav-tabs {
    border-color: #fff212; 
}

/* ==================================================
   INTRO SECTION & HERO LAYOUT FIXES
================================================== */

/* 3. Add top padding to hero section to avoid logo overlapping hero elements */
section.intro {
    padding-top: 90px !important; /* Adjust if your header height is larger */
}

section.intro {
    position: relative;
    padding: 50px 0 0;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.main-hero-container {
    position: relative;
    z-index: 5;
    margin-bottom: 90px; /* Space above bottom artwork on desktop */
}

/* Flexbox Row to Vertically Center Left and Right Content */
.custom-intro-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.custom-intro-row::before,
.custom-intro-row::after {
    display: none !important;
}

.hero-left-col,
.hero-right-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Responsive Image Controls */
.main-logo {
    display: inline-block;
    max-width: 440px;
    width: 100%;
    height: auto;
}

.title-img {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.date-img {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Creators Section Alignment */
.creater-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creater-tag {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

.award-logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.award-logo {
    display: inline-block;
    margin: 0;
}

.award-img {
    height: 65px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
}

/* Bottom Background Waves & Initiative Overlay */
.bottom-creative {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    line-height: 0;
}

.productcarouselbg {
    display: block;
    width: 100%;
    line-height: 0;
}

.productcarouselbg img {
    width: 100% !important;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.initiative-wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.initiative-wrapper img {
    display: inline-block;
    max-height: 35px;
    width: auto;
}

/* Mobile & Tablet Responsiveness
================================================== */

@media (max-width: 991px) {
    section.intro {
        min-height: auto;
        padding-top: 40px;
    }

    .main-hero-container {
        margin-bottom: 110px;
    }
}

@media (max-width: 767px) {
    section.intro {
        padding-top: 25px;
    }

    .custom-intro-row {
        display: block;
    }

    .hero-left-col {
        margin-bottom: 25px;
    }

    .main-logo {
        max-width: 280px;
    }

    .title-img {
        max-width: 310px;
        margin-bottom: 10px;
    }

    .date-img {
        max-width: 230px;
        margin-bottom: 10px;
    }

    .award-img {
        height: 48px;
    }

    .main-hero-container {
        margin-bottom: 90px;
    }

    .initiative-wrapper {
        bottom: 8px;
    }

    .initiative-wrapper img {
        max-height: 24px;
    }
}


/* 4. Fix dropdown / toggle menu background for mobile viewports */
@media (max-width: 767px) {
    .navbar-collapse {
        background: rgba(42, 0, 102, 0.95); /* Keep dropdown visible when expanded */
        border-radius: 4px;
        margin-top: 10px;
    }
}

/*** About Us ***/
.about-us {
    padding-bottom: 4%;
}
.about-us-slick {
    z-index: 99;
    position: relative;
}

/* Intro video */

.intro-video {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.intro-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-video img {
    float: unset;
    margin: 0 auto;
}
.popup {
    position: relative;
}
.video-icon {
    text-align: center;
    color: #fff;
    top: 30%;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    left: 36%;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 100%;
}
.video-icon i {
    margin-left: 5px;
}

/*** Speaker ***/
section.speaker {
    background: #ffffff;    
}
.speaker .section-title {
    color: #ff3262;
}
#speaker-sort {
    font-size:16px;
    color:#0000ff !important;
}
.speaker-item {
    margin-bottom: 50px;
}
.speaker-image { position: relative; }
.speaker-item img {
    position: relative;
    width: 100% !important;
}

.speaker-details {
    position: absolute;
    bottom: -14px;
    width: 100%;
    background: rgba(69, 0, 107, 0.8);
    height: 71px;
    padding: 0px 15px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.speaker-name {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff212;
}
.speaker-designation {
    font-size: 11px;
    text-align: left;
}
.speaker-item:nth-child(4n+1) {
    clear: left;
}

.post-type-archive-speaker #speakers .container {
    background: -moz-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    background: -webkit-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    background: -o-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    background: -ms-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    background: linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
}

.single-speaker #primary {
    background-image: -moz-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    background-image: -webkit-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    background-image: linear-gradient(135deg,#45006b 35%,#ff0763 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45006b',endColorstr='#ff0763',GradientType=1);
}

.page #primary .section-title { color: #333; }
.page #primary .container {
    background: #ffffff;
    padding: 160px 50px;
}
.jury-profile h1 { color: #fff212; }
.jury-designation, .jury-content p { color: #ffffff; }

/*** Artist ***/
.artist {
    background: #ff5e99;
}

/*** ts-schedule ***/
.ts-schedule { background: #bd1e49; }

.blue-yello-gradient-color {
    background: -moz-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -webkit-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -o-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -ms-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
}
.gradient-color {
    background: -moz-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -webkit-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -o-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -ms-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
}

.gradient-color-1 {
    background: -moz-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -webkit-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -o-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -ms-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
}

.inverse-gradient-color{
    background: -moz-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -webkit-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -o-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -ms-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
}

/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
    max-width: 960px;
    margin: 0 auto;
}
.schedule-tab .nav-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
    float: none;
    display: inline-block;
}
.schedule-tab .nav-tabs > li > a {
    color: #300183;
    background: #fff212;
    border-radius: 3px;
    padding: 13px 30px;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.schedule-tab .nav-tabs > li.active > a {
    background: #ff0763;
    color: #fff;
    border-color: #fff212;
}

.schedule-date {
    font-size: 24px;
    margin-bottom: 40px;
    color: #ff0763;
    text-align: center;
}
.schedule-listing {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
    background: #fff212;
}
.schedule-listing.bg {
    background: #f5f5f5;
}
.schedule-slot-time {
    width: 20%;
    float: left;
    font-weight: 700;
}
.schedule-slot-info {
    width: 80%;
    display: inline-block;
}
.schedule-slot-speakers {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    overflow: hidden;
    transition: all 0.3s;
}
.schedule-slot-info-content {
    margin-left: 100px;
}
.schedule-slot-speaker-name {
    color: #ff0763;
    margin: 0;
    font-size: 16px;
}
.schedule-slot-title {
    margin: 5px 0 15px;
    font-size: 20px;
    font-weight: 500;
}
.schedule-slot-desc {
    height: 90px;
}

/*** What Happening ***/
#whats-happening .schedule-slot-info { width: 100%; } 
#whats-happening .schedule-slot-info-content { padding: 0px; margin: 0px; }
#whats-happening .schedule-slot-desc { min-height: 96px; margin-top: 15px; }
#whats-happening .schedule-listing { border-radius: 0px; }

/*** Sponsor ***/
.sponsor {
    background: -moz-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -webkit-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -o-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -ms-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: linear-gradient(20deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
}
.sponsor-logo {
    margin: 30px 0;
    min-height: 125px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*** Coming Soon ***/
.sponsor-title {
    border-bottom: 1px dashed #ff0763;
    text-align:center;
}
.sponsor-title h3 {
    display: block;
    width: 250px;
    margin: 0 auto;
    background: #ff0763;
    padding: 10px;
    color: #fff;
}
.coming-soon {
    background-color: #f5f5f5;
    background-image: url(/wp-content/uploads/2019/07/indiawebfest.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 200px 0;
}
.coming-soon-container {
    background: #fff;
    padding: 50px;
    font-size: 22px;
    border-radius: 5px;
}

/* Contact Us
================================================== */

.contact-info-box {
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
}
.contact-info-box i {
    font-size: 15px;
    color: #fff;
}
.contact-info-box-content h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.contact-info-box-content p {
    margin-bottom: 16px;
    text-align: center;
}
label {
    font-weight: 400;
}

/*** Footer ***/
footer {
    border-top: 20px solid #fff212;
    padding: 25px 0;
}

.social-icon a {
    display: inline-block;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0 5px;
}
.social-icon a:hover {
    color: #fff212;
    background: #491861;
}
.social-fixed {
    position: fixed;
    right: 15px;
    top: 35%;
    text-align: center;
    width: 30px;
}
.social-fixed a {
    margin: 5px 0;
}
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
    bottom: 30px;
}
#back-to-top .btn.btn-primary {
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    background-color: #300183; 
    border-color: #3001ff;
}
#back-to-top .btn.btn-primary:hover {
    color: #fff;
    background: #000;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-moz-placeholder {
    color: #aaa;
}
.btn.btn-default  {
    background: #fff212;
    color: #300183;
    font-weight: bold;
}
.modal-header {
    background: #fff212;
}
.modal-header .modal-title {
    color: #300183;
    font-size: 30px;
    text-align: center;
}
.modal-body {
    float: left;
    padding: 30px 15px;
    width: 100%;
}
.modal-content {
    background: #300183;
    float: left;
    width: 100%;
}
.modal-footer {
    clear: both;
}
textarea.form-control {
    height: 80px;
}
.form-subheading {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
.checkbox label, .radio label {
    font-weight: bold;
}

/*** Session Videos ***/
.session-video { margin-bottom: 30px; }
.session-video img { width: 100%; }
.s-videos > div:nth-child(3n+1) { clear: both; }

/*** Registration Form ***/
.registration-button, .registration-button.focus, .registration-button:focus {
    position: fixed;
    right: 8%;
    bottom: 3%;
    border: none !important;
    padding: 0;
    background: unset !important;
    width: 115px;
    outline: none !important;
    box-shadow: none !important;
    z-index: 999;
}
.step > div {
    clear: both;
}
#wpcf7-f40-o1 #user-group .wpcf7-field-group > p {
    padding: 0 15px;
    width: 100%;
    float: left;
    margin: 5px 0;
}
#user-type {
    border: none;
    box-shadow: none;
}
#user-type > span {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}

#user-group {
    clear: both;
    margin-bottom: 15px;
    float: left;
}
#user-group .wpcf7-field-group:first-child {
    margin-top: 0px;
}
.wpcf7-field-group-add, .wpcf7-field-group-remove {
    border-radius: 18px;
    line-height: 17px;
    display: inline-block;
    float: right;
    color: yellow;
    background: red;
    font-weight: bold;
    border: 0;
    width: 17px;
    height: 17px;
    text-align: center;
    padding: 0;
    margin-left: 5px;
    font-size: 17px;
}
.wpcf7-field-group-remove {
    line-height: 12px;
    font-size: 22px;
}
.wpcf7-field-group > .col-md-6:nth-child(2n+1) {
    clear: both;
}
.add-delegate {
    font-size: 11px;
    line-height: 15px;
    color: yellow;
}
.sep {
    border-top: 1px dashed #fff;
    clear: both;
    margin: 0 15px;
}
.checkbox label {
    line-height: 18px;
}
.confirm-policy {
    color: #fff;
}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
}
.billing-info {
    float: left;
    padding-top: 15px;
}
.payment-message {
    text-align: center;
    border: 1px dashed #fff;
    padding: 30px 0;
}
.payment-message h2 {
    color: #fff;    
}
.payment-message a {
    margin: 30px 0;
}
.tentative-topics-row > div span {
    background: #fff;
    margin: 15px 8px;
    padding: 15px;
    display: block;
    border: #fff 2px solid;
    border-radius: 30px;
    color: #630094;
    cursor: pointer;
}
.tentative-topics-row > div span:hover {
    color: #ffffff;
    background: none;
}
.tentative-topics-row .topic h3 {
    z-index: 999;
    position: relative;
    line-height: 25px;
}
.tentative-topics-row .col-md-3 { float: unset; display: inline-block; margin: 15px 0; }
.tentative-topics-row .topic { width: 200px; height: 200px; position: relative; display: table-cell; vertical-align: middle; text-align: center; padding: 10px; }
.tentative-topics-row .topic h3 { z-index: 999; position: relative; line-height: 25px; font-family: 'roboto', sans-serif; font-size: 17px; }
.tentative-topics-row .topic svg { position: absolute; top: 0; z-index: 1; left: 0; width: 200px; height: 200px; }
.tentative-topics-row .topic svg:nth-child(2) { left: 10px; top: 10px; }
.advertisement .row > div {
    margin-bottom: 30px;
}
.form-control {
    height: auto;
    display: inline-block;
}

/* Custom Intro Mobile Overrides */
@media (max-width: 767px) {
    section.intro {
        position: relative !important;
        padding-top: 25px !important;
        padding-bottom: 0 !important;
        min-height: auto !important;
        display: block !important;
        overflow: hidden !important;
    }

    .main-hero-container {
        position: relative !important;
        z-index: 5 !important;
        margin-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .custom-intro-row {
        display: block !important;
    }

    .hero-left-col {
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    .hero-right-col {
        text-align: center !important;
    }

    /* Scaling controls so images never clip screen width */
    .main-logo {
        max-width: 80% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .title-img {
        max-width: 85% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 12px !important;
    }

    .date-img {
        max-width: 70% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 12px !important;
    }

    .award-img {
        height: 48px !important;
        width: auto !important;
    }

    /* Bottom Wave Container Flow */
    .bottom-creative {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin-top: 15px !important;
        z-index: 2 !important;
        line-height: 0 !important;
    }

    .productcarouselbg img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .initiative-wrapper {
        position: relative !important;
        bottom: 10px !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        z-index: 3 !important;
    }

    .initiative-wrapper img {
        max-height: 24px !important;
        width: auto !important;
    }
}

/* ==================================================
   MOBILE NAVBAR & HERO OVERLAY FIXES (max-width: 767px)
================================================== */
@media (max-width: 767px) {

    /* 1. Prevent navbar elements from bleeding into each other */
    .navbar-brand {
        width: auto !important;
        max-width: 65% !important;
        position: relative !important;
        float: left !important;
        padding: 10px 15px !important;
    }

    .navbar-brand img {
        max-height: 32px !important;
        width: auto !important;
    }

    /* 2. Add proper breathing room so the overlay navbar doesn't cover the main hero logo */
    section.intro {
        padding-top: 80px !important;
    }

    /* 3. Ensure the main hero content container sits safely below the navbar height */
    .main-hero-container {
        margin-top: 20px !important;
    }

    /* 4. Fix award logos inside the hero section so they don't break out into top fixed space */
    .award-logos-wrapper {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
        z-index: 1 !important;
        margin-top: 10px !important;
    }

    .award-img {
        height: 40px !important;
        width: auto !important;
    }
}

/* ==================================================
   TRANSPARENT NAVBAR & HERO OVERLAY FIXES
================================================== */

.custom-transparent-nav {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    /* Push hero section down slightly so hamburger icon has room */
    section.intro {
        padding-top: 60px !important;
    }

    /* Position hamburger toggle cleanly on top right */
    .navbar-toggle {
        float: right !important;
        margin-top: 15px !important;
        margin-right: 15px !important;
        background-color: #fff212 !important;
        border: none !important;
        z-index: 1001 !important;
    }

    /* Give collapsible mobile menu a solid background so links are readable */
    .navbar-collapse.in {
        background: #2a0066 !important;
        padding: 15px !important;
        border-radius: 6px !important;
        margin-top: 55px !important;
    }

    .navbar-nav {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }

    .navbar-nav > li {
        width: 100% !important;
        text-align: left !important;
    }
}

/* ==================================================
   USE ARTWORK GRAPHIC AS FULL HERO BACKGROUND IMAGE
================================================== */

/* Desktop & General background image */
section.intro {
    background-image: url('https://www.indiawebfest.com/wp-content/uploads/2026/07/530-2.png') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    min-height: 100vh !important;
    padding-top: 90px !important;
    padding-bottom: 60px !important;
}

/* Mobile responsive background image */
@media (max-width: 767px) {
    section.intro {
        background-image: url('https://www.indiawebfest.com/wp-content/uploads/2026/07/530-3.png') !important;
        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        min-height: 100vh !important;
        padding-top: 70px !important;
        padding-bottom: 50px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    /* Hide the extra HTML image tag so it doesn't duplicate */
    .bottom-creative .productcarouselbg {
        display: none !important;
    }

    /* Position "An Initiative By" overlay at the bottom of the section */
    .bottom-creative {
        position: relative !important;
        width: 100% !important;
        margin-top: auto !important;
        padding-bottom: 15px !important;
    }

    .main-hero-container {
        margin-bottom: 20px !important;
    }
}

/* ==================================================
   DESKTOP & GLOBAL TRANSPARENT NAVBAR OVERRIDE
================================================== */
header, 
.navbar,
.custom-transparent-nav,
.navbar-default {
    background: transparent !important;
    background-color: #000560 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

/* Ensure navbar links remain crisp and readable over the background */
.navbar-nav > li > a {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #fff212 !important;
    background: transparent !important;
}

