
.navbar{
	background-color: #1A1817;

}
.nav_links
{
	color: white;
}
.is-navbar{
	    padding: 25px 0;
}
.navbar_logo {
    height: 5rem;
    margin: 5px 0;
}

/*About Event*/
.event-section {
    background-color: #fdfcfb;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.event-main-title {
    font-family: 'Times New Roman', Times, serif;
    color: #0e2233;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 700;
}

.event-gold-divider {
    width: 50px;
    height: 1.5px;
    background-color: #b38a4d;
    margin: 20px auto 60px;
}

.event-grid {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.event-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.event-icon-container {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}

.event-icon-container svg {
    width: 100%;
    height: 100%;
    stroke: #b38a4d;
    stroke-width: 1.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.event-column-title {
    color: #0e2233;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-column-text {
    color: #444444;
    font-size: 12.5px;
    line-height: 1.6;
    margin: 0;
}
.event-icon
{
	text-align: center;
}
.event-icon>svg {
    height: auto;
    width: 100%;
    max-width: 80px;
    margin-bottom: 15px;
}
.event-item>h3
{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	color: black;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
}
.event-item>p{
	text-align: center;
	line-height: 1.5;
	color: #4e4e4e;
	font-size: 15px;
}
.abouteventtitle
{
	font-size: 28px;
	/*margin-bottom: 80px;*/
	text-transform: uppercase;
	font-weight: 600;
	color: black;
	/*letter-spacing: 0.5px;*/
	text-align: center;
}
/* Tablet Layout (3 Columns) */
@media screen and (max-width: 1024px) {
    .event-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
    }
}

/* Mobile Layout (1 Column) */
@media screen and (max-width: 600px) {
    .event-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .event-main-title {
        font-size: 20px;
    }
}
/*About Event*/

/*Event works section*/
.clean-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on desktop */
    gap: 20px 40px;
}

.clean-feature-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee; /* Subtle separator */
}

.clean-feature-list li:last-child {
    border-bottom: none;
}

.list-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.list-icon svg {
    width: 100%;
    height: 100%;
    stroke: #b38a4d; /* Brand Gold */
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.clean-feature-list span {
    color: #0e2233; /* Brand Navy */
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

/* --- Responsive Adjustments --- */

/* Tablet: Keep 2 columns but tighten gaps */
@media screen and (max-width: 900px) {
    .clean-feature-list {
        gap: 15px 20px;
    }
}

/* Mobile: Switch to 1 column */
@media screen and (max-width: 600px) {
    .clean-feature-list {
        grid-template-columns: 1fr;
    }
    
    .clean-feature-list li {
        padding: 15px 0;
    }

    .clean-feature-list span {
        font-size: 14px;
    }
    .hero_buttons
    {
        display: block;
    }
    .hero_buttons>.button
    {
        margin-bottom: 10px;
    }
    .blockquotehero>blockquote>div
    {
        font-size: 16px;
    }
    .heromaintitle
    {
        font-size: 20px;
    }
    .herodescription, .herostrong
    {
        font-size: 14px;
    }
    .herobuttontext
    {
        font-size: 14px;
    }
    .herobuttonA>.button_wrap{
        padding: 7px 15px;
        min-height: 2.5rem;
    }
}
/*Event works section*/


/*Events packages and gallery*/
.dual-layout-section {
    width: 100%;
    background-color: #fdfcfb;
    padding: 60px 0;
}

.split-container {
    display: flex;
    width: 100%;
    max-width: 1400px; /* Adjust based on your preferred max-width */
    margin: 0 auto;
    padding: 0 20px;
    gap: 40px;
}

/* 35% Sidebar */
.packages-column {
    flex: 0 0 35%;
}

/* 65% Main Content */
.gallery-column {
    flex: 0 0 65%;
    text-align: center;
}

.sub-heading {
    font-family: 'Times New Roman', serif;
    color: #0e2233;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: center;
}

.accent-line {
    width: 35px;
    height: 2px;
    background-color: #b38a4d;
    margin: 12px auto 30px;
}

/* Package List Styling */
.package-card-stack {
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.package-card {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
}

.package-card:last-child {
    border-bottom: none;
}

.icon-circle {
    width: 28px;
    height: 28px;
    border: 1.2px solid #b38a4d;
    border-radius: 50%;
    flex-shrink: 0;
}

.package-info h3 {
    font-size: 13px;
    color: #0e2233;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    font-weight: 700;
}

.package-info p {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

/* Buttons */
.cta-gold-btn {
    width: 100%;
    background-color: #b38a4d;
    color: white;
    border: none;
    padding: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    font-size: 13px;
}

.cta-navy-btn {
    background-color: #0e2233;
    color: white;
    border: none;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    cursor: pointer;
    font-size: 13px;
}

/* Photo Grid */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-item {
    aspect-ratio: 4 / 3;
    background-color: #eee;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .split-container {
        flex-direction: column;
        align-items: center;
    }
    .packages-column, .gallery-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 600px;
    }
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*Events packages and gallery*/

/*Navbar social*/
.navbar-social{
  display:flex;
  align-items:center;
  gap:12px;
}

.navbar-social a{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,0.25);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  transition:0.3s ease;
}

.navbar-social a svg{
  width:18px;
  height:18px;
}

.navbar-social a:hover{
  background:#caa56a;
  border-color:#caa56a;
  transform:translateY(-2px);
}

/* Mobile */

@media (max-width:768px){

  .navbar-social{
    gap:10px;
  }

  .navbar-social a{
    width:34px;
    height:34px;
  }

  .navbar-social a svg{
    width:16px;
    height:16px;
  }

}
/*Navbar social*/

/*Navbar contact info*/
.navbar-contact{
  display:flex;
  align-items:center;
  gap:24px;
}

.contact-item{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#fff;
  transition:0.3s ease;
}

.contact-item:hover{
  color:#caa56a;
}

.contact-item .icon{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,0.25);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s ease;
}

.contact-item:hover .icon{
  background:#caa56a;
  border-color:#caa56a;
  color:#fff;
}

.contact-item svg{
  width:18px;
  height:18px;
}

.contact-item .text{
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
}

/* RESPONSIVE */

@media (max-width:991px){

  .navbar-contact{
    gap:16px;
  }

  .contact-item .text{
    display:none;
  }

}

@media (max-width:768px){

  .contact-item .icon{
    width:34px;
    height:34px;
  }

  .contact-item svg{
    width:16px;
    height:16px;
  }

}
/*Navbar contact info*/

/*Section CTA*/
#sectioncta
{
	width: 100%;
    min-height: 80vh; /* Adjust height as needed */
    padding: 80px 0;
    
    /* Background Image Logic */
    background-image: url('../images/section-cta2.webp'); /* Replace with your actual image path */
    background-size: cover;       /* Ensures the image covers the full section */
    background-position: center;  /* Keeps the image centered regardless of crop */
    background-repeat: no-repeat;
    background-attachment: scroll;
    
    display: flex;
    align-items: center;
}
/*Section CTA*/
/*Contact section*/
/* Premium Form Section Wrapper */
.premium-form-section {
    width: 100%;
    background-color: #fdfcfb; /* Matches the upscale cream palette background */
    padding: 100px 40px;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Header Text Alignments */
.form-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.form-main-title {
    /*font-family: 'Times New Roman', Times, serif;*/
    color: #0e2233; /* Corporate Navy */
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2.5px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.form-gold-divider {
    width: 60px;
    height: 1.5px;
    background-color: #b38a4d; /* Luxury Accent Gold */
    margin: 0 auto 25px auto;
}

.form-subtitle {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Form Layout Grid Definitions */
.premium-inquiry-form {
    max-width: 1100px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 clean horizontal columns on large layouts */
    gap: 45px 35px;
}

/* Individual Input Fields Group Structure */
.input-group {
    position: relative;
    width: 100%;
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    padding: 12px 4px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #0e2233;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.4s ease;
}

/* Custom Textarea Adjustments */
.input-group textarea {
    resize: none;
    font-family: inherit;
}

/* Clean Animated Float Label Configurations */
.input-group label {
    position: absolute;
    left: 4px;
    top: 12px;
    color: #888888;
    font-size: 15px;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease;
    transform-origin: left top;
}

/* Floating Animations On Focus & Typed Value Retention states */
.input-group input:focus ~ label,
.input-group input:not(:placeholder-shown) ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:not(:placeholder-shown) ~ label,
.input-group select:focus ~ label,
.input-group select:not([value=""]):valid ~ label {
    transform: translateY(-22px) scale(0.82);
    color: #b38a4d;
    font-weight: 600;
}

/* Interactive Line Hover effect rules */
.input-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #b38a4d;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.input-group input:focus ~ .input-line,
.input-group textarea:focus ~ .input-line,
.input-group select:focus ~ .input-line {
    width: 100%;
}

/* Native Dropdown Reset Modifications */
.input-group select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.input-group select:focus ~ .select-arrow {
    transform: rotate(180deg);
}

/* Specific Field Utilities */
.full-width {
    grid-column: span 3;
}

.date-group input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(56%) sepia(24%) saturate(731%) fraction(12%) hue-rotate(11deg) brightness(91%) contrast(85%); /* Aligns default native UI icons to gold palette */
}

/* Bottom Footer Structure Row */
.form-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
    gap: 40px;
}

/* 2-Column Captcha System Container Layout block */
.captcha-wrapper {
    display: grid;
    grid-template-columns: 140px 100px; /* Two deliberate fixed data width columns */
    gap: 15px;
    align-items: flex-end;
}

.captcha-question-box {
    display: flex;
    flex-direction: column;
    background-color: #0e2233;
    padding: 10px 14px;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(14, 34, 51, 0.08);
}

.captcha-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a4d;
    margin-bottom: 4px;
}

.captcha-equation {
    /*font-family: 'Times New Roman', serif;*/
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.captcha-input-group input {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.captcha-input-group label {
    left: 0;
    width: 100%;
    text-align: center;
}

/* Premium Action Interface Buttons */
.submit-wrapper {
    flex-grow: 1;
    max-width: 320px;
}

.premium-submit-btn {
    width: 100%;
    background-color: #b38a4d;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(179, 138, 77, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.premium-submit-btn:hover {
    background-color: #0e2233;
    box-shadow: 0 6px 20px rgba(14, 34, 51, 0.25);
}

.premium-submit-btn:active {
    transform: scale(0.98);
}

.btn-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.premium-submit-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* --- Responsive Interface Breakpoints --- */

/* Medium Devices (Tablets) Layout Override Rules */
@media screen and (max-width: 1024px) {
    .form-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
    
    .full-width {
        grid-column: span 2;
    }
}

/* Compact Displays (Mobile Handsets) Layout Override Rules */
@media screen and (max-width: 768px) {
    .premium-form-section {
        padding: 60px 20px;
    }

    .form-main-title {
        font-size: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 35px 0;
    }

    .full-width {
        grid-column: span 1;
    }

    .form-footer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .captcha-wrapper {
        width: 100%;
        grid-template-columns: 140px 1fr; /* Input container fluidly expands to full mobile availability width */
    }

    .submit-wrapper {
        max-width: 100%;
        width: 100%;
    }
}
/* Inline Field Error States */
.input-group.has-error input,
.input-group.has-error select,
.input-group.has-error textarea {
    border-bottom-color: #d9534f !important; /* Premium crimson error border */
}

.input-group.has-error label {
    color: #d9534f !important;
}

.error-message-text {
    position: absolute;
    left: 4px;
    bottom: -18px;
    font-size: 11px;
    color: #d9534f;
    font-weight: 500;
    animation: fadeInError 0.3s ease forward;
}

@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-3px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Premium Toast Overlay Notifications */
.form-toast-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(14, 34, 51, 0.15);
    border-radius: 4px;
    padding: 16px 24px;
    z-index: 10000;
    max-width: 400px;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}

.form-toast-notification.reveal {
    transform: translateY(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.toast-success { border-left: 4px solid #b38a4d; } /* Custom brand-matching gold tint */
.toast-success .toast-icon { background: rgba(179, 138, 77, 0.1); color: #b38a4d; }
.toast-success .toast-text { color: #0e2233; font-weight: 500; font-size: 14px; }

.toast-error { border-left: 4px solid #d9534f; }
.toast-error .toast-icon { background: rgba(217, 83, 79, 0.1); color: #d9534f; }
.toast-error .toast-text { color: #0e2233; font-weight: 500; font-size: 14px; }

/* Responsive Toast settings for Mobile */
@media screen and (max-width: 600px) {
    .form-toast-notification {
        left: 20px;
        right: 20px;
        bottom: 20px;
        max-width: none;
    }
}

/* Removes native spinning step controls on standard desktop browsers for number fields */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield; /* Hides arrows on Firefox */
}
/* Custom Date Input formatting for USA layout display */
.date-group input[type="date"] {
    position: relative;
}

/* Before a date is chosen, show a clean US placeholder string */
.date-group input[type="date"]:not(:focus):blank::before {
    content: attr(data-placeholder);
    color: #888888;
    width: 100%;
}

/* Once a date is chosen, overlay our custom MM/DD/YYYY formatted string */
.date-group input[type="date"]::before {
    content: attr(data-date);
    position: absolute;
    left: 4px;
    top: 12px;
    background-color: #fdfcfb; /* Matches your section background color to cleanly cover native text */
    width: calc(100% - 30px);
    height: 24px;
    color: #0e2233; /* Brand Navy */
    font-size: 15px;
    display: block;
    pointer-events: none;
}

/* Ensure calendar trigger icon sits neatly on top of the overlay */
.date-group input[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Update your date group input to feel instantly interactive */
.date-group input[type="date"] {
    position: relative;
    cursor: pointer; /* Changes mouse to pointer finger layout anywhere inside the box */
}

.date-group input[type="date"]::before {
    /* Keep your existing styles here, but add this line: */
    pointer-events: none; /* Ensures the US layout text doesn't absorb the user click */
}

.date-group {
    position: relative;
    cursor: pointer;
}

/* Make the visual text overlay look premium */
.date-display-overlay {
    position: absolute;
    left: 4px;
    bottom: 12px;
    color: #888888; /* Elegant placeholder gray */
    font-size: 15px;
    font-family: inherit;
    pointer-events: none; /* Let clicks pass right through to the invisible input */
    z-index: 1;
    transition: color 0.3s ease;
}

/* Light up the text color to your brand navy when a real date is selected */
.date-group.has-value .date-display-overlay {
    color: #0e2233; /* Brand Navy */
}

/* THE INVISIBLE TRICK: Make the native input take full space but completely transparent */
.date-group input[type="date"] {
    position: relative;
    z-index: 2; /* Sits on top to capture clicks instantly on iOS & Android */
    opacity: 0; /* Completely hidden from view */
    cursor: pointer;
    height: 45px; /* Ensures full height hit box area */
}

/* Style our custom premium calendar icon */
.custom-calendar-icon {
    position: absolute;
    right: 4px;
    bottom: 12px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 1;
}

/* Force float the label nicely above the custom box layout */
.date-group input[type="date"]:focus ~ label,
.date-group.has-value label {
    transform: translateY(-22px) scale(0.82);
    color: #b38a4d;
    font-weight: 600;
}
/*Contact section*/