.custom-logo-link {
    max-width: 400px;
} 

.navbar-toggler {
    background: none!important;
    border: 0!important;
}

h1, h2, h3 {
    font-family: "halyard-display", sans-serif!important;
    font-weight: 500!important;
    font-style: normal!important;
}

#wrapper-navbar {
    padding-top: 30px;
}

body {
    font-family: "dm-sans", sans-serif!important;
    font-weight: 400;
    font-style: normal;
    background: #E2E2E2;
}

/* Custom dropdown arrow for main menu */
.navbar-nav .dropdown-toggle::after {
    display: none; /* Hide the default Bootstrap arrow */
}
 
body .elementor-button, body .submit-btn {
        font-family: "halyard-display", sans-serif!important;
 }

.navbar-nav .dropdown-toggle {
    position: relative;
}

/* Alternative method using mask for better control over color */
.navbar-nav .dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-left: 8px;
    background-color: #0000DF;
    mask-image: url(./svg/downarrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
}

.navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.navbar-nav li {
    margin-left: 25px;
}

/* Hover state for dropdown arrow */
.navbar-nav .dropdown-toggle:hover::after {
    opacity: 0.8;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

/* Active/open dropdown state */
.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

/* Bootstrap Container Width Override - Max 1320px */

/* Override default Bootstrap container max-width */
.container {
    max-width: 1320px !important;
}

/* Footer Styles */
#wrapper-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 0;
  margin-top: auto;
}

.site-footer {
  padding: 60px 0 20px;
}

.footer-content {
  margin: 0 auto;
  padding: 0 15px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
}

.footer-column h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #ffffff;
  line-height: 1.2;
}

.footer-column p {
    margin: 0 0 10px 0;
    line-height: 1.6;
    color: #c3bebe;
    font-size: 18px;
}

/* Office Column */
.office-info p {
  margin-bottom: 25px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon a:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

/* Working Hours Column */
.hours-info p {
  margin-bottom: 8px;
  font-size: 18px;
}

/* Links Column */
.links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.links-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-grid li {
  margin-bottom: 12px;
}

.links-grid a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.links-grid a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* Copyright */
.footer-copyright {
  border-top: 1px solid #333333;
  padding-top: 30px;
  text-align: left;
}

.footer-copyright p {
  margin: 0;
  font-size: 16px;
  color: #cccccc;
}
/* Contact Form Styles */
.contact-form-container {
    max-width: 1725px;
    margin: 0 auto;
    padding: 100px 15px;
}

.contact-form-container h2 {
    font-size: 48px!important;
    font-weight: 700;
    color: #000000;
    margin: 0 0 60px 0;
    line-height: 1.1;
}

/* Form Layout */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.form-row.full-width {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
}

.form-field {
    position: relative;
}

/* Input Wrapper with Icon */
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
        margin-bottom: -15px;
}

.field-icon {
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    color: #666666;
    z-index: 2;
    pointer-events: none;
}

.textarea-wrapper .field-icon {
    top: 20px;
    transform: none;
}

/* Form Inputs */
.form-input,
.form-textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 20px 20px 20px 50px!important;
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
    background: transparent !important;
    font-size: 18px!important;
    color: #000000;
    border-radius: 0!important;
    transition: border-color 0.3s ease;
    outline: none;
    font-family: inherit;
    box-shadow: none !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999999;
    font-size: 18px!important;
}

.form-input:focus,
.form-textarea:focus {
    border-bottom-color: #2c5ce6;
}

.form-input:focus + .field-icon,
.form-textarea:focus + .field-icon {
    color: #2c5ce6;
}

/* Textarea Specific */
.form-textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 20px;
    line-height: 1.5;
}

.privacy-checkbox p {
 display: flex;
 align-items: center;
}

.privacy-checkbox .wpcf7-list-item {
    margin-right: 15px;
}

/* Form Footer */
.form-footer {
    display: flex;
    justify-content: unset;
    align-items: center;
}

/* Privacy Checkbox */
.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.privacy-input {
    width: 18px;
    height: 18px;
    border: 2px solid #cccccc;
    background: transparent;
    cursor: pointer;
}

.privacy-checkbox label {
    color: #999999;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
}

.privacy-checkbox a {
    color: #999999;
    text-decoration: underline;
}

.privacy-checkbox a:hover {
    color: #666666;
}

/* Submit Button */
.submit-btn {
    background: #2c5ce6;
    color: white;
    padding: 15px 75px !important;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.submit-btn:hover {
    background: #1a4acc;
    transform: translateY(-1px);
}

.submit-btn::before {
    content: "✈";
    font-size: 16px;
}

.wpcf7 {
    max-width: 100%;
    margin: 0 auto !important;
    background: white;
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 18px;
    margin-top: 5px;
    display: block;
    position: absolute;
    min-width: 200px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-bottom: 0!important;
}

.wpcf7-validation-errors {
    background: #fee;
    border: 1px solid #e74c3c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    color: #e74c3c;
}

/* Success Message */
.wpcf7-mail-sent-ok {
    background: #e8f5e8;
    border: 1px solid #27ae60;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    color: #27ae60;
}

/* Loading State */
.wpcf7-spinner {
    margin-left: 0px;
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    left: 50%;
}

.submit-wrapper p {
    position: relative;
}

/* Single Page Template Styles */
.single-page-article {
    background-color: none;
    /* min-height: 100vh; */
}

.single-page-wrapper .page-content-section {
    max-width: 1000px;
    margin: auto;
}

/* Page Header */
.page-header {
    background-color: none;
    padding: 60px 0 40px;
    text-align: center;
}

.page-title-wrapper {
    position: relative;
    display: inline-block;
}

.page-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

/* Arrow Animation */
.arrow-down {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    animation: bounce 2s infinite;
}

.arrow-down svg {
    color: #0000DF;
    width: 32px;
    height: 32px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Featured Image Section */
.featured-image-section {
    margin-bottom: 60px;
    position: relative;
}

.featured-image-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-image {
    width: 100%;
    height: auto;
}

/* Blue Overlay Text Box */
.image-overlay-text {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #0000DF;
    color: white;
    padding: 20px 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 375px;
}

/* Content Section */
.page-content-section {
    background: none;
    padding: 25px 0;
}

.entry-content {
    /* max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; */
}

.entry-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 30px;
    font-family: "dm-sans", sans-serif!important;
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
        font-family: "dm-sans", sans-serif!important;
}

.page-content-section p {
    font-size: 22px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 30px;
    font-family: "dm-sans", sans-serif!important;
}

.page-content-section ul li {
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 15px;
    font-family: "dm-sans", sans-serif!important;
}

.page-content-section ul li::marker {
    color: #0000DF;
}

.page-content-section ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.page-content-section strong {
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 30px;
    font-family: "dm-sans", sans-serif!important;
}

.entry-content h2,
.entry-content h3 {
    color: #000000;
    font-weight: 600;
    margin: 15px 0 15px 0;
    line-height: 1.3;
}

.entry-content h2 {
    font-size: 36px;
}

.entry-content h3 {
    font-size: 28px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .image-overlay-text {
        bottom: 20px;
        right: 20px;
        padding: 15px 20px;
        font-size: 20px;
        max-width: 300px;
    }
}

/* ========================================
   BEAUTIFUL DROPDOWN HOVER STYLES
   ======================================== */

/* Enhanced dropdown menu styling */
.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 0;
    margin-top: 0px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    min-width: 240px;
    
    /* Smooth entrance animation */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0ms;
}

/* Show state with beautiful animation */
.navbar-nav .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition-delay: 0ms;
}

.navbar-nav .dropdown.show .dropdown-menu li {
    margin-left: 0;
}

/* Dropdown items with enhanced styling */
.navbar-nav .dropdown-item {
    padding: 12px 12px;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Beautiful hover effect for dropdown items */
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background: #0000ff;
    color: #ffffff;
    border-left-color: #ffffff;
    transform: translateX(0px);
    /* box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); */
}

/* Active dropdown item */
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item.active {
    background: #0000ff;
    color: #ffffff;
    border-left-color: #ffffff;
}

/* Dropdown toggle hover effect */
.navbar-nav .dropdown-toggle:hover {
    color: #0000ff !important;
    transition: color 0.2s ease;
}

/* Add subtle arrow animation */
.navbar-nav .dropdown-toggle::after {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 8px;
}

.navbar-nav .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Desktop-only hover effects */
@media (min-width: 992px) {
    /* Smooth dropdown appearance on hover */
    .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
    
    /* Enhance the navbar link hover */
    .navbar-nav .nav-link:hover {
        color: #667eea !important;
        transform: translateY(-1px);
        transition: all 0.2s ease;
    }
}

/* Loading animation for dropdown items */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for dropdown items */
.navbar-nav .dropdown.show .dropdown-item {
    animation: slideInUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 25px 30px;
    font-size: 18px;
}

.navbar-nav .dropdown.show .dropdown-item:nth-child(1) { animation-delay: 0ms; }
.navbar-nav .dropdown.show .dropdown-item:nth-child(2) { animation-delay: 50ms; }
.navbar-nav .dropdown.show .dropdown-item:nth-child(3) { animation-delay: 100ms; }
.navbar-nav .dropdown.show .dropdown-item:nth-child(4) { animation-delay: 150ms; }
.navbar-nav .dropdown.show .dropdown-item:nth-child(5) { animation-delay: 200ms; }

/* Modern glassmorphism effect (optional) */
.navbar-nav .dropdown-menu.glass-effect {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .navbar-nav .dropdown-menu {
        background: #1f2937;
        border: 1px solid #374151;
    }
    
    .navbar-nav .dropdown-item {
        color: #f9fafb;
    }
    
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #ffffff;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .navbar-nav .dropdown-menu {
        border: 2px solid #000000;
        box-shadow: none;
    }
    
    .navbar-nav .dropdown-item {
        border-bottom: 1px solid #e5e7eb;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .navbar-nav .dropdown-menu,
    .navbar-nav .dropdown-item,
    .navbar-nav .dropdown-toggle::after,
    .navbar-nav .nav-link {
        transition: none;
        animation: none;
    }
}

.btn-close {
background-color: white !important;
}

/* Mobile-specific styles */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;

        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    #wrapper-navbar {
        padding-top: 0;
    }

    .navbar-nav .nav-link {
        padding: 15px 0px;
    }

    #main-menu {
        padding-right: 0!Important;
    }

    #main-menu li {
        margin-left: 0;
    }
    
    .navbar-nav .dropdown-item {
        color: inherit;
        padding: 15px 15px;
        font-size: 16px;
        margin: 0;
    }

    .navbar-nav .dropdown-menu li {
        margin: 0;
    }
    
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        background-color: rgba(0, 0, 0, 0.1);
        color: inherit;
        transform: none;
        box-shadow: none;
        border-left-color: transparent;
    }
}

/* Focus states for accessibility */
.navbar-nav .dropdown-toggle:focus,
.navbar-nav .dropdown-item:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Smooth focus transition */
.navbar-nav .dropdown-item:focus {
    outline-color: #ffffff;
}

/* Optional: Add icons before dropdown items */
.navbar-nav .dropdown-item.with-icon {
    padding-left: 48px;
    position: relative;
}

.navbar-nav .dropdown-item.with-icon::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.navbar-nav .dropdown-item.with-icon:hover::before {
    opacity: 1;
}

/* Loading state (optional) */
.navbar-nav .dropdown-menu.loading {
    pointer-events: none;
}

.navbar-nav .dropdown-menu.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f3f4f6;
    border-top: 2px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 820px) {
    .page-header {
        padding: 40px 0 30px;
    }
    
    .page-title {
        font-size: 36px;
    }

    .input-wrapper {

    margin-bottom: -50px;
    }
    
    .featured-image-container {
        padding: 0 0px;
    }

    .featured-image-section {
        margin-bottom: 5px;
    }
    
    .image-overlay-text {
        position: static;
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
        display: none;
    }
    
    .page-content-section {
        padding: 25px 0;
    }
    
    .entry-content {
        /* padding: 0 15px; */
    }
    
    .entry-content p {
        font-size: 20px;
    }
    
    .entry-content h2 {
        font-size: 28px;
    }
    
    .entry-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 35px;
    }

    .page-content-section ul li {
        font-size: 20px;
    }
    
    .image-overlay-text {
        font-size: 18px;
        padding: 15px 20px;
    }
    
    .entry-content h2 {
        font-size: 24px;
    }
    
    .entry-content h3 {
        font-size: 20px;
    }

    .privacy-checkbox .wpcf7-list-item {
        margin: 0;
        margin-right: 15px;
    }
    .submit-wrapper {
        width: 100%;
    }

    .btn-outline-primary, .wpcf7 input[type=submit] {
        width: 100%;
    }
    .page-header {
        padding: 0px 0 0px;
    }
}

/* Responsive Design */
@media (max-width: 820px) {
    .contact-form-container {
        padding: 30px 25px;
    }
    
    .contact-form-container h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .form-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .submit-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-form-container h2 {
        font-size: 36px !important;
        margin-bottom: 30px;
    }
    
    .form-input,
    .form-textarea {
        padding: 15px 15px 15px 40px;
        font-size: 16px;
    }
    
    .form-input::placeholder,
    .form-textarea::placeholder {
        font-size: 16px;
    }
    
    .field-icon {
        width: 25px;
        height: 25px;
    }
    
    .submit-btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    .custom-logo-link {
        max-width: 260px;
        margin-right: 0;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-columns {
    gap: 60px;
  }
  
  .links-grid {
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .site-footer {
    padding: 40px 0 20px;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .footer-column h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  
  .links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .footer-copyright {
    padding-top: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 0 15px;
  }
  
  .site-footer {
    padding: 30px 0 15px;
  }
  
  .footer-column h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  
  .footer-column p,
  .links-grid a {
    font-size: 20px;
  }
  
  .footer-copyright p {
    font-size: 12px;
  }
}

/* Override Bootstrap's responsive breakpoints for container */
@media (min-width: 576px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1757px !important;
    }
}

/* Also override container-fluid if you want to limit its width */
/* .container-fluid {
    max-width: 1320px !important;
    margin: 0 auto;
} */
