@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap');

.font-Ubuntu {
    font-family: "Ubuntu", sans-serif !important;
}

body {
    font-family: "Cabin", sans-serif !important;
    background-color: #fff !important;
    color: #231f20 !important;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-attachment: fixed;
}

/* Arabic (RTL) font override */
html[dir="rtl"],
html[dir="rtl"] body,
html[dir="rtl"] .font-Ubuntu {
    font-family: "Tajawal", "Cabin", sans-serif !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #3838F1;
}

.link:hover {
    color: #3838F1;
}
.link2:hover {
    color: #D53B6B;
}

body h6 {
    font-weight: 400;
}
body h1 {
    font-family: "Ubuntu", sans-serif !important;
}

.text-main {
    color: #3838F1 !important;
}
.text-main2 {
    color: #D53B6B !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.lh-8 {
    line-height: .8 !important;
}

.btn.btn1 {
    background: #D53B6B;
    border: 1px solid #D53B6B;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
    width: auto;
    min-width: 240px;
    padding: 8px 24px;
    font-size: 2rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}
.btn.btn1:hover i {
    transition: all .5s ease;
}

.btn.btn1:hover i {
    transform: translateX(8px);
}

.bg1 {
    background-color: #b2c3e2 !important;
}

.space-top {
    padding-top: 60px;
}

.padding {
    padding: 90px 12px;
}

.header-top {
    padding: 10px 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .2s ease;
    z-index: 99;
}

.header-top.fixed {
    position: fixed;
    background: #3838f1;
}

.logo1 {
    width: 60px;
}
.logo2 {
    width: 70px;
}
.logo-text {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-left: 40px;
    font-family: "Ubuntu", sans-serif;
}

nav.navbar {
    padding: 0;
    color: #fff;
}
nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    padding: 10px 15px;
    text-align: center;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #D53B6B;
}
.header-top .btn.btn1 {
    padding: 0px 12px;
    background: #b5c3e0;
    border-color: #b5c3e0;
    min-width: auto;
    color: #231f20;
    font-size: 1.125rem;
    font-weight: 600;
}

nav.navbar.navbar-other{
    color: #3838F1;
}
nav.navbar.navbar-other .logo-text{
    color: #3838F1;
}

.fixed nav.navbar.navbar-other{
    color: #fff;
}
.fixed nav.navbar.navbar-other .logo-text{
    color: #fff;
}

nav.navbar.navbar-other .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 56, 241, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.swiper1 .swiper-slide .overlay {
    padding: 40px 8px;
    padding-bottom: 80px;
    height: calc(100vh - 80px);
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: rgb(0 0 0 / 40%); */
}
.swiper1 .swiper-pagination {
    bottom: 30px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 2px;
    border: 2px solid #3838F1;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
}

.video-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    transition: all .4s ease;
}
.video-box .video {
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
}

.video-box .video img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 2s ease;
}

.video-box:hover .video img {
    transform: scale(1.25);
}

.video-box .txt {
    padding: 20px;
}
.video-box .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
}


.audio-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    transition: all .4s ease;
}
.audio-box .audio {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.audio-box .audio img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 2s ease;
}

.audio-box:hover .audio img {
    transform: scale(1.25);
}

.audio-box .txt {
    padding-top: 20px;
}
.audio-box .audio .icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 3rem;
}
.audio-box:hover {
    background: #3838F1;
    color: #fff;
}

.audio-box:hover p.text-main {
    color: #fff !important;
}



.list1 {
    list-style: circle;
    padding-left: 16px;
}

.list1 li {
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #3838F1;
}


/*player*/
:root {
    --plyr-color-main: #782ecb !important;
    --plyr-control-icon-size: 20px !important;
    --plyr-font-size-time: 16px !important;
    --plyr-range-track-height: 10px !important;
    --plyr-range-thumb-height: 18px !important;
}
.plyr__controls__item.plyr__progress__container {
    position: absolute;
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    margin-left: 10px !important;
}

button.plyr__controls__item.plyr__control {
    margin-right: 0 !important;
}

.plyr__controls__item.plyr__time--current.plyr__time {
    margin-left: auto;
}

.player {
    max-height: calc(100vh - 75px - 105px);
}

.plyr .player-full{
    width: 100%;
    height: 100vh;
}


.radio-bottom {
    background: #111;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 8px 0;
    z-index: 99;
    --plyr-color-main: #3838F1 !important;
}

.radio-bottom .radio-box .img {
    width: 52px;
    min-width: 52px;
    height: 52px;
}

.radio-bottom .plyr--audio .plyr__controls {
    background: transparent;
    color: #fff;
    padding: 0;
}

.radio-bottom .plyr--audio {
    position: unset;
}

.radio-bottom .plyr__controls__item.plyr__progress__container {
    top: -7px;
}

.radio-bottom .plyr__controls__item.plyr__time--duration.plyr__time {
    margin-right: auto;
}

.radio-bottom .plyr__controls__item.plyr__time--current.plyr__time {
    margin-left: 0;
}

.radio-bottom .like {
    position: absolute;
    right: 12px;
    top: 32px;
    font-size: 18px;
}
.radio-bottom .song-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


.about-banner {
    background-color: #f9ecdc;
    min-height: 250px;
}

.clients-say-box {
    background: #8da2bd;
    border-radius: 10px;
    padding: 24px;
}


.form.form1 .form-control {
    background: transparent;
    padding: 3px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}

.form.form1 .form-control::placeholder {
    color: #fff
}

.section1 {
    background-color: #fff;
    border-radius: 40px;
    margin-top: -40px;
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
}

.section2 {
    border-radius: 0 0 40px 40px;
    margin-top: -40px;
}



.wedo-box {
    text-align: center;
}

.wedo-box .img {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 16px;
    box-shadow: 6px 5px 0 #3838F1;
}

.wedo-box .img img {
    border-radius: 100%;
}
.shadow-yellow{
    box-shadow: 6px 5px 0 #F5BB3D !important;
}
.shadow-pink{
    box-shadow: 6px 5px 0 #D53B6B !important;
}
.shadow-green{
    box-shadow: 6px 5px 0 #73C4B0 !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.employe-box {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
}

.employe-box .img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 16px;
    box-shadow: 6px 5px 0 #3838F1;
}

.employe-box .img img {
    border-radius: 100%;
}

.tour-box .img {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 16px;
    height: 448px;
    max-width: 444px;
}

.bg-EFEFEF {
    background-color: #EFEFEF;
}

.banner-section .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.modal1 .modal-content {
    border: 0;
    border-radius: 0px;
    background-color: #3838F1;
    color: #fff;
}

.modal.modal1 button.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    box-shadow: none !important;
    outline: none !important;
}

.banner-calendar {
    min-height: calc(100vh - 216px);
}

#calendar {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    border: 1px solid #fff;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 0%), transparent);
}

#calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

#calendar_content,
#calendar_weekdays,
#calendar_header {
    position: relative;
    width: 320px;
    overflow: hidden;
    float: none;
    z-index: 10;
    background: transparent !important;
}

#calendar_weekdays div,
#calendar_content div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #fff !important;
}

#calendar_content {
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;

    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px 24px 30px 24px;
    justify-content: center;
}

#calendar .heading {
    padding: 50px 24px 0;
}

#calendar_content div {
    float: none;
    border-radius: 50%;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #fff;
}

#calendar_content div:hover {
    background-color: transparent;
}

#calendar_content div.blank {
    background-color: transparent;
    border: 0;
    height: 0 !important;
}


#calendar_header,
#calendar_content div.today {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 1;
}

#calendar_content div.today {
    color: #000 !important;
    background-color: #fff !important;
}

#calendar_header {
    width: 100%;
    height: 87px !important;
    text-align: center;
    background-color: transparent !important;
    padding: 18px 0;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

#calendar_header h1 {
    font-size: 1.25em;
    color: #FFFFFF;
    float: left;
    width: 70%;
    margin: 12px 0;
}

#calendar_header i[class^=icon-chevron] {
    color: #FFFFFF;
    float: left;
    width: 15%;
    border-radius: 50%;
    line-height: 50px !important;
}






/* footer-section */
.footer-section {
    background: #3838F1;
    color: #fff;
}
.footer-section .padding {
    padding: 45px 48px;
}
.social {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
}
.social a {
    color: #fff;
    text-align: center;
    transition: all .4s ease;
    font-size: 1.25rem;
}

.social a:hover {
    color: #D53B6B;
}

.footer-copy {
    padding: 24px 8px;
    background: #08090d;
    color: #f9ecdc;
}

/* Hide weekday headers and gridlines for a clean matrix */
.fc .fc-col-header { display: none; }
.fc-theme-standard td, .fc-theme-standard th { border-color: transparent; }
.fc .fc-scrollgrid { border: 0; background: transparent; }
.fc .fc-daygrid-day { background: transparent; }
.fc .fc-day-other { background: transparent; }
.fc .fc-daygrid-day.fc-day-today { background: transparent !important; }
.fc-theme-standard .fc-day-today { background-color: transparent !important; }
.fc .fc-day-today .fc-daygrid-day-frame { background: transparent !important; }
.fc .fc-daygrid-day-frame { display: flex; align-items: center; justify-content: center; padding: 8px 0; position: relative; overflow: visible; }

/* Bubble layout using FullCalendar's native day number */
.fc .fc-daygrid-day-top { display: flex; justify-content: center; }
.fc .fc-daygrid-day-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    border: 1.5px solid rgba(255,255,255,0.85);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.375rem; /* 22px for better readability */
    margin: 16px 12px; /* ~32px vertical, ~24px horizontal */
    text-decoration: none !important;
    transition: transform 150ms ease, border-color 150ms ease;
}
@media (max-width: 576px) {
    .fc .fc-daygrid-day-number { font-size: 1.2rem; }
}
.fc .fc-daygrid-day-number:hover { transform: scale(1.02); border-color: #fff; }
.fc .fc-daygrid-day-number:active { transform: scale(0.98); }

/* Selected bubble (solid white) */
.fc .fc-daygrid-day-number.selected-bubble {
    background: transparent;
    color: #D53B6B;
    border-color: #D53B6B;
    box-shadow: none;
}

/* Today and past days: no background effects; dimmed and not selectable */
.fc .fc-day-past .fc-daygrid-day-number {
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255,255,255,0.6);
    border-color: rgba(255,255,255,0.6);
    pointer-events: none;
    cursor: default;
}
/* Today: restore normal white and allow interactions */
.fc .fc-day-today .fc-daygrid-day-number {
    color: #ffffff;
    border-color: rgba(255,255,255,0.85);
}
/* Remove any background/shadow and marker dot for today */
.fc .fc-day-today .fc-daygrid-day-number { background: transparent !important; box-shadow: none !important; }
.fc .fc-day-today .fc-daygrid-day-number::after { content: none !important; }

/* Ensure today adopts selected styling when chosen */
.fc .fc-day-today .fc-daygrid-day-number.selected-bubble {
    color: #D53B6B;
    border-color: #D53B6B;
}

/* Wider glass card */
#calendar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 980px;
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 40px;
    overflow: visible;
    background: rgba(255,255,255,0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    padding: 40px 32px;
}