@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,900|Roboto:300,400,500,700");

html {
  scroll-behavior: smooth;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pad_top {
  padding-top: 120px;
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}

.main_title {
  background-color: #F8F9FA;
  text-align: center;
  margin-bottom: 100px;
  border-left: 8px solid #CC0000;
  border-right: 8px solid #CC0000;
  padding: 20px 0;
  left: -100vw;
  height: 20px;


}


.main_title h2 {

  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main_title p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #6c757d;
  margin-bottom: 0px;
  max-width: 690px;
  font-weight: normal;
  margin: auto;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: #fff;
  opacity: .6;
}


.project-slider-section {
  padding: 50px 15px;
  background-color: #f9f9f9;
}

.slider-container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.top-red-bar {
  background: #e3002d;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.content-wrapper {
  padding: 40px 30px;
}

.kesfedin-text {
  color: #e3002d;
  font-weight: 800;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.main-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #222;
}

.description {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.projects-overflow {
  overflow: hidden;
  width: 100%;
}

.projects-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card {
  flex: 0 0 100%;
  background: #1a1a1a;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.img-container {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


@media (min-width: 768px) {
  .project-card {
    flex: 0 0 calc(50% - 10px);
  }

  
}

@media (min-width: 1024px) {
  .project-card {
    flex: 0 0 calc(33.33% - 14px);
  }

}


.card-info {
  padding: 25px;
}

.tag {
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.tag-insaat {
  background: #e3002d;
}

.tag-lojistik {
  background: #0056b3;
}

.tag-ticaret {
  background: #28a745;
}

.card-info h4 {
  margin: 15px 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.card-info p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(227, 0, 45, 0.9);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.nav-btn:hover {
  background: #b30024;
}

.prev {
  left: -22px;
}

.next {
  right: -22px;
}


.bottom-action-bar {
  background: #e3002d;
  padding: 20px 30px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-top: 20px;
}

.action-text {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.quote-btn {
  background: white;
  color: #e3002d;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s;
}

.quote-btn:hover {
  transform: scale(1.05);
}

/* Mobil Düzenlemeler */
@media (max-width: 600px) {
  .bottom-action-bar {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }

  .content-wrapper {
    padding: 30px 20px;
  }
}

.vertical-cards-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.cards-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.vertical-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.vertical-card:hover {
  transform: translateY(-10px);
}

.image-box {
  width: 100%;
  
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  
}

.card-content {
  padding: 20px;
}

.category-tag {
  background: #e3002d;
  color: white;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
}

.category-tag.blue {
  background: #0056b3;
}

.category-tag.green {
  background: #28a745;
}

.card-content h3 {
  margin: 15px 0 10px;
  font-size: 20px;
  color: #333;
}

.card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr;
    
  }

  .image-box {
    aspect-ratio: 4 / 5;
  }
}


.is-listesi-bolumu {
  padding: 160px 10% 80px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.liste-baslik {
  margin-bottom: 60px;
}

.liste-baslik h2 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #1a1a1a;
  font-weight: 800;
}

.ayrac {
  width: 40px;
  height: 4px;
  background-color: #CC0000;
  margin-top: 10px;
}


.is-akisi {
  max-width: 1000px;
}

.is-satiri {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.is-satiri:hover {
  padding-left: 20px;
  background-color: #fafafa;
}


.is-yil {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  min-width: 80px;
}


.is-detay {
  flex-grow: 1;
}

.is-detay h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.is-detay p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.is-durum {
  font-size: 12px;
  text-transform: uppercase;
  color: #CC0000;
  letter-spacing: 1px;
  font-weight: 700;
}


@media (max-width: 768px) {
  .is-satiri {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .is-yil {
    min-width: auto;
  }
}



.proje-alani {
  padding: 60px 5%;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.proje-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}


.proje-kart {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border-bottom: 5px solid #CC0000;
  
}


.proje-kart:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.proje-resim {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.proje-resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.proje-kart:hover .proje-resim img {
  transform: scale(1.1);

}


.proje-etiket {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #CC0000;
  color: #fff;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  letter-spacing: 1px;
}


.proje-icerik {
  padding: 25px;
  text-align: center;
}

.proje-icerik h3 {
  margin: 0 0 10px;
  color: #222;
  font-size: 1.3rem;
}

.proje-icerik p {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.proje-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #CC0000;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s;
}

.proje-link:hover {
  background-color: #a30000;
}


@media (max-width: 600px) {
  .proje-alani {
    padding: 30px 15px;
  }

  .proje-resim {
    height: 200px;
  }
}




.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 15px/100px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #ce1111;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #ffffff;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #e2e21f;
  color: #000000;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222222;
  margin-left: 80px;
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #ffffff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #ec9d5f;
}

.top_menu .float-left a {
  line-height: 40px;
  display: inline-block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 50px;
  transition: all 300ms linear 0s;
}

.top_menu .float-left a:last-child {
  margin-right: 0px;
}

.top_menu .float-left a:hover {
  color: #F8F9FA;
}

.top_menu .float-right .pur_btn {
  background: #1d1d1b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 12px;
}



.home_banner_area {
  z-index: 1;
  background: url(../img/post-slider/ground.jpg) no-repeat scroll center center;
  background-size: cover;
}

.home_banner_area .banner_inner {
  overflow: hidden;
  width: 100%;
  padding: 300px 0px 300px 0px;
}

.home_banner_area .banner_inner .banner_content {
  color: #000000;
}

.home_banner_area .banner_inner .banner_content .col-lg-9 {
  vertical-align: middle;
  align-self: center;
}

.home_banner_area .banner_inner .banner_content h2 {
  font-size: 48px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home_banner_area .banner_inner .banner_content p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  max-width: 565px;
  margin-bottom: 40px;
  line-height: 26px;
  font-size: 16px;
}

.home_banner_area .banner_inner .banner_content .banner_map_img {
  text-align: right;
}



.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #a7cb00;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}


.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sample-text-area {
  padding: 100px 0px;
}

.sample-text-area .title_color {
  margin-bottom: 30px;
}

.sample-text-area p {
  line-height: 26px;
}

.sample-text-area p b {
  font-weight: bold;
  color: #a7cb00;
}

.sample-text-area p i {
  color: #a7cb00;
  font-style: italic;
}

.sample-text-area p sup {
  color: #a7cb00;
  font-style: italic;
}

.sample-text-area p sub {
  color: #a7cb00;
  font-style: italic;
}

.sample-text-area p del {
  color: #a7cb00;
}

.sample-text-area p u {
  color: #a7cb00;
}



.elements_button .title_color {
  margin-bottom: 30px;
  color: #222222;
}

.title_color {
  color: #222222;
}

.button-group-area {
  margin-top: 15px;
}

.button-group-area:nth-child(odd) {
  margin-top: 40px;
}

.button-group-area:first-child {
  margin-top: 0px;
}

.button-group-area .theme_btn {
  margin-right: 10px;
}

.button-group-area .white_btn {
  margin-right: 10px;
}

.button-group-area .link {
  text-decoration: underline;
  color: #222222;
  background: transparent;
}

.button-group-area .link:hover {
  color: #fff;
}

.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}

.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}

.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}

.success:before {
  background: #2ebccd;
}

.info {
  background: #38a4ff;
}

.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}

.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}

.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}

.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}

.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}

.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}

.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}

.danger-border:before {
  background: #f54940;
}

.link-border {
  background: transparent;
  border: 1px solid #a7cb00;
  color: #a7cb00;
}

.link-border:before {
  background: #a7cb00;
}

.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner_btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background 0.4s;
  background-color: #1a1a1a;
}

.feature_area {
  padding-bottom: 120px;
}

.feature_item {
  padding: 50px 30px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  transition: all 300ms linear 0s;
}

.feature_item img {
  margin-bottom: 35px;
}

.feature_item h4 {
  color: #CC0000;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature_item p {
  margin-bottom: 36px;
}

.feature_item .main_btn {
  padding: 0px 30px;
  line-height: 38px;
}

.feature_item:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  border-color: #fff;
}



.design_inner .col-lg-7 {
  vertical-align: middle;
  align-self: center;
}

.design_inner .design_left_text {
  margin-left: 150px;
  max-width: 380px;
}

.design_inner .design_left_text h6 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #222222;
  font-weight: normal;
  margin-bottom: 40px;
}

.design_inner .design_left_text h2 {
  font-size: 36px;
  line-height: 45px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.design_inner .design_left_text h5 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #222222;
  font-weight: normal;
  margin-bottom: 30px;
}

.design_inner .design_left_text p {
  margin-bottom: 45px;
}


.why-choose-us {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}


.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title span {
  color: #E3002D;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #222;
}


.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}


.why-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.card-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: inline-block;
}


.why-card h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 15px;
}

.why-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}


.card-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #E3002D;
  transition: width 0.4s ease;
}

.why-card:hover .card-line {
  width: 60px;
}


@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}

.image-gallery {
  display: flex;
  gap: 20px;
  padding: 20px;
  margin: 40px auto;
  max-width: 1200px;
}


.image-card {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.image-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}


.image-card:hover img {
  transform: scale(1.05);
}

.image-gallery {
  display: flex;
  gap: 20px;
  padding: 20px;
  margin: 40px auto;
  max-width: 1200px;
}

.image-card {
  flex: 1;
}


@media (max-width: 768px) {

  .image-gallery {
    flex-direction: column;
  }

  .image-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.offer-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  text-align: center;
}

.offer-container {
  max-width: 1200px;
  margin: 0 auto;
}


.btn-offer {
  display: inline-block;
  background-color: #CC0000;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 45px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;

  box-shadow: 0 10px 20px rgba(227, 0, 45, 0.2);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-offer:hover {
  background-color: #c40027;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(227, 0, 45, 0.3);
}

.btn-offer:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .offer-section {
    padding: 40px 15px;
  }

  .btn-offer {
    padding: 15px 30px;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
  }
}




.slider-container {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
}


.slider-track {
  display: flex;
  transition: transform 0.9s ease-in-out;
}


.slide {
  min-width: 33.333%;
  box-sizing: border-box;
  padding: 5px;
}


.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}


@media (max-width: 991px) {
  .slide {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .slide {
    min-width: 100%;
  }
}

.post_s_item {
  position: relative;
  overflow: hidden;
}

.post_s_item .post_img {
  position: relative;
}

.post_s_item .post_img:before {

  position: absolute;
  left: 0px;
  top: 0px;
  height: 700%;
  width: 700%;
}

.post_s_item .post_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: 355px;
}

.post_s_item .post_text h4 {
  font-size: 21px;
  font-family: "Heebo", sans-serif;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 20px;
  transition: all 300ms linear 0s;
}

.post_s_item .post_text h4:hover {
  color: #a7cb00;
}

.post_s_item .post_text p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 35px;
}

.post_s_item .post_text .main_btn {
  line-height: 40px;
  padding: 0px 40px;
  box-shadow: none;
}


/* Footer Area css
============================================================================================ */
.kumruogullari-footer {
  background-color: #1a1a1a;
  color: #e0e0e0;
  padding-top: 80px;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  margin-bottom: 40px;
}


.footer-logo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer-logo span {
  color: #E3002D;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #b0b0b0;
}


.footer-col h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 25px;
  position: relative;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #E3002D;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #b0b0b0;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9rem;
}

.footer-col ul li a:hover {
  color: #E3002D;
  padding-left: 5px;
}


.social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 35px;
  height: 35px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.social-links a:hover {
  background: #E3002D;
}


.footer-bottom {
  background-color: #111;
  padding: 25px 0;
  margin-top: 40px;
  border-top: 1px solid #222;
}

.footer-bottom .footer-container {
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.footer-legal a {
  color: #666;
  text-decoration: none;
  margin-left: 20px;
}

.footer-legal a:hover {
  color: #999;
}


@media (max-width: 768px) {
  .footer-col {
    flex: 1 1 45%;
    text-align: center;
  }

  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-links {
    justify-content: center;
  }

  .footer-bottom .footer-container {
    flex-direction: column;
    gap: 15px;
  }
}

/* FOOTER YERİ*/
.footer_area {
  background: #222;
}

.f_title {
  margin-bottom: 35px;
}

.f_title h3 {
  color: #eeeeee;
  font-size: 18px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.ab_widget {
  max-width: 390px;
}

.ab_widget p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 30px;
}

.ab_widget p a {
  color: #a7cb00;
}

.ab_widget p+p {
  margin-bottom: 0px;
}

.news_widget {
  padding-left: 15px;
}

.news_widget p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 15px;
}

.news_widget .input-group input {
  height: 40px;
  background: transparent;
  border-radius: 0px;
  width: 82%;
  border: none;
  padding: 0px 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  border: 1px solid #353535;
  outline: none;
  box-shadow: none;
}

.news_widget .input-group input.placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.news_widget .input-group input:-moz-placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.news_widget .input-group input::-moz-placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.news_widget .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.news_widget .input-group .sub-btn {
  border-radius: 0px;
  background: #a7cb00;
  outline: none !important;
  box-shadow: none !important;
  padding: 0px;
  width: 42px;
  cursor: pointer;
  color: #fff;
}

.social_widget p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 10px;
}

.social_widget .list li {
  margin-right: 17px;
  display: inline-block;
}

.social_widget .list li a {
  color: #cccccc;
  font-size: 14px;
  transition: all 300ms linear 0s;
}

.social_widget .list li:last-child {
  margin-right: 0px;
}

.social_widget .list li:hover a {
  color: #a7cb00;
}

.copy_right_text {
  text-align: center;
  margin-top: 60px;
}

.copy_right_text p a {
  color: #a7cb00;
}
