/* Custom Styles for Geeta Chhabra Clone */
/* @import url('https://fonts.cdnfonts.com/css/times-new-roman'); */
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/trajan-pro');

                
:root {
    --bg-grey: #4d4d4d;
    --text-color: #666;
    --accent-color: #f7941d;
    /* Orange for initials and links */
    --nav-border: #e1e1e1;
}

body {
    background-color: var(--bg-grey);
    /* font-family: 'Merriweather', serif; */
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: "Tinos", serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Header & Logo */
.main-header {
    background: #fff;
        padding-left: 25px !important;
    padding-right: 100px !important;
}

.header-logo {
    max-height: 100px;
    /* Adjust based on original image feel */
    width: auto;
}

.main-nav .nav-link {
    color: #666666;
    text-transform: uppercase;
    font-size: 0.85rem !important;
    font-weight: 700;
    padding:0.5rem 0.85rem !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: 0;
    border-bottom: 1px solid var(--nav-border);
    background: #fff;
    padding: 5px 0;
    font-size: 14px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.secondary-nav .nav-link {
    color: #666;
    font-size: 0.85rem !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: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #666;
}

/* 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.85rem;
    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.75rem;
    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: 1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
    color: #333;
}

.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 100px !important;
}
.contentmy {
    padding-left: 0;
}
@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;
}
.poetrycollection h3.content-title, .musicreview h3.content-title {
    color: #8cac93;
    text-align: left;
    padding: 0 0 18px 0;
        border-bottom: 2px dashed #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    font: bold 18px 'Trajan-Normal';
}
.musicreview h3.content-title, .musicreview .main-text .page_date_id  {
    color: #99ac81 !important;
}
.prosecollection h3.content-title {
    font: bold 18px 'Trajan-Normal';
    color: #a69092 !important;
    border-bottom: 2px dashed #ddd;
    padding: 15px 0;
    margin-bottom: 0 !important;
}
.poetrycollection .main-text .page_date_id, .musicreview .main-text .page_date_id {
    font-size: 14px;
    font-weight: 600;
    color: #8cac93;
    text-transform: capitalize;
}
.prosecollection .main-text .page_date_id, .different-dialogues .main-text .page_date_id  {
    font-size: 14px;
    font-weight: 600;
    color: #a69092;
    text-transform: capitalize;
}
.main-text .page_date_id {
    top: -35px !important;
}
 a.product-link {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: justify;
    text-decoration: none;
}
.poetrycollection select#date-select, .musicreview select#date-select {
    
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #c2d5c8;
    border: 0 solid #99b59f;
    padding: 3px 0 3px 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.prosecollection select#date-select, .different-dialogues select#date-select {
    
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #dfd5d5;
    border: 0 solid #d0c3c3;
    padding: 3px 0 3px 2px;
    width: 199px;
    margin: 0;
}
.book-and-film-reviews .namecol a {
    display: block;
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    text-decoration: none;
}
.product-content a {
    text-decoration: underline !important;
    color: blue;
}
.main-text .product-content p {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
    text-align: left;
}
.product-content span.contentgb {
    font-size: 14px;
    font-weight: bold;
    color: #196b73;
}
.nameof.dialogues, .nameof.poetry, .nameof.prose, .nameof.music {
    border-bottom:2px dashed #ddd;
    padding:15px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font: bold 18px 'Trajan-Normal'
}
.lettertomyreaders select#dateSelect {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #e3d8e3;
    border: 2px solid #c8b5c9;
    padding: 3px 0 3px 2px;
    width: 261px !important;
}
.viewerscorner select#dateSelect {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #e8f2ef;
    border: 2px solid #a6ccc4;
    padding: 3px 0 3px 2px;
    width: 261px !important;
}
.btn-wrapper .btn-custom {
    background: #196c74;
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
    border: 0;
}
.btn-wrapper .btn-custom:hover {
    background: #23a8b5;
    color: #fff;
}
.feedback-form-container {
    max-width: 100% !important;
    font-family: "Tinos", serif !important;
}
.feedback-form-container .form-heading {
    font-size: 16px !important;
}
.feedback-form-container .col-form-label {
    font-size: 14px !important;
}
.feedback-form-container .form-control {
    font-size: 14px !important
}
.feedback-form-container button.btn.btn-custom {
    background: #196c74 !important;
    padding: 5px 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px;
}

.sidebar-card button.btn.btn-primary {
    font-weight: 600;
    height: 48px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar-card button.btn.btn-secondary {

    font-weight: 600;
    height: 48px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.poetrycollection .sidebar-card button.btn.btn-primary {
    background-color: #dce7e0;
    border: #dce7e0;
    color: #222;
}
.poetrycollection .sidebar-card button.btn.btn-primary:hover {
        background-color: #bbd0bf;
    border: #bbd0bf;
}
.poetrycollection .sidebar-card button.btn.btn-secondary {
        background-color: #bbd0bf;
    border: #bbd0bf;
    color: #222;
}
.prosecollection .sidebar-card button.btn.btn-primary {
    background-color: #ddd2d2;
    border: #ddd2d2;
    color: #222;
}
.musicreview .sidebar-card button.btn.btn-secondary {
        background-color: #a9bc98;
    border: #a9bc98;
    color: #222;
}
.musicreview .sidebar-card button.btn.btn-primary {
    background-color: #d7e0cf;
    border: #d7e0cf;
    color: #222;
}
.musicreview .sidebar-card button.btn.btn-primary:hover {
        background-color: #a9bc98;
    border: #a9bc98;
}
.prosecollection .sidebar-card button.btn.btn-primary:hover {
        background-color: #c4b4b3;
    border: #c4b4b3;
}
.prosecollection .sidebar-card button.btn.btn-secondary {
        background-color: #c4b4b3;
    border: #c4b4b3;
    color: #222;
}
.different-dialogues .sidebar-card button.btn.btn-primary {
    background-color: #d8c1be;
    border: #d8c1be;
    color: #222;
}
 .content-area .blogbox .namecol {
    height: 85px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.viewerscorner .nameof.corner {
    color: #96b5af;
    text-align: left;
    margin: 0;
    padding: 0 0 18px 0;
    text-transform: uppercase;
    border-bottom: 2px dashed #ddd;
}

.lettertomyreaders .nameof.letter {
    color: #b8a3b8;
    text-align: left;
    margin: 0;
    padding: 0 0 18px 0;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px dashed #ddd;
}
/* Responsive Overrides */
@media (max-width: 991px) {
    .main-wrapper {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
    }

    body {
        background-color: #fff;
    }
}