/*mainroot*/


body {
    font-size: var(--body_font_size);
    font-weight: 400;
    background-color: var(--pagebgcolor);
    /*background-image: url(../img/bg-3.jpg);*/
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    color: var(--pagefont_clr);
    font-family: var(--nunito);
    overflow-x: hidden !important;
    position: relative;
    max-height: 100vh;
    overflow-y: scroll;

}

html {
    overflow-x: hidden;
}


.bg-dark-light {
    background: var(--gray6) !important;
}

strong {
    font-weight: 600;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}


section {

    position: relative;
}


.labels {
}

.labels .label {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    display: flex;
}

.labels .label svg {
    fill: var(--clr1_2);
    max-width: 30px;
    max-height: 50px;
    margin-right: 10px;
}

.labels .label .label-head {
    font-size: 1.2em;
}

.labels .label.label-1 {
    position: absolute;
    left: 10%;
    width: 80%;
    top: -20px;
    background: WHITE;
}

.labels .label.label-2 {
    position: absolute;
    left: -10px;
    width: fit-content;
    top: -20px;
    background: WHITE;
}

.labels .label.label-3 {
    position: absolute;
    right: -10px;
    width: fit-content;
    bottom: -20px;
    background: WHITE;
}

.content-container {
    width: var(--content_container);
    max-width: var(--content_container);
    margin-inline: auto;
    min-height: 10px;
    position: relative;
}

div.content-container-right {
    width: 80vw;
    margin-inline-start: auto;

}

.low-hero {
    font-size: 1em;

    font-weight: 400;
}

.section-title {
    font-size: 2.3em;
    line-height: 1.1em;
    font-weight: 600;
}

.section-title-big {
    font-size: 3em;
    line-height: 1em;
    font-weight: 900;
}

.section-title-soft {
    font-size: 2.3em;

    font-weight: 200;
    line-height: 1.2em;
}

.section-title-soft-2 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-title strong {
    font-weight: 800;

}

.section-title-text {
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: 600;
}

.bg-dark.dotted {
    background-color: var(--clr_dark) !important;
    background-image: url(../img/shapes/shape.png) !important;
    background-repeat: no-repeat !important;
    background-size: 110px auto !important;
}

.bg-dotted {
    background-image: url(../img/shape.png) !important;
    background-repeat: no-repeat !important;
    background-size: 80% auto;
    background-position: left center !important;
}

.bg-dotted-1 {
    background-image: url(../img/shapes/shape-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-2 {
    background-image: url(../img/shapes/shape-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-3 {
    background-image: url(../img/shapes/shape-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-4 {
    background-image: url(../img/shapes/shape-4.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-5 {
    background-image: url(../img/shapes/wave-5-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
}

.bg-dotted-6 {
    background-image: url(../img/shapes/vertical-lines-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 20% auto;
    background-position: top center !important;
}

.bg-dotted-7 {
    background-image: url(../img/shapes/vertical-lines-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40% auto !important;
    background-position: left center !important;
}

.bg-dotted-map {
    background-image: url(../img/shapes/dotted-map.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.button-bar {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
    height: fit-content;
    padding: 14px 5px;
    background: linear-gradient(to bottom, #373744 18%, WHITE 18%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
    border-radius: 20px;

}

.button-bar .bar-header {
    font-size: 0.8em;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-bottom: 4px solid #d9d9d9;
    cursor: pointer;
    padding-bottom: 9px;
}

.button-bar ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.button-bar ul li:first-child {
}

.button-bar ul li:last-child {
}

.button-bar ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .2s;
}

.button-bar ul li a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.button-bar ul li a {
    position: relative;
    width: 80px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
    border-radius: 10%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .2s;
    padding-bottom: 10px;
    padding-top: 10px;
    color: var(--dark) !important;
}

.button-bar ul li a i {
    font-weight: 900;
}

.button-bar ul li a span {

    font-size: 0.5em;
}

.button-bar ul li:nth-child(2) a {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0;

}

.button-bar.opened ul li:nth-child(2) a {
    visibility: visible;
    max-height: 1500px;
    overflow: hidden;
    padding: 6px;
}

.button-pad {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.button-pad .button-area {
    padding: 15px;
}

.button-pad .button-area .button-card {
    min-width: 60px;
    width: 100%;
    background: linear-gradient(45deg, white, #ddd);
    display: flex;
    border-radius: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-pad .button-area .button-card img {
    width: 60px;
    border-right: 1px solid #ddd;
    padding: 12px;
}

.button-pad .button-area .button-card h2 {
    font-weight: 400;
    font-size: 1em;
    padding-left: 5px;
    margin-bottom: 0;
}

.button-pad .button-area .button-card-img {
    background: white;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 50px transparent;
    border: 1px solid #ddd;
}

.button-pad .button-area .button-card-img:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.button-pad .button-area .button-card-img .img {
    display: block;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: auto 80% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.button-pad .button-area .button-card-img .content {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-pad .button-area .button-card-img .content h2 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 500;
    border-top: 1px solid #ddd;

}

.bg-img-box-1 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100%;
    height: var(--promo-height-origin);
}

.bg-img-box-1.big {
    height: calc(calc(var(--promo-height-origin) * 2) + 10px);
}

.bg-img-box-1.bigger {
    height: calc(calc(var(--promo-height-origin) * 3) + 40px);

}

.bg-img-box-1.small {
    height: calc(var(--promo-height-origin) - 50px);
}

.bg-img-box-1.x-small {
    height: 95px;
}


.bg-img-box-1 .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    padding: 20px;
}


.icon-card {
    position: relative;
    border-radius: calc(var(--radius) + 10px);
    height: fit-content;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;

}

.icon-card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);
}

.icon-card .img {
    position: absolute;

    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: calc(var(--radius) + 10px);
    z-index: 20;
    background-color: WHITE !important;
    background-size: 35px auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ddd;
}

.icon-card .card-body {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    min-height: 80px;
}

.icon-card .card-body h2.card-head {

    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    justify-content: space-between;
    font-weight: 500;
}

.icon-card .card-body h2.card-head img {
    max-width: 47px;
    margin-bottom: -37px;
    background: WHITE;
    padding: 5px;
}

.icon-card .card-body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;

}

.icon-card .card-body ul li {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}

.icon-card .card-body ul li a {
    display: flex;
    width: 100%;
    padding: 6px 11px;
    color: var(--pagefont_clr);
    flex-direction: row;
    align-items: center;
    justify-content: end;
    text-align: right;
    border: 1px solid transparent;
    border-radius: calc(var(--radius) + 10px);
    background: transparent;
    font-size: 1.1em;
}

.icon-card .card-body ul li a i {
    color: #ddd;
}

.icon-card .card-body ul li a:hover {
    background: #eee;
}

.image-card-1 {
    border-radius: calc(var(--radius) + 20px);

    background: WHITE;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}

.image-card-1:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);

}

.image-card-1 .img {
    height: 250px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: calc(var(--radius) + 20px);
    margin-bottom: -10px;
}

.image-card-1 .card-body {
    padding: 25px;
}

.image-card-1 .card-body h2 {
    margin-bottom: 10px;
}

.image-card-1 .card-body .sg-button {
    margin-bottom: 10px;
    background-color: #ffffffe6;
    box-shadow: 0 9px 10px 3px #d9d9d9;
    color: #000;
}

.image-card-1 .card-body .card-head {
    font-size: 1em;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.6em;
}

.image-card-2 {
    border-radius: calc(var(--radius) + 20px);
    padding: 25px;
    background: WHITE;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;

}

.image-card-2:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);

}

.image-card-2 .img {
    flex: 1 1;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: calc(var(--radius) + 20px);
    display: inline-flex;
}

.image-card-2 .img img {
    position: relative;
    bottom: 0;
    height: fit-content;
    width: 100%;
}

.image-card-2 .card-body {
    width: 10%;
    display: inline-flex;
    padding: 15px;
    height: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: start;

}

.image-card-2 .card-body .card-head {
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    color: var(--dark);
    width: 100%;

}

.campaing-card {
}

.campaing-card .img {
}

.campaing-card .img .new-img {
    height: 255px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.campaing-card .img > * {
    width: 100%;
    border-radius: calc(var(--radius) + 15px);
    overflow: hidden;
}

.campaing-card .img .desc-img {
    display: block !important;
}

.campaing-card .img .mobile-img {
    display: none !important;
}

.campaing-card .campaing-info {
    margin-top: -100px;
    padding: 15px;
}

.campaing-card .campaing-info .camp {
    width: fit-content;
    max-width: 100%;
    border-radius: calc(var(--radius) + 5px);
    background: WHITE;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 35px;
    z-index: 30;
    margin: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.campaing-card-2 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    height: 420px;
    overflow: hidden;
    border-radius: calc(var(--radius) + 15px);
}

.campaing-card-2 img {
    width: auto !important;
    height: 100% !important;
}

.campaing-card-2 .campaing-info {
    color: white;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: auto;
    padding: 25px;
}


.carousel-trigger {
}

.carousel-trigger a {
    border-radius: 50px;
    font-size: 2em;
}

.carousel-trigger.type1 a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid WHITE;
    box-sizing: content-box;
}

.carousel-trigger.type1.abs a {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 30;
}

.carousel-trigger.type1.abs a.next {
    right: -15px;
}

.carousel-trigger.type1.abs a.prev {
    left: -15px;
}

.carousel-trigger.type2 a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid WHITE;
    box-sizing: content-box;
}


.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partners .partner-block {
    padding: 3px;
    margin: 5px;
    width: calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 30px transparent;
    border: 1px solid transparent;
    will-change: transform;
}

.partners .partner-block .partner-cube {
    will-change: transform;
    width: 100%;
    height: 115px;
    background-size: 82px auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 255);
    border-radius: calc(var(--radius) + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transform: perspective(100px);

}

.partners .partner-block:hover .partner-cube {
    filter: grayscale(0);
}

.partners .partner-block .partner-cube img {
    max-height: 45px;
    max-width: 80%;
    width: auto;
    height: auto;
}

/*
.partners .partner-block.bottomRowElement,
.partners .partner-block.topRowElement,
.partners .partner-block.bottomRowElement,
.partners .partner-block.rightColumnElement{

}
.partners .partner-block.bottomRowElement{
    transform: perspective(100px) rotateX(-6deg);
}
.partners .partner-block.topRowElement{
    transform: perspective(100px) rotateX(6deg);
}
.partners .partner-block.leftColumnElement {
    !*transform-origin: 100% 50%;*!
    transform: perspective(100px) rotateY(-6deg);
}
.partners .partner-block.rightColumnElement{
    !*transform-origin: 0% 50%;*!
    transform: perspective(100px)  rotateY(6deg);

}*/
.partners .partner-block:hover {

    transform: perspective(50px) translateZ(4px);
    z-index: 30;
}


.dot-types-1 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-types-1 .owl-dots button {
    height: 12px;
    border-radius: 30px;
    width: 38px;
    background: #eee;
    margin: 3px;
}

.dot-types-1 .owl-dots button.active {
    background: #ddd;
}

.index-questions {

    border-radius: calc(var(--radius) + 15px);

    padding: 35px;
    overflow: hidden;

}

.index-questions .card {
    background: none !important;
    border: none;
    margin-top: 15px;
}

.index-questions .card .card-header {
    background: WHITE;
    color: var(--clr_dark_n);
    border-radius: calc(var(--radius) + 15px);
    border-bottom: none !important;
}

.index-questions .card .card-header h2 a::after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f068";
    width: 30px;
    height: 100%;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-questions .card .card-header h2 a.collapsed::after {
    content: "\2b";
}

.index-questions .card .card-header h2 a.collapsed {
    color: var(--clr_dark_n);
}

.index-questions .card .card-header h2 a {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    text-align: start;
    color: var(--clr_promo_3b);
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;

}

.index-questions .card .card-body {
    padding: 25px;
    padding-left: 15px;
}

.service-card-1 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: calc(var(--radius) + 15px);
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -7px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;

    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    height: fit-content;
    padding: 12px;
    flex-direction: column;
}

.service-card-1:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.service-card-1:hover {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.slider-area .service-card-1 {

}

.service-card-1 .icon {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.service-card-1 .icon svg {
    max-width: 60px;
    max-height: 40px;

    fill: var(--clr_dark_n) !important;

}

.service-card-1 .icon svg path {
    stroke: var(--clr_dark_n) !important;

}

.service-card-1 .text {
    margin-top: 12px;
    font-size: 1em;
    font-weight: 600;
}

.page-area {
    background-color: var(--type1SubMenuBack);
}

.bread-area {
    min-height: 10vh;
    border-bottom: 1px solid rgba(221, 221, 221, 0.48);
}

.sidebar {
    border-left: 1px solid rgba(0, 0, 0, 0.09);

}

.sidebar > .position-sticky {
    top: 135px;
    z-index: 50;
}

.widget {
}

.widget .card-title {
    font-weight: 700;
    text-transform: uppercase;
    background: WHITE;
    padding: 10px;
    border-radius: calc(var(--radius) + 10px);
}

.widget .card-body {
    padding: 10px;
    border-radius: calc(var(--radius) + 10px);
}

.widget .card-body ul {
    padding-left: 10px;
    margin-bottom: 0;
}

.widget .card-body ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.widget .card-body ul li a {
    width: 100%;

    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--clr_dark_p);
    padding: 5px;
}

.widget .card-footer {
}


.breadcrumb-list {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    max-width: 100%;
    overflow-x: scroll;
}

.breadcrumb-list::-webkit-scrollbar-track,
.breadcrumb-list::-webkit-scrollbar,
.breadcrumb-list::-webkit-scrollbar-thumb {
    height: 0;
}

.breadcrumb-list li {
    margin-left: 5px;
    display: inline-flex;
    list-style-type: none;
    white-space: nowrap;
}

.breadcrumb-list > li:first-child {
    margin-left: 0;
}

.breadcrumb-list > li:last-child {
}

.breadcrumb-list > li,
.breadcrumb-list > li > a {
    font-size: 0.9em;

}

.breadcrumb-list > *:last-child {
    color: var(--clr_promo_1)
}

.breadcrumb-list > *:first-child:before {
    content: '';
    display: none !important
}

.breadcrumb-list > *:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f105";
    margin-right: 5px;

}

.result-1 {
    font-size: 2em;
    font-weight: 800;
}

.blog-read-area {
    font-size: 16px;
}

.blog-read-area p {
    font-size: 1.1em;
}

.blog-info-list {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-info-list li {
    width: 25%;
    display: inline-flex;
    list-style-type: none;
    background-color: #fff;
    border-right: 1px solid #ddd;
    padding: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-info-list li:last-child {
    border-right: none !important;
}

.blog-info-list li span {
    width: 100%;

    text-align: center;
    font-size: 1em;
    color: var(--clr_dark_n);
}

ul.campaign-dates {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    align-items: start;
    justify-content: center;
}

ul.campaign-dates li {
    width: 100%;
    list-style-type: none;
    margin-top: 5px;
    background: WHITE;
    padding: 12px;
}

ul.campaign-dates li span {
    line-height: 1em;
    display: flex;
    padding: 6px;
}

.page-wrapper.with-shapes section {
    position: relative;
    z-index: 10;
}

.page-wrapper.with-shapes::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-repeat-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    z-index: 1;
    top: 0;

    opacity: 0.1;
}

.contact-iframe {
    border-radius: calc(var(--radius) + 15px);
}

.
.panel-cards {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-cards .card-body {
    height: 100%;
}

.panel-cards.w-1 {
    aspect-ratio: 1;
}

.panel-cards.w-2 {
    aspect-ratio: 2 / 0.95;
}

.index5Pads {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -7px 0 inset;
    background: #FCFCFD;
}

.index5Pads:hover {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.index5Pads > a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
    height: var(--index5SliderButtonHeight);
    color: var(--pagefont_clr);

}

.index5Pads h2 {
    font-size: 1em !important;
    line-height: 1em;
    z-index: 20;
    width: 100%;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
}

.index5Pads:hover h2 {
    text-align: right;
    color: WHITE;
}

.index5Pads:hover > a {
    text-decoration: none;
}

.index5Pads > .padTitle {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: 400;
    font-size: 1em;
    color: #2a2a2a;
    max-width: calc(100% - 30px);

}

.index5Pads:hover > .padTitle {
    position: relative;
    z-index: 10;
}

.index5Pads .circle-over {
    --imgAspect: calc(calc(var(--index5SliderButtonHeight) / 2));
    height: 25px;
    width: 25px;
    z-index: 3;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    border-radius: 50%;
}

.index5Pads:hover .circle-over {
    transform: scale(9);
}

.index5Pads img {
    position: absolute;
    z-index: 5;
    --imgAspect: calc(var(--index5SliderButtonHeight) - 40px);
    top: calc(calc(var(--index5SliderButtonHeight) - var(--imgAspect)) / 2);
    width: fit-content;
    height: var(--imgAspect);
    opacity: 1;
}

.index5Pads:hover img {

}

.main-slider-area {
    position: relative;
    padding: 30px;
    background: linear-gradient(70deg, var(--clr_promo_2) 30%, var(--clr_promo_5) 30%);
}

.main-slider-area > .bg-shapes-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    mix-blend-mode: multiply;
}

.main-slider-area .bg-shapes-area > video {
    opacity: 0.3;
    right: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 20;
    width: 100%;
    height: fit-content;
    position: absolute;
}

@media (max-width: 1100px) {
    .main-slider-area .bg-shapes-area > video {
        opacity: 0.8;
        left: -20%;
        width: fit-content;
        height: 100%;
    }
}

.main-carousel {
    position: relative;
    z-index: 100;
    margin-bottom: -120px;
}

.main-carousel .item {
}

.main-carousel .left-ar {
    position: relative;
    display: flex;

}

.main-carousel .right-ar {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.main-carousel .left-ar img,
.main-carousel .left-ar a,
.main-carousel .left-ar video {
    border-radius: calc(var(--radius) + 20px);
    width: 100%;
    --ratioGrande: calc(calc(100% * 850) / 1350);
    min-height: var(--ratioGrande);
}

.main-carousel .left-ar video {
    display: block;
    width: 100%;
    --ratioGrande: calc(calc(100% * 850) / 1350);
    min-height: var(--ratioGrande);
    object-fit: cover;
}

.main-carousel .left-ar > iframe {
    aspect-ratio: 1350 / 850; /* Genişlik / Yükseklik */
    width: 100%;

}

.ul-slider-dots {
    display: flex;

    padding-left: 0;
    gap: 10px;
}

.ul-slider-dots li {
    list-style-type: none;
}

.ul-slider-dots li span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: WHITE;
    display: block;
    filter: grayscale(1) opacity(0.5);
    cursor: pointer;
}

.ul-slider-dots li.active span {
    filter: grayscale(0) opacity(1);
}

.ul-slider-dots.clrpromo-1 span {
    background: var(--clr_promo_1);
}

.ul-slider-dots.clrpromo-2 span {
    background: var(--clr_promo_2);
}

.ul-slider-dots.clrpromo-3 span {
    background: var(--clr_promo_3);
}

.ul-slider-dots.clrpromo-4 span {
    background: var(--clr_promo_4);
}

.ul-slider-dots.clrpromo-5 span {
    background: var(--clr_promo_5);
}

.announcement-link {
    text-decoration: none;
    color: inherit;
}

.announcement-link:hover {
    text-decoration: none;
    color: inherit;
}

.announcement-box {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    overflow: hidden;
}

.announcement-link:hover .announcement-box {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.announcement-date {
    background-color: #fff;
    color: #2c3e50;
    padding: 10px;
    width: 110px;
    text-align: center;
    border-right: 1px solid #e9ecef;
    border-top: 8px solid #0044cc;
    flex-shrink: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.announcement-date .day {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.1;
    color: #2c3e50;
}

.announcement-date .month-year {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    display: block; /* Alt alta gelmesi için */
    color: #6c757d;
    margin-top: 4px;
}

.announcement-date svg {
    height: 40px;
    width: auto;
}

.announcement-content {
    padding: 15px;
    flex-grow: 1;
}

.announcement-content .title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.announcement-content .text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
    /* Çok uzun metinlerin 2 satırdan sonra kesilip sonuna ... eklenmesi */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.file-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: calc(var(--radius) + 5px) !important;
}

.file-card .icon-area {
    flex: 1 1;
    padding: 10px;
}

.file-card .icon-area svg {
    max-width: 100%;
}

.file-card .content-area {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    justify-content: center;
    border-left: 1px solid #ddd;
}

.file-card .content-area .file-title {
    font-weight: 800;
    width: 100%;
}

.file-card .content-area .file-title strong {
    font-size: 0.8em;
    font-weight: 800;
}

.file-card .content-area .file-title > * {
    margin-bottom: 0;

    color: var(--pagefont_clr);
    width: 100%;
}

.file-card .content-area .file-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0;
    margin-bottom: 0;
}

.file-card .content-area .file-info li {
    display: flex;
    width: 100%;
    height: fit-content;
    padding: 10px;
    align-items: center;
    justify-content: end;
    font-size: 0.8em;
}

.file-card .content-area .file-info li span {
}

.file-card .content-area .file-info li span i {
}

.main-card-1 {
    height: 60px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 3px 15px;
    border-radius: 20px;
    box-shadow: 0 0 0 BLACK;
    background: #FCFCFD;
    background-size: auto 420px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all 0.3s ease-in-out;
}

.main-card-1:hover {

}

.main-card-1::before {
    content: '';
    top: 0;
    position: absolute;
    z-index: 0;
    display: none;
    right: 0;
    height: 100%;
    width: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f1f1f1;
    color: var(--pagefont_clr);
}

.main-card-1::after {
    content: "\f0da";
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    color: var(--pagefont_clr);
    width: 30px;
    font-size: 2em;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80% auto !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-card-1 img {
    width: 55px;
    height: auto;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
}

.main-card-1 .title-s {
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    line-height: 1.3em;
    font-size: 0.8em;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
    color: var(--clr_promo_2);
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 10px;
    padding-right: 40px;
}

.main-card-1:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.46);
    background-size: 420px auto !important;
    text-decoration: none !important;
    transform: scale(1.1);
}

.main-card-1:hover p,
.main-card-1:hover h2,
.main-card-1:hover img {

}

.main-card-1:hover p,
.main-card-1:hover h2 {

}

.bread-1-area {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 120px;
    z-index: 0;
    background: linear-gradient(70deg, var(--clr_promo_2) 30%, var(--clr_promo_5) 30%);
}

.bread-1-area.free-h {
    padding: 0 !important;
    height: 100% !important;
    min-height: auto;
!important;
}

.bread-1-area > div {
    position: relative;
    z-index: 30;
}

.bread-1-area video {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    opacity: 1;
    mix-blend-mode: multiply;
}

.bread-1-area::after {
}

.person-card1 {
    background: linear-gradient(70deg, var(--clr_dark_p), #0e1723);
    color: WHITE;
    border-radius: calc(var(--radius) + 10px);
    padding: 15px;

}

.person-card1 .total-content {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.person-card1 .img-area {
    flex: 1 1;
    height: 100%;
}

.person-card1 .img-area img {
    margin-top: -100px;
    border-radius: 100%;
    border: 2px solid #eee;
}

.person-card1 .content-area {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.person-card1 .content-area.full {
    width: 100% !important;
}

.person-card1 .content-area > * {
    width: 100%;
}

.person-card1 .content-area .name {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.person-card1 .content-area .nameAlt {
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px;
}

.person-card1 .content-area .nameAlt span {

    font-size: 0.8em;
    text-wrap: nowrap;
    display: inline-flex;
    padding: 3px 4px;
    background: rgba(7, 14, 25, 0.45);
}

.person-card1 .content-area .unv {
    padding-left: 10px;
    border-left: 2px solid WHITE;
    background: rgba(255, 255, 255, 0.1);
}

.person-card1 .content-area .buttons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.person-card1 .content-area .buttons li {
    display: flex;
    width: fit-content;
}

.person-card1 .content-area .buttons li a {
    color: WHITE;
}

.person-card1.light {
    background: WHITE;
}

.person-card1.light .content-area .name {
    color: var(--clr_promo_2);
}

.person-card1.light .content-area .nameAlt {
    gap: 2px;
}

.person-card1.light .content-area .nameAlt span {
    background: transparent;
    color: var(--pagefont_clr);
}

.person-card1.light .content-area .unv {
    background: rgba(214, 214, 214, 0.45);
    color: var(--pagefont_clr);
    padding: 10px;
    border-radius: 9px;
}

.person-card1.light .content-area .buttons li a {
    color: var(--clr_promo_2);
}

.card-price-1 {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;

}

.card-price-1 .old {
    color: var(--clr_dark_n);
    text-decoration: line-through;
}

.card-price-1 .new {
    color: var(--clr_promo_2);
    font-weight: 900;
    font-size: 1.5em;
}


.hero.has_style1 {

    border-radius: 20px;
    background-image: url(../img/elements/wave.svg);
    background-size: contain;
    background-position-x: left;
    -webkit-box-shadow: 0 36px 66px -42px #11164e;
    box-shadow: 0 36px 66px -42px rgba(15, 17, 35, 0.49);
    position: relative
}


@media screen and (max-width: 768px) {
    .hero.has_style1 .hero_wrap {
        padding: 5rem 1rem
    }
}

.hero.has_style1 .hero_title {
    color: #683769;
    font-size: 2em;
    text-align: left;
    z-index: 1
}

@media screen and (max-width: 576px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (max-width: 991px) {

}

.hero.has_style1 .hero_text {

    z-index: 1;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 1em;
}

@media screen and (max-width: 991px) {
    .hero.has_style1 .hero_text {
        text-align: center
    }
}

.hero.has_style1 {

}


.hero.has_style1 .img_wrap {

    margin-top: -100px;
    z-index: -1
}

.hero.has_style1 .img_wrap img {
    width: 147%
}

@media screen and (max-width: 991px) {
    .hero.has_style1 .img_wrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .hero.has_style1 .img_wrap img {
        margin-top: 20px;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .hero.has_style1 .btn_hero {
        width: 100%;
        margin-bottom: 10px
    }
}

.hero.has_style1 .header-shape {
    position: absolute;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    left: -4rem;
    top: -10rem;
    z-index: -1
}

.pagination {
    border: 1px solid rgba(23, 33, 48, 0.22);
}

.pagination .page-item .page-link {
    color: #172130;
    padding: 10px 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border-color: transparent;
}

.pagination .page-item.active .page-link {
    background-color: #172130 !important;
    color: #fff;
}

.abu-info {
    background-color: #112e6e;
    padding: 10px;
}

.abu-info h2 {
    color: #fff;
}

.gallery-img {
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.page-content {

}

.page-content strong {
    font-weight: 800;
}

.youtube-gallery {
}

.youtube-gallery .col-12 {
    display: flex;
}

.youtube-gallery a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
}

.youtube-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.youtube-gallery a:hover img {
    transform: scale(1.05);
    filter: brightness(80%);
}

.youtube-gallery a:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.youtube-gallery h3 {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 12px 10px;
    color: #111;
    margin: 0;
    border-top: 1px solid #eee;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abu-kk {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.kk-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.kk-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    border-bottom: 1px solid #eee;
    background-color: #999999cc;
}

.kk-img.pdf {
    background-image: url('../../../Uploads/default_image/pdf_icon.png');
    background-size: 80px;
}

.kk-img.doc {
    background-image: url('../../../Uploads/default_image/doc_icon.png');
    background-size: 80px;
}

.kk-img.docx {
    background-image: url('../../../Uploads/default_image/docx_icon.png');
    background-size: 80px;
}

.kk-body {
    padding: 15px 20px;
    text-align: center;
}

.kk-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #112e6e;
    margin-bottom: 5px;
}

.kk-desc {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}

.kk-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #777;
    font-size: 0.85rem;
}

.kk-info i {
    color: #112e6e;
    margin-right: 4px;
}

.kk-btn {
    background: linear-gradient(135deg, #112e6e, #2b55d6);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kk-btn:hover {
    background: linear-gradient(135deg, #2b55d6, #112e6e);
    box-shadow: 0 4px 12px rgba(17, 46, 110, 0.3);
}

.abu-dorms {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.dorms-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dorms-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.dorms-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.dorms-body {
    padding: 15px 20px;
    text-align: center;
}

.dorms-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #112e6e;
    margin-bottom: 5px;
}

.dorms-desc {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}

.dorms-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #777;
    font-size: 0.85rem;
}

.dorms-info i {
    color: #112e6e;
    margin-right: 4px;
}

.dorms-btn {
    background: linear-gradient(135deg, #112e6e, #2b55d6);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dorms-btn:hover {
    background: linear-gradient(135deg, #2b55d6, #112e6e);
    box-shadow: 0 4px 12px rgba(17, 46, 110, 0.3);
}

.club-card-modern {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
}

.club-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(30, 58, 138, 0.15);
}

.club-image-wrapper {
    flex-shrink: 0;
    margin-right: 1.5rem;
    position: relative;
}

.club-image-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.club-card-modern:hover .club-image-wrapper img {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.club-content {
    flex: 1;
}

.club-name {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.club-text {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

.page-content h2 {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
}


.page-content table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border-collapse: collapse;
    margin-top: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
}

.page-content table thead {
    background: #003366;
    color: #fff;
}

.page-content table thead th {
    text-align: center;
    padding: 12px;
}

.page-content table thead td {
    text-align: center;
    padding: 12px;
}

.page-content table tbody td {
    padding: 10px 14px;
    vertical-align: middle;
    border-color: #e0e0e0;
}

.page-content table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.page-content table tbody tr td:nth-child(odd) {
    color: #003366;
}

.page-content table tbody td.date {
    white-space: nowrap;
    font-weight: bold;
    color: #003366;
}

.page-content table tbody tr:hover {
    background-color: #eaf3ff;
    transition: background 0.2s ease-in-out;
}

.page-content .card-header {
    background-color: #003366;
    color: white;
    font-size: 18px;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 0.25rem 0.25rem 0 0;
}

.faq-section {
    max-width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #2c3e50;
}

.faq-item {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    transition: color 0.3s ease;
    background-color: #f5f5f5;
    padding: 10px;
}

.faq-question:hover {
    color: #000000;
    text-decoration: underline;
}

.faq-answer {
    color: #555;
    line-height: 1.6;
    padding: 10px;
}

.faq-answer a {
    color: #072aa8;
    line-height: 1.6;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
}

.university {

}

.university.w-120 {
    width: 120% !important;
}

.modal.academic-personnel .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.modal.academic-personnel .modal-body {
    padding: 2rem;
    background-color: #fafafa;
}

.modal.academic-personnel .personnel-img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modal.academic-personnel .personnel-img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.modal.academic-personnel .cv {
    background: linear-gradient(135deg, var(--clr_promo_2), #0056b3);
    color: var(--white);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.modal.academic-personnel .cv strong {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.modal.academic-personnel .abu-cv-btn {
    background-color: var(--white);
    color: var(--clr_promo_2);
    border: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.modal.academic-personnel .abu-cv-btn:hover {
    background-color: var(--clr_promo_2);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal.academic-personnel .modal-body p {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 0.5rem;
    text-align: justify;
}

.modal.academic-personnel .modal-body p.text-muted {
    color: #888;
    font-style: italic;
}

.modal.academic-personnel .modal-footer {
    border-top: none;
    background-color: #f2f2f2;
    border-radius: 0 0 16px 16px;
}

.modal.academic-personnel .btn-secondary {
    background-color: #444;
    border: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modal.academic-personnel .btn-secondary:hover {
    background-color: var(--clr_promo_2);
    color: var(--white);
    transform: translateY(-1px);
}


.modal.academic-personnel .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.toggle-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-menu {
    background: #f5f6fa;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #dcdde1;
}

.toggle-btn {
    background: transparent;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #2f3640;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: #004080;
    color: #fff;
}

.toggle-btn:not(:last-child) {
    border-right: 1px solid #dcdde1;
}

.toggle-btn:hover {
    background: #0059b3;
    color: #fff;
}

.search-input {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    gap: 8px;
    padding: 6px;
    box-sizing: border-box;
}

.search-input .form-control::placeholder {
    color: #9aa4b2;
}

.search-input .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.search-input .search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: none;
    background: linear-gradient(180deg, #2563eb, #1e40af);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .08s ease, box-shadow .12s ease, opacity .08s;
}

.search-input .search-btn .btn-text {
    display: inline-block;
}

.search-input .search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.12);
}

.search-input .search-btn:active {
    transform: translateY(0);
    opacity: .95;
}

.search-input .fa-search {
    font-size: 16px;
}

.search-list {
    margin-top: 25px;
}

.search-list-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out;
}

.search-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.search-list-item .link a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #1d4ed8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.15s;
}

.search-list-item .link a:hover {
    color: #0f172a;
    text-decoration: underline;
}

.search-list-item .link p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

#languageTab {
    border-bottom: none;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
}

#languageTab .nav-item {
    margin-bottom: 0;
}

#languageTab .nav-link {
    border: none;
    border-radius: 30px;
    padding: 8px 18px;
    font-weight: 600;
    color: #555;
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

#languageTab .nav-link:hover {
    color: #000;
    background-color: #e7e7e7;
    transform: translateY(-2px);
}

#languageTab .nav-link.active {
    background: linear-gradient(135deg, var(--clr_promo_2) 0%, var(--clr_promo_2a) 100%);
    color: #fff !important;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}

.page-info-img {
    max-height: 420px;
    width: fit-content;
}

.event-box {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.event-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-date {
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #2c3e50;
    border-right: 1px solid #e9ecef;
    border-top: 8px solid #0044cc;
    flex-shrink: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-content {
    padding: 15px;
}

.event-content .title {
    font-size: 1.1rem;
    font-weight: 600;
}

.event-content .text {
    color: #666;
    font-size: 0.95rem;
}

.event-date .day {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1;
    color: #2c3e50;
}

.event-date .month-year {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    color: #6c757d;
    margin-top: 4px;
}

.yed-application {
    width: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.yed-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.yed-desc {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.yed-templates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.yed-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 12px;
    background: #f4f6fb;
    text-decoration: none;
    color: #333;
    transition: 0.25s;
}

.yed-box i {
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--clr_promo_2);
}

.yed-box:hover {
    background: var(--clr_promo_2);
    color: #fff;
}

.yed-box:hover i {
    color: #fff;
}

.yed-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yed-field {
    display: flex;
    align-items: center;
    background: #edeff6;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
}

.yed-field i {
    margin-right: 10px;
    color: #888;
}

.yed-field input[type="text"],
.yed-field input[type="tel"],
.yed-field input[type="email"],
.yed-field input[type="file"] {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 1em;
}

.yed-file span {
    font-size: 13px;
    color: #2e2d2d;
}

.yed-kvkk {
    font-size: 13px;
    color: #555;
}

.yed-kvkk input {
    margin-right: 6px;
}

.yed-submit {
    background: var(--clr_promo_2);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.yed-submit:hover {
    background: var(--clr_promo_3);
}

.registration-guide-announcement {
    background: linear-gradient(135deg, #112e6e, #23527c);
    color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.registration-guide-announcement h2 {
    font-size: 1.3rem;
}

.registration-guide-announcement p {
    font-size: 1rem;
}

.registration-guide-info {

}

.registration-guide-info h2 {
    font-size: 1.5em;
    border-left: 6px solid #337ab7;
    padding-left: 12px;
}

.registration-guide-info .panel, .payment-options .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.registration-guide-info .panel.panel-primary, .payment-options .panel.panel-primary {
    border-color: #337ab7;
}

.registration-guide-info .panel .panel-heading, .payment-options .panel.panel-primary .panel-heading {
    color: #fff;
    background-color: #112e6e;
    border-color: #337ab7;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.registration-guide-info .panel .panel-heading h3, .payment-options .panel .panel-heading h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}

.registration-guide-info .panel .panel-body, .payment-options .panel .panel-body {
    padding: 15px;
}

.registration-guide-info .panel .panel-body p, .payment-options .panel .panel-body p {
    margin-bottom: 0;
}

.payment-container {
    text-align: center;
    margin: 40px auto;
    padding: 20px 0;
}

.payment-container h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d1b45;
}

.payment-container h3 {
    color: #0d1b45;
}

.payment-line {
    width: 100%;
    height: 4px;
    background: #d4af37;
    margin: 20px auto 30px;
    position: relative;
    border-radius: 6px;
}

.payment-line::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #d4af37;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.payment-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.payment-column {
    width: 48%;
    min-width: 330px;
    position: relative;
    text-align: center;
}

.arrow-down {
    width: 0;
    height: 0;
    margin: 10px auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #d4af37;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.payment-box {
    background: #0d1b45;
    padding: 25px 28px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    position: relative;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    border-left: 7px solid #d4af37;
}

.payment-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.payment-box h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #fff;
}

.payment-box p,
.payment-box strong {
    font-size: 1.05em;
    line-height: 1.55em;
}

.bank-info-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bank-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.bank-header {
    background-color: #0d1b45;
    padding: 15px 20px;
    text-align: center;
}

.bank-header h3 {
    font-size: 1.3em;
    color: #ffffff;
    margin: 0;
}

.bank-body {
    padding: 20px;
}

.bank-body p {
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
    font-weight: 500;
}

.person-info {
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.person-info:first-of-type {
    border-top: none;
}

.person-info h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #333333;
}

.person-info a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.person-info a:hover {
    text-decoration: underline;
}

.fee-calculator-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.corporate-heading {
    color: #122e6e;
    border-bottom: 3px solid #007bff;
    padding-bottom: 10px;
    font-weight: 700;
}

.corporate-label {
    color: #122e6e;
    font-weight: 600;
}

.input-group-text {
    background-color: #122e6e;
    color: #fff;
    border-color: #122e6e;
}

.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.price-display {
    font-weight: 700;
    text-align: right;
}

.price-info {
    color: #fff;
    font-size: 1.1rem;
    display: block;
    padding: 0.375rem 0;
}

.total-row {
    background-color: #122e6e;
    color: #fff;
    padding: 10px 0;
    margin: 0 -15px;
}

.total-price-box {
    text-align: right;
    padding-right: 15px;
}

.total-price {
    color: #fff;
}

.advance-payment-row {
    background-color: #f2f4ff;
    padding: 10px 0;
    margin: 0 -15px;
    border-top: 1px solid #e9ecef;
}

.advance-pay-price-box .price-info {
    color: #122e6e;
}

.bankalar-listesi {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.bank-logo {
    max-width: 80px;
    height: auto;
    transition: opacity 0.3s;
}

.bank-logo:hover {
    opacity: 1;
}

.corporate-btn {
    background-color: #122e6e !important;
    border-color: #122e6e !important;
    transition: background-color 0.3s;
}

.corporate-btn:hover {
    background-color: #0d1e47 !important;
}

.form-row-item.tvv-burs-info {
    display: none;
}

.form-row-item.tvv-burs-info .text-info {
    background-color: var(--clr_promo_2) !important;
    border-color: var(--clr_promo_2) !important;
}

.form-row-item.tvv-burs-info .text-info p {
    font-size: 1em;
}

.advance-payment {
    display: none;
}

.abu-select {
    padding: 0;
    margin-left: 0;
}

.abu-price-info {
    background-color: #0d1e47 !important;
}

.search-link-path {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6c757d;
    padding: 8px 0;
}

.search-link-path__home {
    margin-right: 10px;
}

.search-link-path-list {
    display: flex;
    list-style: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}

.search-link-path-item {
    display: flex;
    align-items: center;
    color: #009933;
    font-weight: 600;
}

.search-link-path-item:not(:last-child)::after {
    content: ' > ';
    margin: 0 8px;
    color: #adb5bd;
}

.search-link-path-item a {
    text-decoration: none;
    color: #007bff;
}

.search-link-path-item-current {
    color: #343a40;
}


.support-line-mobile {
    color: #000;
}

.pagination-google-letter {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 20px 0;
}

.pagination-google-letter li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.pagination-google-letter li a:hover {
    background: #e2e6ea;
    transform: scale(1.1);
}

.pagination-google-letter li.active a {
    background: #1e51cb;
    color: #fff;
    border-color: #1e51cb;
}

.pagination-google-letter li.disabled a {
    color: #ccc;
    pointer-events: none;
    border-color: #ddd;
}

.pagination-google-letter li.dots {
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: #666;
    font-weight: bold;
}

.pagination-google-letter li:first-child a,
.pagination-google-letter li:last-child a {
    background: #112e6e;
    color: #fff;
    font-size: 18px;
}


.widget .card-title.active {
    background-color: var(--clr_promo_2);;
    color: var(--white);;
    border-radius: calc(var(--radius) + 10px);
    transition: background-color 0.5s ease, color 0.5s ease;
}

.circle-timer {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 20px auto;
}

.circle-timer svg {
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: #e5e7eb;
    stroke-width: 10;
}

.circle-progress {
    fill: none;
    stroke: #2563eb;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke 0.3s ease;
}

.time-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #0f172a;
}

.circle-progress.warning {
    stroke: #f59e0b;
}

.circle-progress.expired {
    stroke: #ef4444;
}

.enrollment.bread-area {
    background: linear-gradient(135deg, #112e6e, #112e6e);
    padding: 60px 0;
    color: #fff;
}

.enrollment.bread-area .hero {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
}

.enrollment.bread-area .hero strong {
    font-weight: 700;
}

.enrollment .card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 10px;
    animation: fadeInUp 0.6s ease;
}

.enrollment .card-body p {
    font-size: 18px;
    color: #444;
    margin-bottom: 0;
}

.enrollment .card-body::after {
    content: "";
    display: block;
    margin: 25px auto 0;
    width: 48px;
    height: 48px;
    border: 4px solid #e0e6f0;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

.rasis-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1740a3, #2b8cff);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
}

.rasis-info-box .icon {
    font-size: 28px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
}

.rasis-info-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.rasis-info-box p {
    font-size: 14px;
    opacity: .95;
}

.rasis-sidebar {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    padding: 0;
    overflow: hidden;
}

.rasis-sidebar .header {
    padding: 16px 18px;
    font-weight: 600;
    font-size: 15px;
    background: #1740a3;
    color: #fff;
    border-radius: 0;
}

.rasis-sidebar ul {
    list-style: none;
    padding: 10px;
    gap: 4px;
}

.rasis-sidebar li {
    border: none;
}

.rasis-sidebar a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
}

.rasis-sidebar a::before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.rasis-sidebar a:hover {
    background: #f1f6ff;
    color: #1740a3;
    transform: none;
}

.rasis-sidebar li.active a {
    background: #e8f1ff;
    color: #1740a3;
    font-weight: 600;
}

.rasis-calendar .weekly-calendar {
    display: flex;
    gap: 20px;
}
/* Arama formu */
.rasis-calendar .search {
    display: flex;
    width: 100%;
    min-width: 400px;
    position: relative;
    align-items: center;
}

.rasis-calendar .search .search-form {
    width: 100%;
    padding: 5px 50px 5px 50px;
    position: relative;
    height: fit-content;
    border-radius: 60px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
}

.rasis-calendar .search .search-form form > i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #122b3c;
}

.rasis-calendar .search .search-form input {
    border: none;
    outline: none;
    width: 100%;
    padding: 12px 40px 12px 40px;
    border-radius: 60px;
    background: transparent;
    font-size: 16px;
    color: #122b3c;
}

/* X butonu */
.clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #d9534f;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.clear-search:hover {
    background: #c9302c;
}

/* Arama sonuçları */
.rasis-calendar .search .result-area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    padding-top: 30px;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    min-height: 80px;
    max-height: 650px;
    overflow-y: auto;
    box-shadow: 0 23px 30px rgba(0,0,0,0.23);
    z-index: 100;
}

.rasis-calendar .search .result-area.op {
    visibility: visible;
    opacity: 1;
}

/* Liste öğeleri */
.rasis-calendar .result-area ul {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.rasis-calendar .result-area ul li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.rasis-calendar .result-area ul li:last-child {
    border-bottom: none;
}

.rasis-calendar .result-area ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    color: #122b3c;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.rasis-calendar .result-area ul li a:hover {
    background: #f0f0f0;
}

.rasis-calendar .result-area ul li a > .content-lines span:last-child {
    font-style: italic;
    font-size: 0.95em;
    color: #777;
}

.rasis-calendar .week-days {
    background: #f7faff;
    padding: 0 15px;
    border-radius: 12px;
}

.week-days .day {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dce6f5;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: 0.25s ease;
    color: #1f2937;
    text-align: center;
    user-select: none;
    height: 100px;
    margin-bottom: 10px;
}

.week-days .day:hover {
    background: #1740a3;
    border-color: #1740a3;
    transform: translateY(-2px);
    color: #fff;
}

.week-days .active {
    background: #1740a3;
    color: #ffffff;
    border-color: #1740a3;
    box-shadow: 0 6px 12px rgba(43, 140, 255, 0.25);
}

.time-slots {
    flex: 1;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px;
}

.time-slots .slot {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    overflow: hidden;
    font-weight: 600;
}

.time-slots .slot:hover {
    background: #e0e0e0;
}

.slot-date {
    grid-column: 1/-1;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1740a3;
}

.slot.full {
    background: #ffe5e5;
    border-color: #ffc7c7;
    color: #b91c1c;
    cursor: not-allowed;
}

.slot.readonly {
    background: #f0f0f0;
    color: #999;
    cursor: not-allowed;
}

.time-slots p {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff3f3;
    color: #d9534f;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    line-height: 1.5;
    margin: 0 auto;
}

.rasis-calendar .arrow-button {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.rasis-calendar .arrow-button button {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: #f3f4f6;
    color: #333;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.rasis-calendar .arrow-button button:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.rasis-calendar .arrow-button button:active {
    transform: scale(0.95);
}

.rasis-calendar .arrow-previous {
    background: #eef2ff;
}

.rasis-calendar .arrow-next {
    background: #fef3c7;
}

.rasis-calendar .arrow-previous:hover {
    background: #e0e7ff;
}

.rasis-calendar .arrow-next:hover {
    background: #fde68a;
}

.rasis-calendar .arrow-button i {
    font-size: 16px;
    pointer-events: none;
}

.arrow-button, .week-range {
    display: flex;
    align-items: center;
}

.weekly-calendar-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.arrow-button button {
    background: #ffffff;
    color: #2b8cff;
    border: 1px solid #dce6f5;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.arrow-button button:hover {
    background: #e8f1ff;
}


.week-range {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 15px;
    background: #1740a3;
    border: 1px solid #dce6f5;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    color: #ffffff;
    white-space: nowrap;
    margin-bottom: 17px;
    width: 100%;
    text-align: center;
}

.search-list-item2 {
    list-style: none;
    margin-bottom: 12px;
    width: 100%;
}

.search-list-item2 a.user-calendar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: #f8f9fa; /* açık gri, kurumsal */
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    color: #122b3c; /* kurumsal koyu mavi/gri ton */
    font-weight: 500;
}

.search-list-item2 a.user-calendar:hover {
    background: #e0e4e8;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.search-list-item2 a .content-lines span:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.search-list-item2 a .content-lines span:last-child {
    font-size: 0.9rem;
    font-style: italic;
    color: #777;
}

.search-list-item2 a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 12px;
}

/* Genel modal overlay */
.appointment-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.55);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Modal kutusu */
.appointment-modal-content {
    background: #ffffff;
    margin: 60px auto;
    border-radius: 20px;
    width: 450px;
    max-width: 95%;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    animation: modalSlideDown 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header */
.modal-header {
    background-color: #122b3c;
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.close-modal {
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: #ff6b6b;
}

/* Body */
.modal-body {
    padding: 25px 30px;
    background-color: #f7f8fa;
}

.modal-info .info-row {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.modal-info .info-label {
    font-weight: 600;
    color: #122b3c;
}

.modal-info .info-value {
    font-weight: 400;
    color: #555;
}

/* Footer */
.modal-footer {
    padding: 20px 30px;
    background-color: #ffffff;
    text-align: center;
}

#bookAppointmentBtn {
    background-color: #122b3c;
    color: #fff;
    padding: 14px 25px;
    font-size: 1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#bookAppointmentBtn:hover {
    background-color: #0f2430;
}

.rasis-card {
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}

.rasis-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.rasis-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.rasis-card p {
    font-size: 14px;
    margin-bottom: 3px;
    color: #555;
}

.rasis-card small {
    font-size: 12px;
    color: #888;
}

.rasis-badge {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
}

.rasis-active {
    background-color: #e6f9ec;
    color: #1e7e34;
}

.rasis-past {
    background-color: #eceff3;
    color: #6c757d;
}

.rasis-passive {
    background-color: #dc3545;
    color: #eceff3;
}

.rasis-btn {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    margin-left: 5px;
}

.rasis-btn-primary {
    background-color: #2c3e50;
    color: #fff;
    border: none;
}

.rasis-btn-primary:hover {
    background-color: #1a252f;
}

.rasis-btn-danger {
    background-color: #dc3545;
    color: #fff;
    border: none;
}

.rasis-btn-danger:hover {
    background-color: #b52a37;
}

@keyframes modalSlideDown {
    from {transform: translateY(-50px); opacity:0;}
    to {transform: translateY(0); opacity:1;}
}

@media screen and (max-width: 500px) {
    .appointment-modal-content {
        width: 95%;
        margin: 40px auto;
    }
    .modal-body {
        padding: 20px;
    }
    .modal-footer {
        padding: 15px 20px;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.otp-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(currentColor calc(var(--p) * 1%), #e9ecef 0);
    color: #6f42c1; /* istersen mor */
    position: relative;
}

.otp-circle::after {
    content: "";
    position: absolute;
    inset: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04) inset;
}

.timer-circle {
    transition: stroke-dashoffset 1s linear;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

@keyframes pulse-light {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading-pulse {
    animation: pulse-light 1.5s infinite;
}

.w-32 {
    width: 120px;
    aspect-ratio: 1;
}

.h-32 {
    height: 120px;
}

.login-logo {
}

.login-logo img {
    width: 200px;
}

/* Genel Loader Konteyneri */
#abu-security-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Veya logonun arkasındaki renk */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

/* JS tarafında eklenen deactive class'ı */
#abu-security-loader.deactive {
    transition: all 0s ease;
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    background-color: var(--clr_promo_5); /* Kutu içi arkaplan */
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#abu-loader-logo {
    max-width: 150px; /* Logonuza göre ayarlanabilir */
    height: auto;
    margin-bottom: 20px;
}

.loader-message {
    color: white;
    text-align: center;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* Spinner Animasyonu */
.spinner {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #007bff; /* Mavi renk (markanıza göre değiştirin) */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Animasyon */
    margin: 0 auto; /* Ortala */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Modal arka plan */
.rasis-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(44,62,80,0.6); /* koyu lacivert transparan */
    transition: opacity 0.3s ease;
}

/* Modal içerik kutusu */
.rasis-modal-content {
    background-color: #f9f9f9; /* soft arka plan */
    margin: 100px auto;
    padding: 25px 30px;
    border-radius: 8px;
    max-width: 480px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    animation: slideDown 0.3s ease;
    position: relative;
    border-left: 5px solid #2c3e50; /* kurumsal vurgu */
}

/* Header */
.rasis-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

/* Başlık */
.rasis-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
}

/* Kapat butonu */
.rasis-close {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
    transition: color 0.2s ease;
}

.rasis-close:hover {
    color: #2c3e50;
}

.rasis-modal-body {
    font-size: 14px;
    color: #444;
}

.rasis-row {
    margin: 10px 0;
}

.rasis-modal-footer {
    text-align: right;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}

.rasis-btn {
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rasis-btn-primary {
    background-color: #2c3e50;
    color: #fff;
}

.rasis-btn-primary:hover {
    background-color: #1a252f;
}

@keyframes slideDown {
    from {transform: translateY(-20px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
}

@media (max-width: 768px) {
    .dorms-card {
        margin-bottom: 20px;
    }

    .kk-card {
        margin-bottom: 20px;
    }

    .youtube-gallery h3 {
        font-size: 1rem;
        height: 50px;
    }


    .page-content .table {
        display: block;
        width: 100%;
        word-break: break-word;
    }

    .page-content.table thead {
        display: block;
    }

    .page-content .table,
    .page-content .table tbody,
    .page-content .table tr,
    .page-content .table td {
        display: block;
        width: 100%;
    }

    .page-content .table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .page-content .table td {
        text-align: left;
        padding-left: 50%;
        position: relative;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        line-height: 1.5;
        font-size: 0.8em;
    }

    .page-content .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #003366;
        text-align: left;
        box-sizing: border-box;
    }

    .faq-section {
        padding: 30px 25px;
    }

    .search-input {
        gap: 6px;
        padding: 4px;
    }

    .search-input .btn-text {
        display: none;
    }

    .search-input .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .search-input .search-btn {
        padding: 10px;
        border-radius: 8px;
    }

    .search-list-item {
        padding: 14px 16px;
    }

    .search-list-item .link a {
        font-size: 16px;
    }

    .search-list-item .link p {
        font-size: 14px;
    }

    .club-card {
        flex-direction: column;
        text-align: center;
    }

    .club-image img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    #languageTab {
        flex-direction: column;
        gap: 6px;
    }

    #languageTab .nav-link {
        width: 100%;
        text-align: center;
    }

    .payment-column {
        width: 100%;
    }

    .payment-box {
        padding: 20px 18px;
    }


    .bank-info-card {
        max-width: 95%;
        margin: 15px auto;
    }

    .bank-header h3 {
        font-size: 18px;
    }

    .bank-body p,
    .person-info h4,
    .person-info a {
        font-size: 14px;
    }

    .search-link-path-list {
        display: none !important;
    }

    .hero.has_style1 .hero_wrap {
        padding: 0 !important;
    }

    .bread-1-area {
        padding-bottom: 30px !important;
    }


    .abu-support {
        font-size: 0.9em;
    }

    .abu-support a {
        font-size: 1.1em !important;
    }

    .bankalar-listesi {
        display: grid !important;
    }

    .yed-templates {
        grid-template-columns: 1fr;
    }

    .rasis-sidebar {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }

    .rasis-sidebar .header {
        font-size: 13px;
        padding: 10px;
    }

    .rasis-sidebar a {
        padding: 10px;
        font-size: 14px;
    }

    .rasis-calendar .weekly-calendar {
        display: block !important;
    }

    .rasis-calendar .week-days {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .time-slots {
        width: 100%;
    }

    .rasis-card .card-body {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .rasis-actions {
        margin-top: 10px;
        width: 100%;
    }

    .rasis-actions .btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .rasis-modal-content {
        margin: 60px 20px;
    }
}

