/*
  SkillBridgeSG — Custom Styles
  Template base: templatemo-villa-agency.css (unmodified).
  Only styles for elements not covered by the original template CSS.
*/

/* ─── Logo ─────────────────────────────────────────────────────────────────── */
.header-area .main-nav .logo {
    display: flex;
    align-items: center;
    height: 100px;
}

.background-header .main-nav .logo {
    height: 80px;
}

.header-area .main-nav .logo img {
    height: 40px;
    width: auto;
    display: block;
}

/* ─── Position Selector ──────────────────────────────────────────────────── */
.sb-position-selector {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    margin-bottom: 24px;
}

.sb-position-selector h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.sb-position-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sb-position-opt {
    cursor: pointer;
    margin: 0;
}

.sb-position-opt input[type="radio"] {
    display: none;
}

.sb-opt-label {
    display: block;
    padding: 18px 20px;
    border-radius: 10px;
    border: 2px solid #eaeaea;
    background: #fafafa;
    transition: all 0.2s;
    cursor: pointer;
}

.sb-opt-label strong {
    display: block;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 4px;
}

.sb-opt-label em {
    font-style: normal;
    font-size: 13px;
    color: #aaa;
}

.sb-position-opt input:checked + .sb-opt-label {
    border-color: #f35525;
    background: #fff5f2;
    box-shadow: 0 4px 15px rgba(243, 85, 37, 0.15);
}

.sb-position-opt:hover .sb-opt-label {
    border-color: rgba(243, 85, 37, 0.4);
}

/* ─── WhatsForm ──────────────────────────────────────────────────────────── */
.sb-whatsform {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-left: 30px;
}

.sb-whatsform iframe {
    width: 100%;
    min-height: 900px;
    border: none;
    display: block;
}

/* ─── Contact info items: full-width in left column ─────────────────────── */
.contact-content .item.phone {
    margin-right: 0;
    margin-bottom: 0;
}

.contact-content .item.email {
    margin-left: 0;
    margin-bottom: 0;
}

/* ─── WhatsApp Float Button ──────────────────────────────────────────────── */
.sb-wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
    z-index: 9000;
    text-decoration: none;
    transition: all 0.3s;
}

.sb-wa-float:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.sb-wa-float svg {
    width: 28px;
    height: 28px;
    fill: white;
}

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 992px) {
    .sb-whatsform {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        height: 80px;
    }

    .header-area .main-nav .logo img {
        height: 32px;
    }
}
