.hide {
   display: none !important;
}

/* Home hero — clear fixed header (replaces pt-165; only used on index) */
main .togo-hero-ptb.togo-hero-hight.ets-home-hero {
   padding-top: 12rem;
}

@media (min-width: 992px) {
   main .togo-hero-ptb.togo-hero-hight.ets-home-hero {
      padding-top: 15rem;
   }
}

@media (min-width: 1200px) {
   main .togo-hero-ptb.togo-hero-hight.ets-home-hero {
      padding-top: 17rem;
   }
}

/* Inner page hero (contact, services, popular tours, about) — clears fixed header */
main .ets-page-hero {
   width: 100%;
   margin: 0;
   box-sizing: border-box;
   padding: 12rem 0 2.75rem;
   background-color: #3a536e;
   background-image: linear-gradient(135deg, #3a536e 0%, #2d4156 55%, #243648 100%);
   color: #ffffff;
}

@media (min-width: 992px) {
   main .ets-page-hero {
      padding-top: 15rem;
   }
}

@media (min-width: 1200px) {
   main .ets-page-hero {
      padding-top: 17rem;
   }
}

@media (max-width: 767px) {
   main .ets-page-hero {
      padding-bottom: 2.25rem;
   }
}

main .ets-page-hero .ets-page-hero-inner {
   opacity: 1;
}

main .ets-page-hero .ets-page-hero-label {
   font-size: 0.75rem;
   font-weight: 600;
   letter-spacing: 0.12em;
   text-transform: uppercase;
   color: #f2b21a;
   margin-bottom: 0.5rem;
}

main .ets-page-hero .ets-page-hero-title.ff-playfair {
   font-size: clamp(2rem, 4vw, 2.75rem);
   line-height: 1.15;
   color: #ffffff;
   font-family: var(--togo-ff-playfair, "Playfair Display", serif);
   margin-bottom: 0;
}

main .ets-page-hero .ets-page-hero-lead {
   font-size: 1.05rem;
   line-height: 1.55;
   max-width: 640px;
   color: rgba(255, 255, 255, 0.95);
}

/* Contact page — form */
.ets-contact-message {
   height: 200px !important;
   min-height: 160px;
}

.togo-contact-widget .d-flex a {
   color: var(--togo-common-black, #111);
   text-decoration: none;
}

.togo-contact-widget .d-flex a:hover {
   color: var(--togo-theme-primary, #3a536e);
}

.ets-contact-social-x svg {
   display: block;
}

/* Footer — four columns */
.ets-footer-compact {
   padding-top: 2.25rem;
   padding-bottom: 2rem;
   border-top: 1px solid var(--togo-gray-2, #eee);
   background: var(--togo-common-white, #fff);
}

.ets-footer-brand-link {
   display: inline-block;
   max-width: 100%;
}

.ets-footer-brand-link .ets-footer-logo {
   display: block;
   max-width: 240px;
   width: 100%;
   height: auto;
}

.ets-footer-heading {
   font-size: 0.72rem;
   font-weight: 600;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: var(--togo-theme-primary, #3a536e);
   margin-bottom: 0.85rem;
}

.ets-footer-menu {
   margin: 0;
   padding: 0;
}

.ets-footer-menu li {
   margin-bottom: 0.45rem;
}

.ets-footer-menu li:last-child {
   margin-bottom: 0;
}

.ets-footer-menu a,
.ets-footer-contact a {
   color: var(--togo-text-body, #333);
   text-decoration: none;
   font-size: 14px;
   font-weight: 500;
}

.ets-footer-menu a:hover,
.ets-footer-contact a:hover {
   color: var(--togo-theme-primary, #3a536e);
}

.ets-footer-contact {
   font-size: 14px;
   color: var(--togo-text-body, #555);
}

.ets-footer-contact-line + .ets-footer-contact-line {
   margin-top: 0.35rem;
}

.ets-footer-contact-more {
   font-size: 13px;
   font-weight: 500;
}

.ets-footer-social {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   align-items: center;
}

.ets-footer-social a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: var(--togo-common-black, #111);
}

.ets-footer-social a span {
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.ets-footer-social svg {
   display: block;
}

.ets-footer-social a:hover {
   color: var(--togo-theme-primary, #3a536e);
}

.ets-footer-copy {
   font-size: 12px;
   color: #777;
   line-height: 1.45;
}

@media (min-width: 1200px) {
   .ets-footer-compact .ets-footer-social {
      justify-content: flex-start;
   }
}
