/* Custom logo styling */
.logo-main img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
}

.logo-offcanvas img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

/* Amira's image background - warm brown/auburn matching her hair */
.amira-bg {
    background: linear-gradient(135deg, #8B6F47 0%, #A0826D 50%, #B8956A 100%);
    padding: 8px;
}

/* Hero section background */
.hero-section {
    background: url('../images/bg/video.png') center;
}

/* Primary color text highlight */
.text-primary-highlight {
    color: #00aeef;
}

/* Newsletter card z-index */
.newsletter-card {
    z-index: 1;
}

/* Offcanvas Menu Styling */
.offcanvas-body {
    overflow-y: auto;
}

.offcanvas-body h4.title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.founder-card {
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.founder-card:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.founder-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.founder-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #00aeef;
    object-fit: cover;
    object-position: center 20%;
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 174, 239, 0.2);
}

/* Special background for Amira's image */
.founder-card:first-of-type .founder-img {
    background: linear-gradient(135deg, #8B6F47 0%, #A0826D 50%, #B8956A 100%);
    object-position: center 15%;
}

.founder-social .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-footer {
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.social-links .btn-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-links .btn-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 174, 239, 0.3);
}

/* Newsletter Box in Offcanvas */
.newsletter-box {
    background: linear-gradient(135deg, #00aeef 0%, #0099d6 100%);
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.3);
}

.newsletter-box .form-control {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
}

.newsletter-box .form-control:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
}

.newsletter-box .btn-light {
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.newsletter-box .btn-light:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Contact Items */
.contact-item {
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #fff;
    border-color: #00aeef !important;
    box-shadow: 0 4px 12px rgba(0, 174, 239, 0.15);
    transform: translateX(5px);
}

.contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 50%;
}

.contact-item a:hover {
    color: #00aeef !important;
}

/* Compact Footer */
.offcanvas-footer {
    padding: 12px 16px !important;
}

.social-links-compact .btn-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-links-compact .btn-icon:hover {
    transform: scale(1.1);
}

/* Join Us Card */
.join-us-card {
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.05) 0%, rgba(0, 174, 239, 0.1) 100%);
    border: 2px dashed #00aeef !important;
}

.join-us-card:hover {
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 174, 239, 0.15) 100%);
    border-color: #00aeef !important;
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.2);
}

.join-us-avatar {
    width: 120px;
    height: 120px;
    background: #fff;
    border: 4px dashed #00aeef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us-icon {
    font-size: 48px;
    color: #00aeef;
    line-height: 1;
}

.join-us-card .btn-primary {
    padding: 8px 20px;
    font-weight: 600;
}

.join-us-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 174, 239, 0.4);
}
