body {
    font-family: "Open Sans", Helvetica, sans-serif;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar {
    opacity: 1;
    margin-bottom: 0;
    background-color: #f5fff5;
    transition: all 0.2s ease-out;
    box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 16%);
}
.navbar-1 {
    opacity: 1;
    margin-bottom: 0;
    background-color: #fff;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid #bc9e6c;
    
}

.navbar-container {
    position: relative;
}

.navbar .navbar-nav li a {
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.2s ease-out;
}

.navbar-1 .navbar-nav li a {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.2s ease-out;
}

.navbar-brand {
    font-size: 25px;
    transition: all 0.2s ease-out;
}

.navbar-scroll {
    opacity: 1;
}

.brand-logo {
    max-height: 120px;
    height: auto;
    width: auto;
    display: block;
}

#top-social-menu {
    display: none;
}
@media (max-width:991px) {
    .navbar-nav>li>a {
        padding: 0;
        margin-top: 28px;
        margin-left: 31px;
        line-height: 55px !important;
    }
}
@media (min-width: 0px) {
    .navbar {
        height: 120px;
    }

    .navbar-nav>li>a {
        padding: 0;
        margin-top: 28px;
        margin-left: 31px;
        line-height: 70px;
    }

    .navbar-brand {
        font-size: 28px;
        padding: 0;
        height: 120px;
        line-height: 120px;
    }

    #top-social-menu {
        display: initial;
    }


    @media (min-width: 992px) {
        .navbar-nav>li>a::after {
            position: absolute;
            top: 80%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #34a300;
            content: '';
            opacity: 0;
            transition: height 0.3s, opacity 0.3s, transform 0.3s;
            transform: translateY(-10px);
        }

        .navbar-nav>li>a:hover::after, .navbar-nav>li>a:focus::after {
            height: 2px;
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .full-width-img {
       
        background-size: cover;
        text-align: center;
        padding-top: 100px;
        height: 450px;
        color: #fff;
    }

    .box {
        background: rgba(0, 0, 0, 0.4);
        border: 3px solid #000;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        padding: 10px 20px;
    }

    .subheading-text {
        list-style: none;
        font-size: 35px;
        line-height: 50px;
    }

    @media (min-width: 0px) {
        .full-width-img {
            padding-top: 110px;
            height: 1000px;
        }

        .subheading-text {
            font-size: 50px;
            line-height: 70px;
        }

        .box {
            margin-top: 100px;
            padding: 80px 20px;
        }
    }


    .section-black, .section-white {
        padding: 65px 0;
        color: #fff;
        line-height: 1.7;
    }

     .section-1 {
        padding: 170px 0;
        color: #fff;
        line-height: 1.7;
    }

    .section-black h3, .section-white h3, .section-1 h3 {
        margin-bottom: 19px;
    }

    .section-black p, .section-white p, section-1 p {
        margin-bottom: 60px;
    }

    .section-black {
        background: linear-gradient(#f5fff8, #e8ffdc);
    }

    .section-white {
        background: linear-gradient(#ffffff, #ffffff);
        color: #0e0d0e;
    }
     .section-1 {
        /* background: linear-gradient(#1c1c1c, #ffffff); */
        color: #000;
    }
            

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 15px;
        margin-top: 35px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-nav {
        margin: 0px -10px;
        background: #f5fff5;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

 .slider-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 135px;
}

.slider {
  width: 71%;
  position: relative;
  height: 80%;
  overflow: hidden;
  z-index: 0;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.video-area {
  width: 29%;
  height: 80%;
  overflow: hidden;
}
 @media (min-width: 992px) and (max-width: 1100px) {
    .video-area {
        width: 55%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .video-area {
        width: 46%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .video-area {
        width: 40%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .video-area {
        width: 39%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .video-area {
        width: 35%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .video-area {
        width: 30%;
        height: 80%;
        overflow: hidden;
    }
}



.video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


    .slide {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        transition: opacity 760ms ease-in-out;
    }

    .slide.active {
        opacity: 1;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: unset;
    }

    @media (max-width: 992px) {
        .buttons-container {
            display: none !important;
        }
    }

    @media (min-width: 0px) {
        .buttons-container {
            position: absolute;
            top: 47%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* Dikey olarak ortala */
            padding: 0px 15px;
            z-index: 2;
        }

        .btn {
            cursor: pointer;
            border: none;
            width: 50px;
            height: 50px;
            opacity: 0.6;
            font-weight: bolder;
        }

        .btn:hover {
            opacity: 0.8;
        }
    }

    a {
        -webkit-transition: .25s all;
        transition: .25s all;
    }

    .card {
        padding-left: auto;
        padding-right: auto;
        min-height: 27vh;
        margin-top: -103px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        -webkit-transition: .25s box-shadow;
        transition: .25s box-shadow;
    }

    .card:focus, .card:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .card-inverse .card-img-overlay {
        background-color: rgba(51, 51, 51, 0.85);
        border-color: rgba(51, 51, 51, 0.85);
    }

    .card-img-top {
        margin-top: 10px;
    }

    .col-xs-12 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #ffffff99;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-container {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff9e;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .icon {
        font-size: 36px;
        color: #5eb15e;
        text-align: center;
    }

    .card-title {
        margin: 10px -10px;
        font-size: 18px;
        font-weight: bold;
    }

    .card-text {
        font-size: 15px;
        color: #666;
    }

    @media (max-width: 470px) {
        .card-text {
            font-size: 11px;
            color: #666;
        }
    }

    @media (max-width: 270px) {
        .col-xs-12 {
            width: auto !important;
        }
    }

    @media (max-width: 992px) {
        .card-title {
            margin: 10px 0;
            font-size: 15px;
            font-weight: bold;
        }
    }

    .section-black {
        background-color: #000;
        color: #000000;
    }

    .container-section {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }

    .text-content {
        flex: 2;
        padding-right: 20px;
    }

    .text-content h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text-content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .image-content {
        flex: 1;
        text-align: right;
    }

    .image-content img {
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        width: 100%;
    }

    
    @media (max-width: 992px) {
        .container-section {
            flex-direction: column;
            align-items: center;
        }

        .text-content {
            padding-right: 0;
            text-align: center;
        }

        .image-content {
            text-align: center;
            margin-top: 20px;
        }
    }

    .footer {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        background-color: #ffffff;
        color: #000;
    }

    .footer hr {
        border: 0;
        height: 1px;
        background: #ddd;
        margin: 20px 0;
    }

     .footer-1 {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        background-color: #fff;
        color: #000;
    }

    .footer-1 hr {
        border: 0;
        height: 1px;
        background: #ddd;
        margin: 20px 0;
    }

    @media (min-width: 992px) {
        .col-md-6 {
            width: 25% !important;
        }

        .card {
            min-height: 33vh;
        }
    }

 @media (min-width: 992px) {
  .card {
    min-height: 37vh;
  }
}

@media (min-width: 1294px) {
  .card {
    min-height: 33vh;
  }
}

    @media (max-width: 991px) {
        .card {
            padding: 0px !important;
            margin-bottom: 125px !important;
            margin-top: -80px;
        }

        .col-xs-12 {
            width: 50%;
        }
    }

    .overlay {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 17%, rgb(0 0 0 / 3%) 0%);
        background-size: 3px 3px;
        z-index: 1;
    }

    .tracking-box {
        position: relative;
       
        margin-bottom: -25px;
       
        background-color: rgba(255, 255, 255, 0.9);
     
        border-radius: 10px;
        padding: 5px;
        text-align: center;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        z-index: 2;
        max-width: 400px;
        
        margin-left: auto;
        /* Ortala */
        margin-right: auto;
        /* Ortala */
        bottom: 135px;
    }

    .tracking-box .input-container {
        display: flex;
        justify-content: center;
        /* Merkezi hizala */
        align-items: center;
        gap: 10px;
       
    }

    .tracking-box input {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
        width: 70%;
      
    }

    .tracking-box button {
        background-color: #00406f;
        border: none;
        color: white;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
    }

    .tracking-box button i {
        font-size: 16px;
    }

    #error-message {
        color: red;
        font-size: 14px;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    @media (max-width: 991px) {
        .tracking-box {
            bottom: 112px !important;
           
        }
    }

    @media (max-width: 992px) {
        .tracking-box {
            width: 85%;
        }

        .tracking-box input {
            width: 60%;
          
        }
    }
    
.backtotop {
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: center center 0;
  z-index: 1000;
  transition: all 250ms ease-in-out 0s;
  display: none; /* VarsayÃ„Â±lan olarak gizle */
  background: #009031;
}
.backtotop::before {
  content: "";
  width: 1.8rem;
  height: 0.4rem;
  position: absolute;
  top: 56%;
  left: 0.6rem;
  background-color: currentColor;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center top 0;
  transition: all 250ms ease-in-out 0s;
}
.backtotop::after {
  content: "";
  width: 2.5rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background-color: currentColor;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center top 0;
  transition: all 250ms ease-in-out 0s;
}
.backtotop:hover {
  transform: rotate(90deg);
}
.backtotop:hover::before {
  width: 30px;
  top: 30%;
  left: 10px;
  background-color: currentColor;
  transform: rotate(0deg) translateY(-8px);
}
.backtotop:hover::after {
  width: 30px;
  top: 60%;
  right: 10px;
  background-color: currentColor;
  transform: rotate(0deg) translateY(8px);
}
.backtotop:hover .backtotop__morph {
  left: 40%;
  opacity: 1;
}
.backtotop .backtotop__morph {
  background-color: currentColor;
  width: 1.5rem;
  height: 0.4rem;
  position: absolute;
  top: 45%;
  left: 100%;
  opacity: 0;
  margin-bottom: -2rem;
  transform: translate(-50%);
  transition: all 250ms ease-in-out 0s;
}
.backtotop .backtotop__morph::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -0.4rem;
  left: -0.7rem;
  border-color: transparent currentColor transparent transparent;
  border-style: solid;
  border-width: 0.6rem 1rem 0.6rem 0;
}

.title-header {
  text-align: center; 
  margin: 0 auto; 
  padding-bottom: 20px; 
  font-size: 30px; 
  font-weight: bold;
}

.container-section {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  gap: 0px; 
}

.content-wrapper {
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  gap: 20px; 
  width: 100%;
}

.text-content {
  flex: 1; 
}

.image-content {
  flex: 1;
  text-align: right;
}

.image-content img {
  max-width: 100%; 
  height: auto; 
}

@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column; 
    align-items: center;
  }

  .image-content {
    text-align: center; 
  }
}






.slider-text {
  position: relative;
  bottom: 10px; /* sliderın alt kısmına yapışır */
  left: 50%;
  transform: translateX(-50%);
  background: rgb(229 255 233 / 55%); /* hafif şeffaf arka plan */
  color: #fff;
  /* padding: 8px 16px; */
  border-radius: 4px;
  text-align: center;
}


.slider-text p {
    /* font-size: 3rem !important; */
    color: #000000;
    font-weight: normal;
    /* text-shadow: 0px 0px 15px rgb(0 0 0); */
}


@media (max-width: 992px) { 
    .slider-text p {
        font-size: 2rem !important; 
    }
}

@media (max-width: 480px) { 
    .slider-text p {
        font-size: 1.5rem !important; 
    }
}


@media (min-width: 992px) {
  .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
}


@media (min-width: 992px) {
  .navbar-nav > .dropdown {
    position: relative;
  }

  /* Hover alanÄ±nÄ± geniÅŸlet */
  .navbar-nav > .dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px; /* Hover kÃ¶prÃ¼sÃ¼ yÃ¼ksekliÄŸi */
  }

  .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar-nav > .dropdown-menu {
    margin-top: 40px; /* AÅŸaÄŸÄ±da aÃ§Ä±lmaya devam */
  }
}


.dropdown-menu .sub-label {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .dropdown-menu .sub-label {
    display: block;
    text-align: left;
  }
}


.dropdown-menu > li {
  border-bottom: 1px solid #34a300;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown-menu > li:last-child {
  border-bottom: none;
}


@media (max-width: 991px) {
  .brand-logo {
    max-height: 100px;
    height: auto;
    width: auto;
    display: block;
    margin-top: 13px;
    margin-left: 12px;
  }
}
@media (max-width: 363px) {
  .brand-logo {
    max-height: 70px;
    margin-top: 21px;
    margin-left: 27px;
  }
}

.centered-image {
  text-align: center;
  margin-bottom: 30px;
}

.centered-image img {
  width: 80%;         /* GeniÅŸlik bÃ¼yÃ¼k */
  height: auto;       /* OrantÄ±lÄ± kalsÄ±n */
  max-height: 250px;  /* Ã‡ok uzun olmasÄ±n */
  object-fit: cover;  /* TaÅŸarsa kÄ±rpar */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.content-wrapper {
  display: flex;
  align-items: normal; /* YazÄ±yÄ± gÃ¶rselle dikey ortalar */
  justify-content: space-between;
  gap: 30px;
}

.wide-image-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.wide-image-wrapper img {
  height: 336px;
  width: 100%;
  max-width: 1136px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.section-three-columns {
  padding: 60px 40px;
  background-color: #f5f5f5;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 40px; */
}

.column-section {
  flex: 1;
  min-width: 150px;
  max-width: 33%;
  text-align: center;
}

.column-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #676767;
}

.column-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.section-header {
  text-align: center;
  margin-top: 154px;
  margin-bottom: -142px;
   position: relative;
  z-index: 2;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.section-underline {
  width: 60px;
  height: 4px;
  background-color: #474747;
  margin: 0 auto;
  border-radius: 2px;
  display: none;
}
@media (max-width: 614px) {
  .column-section {
    flex: unset;
    min-width: 150px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 614px) {
  .column-section img {
    width: 100%;
    max-width: 60%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
}


@media (max-width: 991px) {
  .navbar {
    opacity: 1;
    margin-bottom: 0;
    background-color: #f5fff5;
    transition: all 0.2s ease-out;
  }
}






.section-split {
   /* sayfanÄ±n genel arka planÄ± (gri ton) */
   padding: 160px 0;
   /* background: linear-gradient(#1c1c1c, #ffffff); */
}

.white-box {
  background-color: #f9f9f9;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 58%);
  margin-bottom: 40px;
  /* min-height: 55vh; */
  /* border: 1px solid #bc9e6c; */
}

.split-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 0px) {
  .split-image, .split-text {
    flex: 1 1 50%;
    min-height: 184px;
  }

  .split-image {
    padding: 0; /* GÃ¶rsel kenarsÄ±z olsun */
  }

  .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     /* sadece sol kenarlara */
  }

  .split-row.reverse .split-image img {
     /* saÄŸ kenarda ise ters radius */
  }

  .split-text {
    padding: 15px; /* Sadece metin kÄ±smÄ±na boÅŸluk */
  }
}




.split-row.reverse {
  flex-direction: row-reverse;
}


@media (max-width: 856px) { 
    .split-row {
        display: grid !important; 
        flex-wrap: wrap !important; 
    }
}

@media (max-width: 991px) {
  .slider {
    position: relative;
    width: 100%;
    height: 55vh;
    overflow: hidden;
    z-index: 0;
    margin-top: 120px;
  }
}



.table-title {
  text-align: center;
  color: #1b3738;
  font-size: 26px;
  margin-bottom: 20px;
}

.responsive-table {
  overflow-x: auto;
}

.compound-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.compound-table th,
.compound-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.compound-table th {
  background-color: #d9d9d9;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.compound-table tr:hover {
  background-color: #c1c0c0;
}

.compound-table.with-borders,
.compound-table.with-borders th,
.compound-table.with-borders td {
  border: 1px solid #ccc;
}

.compound-table.with-borders {
  border-collapse: collapse;
}


.full-banner {
  overflow: hidden;
  margin-top: -51px;
}

.full-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
}

.dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > a {
    position: relative;
    padding-left: 18px; /* sola boşluk bırakıyoruz ok için */
  }

  .dropdown-submenu > a::before {
    content: "‹"; /* sola bakan ok */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%; /* Sola açılması */
    left: auto;
    margin-top: -1px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  
  
  
  
  /* Genel megamenü ayarları */
.mega-dropdown {
  position: relative;
}

.mega-dropdown .dropdown-menu {
  left: 0;
  right: auto;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  border-top: 2px solid #e5e5e5;
  width: auto;
  min-width: 100%;
}

@media (min-width: 992px) {
  .mega-dropdown .dropdown-menu {
    left: -100px;
  }
}
.mega-menu .row {
  background-color: #fff;
  /* padding: 15px 20px; */
}

.mega-menu .col-sm-6,
.mega-menu .col-sm-12 {
  padding: 10px;
}

.mega-menu strong {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

.mega-menu ul {
  padding-left: 0;
}

.mega-menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.mega-menu ul li a {
  color: #444;
  text-decoration: none;
  padding: 4px 0;
  display: block;
  transition: all 0.2s ease;
}

.mega-menu ul li a:hover {
  color: #000;
  background-color: #0000002b;
 
}