* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}


.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    gap: 100px;
    /* padding: 15px 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    width: 80%;
    font-size: 20px;
    color: #4fc3f7;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.clarity {
    font-size: 28px;
    font-weight: bold;
    color: #666;
    letter-spacing: 2px;
}

.tagline {
    font-size: 12px;
    color: #999;
    margin-top: -2px;
}

/* Contact Info Section */
.contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #666;
}

.phone,
.email {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.phone i,
.email i {
    color: #999;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #999;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #4fc3f7;
}

.search-icon {
    color: #4fc3f7;
    font-size: 18px;
    cursor: pointer;
}

/* Navigation Menu */
.nav-menu {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.menu-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
    align-items: center;
}

.menu-items {
    display: flex;
    list-style: none;
    gap: 40px;
    padding: 15px 0;
}

.menu-items li a {
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.menu-items li a:hover {
    color: #4fc3f7;
}

.menu-item li a {
    color: white;
}

.menu-items li.dropdown a i {
    font-size: 10px;
}

.menu-items .dropdown-menu {
    display: none;
    position: absolute;
    border-radius: 20px;
    background: #1483ae;
    min-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 100;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.menu-items .dropdown.open>.dropdown-menu {
    display: block;
}

.menu-items .dropdown {
    position: relative;
}

.menu-items .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.menu-items .dropdown-menu li a:hover {
    background: #17b9dd;
    border-radius: 10px;
}

/* Donate Button */
.btn-donate {
    background: linear-gradient(135deg, #4fc3f7, #29b6f6);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-donate:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 195, 247, 0.4);
}

.btn-donate i {
    color: #ff6b6b;
}

/* Hero Section */
.hero-section {
    background: url('../images/gover-bg-1.png') center center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-title {
    color: #503444;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 18px;
    padding-bottom: 50px;
}

.hero-tagline {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    color: black;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb */
.breadcrumb {
    padding: 20px 0 10px;
    font-size: 0.9rem;
    color: #87ceeb;
}

.breadcrumb-link {
    color: #87ceeb;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #4fc3f7;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #87ceeb;
}

.breadcrumb-current {
    color: #87ceeb;
}

/* Section Title */
.section-title {
    font-size: 3rem;
    font-weight: 600;
    color: #5a4037;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4fc3f7, #29b6f6);
    border-radius: 2px;
}

/* Board Governance Section */
.board-governance-section {
    padding: 40px 0 80px;
    background-color: #fff;
    min-height: 100vh;
}

/* Introduction Text */
.intro-text {
    margin-top: 60px;
    margin-bottom: 60px;
}

.intro-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    max-width: 100%;
    text-align: justify;
}

/* Governance Content */
.governance-content {
    margin-top: 40px;
}

.subsection-title {
    font-size: 2rem;
    font-weight: 600;
    color: #5a4037;
    margin-bottom: 30px;
    line-height: 1.2;
}

.governance-text {
    max-width: 100%;
}

.governance-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
    text-indent: 0;
}

.governance-paragraph:last-child {
    margin-bottom: 0;
}

/* Floating Contact Button */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #64b5f6, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(66, 165, 245, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.floating-contact:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(66, 165, 245, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .subsection-title {
        font-size: 1.6rem;
    }
    
    .intro-text {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .intro-text p {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .governance-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .floating-contact {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .floating-contact svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .subsection-title {
        font-size: 1.4rem;
    }
    
    .intro-text p {
        font-size: 0.95rem;
    }
    
    .governance-paragraph {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .board-governance-section {
        padding: 30px 0 60px;
    }
}

/* Enhanced Typography */
.governance-paragraph {
    position: relative;
    padding-left: 0;
}

/* Subtle hover effects for better readability */
.governance-paragraph:hover {
    color: #333;
    transition: color 0.3s ease;
}

/* Better text selection styling */
::selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

::-moz-selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

/* Improved focus states for accessibility */
.breadcrumb-link:focus {
    outline: 2px solid #4fc3f7;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Print styles */
@media print {
    .floating-contact {
        display: none;
    }
    
    .board-governance-section {
        background-color: white;
        box-shadow: none;
    }
    
    .section-title::after {
        background: #333;
    }
}


/* Board Terms Section */
.board-terms-section {
    padding: 40px 0 80px;
    background-color: #fff;
    min-height: 100vh;
}

/* Main Title */
.main-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #5a4037;
    margin-bottom: 40px;
    line-height: 1.2;
    text-align: center;
}

/* Terms Content */
.terms-content {
    max-width: 100%;
}

/* Terms List */
.terms-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.term-item {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    padding-left: 20px;
}

.term-item::before {
    content: "•";
    color: #4fc3f7;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

/* Board Selection Special Styling */
.board-selection {
    margin-bottom: 30px;
}

.board-selection strong {
    color: #5a4037;
    font-weight: 600;
}

/* Sub Terms List */
.sub-terms-list {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.sub-term-item {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

.sub-term-item::before {
    content: "◦";
    color: #29b6f6;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

/* Mission Statement */
.mission-statement {
    background: linear-gradient(135deg, #f8f9fa, #e3f2fd);
    padding: 25px;
    border-radius: 10px;
    margin: 40px 0;
    border-left: 4px solid #4fc3f7;
}

.mission-statement p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    margin: 0;
    font-style: italic;
}

/* Board Renewal Section */
.board-renewal {
    margin-top: 30px;
}

.renewal-item {
    margin-bottom: 25px;
}

.renewal-item strong {
    color: #5a4037;
    font-weight: 600;
}

.renewal-details {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 3px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.notification-clause {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin: 20px 0 0 0;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* Floating Contact Button */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #64b5f6, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(66, 165, 245, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.floating-contact:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(66, 165, 245, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .term-item {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 18px;
        padding-left: 18px;
    }
    
    .sub-term-item {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 12px;
        padding-left: 22px;
    }
    
    .mission-statement {
        padding: 20px;
        margin: 30px 0;
    }
    
    .mission-statement p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    .renewal-details {
        font-size: 0.95rem;
        line-height: 1.7;
        padding-left: 15px;
    }
    
    .notification-clause {
        font-size: 0.95rem;
        line-height: 1.7;
        padding: 12px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .floating-contact {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .floating-contact svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 1.7rem;
    }
    
    .term-item {
        font-size: 0.9rem;
        line-height: 1.6;
        padding-left: 16px;
    }
    
    .sub-term-item {
        font-size: 0.85rem;
        line-height: 1.5;
        padding-left: 20px;
    }
    
    .mission-statement p {
        font-size: 0.9rem;
    }
    
    .renewal-details,
    .notification-clause {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .board-terms-section {
        padding: 30px 0 60px;
    }
}

/* Enhanced Typography */
strong {
    font-weight: 600;
    color: #5a4037;
}

/* Better text selection styling */
::selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

::-moz-selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

/* Print styles */
@media print {
    .floating-contact {
        display: none;
    }
    
    .board-terms-section {
        background-color: white;
        box-shadow: none;
    }
    
    .mission-statement {
        background: #f8f9fa;
        border: 1px solid #ddd;
    }
    
    .term-item::before,
    .sub-term-item::before {
        color: #333;
    }
}

/* Hover effects for better interactivity */
.term-item:hover {
    color: #333;
    transition: color 0.3s ease;
}

.sub-term-item:hover {
    color: #333;
    transition: color 0.3s ease;
}


/* Board Committees Section */
.board-committees-section {
    padding: 40px 0 80px;
    background-color: #fff;
    min-height: 100vh;
}

.committees-section {
    margin-bottom: 60px;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #5a4037;
    margin-bottom: 30px;
    line-height: 1.2;
}

.conflict-title {
    font-size: 2rem;
    margin-bottom: 25px;
}

/* Introduction Text */
.intro-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
    text-align: justify;
}

/* Committees Grid */
.committees-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 20px;
}

.committee-wide {
    grid-column: 1 / -1;
    max-width: 50%;
}

/* Committee Cards */
.committee-card {
    background: white;
    border: 2px solid #e8f4f8;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.committee-card:hover {
    border-color: #4fc3f7;
    box-shadow: 0 8px 25px rgba(79, 195, 247, 0.15);
    transform: translateY(-3px);
}

/* Committee Titles */
.committee-title {
    margin-bottom: 10px;
}

.committee-link {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1976d2;
    text-decoration: underline;
    line-height: 1.3;
    transition: color 0.3s ease;
    display: block;
}

.committee-link:hover {
    color: #4fc3f7;
    text-decoration: underline;
}

/* Committee Subtitles */
.committee-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* Conflict of Interest Section */
.conflict-section {
    margin-top: 40px;
}

.conflict-content {
    max-width: 100%;
}

.conflict-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

/* Employees Section */
.employees-section {
    margin-top: 30px;
}

.employees-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a4037;
    margin-bottom: 15px;
    font-style: italic;
}

/* Floating Contact Button */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #64b5f6, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(66, 165, 245, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.floating-contact:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(66, 165, 245, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .conflict-title {
        font-size: 1.7rem;
    }
    
    .committees-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .committee-wide {
        grid-column: 1;
        max-width: 100%;
    }
    
    .committee-card {
        padding: 25px 20px;
    }
    
    .committee-link {
        font-size: 1.2rem;
    }
    
    .intro-text {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
    
    .conflict-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .floating-contact {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .floating-contact svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .conflict-title {
        font-size: 1.5rem;
    }
    
    .committee-card {
        padding: 20px 15px;
    }
    
    .committee-link {
        font-size: 1.1rem;
    }
    
    .committee-subtitle {
        font-size: 0.85rem;
    }
    
    .intro-text,
    .conflict-paragraph {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .employees-title {
        font-size: 1rem;
    }
    
    .board-committees-section {
        padding: 30px 0 60px;
    }
    
    .committees-section {
        margin-bottom: 40px;
    }
}

/* Enhanced Interactive States */
.committee-card:active {
    transform: translateY(-1px);
}

.committee-link:focus {
    outline: 2px solid #4fc3f7;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Better text selection styling */
::selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

::-moz-selection {
    background-color: rgba(79, 195, 247, 0.2);
    color: #333;
}

/* Print styles */
@media print {
    .floating-contact {
        display: none;
    }
    
    .board-committees-section {
        background-color: white;
        box-shadow: none;
    }
    
    .committee-card {
        border: 1px solid #ddd;
        box-shadow: none;
    }
    
    .committee-link {
        color: #333;
        text-decoration: underline;
    }
}

/* Additional styling for better visual hierarchy */
.committees-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
    margin: 40px 0 20px 0;
}

/* Loading animation for better UX */
.committee-card {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for committee cards */
.committee-card:nth-child(1) { animation-delay: 0.1s; }
.committee-card:nth-child(2) { animation-delay: 0.2s; }
.committee-card:nth-child(3) { animation-delay: 0.3s; }
.committee-card:nth-child(4) { animation-delay: 0.4s; }
.committee-card:nth-child(5) { animation-delay: 0.5s; }




.governance-section {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #3498db;
}

.subsection-title {
    font-size: 20px;
    font-weight: 600;
    color: #34495e;
    margin: 30px 0 15px 0;
    font-style: italic;
}

.content {
    max-width: 900px;
}

.description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.procurement-list {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.procurement-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.procurement-list li::before {
    content: "•";
    color: #3498db;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 20px 15px;
    }
    
    .governance-section {
        padding: 25px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .subsection-title {
        font-size: 18px;
    }
    
    .description {
        font-size: 15px;
    }
    
    .procurement-list li {
        font-size: 15px;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .governance-section {
        padding: 20px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .description {
        text-align: left;
    }
}

/* Print Styles */
@media print {
    body {
        background-color: white;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
    
    .governance-section {
        box-shadow: none;
        border-radius: 0;
    }
}





.footer {
    background-color: #e7e7e7;
    color: #333;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Logo Section */
.logo-section .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    font-size: 2.5rem;
    color: #4db8e8;
}

.logo-text h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.logo-text p {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* Links Section */
.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #4db8e8;
}

/* Location Sections */
.location-section h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.location-section p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Social Section */
.social-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon.phone {
    background-color: #4db8e8;
    color: white;
}

.social-icon.email {
    background-color: #4db8e8;
    color: white;
}

.social-icon.instagram {
    background-color: #4db8e8;
    color: white;
}

.social-icon.facebook {
    background-color: #4db8e8;
    color: white;
}

.social-icon.linkedin {
    background-color: #4db8e8;
    color: white;
}

.mailing-list-btn {
    background-color: #4db8e8;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mailing-list-btn:hover {
    background-color: #3da3d3;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #1a1a1a;
    color: #888;
    padding: 20px 0;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-bottom p {
    font-size: 0.85rem;
    text-align: center;
}