/* Add custom styles if needed */
.desktop-section {
	background: url('../images/Bg_logo_web.png') no-repeat ;
	background-size: cover;
	background-position: left top;
	/* Remove default margin */
	margin: 0; 
	/* Remove default padding */
	padding: 0; 
	/* padding: 180px; */
	height: 1030px; 
	/* height: 769px;  */
	/* width: 1602px; */
	display: flex;
	align-items: center;
}
.desktop-section-close {
	background: url('../images/Partners-Web.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 600px;
}

.desktop-section-scedule {
	background: url('../images/Day-1.png') no-repeat ;
	background-size: contain;
	background-position: center;
	height: 900px;
	width: 1251px;
}

.desktop-section-scedule-div {
	background: url('../images/division.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 115px;
}

.desktop-section-scedule-day2 {
	background: url('../images/Day-2.png') no-repeat ;
	background-size: contain;
	background-position: center;
	height: 900px;
	width: 1251px;
}

.mobile-section {
	background: url('../images/Bg_header_logo_mob.png') no-repeat ;
	background-size: contain;
	/* width: 840px; */
	background-position: top;
	height: 360px;
	margin: 0; /* Remove default margin */
}

.mobile-section-close {
	background: url('../images/Bg_close_mob.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 280px;
}

.mobile-section-schedule {
	background: url('../images/Day1-Mob.png') no-repeat ;
	background-size: contain;
	background-position: center;
	height: 720px;
}

.mobile-section-schedule-day2 {
	background: url('../images/Day2-Mob.png') no-repeat ;
	background-size: contain;
	background-position: center;
	height: 720px;
}

@media (min-width: 768px) {
	.mobile-section {
		display: none;
	}
	.mobile-section-close {
		display: none;
	}
	.mobile-section-schedule{
		display: none;
	}
	.mobile-section-schedule-day2{
		display: none;
	}
}

@media (max-width: 767px) {
	/* Hide desktop background on mobile */
	.desktop-section {
		display: none;
	}
	.desktop-section-close {
		display: none;
	}
	/* .email-input {
		width: 200px;
	} */
	.desktop-section-scedule {
		display: none;
	}
	.desktop-section-scedule-day2 {
		display: none;
	}
}

body
{
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
	overflow-x: hidden;
	color: #313131;
	/* background-color: #E1CEBD; */
	background-color: #ede3d8;
	font-weight: 400;
}

.description {
	font-size: 16px;
}

.email-form {
	display: flex;
	align-items: center;
}

.email-input {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	font-size: 17px;
}

.submit-btn {
	background-color: #245798;
	color: white;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	padding: 10px;
	cursor: pointer;
	font-size: 17px;
}

/* Optional: Add some styles for better visual appearance */
.email-input:focus,
.submit-btn:focus {
	outline: none;
}

a :link {
	color: #313131;
	background-color: transparent;
	text-decoration: underline;
}

a {
	color: #1b7934;
	text-decoration: underline;
}

p {

	color: #1b7934;

}
/* .highlight{
	display: inline-block;
	padding: .25em 0;
	background: #f7f0ea;
} */

@media (max-width: 767px) {
	.desktop-only {
		display: none;
	}
}

.showcase-text {
	padding-top: 40px;
	padding-left: 60px;
}

.section-showcase {
	padding-top: 10px;
	padding-bottom: 30px;
}
.mob-description {
	/* padding-top: 5px; */
	padding-left: 15%;
	padding-right: 15%;
}

.desktop-header-text {
	padding-right: 180px !important;
	margin-top: -220px;
}

.notification {
	color: #00a392;
	margin-top: 10px;
	display: none;
	clear: both;
}

.notificationMob {
	color: #00a392;
	margin-top: 10px;
	display: none;
	clear: both;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.background-tickets-section {
	
	background-size: cover;
	background-position: center;
	color: white;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

/* Desktop styles */
@media screen and (min-width: 768px) {
	.background-tickets-section {
		height: 420px; 
		background-image: url('../images/Ticket-desktop-bg.png'); 
	}
	.text-section {
		flex: 2;
		text-align: left;
		margin-right: 20px;
		padding: 0px 0px 30px 120px;
	}

	.image-section {
		flex: 1;
		display: flex;
		flex-direction: column;
		padding: 0px 0px 0px 120px;
	}

	h1 {
		font-size: 64px;
	}

	.image-section img {
		width: 60%;
		height: 60%;
		padding: 10px;
		margin-bottom: 10px; /* Add some bottom margin */
	}
}

/* Mobile styles */
@media screen and (max-width: 767px) {
	.background-tickets-section{
		height: 720px; 
		background-image: url('../images/Ticket-mob-bg.png'); 
		flex-direction: column;
	}

	.text-section, .image-section {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.text-section {
		order: 1;
		padding-top: 100px;
	}

	.image-section {
		order: 2;
	}

	.image-section img {
		width: 50%;
		height: 50%;
		padding: 20px 20px;
		margin-bottom: 10px; /* Add some bottom margin */
	}

	h1 {
		font-size: 48px;
		padding: 20px 20px;
	}

}


.white-button {
	display: inline-block;
	padding: 10px 40px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-size: 28px;
	/* border: 2px solid #000000; */
	border-radius: 5px;
	cursor: pointer;
}

.white-button:hover {
	text-decoration: none;
	background-color: #e0e0e0; /* Optional: Change background color on hover */
}

/*ecosystem */

.ecosystem-section {
    background-color: #0889c4; /* Matches the blue background */
    color: white;
    /* padding: 40px 20px; */
    text-align: left;
}

.ecosystem-section p {
    color: white;
}


.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


.icon-wrapper {
	padding-left: 10px;
    margin-bottom: 10px;
}

.icon-wrapper img {
    width: 30px; /* Adjust the size as needed */
    height: auto;
}




.blue-white-section {
	background: url('../images/blue-white.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

.mobile-blue-white-section {
	background: url('../images/blue-white-mob.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 50px;
}

.white-green-section {
	background: url('../images/white-green.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

.close-desktop-section {
	background: url('../images/end-desktop.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.mobile-white-green-section {
	background: url('../images/white-green-mob.png') no-repeat ;
	background-size: cover;
	background-position: center;
	height: 100px;
}

@media (min-width: 768px) {
	.mobile-blue-white-section {
		display: none;
	}
	.mobile-white-green-section {
		display: none;
	}
	.program-highlights h2 {
		padding-left: 180px;
	}
}

@media (max-width: 767px) {
	/* Hide desktop background on mobile */
	.blue-white-section {
		display: none;
	}
	.white-green-section {
		display: none;
	}
	.close-desktop-section {
		display: none;
	}
	.program-highlights h2 {
		padding-left: 10px;
	}
}

.program-highlights {
	background-color: #ede3d8; /* Light beige background similar to your image */
	padding: 40px;
}

.ecosystem-section {
	background-color: #0889c4;
	padding: 40px;
}
  
.program-highlights h2 {
text-align: left;
color: #2e7d32; /* Dark green color for the heading */
font-size: 28px;
margin-bottom: 20px;
font-weight: 900;
}

.ecosystem-section h2 {
text-align: left;
color: #ede3d8; /* Dark green color for the heading */
font-size: 28px;
padding-left: 10px;
font-weight: 900;
}

.highlight-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}

.highlight {
background-color: #ede3d8;
color: #2e7d32; /* Green color matching the text from the image */
font-size: 16px;
line-height: 1.6;
}

.ecosystem-section .highlight {
	background-color: #0889c4;
	color: #2e7d32; /* Green color matching the text from the image */
	font-size: 16px;
	line-height: 1.6;
}

.highlight p {
margin: 0;
padding: 10px;
}


.text-video-section {
	display: flex;
	flex-direction: column;
	color: #ede3d8;
	align-items: center;
	background-color: #1b7934; 
	padding: 40px;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
	font-weight: 200;
}


.text-video-section p{
	color: #ede3d8;
}

.video-section {
    background-image: url('../images/video-end-bg.png'); /* Desktop background */
    background-size: cover;
    background-position: center;
    padding: 20px; /* Adjust padding as needed */
}

.video-container {
    position: relative;
    width: 80%; /* 80% width for desktop */
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Center the video container */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mobile styles */
@media (max-width: 768px) {
    .video-section {
        background-image: url('../images/video_mobile.png'); /* Mobile background */
    }

    .video-container {
        width: 100%; /* 100% width for mobile */
    }
}

.ticket-button {
	display: inline-block;
	background-color: #b82324; /* Red background */
	color: #fff; /* White text */
	padding: 15px 30px; /* Padding for button size */
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none; /* Remove underline */
	border-radius: 5px; /* Rounded corners */
	transition: background-color 0.3s ease; /* Smooth hover effect */
}

.ticket-button:hover {
	background-color: #d32f2f; /* Darker red on hover */
	text-decoration: none;
	color: black;
}

.ticket-content {
	display: flex;
	flex-direction: column;
	color: #ede3d8;
	align-items: center;
	/* background-color: #1b7934;  */
	padding: 40px;
	/* font-family: Arial, sans-serif;
	font-weight: 200; */
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
	padding-bottom: 100px;
}

.hotel-section {
    background-image: url('../images/Site-Web-Hotels-bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    text-align: left;
}

.hotel-section .content {
    max-width: 800px;
    margin: 0 auto;
	padding-right: 350px;
	color: #ede3d8;
}

.hotel-section h1 {
    font-size: 3em; /* Text size for heading */
	font-weight: bold;
}

.hotel-section p {
    color: #ede3d8;
}


/* Styles for mobile */
@media (max-width: 768px) {
    .hotel-section {
        background-image: url('../images/Site-Mob-Hotels-bg.png');
        padding: 20px 10px;
		background-size: cover;
    	background-position: center;
        text-align: center;
		font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
		min-height: 500px;
    }

	.hotel-section .content {
		padding-right: 0px;
	}
}


.presenters-section {
    background-image: url('../images/Site-Web-Presenters.png');
    background-size: cover;
    background-position: center;
	min-height: 500px;
}

/* Styles for mobile */
@media (max-width: 768px) {
    .presenters-section {
        background-image: url('../images/Site-Mob-Presenters.png');
        
		min-height: 950px;
    }

}

.speakers-container { 
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
	gap: 20px; 
	max-width: 1200px;
	margin: auto;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
}
.speaker {
	cursor: pointer;
	text-align: center;
}
.speaker img {
	width: 100%;
	max-width: 250px;
	border-radius: 10px;
	transition: transform 0.3s;
}
.speaker img:hover {
	transform: scale(1.05);
}
.modal {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
}
.modal-content {
	background: white;
	padding: 20px;
	max-width: 500px;
	text-align: left;
	border-radius: 10px;
	max-height: 100vh;
	overflow-y: auto;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
}
.close {
	float: right;
	font-size: 24px;
	cursor: pointer;
}
@media (max-width: 768px) {
	.speakers-container { grid-template-columns: 1fr; }
}

.speaker-heading {
	/* padding-top: 150px; */
    padding: 50px 20px;
	padding-top: 150px;
    text-align: center;
    margin: 0 auto;
}

.speaker-h1 {
	color: #b82324;
	font-weight: bolder;
	font-size: 5rem!important;
}

@media (min-width: 769px) {
    #modal-img {
        max-width: 500px; /* Adjust size as needed */
        display: block;
        margin: auto;
    }
}

#modal-name {
	font-weight: bold;
	text-align: center;
	color: #b82324;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
}

#modal-info {
	text-align: center;
	font-family: 'Anek Latin', 'Open-Sans', 'sans-serif';
}

.navbar {
    background-color: #e9bb2f!important; /* Dark background color */
	
    font-family: 'Anek Latin', 'Open-Sans', 'sans-serif'; /* Font family */
}

.navbar-brand {
    font-weight: bold;
    color: #1b7934!important; /* Text color */
}

.navbar-nav .nav-link {
    color: #1b7934!important; /* Text color */
}

.navbar-nav .nav-link:hover {
    color: #ffffff; /* Hover text color */
}

nav {
	text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 10px; /* Add spacing between links */
}


.navbar-nav {
    flex: 1;
    justify-content: center;
}

/* .navbar-collapse {
    display: flex;
    justify-content: space-between;
} */ 

.navbar-toggler {
    border-color: #1b7934!important; /* Change the border color of the toggler button */
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(27, 121, 52, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
} 
