/* Bootstrap Icons CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

/* Page Gradient Overlay - Top to Bottom */
#page-1 {
  background: linear-gradient(to bottom, #80a8bf75 0%, rgba(46, 73, 89, 0) 15%);
}

#page-1 .section-header {
  background: transparent;
}

.section-header {
  height: 175px;
  align-content: center;
}

#slider-0 .swiper-slide img {
  position: absolute;
  right: 16.2%;
  width: 550px;
  height: 500px;
  z-index: 999999;
}

#slider-0 .swiper-slide {
  background: transparent;
}


#slider-0 .swiper-button-next {
  position: absolute;
  right: 16.2%;
  top: 88%;
}

#slider-0 .swiper-button-prev {
  position: absolute;
  left: 79%;
  top: 88%;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
  color: #ffffff !important;
  font-size: 20px !important;
}

#slider-0 .swiper-button-next,
#slider-0 .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: #687e8c;
  opacity: 1 !important;
  border: 1px solid #687e8c !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
  border-radius: 0;
  line-height: 1;
}

#slider-0 .swiper-button-next:hover {
  background: #2E4959;
  color: #fff !important;
}

#slider-0 .swiper-button-prev:hover {
  background: #2E4959;
  color: #fff !important;
}

#slider-0 .weta-slider-tag,
#slider-0 .slider-description p {
  color: #687e8c !important;
}

/* Slider Content Order - Description Below Button */
#slider-0 .slider-contents {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
}

#slider-0 .weta-slider-tag {
  order: 1;
  margin-bottom: 0 !important;
  color: #2E4959 !important;
  font-weight: 600 !important;
}

#slider-0 .weta-slider-buttons {
  order: 2;
}

#slider-0 .weta-slider-buttons .btn {
  border-radius: 0;
  padding: 15px 80px;
}

#slider-0 .slider-description {
  order: 3;
  margin-top: 30px;
  width: 150%;
}

#slider-0 .slider-description p {
  font-size: 40px !important;
  line-height: 1.2 !important;
  color: #2E4959 !important;
  font-weight: 400 !important;
  border: 2.5px solid #2E4959;
  padding: 30px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #slider-0 .swiper-slide img {
    right: 7%;
  }

  #slider-0 .swiper-button-prev {
    left: 84%;
  }

  #slider-0 .swiper-button-next {
    right: 7%;
  }
}

@media (min-height: 700px) and (max-height: 1000px) {

  .pageSliderContent#slider-0 .sliderJs,
  .pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
  .pageSliderContent#slider-0 .sliderJs .swiper-slide {
    max-height: 70vh !important;
    height: 70vh !important;
  }

}

.rexa-gorseller .rg-wrapper,
.rexa-gorseller .rg-wrapper .rgw {
  display: flex;
  justify-content: center;
}

.latest-blog-square {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.overlay-wraper:hover .overlay-bg-image {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.overlay-bg-image {
  transition: transform 0.5s ease;
}

/* Counter Inline - Gallery Section İçinde */
.counter-inline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.counter-inline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
}

.counter-inline-item:hover {
  transform: translateX(10px);
}

.counter-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E4959;
  border-radius: 12px;
  color: #000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.counter-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-content .counterNumber {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0 !important;
  color: #000000;
  margin: 0 0 5px 0;
  line-height: 1;
}

.counter-content p {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Counter Inline */
@media (max-width: 768px) {
  .counter-inline-wrapper {
    gap: 20px;
    margin-top: 30px;
  }

  .counter-icon {
    width: 60px;
    height: 60px;
  }

  .counter-icon svg {
    width: 35px;
    height: 35px;
  }

  .counter-content .counterNumber {
    font-size: 32px;
  }

  .counter-content p {
    font-size: 14px;
  }
}

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

/* Slider Section - Header altında görünmesi için */
.pageSliderContent {
  position: relative;
  z-index: 1;
}



.section-header.fixed .logo img {
  max-height: 65px !important;
}

.section-header.fixed {
  display: flex;
  align-items: center;
  background: #fff !important;
  height: 100px !important;
}

.section-header {
  z-index: 999 !important;
}


/* Responsive */
@media (max-width: 768px) {

  .sliderJs .slider-contents {
    text-align: left !important;
  }

  .pageSliderContent#slider-0 .sliderJs,
  .pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
  .pageSliderContent#slider-0 .sliderJs .swiper-slide {
    max-height: 39vh !important;
    height: 39vh !important;
  }


  #page-detail-section-100 .gorsel-left .rgw img,
  #privatePageContentItem_390 .gorsel-left .rgw img {
    max-height: 400px !important;
  }

  #page-detail-section-100 .gorsel-left .rgw {
    display: flex;
  }

  #page-detail-section-100 .gorsel-left .rgw,
  #privatePageContentItem_390 .gorsel-left .rgw {
    justify-content: center !important;
  }

  .pageSliderContent#slider-0 #slide-items-16 .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 45px;
    padding-right: 90px;
  }

  .about-features-grid {
    display: flex !important;
    flex-direction: column;
  }

  #page-detail-section-104::before,
  #page-detail-section-104::after,
  #page-detail-section-98::before,
  #page-detail-section-98::after {
    display: none !important;
  }

  .pageSliderContent#slider-0 #slide-items-16 .slider-contents {
    position: relative !important;
    border-radius: 8px;
  }

  .pageSliderContent#slider-0 #slide-items-16 .weta-slider-tag {
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
  }

  .pageSliderContent#slider-0 #slide-items-16 .slider-description p {
    font-size: 0.9rem !important;
    margin-bottom: 5px !important;
  }

  .parallax-description {
    flex-direction: column !important;
  }

  .parallax-section {
    max-height: 300px !important;
    height: 300px !important;
  }

  .vertical-carousel-btn {
    margin-top: 10px !important;
  }

  /* About Features Responsive */
  .about-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .about-feature-item {
    padding: 15px;
  }

  .feature-icon {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }

  #contactForm-1 .rexa-content .weta-description {
    margin-bottom: 0 !important;
  }

  .feature-content h4 {
    font-size: 14px;
  }

  .feature-content p {
    font-size: 12px;
  }

  .section-header #navigation>ul>li.dropdown>.dropdown-trigger {
    font-size: 20px;
  }

  .section-header .dropdown-menu li a {
    font-size: 16px !important;
  }

  .section-header #navigation>ul>li.dropdown>.dropdown-trigger.active+ul {
    padding-top: 20px;
  }

  .section-header #navigation>ul>li a {
    font-size: 20px;
  }

}

/* Service Button */
.vertical-carousel-btn {
  display: block;
  margin-top: -40px;
  padding: 12px 35px;
  color: white;
  border: 2px solid white;
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vertical-carousel-btn:hover {
  background: white;
  color: #000 !important;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* About Features Section */
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-feature-item:hover {
  border-color: #2E4959;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 145, 239, 0.2);
}

.feature-icon {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2E4959;
  border-radius: 50%;
  color: #2E4959;
  font-size: 24px;
  transition: all 0.3s ease;
}

.about-feature-item:hover .feature-icon {
  background: #2E4959;
  color: #fff;
}

.feature-content h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.feature-content p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Box3 Section - Modern Ürün Tanıtım Bölümü */
.box3-section {
  background-color: #fff;
  padding: 80px 0;
}

.box3-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
}

.box3-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.box3-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.box3-title {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.box3-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.box3-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.box3-product-img {
  max-width: 100%;
  height: auto;
  max-height: 580px;
  width: auto;
  animation: box3-float 5s ease-in-out infinite;
  filter: drop-shadow(0 10px 30px rgba(0, 70, 146, 0.15));
}

@keyframes box3-float {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -25px);
  }
}

.box3-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box3-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
  padding: 5px 0;
}

.box3-check-icon {
  font-size: 40px;
  color: #2E4959;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .box3-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .box3-left,
  .box3-middle,
  .box3-right {
    max-width: 100%;
  }

  .box3-title {
    font-size: 28px;
  }

  .box3-product-img {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .box3-section {
    padding: 60px 0;
  }

  .box3-title {
    font-size: 24px;
  }

  .box3-subtitle {
    font-size: 16px;
  }

  .box3-text {
    font-size: 15px;
  }

  .box3-feature-item {
    font-size: 16px;
    gap: 12px;
  }

  .box3-check-icon {
    font-size: 32px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .box3-product-img {
    max-height: 350px;
  }
}

/* Counter Section */
#counter-section-0 {
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}

#counter-section-0 .container {
  background-color: #f8f8f8 !important;
}

#counter-section-0::before {
  display: none !important;
}

#counter-section-0 .counter-col {
  position: relative;
}

#counter-section-0 .counter-col>div {
  text-align: center;
  padding: 30px 20px;
}

.counterLine {
  display: none !important;
}

.counter-section .counter-content {
  margin: 0 !important;
}

.weta-counter-tag {
  margin: 0;
}

/* Counter SayÄ±lar */
#counter-section-0 .counterNumber {
  font-size: 48px;
  font-weight: 700 !important;
  color: #000000 !important;
  margin: 15px 0 10px 0;
  position: relative;
  display: inline-block;
}

#counter-section-0 #counter_1 .counterNumber::after {
  content: "+";
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-left: 5px;
}

/* Counter YazÄ±lar */
#counter-section-0 p {
  font-size: 16px;
  font-weight: 600;
  color: #000000 !important;
  letter-spacing: 2.5px;
}

/* Responsive Counter */
@media (max-width: 768px) {
  #counter-section-0 .counter-col>div::before {
    font-size: 40px;
  }

  #counter-section-0 .counterNumber {
    font-size: 36px;
  }

  #counter-section-0 p {
    font-size: 14px;
  }
}

/* Counter Inline - Gallery Section İçinde */
.counter-inline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.counter-inline-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  transition: all 0.3s ease;
}

.counter-inline-item:hover {
  transform: translateX(10px);
}

.counter-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #2E4959;
}

.counter-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: start;
}

.counter-content .counterNumber {
  font-size: 42px;
  font-weight: 700;
  color: #000000 !important;
  line-height: 1;
}

.counter-content p {
  font-size: 16px;
  font-weight: 500;
  color: #666 !important;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Counter Inline */
@media (max-width: 768px) {
  .counter-inline-wrapper {
    gap: 10px;
    margin-top: 30px;
  }

  .counter-icon {
    width: 60px;
    height: 60px;
  }

  .counter-icon svg {
    width: 35px;
    height: 35px;
  }

  .counter-content .counterNumber {
    font-size: 32px;
  }

  .counter-content p {
    font-size: 14px;
  }

  .gallery-section-1 .img-wrapper img {
    min-height: 300px;
  }
}

@media (min-width:768px) {
  #gallery-detail-section-1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px
  }

  #gallery-detail-section-1 .container .gallerySwiper-1 .img-wrapper {
    max-height: 400px;
  }


  .section-header .dropdown-menu.big-dropdown {
    min-width: 450px !important;
  }

  #gallery-detail-section-1 .container .gallery-wrapper {
    width: 35%;
  }

  #gallery-detail-section-1 .container .gallerySwiper-1 {
    width: 65%;
    padding-bottom: 55px;
  }

  #gallery-detail-section-1 .container .gallerySwiper-1 img {
    min-height: 400px;
  }

  #gallery-detail-section-4 #image-gallery {
    display: flex;
    justify-content: center;
  }

  .gallery-section .swiper,
  .pageDetailContent .swiper {
    padding: 40px 0px;
    padding-top: 20px;
  }

  .pageDetailContent h1 {
    margin-bottom: 20px;
  }
}

.gallery-section-1 .swiper-button-prev {
  right: 5%;
  left: auto;
}

.gallery-section-1 .swiper-button-next {
  right: 0;
}

.gallery-section-1 .swiper-button-next,
.gallery-section-1 .swiper-button-prev {
  width: 33px !important;
  height: 33px !important;
  border: 1px solid #2E4959 !important;
  color: #2E4959 !important;
  bottom: 0;
  top: auto;
  border-radius: 50% !important;
}

.gallery-section-1 .swiper-button-next::after,
.gallery-section-1 .swiper-button-prev::after {
  font-size: 13px !important;
}

.parallax-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.parallax-group {
  display: flex;
  flex-direction: column;
}

#privatePageContentItem_387 {
  margin-top: -25%;
}

/* Gallery Swiper - Grayscale Effect on Images */
#gallery-detail-section-1 .container .gallerySwiper-1 .img-wrapper {
  position: relative;
}

/* Grayscale Filter on Images */
#gallery-detail-section-1 .container .gallerySwiper-1 .img-wrapper img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

/* Remove Grayscale on Hover - Colorize */
#gallery-detail-section-1 .container .gallerySwiper-1 .img-wrapper:hover img {
  filter: grayscale(0%);
}



/* Breadcrumb Section - Horizontal Layout */
.page-breadcrumb {
  position: relative;
  background-size: cover;
  height: 150px;
  background-position: center;
  padding: 40px 0;
  overflow: hidden;
}

.page-breadcrumb .container {
  position: relative;
  z-index: 2;
}

.page-breadcrumb .relative-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.page-breadcrumb .page-name {
  flex: 1;
  text-align: left;
}

.page-breadcrumb .page-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-breadcrumb .page-sub-title {
  color: #ffffff;
  margin-top: 5px;
}

.page-breadcrumb .relative-title .page-list {
  position: relative !important;
  gap: 0;
}

.page-breadcrumb .page-list {
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-breadcrumb .page-list a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.page-breadcrumb .page-list a:hover {
  color: #2E4959 !important;
}

.page-breadcrumb .arrow-breadcrumb {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.7;
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
  .page-breadcrumb {
    padding: 40px 0;
  }

  .gallery-section-1 .swiper-button-prev {
    right: 12%;
  }

  .page-breadcrumb .relative-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .page-breadcrumb .page-name {
    order: 2;
    text-align: left;
  }

  .page-breadcrumb .page-list {
    order: 1;
    text-align: left;
  }

  .page-breadcrumb .page-title {
    font-size: 28px;
  }

  .page-breadcrumb .page-list a,
  .page-breadcrumb .arrow-breadcrumb {
    font-size: 14px;
  }
}

#privatePageContentItem_390 .gorsel-left .rgw {
  display: flex;
  justify-content: end;
  margin-right: 50px;
}

/* Page Detail Section 98 & 104 - Template Shape Background Style */
#page-detail-section-98,
#page-detail-section-104 {
  position: relative;
  background-color: #f8f9fa !important;
  padding: 80px 0 !important;
  overflow: hidden;
}

/* Section 104 - Normal Yapı (Soldan) */
#page-detail-section-104::before {
  content: '';
  position: absolute;
  top: 0;
  left: 49.5%;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(-21deg);
  z-index: 0;
}

#page-detail-section-104::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50.5%;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(21deg);
  z-index: 0;
}

/* Section 98 - Reverse Yapı (Sağdan - 104'ün Tersi) */
#page-detail-section-98::before {
  content: '';
  position: absolute;
  top: 0;
  right: 49.5%;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(21deg) rotate(180deg);
  z-index: 0;
}

#page-detail-section-98::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50.5%;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(-21deg) rotate(180deg);
  z-index: 0;
}

#page-detail-section-98 .container,
#page-detail-section-104 .container {
  position: relative;
  z-index: 1;
}

#page-detail-section-98 .row,
#page-detail-section-104 .row {
  position: relative;
  z-index: 2;
}

/* Responsive - Mobile Düzeni */
@media (max-width: 991px) {

  #page-detail-section-98:before,
  #page-detail-section-98:after {
    width: 100vw;
    transform: none;
  }

  #page-detail-section-98:before {
    left: 0;
  }

  #page-detail-section-98:after {
    left: 0;
  }
}

@media (max-width: 768px) {
  #page-detail-section-98 {
    padding: 60px 0 !important;
  }
}

.custom-view-more {
  color: #2E4959 !important;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.custom-view-more:hover {
  color: #012340 !important;
  text-decoration: underline !important;
}

.custom-view-more:hover .animated-icon {
  transform: translateX(4px);
}

.animated-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

#slide-items-16 .weta-slider-tag {
  color: #fff !important;
}

#slider-0 #slide-items-16::before {
  opacity: 0.4 !important;
}

/* Gallery Section 4 - Hover Effects with New Tab Icon */
#gallery-detail-section-4 .img-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#gallery-detail-section-4 .img-wrapper .gallery-img {
  position: relative;
}

#gallery-detail-section-4 .img-wrapper img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
}

/* Siyah Overlay - Hover ile Görünür */
#gallery-detail-section-4 .img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 5;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Yeni Sekme İkonu - Hover ile Görünür */
#gallery-detail-section-4 .img-wrapper::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  font-size: 48px;
  color: #687e8c;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

/* Hover State - Overlay ve İkon Görünür */
#gallery-detail-section-4 .img-wrapper:hover::before {
  opacity: 1;
}

#gallery-detail-section-4 .img-wrapper:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#gallery-detail-section-4 .img-wrapper:hover img {
  transform: scale(1.08);
}

/* Gallery Info Z-Index Fix */
#gallery-detail-section-4 .img-wrapper .gallery-info {
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  #gallery-detail-section-4 .img-wrapper::after {
    font-size: 36px;
  }

  /* Ürünler Sayfası - Mobilde 2'li Grid */
  .gallery-section-4 .custom-col {
    width: 50% !important;
  }
}

/* Contact Form Section - Corporate Factory Design */
#contactForm-1 {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0 !important;
}

#contactForm-1 .container {
  max-width: 1200px;
}

#contactForm-1 .row {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Sol Taraf - İletişim Bilgileri */
#contactForm-1 .rexa-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}

#contactForm-1 .rexa-content .weta-icerik-tag {
  font-size: 2rem !important;
  margin-bottom: 15px !important;
  font-weight: 600 !important;
}

#contactForm-1 .rexa-content .weta-description {
  margin-bottom: 40px;
}

#contactForm-1 .rexa-content .weta-description p {
  font-size: 16px;
  line-height: 1.6;
}

/* İletişim Bilgileri Container */
#contactForm-1 .contactCenter {
  margin-top: 30px;
}

#contactForm-1 .contact-group {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#contactForm-1 .contact-oge {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease;
}

#contactForm-1 .contact-oge:hover {
  background: rgba(255, 255, 255, 0.1);
}

#contactForm-1 .contact-oge p {
  margin: 0;
  font-size: 15px;
  padding-left: 35px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

#contactForm-1 .contact-oge .icon {
  color: #687e8c;
  font-size: 20px;
  min-width: 30px;
}

#contactForm-1 .contact-oge a {
  text-decoration: none !important;
  transition: color 0.3s ease;
}

#contactForm-1 .contact-oge a:hover {
  color: #2E4959 !important;
}

#whatsappContact {
  margin-top: 25px;
}

#contactForm-1 #whatsappContact .fa-whatsapp {
  font-size: 24px;
  margin-right: 10px;
  color: #687e8c;
}

/* Sağ Taraf - Form Alanı */
#contactForm-1 .contact-form {
  padding: 60px 50px;
  background: #ffffff;
}

#contactForm-1 .contact-form .weta-icerik-tag {
  color: #0E1826 !important;
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

#contactForm-1 .form-description {
  margin-bottom: 30px;
}

#contactForm-1 .form-description p {
  color: #666666 !important;
  font-size: 15px;
  margin: 0;
}

/* Form Elemanları */
#contactForm-1 .custom-label {
  display: block;
  color: #0E1826;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

#contactForm-1 .form-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 0px;
  font-size: 15px;
  color: #0E1826;
  background: #fafafa;
  transition: all 0.3s ease;
  font-family: inherit;
}

#contactForm-1 .form-input:focus {
  outline: none;
  border-color: #2E4959;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(124, 151, 239, 0.1);
}

#contactForm-1 .form-input::placeholder {
  color: #999999;
}

#contactForm-1 textarea.form-input {
  resize: vertical;
  min-height: 120px;
}

/* Submit Button */
#contactForm-1 .btn-color {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #2E4959 0%, #012340 100%);
  border: none;
  border-radius: 0px;
  color: #0E1826;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(124, 151, 239, 0.3);
}

#contactForm-1 .btn-color:hover {
  background: linear-gradient(135deg, #012340 0%, #2E4959 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(124, 145, 239, 0.4);
}

#contactForm-1 .btn-color:active {
  transform: translateY(0);
}

/* Phone Input Custom Styles */
#contactForm-1 .iti {
  width: 100%;
}

#contactForm-1 .iti__flag-container {
  background: #fafafa;
}

/* reCAPTCHA */
#contactForm-1 .g-recaptcha {
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  #contactForm-1 .row {
    border-radius: 0;
  }

  #contactForm-1 .rexa-content,
  #contactForm-1 .contact-form {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  #contactForm-1 {
    padding: 60px 0 !important;
  }

  #contactForm-1 .rexa-content,
  #contactForm-1 .contact-form {
    padding: 40px 25px;
  }

  #contactForm-1 .rexa-content .weta-icerik-tag,
  #contactForm-1 .contact-form .weta-icerik-tag {
    font-size: 1.75rem !important;
  }

  #contactForm-1 .contact-oge {
    padding: 15px;
  }

  #contactForm-1 .btn-color {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* Catalog Button - PDF Download with Icon */
.btn-textimg-1 {
  position: relative;
  font-weight: 500;
  align-items: center;
  padding: 15px 30px !important;
  background: #687e8c !important;
  border: 2px solid #687e8c !important;
  border-radius: 0px;
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  overflow: hidden;
}

.btn-textimg-1:hover {
  background: #2E4959 !important;
  border-color: #2E4959 !important;
  color: #ffffff !important;
}

.btn-textimg-1:active {
  transform: scale(0.98);
}

/* Responsive */
@media (max-width: 768px) {
  .section-header{
    height: 75px ;
  }
  #slider-0 .slider-contents{
    margin-top: 20px !important;
    left: 4% !important;
  }
  #slider-0 .swiper-slide img{
    width: 150px !important;
    height: 200px !important;
    right: 2.2% !important;
  }
  #slider-0 .weta-slider-tag{
    font-size: 18px !important;
  }
  #slider-0 .weta-slider-buttons .btn{
    padding: 5px 0px !important;
  }
  #slider-0 .swiper-button-next, #slider-0 .swiper-button-prev{
    width: 30px !important;
    height: 30px !important;
  }
  #slider-0 .swiper-button-next{
    right: 2.2% !important;
    top: 90% !important;
  }
   #slider-0 .swiper-button-prev{
    left: 80% !important;
    top: 90% !important;
  }
  .pageSliderContent .swiper-button-next::after, .pageSliderContent .swiper-button-prev::after{
    font-size: 13px !important;
  }
  .swiper-pagination{
    left: -33% !important;
    bottom: 8% !important;
  }
  #slider-0 .slider-description p{
    font-size: 16px !important;
    padding: 20px !important;
  }
  .btn-textimg-1 {
    padding: 12px 22px !important;
    font-size: 14px;
    gap: 10px;
  }

  .btn-textimg-1::after {
    font-size: 18px;
  }
}

footer .col-md-4 {
  margin-top: 20px;
}
/*
@media (min-width: 991px) {
  .section-header .dropdown-menu {
    right: -160%;
  }
*/
  #slider-0 .swiper-pagination {
    left: -31.1% !important;
    bottom: 20% !important;
  }

  /* Otomatik Kapı Link - Wider Width */
  .section-header .dropdown-menu a[href="/tr/otomatik-kapi-panjur-ve-kepenk-sistemleri"] {
    width: 160%;
  }

  .pageSliderContent#slider-0 .sliderJs .swiper-wrapper {
    margin-top: -50px;
  }
}

@media(min-width: 1200px) and (max-width: 1500px) {
  #slider-0 .swiper-button-prev {
    left: 89% !important;
  }

  #slider-0 .swiper-button-next {
    right: 4.2% !important;
  }

  #slider-0 .swiper-slide img {
    right: 4.2% !important;
  }

  #slider-0 .swiper-pagination {
    left: -41.5% !important;
    bottom: 17% !important;
  }
}

@media(min-width: 1500px) and (max-width: 1700px) {
  #slider-0 .swiper-button-prev {
    left: 82% !important;
    top: 82% !important;
  }

  #slider-0 .swiper-button-next {
    right: 12% !important;
    top: 82% !important;
  }

  #slider-0 .swiper-slide img {
    right: 12% !important;
  }

  #slider-0 .swiper-pagination {
    left: -35.5% !important;
    bottom: 21% !important;
  }
}