/* Basic Reset */

body,
h1,
h2,
h3,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: #054d8a;
}

.header-top-wrapper .phone-area {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.header-top {
    padding: 10px;
    background: #f7f5f2;
}

.header-top-wrapper .phone-area i {
    color: #054d8a;
}

.header-top-wrapper .phone-area a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top-wrapper .phone-area .text {
    color: #054d8a;
}

header img {
    max-width: 200px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 250px;
    color: #054d8a;
    font-weight: 500;
}

.slider-area {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.slider-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.25;
}

.slider-area .container {
    position: relative;
    z-index: 99;
}

.slider-content .title {
    font-size: 48px;
    font-weight: bold;
    color: white;
    font-family: "Gloria Hallelujah", serif;
    margin-bottom: 10px;
}

.slider-content .desc {
    font-size: 18px;
    color: white;
}

img {
    max-width: 100%;
}

section.campus {
    padding: 80px 0;
    text-align: center;
}

section.campus .section-title {
    font-size: 48px;
    font-weight: bold;
    font-family: "Gloria Hallelujah", serif;
    color: #054d8a;
    margin-bottom: 50px;
}

a.campus-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    color: #054d8a;
}

a.campus-box img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all .3s ease;
}

a.campus-box .picture {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
}

.campus-box:hover img {
    transform: scale(1.2);
}

.campus-box .title {
    font-size: 18px;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

section.about-us {
    padding: 100px 0;
    background: #f7f5f2;
}

.about-content .content-title {
    font-size: 28px;
    font-family: "Gloria Hallelujah", serif;
    color: #054d8a;
    font-weight: bold;
    margin-bottom: 25px;
}

.about-content .desc ul {
    padding-left: 20px;
}

.about-content .desc ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-content .desc ul li {
    margin-bottom: 15px;
}

.btn-blue {
    display: inline-flex;
    padding: 10px 30px;
    background: #054d8a;
    color: white;
    border-radius: 10px;
    font-family: "Gloria Hallelujah", serif;
    border: solid 3px;
    transition: all .3s ease;
}

.btn-blue:hover {
    background: none;
    color: #054D89;
}

footer {
    padding: 100px 0;
    background: #054D89;
    color: white;
    text-align: center;
}

.footer-campus-box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-campus-box a {
    color: white;
}

.copyright-footer {
    text-align: center;
    padding: 20px;
    background: #002543;
    color: white;
    font-size: 14px;
}

.breadcrumb {
    padding: 80px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.breadcrumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #054d89;
    opacity: 0.25;
}

.breadcrumb h1 {
    position: relative;
    z-index: 1;
    color: white;
    font-family: "Gloria Hallelujah", serif;
    font-size: 46px;
}

.about-page {
    padding: 100px 0;
}

.about-content-area .title {
    font-size: 36px;
    font-family: "Gloria Hallelujah", serif;
    color: #9C27B0;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-page .row {
    margin-bottom: 60px;
}

.about-content-area .title.blue {
    color: #2196f3;
}

.about-content-area .title.green {
    color: #4caf50;
}

.desc p {
    margin-bottom: 20px;
}

.about-page .about-picture img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

@media(max-width:992px) {
    .header-top {
        display: none;
    }
    header {
        display: none;
    }
    .about-page .container,
    .about-page .container .row,
    .about-page .container .col-md-6 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .row,
    .col-md-4,
    .container {
        padding: 0 !important;
        margin: 0 !important;
    }
    .about-page {
        padding: 40px 15px;
    }
    .about-content-area {
        margin-bottom: 30px;
    }
    .about-page .container .row:nth-child(2) {
        flex-direction: column-reverse;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999999999;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/web/20250228093220im_/http://cingoz.com.tr/images/loading.gif) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/web/20250228093220im_/http://cingoz.com.tr/images/prev-1.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/web/20250228093220im_/http://cingoz.com.tr/images/next-1.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/web/20250228093220im_/http://cingoz.com.tr/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

.header-mobile {
    display: none;
}

@media(max-width:992px) {
    .header-mobile {
        display: flex;
        align-items: center;
        padding: 2px 15px;
        justify-content: space-between;
        position: sticky;
        background: white;
        top: 0;
        z-index: 99999;
    }
}

.header-mobile img {
    max-width: 160px;
}

.header-mobile button {
    color: #174687;
    background: none;
    border: none;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal.show .modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    width: 80%;
    min-height: 100vh;
}

.btn-close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #283885;
    color: white;
    font-size: 30px;
    border: none;
}

.mobile-nav ul {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
}

.mobile-nav ul li {
    margin-bottom: 20px;
}

ul.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 20px;
}

ul.social-links i {
    font-size: 18px;
}

ul.social-links .title {
    font-size: 14px;
}

ul.social-links a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #E1306C;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

section.gallery {
    padding: 100px 0;
}

.whatsapp-contact {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #07a441;
    color: white;
}

.whatsapp-contact a {
    display: inline-flex;
    flex-direction: column;
    color: white;
    text-align: center;
    width: 33.33%;
    padding: 10px 0;
    border-right: solid 1px white;
}

.whatsapp-contact a .title {
    font-size: 10px;
}

.whatsapp-contact a i {
    font-size: 22px;
}

@media(max-width:992px) {
    .whatsapp-contact {
        display: flex;
    }
    section.gallery {
        padding: 40px 0;
    }
    .slider-area {
        min-height: 420px;
        background-size: cover;
        background-position: center center;
    }
    .slider-content .title {
        font-size: 32px;
    }
    .slider-content .desc {
        font-size: 14px;
    }
    .slider-area::before {
        opacity: 0.4;
    }
    section.campus {
        padding: 40px 0;
    }
    a.campus-box+.phone-link {
        display: block;
        margin-bottom: 60px;
    }
    section.campus .section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .footer-campus-box {
        margin-bottom: 30px;
    }
    .footer-campus-box .title {
        margin-bottom: 10px;
    }
    .copyright-footer {
        padding-bottom: 100px;
    }
    .whatsapp-contact.flex a {
        width: 100%;
    }
    .whatsapp-contact.flex a .title {
        font-size: 14px;
    }
}
.gallery-box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.about-page .gallery-box img {
    height: 500px;
    object-fit: cover;
    width:100%;
}


.iframe .iframe-title {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.content-wrapper.seo-wrapper {
    padding: 80px 0;
    max-height: 500px;
    overflow: scroll;
    margin-bottom: 100px;
}