#wrapper .container,
#wrapper .row {
  max-width: 1280px;
}

/* Homepage */
#wrapper .home-banner-content-box {
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  border-radius: 20px;
}
#wrapper .home-banner-content-box .col {
  padding: 20px;
}
#wrapper .home-banner-content-box .col:first-child,
#wrapper .home-banner-content-box .col:nth-child(2) {
  border-bottom: 1px dashed #aa7e3d;
}
#wrapper .home-banner-content-box .col:first-child,
#wrapper .home-banner-content-box .col:nth-child(3) {
  border-right: 1px dashed #aa7e3d;
}
#wrapper .home-banner-content-box h3 {
  margin: 0;
  width: max-content;
}
#wrapper .home-banner-content-box .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper .home-banner-content-box .icon-box-text {
  width: max-content;
  flex: unset;
}
#wrapper .home-banner-content-box .text {
  width: max-content;
}
#wrapper .home-banner-sec .flickity-page-dots {
  bottom: 100px;
}
#wrapper .home-sec-3 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 150px;
}
#wrapper .home-sec-3 .home-sec-img-top {
  position: absolute;
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .heading-section h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

#wrapper .desc-section p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

#wrapper .home-sec-2 .icon-box-img img {
  border-radius: 10px;
  height: 150px;
  object-fit: cover;
}

#wrapper .home-sec-7 {
  position: relative;
}
#wrapper .home-sec-7 .home-sec-7-bg-right {
  position: absolute;
  right: 0;
  top: 170px;
  width: 400px;
  max-width: 50%;
}
#wrapper .home-sec-13 {
  position: relative;
}
#wrapper .home-sec-13 .home-sec-13-bg-left {
  position: absolute;
  left: 0;
  top: 200px;
  border-radius: 50%;
  width: 250px;
  max-width: 50%;
  overflow: hidden;
}
#wrapper .home-sec-13 .home-sec-13-bg-right {
  position: absolute;
  right: 0;
  bottom: 200px;
  border-radius: 50%;
  width: 250px;
  max-width: 50%;
  overflow: hidden;
}
#wrapper .home-sec-13 .home-sec-13-content-inner {
  max-width: 800px;
  margin: 0 auto;
}
/* =============================================================================
   Floating Contact Widget
   File: /wp-content/themes/flatsome-child/assets/css/global.css
   ============================================================================= */

.floating-contact {
    position  : fixed;
    left: 20px;
    bottom: 20px;
    transform : translateY(-50%);
    z-index   : 9999;
    display   : flex;
    flex-direction: column;
    gap       : 10px;
    background: rgba(255,255,255,0.65);
    border-radius: 50px;
    padding   : 12px 8px;
    box-shadow: 0 8px 32px rgba(60,120,60,0.18), 0 2px 8px rgba(0,0,0,0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.25);
    transition: box-shadow 0.3s, background 0.3s;
}

/* Hover effect */
.floating-contact:hover {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 12px 40px rgba(60,120,60,0.22), 0 4px 16px rgba(0,0,0,0.12);
}
/* ── Item (each button) ──────────────────────────────────────────────────────── */
.floating-contact__item {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
    gap            : 4px;
    width          : 52px;
    padding        : 0 4px;
    border-radius  : 40px;
    text-decoration: none;
    cursor         : pointer;
    transition     : background .2s ease, transform .2s ease;
}

.floating-contact__item:hover {
    transform : scale(1.08);
}

/* ── Icon ──────────────────────────────────────────────────────────────────── */
.floating-contact__icon {
    display    : flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.floating-contact__icon svg {
    display: block;
}

/* ── Label ─────────────────────────────────────────────────────────────────── */
.floating-contact__label {
    font-size  : .625rem;   /* 10px */
    font-weight: 600;
    color      : #374151;
    line-height: 1.2;
    text-align : center;
    white-space: nowrap;
}

/* ── Pulse animation on hotline icon ─────────────────────────────────────── */
@keyframes fc-pulse {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.12); }
}

.floating-contact__item--hotline .floating-contact__icon {
    animation: fc-pulse 2s ease-in-out infinite;
}

.floating-contact__item--hotline:hover .floating-contact__icon {
    animation: none;
}

/* ── Responsive: smaller on mobile ─────────────────────────────────────────── */
@media (max-width: 600px) {
    .floating-contact {
        bottom: 20px;
        transform: none;
    }
    .floating-contact__item {
        width  : 44px;
        padding: 6px 4px;
    }
    .floating-contact__icon svg {
        width : 24px;
        height: 24px;
    }
    .floating-contact__label {
        font-size: .5625rem;   /* 9px */
    }
}

/* Footer */
#footer .ux-menu-link__text {
  color: #fff;
}
#footer .footer-logo-top {
  margin-top: -100px;
}

/* Header */
#masthead .flex-right.hide-for-medium {
  width: 250px;
}
#masthead .search-field {
  background-color: #fff;
}
#masthead .ux-search-submit {
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#masthead .header-nav-main {
  justify-content: center;
}