/* Created by Ali Dinçer - in/dincerali */

:root {
    --theme-color: #1f4988;
    --theme-secondary-color: #ae382a;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.theme-header {
    position: relative;
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 100px 80px rgba(0, 0, 0, .07);
}

.header-inner {
    padding: 24px 0;
}

.theme-header .logo img {
    height: 90px;
}

.theme-navbar {}



.theme-navbar .navbar-nav {
    flex-direction: row;
}

.theme-navbar .navbar-nav .nav-item {
    position: relative;
}

.theme-navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition-duration: .3s;
    color: var(--theme-color);
    padding-top: 8px;
    padding-bottom: 8px;

    text-decoration: none;
    border-style: solid;
    border-width: 0;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color, border-color;
    border-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-navbar .navbar-nav .nav-item:focus-within .nav-link, .theme-navbar .navbar-nav .nav-item:hover .nav-link {
    padding-bottom: 8px;
    border-bottom-width: 0;
    padding-top: 5px;
    border-top-width: 3px;
    color: var(--theme-secondary-color);
    border-color: currentColor;
}


.theme-navbar .navbar-nav .nav-item .sub-menu {
    padding: 0;
    flex-direction: column;
    white-space: nowrap;
    transition-timing-function: ease-in-out;
    transition-property: visibility, opacity;
    visibility: hidden;
    opacity: 0;
    display: flex;
    position: absolute;
    top: 100%;

    background-color: #fff;
    transition-duration: .3s;
    list-style-type: none;
}

.theme-navbar .navbar-nav .nav-item .sub-menu .sub-menu-item a {
    border: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: var(--theme-color);
    text-decoration: none;
    display: inline-block;
}

.theme-navbar .navbar-nav .nav-item .sub-menu .sub-menu-item a:hover {
    color: var(--theme-secondary-color);
}

.theme-navbar .navbar-nav .nav-item:hover>.sub-menu, .theme-navbar .navbar-nav .nav-item:focus-within>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.theme-navbar .navbar-nav .nav-item::hover>.sub-menu, .theme-navbar .navbar-nav .nav-item::focus-within>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eef7f3;
    position: relative;
}

.stories.carousel .story>.item-link>.item-preview {
    max-height: 60px;
    max-width: 60px;
    margin: auto
}

.theme-footer {
    background-color: var(--theme-color);
}

.footer-links {
    text-decoration: none;
    color: var(--bs-light);
}

.footer-links:hover {
    color: #448a6a;
}

.width-767-area {
    max-width: 767px;
    padding: 74px 24px 112.5px;

    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: inherit;
}

.bg-ultra-light {
    background-color: #eef7f3;
}

.theme-color {
    color: var(--theme-color);
}

.theme-secondary-color {
    color: var(--theme-secondary-color);
}

.theme-bg {
    background-color: var(--theme-color);
}

.theme-bg-secondary {
    background-color: var(--theme-secondary-color);
}

.tour-program-slide {
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
    overflow: visible;
    padding: 10px !important;
    box-shadow: 0 2.7px 3.6px -5px rgba(0, 0, 0, 0.04), 0 7.5px 10px -5px rgba(0, 0, 0, 0.06), 0 18px 24.1px -5px rgba(0, 0, 0, 0.08), 0 60px 80px -5px rgba(0, 0, 0, 0.1);
    display: flex !important;
    flex-direction: column;
}

.tour-program-slide .slide-title {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 16px;
    border-radius: 1rem;
    font-weight: 600;
    color: var(--theme-secondary-color);
}

.tour-program-slide .slide-image {
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    margin-top: 11px;
    width: 100%;
}

.slide-icon {
    background-color: #eef7f3;
    border: 1px solid #eef7f3;
    padding: 20px;
    display: inline-flex;
    border-radius: 50%;
}

.slide-icon i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.contact-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    background-color: #25D366;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
}

.tour-program-slider-outer .unslider-nav ol li {
    border-color: #fff
}

.tour-program-slider-outer .unslider-nav ol li.unslider-active {
    background-color: #fff
}

.tour-program-slider-outer .unslider {
    padding: 0
}

.tour-program-slider-outer .unslider-wrap.unslider-carousel>li {
    padding: 0
}

.tour-program-slider-outer .unslider-arrow.next {
    right: 10px;
    z-index: 100
}

.tour-program-slider-outer .unslider-arrow.prev {
    left: 10px;
    z-index: 100
}

.tour-program-slider-outer .unslider-wrap {
    display: flex;
}

.tour-program-slider-outer .ct-slide {
    height: 100%
}


.tour-program-slider-outer .unslider-fade ul li.unslider-active {
    width: 100%
}


.unslider .unslider-fade ul li.unslider-active {
    position: relative;
}



.office-slider {
    width: 100%;
    height: 100%;
}

.office-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.office-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dual-button-inner {
    display: inline-block;
    position: relative;
    width: auto;
}

.dual-button {
    color: #565656;
    display: inline-flex;
    padding: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .2s;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 49%;
}

.dual-button.dual-button-left {
    background-color: #25d366;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.dual-button.dual-button-middle {
    position: absolute;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    border-radius: 50px;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

.dual-button.dual-button-right {
    background-color: #374047;
    color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}


.dual-button:hover {
    background-color: #4b5760;
}



.reviews-area .review-item .review-inner {
    border-style: solid !important;
    border-color: #f4f4f4 !important;
    background: #f4f4f4 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin: 0 !important;
    display: block;
    position: relative;
    line-height: 1.4;
}

.reviews-area .review-item {
    transition: transform 300ms ease-out;
}

.reviews-area .review-item:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.reviews-area .review-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.reviews-area .review-header::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-image: url('/assets/img/google-icon.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;

}

.reviews-area .review-header .review-profile-img img {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: block;
    border-radius: 30px;
    min-width: initial !important;
    max-width: initial !important;
    object-fit: cover;
    object-position: top;
}

.reviews-area .review-header .review-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-area .review-header .review-profile-details .review-name {
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 2px;
}

.reviews-area .review-header .review-profile-details .review-date {
    color: #000;
    opacity: .5;
    font-size: 12px !important;
}

.reviews-area .review-stars {
    margin-bottom: 8px;
    margin-top: 15px;
    white-space: nowrap;
}

.reviews-area .review-stars i {
    font-size: 17px;
    color: #f6bb06;
}

.reviews-area .review-text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    transition: height .5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
}

.width-600 {
    width: 600px;
}

.width-900 {
    width: 900px;
}

.width-768 {
    width: 768px;
}

.wide-wp-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: #fff;
    background-color: #25d366;
    text-align: justify;
    border-radius: 10px;
    width: 100%;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    max-width: 100%;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    padding-right: 40px;
    padding-bottom: 18px;
    padding-left: 25px;
    margin-bottom: 23px;
    padding-top: 14px;
    margin-top: 13px;
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 100px 80px rgba(0, 0, 0, .07);
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.wide-wp-button:hover {
    background-color: #128c7e;
}

.wide-wp-button i {
    font-size: 40px;
}

blockquote {
    background: #eef7f3;
    border-right: 10px solid var(--theme-color);
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";

    font-size: 18px;
}

blockquote:before {
    color: var(--theme-color);
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-left: .25em;
    vertical-align: -.4em;
}

blockquote p {
    display: inline;
}

.star-container svg {
    width: 2rem;
    height: 2rem;
    padding: 0.15rem;
}

/* hide radio buttons */

input[name="star"] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px;
}

/* hide source svg */

.star-source {
    width: 0;
    height: 0;
    visibility: hidden;
}


/* set initial color to transparent so fill is empty*/

.star {
    color: transparent;
    transition: color 0.2s ease-in-out;
}


/* set direction to row-reverse so 5th star is at the end and ~ can be used to fill all sibling stars that precede last starred element*/

.star-container {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.star-container label:hover~label .star,
svg.star:hover,
input[name="star"]:focus~label .star,
input[name="star"]:checked~label .star {
    color: #fdb81e;
}

input[name="star"]:checked+label .star {
    animation: starred 0.5s;
}

input[name="star"]:checked+label {
    animation: scaleup 1s;
}

@keyframes scaleup {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes starred {
    from {
        color: #fdb81e;
    }

    to {
        color: #fdb81e;
    }
}

.program-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.program-pills .nav-item {
    margin: 0 0 8px 8px;
}

.program-pills .nav-link {
    border-radius: 4px;
    border: 2px solid #c8c8c8;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
    color: #000;
}

.program-pills .nav-link.active {
    color: #fff;
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
}

.program-post {}

.program-post .post-image {
    position: relative;
    width: 100%;
}

.program-post .post-image img {
    width: 100%;
    display: flex;
}

.program-post .post-image .post-image-date-overlay {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: .7em;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: .7em 1em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.program-post .post-wrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem;
    margin: 1rem;
    margin-top: -1rem;
    z-index: 1;
    align-self: stretch;
    box-shadow: rgba(86, 109, 143, .1) 0 1rem 2rem;
    position: relative;
}

.program-post .post-title {
    font-size: 20px;
    line-height: 1.8;
    color: var(--theme-color);
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
}

.program-post .post-title:hover {
    color: #000
}

.post-meta {
    margin-top: .5em;
    font-size: .9rem;
    display: flex;
    flex-direction: row;
}

.post-inner-img {
    margin-top: -100px;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 50px;
}

.post-inner-text-area {
    font-size: 1.1rem;
}

.program-block-area {
    width: 100%;
    border-right-width: 3px;
    border-right-style: solid;
    border-top-color: #34495e;
    border-bottom-color: #34495e;
    border-left-color: #34495e;
    margin-bottom: 16px;
    padding-top: 0;
    margin-top: 16px;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-top-style: none;
    border-top-width: 2px;
    border-left-width: 2px;
    border-left-style: none;
    border-bottom-right-radius: 10px;
    border-right-color: var(--theme-secondary-color);
}

.program-block {
    position: relative;
    margin-bottom: 30px;
}

.program-block::before {
    content: attr(data-day);
    background-color: var(--theme-secondary-color);
    color: #fff;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    flex-direction: unset;
    position: absolute;
    right: -21px;
    top: -1px;
}

.slide-absolute-text {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    color: #f5f5f5;
    padding-right: 20px;
    padding-left: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-without-padding .unslider {
    padding: 0 !important;
}

.slider-without-padding .unslider-wrap {
    position: relative;
    z-index: 1;
}

.slider-without-padding .unslider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.link-area a {
    font-weight: 700;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    max-width: 100%;
    color: #3175e4;
    display: block;
    text-decoration: none;
}

.link-area a:hover {
    background-color: #eef7f3;
}

.map-outer {
    height: 378px;
    width: 100%;
    max-width: 100%;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #046648;
    border-right-color: #046648;
    border-bottom-color: #046648;
    border-left-color: #046648;
}

.map-outer iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* RESPONSİVE */

@media (max-width:992px) {
    .mobile-menu-open {
        border: 0;
        background-color: #dddddd;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-close-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 15px;
        background-color: #fff;
    }

    .mobile-menu-close-outer button {
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        padding: 0;
    }

    .mobile-menu-close-outer img {
        max-height: 60px;
    }

    .theme-navbar .navbar-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        transform: translateX(-100%);
        transition: transform .3s, visibility .3s;
        flex-direction: column;
        align-items: flex-start;
        visibility: hidden;
        height: 100%;
        padding: 0;
    }

    .theme-navbar .navbar-nav.active {
        visibility: visible;
        transform: translateX(0);
    }

    .theme-navbar .navbar-nav .nav-item{
        width: 100%;
    }

    .theme-navbar .navbar-nav a {
        color: #333;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.5rem !important;
        border-top: 1px solid #ccc !important;
        width: 100% !important;
        padding: 5px 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-radius: 0 !important;
    }
    .wide-wp-button{
        font-size: 18px;
    }
}

/* RESPONSİVE */