﻿



/*section separator------------------------------*/

.sectionseparator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%; /* Leaves breathing room on mobile */
    max-width: 1200px; /* Prevents it from getting too wide on desktop */
    margin: 0 auto; /* Centers the container */
    padding-top: 30px; /* Your requested top padding */
    padding-bottom: 30px;
}

.sectionseparator-line {
    flex: 1; /* Makes lines take up remaining space */
    height: 1px;
    /* A subtle gradient that fades out toward the edges */
    background: linear-gradient(to var(--direction, right), rgba(255,255,255,0), rgba(255,255,255,0.5));
}

    /* Reverses the gradient for the second line */
    .sectionseparator-line:last-child {
        background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5));
    }

.sectionseparator-text {
    padding: 0 20px;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap; /* Prevents text from wrapping on tiny screens */
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .sectionseparator-text {
        font-size: 0.75rem; /* Smaller text for mobile */
        letter-spacing: 2px;
        padding: 0 10px;
    }

    .sectionseparator-container {
        width: 95%;
        padding-top: 20px; /* Slightly tighter on mobile */
    }
}











/*our beliefs section-----------------------------------------*/

/* --- Global Beliefs Styling --- */
.ourbeliefs-container {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0 20px;
}

/* --- Section 1: Grid (No Background) --- */
.ourbeliefs-grid-section {
    padding: 10px 0;
    background: transparent;
}

.ourbeliefs-header {
    text-align: center;
    margin-bottom: 50px;
}

.ourbeliefs-accent {
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.ourbeliefs-main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: #ffffff;
    margin: 0;
}

.ourbeliefs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.ourbeliefs-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 35px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .ourbeliefs-card:hover {
        transform: translateY(-8px);
        border-color: rgba(99, 102, 241, 0.5);
        background: rgba(255, 255, 255, 0.06);
    }

.ourbeliefs-icon-box {
    font-size: 2rem;
    margin-bottom: 20px;
}

.ourbeliefs-card-title {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.ourbeliefs-card-text {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* --- Section 2: Book Manifesto --- */
.ourbeliefs-book-wrapper {
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.ourbeliefs-book-container {
    max-width: 750px;
    padding: 0 30px;
}

.ourbeliefs-book-page {
    position: relative;
    /* This creates the "spine" look of a book */
    border-left: 3px solid rgba(99, 102, 241, 0.3);
    padding-left: 40px;
}

.ourbeliefs-book-text {
    font-family: "Georgia", serif;
    font-size: 1.35rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    margin: 0;
}

    /* Classic Editorial Drop-Cap */
    .ourbeliefs-book-text::first-letter {
        float: left;
        font-size: 4.5rem;
        line-height: 0.8;
        padding-top: 6px;
        padding-right: 15px;
        font-weight: 700;
        color: #6366f1;
    }

.ourbeliefs-book-signature {
    margin-top: 40px;
    font-family: "Georgia", serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
    font-size: 1.1rem;
}

/* --- Mobile Specific Optimization --- */
@media (max-width: 768px) {
    .ourbeliefs-grid-section {
        padding: 50px 0;
    }

    .ourbeliefs-book-text {
        font-size: 1.15rem;
        text-align: left; /* Justify can be messy on narrow phones */
    }

    .ourbeliefs-book-page {
        padding-left: 25px;
        border-left: 2px solid rgba(99, 102, 241, 0.3);
    }
}









/*stylish font title--------------------------------------------*/

/* Container spacing */
.stylishfonttitle-outer-container {
    width: 100%;
    padding: 30px 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

/* Thicker Silver Metallic Bars */
.stylishfonttitle-silver-bar {
    width: 100%;
    /* Thicker height for visibility */
    height: 3px;
    /* Multi-stop gradient for a polished chrome/silver look */
    background: linear-gradient(90deg, transparent 0%, rgba(170, 170, 170, 0.4) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(170, 170, 170, 0.4) 90%, transparent 100%);
    /* Adds a soft silver glow around the bar */
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* Text Wrapper */
.stylishfonttitle-header-box {
    padding: 50px 20px;
    text-align: center;
}

/* The Stylish Font */
.stylishfonttitle-text {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: clamp(2rem, 8vw, 4rem);
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 300;
    line-height: 1.2;
    /* Soft shadow to keep text readable against any background */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

    /* Accent Word Styling */
    .stylishfonttitle-text span {
        color: #e0e0e0; /* Light silver-white */
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
    }

/* Mobile Devices */
@media (max-width: 768px) {
    .stylishfonttitle-silver-bar {
        height: 2px; /* Slightly thinner on mobile to stay elegant */
    }

    .stylishfonttitle-header-box {
        padding: 40px 15px;
    }

    .stylishfonttitle-text {
        letter-spacing: 0.15em;
    }
}