.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 125px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

/* SA Proje revision overrides */
:root {
    --sa-accent: #d89a2b;
    --sa-text: #555555;
    --sa-text-dark: #3f3f3f;
    --sa-logo-text: #6f6f6f;
}

.header-three_left {
    gap: 32px;
}

.header-three .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img,
.footer-logo img {
    filter: none;
}

.main-menu .navigation > li {
    margin: 0 7px;
}

.main-menu .navigation > li > a {
    color: var(--sa-text) !important;
    font-weight: 600;
    letter-spacing: .35px;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
    color: var(--sa-text-dark) !important;
}

.main-menu .navigation > li > a::after,
.main-menu .navigation > li.current > a::after,
.mega-column h3::after {
    background: var(--sa-accent) !important;
}

.mega-submenu li a:hover,
.partner-area .partner-title h2 span,
.breadcrumb-social-link ul li a:hover i,
.footer-widget-links1 li a:hover,
.vk-social-link li a:hover,
.single-team-style1 .title-holder .social-links ul li a:hover {
    color: var(--sa-text-dark) !important;
}

.sec-title {
    padding-bottom: 24px;
}

.sec-title h2 {
    color: var(--sa-text-dark);
    line-height: 1.22;
}

.skill-style1_content-box.skill-style2_content-box h2 {
    color: var(--sa-text-dark);
    margin-bottom: 12px;
}

.skill-style1_content-box.skill-style2_content-box p,
.single-testimonial-style2 .text-holder .text h3,
.our-company-info .text-box p,
.footer-con li,
.footer-con li a,
.timing {
    color: var(--sa-text) !important;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.62;
}

.blog-page-two,
.testimonial-style2-area,
.skill-style1-area,
.team-style1-area,
.blog-style1-area,
.partner-area {
    padding-top: 44px;
    padding-bottom: 44px;
}

.fact-counter-area {
    background: #f7f7f7 !important;
    padding: 36px 0;
}

.single-fact-counter {
    padding-left: 38px;
}

.single-fact-counter .border-box {
    width: 86px;
    border: 0;
    background:
        radial-gradient(circle, rgba(216, 154, 43, .48) 2px, transparent 2.8px) 0 0 / 16px 16px,
        linear-gradient(90deg, rgba(216, 154, 43, .08), rgba(216, 154, 43, 0));
}

.single-fact-counter:hover .border-box {
    background:
        radial-gradient(circle, rgba(63, 63, 63, .40) 2px, transparent 2.8px) 0 0 / 16px 16px,
        linear-gradient(90deg, rgba(63, 63, 63, .07), rgba(63, 63, 63, 0));
}

.single-fact-counter .title {
    background: rgba(216, 154, 43, .18);
}

.single-fact-counter .title h6 {
    color: var(--sa-text-dark);
    font-weight: 600;
}

.project-card .overlay {
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0,0,0,.68), rgba(0,0,0,0));
}

.project-card .overlay h3 {
    line-height: 1.25;
    font-weight: 600;
}

.project-card .overlay span {
    line-height: 1.45;
    opacity: .92;
}

.accordion-box .accordion,
.product-detail .tab-content,
.kolay-menu-filter .card,
.sidebar-widget {
    font-family: 'Roboto', sans-serif !important;
}

.accordion-box .accordion .accord-btn h4,
.accordion-box .accordion .accord-content p,
.product-detail .nav-tabs .nav-link,
.product-detail .tab-pane,
.kolay-menu-filter .card-link,
.kolay-menu-filter label {
    font-family: 'Roboto', sans-serif !important;
    color: var(--sa-text-dark);
}

.accordion-box .accordion .accord-btn.active h4,
.accordion-box .accordion .accord-btn.active:after,
.product-detail .nav-tabs .nav-link.active {
    color: var(--sa-text-dark) !important;
}

.header-language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-language-switcher a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 5px 9px;
    color: var(--sa-text);
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    transition: all .2s ease;
}

.header-language-switcher a:hover,
.header-language-switcher a.active {
    color: var(--sa-text-dark);
    border-color: var(--sa-accent);
}

.header-language-switcher .flag-icon {
    border-radius: 2px;
}

@media (max-width: 991px) {
    .header-three_right {
        display: none;
    }

    .blog-page-two,
    .testimonial-style2-area,
    .skill-style1-area,
    .team-style1-area,
    .blog-style1-area,
    .partner-area {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .single-fact-counter {
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .single-fact-counter {
        max-width: 100%;
    }
}

.blog-page-two.sa-listing-section,
.blog-page-two.sa-detail-section,
.blog-details-area.sa-detail-section,
.portfolio-details-area.sa-detail-section {
    padding-top: 120px !important;
}

.blog-page-two.sa-listing-section {
    padding-bottom: 70px !important;
}

.about-style1-area.sa-corporate-section,
.portfolio-page-two.sa-corporate-section,
.team-style1-area.sa-corporate-section,
.skill-style1-area.sa-corporate-section,
.testimonial-style2-area.sa-corporate-section,
.blog-page-two.sa-corporate-section {
    padding-top: 120px !important;
    padding-bottom: 70px !important;
}

.sa-corporate-section .shape,
.sa-corporate-section .shape1,
.sa-corporate-section .shape2,
.sa-corporate-section .shape3,
.sa-corporate-section .overlay-icon,
.sa-corporate-section .quote-box,
.sa-corporate-section .border_line,
.sa-corporate-section .plusicon,
.sa-corporate-section .sharethis-inline-share-buttons {
    display: none !important;
}

@media (max-width: 991px) {
    .blog-page-two.sa-listing-section,
    .blog-page-two.sa-detail-section,
    .blog-details-area.sa-detail-section,
    .portfolio-details-area.sa-detail-section {
        padding-top: 68px !important;
    }
}

@media (max-width: 575px) {
    .blog-page-two.sa-listing-section,
    .blog-page-two.sa-detail-section,
    .blog-details-area.sa-detail-section,
    .portfolio-details-area.sa-detail-section {
        padding-top: 48px !important;
    }
}

/* =========================================================
   SA Proje fixed header, hero height and footer animation fix
========================================================= */
:root {
    --sa-header-height: 92px;
    --sa-hero-gap: 72px;
    --sa-hero-height: clamp(560px, calc(100vh - var(--sa-header-height) - var(--sa-hero-gap)), 800px);
}

html body .main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    transition: none !important;
}

html body .header-three {
    min-height: var(--sa-header-height) !important;
    background: #f5f5f5 !important;
    border-bottom: 1px solid #dedede !important;
}

html body .header-three .auto-container {
    height: var(--sa-header-height) !important;
    min-height: var(--sa-header-height) !important;
}

html body .header-three .logo,
html body .header-three_left .logo {
    padding: 0 !important;
}

html body .header-three .logo img,
html body .header-three_left .logo img,
html body .main-header .logo img {
    max-height: 65px !important;
    height: auto !important;
    width: auto !important;
    transition: none !important;
}

html body .main-menu .navigation > li > a {
    height: var(--sa-header-height) !important;
    transition: none !important;
}

html body .main-menu .navigation > li > a::after {
    bottom: 24px !important;
}

html body .mega-menu-wrapper {
    top: var(--sa-header-height) !important;
}

html body .sticky-header {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    animation: none !important;
    transition: none !important;
}

html body .fixed-header .sticky-header {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    animation: none !important;
}

html body .main-slider {
    margin-top: var(--sa-header-height) !important;
}

html body .main-slider,
html body .main-slider .slider-box,
html body .main-slider .banner-carousel,
html body .main-slider .owl-stage-outer,
html body .main-slider .owl-stage,
html body .main-slider .owl-item,
html body .main-slider .slide {
    height: var(--sa-hero-height) !important;
    min-height: 0 !important;
}

html body .main-slider .slide {
    padding: 0 !important;
}

html body .main-slider .image-layer,
html body .main-slider .slide .image-layer,
html body .main-slider .custom-overlay {
    height: 100% !important;
}

html body .main-slider .slide .auto-container {
    height: 100% !important;
    position: relative !important;
    z-index: 11 !important;
}

html body .main-slider .content {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 28px !important;
    margin-top: 0 !important;
    z-index: 12 !important;
}

html body .footer-area .wow,
html body .footer-area .animated,
html body .footer-area .fadeInUp {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}

@media (max-width: 1199px) {
    html body .main-header {
        position: absolute !important;
    }

    html body .main-slider {
        margin-top: 0 !important;
    }
}
.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #ffd500;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #ffd500;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
    position: fixed;
    left: 15px;
    bottom: 235px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
/* SLIDER YÜKSEKLİĞİNİ DÜZELT */
.main-slider .slide {
    min-height: 650px !important;
    height: 90vh !important;
}

/* BACKGROUND FULL YAPSIN */
.main-slider .slide .image-layer {
    background-size: cover !important;
    background-position: center center !important;
    height: 100% !important;
}

/* YAZIYI AŞAĞI AL (LAYOUT BOZMADAN) */
.main-slider .content {
    margin-top: 400px !important;
    text-align: center;
}

/* BAŞLIK */
.main-slider .content .big-title h2 {
    font-size: 42px !important;
    color: #fff !important;
}
/* SLIDER NUMARALARI KALDIR */



/* SLIDER TAM EKRAN */
.main-slider,
.main-slider .slider-box,
.main-slider .banner-carousel,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .slide {
    height: 100vh !important;
    min-height: 700px;
}

/* ARKA PLAN TAM OTURSUN */
.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.main-slider .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* BURAYI AYARLA */
    z-index: 1;
}

/* yazı üstte kalsın */
.main-slider .content {
    position: relative;
    z-index: 2;
}

.main-slider .owl-dots,
.main-slider .owl-nav,
.main-slider .owl-carousel .owl-dots {
    display: none !important;
}

/* SA PROJE KART TASARIMI */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* hover zoom */
.project-card:hover img {
    transform: scale(1.08);
}

/* overlay */
.project-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #ffffff;
}

/* başlık */
.project-card .overlay h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: white;
}

/* açıklama */
.project-card .overlay span {
    font-size: 13px;
    opacity: 0.8;
}

/* SON PROJELER SLIDER */
.testimonial-style2-carousel .item {
    padding: 10px;
}

.testimonial-style2-carousel .project-card img {
    height: 260px;
}

.sa-listing-section {
    padding-top: 60px;
}

.project-card a {
    position: relative;
    display: block;
    height: 100%;
}

.sa-listing-card {
    height: 320px;
    margin-bottom: 30px;
    background: #fff;
}

.sa-listing-card img {
    height: 100%;
    transition: transform 500ms ease;
}

.sa-listing-card .overlay {
    min-height: 38%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sa-listing-card .overlay h3 {
    font-family: var(--thm-titil-font);
    font-weight: 700;
    line-height: 1.25;
}

.sa-listing-card .overlay span {
    display: block;
    line-height: 1.45;
}

.sa-product-card {
    height: 300px;
}

.sa-product-card img {
    object-fit: cover;
    padding: 0;
}

@media (max-width: 767px) {
    .sa-listing-section {
        padding-top: 35px;
    }

    .sa-listing-card {
        height: 240px;
    }

    .sa-listing-card .overlay {
        padding: 16px;
    }

    .sa-listing-card .overlay h3 {
        font-size: 15px;
    }
}

/* ===== HEADER CLEAN TRIMLINE ===== */

/* HEADER ANA */
.header-three {
    padding: 0 0 !important;
}

/* CONTAINER */
.header-three .auto-container {
    max-width: 1350px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.header-three .logo img {
    max-height: 50px;
}

/* SOL ALAN */
.header-three_left {
    display: flex;
    align-items: center;
}

/* MENÜ GENEL */
.main-menu .navigation {
    display: flex;
    align-items: center;
}

/* MENÜ ITEM */
.main-menu .navigation > li {
    margin: 0 12px; /* boşluk azalttık */
}

/* MENÜ LINK */
.main-menu .navigation > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #222;
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

/* HOVER */
.main-menu .navigation > li > a:hover {
    color: #f47c20;
}

/* STICKY */
.sticky-header .logo img {
    max-height: 40px;
}

/* ===== END ===== */

/* ===== TRIMLINE FINAL STYLE ===== */

/* Menü font inceltme */
.main-menu .navigation > li > a {
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #555;
    position: relative;
}

/* Menü spacing azalt */
.main-menu .navigation > li {
    margin: 0 8px;
}

/* ALT ÇİZGİ (hover efekti) */
.main-menu .navigation > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: all 0.3s ease;
}

/* hover olunca çizgi çıksın */
.main-menu .navigation > li > a:hover:after {
    width: 100%;
}

/* aktif menü (istersen) */
.main-menu .navigation > li.current > a:after {
    width: 100%;
}

/* hover renk */
.main-menu .navigation > li > a:hover {
    color: #000;
}

/* ===== END ===== */

/* ===== HOVER LINE FORCE FIX ===== */

/* parent kesmesin */
.main-menu .navigation > li {
    position: relative;
}

/* link */
.main-menu .navigation > li > a {
    position: relative;
    overflow: visible !important;
}

/* çizgi */
.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px; /* önemli */
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: 0.3s;
    z-index: 5;
}

/* hover */
.main-menu .navigation > li > a:hover::after {
    width: 100%;
}

/* aktif */
.main-menu .navigation > li.current > a::after {
    width: 100%;
}
/* ===== FORCE OVERFLOW FIX ===== */

/* parent kesmesin */
.main-menu,
.main-menu .navigation,
.main-menu .navigation > li {
    overflow: visible !important;
}

/* link */
.main-menu .navigation > li > a {
    position: relative;
    z-index: 2;
}

/* çizgi */
.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: 0.3s ease;
}

/* hover */
.main-menu .navigation > li:hover > a::after {
    width: 100%;
}

/* ===== TRIMLINE EXACT HEADER ===== */

/* HEADER GENEL */
.header-three {
    background: #f4f4f4 !important;
}

/* CONTAINER */
.header-three .auto-container {
    max-width: 1500px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SOL BLOK */
.header-three_left {
    display: flex;
    align-items: center;
    gap: 40px; /* logo ile menu arası */
}

/* LOGO */
.header-three .logo img {
    max-height: 42px;
}

/* MENÜ */
.main-menu .navigation {
    display: flex;
    align-items: center;
}

/* MENÜ ITEM */
.main-menu .navigation > li {
    margin: 0 10px;
}

/* MENÜ LINK */
.main-menu .navigation > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #555;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0;
}

/* HOVER */
.main-menu .navigation > li > a:hover {
    color: #000;
}

/* HEADER ALT BORDER (Trimline hissi) */
.header-three {
    border-bottom: 1px solid #e5e5e5;
}

/* STICKY AYNI OLSUN */
.sticky-header {
    background: #f4f4f4;
}

/* ===== END ===== */



/* =========================================================
   TRIMLINE STYLE HEADER + MEGA MENU
========================================================= */

/* HEADER */
.header-three{
    background:#f5f5f5 !important;
    border-bottom:1px solid #dedede !important;
    position:relative;
    z-index:99999;
}

.header-three .auto-container{
    max-width:1450px;
    width:100%;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header-three_left{
    display:flex;
    align-items:center;
    gap:45px;
}

.header-three .logo img{
    max-height:60px;
    width:auto;
}

/* MENU */
.main-menu .navigation{
    display:flex;
    align-items:center;
}

.main-menu .navigation > li{
    position:static !important;
    margin:0 10px;
}

.main-menu .navigation > li > a{
    position:relative;
    display:flex;
    align-items:center;
    height:72px;
    padding:0;
    font-size:13px;
    font-weight:500;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#5a5a5a !important;
    transition:.25s ease;
}

/* hover */
.main-menu .navigation > li > a:hover{
    color:#000 !important;
}

/* orange line */
.main-menu .navigation > li > a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:18px;
    width:0%;
    height:2px;
    background:#d89a2b;
    transition:.3s ease;
}

.main-menu .navigation > li:hover > a::after{
    width:100%;
}

/* ACTIVE */
.main-menu .navigation > li.current > a::after{
    width:100%;
}

/* =========================================================
   MEGA MENU
========================================================= */

.mega-menu-wrapper{
    position:fixed !important;
    top:72px !important;
    left:0 !important;
    width:100% !important;

    background:#f5f5f5 !important;
    border-top:1px solid #e3e3e3 !important;

    padding:38px 0 45px !important;

    display:none;

    z-index:999999;

    box-shadow:0 15px 30px rgba(0,0,0,0.04);

    box-sizing:border-box;
}

/* hover */
.main-menu .navigation > li:hover .mega-menu-wrapper{
    display:block !important;
}

/* container */
.mega-menu-container{
    width:100%;
    max-width:1450px;

    margin:0 auto;

    padding-left:40px;
    padding-right:40px;

    display:grid !important;

    grid-template-columns:
    repeat(auto-fit,minmax(180px,1fr));

    gap:45px 50px;

    align-items:flex-start;

    box-sizing:border-box;
}

/* column */
.mega-column{
    width:100%;
    min-width:0;
}

/* title */
.mega-column h3{
    position:relative;

    margin:0 0 18px;
    padding-bottom:12px;

    font-size:13px;
    font-weight:700;

    line-height:1.4;

    text-transform:uppercase;

    letter-spacing:.4px;
}

.mega-column h3 a{
    color:#3b3b3b !important;
}

/* orange line */
.mega-column h3::after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:78px;
    height:2px;

    background:#d89a2b;
}

/* submenu */
.mega-submenu{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.mega-submenu li{
    margin-bottom:13px;
}

.mega-submenu li a{
    color:#666 !important;

    font-size:15px;
    font-weight:400;

    line-height:1.5;

    transition:.2s ease;

    display:inline-block;
}

/* hover */
.mega-submenu li a:hover{
    color:#d89a2b !important;
    transform:translateX(3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1400px){

    .mega-menu-container{
        grid-template-columns:
        repeat(4,minmax(180px,1fr));
    }

}

@media(max-width:1100px){

    .mega-menu-container{
        grid-template-columns:
        repeat(3,minmax(180px,1fr));
    }

}

@media(max-width:768px){

    .mega-menu-wrapper{
        position:relative !important;
        top:0 !important;
        padding:25px 20px !important;
        width:100% !important;
    }

    .mega-menu-container{
        grid-template-columns:1fr !important;
        gap:30px !important;

        padding-left:0;
        padding-right:0;
    }

    .main-menu .navigation > li > a{
        height:auto;
        padding:14px 0;
    }

}

/* SA Proje revision overrides - final cascade */
:root {
    --sa-accent: #d89a2b;
    --sa-text: #555555;
    --sa-text-dark: #3f3f3f;
}

.header-three_left {
    gap: 32px;
}

.main-menu .navigation > li {
    margin: 0 7px;
}

.main-menu .navigation > li > a {
    color: var(--sa-text) !important;
    font-weight: 600;
    letter-spacing: .35px;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a,
.mega-submenu li a:hover,
.breadcrumb-social-link ul li a:hover i,
.footer-widget-links1 li a:hover,
.vk-social-link li a:hover,
.single-team-style1 .title-holder .social-links ul li a:hover {
    color: var(--sa-text-dark) !important;
}

.main-menu .navigation > li > a::after,
.main-menu .navigation > li.current > a::after,
.mega-column h3::after {
    background: var(--sa-accent) !important;
}

.sec-title {
    padding-bottom: 24px;
}

.sec-title h2,
.skill-style1_content-box.skill-style2_content-box h2 {
    color: var(--sa-text-dark);
    line-height: 1.22;
}

.skill-style1_content-box.skill-style2_content-box h2 {
    margin-bottom: 12px;
}

.skill-style1_content-box.skill-style2_content-box p,
.single-testimonial-style2 .text-holder .text h3,
.our-company-info .text-box p,
.footer-con li,
.footer-con li a,
.timing {
    color: var(--sa-text) !important;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.62;
}

.blog-page-two,
.testimonial-style2-area,
.skill-style1-area,
.team-style1-area,
.blog-style1-area,
.partner-area {
    padding-top: 44px;
    padding-bottom: 44px;
}

.fact-counter-area {
    background: #f7f7f7 !important;
    padding: 36px 0;
}

.single-fact-counter {
    padding-left: 38px;
}

.single-fact-counter .border-box {
    width: 86px;
    border: 0;
    background:
        radial-gradient(circle, rgba(216, 154, 43, .48) 2px, transparent 2.8px) 0 0 / 16px 16px,
        linear-gradient(90deg, rgba(216, 154, 43, .08), rgba(216, 154, 43, 0));
}

.single-fact-counter:hover .border-box {
    background:
        radial-gradient(circle, rgba(63, 63, 63, .40) 2px, transparent 2.8px) 0 0 / 16px 16px,
        linear-gradient(90deg, rgba(63, 63, 63, .07), rgba(63, 63, 63, 0));
}

.single-fact-counter .title {
    background: rgba(216, 154, 43, .18);
}

.single-fact-counter .title h6 {
    color: var(--sa-text-dark);
    font-weight: 600;
}

.project-card .overlay {
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0,0,0,.68), rgba(0,0,0,0));
}

.project-card .overlay h3 {
    line-height: 1.25;
    font-weight: 600;
}

.project-card .overlay span {
    line-height: 1.45;
    opacity: .92;
}

.accordion-box .accordion,
.product-detail .tab-content,
.kolay-menu-filter .card,
.sidebar-widget,
.accordion-box .accordion .accord-btn h4,
.accordion-box .accordion .accord-content p,
.product-detail .nav-tabs .nav-link,
.product-detail .tab-pane,
.kolay-menu-filter .card-link,
.kolay-menu-filter label {
    font-family: 'Roboto', sans-serif !important;
}

.accordion-box .accordion .accord-btn h4,
.accordion-box .accordion .accord-content p,
.product-detail .nav-tabs .nav-link,
.product-detail .tab-pane,
.kolay-menu-filter .card-link,
.kolay-menu-filter label,
.accordion-box .accordion .accord-btn.active h4,
.accordion-box .accordion .accord-btn.active:after,
.product-detail .nav-tabs .nav-link.active {
    color: var(--sa-text-dark) !important;
}

.header-language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-language-switcher a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 5px 9px;
    color: var(--sa-text);
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    transition: all .2s ease;
}

.header-language-switcher a:hover,
.header-language-switcher a.active {
    color: var(--sa-text-dark);
    border-color: var(--sa-accent);
}

.header-language-switcher .flag-icon {
    border-radius: 2px;
}

@media (max-width: 991px) {
    .header-three_right {
        display: none;
    }

    .blog-page-two,
    .testimonial-style2-area,
    .skill-style1-area,
    .team-style1-area,
    .blog-style1-area,
    .partner-area {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .single-fact-counter {
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .single-fact-counter {
        max-width: 100%;
    }
}

