@charset "UTF-8";
@import url('vars.css');
@import url('reset.css');
@import url('global.css');
@import url('components/buttons.css');
@import url('components/fixedform.css');
@import url('components/header-full.css');
@import url('components/slickslider.css');
@import url('components/project.css');
@import url('components/about.css');
@import url('components/card-style-two.css');
@import url('components/insaat-callto.css');
@import url('components/single.css');
@import url('components/tabs.css');
.btn {
    transition: all 0.2s ease;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-main {
    background: linear-gradient(to right, #ceab5d, #9a7a33) !important;
    color: #fff !important;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #ceab5d, #9a7a33) !important;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}
.btn-main:hover::before {
    opacity: 1;
}
.btn-main.shadow {
    box-shadow: 0 8px 15px rgba(242, 113, 42, 0.3) !important;
}
.btn-main:hover i {
    transform: rotate(0deg);
}
.btn-main i {
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    margin-left: 5px;
    font-size: 15px;
}
footer {
    position: relative;
    background: #0c1c3a;
    margin-top: 50px;
}
footer .footer--support {
    padding: 25px 0;
}
footer .footer--support .item {
    background: rgba(255, 255, 255, 0.0235294118);
    border: 1px solid rgba(255, 255, 255, 0.062745098);
    padding: 10px;
    border-radius: 12px;
}
footer .footer--support .item .icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.031372549);
    border-radius: 8px;
}
footer .footer--support .item .text {
    line-height: 20px;
    color: #767b8b;
    font-weight: 300;
}
footer .footer--content {
    background-color: #09152c;
}
footer .footer--content .top-side {
    padding: 30px 0;
    display: flex;
}
footer .footer--content .top-side .footer-logo img {
    height: 40px;
}
footer .footer--content .top-side .description {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.062745098);
}
footer .footer--content .top-side .description p {
    margin: 0;
    color: #cbcdd8;
    max-width: 700px;
    font-size: 15px;
}
footer .footer--content .top-side .social-links {
    margin-left: auto;
}
footer .footer--content .top-side .social-links .link {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.031372549);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
footer .footer--content .top-side .social-links .link:hover {
    background: rgba(255, 255, 255, 0.0705882353);
}
footer .footer--content .nav-area {
    position: relative;
    padding-bottom: 40px;
}
footer .footer--content .nav-area .nav--title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    z-index: 1;
    color: #fff;
}
@media (max-width: 1100px) {
    footer .footer--content .top-side {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width: 1100px) {
    footer .footer--content .top-side .social-links {
        order: 2;
        margin-left: 0;
        padding-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.062745098);
    }
}
@media (max-width: 1100px) {
    footer .footer--content .top-side .description {
        order: 3;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
        text-align: center;
    }
}
@media (max-width: 1100px) {
    footer .footer--content .top-side .footer-logo {
        order: 1;
    }
}
footer .footer--content .nav-area .nav--title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #fff, transparent);
    z-index: -1;
    opacity: 0.2;
}
footer .footer--content .nav-area .nav--title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 40px;
    border-radius: 6px;
    background: #fff;
    z-index: -1;
}
footer .footer--content .nav-area .nav--list {
    position: relative;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}
footer .footer--content .nav-area .nav--list li {
    position: relative;
    padding: 3px 0;
    padding-left: 18px;
    margin-bottom: 5px;
}
footer .footer--content .nav-area .nav--list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
}
footer .footer--content .nav-area .nav--list li:hover:before {
    width: 8px;
}
footer .footer--content .nav-area .nav--list li a {
    color: #cbcdd8;
    transition: all 0.2s ease;
}
footer .footer--content .nav-area .nav--list li a:hover {
    color: #fff;
}
footer .footer--bottom {
    padding: 20px 0;
}
footer .footer--bottom .navs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
footer .footer--bottom .navs .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.062745098);
    background: transparent;
    transition: all 0.2s ease;
    border-radius: 6px;
}
footer .footer--bottom .navs .nav-link:hover {
    border-color: rgba(255, 255, 255, 0.0823529412);
    background: rgba(255, 255, 255, 0.0235294118);
}
footer .footer--bottom .navs .nav-link i {
    color: #fff;
}
footer .footer--bottom .copyright {
    position: relative;
    font-size: 15px;
    text-align: center;
}
footer .footer--bottom .copyright p {
    color: #cbcdd8;
    margin: 0;
}
.flex-align {
    display: flex;
    align-items: center;
}
.gap-3 {
    gap: 1rem !important;
}

.filter-button-group {
    text-align: center;
    margin-bottom:80px;
}
.filter-button-group button {
    margin: 5px;
    padding: 10px 20px;
    background-color: #282e64;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.filter-button-group button.is-checked,
.filter-button-group button:hover {
    background-color: #0073aa;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Genel grid'e negatif margin ekliyoruz */
}

.grid-item {
    margin: 10px; /* Yanlardan boşluk */
    margin-bottom: 60px; /* Alttan boşluk */
    flex: 1 1 calc(33.333% - 20px); /* Yanlardaki boşlukları hesaba katarak genişlik ayarlaması */
}
header.landingheader {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font: 15px "Poppins";
    color: #fff;
    transition: 0.4s;
    transform: translateY(0);
    background: #1f3765b3;
}
.border--linear {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: linear-gradient(45deg, #ceab5d, #7e6e4a) !important;
}
.landinglogo img {
    width: 200px;
}
.landinglogo{
    height: 100px;
    display: flex;
    align-items: center;
}
.custom-container {
    width: 100%;
    padding: 0 5%;
}
.headerinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landingtel a {
    color: rgb(255, 255, 255, 0.9);
    font-size: 23px;
}
@media (max-width: 1200px) {
    .custom-container {
        padding: 0 4%;
    }
}

@media (max-width: 992px) {
    .custom-container {
        padding: 0 3%;
    }
    header.landingheader {
        position: unset;
        background: #232c51;
        height: auto;
    }
    .landinglogo {
        height: auto;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .landinglogo img {
        width: 130px;
    }
    .landingtel a {
        color: rgb(255, 255, 255, 0.9);
        font-size: 16px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .custom-container {
        padding: 0 2%;
    }
    header.landingheader {
        position: unset;
        background: #232c51;
        height: auto;
    }
    .landinglogo {
        height: auto;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .landinglogo img {
        width: 130px;
    }
    .landingtel a {
        color: rgb(255, 255, 255, 0.9);
        font-size: 16px;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .custom-container {
        padding: 0 1%;
    }
    header.landingheader {
        position: unset;
        background: #232c51;
        height: auto;
    }
    .landinglogo {
        height: auto;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .landinglogo img {
        width: 130px;
    }
    .landingtel a {
        color: rgb(255, 255, 255, 0.9);
        font-size: 16px;
        padding-right: 10px;
    }
}


/* Spinner (Loader) CSS */
.loader {
    position: relative;
    display: inline-block;
    background: #f3f3f3;
}

.loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 4px solid #3498db;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Resim yüklendiğinde loader'ı gizle */
img.lazyloaded.loader::after {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
}
.sliderbutonlar {
    display: flex;
    gap: 25px;
    margin-top: 35px;
    align-items: center;
}
/* Layout */
.sidebar-menu-layout {
    display: flex;
    gap: 32px;
}

/* Sidebar */
.sidebar-menu-sidebar {
    width: 280px;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.sidebar-menu-nav {
    background: #ffffff;
    border-radius: 15px;
    padding: 22px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.sidebar-menu-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f3765;
    margin-bottom: 18px;
}

/* Menu */
.sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu-item + .sidebar-menu-item {
    margin-top: 6px;
}

.sidebar-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    color: #2f2f2f;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-menu-link:hover {
    background: #f2f5ff;
    color: #1f3765;
}

/* Active */
.sidebar-menu-link.active {
    background: #1f3765;
    color: #ffffff;
}

/* Arrow */
.sidebar-menu-arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
}

/* Sub Menu */
.sidebar-menu-sublist {
    list-style: none;
    padding-left: 14px;
    margin: 8px 0 0;
    display: none;
}

.sidebar-menu-sublist li {
    margin: 4px 0;
}

.sidebar-menu-sublink {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-menu-sublink:hover {
    background: #eef2ff;
    color: #1f3765;
}

/* Open State */
.sidebar-menu-item.sidebar-menu-open > .sidebar-menu-sublist {
    display: block;
}

.sidebar-menu-item.sidebar-menu-open > .sidebar-menu-link .sidebar-menu-arrow {
    transform: rotate(90deg);
}

/* Content */
.sidebar-menu-content {
    flex: 1;
}

/* Mobile */
@media (max-width: 991px) {
    .sidebar-menu-layout {
        flex-direction: column;
    }

    .sidebar-menu-sidebar {
        width: 100%;
        position: relative;
        top: 0;
    }
}
.post-content-title h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #1f3765;
}

.post-content-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background-color: #1f3765;
    border-radius: 3px;
}
@media (max-width: 991px) {
    .ssheader {
        display: flex;
        flex-direction: column;
        height: 200px;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        text-align: center;
    }
    .sidebar-menu-sidebar {
        margin-top: 25px;
    }
}
#features {
    position: relative;
    z-index: 2;
    padding: 70px 0 110px;
    background: linear-gradient(to top left, #09152c, #05122a);
}
#features .features--list .item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.0196078431);
    border: 1px solid rgba(255, 255, 255, 0.062745098);
    padding: 25px;
    height: 100%;
}
#features .features--list .item .head {
    display: flex;
    align-items: center;
    gap: 10px;
}
#features .features--list .item .head .icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(45deg, #ceab5d, #7e6e4a) !important;
    border-radius: 50px;
}
#features .features--list .item .head > span {
    font-weight: 500;
    color: #fff;
}
#features .features--list .item > p {
    margin-top: 10px;
    color: #a2a8b7;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
#features .corner--icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -25px;
}
#features::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url("https://www.odeaweb.com/templates/oweb/image/line-path.webp");
    background-size: 250px;
    opacity: 0.03;
    z-index: -1;
}
.title-heading {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    z-index: 1;
}
.title-heading.th-dark span.title {
    color: #fff;
}
.title-heading.th-dark > p {
    color: #b4b7c1;
    font-weight: 300;
}
.title-heading.th-dark::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(to right, transparent, #ceab5d, transparent);
    z-index: -1;
    opacity: 0.3;
}
.title-heading.th-dark::after {
    background: linear-gradient(45deg, #ceab5d, #7e6e4a) !important;
}
.title-heading span.top-text {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -4px;
    background: -webkit-linear-gradient(360deg, #ceab5d, #7e6e4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-heading span.title {
    font-size: 30px;
    font-weight: 600;
    color: #282c3f;
}
.title-heading > p {
    color: #6d7792;
    margin-bottom: 0;
    line-height: 21px;
}
.title-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(to right, transparent, #6d7792, transparent);
    z-index: -1;
    opacity: 0.2;
}
.title-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 100%;
    max-width: 60px;
    background: #4a4e69;
    z-index: -1;
}

.gap-12 {
    gap: 12px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-language-switcher {
    display: flex;
    align-items: center;
    margin-right: 15px;
    gap: 8px;
    margin-left:15px;
}

.header-language-switcher a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.header-language-switcher a:hover,
.header-language-switcher a.active {
    opacity: 1;
    color: #fff;
}

.header-language-switcher span {
    color: #fff;
    opacity: 0.6;
}
.mhright {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-language-switcher {
        display: none;
    }
}
.header-language-switcher {
    display: flex;
    align-items: center;
    margin-right: 15px;
    gap: 6px;
}

.header-language-switcher a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.5;
    transition: 0.3s;
}

.header-language-switcher a.active {
    opacity: 1;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

.header-language-switcher span {
    color: #fff;
    opacity: 0.4;
}