/* Custom Styles for Geeta Chhabra Clone */

:root {
    --bg-grey: #4d4d4d;
    --text-color: #333;
    --accent-color: #f7941d;
    /* Orange for initials and links */
    --nav-border: #e1e1e1;
}

body {
    background-color: var(--bg-grey);
    font-family: 'Merriweather', serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-wrapper {
    max-width: 1122px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Header & Logo */
.main-header {
    background: #fff;
}

.header-logo {
    max-height: 100px;
    /* Adjust based on original image feel */
    width: auto;
}

.main-nav .nav-link {
    color: #4D4D4D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding:0.5rem 1rem !important;
}

.navbar-toggler {
    border: 1px solid #ccc;
    padding: 0.2rem 0.4rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.main-nav .nav-link:hover {
    color: #444;
}

/* Banner Slider */
.main-banner .carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
    border: 1px solid #fff;
    margin: 0 5px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #8cc63f;
    /* Lighter green dot as in image */
}

/* Secondary Navigation */
.secondary-nav {
    border-top: 1px solid var(--nav-border);
    border-bottom: 1px solid var(--nav-border);
    background: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.secondary-nav .nav-link {
    color: #333;
    font-size: 0.5rem 1rem !important;
    font-weight: 600;
    text-transform: uppercase;
    padding:0.5rem 1rem !important;
}

/* Main Content Area */
.content-section {
    padding: 40px 30px 10px 30px;
}


@media(min-width:1200px){
    .logos-section,
.award-section,
.content-section{
    padding-left:100px !important;
    padding-right:100px !important;
}

}

.profile-img-container {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.dropcap {
    float: left;
    font-size: 3rem;
    line-height: 1;
    margin-right: 5px;
    color: var(--accent-color);
}

.content-text p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #555;
}

/* More Icon (CSS-based since image is missing) */
.more-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}

.more-icon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid var(--accent-color);
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.more-link {
    color: var(--accent-color) !important;
    text-decoration: none;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}

/* Logo Carousel Refining */
.logos-section {
    padding: 30px 20px;
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    background: #fff;
}

.logo-slider {
    padding: 10px 0;
}

.logo-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider img {
    max-height: 100px;
    /* Resized to 100px as requested */
    width: auto !important;
    filter: none;
    opacity: 1;
}

/* Award Section */
.award-section {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    margin: 20px 0;
}

.award-text p {
    font-size: 0.8rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .award-text {
        text-align: center !important;
    }
}

/* Footer Navigation */
.footer-nav {
    padding: 10px 0;
    font-size: 0.75rem;
    color: #333;
}

.footer-nav a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

/* Bottom Disclaimer */
.bottom-disclaimer {
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 0.7rem;
    color: #666;
    text-align: center;
}

.bottom-disclaimer a {
    color: #666;
}

.main-banner{
    padding:0 20px;
}

/* Sidebar */
.sidebar-card {
    background-color: var(--sidebar-bg);
}
.main-text p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.main-text a {
    color: var(--dark-brown);
    text-decoration: underline;
}

article .main-text{
    padding-top: 20px;
    border-top:2px dashed #ddd;
    border-bottom:2px dashed #ddd;
}

.namecol a{
    display:block;
    color:#000;
    margin:15px 0;
}

.blogbox{
    background-color: rgb(227, 235, 235);
    padding:10px;
}

.singleblogji{
    background-size: cover !important;
    background-position: center !important;
    padding: 25px !important;
}

.singleblogji img{
        border: 10px solid #7bc0b8;
}


/* Legend Area */
.content-area {
    padding: 40px !important;
}

@media (max-width: 768px) {
    .content-area {
        padding: 20px 15px !important;
    }
}

.legend-container {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 40px !important;
    background-color: #F4F8F9;
}

@media (max-width: 768px) {
    .legend-container {
        padding: 20px 10px !important;
    }
}

#legend-image {
    max-width: 100%;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Pagination */
.btn-outline-secondary {
    border-color: #A6BABD;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 2px 12px;
}

.page-indicator {
    font-size: 13px;
    font-weight: bold;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .main-wrapper {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
    }

    body {
        background-color: #fff;
    }
}