:root { --brandcolor1: #6b1317 !important; --brandcolor2: #e0926b !important; --brandcolor3: #fff3e6 !important;  --brandcolor4: #EC9f41 !important; --brandcolor5: #3B56F6 !important; }

.whitecolor {
    color: #ffffff !important;
}
.blackcolor {
    color: #000000 !important;
} 

.brandbg1 {
    background-color: var(--brandcolor1) !important;
}
.brandbg2 {
    background-color: var(--brandcolor2) !important;
}
.brandbg3 {
    background-color: var(--brandcolor3) !important;
}
.brandbg4 {
    background-color: var(--brandcolor4) !important;
}
.brandbg5 {
    background-color: #F0F0EB;
}

.brandbghover {
    background-color: rgba(23,70,140,0.5);
}

.videobg {
    background-color: #f9fbfb;
}
.brandcolor1 {
    color: var(--brandcolor1) !important;
}
.brandcolor2 {
    color: var(--brandcolor2) !important;
}
.brandcolor3 {
    color: var(--brandcolor3) !important;
}
.brandborder1 {
    border: solid 10px var(--brandcolor1) !important;
}
.brandborder2 {
    border: solid 10px var(--brandcolor2) !important;
}
.lightgrayjvns {
    background-color: #F0F0EB !important;
}
.logotop {
    width: 185px;
}
.min-h-40px {
    min-height: 40px;
}
.h-345px {
    height: 345px;
}
.h-350px {
    height: 350px;
}
.h-285px {
    min-height: 285px;
}

.video-crop video{
    display:block;
    width:100%;
    height:auto;

    /* Alt 100px’i “gizlemek” için videoyu yukarı kaydırıyoruz */
    transform: translateY(-00px);
}

.menubg {
    background-color: #fafafc !important;
}

.bg-gradient-black-transparent-nav {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.bordery {
    border-right: 1px solid #dddddd;
}
.btn-brand1-line {
    border: 1px solid #000;
    background-color: transparent;
    color: #000000;
    font-weight: 400;
    font-size: 25px;
}
.btn-brand1-line:hover,
.btn-brand1-line:focus {
    border: 0px !important;
    background-color: var(--brandcolor1);
    color: #000;
}
.btn-brand2-line {
    border: 1px solid var(--brandcolor2);
    background-color: transparent;
    color: var(--brandcolor2);
    font-weight: 400;
}
.btn-brand2-line:hover,
.btn-brand2-line:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}
.btn-brand3-line {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
}
.btn-black-line:hover,
.btn-brand2-line:focus {
    background-color: #444444;
    color: #ffffff;
}
.btn-black-line {
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
}
.btn-brand3-line:hover,
.btn-brand3-line:focus {
    background-color: #fff;
    color: var(--brandcolor1);
}
.btn-brand1-block {
    border: 1px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fff;
    font-weight: 400;
    padding: 8px 20px;
}
.btn-brand1-block:hover,
.btn-brand1-block:focus {
    background-color: transparent;
    color: var(--brandcolor1);
    border: 1px solid var(--brandcolor1);
}
.btn-brand2-block {
    background-color: var(--brandcolor2);
    color: #fff;
    font-weight: 400;
}
.btn-brand2-block:hover,
.btn-brand2-block:focus {
    background-color: var(--brandcolor1);
    color: #fff;
}
.btn-brand3-block {
    border: 1px solid var(--brandcolor3) !important;
    background-color: var(--brandcolor3) !important;
    color: var(--brandcolor1) !important;
    font-weight: 400 !important;
}
.btn-brand3-block:hover,
.btn-brand3-block:focus {
    background-color: transparent !important;
    color: var(--brandcolor3) !important;
}
.bordelinebrand {
    border-bottom: 1px solid #ccc;
}

.subcontent {
    color:#404041 !important;
}

.btn-white-block {
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: 400;
}
.btn-white-block:hover,
.btn-white-block:focus {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
}

.mover_mouse {
    width: 30px;
    position: absolute;
    left: 47%;
    bottom: 50px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 1000;
    opacity: 0.5;
    display: block;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
} 

.bgcolorpadding {
    box-shadow: inset -10px 60px 0 -10px white;
}
.marginauto {
    margin: 0 auto !important;
}
.navbar-brand {
    padding-top: 10px !important;
}

.headerheight {
    height: 75px;
}

.bgblackbackground07 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bgblackbackground05 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bgblackbackground03 {
    background-color: rgba(0, 0, 0, 0.75);
}
.footerlogofix {
    width: 133px;
    text-align: right;
}

.section-header {
    display: flex;
    width: 100%;
    background-color: #18315D;
    padding: 20px 10px;
    color: white;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mfp-content {
    width: 53% !important;
}

@media only screen and (max-width: 1410px) {
    .bgvideo {
        width: 100%;
        height: unset !important;
    }
}

@media only screen and (min-width: 1201px) {
    .mobilemenupadding {
        margin-bottom: 75px;
    }
}
@media only screen and (max-width: 1200px) {
    .mobilemenupadding {
        margin-bottom: 71px;
    }
}
@media only screen and (max-width: 767px) {

    .mfp-content {
        width: 100% !important;
    }
    .h-350px {
        height: unset !important;
    }

    .footerlogofix {
        width: unset;
        text-align: unset;
    }
    .mobilemenupadding {
        margin-bottom: 75px;
    }
    .logodelimiter {
        display: none;
    }
    .sliderheight {
        margin-bottom: 0px;
    }
}

.fontsize65 {
    font-size: 65px !important;
}
.fontsize50 {
    font-size: 50px !important;
}
.fontsize55 {
    font-size: 55px !important;
}
.fontsize25 {
    font-size: 25px !important;
}
.fontsize27 {
    font-size: 27px !important;
}
.fontsize23 {
    font-size: 23px !important;
}
.fontsize34 {
    font-size: 34px !important;
}
.fontsize33 {
    font-size: 33px !important;
}
.fontsize30 {
    font-size: 30px !important;
}
.fontsize20 {
    font-size: 20px !important;
}
.fontsize60 {
    font-size: 60px !important;
}
.fontsize15 {
    font-size: 15px !important;
}
.fontsize36 {
    font-size: 36px;
}
.fontsize12 {
    font-size: 12px !important;
}
.fontsize13 {
    font-size: 13px !important;
}
.fontsize14 {
    font-size: 14px !important;
}
.fontsize21 {
    font-size: 21px !important;
}
.fontsize18 {
    font-size: 18px !important;
}
.fontsize40 {
    font-size: 40px !important;
}
.fontsize26 {
    font-size: 26px !important;
}
.fontsize17 {
    font-size: 17px !important;
}
.radius25 {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.radius10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.line-height-31px {
    line-height: 31px;
}
.line-height-19px {
    line-height: 19px;
}
.line-height-12px {
    line-height: 12px;
}
.contactform {
    bottom: 133px;
    right: 15px;
    position: fixed;
    z-index: 9;
    width: 40px;
}

.leftsidefixbutton {
    position: fixed !important;
    z-index: 10 !important;
    right: 5px;
    top: 52% !important;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: top right;
}

.leftbutton {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0px;
    padding: 2px 22px;
    font-size: 17px;
    height: 45px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #FFFFFF;
}

.leftbutton:hover {
    color: #000 !important;
    background-color: #f8b133;
}

.feature-box {
    min-height: 380px;
}

.homelogos {
    max-height: 1500px;
    max-width: 150px;
}

.bottomtopborder {
    border-top: 1px solid rgba(0, 96, 175, .2);
    border-bottom: 1px solid rgba(0, 96, 175, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.whatsapplink {
    bottom: 75px;
    right: 3px;
    position: fixed;
    z-index: 9;
    width: 40px !important;
}

.borderline {
    height: 1px;
    margin-bottom: 10px;
}

.blackline {
    width: 100px;
    height: 1px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    margin-bottom: 5px;
}
.cursorgrab {
    cursor: grab;
}

.bordersolid {
    border: 1px solid #cccccc !important;
}

.accordion-style-03 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footersocialcolor {
    color: #07090c !important;
}

.bottomborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
.bottomborderfooter {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}
.bottomborderhead {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}
.bottombordersoft {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
    width: 100%;
}

.menubottomborder {
    border-bottom: 1px solid #666;
    width: 75%;
    margin-bottom: 5px;
}
.bottombordergray {
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 7px;
    width: 100%;
}
.bordergray {
    border: 1px solid #dddddd !important;
}

.topborderheader {
    border-top: 1px solid var(--brandcolor2);
    padding-bottom: 2px;
    margin: 0px auto;
    width: 100%;
}
.form-control {
    font-size: 15px !important;
}

@media (max-width: 991px) {
    .navbar-collapse .nav-item.dropdown {
        position: relative;
    }
    /* İkonun tıklama alanını satır bazında genişletir */
    .navbar-collapse .nav-item.dropdown > .dropdown-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 60px !important; /* Alt menüden bağımsız, sadece satır yüksekliği kadar */
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-right: 25px !important;
        z-index: 1 !important;
        cursor: pointer !important;
    }
    /* Metni ikonun üstünde tutar ki link özelliği bozulmasın */
    .navbar-collapse .nav-item.dropdown .nav-link {
        position: relative !important;
        z-index: 5 !important;
        display: inline-block !important;
        pointer-events: auto !important;
    }
}

.videoyoutube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.homevideobgimage {
    background-image: url(/storage/homepage/home-video-bg.jpg);
}

::placeholder {
    color: #cccccc !important;
}

select {
    padding: 10px;
}
option {
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.right-module {
    width: 350px;
    background: #6b1317 ;
    position: fixed;
    right: -550px;
    top: 10%;
    z-index: 1050;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .right-module {
        z-index: 1033;
        padding: 20px 20px 20px 20px;
    }
}
.right-module.active {
    right: 0px;
}
.right-module .close {
    cursor: pointer;
    z-index: 999999;
}
.right-module .close img {
    width: 30px;
}
.right-module .right-content {
    padding-bottom: 20px;
    box-sizing: border-box;
}
.right-module .right-content .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.right-module .right-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
.form-btn {
    background: #18864a;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.form-btn:hover {
    background: #126c3b;
}
.form-btn:disabled,
.form-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
}
.form-btn:disabled:hover,
.form-btn[disabled]:hover {
    background: #18864a;
}
.button-form {
    position: fixed;
    right: -5px;
    top: 25%;
    color: #ffffff;
    padding: 25px 10px 25px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background: var(--brandcolor1);
    font-weight: 400;
    z-index: 19;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(-180deg);
    writing-mode: tb;
    font-size: 20px;
}
.button-form:hover {
    background: #000000;
    color: #fff;
}
.subpageheadertitle {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px #777 !important;
}
.subpageheaderoteltitle {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
}
.checkboxzoom {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}
.zoomeffect img{
    transition: transform .2s;
}
.zoomeffect img:hover {
    transform: scale(1.05);
    transform-origin: center center;
}
.zoomeffectimg{
    transition: transform .2s;
}

.zoomeffectimg:hover {
    transform: scale(1.05);
    transform-origin: center center;
}
.ceydaduvencivlog {
    top: 40%;
    left: 40%;
}

ul.icon-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
ul.icon-table>li {
    display: flex;
    padding: 10px;
    width: 8.3%;
    flex-direction: column;
    padding-bottom: 0px;
}
ul.icon-table>li>span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}
.centeredbtn {
    margin: 0 auto;
}
.clearboth {
    clear: both;
}
.generalshadow {
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 7%);
}
.h220px {
    height: 220px !important;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}
.label-default {
    background-color: #000;
}
.label {
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 25px;
    margin-right: 10px;
    margin-top: 7px;
}
.footersocialicon {
    margin: 25px auto;
    text-align: center;
}

.socialmobileleft {
    padding-left: 30px;
}
.langmobileleft {
    padding-left: 25px;
}
.searchdivider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.imgcolorize {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.basicshadow {
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.card-title {
    font-size: 18px !important;
    font-weight: 500 !important;
}
@media (max-width: 991px) {
    ul.icon-table > li {
        width: 12% !important;
    }
    .scroll-image {
        width: unset !important;
        height: unset !important;
        object-fit: unset !important;
        transition: unset !important;
        clip-path: unset !important;
        border-radius: 25px;
    }
}

@media (max-width: 767px) {

    ul.icon-table>li {
        width: 16.5% !important;
        padding: 4px !important;
    }

    ul.icon-table>li>span {
        padding-top: 4px;
        padding-bottom: 7px;
        font-size: 12px;
        line-height: 12px;
    }

    .imgmobileheader {
        display: block;
        /*width: 100vw; */
        /*height: 17vh; */
        /*object-fit: cover;*/
        padding-top: 75px;
    }

    .fontsize30 {
        font-size: 25px !important;
    }
}

@media (min-width: 991px) {
    .footer li.nav-item {
        padding: 5px 25px !important;
    }
    .scroll-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: clip-path 0.1s linear;
        clip-path: inset(0 15% 0 15% round 40px);
        border-radius: 25px;
    }
}
@media (min-width: 1200px) {
    .footer li.nav-item {
        padding: 5px 43px !important;
    }
}
@media (min-width: 1500px) {
    .footer li.nav-item {
        padding: 5px 36px !important;
    }
}
.lineheight15 {
    line-height: 15px !important;
}
.lineheight60 {
    line-height: 60px !important;
}
.hmin220px {
    min-height: 220px !important;
}
@media (max-width: 500px) {
    .mobilresponsivediv {
        padding-bottom: 15px;
        width: 100%;
    }
    .mobilresponsivedivspan {
        padding-right: 11px !important;
    }
}
.footerdelimiter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
}
.right12 {
    right: 12%;
    top: -15%;
}

@media only screen and (min-width: 1700px) {
    .minWidth100Jvns {
        min-width: 100%;
    }
}
table td {
    vertical-align: middle !important;
    text-align: left !important;
}
th { font-weight: 500; }

.footer li.nav-item {
    padding: 5px 5px;
}

/* ===================================
   Banner Section - Zanzibar Tarzı
====================================== */
.banner-section {
    position: relative;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 50%, rgba(255,255,255,0.1) 100%);
    z-index: 1;
}
.banner-left-title {
    z-index: 2;
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 500;
    padding-left: 30px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
    width: 100%;
}
.banner-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 18px;
    padding: 30px 30px;
    max-width: 480px;
    margin-left: auto;
    margin-right: 40px;
}
.banner-card-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-card-text {
    font-size: 20px;
    margin-bottom: 20px;
}
.banner-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner-card-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    padding: 5px 0;
    font-weight: 400;
}
.banner-card-list li .bullet-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    border: 2px solid var(--brandcolor2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 9px;
    color: var(--brandcolor2);
}

@media (max-width: 991px) {
    .banner-section {
        min-height: 380px;
        flex-direction: column;
        align-items: stretch;
    }
    .banner-left-title {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 30px;
        font-size: 36px;
        max-width: 100%;
    }

    .mobilemenucolor {
    color: #ffffff !important;
    }
}

    .banner-card {
        margin: 0 20px 20px 20px;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .banner-section {
        min-height: 300px;
    }
    .banner-left-title {
        font-size: 28px;
        padding: 20px;
    }
    .banner-card {
        margin: 0 12px 16px 12px;
        padding: 24px 20px;
    }
    .banner-card-title {
        font-size: 20px;
    }
    .banner-card-text {
        font-size: 14px;
    }
}

/* ===================================
   Projeler Sayfası - Zigzag Listing
====================================== */
.project-listing {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 40px 0;
}
.project-row {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
}
.project-row.reverse {
    flex-direction: row-reverse;
}
.project-card {
    flex: 0 0 44%;
    max-width: 44%;
    padding: 0 30px;
}
.project-card h2 {
    font-size: 26px;
    font-weight: 500;
    color: var(--brandcolor1);
    margin-bottom: 8px;
    line-height: 1.2;
}
.project-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.4;
}
.project-card .project-desc {
    font-size: 20px;
    margin-bottom: 22px;
    text-align: left;
}
.project-card .project-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--brandcolor1);
    margin-bottom: 18px;
}
.project-card .project-price.sold-out {
    color: #999;
    font-style: italic;
}
.project-card .btn-project {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 5px;
    padding: 7px 18px;
    font-size: 17px;
    border: 2px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fef0df;
    text-decoration: none;
    transition: all 0.3s ease;
}
.project-card .btn-project:hover {
    background-color: transparent;
    color: var(--brandcolor1);
}
.project-carousel-wrap {
    flex: 0 0 56%;
    max-width: 56%;
    position: relative;
}
.project-carousel-wrap .swiper {
    border-radius: 10px;
    overflow: hidden;
}
.project-carousel-wrap .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.project-carousel-wrap .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}
.project-carousel-wrap .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

@media (max-width: 991px) {
    .project-listing {
        gap: 50px;
    }
    .project-row,
    .project-row.reverse {
        flex-direction: column;
    }
    .project-card,
    .project-carousel-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .project-card {
        order: 2;
        padding-top: 24px;
    }
    .project-carousel-wrap {
        order: 1;
    }
    .project-card h2 {
        font-size: 28px;
    }
    .project-carousel-wrap .swiper-slide img {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .project-listing {
        gap: 36px;
        padding: 20px 0;
    }
    .project-card h2 {
        font-size: 24px;
    }
    .project-card h3 {
        font-size: 17px;
    }
    .project-card .project-desc {
        font-size: 14px;
    }
    .project-carousel-wrap .swiper-slide img {
        height: 220px;
    }
}

/* ===================================
   Yatırımcı Gezileri Sayfası
====================================== */
.investor-tabs-wrap {
    margin: 10px 0;
}
.investor-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: none;
}
.investor-tabs .nav-link {
    border: none;
    border-radius: 5px;
    padding: 10px 24px;
    background-color: #eee;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
}
.investor-tabs .nav-link.active,
.investor-tabs .nav-link:hover {
    background-color: var(--brandcolor1);
    color: #fef0df;
}
.investor-content-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.investor-img-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.investor-img-col img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.investor-text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 0;
}
.investor-text-col h2 {
    font-size: 36px;
    color: var(--brandcolor1);
    font-weight: 700;
    margin-bottom: 10px;
}
.investor-text-col h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.investor-text-col .lead-txt {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}
.price-list {
    margin-bottom: 30px;
}
.price-list-item {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3f3f3f;
}
.price-list-item span {
    font-weight: 700;
    color: var(--brandcolor1);
    display: inline-block;
    width: 70px;
}
.upcoming-dates {
    margin-bottom: 30px;
}
.date-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #3f3f3f;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
}
.date-item i {
    color: var(--brandcolor1);
    font-size: 20px;
}
.date-item-sep {
    color: #ccc;
    margin: 0 5px;
}
.accordion-btn {
    background-color: #f1f1f1;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-btn.active, .accordion-btn:hover {
    background-color: #e5e5e5;
}
.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
}
.upcoming-dates ul {
    list-style: none !important;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none !important;
}
.accordion-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.accordion-content ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--brandcolor1);
}
.itinerary-day {
    margin-bottom: 30px;
}
.itinerary-day h3 {
    margin-top: 0;
}
.itinerary-block {
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid var(--brandcolor1);
}
.itinerary-time {
    font-weight: 700;
    color: var(--brandcolor1);
    font-size: 16px;
    margin-bottom: 5px;
}
.itinerary-desc {
    font-size: 16px;
    color: #444;
}
.book-btn-wrap {
    margin-top: 40px;
}
.btn-book {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--brandcolor1);
    color: #fef0df;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid var(--brandcolor1);
}
.btn-book:hover {
    background-color: transparent;
    color: var(--brandcolor1);
}
@media (max-width: 991px) {
    .investor-content-row {
        flex-direction: column;
        gap: 30px;
    }
    .investor-img-col, .investor-text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
.investor-tabs-wrap {
    margin: 40px 0;
}
.investor-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: none;
}
.investor-tabs .nav-link {
    border: none;
    border-radius: 5px;
    padding: 10px 24px;
    background-color: #eee;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
}
.investor-tabs .nav-link.active,
.investor-tabs .nav-link:hover {
    background-color: var(--brandcolor1);
    color: #fef0df;
}
.investor-content-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.investor-img-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.investor-img-col img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.investor-text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 0;
}
.investor-text-col h2 {
    font-size: 36px;
    color: var(--brandcolor1);
    font-weight: 700;
    margin-bottom: 10px;
}
.investor-text-col h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.investor-text-col .lead-txt {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}
.price-list {
    margin-bottom: 30px;
}
.price-list-item {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3f3f3f;
}
.price-list-item span {
    font-weight: 700;
    color: var(--brandcolor1);
    display: inline-block;
    width: 70px;
}
.upcoming-dates {
    margin-bottom: 30px;
}
.date-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #3f3f3f;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
}
.date-item i {
    color: var(--brandcolor1);
    font-size: 20px;
}
.date-item-sep {
    color: #ccc;
    margin: 0 5px;
}
.accordion-btn {
    background-color: #f1f1f1;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-btn.active, .accordion-btn:hover {
    background-color: #e5e5e5;
}
.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
}
.accordion-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.accordion-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.accordion-content ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--brandcolor1);
}
.itinerary-day {
    margin-bottom: 30px;
}
.itinerary-day h3 {
    margin-top: 0;
}
.itinerary-block {
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid var(--brandcolor1);
}
.itinerary-time {
    font-weight: 700;
    color: var(--brandcolor1);
    font-size: 16px;
    margin-bottom: 5px;
}
.itinerary-desc {
    font-size: 16px;
    color: #444;
}
.book-btn-wrap {
    margin-top: 40px;
}
.btn-book {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--brandcolor1);
    color: #fef0df;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid var(--brandcolor1);
}
.btn-book:hover {
    background-color: transparent;
    color: var(--brandcolor1);
}
@media (max-width: 991px) {
    .investor-content-row {
        flex-direction: column;
        gap: 30px;
    }
    .investor-img-col, .investor-text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .investor-tabs {
        flex-direction: column;
    }
    .investor-tabs .nav-link {
        text-align: center;
    }
    .investor-text-col h2 {
        font-size: 28px;
    }
}

/* ===================================
   Hakkımızda Sayfası (Gerçek Tasarım)
====================================== */
.about-bg-cream {
    background-color: #fdf5e9 !important;
}
.about-text-burgundy {
    color: #6a241b !important;
}
.about-two-col-text {
    column-count: 2;
    column-gap: 50px;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}
@media (max-width: 991px) {
    .about-two-col-text {
        column-count: 1;
    }
}
.btn-burgundy-outline {
    display: inline-block;
    padding: 10px 25px;
    color: #6a241b;
    background-color: transparent;
    border: 1px solid #6a241b;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-burgundy-outline:hover {
    background-color: #6a241b;
    color: #fff;
}
.about-slider-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}
.about-slider-container {
    position: relative;
    padding-bottom: 30px;
}
.about-swiper-pagination {
    bottom: 20px !important;
}
.about-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}
.about-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Icons */
.icon-circle-bg {
    width: 70px;
    height: 70px;
    background-color: #6a241b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.value-icon-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Team Member */
.team-member-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .team-member-img {
        height: 500px;
    }
}
@media (max-width: 575px) {
    .team-member-img {
        height: 350px;
    }
}
