@charset "utf-8";

/* RTL Temel Ayarlar */
html, body {
    min-height: 100%;
}

body {
    /* Arapça için daha okunaklı fontlar eklendi */
    font-family: "Exo", "Tajawal", "Cairo", sans-serif;
    color: #1f1f1f;
    background: #1f1f1f url("../img/bg.jpg") no-repeat bottom fixed;
    background-size: cover;
    font-size: 14px;
    direction: rtl; /* Yazı yönü sağdan sola */
    text-align: right;
}

a, a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

.btn.flat {
    border-radius: 0;
}

.btn.btn-alt {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 13px;
}

.btn-rounded {
    border-radius: 20px;
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    left: 20px; /* Right'tan Left'e çekildi */
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #ffc936;
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
    border-radius: 100%;
}

.bc-background-instagram {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.site {
    position: relative;
    background-color: #FFF;
}


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

.slogan {
    font-weight: bold;
}

.slogan span {
    color: #ffc000;
}

.topbar {
    background-color: #ffc000;
    padding: 5px 0;
}

.topbar-address a {
    display: inline-block;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 600;
}

.topbar-social a {
    display: inline-block;
    padding: 2px 6px;
    color: #FFF;
}

.topbar-contact a {
    display: inline-block;
    color: #1f1f1f;
    margin-left: 20px; /* margin-right'tan margin-left'e */
    font-weight: 600;
}
.topbar-contact a:last-child{
    margin: 0;
}

.menu {
    background-color: #1f1f1f;
}

nav {
    display: block;
    text-align: left; /* text-align right'tan left'e (menü elemanları sağa yaslı olduğu için kapsayıcı sola hizalanır) */
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: block;
    float: right; /* float left'ten right'a */
}

nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px;
    color: #FFF;
}

nav ul li a:hover {
    background-color: #ffc000;
    color: #1f1f1f;
}

.slider-cont {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #1f1f1f;
}

.slider-caption-title {
    font-size: 36px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
}

.slider-caption-desc {
    color: #FFF;
    max-width: 800px;
    font-size: 22px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
}

.ms-slide-bgcont > img {
    opacity: .6;
}

.front-services {
    background: #1f1f1f url("../img/bg-front-services.png") repeat-x bottom center;
    padding: 30px 0 220px 0;
}

.fs {
    display: block;
    text-align: center;
}

.fs img {
    margin-bottom: 15px;
}

.fs span {
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}

.fs:hover span {
    color: #ffc000;
}

.fc-text {
    padding: 20px;
}

.fc-text h1 {
    font-size: 18px;
    color: #ffc000;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.fc-text h1:before {
    content: '';
    display: inline-flex;
    width: 80px;
    height: 4px;
    margin-left: 20px; /* margin-right'tan margin-left'e */
    background-color: #ffc000;
}

.fc-text h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fc-text p.alternate {
    color: #ffc000;
}

.front-corporate {
    padding: 20px 0;
}

.front-solutions {
    background: url("../img/bg-front-solutions.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 100px 0 200px 0;
    position: relative;
}

.front-solutions:after {
    content: '';
    position: absolute;
    right: 0; /* left'ten right'a */
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url("../img/front-solutions-bottom.png") repeat-x center;
    z-index: 2;
}

.front-solutions h2 span {
    display: block;
    color: #FFF;
    font-size: 26px;
}

.front-solutions h2 small {
    font-size: 18px;
    color: #ffc000;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.front-solutions h2 small:before {
    content: '';
    display: inline-flex;
    width: 90px;
    height: 4px;
    margin-left: 20px; /* margin-right'tan margin-left'e */
    background-color: #ffc000;
}

.solutions {
    position: relative;
    z-index: 1;
    max-height: 460px;
    overflow: hidden;
}

.solution {
    padding: 30px;
    background-color: #1f1f1f;
    text-align: center;
    margin: 10px;
}

.solution img {
    border: 4px solid #ffc000;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.solution h3 {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.solution a {
    border-color: #BBB;
    color: #BBB;
    padding-right: 15px; /* Değiştirildi */
    padding-left: 15px; /* Değiştirildi */
}

.solution-link {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    color: #BBB;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    bottom: 20px;
}

.solution-link:hover {
    color: #FFF;
}

.solution-prev {
    right: 30px; /* left'ten right'a */
}

.solution-next {
    left: 30px; /* right'tan left'e */
}

.front-packages {
    background-color: #1f1f1f;
}

.fp-right {
    background-color: #403f3f;
}

.front-packages h2 {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 40px;
    padding: 0 30px;
}

.front-packages h2 small {
    display: block;
    font-weight: bold;
    color: #ffc000;
    margin-bottom: 15px;
}

.front-packages .media-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-left .media-body {
    text-align: left; /* Ters çevrildi */
}

.fp-left .media-body ul li {
    color: #FFF;
    position: relative;
    padding-left: 25px; /* right'tan left'e */
}

.fp-left .media-body ul li:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free', sans-serif;
    color: #ffc000;
    position: absolute;
    left: 0; /* right'tan left'e */
    font-weight: 900;
    font-size: 14px;
    top: 1px;
}

.fp-right .media-body {
    text-align: right; /* Ters çevrildi */
}

.fp-right .media-body ul li {
    color: #FFF;
    position: relative;
    padding-right: 25px; /* left'ten right'a */
}

.fp-right .media-body ul li:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free', sans-serif;
    color: #ffc000;
    position: absolute;
    right: 0; /* left'ten right'a */
    font-weight: 900;
    font-size: 14px;
    top: 1px;
}

.fp {
    margin-bottom: 40px;
}

.fp-left .fp h3 {
    border-bottom: 3px solid #ffc000;
    color: #ffc000;
    text-align: left; /* right'tan left'e */
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.fp-right .fp h3 {
    border-bottom: 3px solid #ffc000;
    color: #ffc000;
    text-align: right; /* left'ten right'a */
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.fp-content {
    padding: 50px;
}

.front-news {
    padding: 40px 0 0 0;
}

.fn {
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.fn a {
    display: block;
}

.fn span {
    display: block;
    padding: 20px;
    color: #1f1f1f;
    font-weight: bold;
}

.front-news h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.front-news h2 small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}

footer {
    position: relative;
    background: url("../img/bg-footer.png") repeat-x top center;
    padding: 200px 0;
}

.footer-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-address ul li {
    position: relative;
    padding-right: 50px; /* left'ten right'a */
    padding-left: 0;
    margin-bottom: 20px;
    color: #FFF;
}

.footer-address ul li a {
    color: #FFF;
}

.footer-address ul li i {
    position: absolute;
    right: 0; /* left'ten right'a */
    top: -3px;
    color: #ffc000;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 30px;
    height: 30px;
    padding-top: 8px;
    border-radius: 100%;
    overflow: hidden;
}

.footer-menu {
    margin-bottom: 40px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 2px 8px;
}

.footer-note {
    color: #FFF;
}

.design img {
    height: 20px;
    margin-right: -10px; /* left'ten right'a */
}

.footer-newsletter {
    background-color: rgba(17, 17, 17, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.footer-newsletter h3 {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.footer-newsletter i {
    color: #FFF;
}

.footer-newsletter .form-control,
.footer-newsletter .input-group-text {
    background-color: #000;
    border: 1px solid #000;
}

.footer-newsletter .form-control {
    color: #FFF;
}

.breadcrumb {
    padding: 0;
    background: transparent;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active a {
    color: #ffc000;
}

.page-inner {
    padding: 5px 0 40px 0;
}

.page-tabs .nav-tabs .nav-link {
    font-weight: bold;
    color: #999;
    border-radius: 0;
}

.page-tabs .nav-tabs .nav-link.active {
    color: #162f83;
    border-top: 2px solid #162f83;
}

.page-tabs .tab-pane-inner {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

.subpage-item {
    text-align: center;
}

.subpage-item a {
    display: block;
    color: #162f83;
}

.subpage-item .card-block {
    padding: 5px;
}

.article .card-body a {
    font-weight: bold;
    color: #000;
}

.article .card-footer {
    padding-top: 3px;
    padding-bottom: 3px;
}

.article .card-footer i {
    color: rgba(0, 0, 0, .2);
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    #mobileMenuToggle {
        display: block;
    }

    .menu {
        display: none;
    }

    .fs span {
        font-size: 12px;
    }

    .slider-caption-desc {
        display: none;
    }

    .slider-caption-title {
       font-size: 70px;
        padding: 0 30px;
    }

    .topbar-social {
        padding-left: 15px; /* Değiştirildi */
        padding-right: 0;
    }

    .fs img {
        max-width: 70px;
    }

}

/* WhatsApp icon */
.pulse-button {
    position: fixed;
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image:url('../img/whatsappIcon.png');
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    bottom:90px;
    left: 23px; /* right'tan left'e çekildi */
    z-index: 998;
}
.pulse-button:hover {-webkit-animation: none; animation: none;}

@keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}