@import url("../fontawesome/css/all.min.css");
@import url("fonts.css");
@import url("about.css");
@import url("event_upload.css");
@import url("home.css");
@import url("pricing.css");
@import url("login.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins-Regular', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

:root {
  --primary-color: #2D2257;
  --secondary-color: #D71D78;
  --text-color: #000000;
  --error-color: #DD0000;
  --success-color: #3E686B;
}

/*****************************
**                          **
**      Temporary           **
**                          **
*****************************/

.registerHeader {
    font-weight: bold;
    color: #D71D78;
}

.pageMessageBox {
    padding: 15px;
    text-align: center;
    font-weight: bold;
} 

.pageMessageBox.error {
    background-color: var(--error-color);
    color: #ffffff;
}

.pageMessageBox.success {
    background-color: var(--success-color);
    color: #ffffff;
}


.bg-light-purple{
    background-color: #F5EFFF;
}

.text-primary{
    color: var(--primary-color) !important;
}

.text-secondary{
    color: var(--secondary-color) !important;
}

.bg-secondary{
    background-color: var(--secondary-color) !important;
}

.section-heading{
    font-size: 55px;
    text-transform: uppercase;
    overflow-wrap: break-word;

}

.section-sub-heading{
    font-size: 45px;
    text-transform: uppercase;
    overflow-wrap: break-word;

}

.description{
    font-size: 20px !important;
    font-weight: lighter !important;
}

.errorMessageBox {
    background-color: #2D2257;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 15px;
    margin-top: -5px;
    color: #ffffff;
}

.navbar .logo img{
    width: 450px;
    max-width: 100%;
}
.navbar .hamburger-menu img{
    width: 40px;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
    color: #2d3748 !important;
    text-decoration: none;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    margin-right: 12px;
    position: relative;
    border-radius: 4px;
}

.breadcrumb-nav {
    font-size: 0.789rem;    
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    color: #ffffff;
    align-self: start;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 100px;
}


/*.main-hero-content{
    margin-inline-start: 94px;
}
*/
.logo-icon::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 1px;
}

.logo-icon::after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 2px;
}

.abt-hiw-card {
    border-radius: 20px;
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 3px;
    border: none;
}

.abt-hiw-card-purple {
    background-color: #F3EFFF;
}

.abt-hiw-card-pink {
    background-color: #FFEEF6;
}
    
.heading-playfair{
    background-color: var(--secondary-color);
    color: white;
    padding: 6px 18px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    border-radius: 200px;
}

.hamburger-menu {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    
    position: relative;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background-color: #2d3748;
    margin: 4px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.flex-1{
    flex:1;
}
.sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -360px;
    width: 350px;
    height: 100%;
    background: white;
    z-index: 1050;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.sidebar.show {
    right: 0;
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: between;
    align-items: center;
}

.sidebar-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #4a5568;
    margin-left: auto;
}

.sidebar-nav {
    padding: 20px 0;
}

.sidebar-nav a {
    display: block;
    padding: 14px 20px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 200;
    transition: all 0.3s ease;
    font-size: 18px;
}

.sidebar-nav a:hover {
    background: #f7fafc;
    color: #2d3748;
}


/* Footer Section */
.footer-section {
    background-image: url('../images/footer_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    color: white;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.footer-section .container {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-section .footer-tagline {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-section .social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.footer-section .social-icon {
    width: 52px;
    height: 52px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-section .social-icon img{
    width: 34px;
}

.footer-section .social-icon:hover {
    background-color: white;
    color: #333;
}

.footer-section .brand-name {
    font-size: 82px;
    font-weight: bolder;
    letter-spacing: 2px;
    margin-bottom: 60px;
    color: white;
    text-transform: uppercase;
    opacity: 0.34;
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

.footer-section .copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.footer-section .footer-links {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: flex-end;
}

.footer-section .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section .footer-links a:hover {
    color: white;
}

.footer-section .disclaimer {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

@media (max-width: 768px) {

    .heading-playfair{
        font-size: 24px;
    }

    .section-heading{
        font-size: 37px;
    }

    .section-sub-heading{
        font-size: 30px;
    }

    .breadcrumb-nav {
        font-size: 0.665rem;  
    }

    .description{
        font-size: 18px !important;
    }


    .navbar .logo img{
        width: 280px;
    }

    .navbar .hamburger-menu img{
        width: 25px;
    }

    .footer-section .brand-name {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .footer-section .social-icons {
        
        margin-bottom: 30px;
    }

    .footer-section .footer-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        justify-content: center;
    }

    .footer-section .copyright {
        text-align: center;
    }

    .footer-section .disclaimer {
        text-align: center;
    }

    .footer-section .tagline {
        text-align: center;
    }
}

@media (max-width: 576px) {

    .navbar .logo img{
        width: 265px;
    }

    .navbar .hamburger-menu img{
        width: 20px;
    }

    .footer-section .brand-name {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .footer-section .social-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .footer-section .social-icon img{
        width: 28px;
    }
}

