body {
    margin: 0;
    padding: 0;
    background: #f4f1ea;
    font-family: "Segoe UI", sans-serif;
}

.app-container {
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.title {
    font-size: 32px;
    color: #5a3e1b;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 18px;
    color: #7a5a33;
    margin-bottom: 30px;
}

.main-layout {
    display: flex;
    align-items: center;   /* centers image with calendar vertically */
    justify-content: center;
    gap: 40px;             /* space between them */
}
.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-image {
    width: 850px;      /* make the image big */
    max-width: 95%;    /* allow it to fill the space */
    display: block;
    margin: 0 auto;    /* center it */
}


.image-box { display: flex;
     justify-content: center;
      align-items: center; }

.calendar-box {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.calendar-input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.eth-date {
    margin-top: 15px;
    font-weight: bold;
    color: #5a3e1b;
}

.load-btn {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background: #8c6239;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.load-btn:hover {
    background: #6e4d2c;
}

.image-box {
    flex: 1;
}

.side-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
/* FULL-SCREEN DEVOTIONAL DISPLAY — CENTERED BUT MOVED UP */

.display-body {
    background: black;
    color: white;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    min-height: 100vh;

    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: flex-start;   /* move content UP */
}

.verse-container {
    width: 90%;
    max-width: 1100px;
    text-align: center;

    margin-top: 40px;          /* adjust this to move higher/lower */
    padding: 20px;

    line-height: 2.1;
}

/* GEEZ TEXT — BIG */
.geez-text {
    font-size: 54px;
    white-space: pre-line;
    margin-bottom: 45px;
    line-height: 2.05;
}

/* GEEZ REFERENCE — BIG */
.geez-ref {
    font-size: 36px;
    color: #d0d0d0;
    margin-bottom: 60px;
}

/* ENGLISH TEXT — BIG */
.english-text {
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 1.9;
}

/* ENGLISH REFERENCE — BIG */
.english-ref {
    font-size: 34px;
    color: #c0c0c0;
}
.close-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;

    background: transparent;
    border: 1px solid white;
    border-radius: 6px;

    color: white;
    font-size: 18px;
    padding: 6px 14px;

    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.close-btn:hover {
    opacity: 1;
}
/* OPTION 1 — HIDE THE ICON BUT KEEP THE DATE INPUT NORMAL */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;        /* hide the icon */
    cursor: pointer;   /* still clickable */
}

input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;   /* whole box clickable */
}

/* FULL CALENDAR STYLE */
#fullCalendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-top: 20px;
    text-align: center;
}

.calendar-day {
    padding: 12px;
    background: #f7f3eb;
    border-radius: 6px;
    border: 1px solid #d2c7b8;
    cursor: pointer;
    font-size: 16px;
}

.calendar-day:hover {
    background: #e8dcc7;
}

.calendar-header {
    grid-column: span 7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5a3e1b;
}

.calendar-weekday {
    font-weight: bold;
    color: #7a5a33;
}
/* ETHIOPIAN ORTHODOX STYLE CALENDAR */
#orthodoxCalendar {
    width: 100%;
    background: #f8f3e7;
    border: 2px solid #b08a57;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    font-family: "Segoe UI", sans-serif;
}

/* Header (Month + Year) */
.calendar-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #5a3e1b;
    margin-bottom: 15px;
}

/* Weekday row */
.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 10px;
}

.calendar-weekday {
    font-weight: bold;
    color: #7a5a33;
    text-align: center;
    padding: 6px 0;
}

/* Days grid */
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

/* Individual day box */
.calendar-day {
    background: #fff8ec;
    border: 1px solid #d2c7b8;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #5a3e1b;
    transition: background 0.2s;
}

.calendar-day:hover {
    background: #e8dcc7;
}
/* Make the calendar slightly smaller */ 
#orthodoxCalendar { 
    transform: scale(0.85); 
    transform-origin: top center; 
    margin-top: 10px; 
}

/* Make the top picture bigger */ 
/* Make the picture match the calendar size */
#topImage {
    width: 78%;          /* matches calendar scale visually */
    max-width: 650px;    /* same visual width limit */
    display: block;
    margin: 0 auto;      /* center it */
}


.calendar-day {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 6px;
    height: 60px;
    font-family: "Noto Sans Ethiopic", sans-serif;
}

.geez-big,
.eth-number {
    color: #5a3e1b; /* MATCHES BORDER COLOUR */
}

.geez-big {
    font-size: 28px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

.right-side {
    display: flex;
    flex-direction: column;
    margin-left: 4px;
    line-height: 1.1;
}

.eth-number {
    font-size: 14px;
    font-weight: bold;
}

.greg-number {
    font-size: 12px;
    color: green;
}

/* Shared width for BOTH picture and calendar */
.shared-size {
    width: 600px;       /* you can adjust this number */
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

/* Calendar box spacing stays normal */
#orthodoxCalendar {
    margin-top: 10px;
}
/* Make the picture and calendar EXACTLY the same width */
.same-size {
    width: 600px;      /* adjust this number if you want bigger/smaller */
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.main-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; /* adjust spacing between calendar and image */
}

.eth-date {
    margin-left: -5px;
}
.image-box {
    margin-top: 100px; /* adjust this number to move image down */
}
.calendar-day {
    transition: background-color 0.2s ease;
}

.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15); /* slightly dark */
    cursor: pointer;
}
.calendar-day {
    transition: background-color 0.2s ease;
}

.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* ⭐ Highlight for selected day */
.calendar-day.selected {
    background-color: rgba(255, 215, 0, 0.35); /* gold highlight */
    border-radius: 6px;
}

/* ⭐ Highlight for TODAY */
.calendar-day.today {
    background-color: rgba(0, 150, 255, 0.35); /* blue highlight */
    border-radius: 6px;
}
/* Hover effect */
.calendar-day {
    transition: background-color 0.2s ease;
}

.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* ⭐ Highlight for selected day */
.calendar-day.selected {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}

/* ⭐ Highlight for TODAY (same as selected) */
.calendar-day.today {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}

/* Calendar controls inside calendar */
.calendar-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
/* Navigation buttons */
.calendar-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.nav-btn {
    background-color: #ddd;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: #bbb;
}

.month-label {
    font-size: 20px;
    font-weight: bold;
}

/* Hover effect */
.calendar-day {
    transition: background-color 0.2s ease;
}

.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Selected day */
.calendar-day.selected {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}

/* Today highlight */
.calendar-day.today {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}
/* Navigation buttons inside calendar */
.calendar-header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.nav-btn {
    background-color: #ddd;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: #bbb;
}

.month-label {
    font-size: 20px;
    font-weight: bold;
}

/* Hover effect */
.calendar-day {
    transition: background-color 0.2s ease;
}

.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Selected day */
.calendar-day.selected {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}

/* Today highlight */
.calendar-day.today {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}
.calendar-container {
    border: 4px solid #4b2e19; /* dark brown */
    padding: 10px;
    border-radius: 10px;
    background-color: #fff8f0;
}

.calendar-header-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    background-color: #e8d5c0;
    border-radius: 6px;
    margin-bottom: 10px;
}

.month-label {
    font-size: 20px;
    font-weight: bold;
}

.nav-btn {
    background-color: #d2b48c;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: #bfa07a;
}

/* Hover effect */
.calendar-day:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Selected day */
.calendar-day.selected,
.calendar-day.today {
    background-color: rgba(255, 215, 0, 0.35);
    border-radius: 6px;
}
.calendar-weekdays div {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

.amharic-day {
    font-size: 12px;
    color: #5a3b1e; /* warm brown to match your palette */
    font-weight: normal;
}
