:root{
    --rr-theme-primary:#a58517 !important;
}
.banner-2 .swiper-wrapper{
    height: 100vh;
}
.banner-2__item::before, .dropdown-toggle::after{
    display: none;
}
.header-4 .header__right-quite::before, .header-4 .header__right-quite::after, .header-4 .header__logo::before{
    display: none;
}
.header-4{
    border-bottom: none;
}
.banner-2__item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.language .nav-link{
    color: #fff;
}
.language .dropdown-menu{
    border-radius: 0;
    border: 1px solid ;
    background: #0d0d0d;
    border: 1px solid #a58517;
    padding: 8px 6px;
}
.language .dropdown-menu li a{
    font-size: 15px;
    text-transform: uppercase;
}
.language .dropdown-menu li a:hover{
    color: #a58517 !important;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    background: #0d0d0d;
}
.fnp-title{
    font-family:'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #080A0B;
}
.brand__space{
    padding: 40px 0;
}
.blog-2 .detail {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-2 .blog-grid__item, .blog-grid .blog-grid__item{
   height: 100%;
}
/*.blog-2 .blog-grid__content .read-more{*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*}*/
.blog-2 .blog-grid__content .title, .blog-grid .blog-grid__content .title{
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-size: 22px;
    line-height: var(--rr-lh-h6);
    font-weight: var(--rr-fw-bold);
}
.has--border-4 .what-we-do__item, .has--border-5 .what-we-do__item, .has--border-6 .what-we-do__item{
    margin-top: 25px;
    margin-bottom: 0 !important;
}
.parallax{
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 160px 0;
}
.header__area .img_disi{
    display: block;
}
.header__area .img_normal{
    display: none;
}
.header__area.rr-sticky .img_disi{
    display: none;
}
.header__area.rr-sticky .img_normal{
    display: block;
}
.breadcrumb-space{
    padding: 225px 0 75px;
}
.breadcrumb__menu ul li.active span{
    color: #a58517;
}
.about-company .detail p:last-child{
    margin-bottom: 0;
}
.our-team .card{
    border-radius: 0;
    padding: 20px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}
.our-team .card .title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.our-team .card .spot{
    font-size: 18px;
    font-weight: 500;
    color: #a58517;
}
.rr-sticky .main-menu ul li > a{
    padding: 30px 0;
}
.protfolio__tab button{
    width: fit-content;
    padding: 13.5px 21.5px;
    background-color: #fff;
    color: var(--rr-theme-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    border: 1px solid var(--rr-theme-primary);
}
.protfolio__tab button.active{
    background-color: var(--rr-theme-primary);
    color: #fff;
}
.sidebar__widget-service .active {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}
.sidebar__widget-service .active i{
    color: var(--rr-common-white);
}
.contact-us__info-item{
    height: 100%;
}
.contact .map{
    margin-left: 0;
    height: 100%;
}
.contact .map iframe{
    height: 100%;
}
.contact__from{
    padding: 35px;
}
.sozlesme input{
    height: auto;
}
.sozlesme a{
    color: var(--rr-theme-primary);
}
.protfolio__item, .protfolio__item-media{
    overflow: hidden;
}
.protfolio__item::before, .protfolio__item:hover::before{
    height: 100%;
    background-color:rgba(8, 10, 11, 0.45);
    z-index: 2;
}
.protfolio__item:hover .protfolio__item-icon{
    opacity: 0;
}
.protfolio__item .protfolio__item-text{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.protfolio__item:hover img{
    transform: scale(1.1);
}
.protfolio__item .protfolio__item-text{
    z-index: 3;
}
.blog-grid__media img{
    width: 100%;
}
.bosluk {
    height: 30px;
}
.protfolio-details .about-company__media img{
    width: 100%;
}
.protfolio-details .detail .row{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000024;
}
.protfolio-details .detail{
    padding-top: 40px;
}
.bilgi-btn {
    display: block;
    text-align: center;
    padding: 13.5px 21.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    border: 1px solid var(--rr-theme-primary);
    background-color: var(--rr-theme-primary);
    color: #fff;
    transition: all 0.3s 0s ease-out;
}
.bilgi-btn:hover{
    background-color: #fff;
    color: var(--rr-theme-primary);
}
.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.popup-modal.show {
    display: flex;
}

.popup-modal.show .popup-content {
    animation: fadeInScale 0.4s ease-out forwards;
}

/* Modal İçeriği */
.popup-content {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transform: scale(0.95);
    opacity: 0;
}
@keyframes fadeInScale {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.popup-content h2 {
    margin-bottom: 20px;
    color: #a58517;
    font-size: 22px;
    text-align: center;
}
.close-btn {
    position: absolute;
    right: 15px; top: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #a58517;
    cursor: pointer;
}
.popup-content label {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
}
.popup-content input,
.popup-content textarea {
    width: 100%;
    height: auto;
    padding: 10px 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    transition: 0.3s;
}
.popup-content input:focus,
.popup-content textarea:focus {
    border-color: #a58517;
    outline: none;
    box-shadow: 0 0 0 2px rgba(165, 133, 23, 0.2);
}
.popup-content button[type="submit"] {
    background-color: #a58517;
    color: #fff;
    padding: 10px 18px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}
.popup-content button[type="submit"]:hover {
    background-color: #8c7115;
}
.header-4{
    z-index: 9999;
}
.latest-article__item:hover{
    box-shadow: 0px 16px 30px rgba(17, 22, 31, 0.1);
}
.blog-details .detail ul{
    padding-left: 25px;
}
.contact_btn a{
    justify-content: center;
    background-color: #080A0B;
    color: #fff;
}
.contact_btn a.wp{
    background-color: #25d366;
}
.cta__content__item span{
    font-size: 24px;
    line-height: 38px;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
}
.cta__content__item a {
    font-size: 18px;
    color: #efefef;
}
.banner-2__slider__arrow{
    gap: 130px;
}
.header__hamburger{
    display: none;
}
#mobile-menu{
    display: block;
}
.mean-container, .offcanvas__social{
    margin-bottom: 0;
}
.offcanvas__area hr{
    margin: 15px 0;
    border-color: rgba(255, 255, 255, 0.079);
}
.offcanvas__language .header-top-language-menu li{
    list-style-type: none;
    margin-right: 15px;
}
.offcanvas__language .header-top-language-menu li:last-child{
    margin-right: 0;
}
.cta__content-title .title {
    font-size: 80px;
    line-height: 58px;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
}
.footer_social ul{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.footer_social ul li {
    list-style-type: none;
}
.footer_social ul li a i{
    font-size: 22px;
}
#imageModal.modal {
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}
#imageModal .modal-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
#imageModal .modal-body img {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
}
#imageModal .close {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 35px;
    background: none;
    border: none;
    cursor: pointer;
}
.about-company__media img{
    width: 100%;
}
.about-company__content .image{
    margin-bottom: 25px;
}
.about-company__content .image img{
    width: 100%;
}
.about-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.about-gallery-swiper {
    position: relative;
}
.mfp-bg{
    z-index: 99999;
}
.mfp-wrap{
    z-index: 999999;
}
.about-gallery-swiper .swiper-button-next, .about-gallery-swiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    background-color: #a58517 !important;
}
.about-gallery-swiper .swiper-button-next:after, .about-gallery-swiper .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}