/* ===================================
    Crafto - Green energy 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* variable */
:root {
    --alt-font: "Inter", sans-serif;
    --primary-font: "Inter", sans-serif;
    --base-color: #1b7431;
    --green: #1b7431;
    --dark-gray: #1f2220;
    --medium-gray: #828282;
    --very-light-gray: #f7f7f7;
}

body {
    font-size: 16px;
    line-height: 28px;
}

/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover>a {
    background-color: var(--base-color);
    color: var(--white);
}

.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}

header .navbar-brand img {
    max-height: 57px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 18px;
}

/* button */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 17px 38px;
    font-size: 17px;
}

.btn.btn-switch-text.btn-large>span {
    padding: 13px 32px;
    font-size: 15px;
}

.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
    font-size: 14px;
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* Text gradient color */
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf6ee 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}

.bg-very-light-green {
    background-color: #ebf3ed;
}

/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf3ed 100%);
}

.right-210px {
    right: 210px;
}

/* page title */
.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}

.page-title-large h2 {
    font-size: 18px;
}

/* Border color */
.border-color-dark-green {
    border-color: var(--green);
}

/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}

.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}

.newsletter-style-02 input {
    padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
    -webkit-animation: rotation 2.5s infinite linear;
}

/* footer */
footer .footer-logo img {
    max-height: 80px;
    width: auto;
}

footer a:hover {
    color: var(--white);
}

footer ul li {
    margin-bottom: 2px;
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1600px) {

    /* Font size */
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {

    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {

    /* Background image */
    .sm-background-position-top-center {
        background-position: top center !important;
    }
}

/* Header language switch - minimal / clean */
.lang-min {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px;
}

.lang-min a {
    height: 34px;
    min-width: 44px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .3px;
    color: #0b1220;
    line-height: 1;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.lang-min a:hover {
    background: rgba(0, 0, 0, .04);
}

.lang-min a.active {
    background: #1c7a3a;
    color: #fff;
    box-shadow: 0 10px 22px rgba(28, 122, 58, .18);
}

/* align with your header button height */
@media (min-width: 1200px) {
    .lang-min {
        margin-top: 1px;
    }
}

/* tighter on small screens (but still shown on sm+) */
@media (max-width: 575px) {
    .lang-min a {
        height: 32px;
        min-width: 42px;
        padding: 0 12px;
        font-size: 11px;
    }
}

.feature-box-icon img {
    width: 70px;
    height: 70px;
}

.social ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}

.social ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 16px;
    transition: .25s ease;
}

.social ul li a:hover {
    background: #2f8f2f;
    /* Feza yeşili */
    transform: translateY(-2px);
}

.blog-image img {
    max-height: 300px;
    object-fit: cover;
}

.blg-im img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.box-image img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mob-d-none {
        display: none;
    }
}


/* =========================
   FEZA - 2 COLUMN GRID CARD (800x800 images)
   ========================= */

:root {
    --feza-green: #166534;
    --feza-green-2: #0f4d28;
    --feza-dark: #0b1220;
    --feza-muted: #6b7280;
    --feza-border: rgba(15, 23, 42, .10);
    --feza-soft: rgba(22, 101, 52, .08);
    --feza-radius: 22px;
    --feza-radius-sm: 16px;
    --feza-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    --feza-shadow-soft: 0 10px 30px rgba(15, 23, 42, .08);
    --feza-card-bg: #fff;
}

/* container spacing */
.margin_120_95 {
    padding-top: 90px;
    padding-bottom: 80px;
}

/* =========================
   FILTER TABS
   ========================= */
.project-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.project-tabs {
    list-style: none;
    padding: 6px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid var(--feza-border);
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    box-shadow: var(--feza-shadow-soft);
}

.project-tab-item {
    margin: 0;
}

.project-tab-btn {
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    color: var(--feza-dark);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 999px;
    transition: .18s ease;
    cursor: pointer;
    letter-spacing: .2px;
}

.project-tab-btn:hover {
    background: var(--feza-soft);
    border-color: rgba(22, 101, 52, .18);
    color: var(--feza-green);
}

.project-tab-item.is-active .project-tab-btn {
    background: var(--feza-green);
    border-color: var(--feza-green);
    color: #fff;
    box-shadow: 0 12px 30px rgba(22, 101, 52, .25);
}

/* =========================
   GRID (2 columns desktop)
   ========================= */
.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

/* =========================
   CARD
   ========================= */
.project-card {
    background: var(--feza-card-bg);
    border: 1px solid var(--feza-border);
    border-radius: var(--feza-radius);
    overflow: hidden;
    box-shadow: var(--feza-shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--feza-shadow);
    border-color: rgba(22, 101, 52, .20);
}

/* =========================
   MEDIA (SQUARE)
   ========================= */
.project-media {
    position: relative;
    overflow: hidden;
    background: #f6f7f9;
}

.project-media::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 square */
}

.project-carousel {
    position: absolute;
    inset: 0;
}

.project-media-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.project-media-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .00), rgba(0, 0, 0, .14));
    pointer-events: none;
}

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform .55s ease;
}

.project-card:hover .project-media img {
    transform: scale(1.06);
}

/* badge on image */
.project-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(11, 18, 32, .62);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

/* =========================
   BODY
   ========================= */
.project-body {
    padding: 18px 18px 16px 18px;
    background:
        radial-gradient(700px 200px at 20% 0%, rgba(22, 101, 52, .07), transparent 55%),
        #fff;
}

.project-title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--feza-dark);
}

.project-title a {
    color: inherit;
    text-decoration: none;
}

.project-title a:hover {
    color: var(--feza-green);
}

.project-desc {
    margin: 0 0 14px 0;
    color: var(--feza-muted);
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.7em * 3);
}

/* actions */
.project-actions {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.project-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--feza-green);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .2px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(22, 101, 52, .22);
    transition: .18s ease;
}

.project-btn-primary:hover {
    background: var(--feza-green-2);
    transform: translateY(-1px);
    color: #fff;
}

.project-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--feza-dark);
    text-decoration: none;
    font-weight: 900;
    opacity: .85;
    transition: .18s ease;
    white-space: nowrap;
}

.project-btn-link:hover {
    color: var(--feza-green);
    opacity: 1;
    transform: translateX(2px);
}

/* =========================
   OWL NAV / DOTS
   ========================= */
.project-carousel.owl-theme .owl-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.project-carousel.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0;
    background: rgba(255, 255, 255, .55);
}

.project-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, .95);
}

.project-carousel.owl-theme .owl-nav {
    position: absolute;
    inset: 0;
    margin: 0 !important;
    pointer-events: none;
}

.project-carousel.owl-theme .owl-nav [class*='owl-'] {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88) !important;
    border: 1px solid rgba(15, 23, 42, .10) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
    transition: .18s ease;
}

.project-carousel.owl-theme .owl-nav .owl-prev {
    left: 12px;
}

.project-carousel.owl-theme .owl-nav .owl-next {
    right: 12px;
}

.project-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff !important;
    border-color: rgba(22, 101, 52, .18) !important;
    transform: translateY(-50%) translateY(-1px);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1200px) {
    .project-grid {
        gap: 18px;
    }
}

@media (max-width: 992px) {
    .margin_120_95 {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .project-grid {
        grid-template-columns: 1fr;
    }

    .project-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .project-tabs-wrap {
        justify-content: flex-start;
    }

    .project-tabs {
        width: 100%;
        justify-content: flex-start;
        border-radius: 18px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .project-tabs::-webkit-scrollbar {
        height: 6px;
    }

    .project-tabs::-webkit-scrollbar-thumb {
        background: rgba(15, 23, 42, .18);
        border-radius: 999px;
    }

    .project-body {
        padding: 16px;
    }
}

/* MOBIL MENU ÜST BAR (d-lg-none) */
.feza-mobile-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 10px 14px;
  margin:4px 10px 10px 10px;
  border:1px solid rgba(15, 23, 42, .08);
  border-radius:14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.feza-mobile-lang{
  display:inline-flex;
  gap:8px;
  padding:4px;
  border-radius:999px;
  background: rgba(2, 132, 63, .08); /* yeşil ton */
}

.feza-lang-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.2px;
  color:#0f172a;
  text-decoration:none;
  transition: all .18s ease;
}

.feza-lang-btn:hover{
  background: rgba(15, 23, 42, .06);
  color:#0f172a;
}

.feza-lang-btn.is-active{
  background:#136b2f;
  color:#fff;
  box-shadow: 0 10px 18px rgba(19, 107, 47, .22);
}

.feza-mobile-contact{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  background:#136b2f;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  box-shadow: 0 12px 24px rgba(19, 107, 47, .22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.feza-mobile-contact i{
  font-size:15px;
  line-height:1;
}

.feza-mobile-contact:hover{
  color:#fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(19, 107, 47, .26);
  opacity:.96;
}

/* Mobil menü açılınca listeden önce boşluk */
@media (max-width: 991.98px){
  #navbarNav .navbar-nav{
    padding: 6px 10px 14px 10px;
  }
}

/* Desktop’ta görünmesin (ek garanti) */
@media (min-width: 992px){
  .feza-mobile-topbar{ display:none !important; }
}


.feza-whatsapp-float{
    position:fixed;
    left:18px;
    bottom:18px;
    z-index:9999;

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#136b2f;

    color:#fff;
    text-decoration:none;

    box-shadow:0 12px 30px rgba(0,0,0,.25);
    transition:all .25s ease;
}

.feza-whatsapp-float i{
    font-size:26px;
    line-height:1;
}

.feza-whatsapp-float:hover{
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    color:#fff;
}

/* Mobil */
@media(max-width:575px){
    .feza-whatsapp-float{
        width:62px;
        height:62px;
        left:14px;
        bottom:14px;
    }

    .feza-whatsapp-float i{
        font-size:28px;
    }
}
