/* Header Styling */
#sp-header {
    height: auto;
    padding: 10px 0 10px;
    border-bottom: 10px solid #cd9c27;
}

/* Joomla Mega Menu Styling */
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    font-size: 17px; 
    font-family: 'Poppins', sans-serif;
    color: #cd9c27;
}

/* Active Menu Item */
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    font-weight: 600;
    color: #cd9c27;
}

/* Global Font Settings */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1d1d1b;
}

/* Headings Styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Standard Font Sizes for Larger Screens */
h1 {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
}

/* Responsive Adjustments */
@media (max-width: 1440px) {
    h1 { font-size: 48px; }
}

@media (max-width: 1024px) {
    h1 { font-size: 42px; }
    h2 { font-size: 32px; }
}

@media (max-width: 768px) {
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
}

@media (max-width: 425px) {
    h1 { font-size: 32px; }
    h2 { font-size: 21px; }
}

/* Paragraph & List Styling */
p, li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Footer */
#sp-footer, #sp-bottom {
    background: #1d1d1b;
    text-align: center;
    color: #ffffff;
}
