@charset "utf-8";
/* CSS Document */

.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
}

.oswald-ets {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.caveat-ets {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #1F723C;
--color-primary-dark:#AD171C;

/*Secondary Color*/
/*--color-secondary: #e92e18;*/
--color-light: #ffffff;
	
/*Thired Color*/
--color-gray-light: #62727D;
--color-gray-dark: #232323;
	
/*Fonts*/
--font-primary: "Exo", serif;
--font-secondary: 'Oswald', serif;

/*Fonts Size*/
--font-size-sm: 16px;
--font-size-md: 18px;
--font-size-lg: 22px;
--font-size-xl: 24px;
}
button.navbar-toggler{
	background:var(--color-light) 
}

body{
	font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: var(--color-gray-dark);
}
ul li {
    list-style: none;
}
h1,h2,h3{
	font-family: "Oswald", sans-serif;
	    font-size: 36px;
    font-weight: 700;
	color: var(--color-primary);
}
a {
    color: var(--color-gray-light);
    text-decoration: none;
}

/* Header Styles - Original Design */
/* Force header to display */
header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1000 !important;
    width: 100% !important;
}

header ul{
    height: 70px;
    background-color: var(--color-primary);
    overflow: hidden;
}

/* ===================
   Header Final Styles
   =================== */

.logo-area {
	background-color: #fff;
    align-items: center;
    padding: 5px 20px !important;
    margin: 0;
    position: relative;
    z-index: 2;
}

.logo-area img {
    height: 60px;
}

.logo-area img:first-child {
    margin-right: 15px;
}

.navigation-area {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-grow: 1;
}

.nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

a.nav-link {
    color: var(--color-light);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 40px 18px;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    transition: background-color 0.3s;
}

.nav-item.active a,
.nav-item a:hover {
    color: var(--color-light) !important;
    background: var(--color-primary-dark) !important;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 0;
    border: none;
    padding: 0;
    margin-top: -1px; /* Align with nav bar bottom */
    min-width: 240px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item {
    color: var(--color-light);
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background: var(--color-primary-dark) !important;
}

.HeadBtn {
    background-color: var(--color-primary-dark);
    color: var(--color-light);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s;
	border-radius: 0 20px 0 0;
}

.HeadBtn:hover{
    background-color: var(--color-primary);
    opacity: 0.9;
    color: var(--color-light);
}

/*Inner Banner*/
.InnerBanner{
    background-image: url(../images/homebanner.png);
    background-position: 0px -387px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    position: relative;
    padding: 100px 10px 50px;
	    text-transform: uppercase;
}
.InnerBanner h2{
    margin: 0 auto;
    color: #1E5125;
    font-family: "Exo", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15); 
}
/*Banner*/
.MainBanner{
    background-image: url("../images/homebanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -120px;
	position: relative;
	padding: 60px 10px 300px;
}
.MainBanner img{
	width: 100%
}

/*Home Page*/
#MainBanner {
    position: relative;
    width: 100%;
	height: 850px;
	padding: 55px 0 170px;
    align-items: center;
    background-image: url('../img/main-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
	margin-top: -85px
}

#MainBanner .container {
    height: 100%;
    position: relative;
}

.banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}

/* Countdown Section - Center */
.countdown-section {
	margin-left: -423px;
  /*  position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(50%, -50%);
    z-index: 2;
    text-align: center;*/
}

/* Logo Section - Top Center */
.logo-section {
 /*   position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;*/
    text-align: center;
}

.logo-section .MainBannerLogo {
    max-width: 450px;
    width: 100%;
    height: auto;
}

/* Save the Date - Top Right */
.save-date-section {
    position: absolute;
    top: 120px;
    right: 40px;
    z-index: 3;
}

.save-date-img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

/* Countdown Styling */
.countdown .box {
    background-color: var(--color-primary);
    border-radius: 8px;
    padding: 15px 10px;
    margin: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.countdown .number {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.countdown .label {
    color: white;
    font-family: "Exo", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
}

.countdown-item {
    background-color: var(--color-primary);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
}

.countdown-item .number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Exo", sans-serif;
}

.countdown-item .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

div#countdown .box .number{
    width: 100%;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-light);
    margin-bottom: 5px;
    font-family: "Exo", sans-serif;
}

div#countdown .box .label{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-light);
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.BVenue{
color: var(--color-light);
font-size: 20px;
font-weight: bold;
letter-spacing: 1.5px;
}
.BVenue i {
    background-color: var(--color-primary);
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
}

/* Welcome Section Styles */
.welcome-section {
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin-top: 50px;
}
.welcome-text-section{
    background-color: #1F723C;
    padding: 20px 0;
}

.welcome-title {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    
}

.welcome-text {
    color: rgba(255, 255, 255, 0.9);
    font-family: "montserat", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    
    
}

.welcome-card-title {
    color: var(--color-primary);
}

/* Welcome Message Section */
#WelMeg {
    padding: 60px 0 150px;
    background:#F3F4F9;
    background-size: cover;
   background-repeat: no-repeat;
    background-position: center ;
    z-index: -1;
	position: relative;
    
}

#WelMeg .container {
    max-width: 1400px;
}

.welcome-content {
    padding-right: 40px;
}

.welcome-heading {
    color: #A02125;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
}

.welcome-subheading {
    color: #1F723C;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    
    font-family: "oswald", sans-serif;
    text-transform: uppercase;
}

.welcome-content p {
    font-size: 15px;
    margin-bottom: 18px;
    color: #232323;
    text-align: justify;
}

.profile-section {
    padding-top: 20px;
    padding-left: 20px;
    
}
.profile-section:before {
    content: '';
    background: #fff;
    height: 430px;
    width: 35%;
    position: absolute;
    top: 9%;
    right: 0;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}
.profile-card-wrapper {

    border-radius: 0px;
    padding:10px;
    display: flex;
    gap: 0px;
    align-items: flex-start;
}

.profile-card {
    background-color: #dbdbdb;
    border-radius: 50px 0px 0px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    
}
.profile-card.second {
   
    border-radius: 0px 50px 0px 0px;
   
    
}

.profile-info {
    background-color: #fff;
    padding: 10px;
    text-align: left;
    border-radius: 0 0;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.profile-image img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-name {
    color: #1F723C;
    font-size: 19px;
    font-weight: 700;
    font-family: "Exo", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.profile-title {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    font-family: "Exo", sans-serif;
    margin-bottom: 8px;
}

.profile-details {
    color: #495057;
    font-size: 13px;
    line-height: 1.6;
    font-family: "Exo", sans-serif;
}

.ChairMImg img{
	width: 100%
}
.ChairMName{
	color: #232323;
	font-size: 14px;
}
.ChairMName h2{
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary);
}
.ChairMName{
	position: relative;
	z-index: 9;
}

.WelWrapp {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    background: url(../img/gestro-welcomemesg-bg.png) no-repeat center center;
    background-size: 100%;
	padding:3rem;
}

.WelWrapp h1{
	color: var(--color-primary);
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    margin: 0px 0px 0px 0px;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.WelWrapp span{
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
}

/*Target*/
#TargetWrap{
	background: url('../img/conference-highlights/bg-conference-higlights.png');
	background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
	overflow: hidden;
    padding: 130px 0;
    margin-top: -100px;
}
#TargetWrap .container{
	    max-width: 1250px;
}
.highlights-title {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}

.highlights-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlights-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.highlight-item {
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 25px;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex: 0 1 480px;
}

.highlight-item:hover {
    
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}



.highlight-item span {
    font-family: "oswald", sans-serif;
    font-size: 34px;
    font-weight: 600;
}

/*WHO SHOULD ATTEND*/
#WhoAtt {
    background-image: url('../img/why-attend/bg-whyattend.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 160px 0px 150px;
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: -1;
}

.why-attend-title {
    font-family: "Oswald", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.why-attend-item {
    margin-bottom: 30px;
}

.why-attend-item p {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    color: #232323;
    margin: 6px auto 30px;
	font-weight: 500;
}

/* Who Should Attend Section */
#who-should-attend {
    max-width: 1050px;
    margin: auto;
}

#who-should-attend .section-title {
    font-family: "Exo", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 50px;
}

.attendee-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 50px 20px 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.attendee-card img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}

.attendee-card p {
    font-size: 18px;
    font-weight: 500;
    color: #040405;
    margin: 0;
}

/*Countdown*/
.CountDn{
	
	background: url("../images/download.png") center center no-repeat #1E5125;
	background-size: 30%;
	color: #fff;
	font-weight: 600;
	 font-family: "Exo", sans-serif;
	text-transform: uppercase;
}
.CountDn strong{
	font-size: 18px;
	font-weight: 600;
}
.CountDn h2{
    font-size: 48px;
	font-weight: 700;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    color: #9BD81E;
	}
.CountDn p{
    font-weight: 700;
	font-size: 36px;
}
#PartnerLogo{
	padding: 30px 0 0;
	background: #FBFBFB;
	margin-top: -20px;
}
#PartnerLogo h2{
	color: var(--color-primary);
	margin-bottom: 10px;
	font-size: 26px;
	text-transform: uppercase;
}
.client-logo {
      max-width: 100%;
      height: auto;
      padding: 10px;
     /* filter: grayscale(100%);*/
      transition: filter 0.3s ease;
    }

    .client-logo:hover {
      filter: none;
    }

    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; /* Adjust as needed */
    }

/*Member Data*/

.MemberData h2{
	    font-family: "Exo", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #127E5B;
}

/*.MemberData .container{
	max-width: 1200px;
}*/
.card.team-card{
	background-color: transparent;
    background-image: linear-gradient(180deg, #E6E6E6 0%, #9BD81D2E 100%);
	box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.18);
	position: relative;
}
.card.team-card h5.card-title{
font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color:#1E5125;
	}
.card-text{
font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.card-flag{
	width: 50px;
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
}
.a.card-btn{
	padding: 4px 20px;
	font-family: "Exo", sans-serif;
	font-size: 15px;
	font-weight: 600;
	width: auto;
	display: inline-block;
}
.card-body button{
		font-family: "Exo", sans-serif;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid #fff;
	line-height: 2em;
}
.modal-dialog {
    max-width: 920px;
}
h5.modal-title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	color:var(--color-primary-dark);
}
.modal-body p{
    font-size: 15px;
    font-weight: 600;
}
/*Agenda Page*/
.agenda-img {
            max-height: 200px;
            cursor: pointer;
            border: 1px solid #ccc;
            padding: 5px;
            background: #f9f9f9;
            margin: 5px;
            object-fit: cover;
        }
        #popup {
            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;
            z-index: 9999;
        }
        #popup img {
            max-width: 90%;
            max-height: 90%;
            box-shadow: 0 0 10px #fff;
        }

.agenda-container .item h2 {
    font-family: "Exo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #127E5B;
    padding: 4px 0;
}
    .tabs { display: flex; gap: 10px; margin-bottom: 25px; justify-content: center; }
    .tab-button { padding: 10px 20px; background: #e0e0e0; border-radius: 30px; cursor: pointer; font-weight: 600; color: #444; transition: .3s; user-select: none; }
    .tab-button.active { background: var(--color-primary-dark); color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.4); }
    .tab-content2 { display: none; }
    .tab-content2.active { display: block; }
    .agenda-container { background: #fff; border-radius: 15px; box-shadow: 0 0 10px #ddd; padding: 15px; margin-bottom: 20px; }
    .session-item { display: flex; border: 1px solid #ddd; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; overflow: hidden; margin-bottom: 15px; background: #fff; }
    .time-block { background: #f1f1f1; padding: 20px 15px; width: 100px; text-align: center; font-weight: 600; color: #555; border-right: 1px solid #ddd; display: flex; flex-direction: column; justify-content: center; font-size: 14px; }
    .time-block span { display: block; margin-bottom: 8px; }
    .time-block .line { height: 2px; width: 30px; background: #ff4dae; margin: 0 auto 8px; border-radius: 2px; }
    .session-details { flex: 1; /*padding: 15px 20px;*/ display: flex; flex-direction: column; gap: 10px; }
	.session-details h3{
		    background-image: radial-gradient(at center center, var(--color-primary) 0%, #127E5B 100%);
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 28px;
	text-transform: uppercase;
	}
    .session-details .row { display: flex; flex-wrap: wrap; gap: 20px; }
	.session-details .item h3{font-size: 24px; font-weight: bold}
    .session-details .item { min-width: 140px; font-size: 14px; font-weight: 600; color: #222; }
    .session-details .label { font-weight: 700; color: #999; margin-right: 6px; text-transform: uppercase; font-size: 11px; }
    .speaker-inline { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
    .speaker-thumb { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; cursor: pointer; border: 2px solid #ccc; }
    .speaker-info { color: #444; line-height: 1.2; color: var(--color-primary-dark) }
	.speaker-info small{color:var(--color-primary)}
    .details-btn { background: #ff4dae; color: white; padding: 10px 25px; font-weight: 700; border-radius: 30px; border: none; cursor: pointer; align-self: flex-start; transition: .3s; font-size: 14px; margin-top: 10px; }
    .details-btn:hover { background: #e6398d; }
    .summary { margin: 10px 0; font-style: italic; color: #555; }
	.topic {background: #f1f1f1; width: 100%; padding: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border: 1px solid #ddd; border-bottom: 0;}
	a.DwnFA{background-color: var(--color-primary-dark); border-color: #127E5B}

    /* Modal */
    #speakerModal { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; z-index:9999; }
    #speakerModal .modal-content { background:#fff; padding:20px; max-width:400px; border-radius:10px; text-align:center; position: relative; }
    #speakerModal .modal-content span { position:absolute; top:10px; right:15px; cursor:pointer; font-size:20px; }
    #speakerModal img { width:120px; height:auto; border-radius:8px; margin-bottom:15px; }

    @media (max-width:600px) {
      .session-item { flex-direction: column; }
      .time-block { width:100%; border-right:none; border-bottom:1px solid #ddd; }
      .speaker-inline { flex-direction: column; align-items: flex-start; }
    }
/*Abstracts*/
button.accordion-button {
    background: var(--color-primary-dark) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
a.btn.btn-primary.my-3 {
    background: var(--color-secondary);
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 28px;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color-secondary);
}
a.btn.btn-primary.my-3:hover {
	background: var(--color-primary-dark);
}
.accordion-body ul li{
        list-style: revert-layer;
}
a.btn.btn-outline-dark:hover {
    background: var(--color-primary);
}


/*Contact Us*/
.ContactUs .container{
	max-width: 1100px;
}
.ContactUs ul{
	margin: 20px 0;
	padding: 0;
}
.ContactUs ul li{
	margin: 10px 0;
	padding: 0;
}
.login-form {
    background: #fff;
	padding: 2em 1em;
}
.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	    color: var(--color-gray-dark);
}
.login-form p {
    font-size: .95em;
	color: var(--color-gray-light);
    line-height: 2em;
}
.login-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: var(--color-primary-dark);
    margin: 1em 0;
}
.login-form h4 {
	font-family: "Exo", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: var(--color-gray-dark);
}
.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #CECCCC;
	outline: none;
	color: #555;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #CECCCC;
    outline: none;
    color: #555;
}

.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 100%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	    border-bottom: 2px solid var(--color-primary-dark);
}
.login-form input[type="submit"]:hover {
    background: var(--color-primary-dark);
	border-bottom: 2px solid var(--color-primary);
}
.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
 /* Style for disabled submit button */
  #submitBtn:disabled {
    background-color: #ccc;      /* light gray background */
    color: #666;                 /* darker gray text */
    cursor: not-allowed;         /* show not-allowed cursor */
    opacity: 0.6;                /* slightly transparent */
  }

  #submitBtn:not(:disabled):hover {
    background-color: #218838; /* darker green on hover */
  }

/*Venue*/
#testMap{
	height: 350px !important;
	border: 3px dashed var(--color-primary) !important;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	position: relative;
}
.Venue .VenueImg{
	border-radius: 5% 50% 5% 50%;
	overflow: hidden;
	border: 3px dashed var(--color-primary) !important;
}
.ratio::before{display: none;}
.Venue .VenueImg img{
	width: 100%;
	height: 100%;
}

 /* Gallery image styling */
        .gallery-image {
            cursor: pointer;
            margin-bottom: 1rem;
            border-radius: 4px;
            transition: transform 0.2s ease;
        }
        .gallery-image:hover {
            transform: scale(1.05);
        }

        /* Lightbox overlay */
        #lightbox {
            display: none;
            position: fixed;
            z-index: 1050;
            top: 0; left: 0;
            width: 100vw; height: 100vh;
            background: rgba(0, 0, 0, 0.85);
            justify-content: center;
            align-items: center;
            padding: 20px;
            flex-direction: column;
        }

        #lightbox.visible {
            display: flex;
        }

        #lightbox-content {
            position: relative;
            max-width: 90vw;
            max-height: 80vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #lightbox-img {
            max-width: 100%;
            max-height: 80vh;
            border-radius: 6px;
            box-shadow: 0 0 15px rgba(0,0,0,0.7);
        }

        /* Navigation buttons */
        .lightbox-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.8);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .lightbox-btn:hover {
            background: rgba(255,255,255,1);
        }

        #prevBtn {
            left: 10px;
        }

        #nextBtn {
            right: 10px;
        }

        /* Close button */
        #closeBtn {
            margin-top: 15px;
            background: #444;
            color: white;
            border-radius: 4px;
            padding: 8px 16px;
            font-size: 16px;
            cursor: pointer;
            user-select: none;
            border: none;
            transition: background-color 0.3s ease;
        }
        #closeBtn:hover {
            background: #222;
        }
/*Registration*/
#registration h2 {
    background: var(--color-primary-dark);
    color: #fff;
    text-align: center;
    padding: 5px;
	font-size: 22px;
}
#registration .RegBox {
	overflow: hidden;
	background-color: transparent;
    background-image: radial-gradient(at center center, #1E512536 0%, var(--e-global-color-accent) 100%);
}
#registration h3{
	    font-size: 55px;
	
}
footer{
	background: var(--color-primary);
	    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
	padding: 16px 10px;
	color: #FFFFFF
}

footer a{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
#WelMeg .col-lg-4 {
    width: 100%;
}
	.welcome-content {
    padding-right: 0;
}
	.profile-card-wrapper{
		display: block;
	}
	.profile-section {
    padding-left: 0;
}
	.profile-card {
    margin-bottom: 40px;
}
	.profile-section:before{
		display: none;
	}
	.welcome-heading{
		font-size: 36px;
	}	
	.WelWrapp{
		padding: 0;
		background: #fff;
	}
.col-lg-8.col-s-12.ps-5 {
    padding: 20px !important;
}
	section#TargetWrap.p-5{
		padding:10px 0 !important;
	}
#TargetWrap {
    background-size: cover;
}

#TargetWrap .VecImg {
    width: 100%;
    margin: 30px 0 -11px;
}
#WhoAtt {
    padding: 160px 0px 150px
	}
.TarContainer {
    max-width: 100%;
}
	.TagetText{
		margin-right: 0;
	}
.list-inline-item {
    display: block;
    margin-bottom: 10px;
}
#who-should-attend {
    padding: 0
	}
    div.col-lg-2.cl-s-12.text-end.d-flex.align-items-center.ms-5 {
        margin: 0;
        height: 100px !important;
    }
.save-date-section {
    display: none;
}
#MainBanner {
position: relative;
width: 100%;
height: 500px;
margin-top: -80px;
overflow: hidden;
padding: 50px 0 20px;
}
.countdown-section {
    margin-left: 0;
    margin-top: -100px;
}
a.navbar-brand {
    width: 80%;
}
a.navbar-brand img {
    width: 100%;
}
li.nav-item {
    width: 100%;
    text-align: center;
}
header ul.navbar-nav {
    background: none !important;
	background-color: #1e5125 !important;
    width: 100% !important;
    height: inherit !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: -5px;
}
a.nav-link {
    padding: 10px;
    display: block;
    align-items: center;
}
.HeadBtn {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        text-align: center;
        display: block;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}