/* 
Custom theme overrides for Innovatex Conference 
Primary color: #008080
Secondary color: #A0AEC0
*/


html, body {
	overflow-x: hidden;
}

body.modal-open, .modal  {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

body {
  font-family: "PT Sans", sans-serif;
}

.breadcrumb_custom  .elementor-shortcode {
    text-align: center;
    color: #fff;
    font-family: inherit;
}

.breadcrumb_custom  .elementor-shortcode a {
    text-align: center;
    color: #fff;
    font-family: inherit;
}

.twogrid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-column-gap: 10px;
}
.formthreecol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 15px;
}

.page-id-586 .elementor-accordion .elementor-accordion-item {
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.page-id-586 .elementor-accordion .elementor-tab-title {
    border-top: 1px solid #ddd;

}

.custom_gallery img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.elementor-widget-button .elementor-button,
.btn-teal-gradient,
.speaker-card .btn,
footer .footer2 .regbtn a,
.wpcf7-form-control.wpcf7-submit.has-spinner {
    /*background: linear-gradient(135deg, #008080, #00b3b3);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.5s ease;*/
    background: linear-gradient(135deg, #008080 0%, #00b3b3 50%, #008080 100%);
    background-size: 250% 250%; /* larger movement area */
    background-position: 0% 50%;
    color: #fff;
    border: none;
    font-weight: 600;
    display: inline-block;
    transition: background-position .5s ease-in-out, 
                box-shadow 0.6s ease, 
                transform 0.4s ease;
}
.elementor-widget-button .elementor-button:hover,
.btn-teal-gradient:hover,
.speaker-card .btn:hover,
footer .footer2 .regbtn a:hover,
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    /*background: linear-gradient(135deg, #00b3b3, #008080);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 128, 128, 0.3);*/
    background-position: 100% 50%;
    /*transform: translateY(-3px);*/
    box-shadow: 0 6px 16px rgba(0, 128, 128, 0.35);
}

.top-bar {
  background: linear-gradient(90deg, #008080 0%, #00B3B3 100%);
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  padding: 6px 0;
  position: relative;
  z-index: 1;
  /*background: #008080;*/
  
}

.top-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #008080;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 0);
  z-index: 0;
}

.topbar_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icons a {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #008080;
}  

.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.contact-info i {
  margin-right: 6px;
  color: #fff;
}

.phone {
  color: #fff;
}

.slogan {
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0;
}

.slogan li {
	border-right: 2px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 14px;
}

.slogan li:last-child {
	border-right: none;
}

/* Default Header Style */
.site-header {
  background: #f4f4f4;
  padding: 10px 0;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1000;
}

/* Sticky Header (active after scroll) */
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  animation: slideDown 0.4s ease forwards;
}

.logged-in.admin-bar .site-header.sticky {
  top: 32px;
}

/* Smooth slide animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Optional: Change logo or text color when sticky */
.site-header.sticky .navbar-brand,
.site-header.sticky .nav a {
  color: #fff;
}
.site-header.sticky .nav a:hover {
  color: #d1f0f0;
}



.main-header-inner {
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
	align-items: center;
}

.site-branding {
	max-width: 220px;
}

.custom-logo {
  max-width: 100%;
  height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "PT Sans", sans-serif !important;
	transition: 100ms;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	color: #008080 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "PT Sans", sans-serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #008080 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "PT Sans", sans-serif !important;
	transition: 100ms;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #008080 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "PT Sans", sans-serif !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	top: 76px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight_btn > a.mega-menu-link {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: "PT Sans", sans-serif !important;
	transition: 100ms;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-highlight_btn > a.mega-menu-link {
	color: #fff !important;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: .5px;
	border-radius: 5px;
	background: linear-gradient(135deg, #008080, #00b3b3) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-highlight_btn > a.mega-menu-link:hover {
	color: #fff !important;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: .5px;
	/*background: linear-gradient(135deg, #00b3b3, #008080); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 128, 128, 0.3);*/
	background: linear-gradient(135deg, #00b3b3, #008080); box-shadow: 0 4px 10px rgba(0, 128, 128, 0.3);
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #008080 !important;
    border-radius: 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
} 	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link  {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
} 	


.main_footer {
    background: #008080;
    padding: 60px 0;
    background: linear-gradient(90deg, #008080 0%, #00B3B3 100%);
    /* background: linear-gradient(90deg, #008080 0%, #00A86B 100%); */
    /* background: linear-gradient(135deg, #006666 0%, #00CCCC 100%); */
}

.footer_grid {
	display: grid;
	grid-template-columns: 1fr 300px 1fr;
	grid-gap: 40px;
}

.site-footer .footer1 h3,
.site-footer .footer2 h3,
.site-footer .footer3 h3  {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}


.info {
	list-style-type: none;
	padding: 0;
}

.footer1 p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: "PT Sans", sans-serif;
}

.info li {
	color: #fff;
	font-size: 15px;
	font-family: "PT Sans", sans-serif;
	display: flex;
	align-items: baseline;
	grid-gap: 12px;
	margin-bottom: 15px;
}


.footer2 li a {
	color: #fff;
	font-size: 15px;
	font-family: "PT Sans", sans-serif;
	display: ;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
}

.socials {
	list-style-type: none;
	padding: 0;
	display: flex;
	grid-gap: 10px;
}

.socials a {
    color: #008080;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    text-decoration: none;
    background: #fff;
    transition: 200ms;
    border-radius: 5px;
}

.socials a:hover {
	background: #008080;
	color: #fff;
}


.footer3 p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: "PT Sans", sans-serif;
}

footer input, footer textarea {
    margin: 0;
    line-height: inherit;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 15px;
    color: #fff;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    border-radius: 5px;
}

footer textarea {
	height: 70px;
}

.twocol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

footer .wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    color: #fff;
    height: 44px;
    border: none;
    /* border: none; */
    font-weight: 500;
    font-size: 15px;
    font-family: "PT Sans", sans-serif;
    transition: 200ms;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #fff !important;
}


footer .footer2 .regbtn a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
    border-radius: 5px;
}

.bottom_footer {
    background: #008080;
    padding: 20px 0;
}

.bottom_footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.gapinboxes .elementor-container.elementor-column-gap-default {
	gap: 30px;
}



.formcss button, .formcss input, .formcss textarea, .formcss select{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
.formcss textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.formcss p {
    margin-top: 0;
    margin-bottom: 0;
}

.fileload h6 {
    color: #fff !important;
}
.formcss .wpcf7 input[type="file"] {
    cursor: pointer;
    color: #fff;
}

.submitbtn .wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #fff !important;
}



p.formheading {
    font-size: 18px;
    margin-bottom: 10px;
}


.sponsorpage input[type="checkbox"] {
	width: auto;
}


.formbtn {
    margin-top: 20px;
}

.sponsorpage .wpcf7-list-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    /* font-size: 15px; */
}



/*###############*/
@media (max-width: 991px) {
	.footer_grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
	}
	.top-bar {
		display: none;
	}
}

@media (max-width: 768px) {
	.site-branding {
		max-width: 180px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #fff !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-highlight_btn > a.mega-menu-link {
		margin-left: 0;
		height: 45px;
		line-height: 45px;
	}
	.footer_grid {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.main_footer {
		background: #008080;
		padding: 40px 0;
	}
}







/*/* Registration Page CSS */
/*.registration-form-section {
    padding: 60px 0;
}

.registration-form-section .card {
    margin-bottom: 30px;
}
.registration-form-section .card-header {
    background:#008080;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
}

.registration-form-section h4 {
    margin-bottom: 20px;
    font-size: 16px;
}
.registration-form-section label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}
/*.form-main-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}*/

/*.regtwocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.reg-form-main.twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

table.record_table p {
    margin-bottom: 5px;
    font-size: 14px;
}

table.record_table td {
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.from-text {
    display: inline;
    margin-bottom: 0 !important;
}

.registration-form-section table {
    margin-bottom: 0;
}

.registration-form-section table th {
    font-size: 14px !important;
    background-color:transparent !important;
    color: #fff;
    vertical-align: middle;
    border: 0;
    padding: 0;
    font-family: inherit;
}

.ng-binding, .cdate {
    font-size: 14px;
}

.choose-method-r {
    display: grid;
    grid-column-gap: 40px;
    align-items: center;
    grid-template-columns: auto 1fr;
}
.choose-method-r  p {
    margin-bottom: 0;
}
.poption {
    display: flex;
    gap: 15px;
}
.lcol, .rcol {
    width: 115px;
}
.choose-method-r img {
    margin-left: 10px;
}

.table-striped td {
    font-size: 14px;
}
.card-body.nopadding {
    padding: 0;
}

.payment-icons {
    margin-top: 10px;
}

.payment-text {
    font-size: 13px;
    margin-bottom: 5px;
}
.payment-icons img {
    max-width: 300px;
}

.table.table-bordered.table-striped {
    box-shadow: 2px 2px 8px rgba(0,0,0,.5);
    border-radius: 10px;
}

.form-control, .wpcf7-form-control {
    font-size: 14px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    padding: 8px 15px;
    /*background: transparent;*/
}
.btn.btn-success {
    background: #008080;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px;
}

.conifrmation-button-left form input.payment-input {
    border: none;
    padding: 0;
    background: none;
    height: 0;
    opacity: 0;
    font-size: 0;
    position: absolute;
}
.card-header.cardcustom {
    font-size: 14px;
}*/



body .registration-fees .d-block {
    display: inline !important;
}

.form-personal-details label,
.form-further-info label {
    display: none;
}


/* Container Styling */
.payment-card-modern {
    /*max-width: 400px; */
    margin: 30px auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}


/* Payment Options Layout */
.payment-options-container {
    display: flex;
    justify-content: space-around;
    gap: 15px; /* Space between options */
    margin-bottom: 25px;
}

.payment-option-item {
    flex-grow: 1; /* Allows options to fill space */
    text-align: center;
    cursor: pointer;
    position: relative;
    /* Hide the default radio button */
    display: block; 
}

.payment-radio-input {
    position: absolute;
    opacity: 0; /* Hide the actual radio input */
}

/* Design for the clickable box */
.payment-method-box {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    transition: all 0.2s ease-in-out;
    background-color: #f9f9f9;
}

.payment-option-item:hover .payment-method-box {
    background-color: #e6f2ff; /* Light hover effect */
    border-color: #a3ccff;
}

/* Checked state styling */
.payment-radio-input:checked + .payment-method-box {
    border-color: #28a745; /* Green border for selected option */
    background-color: #e9f8ed; /* Very light green background */
    box-shadow: 0 0 8px rgba(40, 167, 69, 0.3);
}

.payment-logo {
    max-width: 100px; /* Constrain image size */
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.payment-name {
    font-weight: bold;
    color: #333;
    display: block;
    margin-top: 5px;
}


/* Submit Button */
.form-submit-area {
    text-align: center;
    margin-bottom: 30px;
}

.btn-register-modern {
    background-color: #28a745; /* Success Green */
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-register-modern:hover {
    background-color: #1e7e34;
}

/* Security Footer */
.payment-security-footer {
    text-align: center;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

.security-text {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.security-logo {
    max-width: 150px; /* Constrain security image size */
    height: auto;
}

/* Responsive adjustment for small screens */
@media (max-width: 480px) {
    .payment-options-container {
        flex-direction: column; /* Stack options vertically on small screens */
    }
}



/* Card Container */
.summary-card-modern {
    margin: 30px auto;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.card-body-summary {
    padding: 20px;
}

/* Table Styling (Details Section) */
.summary-details {
    margin-bottom: 20px;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
}

.summary-table tr {
    border-bottom: 1px dashed #eee;
}

.summary-table tr:last-child {
    border-bottom: none; /* Remove border from last itemized row */
}

.summary-table td {
    padding: 10px 0;
    font-size: 1rem;
}

.summary-table .label {
    text-align: left;
    color: #555;
}

.summary-table .value {
    text-align: right;
    font-weight: 500;
    color: #333;
}

/* Subtotal Row Emphasis */
.subtotal-row td {
    border-top: 1px solid #ddd;
    padding-top: 15px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

/* Final Total Footer */
.summary-total-footer {
    padding: 15px 20px;
    background-color: #e9f5ff; /* Light blue background for emphasis */
    border-radius: 0 0 10px 10px;
    margin: 0 -20px -20px -20px; /* Extend to card edges */
    border-top: 2px solid #a3ccff;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    font-size: 1.15rem;
    font-weight: 700;
    color: #007bff; /* Primary color */
}

.total-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #28a745; /* Success color for the final price */
}









/* General Card Styling */
.registration-card-modern, .accommodation-card-modern, .card-qty {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.registration-card-modern .card-header, .accommodation-card-modern .card-header, .card-qty .card-header {
    padding: 1rem 1.5rem;
    border-bottom: none;
    background: #007bff; /* Primary color */
}

/* Sponsor Options - Card View */
.registration-option-label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.option-card {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
    height: 100%; /* Ensure uniform height in the grid */
}

.option-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.option-checkbox {
    /* Hide default checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.option-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #343a40;
}

.option-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #007bff;
}

/* --- Base Styling for Custom Checkbox Appearance --- */

.option-card {
    /* Base styling for the card */
    border: 2px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative; /* Necessary for absolute positioning of the checkmark */
    overflow: hidden;
}

/* Hide the native checkbox input */
.option-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Base style for the custom checkmark element */
.checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    /* Initially hide the checkmark icon/circle */
    transform: scale(0);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Color for the check icon */
}

/* --- Styling for the CHECKED State --- */

/* 1. Show and style the checkmark when the associated checkbox is checked */
.option-checkbox:checked + .checkmark {
    /* Make the checkmark visible */
    transform: scale(1);
    /* Set color for the selected state */
    background-color: #007bff;
    border-color: #007bff;
}

/* 2. Add the actual check icon inside the custom checkmark */
.option-checkbox:checked + .checkmark::after {
    /* Unicode for a checkmark: \2713 */
    content: "\2713";
    font-size: 14px;
    font-weight: bold;
}

/* 3. Style the main option card when the checkbox is checked (requires :has() support or JS) */
.registration-option-label:has(.option-checkbox:checked) .option-card {
    border-color: #007bff; /* Highlight the border of the selected card */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); /* Add emphasis */
}

/* --- Optional: Specific color overrides for card appearance (optional but recommended) --- */

.platinum-card {
    /* example border color for platinum */
}

.gold-card {
    /* example border color for gold */
}

.silver-card {
    /* example border color for silver */
}

.exhibitor-card {
    /* example border color for exhibitor */
}

/* Optional: Hover state for better UX */
.registration-option-label:hover .option-card {
    border-color: #888;
}

.registration-option-label:has(.option-checkbox:checked):hover .option-card {
    border-color: #007bff; /* Keep checked color on hover */
}
/* Accommodation Options - Table View with Modern Radios */
.accommodation-table th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #343a40;
    color: white;
}

.accommodation-table td {
    vertical-align: middle;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
    user-select: none;
}

.radio-option input[type="checkbox"] {
    /* Hide default checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: all 0.3s ease;
}

.radio-option:hover input[type="checkbox"] ~ .radio-custom {
    background-color: #ccc;
}

.radio-option input[type="checkbox"]:checked ~ .radio-custom {
    background-color: #dc3545; /* Danger Red for accommodation */
    border-color: #dc3545;
}

/* Create the checkmark/dot inside the radio */
.radio-custom:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
}

.radio-option input[type="checkbox"]:checked ~ .radio-custom:after {
    display: block;
}

.radio-label {
    font-weight: 600;
    color: #495057;
}

/* Quantity Selector Styling */
.card-qty .form-select-lg {
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-size: 1.1rem;
}

/* Styling for the Right Column (as requested to keep) */
.summary-card-modern, .payment-card-modern {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* Summary Card */
.card-header-summary {
    background: linear-gradient(135deg, #008080, #00b3b3) !important;
    color: #fff;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-body-summary {
    padding: 1.5rem;
}

.summary-table {
    width: 100%;
    margin-bottom: 15px;
}

.summary-table td {
    padding: 8px 0;
}

.summary-table .label {
    font-weight: 500;
    color: #6c757d;
}

.summary-table .value {
    font-weight: 600;
    text-align: right;
    color: #343a40;
}

.subtotal-row {
    border-top: 1px dashed #ced4da;
    margin-top: 5px;
}

.subtotal-row .label, .subtotal-row .value {
    padding-top: 10px;
}

.summary-total-footer {
    border-top: 2px solid #343a40;
    padding-top: 15px;
    margin-top: 10px;
}

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

.total-label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
}

.total-value {
    font-size: 1.75rem;
    font-weight: bolder;
    color: #007bff; /* Primary color */
}

/* Payment Card */
.card-header-modern {
    background: linear-gradient(135deg, #008080, #00b3b3) !important;    
    color: white;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-body-modern {
    padding: 1.5rem;
}

.payment-options-container {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.payment-option-item {
    flex: 1;
    display: block;
    cursor: pointer;
}

.payment-radio-input {
    /* Hide default radio button */
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.payment-method-box {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
}

.payment-radio-input:checked + .payment-method-box {
    border-color: #6f42c1;
    box-shadow: 0 0 15px rgba(111, 66, 193, 0.4);
    background-color: #f3f0fa;
}

.payment-logo {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.payment-name {
    font-weight: 600;
    color: #343a40;
}

.btn-register-modern {
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-register-modern:hover {
    background-color: #218838;
}

.form-submit-area {
    margin-bottom: 20px;
}

.payment-security-footer {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.security-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.security-logo {
    max-width: 150px;
    height: auto;
    opacity: 0.8;
}


.registration-form-section {
    padding: 60px 0;
}

.registration-form-section .card-header {
    background: linear-gradient(135deg, #008080, #00b3b3) !important;
}

.registration-form-section .card-header h6 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.col-lg-4.timeit .d-block {
    display: flex !important;
    gap: 10px;
    margin-left: 10px;
}

table.table.table-striped.table-hover.align-middle.accommodation-table {
    margin-bottom: 0;
}


/* Custom CSS for a modern, clean look */

/* Ensure the main payment section has a clear background */
.paymentsec {
    background-color: #f8f9fa; /* Light gray background for contrast */
}

/* Style the main confirmation cards */
.registration-info-card,
.fees-details-card {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Hover effect on cards for interactivity */
.registration-info-card:hover,
.fees-details-card:hover {
    transform: translateY(-3px);
}

/* Table Styling for Data Clarity */
.confirmation-table td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee; /* Light separator */
}

.confirmation-table tr:last-child td {
    border-bottom: none; /* No border on the last row of the body */
}

/* Custom button style for the main CTA */
.custom-submit-button {
    font-size: 16px !important;
}

/* Style for the Total Fees row */
.table-info {
    background-color: #e0f7fa !important; /* Light aqua background for emphasis */
    border-top: 2px solid #00bcd4;
}

/* Ensure hidden inputs remain invisible */
.payment-input[type="hidden"] {
    display: none !important;
}

.confirmation-page-main h5 {
    color: #fff !important;
}

.col-lg-4.timeit.hidden {
    pointer-events: none ;
    opacity: .3;
}