:root {
  --sec-py: clamp(34px, 3.5vw + 11px, 77px);
  /* standard section top/bottom padding */
  --sec-py-lg: clamp(45px, 4.9vw + 11px, 105px);
  /* background/image feature sections */
  --sec-gap: clamp(22px, 2.8vw, 45px);
  /* hero -> content breathing room */
}

@media (min-width: 1200px) {
  .container {
    width: clamp(1200px, 80vw, 1600px);
  }
}

body,
p,
a,
li,
div,
span.svc-txt,
td,
th,
label,
input,
textarea,
select,
button,
blockquote,
figcaption,
small,
strong,
em,
table,
form,
.navbar,
.footer-main,
.widget_about p,
.top-header1 span {
  font-family: 'Libre Franklin', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-title,
.section-header h3,
.section-header h4,
.navbar-brand,
.svc-hero .svc-hero-title {
  font-family: 'Libre Baskerville', Georgia, serif !important;
}

.section-header h3,
.surprise-content h3 {
  font-size: 40px !important;
  max-width: 100%;
  overflow-wrap: break-word;
}

.section-header h3.blog-post-title {
  font-size: 20px !important;
}

.error-block h2 {
  font-size: 110px !important;
}

.svc-footer {
  position: relative;
  background: #0c0c0c;
  color: #d6d6d6;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.svc-footer a {
  color: #d6d6d6;
  text-decoration: none;
  transition: color .25s ease;
}

.svc-footer a:hover,
.svc-footer a:focus {
  color: #fca61b;
}

.svc-footer .svc-footer-top {
  padding: 70px 0 40px;
}

.svc-footer .svc-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.svc-footer .svc-fcol-brand .svc-footer-logo img {
  max-width: 200px;
  height: auto;
  filter: brightness(0) invert(1);
}

.svc-footer .svc-fcol-brand p {
  margin: 18px 0 20px;
  line-height: 1.7;
  color: #b7b7b7;
}

.svc-footer .svc-social {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-footer .svc-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.svc-footer .svc-social li a:hover {
  background: #fca61b;
  border-color: #fca61b;
}

.svc-footer .svc-social li img {
  width: 16px;
  height: 16px;
  opacity: .9;
}

.svc-footer .svc-widget-title {
  color: #fff;
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 12px;
}

.svc-footer .svc-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #fca61b;
}

.svc-footer ul.svc-flinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-footer ul.svc-flinks li {
  margin-bottom: 12px;
}

.svc-footer ul.svc-flinks li a::before {
  content: "\203A";
  display: inline-block;
  margin-right: 8px;
  color: #fca61b;
}

.svc-footer .svc-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-footer .svc-contact-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
  color: #b7b7b7;
}

.svc-footer .svc-contact-list li a {
  color: #b7b7b7;
}

.svc-footer .svc-contact-list li a:hover {
  color: #fca61b;
}

.svc-footer .svc-contact-list .svc-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(252, 166, 27, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fca61b;
}

.svc-footer .svc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 22px 0;
}

.svc-footer .svc-footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-footer .svc-footer-bottom p {
  margin: 0;
  color: #9c9c9c;
}

.top-header1 .top-social {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.top-header1 .top-social li {
  float: none !important;
  margin: 0 !important;
  display: flex;
}

.top-header1 .top-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  transition: background .25s ease, border-color .25s ease;
}

.top-header1 .top-social li a:hover {
  background: #fca61b;
  border-color: #fca61b;
}

.top-header1 .top-social li a img {
  width: 16px !important;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .top-header1 .top-social {
    justify-content: center;
    margin-top: 10px !important;
  }

  .top-header1 .top-social li a {
    width: 28px;
    height: 28px;
  }

  .top-header1 .top-social li a img {
    width: 13px !important;
    height: 13px;
  }
}

.svc-scrolltop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fca61b;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.svc-scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.svc-scrolltop svg {
  width: 18px;
  height: 18px;
}

.header_s {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 992px) {
  .header_s1 .ownavigation {
    position: relative;
  }
}

.header_s1 .ownavigation {
  background-color: #0c0c0c;
}

.top-header1 {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.navbar-toggle {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  padding: 10px 12px;
}

.navbar-toggle .icon-bar {
  background-color: #232323;
  width: 24px;
  transition: transform .25s ease, opacity .25s ease;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle:hover {
  border-color: #fca61b;
}

.navbar-toggle:hover .icon-bar {
  background-color: #fca61b;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 170px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #loginpanel {
    display: none;
  }
}

@media (max-width: 991px) {

  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    background: #0c0c0c;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
    border-top: 3px solid #fca61b;
  }

  .ownavigation .navbar-nav {
    margin: 0;
  }

  .ownavigation .navbar-nav>li {
    border-bottom: 1px solid rgba(127, 127, 127, .25);
  }

  .ownavigation .navbar-nav>li>a {
    padding: 14px 18px;
  }
}

/* Space for the fixed nav is now reserved by JS (see sticky_menu() in
   functions.js, which sets min-height on .header_s directly) instead of
   this fixed margin-top guess — that guess didn't account for the fixed
   nav staying glued to the viewport top as the page keeps scrolling, so
   content ended up scrolling underneath and being covered by it. */

.page-banner,
.hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.about-section .row>*,
.history-values-grid>*,
.latest-events-section .row>*,
.gallery-section .gallery-fitrow>*,
.contact-section .row>*,
.blog-grid>* {
  min-width: 0;
}

.svc-hero {
  margin-bottom: var(--sec-gap);
}

.about-section {
  margin: 0;
  padding: var(--sec-py) 0;
}

.about-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.history-values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sec-gap);
  padding: 0 15px;
}

@media (min-width: 992px) {
  .history-values-grid>.col-md-6 {
    flex: 0 0 calc(50% - (var(--sec-gap) / 2));
    max-width: calc(50% - (var(--sec-gap) / 2));
  }
}

.surprise-section,
.counter-section,
.testimonial-section {
  margin: 0;
  padding: var(--sec-py-lg) 0;
}

.services-section {
  margin: 0;
  padding: 0;
}

.creative-cards {
  padding: var(--sec-py) 0;
}

.creative-cards .container .row {
  justify-content: center;
}

.hero-section {
  padding: var(--sec-py) 0;
}

.latest-events-section {
  margin: 0;
  padding: var(--sec-py) 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .latest-events-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.about-section .about-img-block.p-100 {
  margin-top: 0;
}

/* Uniform image sizing: source photos vary wildly in native aspect ratio
   (1.5:1 down to 0.68:1), which made each about-section a different
   height. Crop every about-section image to the same 3:2 ratio (matching
   the original caterers.webp photo) so they render at a consistent size. */
.about-section .about-img-block img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Mobile-first stacking: image above content, regardless of source order
   (about-img-block/about-detail alternate sides per section for desktop). */
@media (max-width: 991px) {
  .about-section .about-img-block {
    order: -1;
  }
}

.page-banner {
  margin-top: 0;
  margin-bottom: 0;
  padding: var(--sec-py-lg) 0;
}

.gallery-section {
  margin: 0;
  padding: var(--sec-py-lg) 0;
}

.gallery-page {
  margin-top: 0;
}

.gallery-section .gallery-fitrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-section {
  margin: 0;
  padding: var(--sec-py) 0 0;
}

.contact-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-form,
.map-section {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-details {
  margin: 0;
  padding: var(--sec-py) 0;
}

.faq-section {
  padding-top: var(--sec-py);
  padding-bottom: var(--sec-py);
}

.blog-list-section {
  padding-top: var(--sec-py);
  padding-bottom: var(--sec-py);
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-detail-section {
  padding-top: var(--sec-py);
  padding-bottom: var(--sec-py);
}

.events-item .event-content p {
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-section .item>p {
  font-size: 16px;
  line-height: 1.6;
}

.events-item .event-content h4,
.counter-section .counter-box h6 {
  font-style: normal;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.creative-cards>.container>h4 {
  line-height: 1.6;
}

.hero-text h4,
.hero-text h2,
.article-header h1,
h1.main-title,
.article-content h3,
h2.section-title {
  line-height: 1.4;
}

.values,
.faq-section h1 {
  line-height: 1.3;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe,
video,
embed,
object {
  max-width: 100%;
}

.svc-footer .svc-footer-grid {
  max-width: 100%;
}

@media (max-width: 991px) {
  .svc-footer .svc-footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }
}

@media (max-width: 767px) {
  .svc-footer .svc-footer-top {
    padding: 46px 0 28px;
  }

  .svc-footer .svc-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .svc-footer .svc-footer-bottom .container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .svc-scrolltop {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .svc-footer .svc-fcol-brand .svc-footer-logo img {
    max-width: 160px;
  }
}