/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #CC9900;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins";
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 3.02px;
    font-size: 0.875rem;
    font-family: 'Roboto';
    font-weight: 600;
    border-bottom: 1px solid var(--black);
    display: inline-block;
    transition: 0.5s ease;
}

.themeBtn:hover {
    transform: scale(1.1);
    color: var(--primary);
    border-color: var(--primary);
}

/* !GLOBAL CSS */

/* Banner Sec Css Start */

.mainBanner {
    height: 910px;
}

.mainBanner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banoverlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
}

.mainBanner:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 0.5;
}

.banContent h1 {
    color: var(--white);
    font-size: 3.875rem;
    font-weight: 800;
    line-height: 1.1;
}

.banContent .banPara {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4rem;
}

.banContent small {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 3.02px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid var(--white);
}

.banSliders {
    background: #144444;
    padding: 1.4375rem 0px 3.75rem 3.125rem;
    margin: 1.25rem 0 0 0;
}

.banSlides p {
    color: var(--white);
    font-family: 'Roboto';
    font-size: 1.25rem;
    font-style: italic;
}

.banSlides span {
    font-size: 0.875rem;
    color: var(--primary);
    font-family: 'Roboto';
    font-weight: 600;
}

.banSliders .swiper-button-next, .banSliders .swiper-button-prev {
    color: var(--white);
}

.banSliders .swiper-button-next:after, .banSliders .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 700;
}

.banSliders .swiper-pagination-bullet {
    background: #F8F8F8;
    opacity: 100%;
}

.banSliders .swiper-pagination-bullet-active {
    background: #61CE70;
}

.banSliders .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
}

/* Banner Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 0 0 6.25rem 0;
}

.aboutContent h2 {
    color: var(--black);
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 2rem;
    margin-bottom: 1rem;
}

.aboutContent p {
    color: var(--black);
    font-family: 'Roboto';
    margin: 0;
}

.aboutWraps {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: -5rem;
}

.aboutWraps h2 {
    font-size: 1.3125rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Roboto';
    margin: 0;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    bottom: 3.125rem;
    color: var(--white);
}

.aboutBox {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: var(--primary);
    border-radius: 23px;
    gap: 10px;
    transform: translateY(100%);
    transition: 0.8s ease;
}

.aboutWraps:hover .aboutBox {
    transform: translateY(0%);
}

.aboutBox h3 {
    color: var(--white);
    font-size: 1.3125rem;
    font-weight: 600;
    font-family: 'Roboto';
}

.aboutBox p {
    color: var(--white);
    font-size: 0.9375rem;
    font-family: 'Roboto';
}

.aboutBox a {
    color: var(--white);
    font-family: 'Roboto';
    font-weight: 600;
}

/* About Sec Css End */

/* Faith Sec Css Start */

.faithSec {
    background: #F8F8F8;
    padding: 5rem 0;
}

.faithContent h2 {
    color: var(--primary);
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 2.5rem;
    position: relative;
}

.faithContent p {
    color: #7A7A7A;
    font-weight: 300;
    line-height: 1.7;
}

.faithContent a {
    margin-top: 1rem;
}

.faithContent h2:before {
    content: "";
    position: absolute;
    background: var(--black);
    width: 55px;
    height: 2px;
    bottom: -1.2rem;
    left: 0;
    right: 0;
    margin: auto;
}

/* Faith Sec Css End */

/* Broken Sec Css Start */

.brokenSec {
    padding: 3.75rem 0;
}

.brokenSec h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2.1875rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.brokenWraps {
    position: relative;
    cursor: pointer;
}


.brokenWraps figure {
    overflow: hidden;
    border-radius: 22px;
}

.brokenWraps figure img {
    transition: 0.8s ease;
    width: 100%;
}

.brokenWraps:hover figure img {
    transform: scale(1.15);
}

.brokenContent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background: rgb(204 153 0 / 26%);
    border-radius: 22px;
    padding-bottom: 2.1875rem;
    transition: 0.8s ease;
}

.brokenWraps:hover .brokenContent {
    background: rgb(204 153 0 / 0%);
}

.brokenContent h3 {
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    margin: 0;
    font-size: 1.4375rem;
}


/* Broken Sec Css End */

/* About Sec Css Start */

.davisSec {
    padding: 3.125rem 0;
    background: #F8F8F8;
}

.davisSec:before {
    content: "";
    position: absolute;
    background: #EFEFF0;
    width: 59%;
    right: 0;
    height: 700px;
    top: 0;
    z-index: 1;
}

.davisImg {
    text-align: right;
}

.davisImg img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.davisContent h2 {
    font-size: 1.3125rem;
    font-weight: 600;
    color: var(--black);
    font-family: 'Roboto';
}

.davisContent h3 {
    font-size: 2rem;
    color: var(--primary);
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 1.5rem;
    position: relative;
}

.davisContent p {
    color: #7A7A7A;
    line-height: 1.75;
}

.davisContent p span {
    font-weight: bold;
}

.davisContent h3:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 2px;
    bottom: -0.7rem;
}

.davisContent {
    margin: 4rem 0 0 1rem;
    position: relative;
    z-index: 11;
}

/* About Sec Css End */

/* Blog Sec Css Start */

.blogSec {
    background: url(../images/blogBg.png)center/cover;
    height: 985px;
    display: flex;
    align-items: center;
}

.blogHeading h2 {
    color: var(--white);
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 2rem;
}

.blogHeading h2 span {
    color: var(--primary);
    display: block;
}

.blogBoxs {
    background: var(--white);
    width: 100%;
    max-width: 260px;
    height: 202px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
    padding: 1.25rem 1.875rem;
    gap: 1.1rem;
    margin-top: 4.375rem;
}

.blogBoxs h3 {
    color: #54595F;
    font-family: 'Roboto';
    font-size: 1.3125rem;
    font-weight: 600;
    margin: 0;
}

.blogBoxs p {
    color: #777777;
    font-family: 'Roboto';
    font-size: 0.875rem;
    margin: 0;
}

.blogBoxs a {
    text-transform: uppercase;
    color: #61CE70;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 0.75rem;
}

.blgBtn .themeBtn {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.blgBtn {
    margin-top: 1rem;
}

.blogSec:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 58%;
    height: 4px;
    left: 0;
    top: 40.3%;
}

/* Blog Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    padding: 10rem 0 15.625rem 0;
}

.serviceContent h2 {
    font-family: 'Roboto';
    font-weight: 600;
    color: var(--primary);
    font-size: 2rem;
}

.serviceContent p {
    color: #7A7A7A;
    margin: 3.125rem 0 1.2rem;
}

.serviceSec:before {
    content: "";
    position: absolute;
    background: #EFEFF0;
    height: 700px;
    width: 60%;
    bottom: 0;
    left: 0;
}

.serviceSec:after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 47%;
    height: 2px;
    top: 37%;
}

.serviceContent {
    margin-left: 3rem;
}

/* Service Sec Css End */

/* Tools Sec Css Start */

.toolSec {
    padding: 7.5rem 0;
}

.toolsHeading h2 {
    font-family: 'Roboto';
    font-weight: bold;
    color: var(--primary);
    font-size: 2.1875rem;
    text-transform: uppercase;
}

.toolsHeading p {
    color: #7A7A7A;
    font-family: 'Roboto';
    margin-bottom: 2rem;
}

.toolsWraps figure {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.toolsWraps figure img {
    transition: 0.8s ease;
}

.toolsWraps:hover figure img {
    transform: scale(1.15);
}

.toolsContent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background: rgb(204 153 0 / 26%);
    border-radius: 22px;
    padding-bottom: 2rem;
    transition: 0.5s ease;
}

.toolsWraps:hover .toolsContent {
    background: rgb(204 153 0 / 0%);
}

.toolsWraps {
    position: relative;
    cursor: pointer;
}

.toolsContent h3 {
    margin: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.375rem;
    font-family: 'Roboto';
    font-weight: 600;
}

.toolsWraps+.toolsWraps {
    margin-top: 9px;
}

/* Tools Sec Css End */

/* Ticker Sec Css Start */

.tickerSec {
    background: #144444;
    padding: 1.1rem 0;
}

.tickerSec h2 {
    text-align: center;
    font-size: 1.375rem;
    color: var(--white);
    margin: 0;
}

/* Ticker Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 6rem;
}

.footerLogo a img {
    width: 150px;
}

.footerLogo span {
    display: block;
    color: var(--white);
    font-weight: 300;
    font-size: 0.875rem;
    margin-top: 1.25rem;
}

.footerLogo {
    text-align: center;
}

footer h3 {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.onlineService p {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
}

.contactInfo ul li a {
    color: var(--white);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.contactInfo ul li a i {
    color: var(--primary);
    font-size: 1.125rem;
}

.contactInfo ul li+li {
    margin-top: 10px;
}

.socialLinks ul {
    display: flex;
    gap: 1em;
    margin-bottom: 1.5rem;
}

.socialLinks ul li a {
    color: var(--white);
}

.copyRight {
    text-align: center;
    border-top: 1px solid #727272;
    margin-top: 3.75rem;
}

.copyRight p {
    color: var(--white);
    font-weight: 300;
    font-size: 0.875rem;
    margin: 0;
    padding: 2rem 0;
}

/* Footer Css End */

/* Inner Css Start */

.innerBanner {
    background: url(../images/innerBan.png)center/cover;
    height: 400px;
    display: flex;
    align-items: center;
}

.innerBanner h2 {
    text-align: center;
    color: var(--primary);
    margin: 0;
    font-weight: 600;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
}

.max-container {
    max-width: 1125px !important;
}

.aboutOne {
    padding: 3.75rem 0 5rem 0;
}

.aboutoneContent h2 {
    color: var(--primary);
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 2rem;
    margin-bottom: 1rem;
}

.aboutoneContent p {
    color: #7A7A7A;
    font-size: 1.1875rem;
    line-height: 1.75;
    font-family: 'Roboto';
    margin: 0;
}

.aboutTwo {
    background: #144444;
    padding: 3.75rem 0;
}

.abouttwoContent h2 {
    color: var(--primary);
    font-size: 1.5rem;
    font-family: 'Roboto';
    margin: 0;
}

.abouttwoContent p {
    color: #F8F8F8;
    font-size: 1.1875rem;
    font-family: 'Roboto';
    line-height: 1.75;
    margin: 2rem 0 0 0;
}

.aboutThree {
    padding: 4.375rem 0;
}

.aboutthreeContent h2 {
    font-size: 1.5rem;
    color: var(--primary);
    font-family: 'Roboto';
    margin: 0;
}

.aboutthreeContent p {
    color: #7A7A7A;
    font-size: 1.125rem;
    font-family: 'Roboto';
    line-height: 1.7;
    margin: 1.5rem 0 0 0;
}

.aboutthreeContent p span {
    color: var(--primary);
}

.abouttwoContent p a {
    color: var(--primary);
}

.visionSect {
    padding: 5rem 0;
}

.visionSect h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Roboto';
    margin: 0 0 4.375rem 8rem;
}

.visionContent p {
    color: #7A7A7A;
    font-family: 'Roboto';
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 0;
}

.visionImg img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

.visionPic img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    border-radius: 12px;
}

.visionOnes p, .visionOnes ul li {
    color: #7A7A7A;
    font-family: 'Roboto';
    font-size: 1.1875rem;
    line-height: 1.75;
    margin: 0;
}

.visionOnes ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0.75rem 0;
}

.visionOnes p span {
    font-weight: bold;
}

.visionInner .row+.row {
    margin-top: 5rem;
}

.visionTwo h2 {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 600;
    color: #144444;
    margin-bottom: 1.5rem;
}

.visionTwo h3 {
    font-size: 1.75rem;
    font-family: 'Roboto';
    color: #7A7A7A;
}

.visionTwo p {
    font-size: 1.1875rem;
    color: #7A7A7A;
    font-family: 'Roboto';
    line-height: 1.75;
}

.visionTwo p span {
    font-weight: bold;
}

.visionTwo h4 {
    color: #7A7A7A;
    font-size: 1.5rem;
    font-family: 'Roboto';
}

.visionInner {
    padding-bottom: 2rem;
}

.staffInner {
    padding: 6.25rem 0;
}

.staffInner .row+.row {
    margin-top: 5rem;
}

.staffWraps figure img {
    border-radius: 12px 12px 12px 12px;
    box-shadow: -13px 14px 0px 0px rgba(228, 181.99999999999994, 89.99999999999997, 0.97);
    transition: 0.8s ease;
}

.staffWraps {
    text-align: center;
    cursor: pointer;
}

.staffWraps:hover figure img {
    box-shadow: -13px 14px 0px 0px rgba(53.65848097105146, 96.87167358398438, 89.65695613258333, 0.97);
}

.galleryWraps a img {
    border-radius: 8px;
}

.galleryWraps+.galleryWraps {
    margin-top: 8px;
}

.galleryInner .col-md-3 {
    padding: 0 6px;
}

.onlineContent h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 3rem;
}

.outreachHeading h2 {
    color: var(--primary);
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.outreachHeading p {
    color: var(--black);
    font-style: italic;
    font-family: 'Roboto';
    font-size: 1.1875rem;
    line-height: 1.75;
    width: 94%;
    margin: auto;
}

.reachImgs {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.listOne li a {
    color: #7A7A7A;
    font-family: 'Roboto';
}

.listOne li a span {
    font-weight: bold;
}

.listTwo {
    display: flex;
    gap: 1rem;
}

.listTwo li a {
    color: var(--primary);
}

.listOne {
    margin-bottom: 1.25rem;
    border-top: 2px solid #54595F;
    padding-top: 1rem;
}

.contactBoxs {
    background: #EFEFF0;
    padding: 4.375rem 0 2.5rem 5.625rem;
    margin-right: -26rem;
    margin-top: -5rem;
}

.contactSect {
    padding: 5rem 0;
}

.contactForms h2 {
    color: var(--primary);
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contactForms .form-control {
    border: 1px solid #69727D;
    outline: unset;
    box-shadow: unset;
    border-radius: 3px;
    margin-bottom: 0.625rem;
    color: #7A7A7A;
    font-size: 0.875rem;
}

.contactForms .form-control::placeholder {
    color: #7A7A7A;
}

.contactForms input {
    height: 40px;
}

.contactForms textarea {
    height: 95px;
    resize: none;
}

.contactBtn {
    text-align: right;
}

.contactBtn .themeBtn {
    border: unset;
    background: unset;
    outline: unset;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: unset;
    border-bottom: 1px solid;
    margin-top: 0.6875rem;
}

.displayTexts {
    padding: 0.625rem 1rem 1.75rem 1rem;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0.5em rgba(2, 2, 2, 0.18);
}

.displayTexts p {
    margin: 0;
    color: var(--black);
}

.sermonsBoxs {
    padding: 1rem 1rem;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0.5em rgba(2, 2, 2, 0.18);
}

.searchBar input, .searchForms select {
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--black);
    outline: unset;
    box-shadow: unset;
    width: 70%;
    padding-left: 1rem;
    font-size: 0.875rem;
}

.searchBar button {
    background: var(--primary);
    border: unset;
    color: var(--white);
    border-radius: 5px;
    padding: 0.8125rem 1.8em;
}

.searchForms select {
    width: 100%;
    margin: 0.75rem 0;
}

.onlineContent a,
.socialLinks .donateBtn {
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    display: inline-block;
    padding: 0.75rem 3em;
}

/* Inner Css End */

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #f1f5f9;
    position: unset !important;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.current-month {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    min-width: 200px;
    text-align: center;
}

.view-controls {
    display: flex;
    gap: 10px;
}

/* Button Styles */
.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-icon {
    width: 45px;
    height: 45px;
    padding: 0;
    justify-content: center;
    background: black;
    color: white;
    border: 2px solid #e2e8f0;
}

.btn-icon:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
}

.btn-view {
    background: #f8fafc;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-view.active,
.btn-view:hover {
    background: black;
    color: white;
    border-color: black;
}

.btn-primary {
    background: black;
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-secondary {
    background: #f1f5f9;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #ef4444;
    color: white;
    border-color: #ef4444;
}

/* Calendar Container */
.calendar-container {
    position: relative;
    margin-bottom: 30px;
}

.calendar-view {
    display: none;
}

.calendar-view.active {
    display: block;
}

/* Month View */
.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.weekday {
    background: #f8fafc;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #64748b;
    font-size: 14px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.calendar-day {
    background: white;
    min-height: 120px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar-day:hover {
    background: #f8fafc;
}

.calendar-day.other-month {
    background: #f8fafc;
    color: #94a3b8;
}

.calendar-day.today {
    background: black;
    color: white;
}

.calendar-day.selected {
    background: gray;
    color: white;
}

.day-number {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.day-events {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.event-dot {
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    padding: 2px 4px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Week View */
.week-header {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.time-column,
.day-column {
    background: #f8fafc;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #64748b;
}

.week-grid {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
}

.time-slot {
    background: white;
    padding: 10px;
    border-bottom: 1px solid #f1f5f9;
    min-height: 60px;
    position: relative;
}

.time-slot:first-child {
    border-top: none;
}

.time-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.week-event {
    position: absolute;
    left: 5px;
    right: 5px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    z-index: 10;
}

/* Day View */
.day-timeline {
    border-radius: 10px;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
    background: white;
}

.day-time-slot {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f1f5f9;
    min-height: 80px;
    position: relative;
}

.day-time-label {
    width: 80px;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.day-event {
    margin-left: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.day-event:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Event Panel */
.event-panel {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.panel-header h3 {
    font-size: 20px;
    color: #1e293b;
    font-weight: 600;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-item:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.event-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.event-info {
    flex: 1;
}

.event-title {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.event-time {
    font-size: 12px;
    color: #64748b;
}

.event-actions {
    display: flex;
    gap: 8px;
}

.event-actions button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.edit-btn {
    background: #10b981;
    color: white;
}

.edit-btn:hover {
    background: #059669;
}

.delete-btn {
    background: #ef4444;
    color: white;
}

.delete-btn:hover {
    background: #dc2626;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.modal-header h3 {
    font-size: 1.5rem;
    color: #1e293b;
    font-weight: 600;
}

.modal-close {
    width: 35px;
    height: 35px;
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #ef4444;
    color: white;
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
}

.color-picker {
    display: flex;
    gap: 10px;
}

.color-picker input[type="radio"] {
    display: none;
}

.color-option {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.color-picker input[type="radio"]:checked+.color-option {
    border-color: #1e293b;
    transform: scale(1.1);
}

.form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f1f5f9;
}

/* Responsive Design */
@media (max-width: 768px) {
  
    .calendar-header {
        flex-direction: column;
        gap: 20px;
    }

    .current-month {
        font-size: 1.5rem;
    }

    .calendar-day {
        min-height: 80px;
        padding: 8px;
    }

    .day-number {
        font-size: 14px;
    }

    .event-dot {
        font-size: 9px;
        padding: 1px 3px;
    }

    .week-header,
    .week-grid {
        grid-template-columns: 60px repeat(7, 1fr);
    }

    .time-column,
    .day-column {
        padding: 10px;
        font-size: 12px;
    }

    .time-slot {
        padding: 8px;
        min-height: 50px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .modal-content {
        padding: 20px;
        margin: 20px;
    }
}

/* Drag and Drop Styles */
.dragging {
    opacity: 0.5;
    transform: rotate(5deg);
}

.drop-zone {
    background: #f0f9ff;
    border: 2px dashed #0ea5e9;
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calendar-day,
.event-item {
    animation: fadeIn 0.3s ease;
}

.toolsContent h3 a {
    color: var(--white);
}