@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Global Styles */
:root {
    --primary-color: #025395;
    --secondary-color: #6c757d;
    --success-color: #198754;
    --danger-color: #dc3545;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --nav-bg: #061A2B;
    --accent-teal: #14B8A6;
    --accent-gold: #E8B84A;
    --accent-navy: #0B2545;
}

body {
     font-family: "Poppins", sans-serif;
    color: #333;
    background-color: #f5f5f5;
}

* {
     font-family: "Poppins", sans-serif;
}

/* Hero Section */
.hero-section {
    position: relative;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 100px 0;
    min-height: 90vh;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(118deg, rgba(6, 26, 43, 0.92) 0%, rgba(10, 61, 59, 0.78) 48%, rgba(11, 37, 69, 0.58) 100%);
    z-index: 2;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    filter: blur(8px);
}

.hero-glow-1 {
    width: 420px;
    height: 420px;
    top: -90px;
    right: 8%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.38) 0%, transparent 70%);
}

.hero-glow-2 {
    width: 320px;
    height: 320px;
    bottom: -80px;
    left: 38%;
    background: radial-gradient(circle, rgba(232, 184, 74, 0.22) 0%, transparent 70%);
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 4;
    padding: 10px 10px 10px 30px;
}

.hero-content .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: #E8B84A;
    border: 1px solid rgba(232, 184, 74, 0.45);
    color: #020000 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    animation: fadeInUp 0.8s ease-out both;
}

.hero-badge i {
    color: #000;
    font-size: 13px;
}

.hero-content h1 {
    color: #fff !important;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.05;
    font-size: 52px;
    font-weight: 800 !important;
    padding: 0;
    margin: 0 0 12px 0 !important;
    letter-spacing: -1.5px;
    animation: fadeInUp 0.9s ease-out 0.1s both;
}

.hero-content h1,
.hero-content h1 span {
    font-family: "Playfair Display", Georgia, serif;
}

.hero-content h1 span{
	color: #E8B84A;
}

.hero-content h1::after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
}

.hero-content h2 {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.55;
    margin-bottom: 0px;
    padding: 8px 0 8px 0;
    max-width: 560px;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-content .conference-details {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-content .detail-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}


.btn-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 12px;
}

.btn-btn .btn-outline-primary {
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-width: 1px;
    color: #061A2B;
    border-color: #E8B84A;
    background: #E8B84A;
    border-radius: 999px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
}

.btn-btn .btn-outline-primary:hover {
    background: #14B8A6;
    border-color: #14B8A6;
    color: #061A2B;
    transform: translateY(-2px);
}

.btn-btn .btn-outline-primary:last-child {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.btn-btn .btn-outline-primary:last-child:hover {
    background: #fff;
    color: #061A2B;
    border-color: #fff;
}
 

.hero-content .detail-item i {
    font-size: 15px;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #061A2B !important;
    padding: 8px;
    background: #E8B84A;
    border-radius: 50%;
    line-height: 26px;
    flex-shrink: 0;
}
.hero-content .detail-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}
.hero-content p {
    color: rgba(255, 255, 255, 0.9);
}

/* Text Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Tab Form Background */
.tab-form-bg {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 4;
    animation: fadeInUp 1s ease-out 0.9s both;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Nav Tabs */
.tab-form-bg .nav-tabs {
    border-bottom: none;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 8px;
    margin: 0;
    border-radius: 20px 20px 0 0;
    display: flex;
    gap: 8px;
}

.tab-form-bg .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 50%;
    flex: 1;
}

.tab-form-bg .nav-tabs .nav-link {
    border: 2px solid #E8B84A;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #E8B84A;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
 

.tab-form-bg .nav-tabs .nav-link i {
    position: relative;
    z-index: 1;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.tab-form-bg .nav-tabs .nav-link span,
.tab-form-bg .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
}

.tab-form-bg .nav-tabs .nav-link:hover {
    color: #061A2B;
    background-color: rgba(232, 184, 74, 0.22);
    border-color: #e8b84a;
}

.tab-form-bg .nav-tabs .nav-link.active {
    color: #061A2B;
    background: #e8b84a;
    border-color: #e8b84a;
    transform: translateY(-2px);
}

.tab-form-bg .nav-tabs .nav-link.active::before {
    left: 0;
}

.tab-form-bg .nav-tabs .nav-link.active:hover {
    
}

/* Tab Content */
.tab-content {
    padding: 15px 25px;
}

.tab-content h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

/* Form Styles */
.tab-content .form-group {
    margin-bottom: 12px;
    padding: 0 10px;
}

.tab-content .form-control {
    border-radius: 8px;
    border: 1px solid #dadada;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.tab-content .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: none;
}

.tab-content .form-control::placeholder {
    color: #adb5bd;
}

.tab-content select.form-control {
    cursor: pointer;
}

.tab-content textarea.form-control {
    resize: vertical;
     
}

/* Date Input with Icon */
.tab-content label {
    position: relative;
    display: block;
    width: 100%;
}

.tab-content .field-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    pointer-events: auto;
    z-index: 10;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tab-content .field-icon:hover {
    color: var(--primary-color);
}

/* Ensure input padding doesn't overlap with icon */
#txtchkin,
#txtchkout {
    padding-right: 60px;
}

.registration-form-wrapper .field-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: auto;
    z-index: 10;
    cursor: pointer;
    transition: color 0.3s ease;
}

.registration-form-wrapper .field-icon:hover {
    color: #025395;
}

.registration-form-wrapper label {
    position: relative;
    display: block;
    width: 100%;
}

/* Flatpickr Calendar Styling */
.flatpickr-calendar {
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border-color: #025395;
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: linear-gradient(135deg, #c7491f 0%, #025395 100%);
    border-color: #c7491f;
}

.flatpickr-day.today {
    border-color: #025395;
}

.flatpickr-day.today:hover {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
}

.flatpickr-day:hover {
    background: rgba(235, 95, 42, 0.1);
}

.flatpickr-months .flatpickr-month {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.flatpickr-weekdays {
    background: rgba(235, 95, 42, 0.1);
}

.flatpickr-weekday {
    color: #025395;
    font-weight: 600;
}

/* Submit Button */
.reg-but {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    background: linear-gradient(135deg, #E8B84A 0%, #E8B84A 100%);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 10px;
}

.reg-but:hover {
    
    color: #fff;
}

.reg-but:active {
    transform: translateY(0);
}

/* Form Row */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.form-row .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

/* Clearfix */
.clearfix {
    clear: both;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-section {
        background-attachment: scroll;
        padding: 80px 0;
        min-height: auto;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 40px;
        padding: 10px;
    }
    
    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content h1::after {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-content h2 {
        font-size: 18px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content .conference-details {
        align-items: stretch;
    }
    
    .hero-content .detail-item {
        justify-content: flex-start;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    .tab-content {
        padding: 25px;
    }
}

@media (max-width: 768px) {

.btn-btn .btn-outline-primary {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-width: 1px;
    
    border-radius: 999px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
}

.btn-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 12px;
    flex-wrap: wrap;
}

.navbar-nav {
    padding: 15px 0;
    align-items: flex-start !important;
}

    .mainnavbar {
        background-color: #061A2B;
        padding: 0;
    }
.hero-section {
    padding: 40px 0;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    background-position: right;
}
    
    .hero-section::before {
        background: linear-gradient(135deg, rgba(6, 26, 43, 0.9) 0%, rgba(10, 61, 59, 0.95) 100%);
    }

 .hero-content {
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
}
    .hero-content h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .hero-content h1::after {
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
    }

.hero-badge {
    font-size: 11px;
    padding: 6px 12px;
    margin-bottom: 12px;
}
    
.hero-content h2 {
    font-size: 15px;
    padding: 0px 0 0 0;
    line-height: 22px;
}
	
	.hero-content .conference-details {
    margin-top: 16px;
    animation: fadeInUp 1s ease-out 0.6s both;
}
    
.hero-content .detail-item {
    font-size: 16px;
    flex-direction: row;
    text-align: left;
    padding: 10px 12px;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    width: 100%;
}

.hero-content .detail-item span {
    
    font-size: 14px;
    font-weight: 500;
}
    
.hero-content .detail-item i {
    margin-right: 10px;
    font-size: 14px;
    padding: 6px;
    line-height: 21px;
	width: 35px;
    height: 35px;
}
    
    .tab-content {
        padding: 20px;
    }
    
    .tab-content h2 {
        font-size: 24px;
    }
    
    .tab-form-bg .nav-tabs {
        padding: 6px;
        gap: 6px;
    }

    .tab-form-bg .nav-tabs .nav-link {
        padding: 12px 15px;
        font-size: 14px;
        border-radius: 10px;
    }

    .tab-form-bg .nav-tabs .nav-link i {
        margin-right: 6px;
        font-size: 14px;
    }
    
    .tab-content .form-group {
        padding: 0 5px;
    }
    
    .form-row {
        margin-left: -5px;
        margin-right: -5px;
        width: 100%;
        flex-wrap: nowrap;
    }
    
    .form-row .form-group {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
}

/* Top Header Bar */
.top-header-bar {
    background: #025395;
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(235, 95, 42, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.top-header-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.top-header-item:hover {
    color: #fff;
}

.top-header-item i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.top-header-bar .text-md-end .top-header-item {
    justify-content: flex-end;
}

.navbar-toggler {
    border: 1px solid rgba(232, 184, 74, 0.45);
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.28);
    border-color: #14B8A6;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232, 184, 74, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 767px) {

    .about-eyebrow {
        
        width: 75% !important;
    }

    .about-highlight {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        border: 1px solid rgba(6, 26, 43, 0.08);
        border-radius: 999px;
        padding: 10px 14px;
        box-shadow: 0 8px 20px rgba(6, 26, 43, 0.06);
        width: 100%;
        justify-content: center;
    }


    .about-content-card {
        padding: 0 4px !important;
    }
    .top-header-bar {
        padding: 10px 0;
        display: none;
    }
    
    .top-header-item {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .top-header-item:last-child {
        margin-bottom: 0;
    }
    
    .top-header-bar .text-md-end {
        text-align: left !important;
    }

    .top-header-bar .col-md-6 {
        margin-bottom: 8px;
    }

    .top-header-bar .col-md-6:last-child {
        margin-bottom: 0;
    }
}

/* Navbar Styles */

.mainnavbar {
    background: #061A2B;
    padding: 12px 0;
    box-shadow: 0 8px 28px rgba(6, 26, 43, 0.28);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(232, 184, 74, 0.22);
}

.mainnavbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 55%, #14B8A6 100%);
}

.mainnavbar.sticky {
    box-shadow: 0 10px 30px rgba(6, 26, 43, 0.4);
    background: rgba(6, 26, 43, 0.96);
    backdrop-filter: blur(12px);
}

.navbar-brand {
    font-size: 32px;
    font-weight: 800;
    color: #fff !important;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-text-fill-color: #fff;
    background: none;
}

.navbar-brand .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, #14B8A6 0%, #0A7C73 100%);
    color: #061A2B;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    box-shadow: 0 6px 16px rgba(20, 184, 166, 0.35);
    -webkit-text-fill-color: #061A2B;
}

.navbar-brand .brand-text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.navbar-brand .brand-text em {
    font-style: normal;
    color: #E8B84A;
    font-weight: 800;
    font-size: 32px;
    -webkit-text-fill-color: #E8B84A;
}

.navbar-brand:hover{
    transform: none;
    opacity: 0.92;
}

.navbar-brand i{
    font-size: 20px;
    color: #E8B84A;
    -webkit-text-fill-color: #E8B84A;
}

.navbar-nav .nav-link {
    padding: 10px 16px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin: 0 2px;
    border-radius: 999px;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 16px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #e8b84a 0%, #E8B84A 100%);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link i{
    color: #E8B84A;
    margin-right: 5px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #E8B84A;
    font-weight: 600;
     
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover::before {
    width: calc(100% - 32px);
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
     
    border-radius: 999px;
}

.navbar-nav .btn-outline-primary {
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-width: 1px;
    color: #061A2B;
    border-color: #E8B84A;
    background: #E8B84A;
    border-radius: 999px;
    margin-left: 6px;
    position: relative;
    overflow: hidden;
}

.navbar-nav .btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #14B8A6 0%, #0A7C73 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.navbar-nav .btn-outline-primary:hover::before {
    left: 0;
}

.navbar-nav .btn-outline-primary:hover {
    color: #061A2B !important;
    border-color: #14B8A6;
    background: #14B8A6;
}

.navbar-nav .nav-item:last-child .btn-outline-primary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.navbar-nav .nav-item:last-child .btn-outline-primary:hover {
    background: #fff;
    color: #061A2B !important;
    border-color: #fff;
}

@media (max-width: 991px) {
    .mainnavbar {
        padding: 4px 0;
    }

    .navbar-brand {
        padding: 10px 0;
        font-size: 22px;
    }

    .navbar-brand .brand-mark {
        width: 36px;
        height: 36px;
        font-size: 12px;
        border-radius: 10px;
    }

    .navbar-collapse {
        background: #082433;
        margin-top: 8px;
        padding: 12px 14px 16px;
        border-radius: 16px;
        border: 1px solid rgba(232, 184, 74, 0.18);
    }

    .navbar-nav {
        padding: 8px 0 4px;
    }

    .navbar-nav .nav-link {
        padding: 12px 16px;
        margin: 2px 0;
    }

    .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-nav .nav-link.active::before,
    .navbar-nav .nav-link:hover::before {
        width: calc(100% - 40px);
    }

    .navbar-nav .btn-outline-primary {
        margin: 8px 0;
        width: 100%;
        text-align: center;
    }

    .navbar-nav .btn-outline-primary::before {
        display: none;
    }

    .navbar-nav .btn-outline-primary:hover::before {
        display: block;
    }
    
    .navbar-nav .nav-item.ms-2 {
        margin-left: 0 !important;
        width: 100%;
    }
}

/* Breadcrumb Section */
.breadcrumb-section {
    position: relative;
    padding: 72px 0 64px;
    min-height: 220px;
    display: flex;
    align-items: center;
    background-color: #061A2B;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(118deg, rgba(6, 26, 43, 0.94) 0%, rgba(10, 61, 59, 0.82) 55%, rgba(11, 37, 69, 0.72) 100%);
    z-index: 1;
}

.breadcrumb-section::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.28) 0%, transparent 70%);
    top: -90px;
    right: 8%;
    z-index: 1;
    pointer-events: none;
}

.breadcrumb-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 55%, #14B8A6 100%);
    z-index: 2;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-content {
    color: #fff;
    text-align: center;
}

.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 16px 0;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.14);
    border: 1px solid rgba(232, 184, 74, 0.35);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.breadcrumb-nav a {
    color: #E8B84A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #fff;
}

.breadcrumb-nav .breadcrumb-sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #14B8A6;
    display: inline-block;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    justify-content: center;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item a {
    color: #E8B84A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.6);
    padding: 0 10px;
}

.breadcrumb-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: none;
}

.breadcrumb-title::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin: 16px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 52px 0 46px;
        min-height: 160px;
    }
    
    .breadcrumb-title {
        font-size: 30px;
    }

    .breadcrumb-nav {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Contact Section */
.contact-section {
    background: #F6F3EC;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.14) 0%, transparent 70%);
    z-index: 0;
    opacity: 1;
    background-image: none;
}

.contact-section::after {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -50px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 184, 74, 0.16) 0%, transparent 70%);
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section-header {
    margin-bottom: 48px;
}

.contact-section-header .about-eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
}

.contact-main-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    color: #061A2B;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.contact-main-title .title-accent {
    color: #E8B84A;
}

.contact-main-title::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
}

.contact-subtitle {
    font-size: 17px;
    color: #3d4a53;
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.contact-info-card {
    background: #061A2B;
    backdrop-filter: none;
    border-radius: 20px;
    padding: 24px 22px 22px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 16px 36px rgba(6, 26, 43, 0.16);
    height: auto;
    border: 1px solid rgba(232, 184, 74, 0.22);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 100%);
}

.contact-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 184, 74, 0.5);
}

.contact-info-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(145deg, #14B8A6 0%, #0A7C73 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 3px solid rgba(232, 184, 74, 0.45);
}

.contact-info-card:hover .contact-info-icon {
    background: linear-gradient(145deg, #E8B84A 0%, #D4A017 100%);
}

.contact-info-icon i {
    font-size: 20px;
    color: #061A2B;
    transition: transform 0.3s ease;
}

.contact-info-card:hover .contact-info-icon i {
    transform: scale(1.08);
}

.contact-info-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #E8B84A;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.contact-info-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.contact-info-cards-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-form-wrapper-modern {
    background: #ffffff;
    backdrop-filter: none;
    padding: 40px 38px;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(6, 26, 43, 0.08);
    border: 1px solid rgba(6, 26, 43, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 100%);
}

.contact-form-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #061A2B;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 14px;
    padding-left: 0;
}

.contact-form-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
    border-radius: 2px;
}

.form-group-modern {
    margin-bottom: 8px;
}

.form-label-modern {
    font-weight: 600;
    color: #061A2B;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.form-control-modern {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #F6F3EC;
    color: #333;
}

.form-control-modern:focus {
    border-color: #14B8A6;
    box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.15);
    outline: none;
    background: #fff;
}

.form-control-modern::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.form-control-modern:focus::placeholder {
    color: #ced4da;
}

.form-control-modern select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.form-control-modern select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2314B8A6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}

.btn-contact-submit {
    background: #E8B84A;
    border: none;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.3s ease;
    color: #061A2B;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-contact-submit:hover {
    background: #14B8A6;
    color: #061A2B;
    transform: translateY(-2px);
}

.btn-contact-submit:active {
    transform: translateY(0);
}

.contact-map-wrapper {
    background: #fff;
    backdrop-filter: none;
    padding: 12px;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(6, 26, 43, 0.08);
    height: 100%;
    border: 1px solid rgba(6, 26, 43, 0.06);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-map-wrapper iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 16px;
}

 

 

.contact-map-title {
    font-size: 28px;
    font-weight: 800;
    color: #041A57;
    margin-bottom: 25px;
    padding-right: 20px;
    position: relative;
}

.contact-map-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #025395 0%, #025395 100%);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(235, 95, 42, 0.4);
}

.map-container-modern {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(235, 95, 42, 0.1);
    transition: all 0.4s ease;
}

.map-container-modern:hover {
    box-shadow: 0 15px 40px rgba(235, 95, 42, 0.25);
    border-color: rgba(235, 95, 42, 0.3);
}

.map-container-modern iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 20px;
    color: #fff;
}

.contact-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-details p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.contact-details a {
    color: #025395;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #c7491f;
    text-decoration: underline;
}

.contact-form-wrapper {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    margin: 0 auto;
}

.contact-form-wrapper .form-group {
    margin-bottom: 20px;
}

.contact-form-wrapper label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.contact-form-wrapper .form-control {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
    border-color: #025395;
    box-shadow: 0 0 0 0.2rem rgba(235, 95, 42, 0.25);
    outline: none;
}

.contact-form-wrapper textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.contact-form-wrapper .btn-primary,
.contact-form-wrapper .btn-custom {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border: none;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #fff;
    width: 100%;
}

.contact-form-wrapper .btn-primary:hover,
.contact-form-wrapper .btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(235, 95, 42, 0.4);
    color: #fff;
}

.contact-form-wrapper .btn-block {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }
    
    .contact-main-title {
        font-size: 40px;
    }
    
    .contact-map-wrapper {
        margin-top: 30px;
    }
    
    .map-container-modern {
        height: 450px;
    }
    
    .contact-info-cards-wrapper .contact-info-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-section-header {
        margin-bottom: 40px;
    }
    
    .contact-main-title {
        font-size: 36px;
    }
    
    .contact-subtitle {
        font-size: 16px;
    }
    
    .contact-info-card {
        padding: 22px 18px;
        margin-bottom: 16px;
    }
    
    .contact-info-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }
    
    .contact-info-icon i {
        font-size: 18px;
    }
    
    .contact-info-title {
        font-size: 20px;
    }
    
    .contact-info-text {
        font-size: 15px;
    }
    
    .contact-form-wrapper-modern {
        padding: 28px 18px;
    }
    
    .contact-form-title {
        font-size: 24px;
        padding-left: 0;
    }
    
    .contact-form-title::after {
        left: 15px;
        width: 60px;
    }
    
    .contact-info-cards-wrapper {
        margin-bottom: 30px;
    }
    
    .contact-info-cards-wrapper .contact-info-card {
        margin-bottom: 20px;
    }
    
    .contact-map-wrapper {
        margin-top: 0;
        padding: 30px 25px;
    }
    
    .contact-map-title {
        font-size: 24px;
        padding-right: 15px;
    }
    
    .contact-map-title::after {
        right: 15px;
        width: 60px;
    }
    
    .map-container-modern {
        height: 350px;
    }
    
    .btn-contact-submit {
        padding: 14px 40px;
        font-size: 15px;
        width: 100%;
    }
}

/* Registration Section */
.registration-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    min-height: calc(100vh - 200px);
}

.registration-form-wrapper {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.form-header h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
}

.form-header p {
    font-size: 16px;
    margin-bottom: 0;
}

.registration-form-wrapper .form-group {
    margin-bottom: 20px;
    padding: 0 10px;
}

.registration-form-wrapper .form-control {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.registration-form-wrapper .form-control:focus {
    border-color: #025395;
    box-shadow: 0 0 0 0.2rem rgba(235, 95, 42, 0.25);
    outline: none;
}

.registration-form-wrapper .form-control::placeholder {
    color: #adb5bd;
}

.registration-form-wrapper select.form-control {
    cursor: pointer;
}

.registration-form-wrapper textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.registration-form-wrapper .reg-but {
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.registration-form-wrapper .reg-but:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(235, 95, 42, 0.4);
    color: #fff;
    background: linear-gradient(135deg, #c7491f 0%, #025395 100%);
}

@media (max-width: 768px) {
    .registration-form-wrapper {
        padding: 30px 20px;
    }
    
    .form-header h2 {
        font-size: 28px;
    }
    
    .registration-form-wrapper .form-group {
        padding: 0 5px;
    }
}

/* Privacy Policy Section */
.privacy-policy-section {
    background-color: #fff;
    padding: 80px 0;
    min-height: calc(100vh - 200px);
}

.policy-content {
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.policy-intro .lead {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0;
}

.policy-section {
   
    padding-left: 20px;
    margin-bottom: 30px;
}

.policy-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.policy-number {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e8b84a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.policy-section p, .policy-contact p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.policy-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #025395;
    font-size: 24px;
    font-weight: bold;
}

.policy-list li strong {
    color: #333;
    font-weight: 600;
}

.policy-contact {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.policy-contact .policy-title {
    border-left: none;
    padding-left: 0;
}

@media (max-width: 768px) {
    .policy-content {
        padding: 30px 20px;
    }
    
    .policy-title {
        font-size: 20px;
    }
    
    .policy-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

/* Thank You Section */
.thank-you-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.thank-you-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/hero-bg.jpg') center/cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.thank-you-section .container {
    position: relative;
    z-index: 1;
}

.thank-you-content {
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-icon {
    margin-bottom: 30px;
}

.icon-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: scaleIn 0.6s ease-out 0.2s both;
    box-shadow: 0 10px 30px rgba(235, 95, 42, 0.3);
}

.icon-circle::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid rgba(235, 95, 42, 0.2);
    animation: pulse 2s ease-out infinite;
}

.icon-circle i {
    font-size: 50px;
    color: #fff;
    z-index: 1;
    position: relative;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.thank-you-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #025395 0%, #c7491f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.thank-you-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #025395;
    margin-bottom: 20px;
}

.thank-you-message {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.thank-you-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.thank-you-actions .btn {
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.thank-you-actions .btn-primary {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border: none;
    color: #fff;
}

.thank-you-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(235, 95, 42, 0.4);
    color: #fff;
    background: linear-gradient(135deg, #c7491f 0%, #025395 100%);
}

.thank-you-actions .btn-outline-primary {
    border: 2px solid #025395;
    color: #025395;
    background: transparent;
}

.thank-you-actions .btn-outline-primary:hover {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(235, 95, 42, 0.3);
}

@media (max-width: 768px) {
    .thank-you-section {
        padding: 60px 0;
    }
    
    .thank-you-content {
        padding: 40px 30px;
    }
    
    .thank-you-title {
        font-size: 32px;
    }
    
    .thank-you-subtitle {
        font-size: 24px;
    }
    
    .thank-you-message {
        font-size: 16px;
    }
    
    .icon-circle {
        width: 100px;
        height: 100px;
    }
    
    .icon-circle i {
        font-size: 40px;
    }
    
    .icon-circle::before {
        width: 120px;
        height: 120px;
    }
    
    .thank-you-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .thank-you-actions .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* TEST RULE - Remove after testing */
/* If this works, about section will have bright yellow background */
/* section.about-section { background: yellow !important; } */ /* Uncomment to test */

/* About Us Section */
section.about-section,
#about.about-section,
.about-section {
    background: #F6F3EC !important;
    background-color: #F6F3EC !important;
    padding: 100px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

section.about-section::before,
#about.about-section::before,
.about-section::before {
    content: '' !important;
    position: absolute !important;
    top: -80px !important;
    right: -60px !important;
    width: 320px !important;
    height: 320px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.14) 0%, transparent 70%) !important;
    z-index: 0 !important;
    opacity: 1 !important;
    background-image: none !important;
    background-size: auto !important;
    background-position: center !important;
}

section.about-section::after,
#about.about-section::after,
.about-section::after {
    content: '' !important;
    position: absolute !important;
    bottom: -90px !important;
    left: -50px !important;
    width: 280px !important;
    height: 280px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(232, 184, 74, 0.16) 0%, transparent 70%) !important;
    z-index: 0 !important;
}

section.about-section .container,
#about.about-section .container,
.about-section .container {
    position: relative !important;
    z-index: 1 !important;
}

section.about-section .row,
#about.about-section .row,
.about-section .row {
    position: relative !important;
    z-index: 2 !important;
}

section.about-section .col-lg-6,
#about.about-section .col-lg-6,
.about-section .col-lg-6 {
    position: relative !important;
    z-index: auto !important;
}

section.about-section .col-lg-6.order-1.order-lg-2,
#about.about-section .col-lg-6.order-1.order-lg-2,
.about-section .col-lg-6.order-1.order-lg-2 {
    z-index: 50 !important;
}

/* About Video Wrapper */
section.about-section .about-video-wrapper, #about.about-section .about-video-wrapper, .about-section .about-video-wrapper, .about-video-wrapper {
    position: relative !important;
    width: 100% !important;
    text-align: center;
    margin: auto;
    padding: 18px 18px 0 0;
}

section.about-section .about-video-wrapper::before,
.about-section .about-video-wrapper::before {
    content: '';
    position: absolute;
    inset: 28px 0 0 28px;
    border: 2px solid #E8B84A;
    border-radius: 28px;
    z-index: 0;
}

section.about-section .about-video-container,
#about.about-section .about-video-container,
.about-section .about-video-container,
.about-video-container {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    box-shadow: 0 22px 50px rgba(6, 26, 43, 0.18) !important;
    z-index: 1;
}

section.about-section .about-video-thumbnail,
#about.about-section .about-video-thumbnail,
.about-section .about-video-thumbnail,
.about-video-thumbnail {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.4s ease !important;
    border-radius: 24px !important;
}

.about-video-container:hover .about-video-thumbnail {
    transform: scale(1.04);
}

.about-image-badge {
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 3;
    background: #061A2B;
    color: #fff;
    padding: 14px 18px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(6, 26, 43, 0.28);
    display: flex;
    flex-direction: column;
    line-height: 1;
    min-width: 92px;
}

.about-image-badge span {
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #14B8A6;
    font-weight: 700;
}

.about-image-badge strong {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 26px;
    color: #E8B84A;
    font-weight: 800;
    margin-top: 4px;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    z-index: 2;
}

.video-play-button i {
    color: #14B8A6;
    font-size: 28px;
    margin-left: 4px;
    transition: all 0.3s ease;
}

.about-video-container:hover .video-play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    background: #14B8A6;
}

.about-video-container:hover .video-play-button i {
    color: #fff;
    transform: scale(1.1);
}

/* About Content Card */
section.about-section .about-content-card, #about.about-section .about-content-card, .about-section .about-content-card, .about-content-card, div.about-content-card, .col-lg-6 .about-content-card, [class*="col"] .about-content-card {
    z-index: 100 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    min-height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    isolation: isolate !important;
    transform: none !important;
    will-change: auto !important;
    padding: 12px 8px 12px 8px !important;
}

section.about-section .col-lg-6 .about-content-card,
#about.about-section .col-lg-6 .about-content-card,
.about-section .col-lg-6 .about-content-card,
.col-lg-6 .about-content-card {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

section.about-section .about-content-card *, #about.about-section .about-content-card *, .about-section .about-content-card * {
    position: relative !important;
    z-index: 1 !important;
}

.about-eyebrow {
    display: block;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    background: rgba(20, 184, 166, 0.12) !important;
    border: 1px solid rgba(20, 184, 166, 0.28) !important;
    color: #0A7C73 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    margin: auto !important;
    text-align: center;
    width: 18%;
}

section.about-section .about-card-header, #about.about-section .about-card-header, .about-section .about-card-header, .about-card-header {
    margin-bottom: 10px !important;
}

section.about-section .about-card-subtitle,
#about.about-section .about-card-subtitle,
.about-section .about-card-subtitle,
.about-card-subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #14B8A6 !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.5px !important;
}

section.about-section .about-card-title, #about.about-section .about-card-title, .about-section .about-card-title, .about-card-title {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #061A2B !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    letter-spacing: -0.5px !important;
    text-align: center;
}

.about-section > .container > .about-card-title {
    text-align: center;
    margin-bottom: 40px !important;
}

.about-content-card .about-card-title::after,
.about-section > .container > .about-card-title::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin-top: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
}

.about-section > .container > .about-card-title::after {
    margin-left: auto;
    margin-right: auto;
}

section.about-section .about-card-separator,
#about.about-section .about-card-separator,
.about-section .about-card-separator,
.about-card-separator {
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%) !important;
    border-radius: 2px !important;
    margin-bottom: 30px !important;
}

section.about-section .about-card-description,
#about.about-section .about-card-description,
.about-section .about-card-description,
.about-card-description {
    margin-bottom: 15px !important;
}

.about-card-description ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 18px 0;
    display: grid;
    gap: 8px;
}

.about-card-description ul li {
    font-size: 15px;
    padding: 10px 14px 10px 42px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(6, 26, 43, 0.06);
    position: relative;
    color: #2c3a44;
    line-height: 1.5;
}

.about-card-description ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 12px;
    color: #14B8A6;
    font-size: 13px;
}

section.about-section .about-card-description p, #about.about-section .about-card-description p, .about-section .about-card-description p, .about-card-description p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #3d4a53 !important;
    margin: 0 0 12px 0 !important;
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.about-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(6, 26, 43, 0.08);
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 8px 20px rgba(6, 26, 43, 0.06);
}

.about-highlight i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.2);
    color: #061A2B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.about-highlight span {
    font-size: 13px !important;
    font-weight: 600;
    color: #061A2B;
    line-height: 1.2 !important;
}

section.about-section .about-card-action,
#about.about-section .about-card-action,
.about-section .about-card-action,
.about-card-action {
    margin-top: 30px !important;
}

section.about-section .about-register-btn, #about.about-section .about-register-btn, .about-section .about-register-btn, .about-register-btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 12px 28px !important;
    background: #E8B84A !important;
    background-color: #E8B84A !important;
    color: #061A2B !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

/* Registration Process - dark About Us layout */
section.about-section.process-section,
.process-section {
    background: #061A2B !important;
    background-color: #061A2B !important;
}

section.about-section.process-section::before,
.process-section::before {
    background: radial-gradient(circle, rgba(20, 184, 166, 0.22) 0%, transparent 70%) !important;
    background-image: none !important;
}

section.about-section.process-section::after,
.process-section::after {
    background: radial-gradient(circle, rgba(232, 184, 74, 0.16) 0%, transparent 70%) !important;
}

.process-section .col-lg-6 .about-content-card,
.process-section .about-content-card {
    background: transparent !important;
    background-color: transparent !important;
}

.process-section .about-eyebrow {
    background: rgba(232, 184, 74, 0.12) !important;
    border-color: rgba(232, 184, 74, 0.4) !important;
    color: #E8B84A !important;
}

section.about-section.process-section .about-card-title,
.process-section .about-card-title {
    color: #ffffff !important;
}

.process-section .about-card-description p,
.process-section .about-card-description {
    color: rgba(255, 255, 255, 0.84) !important;
}

.process-section .about-video-wrapper::before {
    border-color: #E8B84A;
}

.process-section .about-card-description p.process-steps,
.process-steps {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

.process-steps strong {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    section.about-section.process-section,
    .process-section {
        background: #061A2B !important;
        background-color: #061A2B !important;
    }

    .process-section .about-content-card {
        text-align: left;
    }

    .process-section .about-eyebrow {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .process-section .about-card-title {
        text-align: center;
    }

    .process-section .about-card-title::after {
        margin-left: auto;
        margin-right: auto;
    }
}

 

.about-register-btn:hover i {
    transform: scale(1.15);
}

.about-subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.about-images-grid {
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-item {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(235, 95, 42, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid transparent;
}

.about-image-item:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(235, 95, 42, 0.35);
    border-color: #025395;
    z-index: 10;
}

.about-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.about-image-item:hover img {
    transform: scale(1.1);
}

.image-item-1 {
    width: 300px;
    height: 280px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.image-item-2 {
    width: 280px;
    height: 260px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.image-item-3 {
    width: 290px;
    height: 270px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.about-content-modern {
    padding: 30px 0;
    position: relative;
}

.about-content-modern::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #025395 0%, #025395 100%);
    border-radius: 10px;
}

.lead-text {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.lead-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: linear-gradient(180deg, #025395 0%, #025395 100%);
    border-radius: 2px;
}

.about-content-modern p {
    color: #555;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

.about-section .col-lg-6 img {
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(235, 95, 42, 0.2);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 5px solid #fff;
    position: relative;
    overflow: hidden;
}

.about-section .col-lg-6 img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.1) 0%, rgba(255, 120, 74, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

 

.about-section .col-lg-6:hover img::before {
    opacity: 1;
}

.about-features-modern {
    margin-top: 30px;
}

.about-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

.about-features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.about-features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #025395 0%, #025395 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.about-features-list li:hover::before {
    transform: scaleY(1);
}

.about-features-list li:hover {
    border-color: rgba(235, 95, 42, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, rgba(235, 95, 42, 0.03) 100%);
    transform: translateX(10px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(235, 95, 42, 0.2);
}

.about-features-list li i {
    color: #025395;
    font-size: 22px;
    margin-right: 18px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.1) 0%, rgba(255, 120, 74, 0.1) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.about-features-list li:hover i {
     
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    box-shadow: 0 5px 15px rgba(235, 95, 42, 0.3);
}

.about-features-list li span {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    flex: 1;
}

@media (max-width: 991px) {
    section.about-section,
    #about.about-section,
    .about-section {
        padding: 72px 0 !important;
    }
    
    section.about-section .about-content-card,
    #about.about-section .about-content-card,
    .about-section .about-content-card,
    .about-content-card {
        padding: 0 4px 10px !important;
    }
    
    section.about-section .about-card-title,
    #about.about-section .about-card-title,
    .about-section .about-card-title,
    .about-card-title {
        font-size: 34px !important;
        text-align: center;
    }

    .about-content-card .about-card-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .about-highlights {
        justify-content: center;
    }

    .about-content-card {
        text-align: center;
    }

    .about-eyebrow {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 768px) {

.about-card-description ul li {
    font-size: 14px;
    padding: 10px 12px 10px 40px;
}

.about-card-description ul {
    margin: 12px 0 16px 0;
    padding: 0;
}

.bluebgsection h3 {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
}
.bluebgsection p {
    padding: 10px 10px 0 10px;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.bluebgsection ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}

.bluebgsection ul li {
    padding: 8px 20px 8px 20px;
    margin: 0px;
    list-style: none;
    color: #000000;
    border: #ccc dashed 1px;
    border-radius: 60px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    text-align: center;
}

section.about-section .about-video-wrapper, #about.about-section .about-video-wrapper, .about-section .about-video-wrapper, .about-video-wrapper {
    position: relative !important;
    width: 100% !important;
    text-align: center;
    margin: auto;
}

    section.about-section,
    #about.about-section,
    .about-section {
        padding: 56px 0 !important;
    }
    
section.about-section .about-content-card, #about.about-section .about-content-card, .about-section .about-content-card, .about-content-card {
    padding: 0px 2px 8px 2px !important;
    margin-bottom: 0px !important;
}

    .about-image-badge {
        padding: 10px 14px;
        min-width: 76px;
        bottom: 18px;
    }

    .about-image-badge strong {
        font-size: 20px;
    }
    section.about-section .about-card-subtitle,
    #about.about-section .about-card-subtitle,
    .about-section .about-card-subtitle,
    .about-card-subtitle {
        font-size: 18px !important;
    }
    
    section.about-section .about-card-title,
    #about.about-section .about-card-title,
    .about-section .about-card-title,
    .about-card-title {
        font-size: 24px !important;
    }
    
 section.about-section .about-card-description p, #about.about-section .about-card-description p, .about-section .about-card-description p, .about-card-description p {
    font-size: 14px !important;
}
    
    section.about-section .about-register-btn,
    #about.about-section .about-register-btn,
    .about-section .about-register-btn,
    .about-register-btn {
        padding: 14px 30px !important;
        font-size: 15px !important;
        width: 100% !important;
        justify-content: center !important;
    }
    
    .video-play-button {
        width: 70px !important;
        height: 70px !important;
    }
    
    .video-play-button i {
        font-size: 24px !important;
    }
}

.about-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.feature-item:hover {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    transform: translateX(5px);
}

.feature-item:hover i {
    color: #fff !important;
}

.feature-item i {
    font-size: 20px;
    width: 30px;
}

/* Conference Info Section */
.conference-info-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #061A2B;
}

.conference-info-section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -80px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.22) 0%, transparent 70%);
    z-index: 0;
    opacity: 1;
    border-radius: 50%;
}

.conference-info-section::after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: -90px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(232, 184, 74, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.conference-info-section .container {
    position: relative;
    z-index: 1;
}

.conference-info-header {
    margin-bottom: 60px;
}

.conference-info-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #E8B84A;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.conference-info-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
    border-radius: 2px;
}

.conference-info-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 25px;
    margin-bottom: 0;
}

.info-card-modern {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(232, 184, 74, 0.22);
    border-radius: 22px;
    padding: 36px 28px 30px;
    transition: all 0.35s ease;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    text-align: center;
}

.info-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 100%);
}

.info-card-modern::after {
    display: none;
}

.info-card-modern:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(232, 184, 74, 0.5);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.info-card-modern:hover::before {
    transform: none;
}

.info-card-modern:hover::after {
    width: auto;
}

.info-card-icon-wrapper {
    background: none;
    padding: 0 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    min-width: auto;
    flex-shrink: 0;
}

.info-card-icon-wrapper::after {
    display: none;
}

.info-card-modern:hover .info-card-icon-wrapper::after {
    transform: none;
}

.info-icon-modern {
    width: 74px;
    height: 74px;
    background: linear-gradient(145deg, #14B8A6 0%, #0A7C73 100%);
    backdrop-filter: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(232, 184, 74, 0.55);
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.28);
}

.info-card-modern:hover .info-icon-modern {
    background: linear-gradient(145deg, #E8B84A 0%, #D4A017 100%);
    transform: scale(1.08);
}

.info-icon-modern i {
    font-size: 28px;
    color: #061A2B;
    transition: all 0.35s ease;
    filter: none;
}

.info-card-modern:hover .info-icon-modern i {
    transform: scale(1.08);
    color: #061A2B;
}

.info-card-body {
    padding: 0;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
    position: relative;
    z-index: 1;
}

.info-title-modern {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #E8B84A;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    letter-spacing: 0;
    position: relative;
    padding-left: 0;
}

.info-title-modern::before {
    display: none;
}

.info-content-modern {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
    transition: color 0.3s ease;
    letter-spacing: 0.2px;
}

.info-card-modern:hover .info-content-modern {
    color: #fff;
}

@media (max-width: 991px) {
    .conference-info-section {
        padding: 56px 0;
    }
    
    .info-card-modern {
        flex-direction: column;
        padding: 30px 24px 26px;
    }
    
    .info-card-icon-wrapper {
        min-width: auto;
        padding: 0 0 16px;
    }
    
    .info-card-body {
        text-align: center;
        padding: 0;
    }
    
    .info-title-modern::before {
        display: none;
    }
    
    .info-card-modern:hover .info-title-modern {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .conference-info-section {
        padding: 48px 0;
    }
    
    .info-card-icon-wrapper {
        padding: 0 0 14px;
    }
    
    .info-icon-modern {
        width: 64px;
        height: 64px;
    }
    
    .info-icon-modern i {
        font-size: 24px;
    }
    
    .info-card-body {
        padding: 0;
    }
    
    .info-title-modern {
        font-size: 22px;
    }
    
    .info-content-modern {
        font-size: 14px;
    }
}

/* Conference Highlights Section */
.conference-highlights-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.conference-highlights-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(235, 95, 42, 0.03) 25px, rgba(235, 95, 42, 0.03) 27px),
        repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(235, 95, 42, 0.03) 25px, rgba(235, 95, 42, 0.03) 27px),
        radial-gradient(circle at 15% 15%, rgba(235, 95, 42, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255, 120, 74, 0.04) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 40px 40px, 50px 50px;
    background-position: 0 0, 0 0, 0 0, 20px 20px;
    z-index: 0;
    opacity: 0.4;
}

.conference-highlights-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgba(235, 95, 42, 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(255, 120, 74, 0.03) 0%, transparent 30%);
    z-index: 0;
}

.conference-highlights-section .container {
    position: relative;
    z-index: 1;
}

.highlights-section-alt {
    background: #ffffff;
}


.bluebgsection {
    background: #e8b84a;
    padding: 60px 0 60px 0;
}

.bluebgsection h3 {
    padding: 0px;
    margin: 0px 0 20px 0;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

.bluebgsection p {
    padding: 0 0 11px 0;
    margin: 0px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 28px;
}
.bluebgsection h4 {
    padding: 20px 0 20px 0;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.bluebgsection ul {
    padding: 0px;
    margin: 0px 0 0 20px;
 
     
}

.bluebgsection ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: square;
    color: #ffffff;
    border-radius: 60px;
    font-size: 15px;
    background: bottom;
}
.section-label-modern {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.1) 0%, rgba(235, 95, 42, 0.05) 100%);
    border-left: 4px solid #025395;
    border-radius: 5px;
    margin-bottom: 20px;
}

.section-label-modern .label-text {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #025395;
}

.highlights-title-modern {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.highlights-title-modern .title-main {
    color: #1a1a1a;
    display: inline-block;
    font-weight: 700;
}

.highlights-title-modern .title-accent {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
    font-weight: 900;
}

.highlights-title-modern::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, #025395 50%, transparent 100%);
    border-radius: 10px;
}

.highlights-content-modern {
    padding: 30px 0;
    position: relative;
}

.highlights-content-modern::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #025395 0%, #025395 100%);
    border-radius: 10px;
}

.conference-highlights-section p {
    color: #555;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 400;
    padding-left: 0px;
    position: relative;
}

.highlights-list-modern {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    padding-left: 20px;
}

.highlights-list-modern li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 18px 25px;
    font-size: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.highlights-list-modern li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #025395 0%, #025395 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.highlights-list-modern li:hover::before {
    transform: scaleY(1);
}

.highlights-list-modern li:hover {
    border-color: rgba(235, 95, 42, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, rgba(235, 95, 42, 0.03) 100%);
    transform: translateX(10px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(235, 95, 42, 0.2);
}

.highlights-list-modern li i {
    color: #025395;
    font-size: 22px;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.1) 0%, rgba(255, 120, 74, 0.1) 100%);
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.highlights-list-modern li:hover i {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    box-shadow: 0 5px 15px rgba(235, 95, 42, 0.3);
}

.highlights-list-modern li span {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.highlights-image-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 5px solid #fff;
    background: #000;
}

.highlights-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 25px;
}

.highlights-image-wrapper:hover::before {
    opacity: 1;
}

.highlights-image-wrapper:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 30px 80px rgba(235, 95, 42, 0.3);
    border-color: rgba(235, 95, 42, 0.3);
}

.highlights-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    transition: transform 0.5s ease;
}

.highlights-image-wrapper:hover .highlights-image {
    transform: scale(1.08);
    opacity: 0.95;
}

@media (max-width: 991px) {
    .conference-highlights-section {
        padding: 80px 0;
    }
    
    .highlights-content-modern {
        padding: 20px 0;
    }

    .highlights-content-modern::before {
        left: -15px;
        width: 3px;
    }

    .highlights-title-modern {
        font-size: 36px;
        padding-left: 15px;
    }

    .highlights-title-modern::after {
        left: 15px;
    }

    .conference-highlights-section p {
        padding-left: 15px;
        font-size: 16px;
    }

    .highlights-list-modern {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
.conference-highlights-section {
    padding: 30px 0;
}
    
    .highlights-content-modern {
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .highlights-title-modern {
        font-size: 32px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .highlights-title-modern::after {
        width: 100px;
        left: 15px;
    }
    
    .conference-highlights-section p {
        padding-left: 0px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .highlights-list-modern {
        padding-left: 15px;
        margin-top: 25px;
    }
    
    .highlights-list-modern li {
        padding: 15px 20px;
        margin-bottom: 15px;
    }
    
    .highlights-list-modern li span {
        font-size: 14px;
    }
    
    .highlights-list-modern li i {
        font-size: 18px;
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    
    .highlights-image-wrapper {
        margin-top: 30px;
        border-width: 3px;
        border-radius: 20px;
    }
    
    .highlights-section-alt .highlights-image-wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }
}



/* CTA Section - Registration & Housing */
.cta-section {
    position: relative;
    padding: 100px 0;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.85) 0%, rgba(199, 73, 31, 0.9) 100%);
    z-index: 1;
}

.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(255, 255, 255, 0.05) 25px, rgba(255, 255, 255, 0.05) 27px),
        repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255, 255, 255, 0.05) 25px, rgba(255, 255, 255, 0.05) 27px);
    background-size: 100% 100%, 100% 100%;
    z-index: 2;
    opacity: 0.3;
}

.cta-section .container {
    position: relative;
    z-index: 3;
}

.cta-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(235, 95, 42, 0.05) 0%, rgba(255, 120, 74, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.cta-card:hover::before {
    opacity: 1;
}

.cta-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.cta-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(235, 95, 42, 0.4);
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cta-card:hover .cta-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(235, 95, 42, 0.5);
}

.cta-icon-wrapper i {
    font-size: 42px;
    color: #fff;
    transition: transform 0.3s ease;
}

.cta-card:hover .cta-icon-wrapper i {
    transform: scale(1.15);
}

.cta-title {
    font-size: 32px;
    font-weight: 800;
    color: #041A57;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.cta-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(235, 95, 42, 0.3);
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
}

.cta-button:hover {
    background: linear-gradient(135deg, #025395 0%, #025395 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(235, 95, 42, 0.5);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.cta-button i {
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(5px);
}

.cta-registration {
    animation: fadeInUp 0.8s ease-out;
}

.cta-housing {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

@media (max-width: 991px) {
    .cta-section {
        padding: 80px 0;
    }
    
    .cta-card {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-icon-wrapper {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }
    
    .cta-icon-wrapper i {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
        background-attachment: scroll;
    }
    
    .cta-card {
        padding: 35px 25px;
    }
    
    .cta-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .cta-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .cta-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .cta-icon-wrapper i {
        font-size: 32px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.highlights-description {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlights-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.check-icon {
    color: #025395;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Countdown Timer */
.countdown-timer {
    margin-top: 40px;
}

.timer-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.timer-item {
    flex: 1;
    min-width: 100px;
}

.timer-box {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.timer-item.active .timer-box {
    border-color: #025395;
    background-color: #f0ebff;
}

.timer-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
}

.timer-label {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Circular Images */
.circular-images-wrapper {
    position: relative;
    padding: 40px 20px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-image-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.circular-image {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #025395;
    box-shadow: 0 10px 30px rgba(235, 95, 42, 0.3);
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circular-image:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(235, 95, 42, 0.4);
}

.circular-image.image-1 {
    top: 0;
    left: 70%;
    transform: translateX(-50%);
    z-index: 3;
}

.circular-image.image-2 {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
}

.circular-image.image-3 {
    bottom: 0%;
    right: 10%;
    z-index: 1;
}

@media (max-width: 991px) {
    .circular-image-container {
        height: 400px;
    }
    
    .circular-image {
        width: 200px;
        height: 200px;
    }
    
    .highlights-title {
        font-size: 36px;
    }
    
    .timer-grid {
        justify-content: center;
    }
    
    .timer-item {
        min-width: 80px;
    }
    
    .timer-number {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .circular-images-wrapper {
        min-height: 350px;
        padding: 20px;
    }
    
    .circular-image-container {
        height: 350px;
    }
    
    .circular-image {
        width: 150px;
        height: 150px;
    }
    
    .highlights-title {
        font-size: 32px;
    }
    
    .timer-item {
        min-width: 70px;
    }
    
    .timer-number {
        font-size: 24px;
    }
}

/* Modern Footer Styles */
.modern-footer {
    background: #061A2B !important;
    color: #fff;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #E8B84A 55%, #14B8A6 100%);
    z-index: 2;
}

.modern-footer::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(232, 184, 74, 0.14) 0%, transparent 70%);
    z-index: 0;
    opacity: 1;
    background-image: none;
    background-attachment: scroll;
    border-radius: 50%;
}

.footer-top {
    padding: 56px 0 40px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.footer-widget {
    height: 100%;
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.footer-logo .footer-brand,
.footer-brand {
    font-size: 26px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    background: none;
    -webkit-text-fill-color: #fff;
}

.footer-brand .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, #14B8A6 0%, #0A7C73 100%);
    color: #061A2B;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-text-fill-color: #061A2B;
}

.footer-brand .brand-text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.footer-brand .brand-text em {
    font-style: normal;
    color: #E8B84A;
    font-weight: 800;
    font-size: 26px;
    -webkit-text-fill-color: #E8B84A;
}

.footer-brand i {
    color: #E8B84A;
    font-size: 24px;
    background: none;
    -webkit-text-fill-color: #E8B84A;
}

.footer-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-contact-info {
    margin-top: 22px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
    padding: 6px 0;
    transition: all 0.3s ease;
    margin-bottom: 4px !important;
}

.footer-contact-item:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-contact-item i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.16);
    color: #E8B84A;
    font-size: 13px;
    margin-top: 0;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-item span {
    flex: 1;
    padding-top: 6px;
}

.footer-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #E8B84A 0%, #14B8A6 100%);
    border-radius: 2px;
    box-shadow: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
    position: relative;
}

.footer-links li::before {
    content: '';
    display: none;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 7px 0;
    position: relative;
    font-weight: 400;
    padding-left: 0;
}

.footer-links a::before {
    display: none;
}

.footer-links a:hover::before {
    width: 0;
}

.footer-links a i {
    font-size: 10px;
    margin-right: 10px;
    color: #E8B84A;
    transition: all 0.3s ease;
    opacity: 1;
}

.footer-links a:hover {
    color: #E8B84A;
    transform: translateX(6px);
    padding-left: 0;
}

.footer-links a:hover i {
    opacity: 1;
    color: #14B8A6;
    transform: none;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    font-size: 18px;
    color: #E8B84A;
    margin-top: 3px;
    width: 20px;
    flex-shrink: 0;
}

.contact-item span,
.contact-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #E8B84A;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(232, 184, 74, 0.28);
}

.social-link:hover {
    background: #E8B84A;
    border-color: #E8B84A;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(232, 184, 74, 0.28);
    color: #061A2B;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.28);
    padding: 16px 0;
    border-top: 1px solid rgba(232, 184, 74, 0.18);
    position: relative;
    z-index: 1;
    box-shadow: none;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.footer-policy-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.policy-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0 5px;
    position: relative;
}

.policy-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 5px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #025395 0%, #025395 100%);
    transition: width 0.3s ease;
}

.policy-link:hover {
    color: #fff;
}

.policy-link:hover::after {
    width: calc(100% - 10px);
}

.policy-separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px;
}

@media (max-width: 768px) {
    .footer-policy-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .policy-separator {
        display: none;
    }
    
    .policy-link {
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    .footer-top {
        padding: 60px 0 40px;
    }
    
    .footer-widget {
        padding: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 50px 0 35px;
    }
    
.footer-widget {
    padding: 0px 15px 0px 15px;
    margin-bottom: 0px;
}
    
.footer-title {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.footer-logo.mb-4 {
    margin-bottom: 10px !important;
}
    
    .footer-brand {
        font-size: 28px;
    }
    
    .footer-brand i {
        font-size: 20px;
    }
    
    .footer-description {
        font-size: 14px;
    }
    
    .footer-contact-item {
        font-size: 13px;
    }
    
    .footer-links a {
        font-size: 14px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .copyright-text {
        text-align: center !important;
        font-size: 14px;
    }
    
    .footer-bottom {
        padding: 18px 0;
    }
    
    .modern-footer::after {
        opacity: 1;
    }
    
    .modern-footer {
        background: #061A2B;
    }
}
 
/* Tab Pane Animation */
.tab-pane {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
