/* footer */
:root{
--footer-bg-font-color:#fff;
   --footer-bg-dark-1:#000;
}

/* ================================================== */

footer {
  color: var(--footer-bg-font-color);
  background: var(--footer-bg-dark-1); 
  padding: 100px 0 0 0;
}

footer.footer-light {
  background: #ffffff;
}

footer.footer-light a {
  color: #5d6371;
}

footer p {
  line-height: 1.8em;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-brand-logo {
  display: block;
  width: 110px;
  height: auto;
}

.dark-scheme footer a {
  /* color: var(--dark-body-font-color); */
  color: #000000;
}

footer.footer-black {
  background: #222222;
}

footer h5,
.de_light footer h5 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

footer a {
  color: var(--dark-body-font-color);
  text-decoration: none !important;
}

.de-navbar-left footer {
  padding: 70px 70px 0 70px;
}

.subfooter {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, .1);
  padding: 20px 0 20px 0;
}

.footer-light .subfooter {
  border-top: solid 1px rgba(0, 0, 0, .1);
}

.de-navbar-left .subfooter {
  background: none;
}

header.side-header {
  border-bottom: none;
  margin: 0;
}

header.side-header .social-icons-2 {
  margin: 0 auto;
  margin-top: 50px;
  float: none;
  text-align: center;
}

header.side-header .social-icons-2 a {
  display: inline-block;
  margin: 0 2px 0 2px;
  background: #555;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  opacity: .2;
}

.de_light header.side-header .social-icons-2 a {
  background: #fff;
  color: #333;
}

header.side-header .social-icons-2 a:hover {
  opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
  background: rgba(var(--primary-color-rgb), .1);
}

header.header-light-transparent {
  background: rgba(255, 255, 255, .5);
}

header.header-solid.header-light #mainmenu>li>a {
  color: #555;
}

header.header-solid.header-light .info {
  background: #eee;
  color: #555;
}

header.header-solid.header-light .info .social i {
  color: #222;
}

header.header-solid {
  background: #fff;
}

header.smaller.header-dark {
  background: #222222;
  border: none;
}

header.smaller.header-dark #mainmenu a {
  color: #fff;
}

header.s2 {
  background: #ffffff !important;
  border-bottom: solid 1px var(--bg-dark-3);
  top: 0;
}

header.s2 #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.side-layout header.smaller.header-dark #mainmenu>li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.side-layout header.smaller.header-dark #mainmenu>li:last-child {
  border-bottom: none;
}

header.header-mobile {
  position: fixed !important;
  background: var(--title-font-color);
  top: 0;
  padding-bottom: 10px;
}

header.header-mobile.logo-center {
  padding: 10px 0;
}


header.header-mobile .container {
  max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.dark-scheme header.header-mobile {
  background: #e9fb62;
  /* background: var(--bg-dark-1); */
}

header.header-mobile.has-topbar .header-row,
header.header-mobile.has-topbar .header-col {
  margin-top: 10px;
}

header.header-mobile nav {
  float: none;
}

header.header-mobile .logo {
  display: none;
}

header.header-mobile .btn-rsvp {
  padding-top: 40px;
  height: 90px;
}

header.header-mobile .logo-2 {
  display: inline-block;
}

header.header-mobile.header-light {
  background: #fff;
}

header.header-mobile #mainmenu ul {
  padding: 0;
}

header.header-solid.header-light {
  background: #fff;
}

header.header-light .logo {
  display: none;
}

header.header-light .logo-2 {
  display: inline-block;
}

/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: #e9fb62;
  /* background: var(--bg-dark-1); */
}

#topbar.topbar-dark {
  background: rgba(34, 34, 34, .2);
}

#topbar a i{
  color:#2e2b2b;
}

#topbar a {
  /* color: var(--dark-body-font-color); */
  color: rgb(14 13 13 / 75%);
  text-decoration: none;
}

#topbar.text-light a {
  color: #ffffff;
}

.topbar-left,
.topbar-right {
  display: flex;
}

.topbar-right {
  float: right;
}

.topbar-solid {
  background: #ffffff;
}

.tb-light {
  background: #ffffff;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-right span:last-child {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

/* topbar left content */
.topbar-left {
  float: left;
}

#topbar:not(.topbar-noborder) .topbar-left .topbar-widget {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-left .topbar-widget {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-left span:first-child {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left .topbar-widget {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.h-phone {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 16px;
  margin-right: 20px;
  line-height: 1.3em;
}

.h-phone span {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
}

header.header-light .h-phone span{
  color: var(--body-font-color);
}


.h-phone i {
  display: inline-block;
  font-size: 32px;
  left: 0;
  top: 12px
}

.menu_side_area .btn-line{
  display: inline-block;
}

/* topbar widget */
.topbar-widget {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 4px 40px 8px 0;
  color:rgba(255, 255, 255, .5);
}

.topbar-widget.widget-text {
  padding-top: 6px;
  line-height: 1em;
}

.topbar-widget i {
  font-size: 16px;
  margin-top: 12px;
  margin-right: 10px;
}

.h-sub .topbar-widget {
  padding: 12px;
}

.topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.topbar-widget.tb-phone:before {
  content: "\f095";
}

.topbar-widget.tb-email:before {
  content: "\f003";
}

.topbar-widget.tb-opening-hours:before {
  content: "\f017";
}

.topbar-widget.tb-social {
  padding: 0;
}

.topbar-widget.tb-social a {
  font-size: 14px;
  display: flex;
  padding: 5px;
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}

.topbar-widget a span {
  font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .topbar-widget.tb-social a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light .topbar-widget.tb-social a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget.tb-social a:first-child {
  border: none;
}

/* topbar end here */

#de-sidebar {
  padding: 0px;
}

/* ================================================== */


/* ===============================
   FOOTER CONTACT UI IMPROVEMENT
=============================== */

/* ===============================
   FOOTER CONTACT ALIGNMENT FIX
=============================== */

.contact-widget {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-item {
    display: flex;
    align-items: center;          /* 🔥 FIXED */
    gap: 14px;
}

.contact-item i {
    font-size: 18px;
    width: 22px;                  /* equal icon width */
    text-align: center;
    color: var(--footer-bg-text-color);
    flex-shrink: 0;               /* prevents shifting */
}

.contact-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
    color: var(--footer-bg-text-color);
}

.contact-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--footer-bg-text-color);
}

.contact-text a {
    color: var(--footer-bg-text-color);
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}
/* ============================================
   MISSION SECTION
   ============================================ */

.mission-intro {
    margin-bottom: var(--spacing-2xl);
}

.mission-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-lg);
    max-width: 800px;
}

.mission-cta {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text);
    font-weight: 600;
    margin-bottom: var(--spacing-lg);
    max-width: 800px;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

.mission-card {
    padding: var(--spacing-xl);
    background-color: var(--color-secondary);
    border-radius: 4px;
    transition: var(--transition);
}

.mission-card:hover {
    transform: translateY(-5px);
    background-color: #ececec;
}

.mission-icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--spacing-lg);
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon svg {
    width: 100%;
    height: 100%;
}

.mission-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    letter-spacing: 0.5px;
}

.mission-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-md);
}

.mission-card a {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-primary);
    transition: var(--transition);
}

.mission-card a:hover {
    color: var(--color-accent);
}
.section-mission {
    background-color: var(--quote-bg-color);
}
.section {
    padding: var(--spacing-2xl) 0;
}

@media (max-width: 768px) {
  .footer-brand-logo {
    width: 92px;
  }
}
