body {
    font-family: 'Rubik', 'Rubik v2', sans-serif;
}

.site-header {
    width: 95%;
    margin:auto;
    background: #f6e7ff;
    border-bottom: 1px solid #eee;
    border-radius:50px;
    margin-top:15px;
    margin-bottom:15px;
}

.header-container {
    max-width: 95%;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.menu-ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.menu-ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.menu-ul li a:hover {
    color: #000;
}

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

.social-icons a {
    font-size: 18px;
    color: #333;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ff0066;
}
.deflt-fenx-cnt h1:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 6px;
    left: 0;
    right: 0;
    top: 49px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fb2274;
}

.deflt-fenx-cnt h1 {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
/* Content Section */
.content-section {
    background: #2a2a2a99;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;     /* centers vertically */
    height: 450px;     
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
}

.content-image img {
    width: 80%;
    max-height: auto;
}

.owner-image img {
    width: 100%;
    border-radius: 15px;
    max-height: auto;
}

.text-white h1 {
    color: white;
    font-size: 71px;
    font-weight: 700;
}

.text-white p {
    color: white;
    font-size: 19px;
    line-height: 22px;
}

.text-white .txt-colr {
    color: #d8ff7c;
    font-size: 22px;
    font-weight: 500;
}

.founder-text {
    width: 40%;
    margin: auto;
    text-align: right;
    margin-right: 0px;
    line-height: 25px;
}
hr{
   margin: 30px 0px 20px 0px;
}

.home hr{
   margin: 60px 0px 20px 0px;
}


/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
    .content-section {
        display: flex;
        flex-direction: column; /* stack columns vertically */
        height: auto;           /* remove fixed height */
        text-align: left;     /* center text */
        padding: 20px 10px;
        gap: 0px;
        padding-bottom: 10px;
    }
    
    .footer-links{
        gap:0px !important;
        flex-direction: column;
    }

    .logo img {
        max-height: 30px;
    }
    .header-container {
        padding: 5px 10px;
    }
    /* Right column (image) first */
    .content-section .content-image {
        order: -1; /* comes first on mobile */
        /*margin-bottom: 20px;*/
        text-align: left;
    }

    /* Left column (text) second */
    .content-section .text-white {
        order: 1;
        width: 100%;
    }

    .content-image img {
        width: 60%;
        height: auto;
    }
     .owner-image img {
        width: 80%;
        height: auto;
    }

    .text-white h1 {
        font-size: 40px;
        width: 80% !important;

    }

    .text-white p,
    .text-white .txt-colr {
        font-size: 16px;
        line-height: 20px;
    }
    

    .founder-text {
        width: 80%;
        text-align: right;
        margin: auto;
        margin-right:0px;
    }
    hr{margin: 40px 0px 20px 0px !important; }
}



/* Tablet responsive: 768px – 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .content-section {
        flex-direction: column; /* stack vertically */
            align-items: flex-start;
        text-align: left;
        height: auto; /* remove fixed height */
        gap: 10px;
    }

    /* Image first */
    .content-section .content-image {
        order: -1; /* appears first */
        width: 50%; /* adjust size if needed */
                text-align: left;
    }

    /* Text content second */
    .content-section .text-white {
        order: 1;
        /*width: 90%;*/
    }

    .content-image img {
        width: 80%;
        height: auto;
    }

    .text-white h1 {
        font-size: 45px; /* adjust for tablet */
    }

    .text-white p,
    .text-white .txt-colr {
        font-size: 17px;
        line-height: 22px;
    }
    .footer-links{
        gap: 100px !important;
        flex-wrap: nowrap !important;
    }
    h1.mb-3 {
        width: 100% !important;
     }

}


#customPopup {
    display: none;
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#customPopup div {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
#popupClose {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
}
#popupBtn {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #fb2274;
    color: #fff;
    cursor: pointer;
}
#popupMessage {
    font-size: 16px;
    margin-top: 20px;
}
.deflt-fenx-cnt ul li {
    font-size: 18px;
    line-height: 22px;
    margin: 0 10px 25px;
    background: url(./assets/images/list-icon-b.png) no-repeat 0 5px;   
    background-size: 14px;
    padding: 1px 0 0 22px;
}
