:root {
	--lqd-container-width: 1270px;
	--lqd-container-width-sm: 750px;
	--lqd-container-width-md: 970px;
	--lqd-row-gutter-y: 0;
	--lqd-row-gutter-x: 30px;
	/*  */
	--lqd-color-primary: #f40460;
	--lqd-color-secondary: #5b7bfb;
	--lqd-color-gradient-start: #ed6a04;
	--lqd-color-gradient-stop: #ed6a04;
	--lqd-badge-color: var(--lqd-color-red-400);
	--lqd-color-blue-300: #5b7bfb;
	--lqd-color-blue-400: #006dff;
	--lqd-color-blue-600: #003179;
	--lqd-color-blue-700: #002352;
	--lqd-color-blue-800: #001634;
	--lqd-color-gray-200: #f4f4f4;
	--lqd-color-gray-400: #7e8085;
	--lqd-color-gray-900: #27292c;
	--lqd-color-green-500: #00937e;
	--lqd-color-orange-100: rgb(237 106 4 / 5%);
	--lqd-color-orange-500: #ed6b03;
	--lqd-color-red-400: #fd7171;
	--lqd-color-slate-100: rgba(0,22,52,0.703);
	--lqd-color-slate-200: #f8f8fd;
	--lqd-color-slate-300: #50596c;
	--lqd-color-purple-500: #5b44ff;
	--lqd-color-zinc-900: #191919;
	/*  */
	--lqd-body-font-family: 'Be Vietnam Pro', sans-serif;
	--lqd-body-font-weight: 400;
	--lqd-body-line-height: 1.5em;
	--lqd-body-letter-spacing: 0.01em;
	--lqd-body-font-size: 16px;
	--lqd-body-color: #878b91;
	--lqd-body-text-color: var(--lqd-body-color);
	/*  */
	--lqd-heading-font-family: var(--lqd-body-font-family);
	--lqd-heading-font-weight: 700;
	--lqd-h1-line-height: 1.15em;
	--lqd-h1-font-size: 52px;
	--lqd-heading-color: #181b31;
	--lqd-heading-line-height: 1.2em;
	--lqd-h2-letter-spacing: -0.0125em;
	--lqd-h2-font-size: 42px;
	--lqd-h3-font-size: 34px;
	--lqd-h4-font-size: 30px;
	--lqd-h5-font-size: 25px;
	--lqd-h6-font-weight: 600;
	--lqd-h6-letter-spacing: 0.1em;
	--lqd-h6-font-size: 12px;
	--lqd-h6-text-transform: uppercase;
	--lqd-h6-color: #ed6a04;
	/*  */
	--lqd-cc-active-bw: 1px;
}

/* Main Header */
.main-header .header-desktop .main-nav{
  --lqd-menu-items-top-padding: 3px;
  --lqd-menu-items-right-padding: 20px;
  --lqd-menu-items-bottom-padding: 3px;
  --lqd-menu-items-left-padding: 20px;
}
@media (max-width: 1199px) {
	.main-header .main-nav li a {
		font-size: 12px;
	}
	.main-header .header-desktop .main-nav {
		--lqd-menu-items-right-padding: 10px;
		--lqd-menu-items-left-padding: 10px;
	}
}

/* Stickybar Left */
.main-header .lqd-stickybar-left .module-btn:hover .btn-icon {
	background: #ef4557;
}

/* ***** Main Footer ***** */
.main-footer .module-bg {
	background-position: 50% 100px;
}

.main-footer .module-icon-bg-1,
.main-footer .module-icon-bg-5 {
	background-color: rgba(112, 112, 112, 0.2);
}

.main-footer .module-icon-bg-2,
.main-footer .module-icon-bg-4 {
	background-color: rgba(112, 112, 112, 0.5);
}

.main-footer .module-icon-bg-3 {
	background-color: #707070;
}

@media (max-width: 1199px) {
	.main-footer .module-bg {
		padding: 70px 40px 50px 40px;
	}

	.main-footer .footer-info {
		padding-top: 20px;
	}

	.footer-content .module-last {
		margin-top: 50px;
	}

	.footer-menu .module-last {
		margin-top: 30px;
	}

	.footer-info .module-social,
	.footer-info .module-copyright {
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.main-footer .module-bg {
		padding: 40px 20px;
	}

	.footer-menu .module-third,
	.footer-menu .module-last {
		margin-top: 20px;
	}
}

@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.bounce-animation {
  animation: bounceUpDown 2s ease-in-out infinite;
}

@media (min-width: 992px) {
  .mt-lg-minus-100 {
    margin-top: -90px !important;
  }
}

.custom-legal-links a:hover {
  color: #330c61; /* Your desired hover color */
  text-decoration: underline;
}



/* Custom file upload styling */
.custom-file-upload {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.custom-file-upload:hover,
.custom-file-upload:focus {
    border-bottom-color: #000;
}

.custom-file-upload .file-label {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    margin-bottom: 5px;
}

.custom-file-upload .file-status {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.file-types-note {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    line-height: 1.3em;
}

/* Dropdown styling */
.dropdown {
    position: relative;
    width: 100%;
}

.dropdown__skeleton {
    display: flex;
    align-items: center;
    width: 100%;
}

.dropdown__selected {
    width: 100%;
    padding: 10px 24px 10px 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: border-color 0.3s ease;
    position: relative;
    z-index: 2;
}

.dropdown__selected:hover,
.dropdown__selected:focus {
    border-bottom-color: #000;
    outline: none;
}

.dropdown__arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.dropdown.open .dropdown__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown__options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown.open .dropdown__options {
    display: block;
}

.dropdown__option {
    padding: 10px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dropdown__option:hover {
    background-color: #f5f5f5;
}

/* Ensure underlined style for the form */
.lqd-contact-form-inputs-underlined .custom-file-upload,
.lqd-contact-form-inputs-underlined .dropdown__selected {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lqd-contact-form-inputs-underlined .custom-file-upload:focus-within,
.lqd-contact-form-inputs-underlined .dropdown__selected:focus {
    border-bottom-color: #000;
}

/* Form field styling */
.lqd-contact-form input[type="text"],
.lqd-contact-form input[type="email"],
.lqd-contact-form input[type="tel"],
.lqd-contact-form input[type="url"],
.lqd-contact-form textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border-color 0.3s ease;
}

.lqd-contact-form input[type="text"]:focus,
.lqd-contact-form input[type="email"]:focus,
.lqd-contact-form input[type="tel"]:focus,
.lqd-contact-form input[type="url"]:focus,
.lqd-contact-form textarea:focus {
    outline: none;
    border-bottom-color: #000;
}

.lqd-contact-form input[type="text"]::placeholder,
.lqd-contact-form input[type="email"]::placeholder,
.lqd-contact-form input[type="tel"]::placeholder,
.lqd-contact-form input[type="url"]::placeholder,
.lqd-contact-form textarea::placeholder {
    color: #999;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .custom-file-upload,
    .dropdown__selected {
        padding: 8px 24px 8px 0;
    }
    
    .dropdown__options {
        width: calc(100% - 30px);
    }
    
    .dropdown__option {
        padding: 8px;
        font-size: 12px;
    }
    
    .file-types-note {
        font-size: 10px;
    }
}

/* Additional form styling for better UX */
.lqd-contact-form .row {
    margin-left: -15px;
    margin-right: -15px;
}

.lqd-contact-form .col {
    padding-left: 15px;
    padding-right: 15px;
}

.lqd-contact-form-button-block input[type="submit"] {
    width: 100%;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lqd-contact-form-button-block input[type="submit"]:hover {
    opacity: 0.9;
}

/* Error states */
.dropdown__selected.error,
.custom-file-upload.error,
input.error,
textarea.error {
    border-bottom-color: #dc3545 !important;
}

.error-message {
    color: #dc3545;
    font-size: 11px;
    margin-top: 5px;
    display: none;
}

.error-message.show {
    display: block;
}


#toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

.toast {
	background-color: #333;
	color: #fff;
	padding: 12px 20px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	margin-bottom: 12px;
	font-size: 14px;
	opacity: 0.95;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.toast.success {
	background-color: #28a745;
}

.toast.error {
	background-color: #dc3545;
}

.toast.fadeout {
	opacity: 0;
	transform: translateX(100%);
}

.custom-file-upload.error {
	border-bottom: 2px solid #dc3545 !important;
}

.error-message {
	color: #dc3545;
	font-size: 11px;
	margin-top: 5px;
	display: none;
}

.error-message.show {
	display: block;
}

.dropdown__selected.error {
	border-bottom: 2px solid #dc3545 !important;
}


  #toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .toast {
    padding: 12px 18px;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease;
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .toast.success {
    background-color: #28a745;
  }

  .toast.error {
    background-color: #dc3545;
  }

  .toast.fadeout {
    opacity: 0;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

