:root {
    --purple-gradient: linear-gradient(to right, #862F92, #FF7E15);
    --purple:#862F92;
    --orange:#FF7E15;
    --pink:#ef416a;
}
.sponsorShipPage section , .galleryPage section , .conferencePage section , .venueDetailPage section ,.eventPage {
	overflow:hidden;
}
.bgGray{
    background-color: #862F920D;
}
.darkBtn{
	background-color:#000;
}
.bgPink{
    background-color: #F371350A;
}
.purpleBtn{
    background-color: var(--purple);
}
.blackBtn{
    background-color: #000;
    color: #fff;
}
.p-72{
    padding: 5.5rem 0 4.5rem 0;
}
.p-56{
    padding: 3.5rem 0;
}
.mainBtn{
    text-decoration: none;
    text-transform:uppercase !important;
    font-family: 'Ubuntu Condensed' !important;
/*     transition:0.75s !important; */
}
.mainBtn:hover{
    color:#fff !important;
    background: linear-gradient(90deg, #FF7E15, #EF416A, #862F92) !important;
    border-color:transparent !important;
}

.mainBtn:hover img {
    filter: brightness(100);
}

.register-link {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
}
.lineStripe {
    position: relative;
    border-top: 15px solid;
}
.lineStripe::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 0;
    background: linear-gradient(to right, var(--pink), var(--purple));
    display: inline-block;
}

/* body {
    font-family: 'Outfit', sans-serif;
} */
.bgGray{
    background-color: #862F920D;
}
.purpleBtn {
    color: #fff !important;
    background: var(--purple);
    padding:16px 32px;
    align-items:center;
    justify-content:center;
    display:flex;
    gap:8px;
}
.smallHead {
    /*position: absolute;*/
    /*top: -32px;*/
    margin-bottom:32px;
    display: flex;
    gap: 0.5rem;
}
.p_100{
    padding: 4.5rem 0;
}
.circle{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(to right, #862F92 , #FF7E15);
    color: #fff;
}
.smallHead p::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translateY(10%);
    background: linear-gradient(to right, #862F92 , #FF7E15);
    margin-right: 0.5rem;
}
.smallHead p {
    position: relative;
    margin: unset;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed';
}
.grad{
    background: linear-gradient(to right, #862F92 , #FF7E15);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
p{
    font-size: clamp(1.05rem, 2.5vw, 1.5rem);
    line-height: clamp(1.5rem, 2.5vw, 1.8rem);
}
.mainBtn{
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: clamp(1rem, 2.5vw, 1.2rem);
    padding: 1rem 2rem;
    color:#fff;
	display: flex;
    align-items: center;
    column-gap: 5px;
}
.mainHeading{
    position: relative;
    margin-bottom: 3rem;
}
 .mainHeading h1, .mainHeading h2{
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-family:Noka;
    color: unset;
    font-weight: 400;
    text-transform:uppercase;
} 
 .mainHeading h1 b, .mainHeading h2 b{
     font-weight:600;
 }

.btnBox{
    display: flex;
    column-gap: 0.5rem;
    margin-top: 3rem;
}
/* Custom Colors & Backgrounds */
.btn-purple {
    background-color: #7d2a80;
    border: none;
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background-color: #5d1f5f;
}

.text-pink {
    color: #c0499d;
}

.bg-light-custom {
    background-color: #faf9fb;
}

/* Speaker Cards */
.speaker-card {
    background-color: #f1e9f4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 80px;
}

.speaker-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.speaker-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.speaker-card h6 {
    font-size: 0.85rem;
}

.speaker-card .role {
    font-size: 0.7rem;
    text-transform: uppercase;
}

.speaker-card .company {
    font-size: 0.75rem;
    line-height: 1.1;
}

.topSectionContent p:not(:last-child) {
    margin-bottom: 48px;
}
.eventTop{
    position: relative;
    /*padding: 6rem 0 5rem 0;*/
}
.eventTop::before {
    content: '';
    position: absolute;
    top: 70px;
    right: 5%;
    width: 15%;
    height: 30%;
    z-index: -1;
    background-image: url('https://nextstep.net.in/indus-food/wp-content/themes/indus-food/assets/images/Frame 1809.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.behindMindSec{
    position:relative;
}
.behindMindSec::after {
    content: '';
    position: absolute;
    top: 56px;
    right: 5%;
    height: 200px;
    width: 200px;
    background-image: url(https://nextstep.net.in/indus-food/wp-content/uploads/2026/03/Frame-1689.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.mainBehindDesc {
    align-content: end;
    height: 100%;
    width: 95%;
}


.profileImg {
    background: linear-gradient(to bottom, #EF416A, #862F92);
    border-radius: 50%;
    overflow: hidden;
    width: 40%;
}
.profileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.speaker-card {
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: 22px;
    overflow: hidden;
    height:100%;
}
.profileImg img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.speaker-card * {
    color: #862F92;
}
.profileDetail{
    width: 60%;
}
.profileDetail *{
    width: 98%;
}
.profileDetail p {
    margin-bottom: 10px;
}
.speaker-card h6 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 100%;
    margin-bottom: 8px;
    font-family: 'Ubuntu Condensed';
}
.speaker-card .role {
    font-size: clamp(0.9rem, 1.5vw, 0.9rem);
    line-height: clamp(1.4rem, 1.7vw, 1.1rem);
    font-family: 'Ubuntu Condensed';
}
.speaker-card .company {
    font-size: clamp(0.8rem, 1.3vw, 0.8rem);
    line-height: clamp(1.2rem, 1.5vw, 1rem);
}

.behindMindSec {
    position: relative;
}
/*.mindContainer {*/
/*    margin-bottom: 4rem;*/
/*}*/
.mindContainer .mainHeading {
    margin-bottom: unset;
}

/* Highlight Section (Gradients & Badges) */
.heighLightSec {
    position: relative;
}
.heighLightSec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 10%;
    width: 200px;
    height: 200px;
    background-image: url('https://nextstep.net.in/indus-food/wp-content/themes/indus-food/assets/images/Frame 1682.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.heighlightContainer > div {
    width: 24%;
}
.heighlightContainer {
    display: flex;
    column-count: 4;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    row-gap: 24px;
}
.highlight-badge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 100px 0px 0px 100px;
    backdrop-filter: blur(5px);
    transition: all 0.3s;
    display: flex;
    padding: 2rem;
    gap: 1rem;
    align-items: center;
    justify-content: left;
}
.highlight-badge img {
    width: 64px;
    height: 64px;
}
.highlight-badge h3{
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    margin-bottom: unset;
    font-weight: 600;
    font-family:'noka';
}
.highlight-badge small {
    margin-top: 10px;
    font-size: clamp(0.75rem, 2vw, 1rem);
    line-height: 100%;
    width: 70%;
}
/*.highlight-badge:hover {*/
/*    background-color: rgba(255, 255, 255, 0.25);*/
/*}*/
 /*Section 4: Download Cards */
.download-card {
    background: linear-gradient(135deg, #862F92 0%, #c0499d 100%);
    transition: transform 0.3s ease;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(134, 47, 146, 0.3);
}

















.prograDetailSec {
    position: relative;
}

.eventSliderSec{
    background-color: #000;
    position: relative;
    z-index:0;
}
.eventSliderSec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    width: 180px;
    height: 180px;
    background-image: url(https://nextstep.net.in/indus-food/wp-content/uploads/2026/03/Frame-1683.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.eventSliderSec .btnBox {
    margin-top: 3rem;
}
.eventSliderSec .btnBox .mainBtn {
    background: #fff;
    color: var(--purple);
}
.event-card button {
    font-size: 16px !important;
    padding: 16px 32px !important;
    font-family: 'Ubuntu Condensed';
    font-weight: 400 !important;
	display:flex;
	column-gap:5px;
	transition:0.4s;
}
.eventSliderSec .btnBox .mainBtn:hover{
	background:#f6f6f6;
}
.event-card p{
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: clamp(1rem, 2.7vw, 1.4rem);
}
div#eventDaysContent {
    position: relative;
    z-index: 9;
}



/* Day Tabs Styling */
.day-tabs {
    gap: 10px;
}
.day-tabs .nav-link {
    background-color: #333333;
    color: #aaaaaa;
    border-radius: 0;
    padding: 12px 30px;
    text-align: left;
    min-width: 150px;
    position: relative;
    border: none;
    transition: all 0.3s ease;
}
#eventDaysTab button {
    display: flex;
    flex-direction: column;
    gap:8px;
}
.day-tabs .nav-link .day-title {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    line-height:100%;
    font-family: 'Ubuntu Condensed';
}
.day-tabs .nav-link .day-date {
    font-size: 0.75rem;
    line-height:100%;
    font-family: 'Ubuntu Condensed';
}
.day-tabs .nav-link.active {
    background-color: #862F92; /* Purple */
    color: #ffffff;
}

/* The Orange gradient bar on active tab */
.day-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(to bottom, #FF7E15, #EF416A);
    border-radius: 10px;
}
.day-tabs .nav-link.active {
    padding-left: 25px; /* Adjust padding to fit the orange bar */
}

/* Colors & Buttons */
.bg-purple-light {
    background-color: #f1e9f4;
}
.text-purple {
    color: #862F92;
}
.btn-purple {
    background-color: #862F92;
    border: none;
    transition: background-color 0.3s;
}
.btn-purple:hover {
    background-color: #63226d;
}

/* Event Card Slider Tweaks */
.event-card {
    min-height: 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
/* .speakers + div {
    width: 90%;
} */
.event-card > .eventImageBox + div * {
    margin: 0px;
}
p.speakers {
    margin-bottom: 8px !important;
}
.event-card > .eventImageBox + div {
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: auto;
    margin: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eventImageBox, .eventImageBox img {
    height: 450px;
    position: relative;
    object-fit:cover;
}
.detailContent {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dateTag {
    position: absolute;
    top: 20px;
    left: 32px;
}
.dateTag p{
    font-size:0.75rem;
    color:#fff;
    background-color: #000;
    padding:8px 12px;
    margin:0px;
}


/* Custom Slick Arrows */
.slick-custom-prev, .slick-custom-next {
    background-color: #444444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
.slick-custom-prev:hover, .slick-custom-next:hover {
    background-color: #862F92;
}
.slick-custom-prev.slick-disabled, .slick-custom-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Remove default outline on slider focus */
.slick-slide:focus {
    outline: none;
}


/* Custom Nav Tabs Styling */
.custom-event-tabs {
    border-bottom: none; /* Removed default bootstrap bottom border */
}

.custom-event-tabs .nav-link {
    background-color: #f2e6f2; /* Light purple background for inactive tabs */
    color: #862F92; /* Dark purple text */
    border: none;
    font-size: 0.85rem;
    line-height: 1rem;
    padding: 8px 16px;
    transition: all 0.3s ease;
    font-family:'Ubuntu Condensed';
}
div#conferenceTabsContent .dateTag {
    top: auto;
    left: auto;
}
.custom-event-tabs .nav-link:hover {
    background-color: #e5d1e6; /* Slightly darker on hover */
}

.custom-event-tabs .nav-link.active {
    background-color: #862F92 !important; /* Dark purple for active tab */
    color: #ffffff !important; /* White text */
}

/* Event Image Container */
.event-image-container {
    height: 500px; /* Fixed height for consistency */
}

.event-image-container img {
    height: 100%;
    object-fit: cover;
}

/* Button Customization */
/* .btn-purple {
    background-color: #862F92;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: background-color 0.3s;
} */

.btn-purple:hover {
    background-color: #63226d;
}


.event-card h3{
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.speaker-pill span {
    font-size: 12px;
    color: var(--purple);
}
p.hallNo, p.speakers {
    font-size: 12px;
}
p.speakers{
    margin-bottom:8px;
}



.exploreEventSec {
    position: relative;
    background-color: #F371350A;
}
.exploreSec .mainHeading h2{
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 2rem;
}
.exploreContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
/*.exploreEventSec::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 15px;*/
/*    z-index: 0;*/
/*    background: linear-gradient(to right , var(--pink), var(--purple));*/
/*}*/
.exploreDesc p {
    width: 95%;
    margin: unset;
}


.manufacturingDialogueContainer{
    position: relative;
}
.manufacturingDialogueContainer::before {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 40%;
    height: 50%;
    z-index: 0;
    background-image: url('https://nextstep.net.in/indus-food/wp-content/themes/indus-food/assets/images/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.manufacturingDialogueContainer .container{
    width: 90%;
    margin: auto;
}
.dialogueContent p {
    width: 80%;
    margin-bottom: 48px;
}



/* Download Section Style */
.downloadSectionContainer {
    position: relative;
    background-color: rgba(0, 0, 0, 0.025);
}
.downloadSec .mainBtn{
    background: #fff;
    color: var(--purple);
}
.downloadSec .smallHead {
    position: static;
    margin-bottom: 32px;
}

















/*Modal Style*/
.eventDetailContainer {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 24px;
                height:100%;
            }
            button.btn-close:before {
                content: '';
                position: absolute;
                width: 170%;
                height: 170%;
                background: black;
                border-radius: 50%;
                top: -25%;
                right: -25%;
                z-index: -999;
            }
            button.btn-close:after {
                content: 'x';
                position: absolute;
                width: 80%;
                height: 80%;
                background: #fff;
                top: 20%;
                left: 0;
                z-index: 1;
                font-size: 18px;
                line-height: 100%;
                color: red;
                border-radius: 6px;
                padding: 10px;
                align-items: center;
                display: flex;
                justify-content: center;
            }

            .eventDetailContainer .mainHeading{
                margin-bottom: 32px;
            }

            #dynamicEventModal .mainHeading .smallHead{
                position: static;
            }
            .speakerSide{
                display: flex;
                flex-direction: column;
                gap: 32px;
            }
            .speakerSide .mainHeading {
                margin: unset;
            }
			.speakerSide .smallHead p {
				color: #fff;
			}

            #dynamicEventModal .mainHeading .smallHead p{
                color: #fff;
                margin-bottom: 12px;
            }

            @media (min-width: 1200px) {
                    .modal-xl {
                        max-width: 75vw;
                    }
            }

            /* Custom Modal Styling */
            .custom-dark-modal .modal-content {
                background-color: #050505 !important;
                border: 1px solid #222;
            }

            /* Modal Navigation Arrows */
            .modal-nav-btn {
                width: 50px;
                height: 50px;
                background-color: #fff;
                border: none;
                border-radius: 50%;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1055;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease;
				position: fixed !important;
            }

            .modal-nav-btn:hover {
                background-color: #f1e9f4;
            }

            .modal-nav-btn.nav-prev {
                left: 150px;
            }

            .modal-nav-btn.nav-next {
                right: 150px;
            }

            /* Speaker/Moderator Cards inside Modal */
            .modal-speaker-card {
                background-color: #1a1a1a;
                /* Dark Grey box */
                padding: 22px;
                border-radius: 4px;
                display: flex;
                align-items: center;
                gap: 15px;
                height: 100%;
            }

            .modal-speaker-img {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                object-fit: cover;
                background: linear-gradient(135deg, #EF416A 0%, #862F92 100%);
                /* Pink background behind image */
                padding: 2px;
                /* For the border effect */
            }

            /* Purple Button */
            .btn-purple {
                background-color: #862F92;
                border: none;
                transition: background-color 0.3s;
            }

            .btn-purple:hover {
                background-color: #63226d;
            }

            .text-purple {
                color: #862F92;
            }


            .locationDetail {
                margin-bottom: 32px;
                align-items: center;
            }

            span#modalDateTime {
                background: #fff;
                border-radius: 0px;
                color: #000;
                font-size: 12px;
                padding: 8px 12px;
                font-family: 'Ubuntu Condensed';
            }

            span#modalLocation {
                font-size: 16px;
                padding: 8px 12px;
                font-family: 'Ubuntu Condensed';
            }

            p.themeInfo {
                font-size: 14px;
                line-height: 100%;
                margin-bottom: 12px;
                color: #fff;
            }

            p.modalDescription {
                color: #fff;
                font-size: 20px;
                font-weight: 400;
            }

            .attendBtn p {
                font-size: 14px;
                line-height: 20px;
            }

            .modalBottomBtns {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }

            .attendBtn {
                gap: 10px;
                display: flex;
                background-color: #1a1a1a;
                padding: 12px;
            }

            a#modalRegisterBtn {
                background: #862F92;
                color: #fff;
                display: flex;
                padding: 16px 32px;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                line-height: 100%;
            }
            .modal-speaker-info * {
                color: #fff !important;
            }
            .modal-speaker-info h6 {
                font-size: 20px;
            line-height: 32px;
                margin: unset;
                font-family: 'Ubuntu Condensed';
            }
            .modal-speaker-info .role {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 12px;
                font-family: 'Ubuntu Condensed';
            }
            .modal-speaker-info .company {
                font-size: 12px;
                line-height: 18px;
            }
            
            
            
            
            
            
            
            
            
            
            
            
            
            
/* Venue Detail Page CSS  */

.venueDetailPage ul.statsList {
    display: flex;
    column-gap: 32px;
    margin-top: 24px;
}

/* How To get There Styles */
.staticHead.mainHeading .smallHead {
    position: static;
}

.staticHead.mainHeading {
    margin-bottom: 24px;
}


.manufacturingDialogueContainer .register-link {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.venueDetailPage .wayContainer {
    background-color: #862F9214;
    padding: 24px;
    min-height: 100%;
}
.venueDetailPage .wayTop p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.venueDetailPage ul.wayList {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
    height: 85%;
}
.venueDetailPage ul.wayList li{
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.venueDetailPage p.fastest {
    background-color: var(--orange);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    position: absolute;
    top: 24px;
    right: 20px;
}
.venueDetailPage p.fastest .icon{
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.334 15.1667C10.774 15.1667 9.50065 13.8933 9.50065 12.3333V12C9.50065 11.7267 9.72732 11.5 10.0007 11.5C10.274 11.5 10.5007 11.7267 10.5007 12V12.3333C10.5007 13.3467 11.3207 14.1667 12.334 14.1667C13.3473 14.1667 14.1673 13.3467 14.1673 12.3333C14.1673 11.32 13.3473 10.5 12.334 10.5H1.33398C1.06065 10.5 0.833984 10.2733 0.833984 10C0.833984 9.72667 1.06065 9.5 1.33398 9.5H12.334C13.894 9.5 15.1673 10.7733 15.1673 12.3333C15.1673 13.8933 13.894 15.1667 12.334 15.1667Z" fill="white"/><path d="M12.334 8.50004H1.33398C1.06065 8.50004 0.833984 8.27337 0.833984 8.00004C0.833984 7.72671 1.06065 7.50004 1.33398 7.50004H12.334C13.3473 7.50004 14.1673 6.68004 14.1673 5.66671C14.1673 4.65337 13.3473 3.83337 12.334 3.83337C11.3207 3.83337 10.5007 4.65337 10.5007 5.66671V6.00004C10.5007 6.27337 10.274 6.50004 10.0007 6.50004C9.72732 6.50004 9.50065 6.27337 9.50065 6.00004V5.66671C9.50065 4.10671 10.774 2.83337 12.334 2.83337C13.894 2.83337 15.1673 4.10671 15.1673 5.66671C15.1673 7.22671 13.894 8.50004 12.334 8.50004Z" fill="white"/><path d="M6.20732 6.5H1.33398C1.06065 6.5 0.833984 6.27333 0.833984 6C0.833984 5.72666 1.06065 5.5 1.33398 5.5H6.20732C6.92065 5.5 7.50065 4.92 7.50065 4.20666C7.50065 3.49333 6.92065 2.91333 6.20732 2.91333C5.49398 2.91333 4.91398 3.49333 4.91398 4.20666V4.46C4.91398 4.73333 4.68732 4.96 4.41398 4.96C4.14065 4.96 3.91398 4.74 3.91398 4.46V4.20666C3.91398 2.94 4.94065 1.91333 6.20732 1.91333C7.47398 1.91333 8.50065 2.94 8.50065 4.20666C8.50065 5.47333 7.47398 6.5 6.20732 6.5Z" fill="white"/></svg>');
    width:20px;
    height:20px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    margin-right:8px;
}
.venueDetailPage p.type {
    font-family: 'Noka';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;
}
.venueDetailPage p.time {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}
.venueDetailPage p.time:before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99935 1.66663C5.40768 1.66663 1.66602 5.40829 1.66602 9.99996C1.66602 14.5916 5.40768 18.3333 9.99935 18.3333C14.591 18.3333 18.3327 14.5916 18.3327 9.99996C18.3327 5.40829 14.591 1.66663 9.99935 1.66663ZM13.6243 12.975C13.5077 13.175 13.2993 13.2833 13.0827 13.2833C12.9743 13.2833 12.866 13.2583 12.766 13.1916L10.1827 11.65C9.54102 11.2666 9.06602 10.425 9.06602 9.68329V6.26663C9.06602 5.92496 9.34935 5.64163 9.69102 5.64163C10.0327 5.64163 10.316 5.92496 10.316 6.26663V9.68329C10.316 9.98329 10.566 10.425 10.8243 10.575L13.4077 12.1166C13.7077 12.2916 13.8077 12.675 13.6243 12.975Z" fill="black"/></svg>');
    content: '';
    width: 20px;
    height: 20px;
    position: static;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
}
.venueDetailPage p.typeContent{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: unset;
}

/* Floor Plan Style */






/* Sponsorship Page */
.bordered{
    border: 0.25px solid rgba(0, 0, 0, 0.05);
}

.sponsorShipPage .key-highlight-box ul li:nth-child(even) .key-box {
    position: absolute;
    right: 10%;
    top: -60px;
    width: 50%;
    height: max-content;
}

.sliderTitle {
    font-family: 'Noka';
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 64px;
    text-align: center;
}
.sliderBox {
    padding: 32px;
    height: 100%;
}

/* Borders for Desktop but removed on Mobile */
@media (min-width: 992px) {
    .border-end-md {
        border-right: 1px solid #dee2e6; /* Divider line */
    }
}
@media (max-width: 991px) {
    .border-end-md {
        border-bottom: 1px solid #dee2e6;
    }
}

/* Logo Wrappers */
.sponsorShipPage .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 10px;
}

.sponsorShipPage .logo-box img {
    max-height: 100%;
    width: auto;
}

/* Circular Logos with White Background */
.sponsorShipPage .logo-circle {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden; /* Keeps image inside circle */
}
.logo-circle.mx-auto.shadow-sm a{
	display:flex;
	justify-content:center;
}
.sponsorShipPage .logo-circle img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* Slick Slider focus outline removal */
.sponsorShipPage .slick-slide:focus {
    outline: none;
}

.join-us-inner p{
	color:#fff;
}





.bg-light-custom { background-color: #faf9fb; }
.text-purple { color: #862F92; }

/* Filter Checkboxes/Radios Customization */
.custom-radio-check .form-check-input {
    border-color: #bbb;
    cursor: pointer;
}
.custom-radio-check .form-check-input:checked {
    background-color: #862F92;
    border-color: #862F92;
}
.custom-radio-check label { cursor: pointer; }

/* Masonry Layout */
/* Gallery Container (Flexbox) */
#galleryContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Images ke beech ka space */
}

/* -----------------------------------------
   6-ITEM REPEATING PATTERN (6n Formula)
------------------------------------------ */

/* 1st Row (2 Items): Har 6 elements ke set mein pehla aur dusra item */
#galleryContainer > div:nth-child(6n + 1), 
#galleryContainer > div:nth-child(6n + 2) {
    width: calc(50% - 7.5px);
}

/* 2nd Row (1 Item): Har 6 elements ke set mein teesra item */
#galleryContainer > div:nth-child(6n + 3) {
    width: 100%;
}

/* 3rd Row (3 Items): Har 6 elements ke set mein chautha, panchwa, aur chhata item */
/* Note: 6n+6 ko CSS mein sirf 6n likhte hain */
#galleryContainer > div:nth-child(6n + 4),
#galleryContainer > div:nth-child(6n + 5),
#galleryContainer > div:nth-child(6n) {
    width: calc(33.333% - 10px);
    
}

/* -----------------------------------------
   MOBILE RESPONSIVENESS 
------------------------------------------ */
@media (max-width: 768px) {
    /* Mobile/Tablet par sabhi images 100% width ki ho jayengi taaki design na toote */
    #galleryContainer > div:nth-child(n) {
        width: 100%;
        height: 250px; /* Mobile par uniform height */
    }
}
.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    display: none;
}
.gallery-item > div{
    height: 100%;
}
.gallery-item img {
    transition: transform 0.4s ease;
    height: 100%;
    object-fit: cover;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.cursor-pointer { cursor: pointer; }

/* Little Black Badge on Images */
.gallery-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.65rem;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
}

/* Modal Styling */
.bg-dark-transparent {
    background-color: rgba(20, 20, 20, 0.95) !important;
}

.lightbox-nav-btn {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}
.lightbox-nav-btn:hover { background-color: #f1e9f4; }
.lightbox-nav-btn.nav-prev { left: 3%; }
.lightbox-nav-btn.nav-next { right: 3%; }











/* Conference Page Style Start HEre  */

.conferenceHeroDescBox::after {
    content: '';
    position: absolute;
    top: 56px;
    width: 175px;
    height: 175px;
    background-image: url('https://nextstep.net.in/indus-food/wp-content/uploads/2026/03/Frame-1810-3.png');
    background-size: contain;
    right: 10%;
    background-repeat: no-repeat;
}
.descHeadingBox .mainHeading {
    margin-bottom: 24px;
}
.conferenceHeroDescBox > div {
    width: 65%;
}
.conferenceCarouselBox .carousel-item, .conferenceCarouselBox .carousel-item img {
    height: 75dvh;
}
.conferenceHeroDescBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.conferencePage .home-sm-box-inner, .conferencePage .home-smart-box {
    background-color: transparent;
    background: unset;
}
.conferencePage .gallerySec:before{
    z-index: -1;
}
.conferencePage .gallery-slick .slick-prev,
.conferencePage .gallery-slick .slick-next{
    background-color:var(--purple);
}
.conferencePage .home-smart-box .home-sm-box-inner {
    background-color: #fff;
}
.conferencePage .galleryTop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 64px;
}
.conferencePage .gallerySec:before{
    background-size: contain;
    background-repeat: no-repeat;
}
.conferencePage .galleryTop .mainHeading {
    margin-bottom: unset;
}
.conferencePage .smallHead{
    margin-bottom: 24px;
}

.behindMindSec .mindContainer {
        margin-bottom: 32px;
    }







/*Responsive Style Starts Here*/

@media(max-width:1799px){
    .conferenceHeroDescBox > div{
        width:80%;
    }
    .modal-xl {
        max-width: 85vw;
		margin:auto;
    }
    .modal-speaker-card {
        background-color: #1a1a1a;
        padding: 12px;
    }
}

@media (max-width:1599px){
    .eventPage .d-flex.justify-content-between.align-items-end, .conferencePage .d-flex.justify-content-between.align-items-end {
        flex-direction: column;
        gap: 12px;
    }
    .conferencePage .d-flex.justify-content-between.align-items-end > div, .eventPage .d-flex.justify-content-between.align-items-end > div {
        display: inline-flex;
        max-width: 100%;
        margin-right: auto;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .conferencePage .d-flex.justify-content-between.align-items-end button, .eventPage .d-flex.justify-content-between.align-items-end button {
        width: max-content;
        align-items: center;
        display: inline-flex;
        margin-right: auto;
    }
    .eventSliderSec .btnBox{
        flex-direction:column;
        gap:12px;
    }
    .prograDetailSec .btnBox {
        flex-direction: row;
    }
    .eventSliderSec .btnBox .mainBtn{
        width:max-content;
    }
    .sponsorShipPage .logo-circle {
        width: 100px;
        height: 100px;
    }
    .conferenceContainer > .row {
        row-gap:12px;
    }
    .conferenceHeroDescBox > div {
        width: 90%;
    }
    .detailContent{
        width:100%;
    }
    .event-card p {
        max-width: 100% !important;
    }
}

@media (max-width:1399px){
    .conferenceCarouselBox .carousel-item,
    .conferenceCarouselBox .carousel-item img {
        height:70dvh;
    }
    .conferenceHeroDescBox > div {
        width: 100%;
    }
    .sponsorShipPage .container-fluid , .galleryPage .container-fluid , .conferencePage .container-fluid , .venueDetailPage .container-fluid ,.eventPage .container-fluid {
        padding: 0 20px;
    }
    .download-card {
        height: 350px !important;
    }
	.indusctsec1 .indusmain .venue{
		width:70%;
	}
}

@media (max-width:1199px){
	.indusctsec1 .indusmain .venue {
		width: 70%;
	}
	
     .galleryPage .mainHeading{
         width:100% !important;
     }
	
    .conferenceHeroDescBox > div{
        width:100%;
    }
    .p-72 {
        padding: 3.5rem 0 2.5rem 0;
    }
    .px-5{
        padding:1.5rem !important;
    }
    .btnBox{
        flex-direction:column;
        gap:8px;
    }
    .p-56 {
        padding: 1.5rem 0;
    }
    .mainHeading{
        margin-bottom:1.5rem;
    }
    .eventPage .event-image-container {
         height: 50dvh; 
    }
    .mainBtn{
        text-align:center;
    }
    /*.mindContainer + .row > div {*/
    /*    width: 100%;*/
    /*}*/
    
    /*.mindContainer + .row {*/
    /*    display: grid;*/
    /*    grid-template-columns: repeat(3, 1fr);*/
    /*    gap: 12px;*/
    /*}*/
    
/*     ul#conferenceTabs li, ul#conferenceTabs li button {
        width: 100%;
    } */
    .heighlightContainer {
        column-count: 3;
        row-gap: 12px;
    }
    /*.heighlightContainer {*/
    /*    flex-direction: column;*/
    /*    width: 90%;*/
    /*    margin: auto;*/
    /*}*/
    .heighlightContainer > div {
        width: 30%;
        padding:1rem;
    }
    .speaker-card {
        padding: 12px;
        height: 100%;
    }
    
    
    .event-card > .eventImageBox + div{
        position:static;
        margin:unset;
    }
    .event-card p {
        max-width:100% !important;
    }
	.eventImageBox, .eventImageBox img {
        height: 250px;
        width: 100%;
    }
    .event-card .d-flex.justify-content-between.align-items-end {
        flex-direction: column;
        gap: 16px;
    }
    .d-flex.justify-content-between.align-items-end button {
        display: inline-flex;
        width: max-content;
        margin-right: auto;
    }
    
    .detailContent{
        width:100%;
    }
    .download-card{
        height:200px !important;
    }
    .dialogueContent p{
        width:unset;
        margin-bottom:unset;
    }
    .venueDetailPage ul.statsList {
        column-gap: 12px;
    }
    .conferenceHeroDescBox > div{
        width:100%;
    }
    .conferencePage .join-btn {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .conferencePage .galleryTop{
        flex-direction:column;
    }
    .event-card > .eventImageBox + div * {
        margin-right: auto;
    }
    .gallery-slick .slick-prev {
        left: 7%;
    }
    .gallery-slick .slick-next {
        right: 7%;
    }
	
	
	.modal-nav-btn.nav-prev {
		left: 20px;
	}
	.modal-nav-btn.nav-next {
		right: 20px;
	}
	#eventModal .btn-close {
		right: -55px !important;
	}
	.visi-event-inner {
		width: 100%;
		margin: 0 auto;
	}
	
	
}


@media (max-width:991px){
	.indusctsec1 .registration .footer{
		flex-direction:column;
	}
    #dynamicEventModal .modal-lg, #dynamicEventModal .modal-xl {
        max-width: 80vw;
    }
    .modal-speaker-img {
        width: 80px;
        height: 80px;
     }
    .dropdown-filter{
         width:100% !important;
     }
    .conferenceCarouselBox .carousel-item, .conferenceCarouselBox .carousel-item img{
        height:unset;
        object-fit:cover;
    }
    .p-72 {
        padding: 3.5rem 0 2.5rem 0;
    }
    .px-5{
        padding:1.5rem !important;
    }
    .btnBox{
        flex-direction:column;
        gap:8px;
    }
    .p-56 {
        padding: 1.5rem 0;
    }
    .mainHeading{
        margin-bottom:1.5rem;
    }
    .event-image-container {
         height: 50dvh; 
    }
    .sponsorShipPage .container-fluid, .eventPage .container-fluid {
        padding: 0 20px;
    }
/*     ul#conferenceTabs li, ul#conferenceTabs li button {
        width: 100%;
    } */
    .heighlightContainer {
        column-count: 3;
        row-gap: 12px;
    }
	
    /*.heighlightContainer {*/
    /*    flex-direction: column;*/
    /*    width: 90%;*/
    /*    margin: auto;*/
    /*}*/
    .heighlightContainer > div {
        width: 45%;
        padding:1rem;
    }
    .speaker-card {
        padding: 12px;
        height: 100%;
    }
    
    
    .event-card > .eventImageBox + div{
        position:static;
        margin:unset;
    }
    .event-card p {
        max-width:100% !important;
    }
    .eventImageBox, .eventImageBox img{
        height:250px;
    }
    .event-card .d-flex.justify-content-between.align-items-end {
        flex-direction: column;
        gap: 16px;
    }
    .d-flex.justify-content-between.align-items-end button {
        display: inline-flex;
        width: max-content;
        margin-right: auto;
    }
    
    .detailContent{
        width:100%;
    }
    .download-card{
        height:200px !important;
    }
    .dialogueContent p{
        width:unset;
        margin-bottom:unset;
    }
    .venueDetailPage .wayContainer{
        height:unset;
    }
    .venueDetailPage ul.statsList{
        flex-direction:column;
        margin-bottom:20px;
    }
    .howToGetThereSec .row {
        row-gap: 20px;
    }
    
    
    .sponsorShipPage .logo-circle{
        width:100px;
        height:100px;
    }
    .sliderTitle{
        font-size:24px;
        line-height:32px;
        margin-bottom:32px;
    }
    .sliderBox{
        padding:20px;
    }
    .gallery-slick .slick-prev {
        left: 5%;
    }
    .gallery-slick .slick-next {
        right: 5%;
    }
    .mainBtn{
        justify-content:center;
    }
	
	.modal-nav-btn {
    	width: 30px;
		height: 30px;
	}
	.modal-nav-btn.nav-prev {
		left: 0px;
	}
	.modal-nav-btn.nav-next {
		right: 0px;
	}
	#eventModal .btn-close {
		top: -15px !important;
		right: -10px !important;
		width:0.5em !important;
		height:0.5em !important;
	}
	.modal-xl {
		max-width: 95vw;
		margin:auto;
	}
	
}


@media (max-width:767px){
	.indusctsec1 .indusmain .venue {
		width: 100%;
	}
    .sponsorShipPage .key-highlight-box ul li:nth-child(even) .key-box{
        position:static;
        width:100%;
    }
    .profileDetail {
        width: 100%;
        display:flex;
        flex-direction:column;
        gap:4px;
    }
    .profileDetail *{
        margin-bottom:0px !important;
    }
    .highlight-badge img {
        width: 50px;
        height: 50px;
    }
	.indusabsec6 .highlighthead {
        flex-direction: column;
        gap: 15px;
        align-items: unset;
    }
    .modal-speaker-img {
        width: 70px;
        height: 70px;
    }
    #dynamicEventModal .modal-lg, #dynamicEventModal .modal-xl {
        max-width: 90vw;
        margin:auto;
    }
    .p-72 {
        padding: 3.5rem 0 2.5rem 0;
    }
    .px-5{
        padding:1.5rem !important;
    }
    .btnBox{
        flex-direction:column;
        gap:8px;
    }
    .p-56 {
        padding: 1.5rem 0;
    }
    .mainHeading{
        margin-bottom:1.5rem;
    }
    .event-image-container {
         height: 50dvh; 
    }
    .eventPage .container-fluid {
        padding: 0 5px;
    }
/*     ul#conferenceTabs li, ul#conferenceTabs li button {
        width: 100%;
    } */
    .heighlightContainer {
        /*flex-direction: column;*/
        width: 90%;
        margin: auto;
    }
    .heighlightContainer > div {
        width: 100%;
        padding:1rem;
    }
    .heighlightContainer{
        row-gap:12px;
    }
    
    
    
    .event-card > .eventImageBox + div{
        position:static;
        margin:unset;
    }
    .event-card p {
        max-width:100% !important;
    }
    .eventImageBox, .eventImageBox img{
        height:250px;
    }
    .event-card .d-flex.justify-content-between.align-items-end {
        flex-direction: column;
        gap: 16px;
    }
    .d-flex.justify-content-between.align-items-end button {
        display: inline-flex;
        width: max-content;
        margin-right: auto;
    }
    
    .detailContent{
        width:100%;
    }
    .download-card{
        height:200px !important;
    }
    .dialogueContent p{
        width:unset;
        margin-bottom:unset;
    }
    
    .gallery-slick .slick-prev {
        left: 2%;
    }
    .gallery-slick .slick-next {
        right: 2%;
    }
}




.joinSection > div > .row {
    row-gap: 20px;
}
select#categoryFilter {
    padding: 8px 40px 8px 12px;
}
.year-filters .custom-radio {
    padding: 8px 16px !important;
}

div#faqAccordion {
    height: 500px;
    overflow-y: scroll;
}





.partners-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.flex-col {
	flex: 1 1 300px;
	min-width: 250px;
	display: flex;
}
.sliderBox {
	width: 100%;
	display: flex;
	flex-direction: column;
}



.tabList {
    width: 100%;
/*     overflow-x: auto;
    overflow-y: hidden; */
}

.tabList > ul {
/*     width: max-content; */
    display: flex;
}





.sponsorFrom input, .sponsorFrom select, .sponsorFrom textarea {
    padding: 12px 24px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    font-size: 14px;
	line-height:22px;
    outline: none;
    border: 1px solid rgba(213, 213, 213, 1);
	font-family: 'Geist' !important;
}
.sponsorFrom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    background-image: url(https://nextstep.net.in/indus-food/wp-content/uploads/2026/03/keyboard_arrow_down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
    background-size: 10px !important;
    padding-right: 40px !important;
	font-family: 'Geist' !important;
}
.sponsorFrom span{
	font-family: 'Geist' !important;
	font-weight: 400 !important;
	margin:10px 0px !important;
	font-size:clamp(0.5rem, 3vw ,0.75rem) !important;
	line-height:clamp(0.75rem, 3.4vw ,1rem) !important;
}