::-moz-selection {
  background: #314f84;
  color: #fff;
}

::selection {
  background: #314f84;
  color: #fff;
}
.swiper-pagination  .swiper-pagination-bullet{
   color: #fff !important;
}
em strong {
  color: #314f84;
  font-weight: 500;
  font-size: 17px;
}

#slider-1 .swiper-slide {
  position: relative;
  background-position: 100% 100%;
}

#slider-1 .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    linear-gradient(45deg, rgba(49, 79, 132, 0.8) 0%, transparent 60%),
    linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
  opacity: 0.45;
  z-index: 1;
}

#slider-1 .slider-contents {
  z-index: 2;
  position: relative;
}

#slider-1 .weta-slider-tag {
  position: relative;
  z-index: 10;
}

#slider-1 .weta-slider-tag span {
  position: relative;
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #e3e9f4 15%,
    #ffffff 25%,
    #4a6ca8 50%,
    #ffffff 75%,
    #e3e9f4 85%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 4s linear infinite;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.9rem 3rem 0.9rem 2rem;
  font-size: 16px;
  font-weight: 700;
  color: var(--site-color) !important;
  border: 2px solid var(--site-color);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}

#product-section-2 .btn span {
  margin-right: -16px;
}

.btn:hover {
  border: 2px solid var(--site-color) !important;
}

#slider-1 .weta-slider-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

#slider-1 .weta-slider-buttons .btn-color {
  min-width: 161px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(1) {
  background: rgba(255, 255, 255, 0.95);
  color: var(--site-color) !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(2) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

#gallery-detail-section-1 {
  width: 100%;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  overflow: hidden;
  min-height: 100vh;
}

#gallery-detail-section-1 .container {
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

#gallery-detail-section-1 .weta-icerik-tag {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(to right, #111827, #4b5563);
  -webkit-background-clip: text;
  color: transparent;
}

#gallery-detail-section-1 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#gallery-detail-section-1 .custom-col:first-child {
  width: 100% !important;
  height: 600px;
  grid-row: 1 / span 2;
}

#gallery-detail-section-1 .custom-col:nth-child(2),
#gallery-detail-section-1 .custom-col:nth-child(3) {
  width: 100% !important;
  height: 290px;
}

#gallery-detail-section-1 .img-wrapper {
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease-out;
}

#gallery-detail-section-1 .gallery-img {
  height: 100%;
  position: relative;
}

#gallery-detail-section-1 .gallery-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    transparent
  );
  opacity: 0;
  transition: opacity 0.5s;
}

#gallery-detail-section-1 .gallery-info {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 20;
  transition: all 0.5s;
  background: linear-gradient(
    to top,
    rgba(49, 79, 132, 0.95),
    rgba(49, 79, 132, 0.6),
    transparent
  );
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textShine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}
#slider-1 .weta-slider-tag {
  font-size: 55px;
}
#slider-1 .slider-description p {
  padding: 15px 2em;
  font-size: 18px;
}

@media (max-width: 768px) {
  #slider-1 .weta-slider-tag {
    font-size: 34px !important;
    padding: 0px 13px;
  }
  #slider-1 .slider-description p {
    padding: 15px 2em !important;
    font-size: 15px !important;
  }

  #slider-1 .weta-slider-buttons{
    align-items: center;
    display: flex !important;
    justify-content: center;
    padding: 0;
  }

  #slider-1 .weta-slider-buttons .btn-color {
    min-width: 150px !important;
    margin: 0px !important;
  }

  #gallery-detail-section-1 .row {
    grid-template-columns: 1fr;
  }

  #gallery-detail-section-1 .custom-col:first-child {
    grid-row: auto;
    height: 400px;
  }

  #gallery-detail-section-1 .custom-col:nth-child(2),
  #gallery-detail-section-1 .custom-col:nth-child(3) {
    height: 250px;
  }

  #gallery-detail-section-1 .gallery-info .weta-icerik-tag {
    font-size: 1.5rem;
  }

  #gallery-detail-section-1 .img-description {
    font-size: 1rem;
  }
  .section-header #navigation > ul > li.dropdown > .dropdown-trigger{
    width: 100%;
  }
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(1) {
  background-color: #fff !important;
  color: var(--site-color) !important;
  border-color: #fff !important;
  text-decoration: none;
  position: relative;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(1)::before {
  transform: none !important;
}
.weta-slider-buttons .btn-color span{
  display: block;
  width: 100%;
}
.weta-slider-buttons .btn-color span::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  color: var(--site-color);
  transition: transform 0.3s ease;
}

.weta-slider-buttons .btn-color:nth-child(2) span::after{
  color: #fff !important;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(2) {
  color: #fff !important;
  border-color: #fff !important;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(2):hover {
  background-color: #fff !important;
  color: var(--site-color) !important;
  border-color: var(--site-color) !important;
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(2):hover::before {
  transform: translateX(0);
}

#slider-1 .weta-slider-buttons .btn-color:nth-child(2):hover span::after {
  color: var(--site-color) !important;
}

#gallery-detail-section-1 {
  width: 100%;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  overflow: hidden;
  min-height: 100vh;
}

#gallery-detail-section-1 {
  width: 100%;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  overflow: hidden;
  min-height: 100vh;
}

#gallery-detail-section-1 .container {
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

#gallery-detail-section-1 .weta-icerik-tag {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(to right, #111827, #4b5563);
  -webkit-background-clip: text;
  color: transparent;
}

#gallery-detail-section-1 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#gallery-detail-section-1 .custom-col:first-child {
  width: 100% !important;
  height: 600px;
  grid-row: 1 / span 2;
}

#gallery-detail-section-1 .custom-col:nth-child(2),
#gallery-detail-section-1 .custom-col:nth-child(3) {
  width: 100% !important;
  height: 290px;
}

#gallery-detail-section-1 .img-wrapper {
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease-out;
}

#gallery-detail-section-1 .img-wrapper:hover {
  transform: scale(1.03);
}

#gallery-detail-section-1 .custom-col:nth-child(2) .img-wrapper:hover {
  transform: scale(1.02) rotate(0.5deg);
}

#gallery-detail-section-1 .custom-col:nth-child(3) .img-wrapper:hover {
  transform: scale(1.02) rotate(-0.5deg);
}

#gallery-detail-section-1 .gallery-img {
  height: 100%;
  position: relative;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img::after {
  opacity: 0.75;
}

#gallery-detail-section-1 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease-out;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img img {
  transform: scale(1.1);
}

#gallery-detail-section-1 .gallery-info {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 20;
  transition: all 0.5s;
  background: linear-gradient(
    to top,
    rgba(49, 79, 132, 0.95),
    rgba(49, 79, 132, 0.6),
    transparent
  );
}

#gallery-detail-section-1 .gallery-info .weta-icerik-tag {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.75rem;
  transition: all 0.5s ease;
  background: none;
  text-align: left;
  transform: translateY(100%);
  opacity: 1;
}

#gallery-detail-section-1 .img-description {
  color: #e5e7eb;
  font-size: 1.125rem;
  max-width: 28rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s ease;
  height: auto;
  overflow: hidden;
}

#gallery-detail-section-1 .img-description p {
  margin: 0;
  line-height: 1.5;
  color: #fff !important;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info {
  transform: translateY(-40px);
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info .weta-icerik-tag {
  transform: translateY(0);
}

#gallery-detail-section-1 .img-wrapper:hover .img-description {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  #gallery-detail-section-1 .row {
    grid-template-columns: 1fr;
  }

  #gallery-detail-section-1 .custom-col:first-child {
    grid-row: auto;
    height: 400px;
  }

  #gallery-detail-section-1 .custom-col:nth-child(2),
  #gallery-detail-section-1 .custom-col:nth-child(3) {
    height: 250px;
  }

  #gallery-detail-section-1 .gallery-info .weta-icerik-tag {
    font-size: 1.5rem;
  }

  #gallery-detail-section-1 .img-description {
    font-size: 1rem;
  }
}

#gallery-detail-section-2 {
  width: 100%;
  margin: 0;
  padding: 0;
}

#gallery-detail-section-2 .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#gallery-detail-section-2 .gallery-wrapper h1 {
  text-align: center;
  color: #000;
  padding: 2rem;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

#gallery-detail-section-2 #image-gallery .row {
  display: flex;
  margin: 0;
  width: 100%;
}

#gallery-detail-section-2 .col-md-3 {
  width: 50%;
  padding: 0;
  margin: 0;
}

#gallery-detail-section-2 .img-wrapper {
  position: relative;
  overflow: hidden;
}

#gallery-detail-section-2 .col-md-3:first-child .img-wrapper {
  height: 75vh;
  border-radius: 0 0 10px 0;
}

#gallery-detail-section-2 .col-md-3:last-child .img-wrapper {
  height: 66vh;
}

#gallery-detail-section-2 .gallery-img {
  width: 100%;
  height: 100%;
}

#gallery-detail-section-2 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

#gallery-detail-section-2 .img-wrapper:hover .gallery-img img {
  transform: scale(1.1);
}

#gallery-detail-section-2 .gallery-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem;
  background: linear-gradient(
    to top,
    rgba(49, 79, 132, 0.95) 0%,
    rgba(49, 79, 132, 0.7) 50%,
    rgba(49, 79, 132, 0) 100%
  );
  opacity: 1;
}

#gallery-detail-section-2 .col-md-3:first-child .gallery-info {
  background: linear-gradient(
    to top,
    rgba(49, 79, 132, 0.98) 0%,
    rgba(49, 79, 132, 0.85) 50%,
    rgba(49, 79, 132, 0) 100%
  );
}

#gallery-detail-section-2 .col-md-3:last-child .gallery-info {
  background: linear-gradient(
    to top,
    rgba(49, 79, 132, 0.98) 0%,
    rgba(49, 79, 132, 0.85) 50%,
    rgba(49, 79, 132, 0) 100%
  );
}

#gallery-detail-section-2 .img-title h3 {
  color: white;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#gallery-detail-section-2 .btn-color {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  background: transparent;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-size: 1rem;
  position: relative;
  border-radius: 5px;
}

#gallery-detail-section-2 .btn-color:hover {
  background: linear-gradient(to right, #2980b9, #3498db);
  border: 2px solid transparent !important;
}

#gallery-detail-section-2 .btn-color i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  #gallery-detail-section-2 #image-gallery .row {
    flex-direction: column;
  }

  #gallery-detail-section-2 .col-md-3 {
    width: 100%;
  }

  #gallery-detail-section-2 .col-md-3:first-child .img-wrapper,
  #gallery-detail-section-2 .col-md-3:last-child .img-wrapper {
    height: 50vh;
  }

  #gallery-detail-section-2 .img-title h3 {
    font-size: 1.8rem;
  }
}

#page-detail-section-1 .weta-icerik-tag {
  position: relative;
  padding-bottom: 15px;
}

.pageDetailContent .weta-icerik-tag {
  position: relative;
}

.pageDetailContent .weta-icerik-tag span {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: linear-gradient(
    to right,
    #314f84 20%,
    #4a6ca8 30%,
    #314f84 70%,
    #4a6ca8 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 3s ease-in-out infinite;
}

@keyframes textShine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

#page-detail-section-1 .btn-color {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  background: transparent;
  color: var(--site-color) !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid var(--site-color);
  font-size: 1rem;
  position: relative;
  border-radius: 5px;
}

#page-detail-section-1 .btn-color:hover {
  background: linear-gradient(to right, #2980b9, #3498db);
  border: 2px solid transparent !important;
  color: #fff !important;
}

#page-detail-section-1 .btn-color i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

#page-detail-section-1 .rexa-gorseller img {
  border-radius: 20px;
}

.footer .footer-pages li {
  padding: 5px 0px !important;
}

#gallery-detail-section-3 {
  padding: 2rem 0;
  background: #fff;
}

#gallery-detail-section-3 .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

#gallery-detail-section-3 .gallery-wrapper {
  margin-bottom: 2rem;
}

#gallery-detail-section-3 .weta-icerik-tag {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 1.5rem;
}

#gallery-detail-section-3 {
  margin: 50px 0px 0px 0px;
}

.gallerySwiper-3 {
  padding: 0.5rem;
}

.gallerySwiper-3 .swiper-slide {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 150px;
  margin-right: 15px !important;
}

.gallerySwiper-3 .swiper-slide:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.gallerySwiper-3 .img-wrapper {
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallerySwiper-3 .gallery-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallerySwiper-3 .gallery-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.gallerySwiper-3 .swiper-slide:hover .gallery-img img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.gallerySwiper-3 .gallery-info {
  display: none;
}

@media (max-width: 768px) {
  #gallery-detail-section-3 .container {
    padding: 0 0.5rem;
  }

  #gallery-detail-section-3 .weta-icerik-tag {
    font-size: 2rem;
  }

  .gallerySwiper-3 .swiper-slide {
    height: 200px;
    margin-right: 10px !important;
  }
}

.html-section {
  padding: 0;
  margin-bottom: 0;
}

#html-section-1,
#html-section-2,
#html-section-3,
#html-section-4,
#html-section-5,
#html-section-6,
#html-section-7,
#html-section-8 {
  padding: 0;
  margin: 0;
}

#html-section-1 .contact-section,
#html-section-2 .contact-section,
#html-section-3 .contact-section,
#html-section-4 .contact-section,
#html-section-5 .contact-section,
#html-section-6 .contact-section,
#html-section-7 .contact-section,
#html-section-8 .contact-section {
  background-color: #111827;
  padding: 50px 0px;
}

#html-section-1 .contact-wrapper,
#html-section-2 .contact-wrapper,
#html-section-3 .contact-wrapper,
#html-section-4 .contact-wrapper,
#html-section-5 .contact-wrapper,
#html-section-6 .contact-wrapper,
#html-section-7 .contact-wrapper,
#html-section-8 .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

#html-section-1 .contact-content,
#html-section-2 .contact-content,
#html-section-3 .contact-content,
#html-section-4 .contact-content,
#html-section-5 .contact-content,
#html-section-6 .contact-content,
#html-section-7 .contact-content,
#html-section-8 .contact-content {
  text-align: left;
}

#html-section-1 .contact-content h2,
#html-section-2 .contact-content h2,
#html-section-3 .contact-content h2,
#html-section-4 .contact-content h2,
#html-section-5 .contact-content h2,
#html-section-6 .contact-content h2,
#html-section-7 .contact-content h2,
#html-section-8 .contact-content h2 {
  position: relative;
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #e3e9f4 15%,
    #ffffff 25%,
    #4a6ca8 50%,
    #ffffff 75%,
    #e3e9f4 85%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 4s linear infinite;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

#html-section-1 .contact-content p,
#html-section-2 .contact-content p,
#html-section-3 .contact-content p,
#html-section-4 .contact-content p,
#html-section-5 .contact-content p,
#html-section-6 .contact-content p,
#html-section-7 .contact-content p,
#html-section-8 .contact-content p {
  color: #fff !important;
  font-size: 1.2rem !important;
  margin-bottom: 0;
}

#html-section-1 .btn-contact,
#html-section-2 .btn-contact,
#html-section-3 .btn-contact,
#html-section-4 .btn-contact,
#html-section-5 .btn-contact,
#html-section-6 .btn-contact,
#html-section-7 .btn-contact,
#html-section-8 .btn-contact {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

#html-section-1 .btn-contact:hover,
#html-section-2 .btn-contact:hover,
#html-section-3 .btn-contact:hover,
#html-section-4 .btn-contact:hover,
#html-section-5 .btn-contact:hover,
#html-section-6 .btn-contact:hover,
#html-section-7 .btn-contact:hover,
#html-section-8 .btn-contact:hover {
  background: #fff;
  color: #000;
}

@keyframes textShine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

@media (max-width: 768px) {
  #html-section-1 .contact-wrapper,
  #html-section-2 .contact-wrapper,
  #html-section-3 .contact-wrapper,
  #html-section-4 .contact-wrapper,
  #html-section-5 .contact-wrapper,
  #html-section-6 .contact-wrapper,
  #html-section-7 .contact-wrapper,
  #html-section-8 .contact-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  #html-section-1 .contact-content,
  #html-section-2 .contact-content,
  #html-section-3 .contact-content,
  #html-section-4 .contact-content,
  #html-section-5 .contact-content,
  #html-section-6 .contact-content,
  #html-section-7 .contact-content,
  #html-section-8 .contact-content {
    text-align: center;
  }

  #html-section-1 .contact-content h2,
  #html-section-2 .contact-content h2,
  #html-section-3 .contact-content h2,
  #html-section-4 .contact-content h2,
  #html-section-5 .contact-content h2,
  #html-section-6 .contact-content h2,
  #html-section-7 .contact-content h2,
  #html-section-8 .contact-content h2 {
    font-size: 2.5rem;
  }

  #html-section-1 .contact-content p,
  #html-section-2 .contact-content p,
  #html-section-3 .contact-content p,
  #html-section-4 .contact-content p,
  #html-section-5 .contact-content p,
  #html-section-6 .contact-content p,
  #html-section-7 .contact-content p,
  #html-section-8 .contact-content p {
    font-size: 1rem;
  }
}

#bottom-footer {
  background: #f8f8f8 !important;
  border-top: 0;
  color: #000;
}

#page-detail-section-2 .rexa-gorseller img,
#page-detail-section-3 .rexa-gorseller img,
#page-detail-section-4 .rexa-gorseller img,
#page-detail-section-5 .rexa-gorseller img,
#page-detail-section-6 .rexa-gorseller img,
#page-detail-section-7 .rexa-gorseller img,
#page-detail-section-8 .rexa-gorseller img,
#page-detail-section-9 .rexa-gorseller img {
  max-width: 85% !important;
  border-radius: 10px;
}

#page-detail-section-3 .weta-icerik-tag,
#page-detail-section-4 .weta-icerik-tag,
#page-detail-section-5 .weta-icerik-tag,
#page-detail-section-6 .weta-icerik-tag,
#page-detail-section-7 .weta-icerik-tag,
#page-detail-section-8 .weta-icerik-tag,
#page-detail-section-9 .weta-icerik-tag {
  margin-bottom: 25px;
}

#contactForm-1 {
  margin-top: 75px;
}

#contactForm-1 .btn-color span {
  margin-left: 17px;
}

#contactForm-1 .btn-color:hover {
  background-color: var(--site-color) !important;
  border: none !important;
  color: #fff !important;
}

#contactForm-1 .contact-oge {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(49, 79, 132, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}

#contactForm-1 .contact-oge .icon {
  min-width: 45px;
  height: 45px;
  flex-shrink: 0;
  color: var(--site-color) !important;
}

#contactForm-1 .contact-oge p {
  margin: 0;
  color: #314f84;
  font-size: 1.1rem;
  line-height: 1.6;
}

#contactForm-1 #whatsappContact i {
  color: var(--site-color) !important;
  font-size: 1rem;
}

#html-section-9 {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

#html-section-9 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#html-section-9 .table {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

#html-section-9 .table:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

#html-section-9 .table th {
  background: var(--site-color);
  color: white;
  padding: 1.4rem 1.8rem;
  font-weight: 600;
  width: 220px;
  border: none;
  font-size: 1.05rem;
  letter-spacing: 0.3px;
  position: relative;
}

#html-section-9 .table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
}

#html-section-9 .table td {
  padding: 1.4rem 1.8rem;
  color: #4a5568;
  border: none;
  border-bottom: 1px solid #edf2f7;
  font-size: 1.05rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

#html-section-9 .table tr:last-child td {
  border-bottom: none;
}

#html-section-9 .table tr {
  transition: all 0.3s ease;
}

#html-section-9 .table tr:hover {
  background: linear-gradient(to right, #f8fafc, transparent);
}

#html-section-9 .table tr:hover td {
  color: var(--site-color);
  padding-left: 2.2rem;
}

@media (max-width: 768px) {
  #html-section-9 {
    padding: 2rem 0;
  }

  #html-section-9 .container {
    padding: 0 1rem;
  }

  #html-section-9 .table {
    border-radius: 12px;
  }

  #html-section-9 .table th {
    width: 140px;
    padding: 1.2rem 1rem;
    font-size: 0.95rem;
  }

  #html-section-9 .table td {
    padding: 1.2rem 1rem;
    font-size: 0.95rem;
  }

  #html-section-9 .table tr:hover td {
    padding-left: 1.2rem;
  }
}

.productDetail {
  padding: 3rem 0;
}

.productDetail .container {
  max-width: 1400px;
  margin: 0 auto;
}

.productDetail .row {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.productDetail .col-md-7 {
  padding-top: 2rem;
}


.productDetail .productImage {
  width: 100%;
  height: 100%;
}

.productDetail .productImage img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  border-radius: 12px;
}

.productDetail .product-thumbs {
  margin-top: 1rem;
}

.productDetail .product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Sağ taraf - İçerik */
.productDetail .productTitle {
  margin-bottom: 2.5rem;
}

.productDetail .weta-icerik-tag {
  font-size: 2.8rem;
  font-weight: 700;
  color: #314f84;
  margin-bottom: 1.5rem;
}

.productDetail .productContent {
  margin: 2rem 0;
}
.productDetail .col-md-7 {
  width: 50%;
}
.productDetail .productContent p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
}

.productDetail .button-wrapper {
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.productDetail .button-wrapper .btn-color {
  padding: 0.9rem 2.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

#product-section-2 .learn-more {
  display: flex;
  justify-content: center;
}
#product-section-2 .rg-wrapper .weta-icerik-tag{
   margin-bottom: 30px;
}
#product-section-2 .product-code {
  display: none;
}

#product-section-2 .product-title .weta-icerik-tag {
  text-align: center;
}

@media (max-width: 768px) {
  .productDetail .col-md-5 {
    width: 100% !important;
  }

  .productDetail .col-md-7 {
    width: 100% !important;
  }

  .product-breadcrumb,
  .page-breadcrumb {
    height: 300px !important;
  }

  .product-breadcrumb a {
    font-size: 10px !important;
  }
}

.navbar > li:last-child .nav-link {
  background-color: #1b1f3b;
  color: #fff !important;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 64px !important;
  display: flex;
  line-height: 64px !important;
  text-align: center;
  margin-top: 5px;
  width: 150px;
}
.navbar > li:last-child .nav-link::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9rem;
  margin-right: 4px;
}

.navbar > li:last-child .nav-link:hover {
  background-color: #141730;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .navbar > li:last-child .nav-link {
    display: inline-flex;
    margin: 8px 0;
    height: 50px !important;
  }
}
.page-breadcrumb {
  background-image: url(/images/page-title.jpg) !important;
  object-fit: contain;
}
.page-breadcrumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff5e, #14323fd6);
}
@media (min-width: 768px) {
  #page-detail-section-2 .rgw,
  #page-detail-section-5 .rgw,
  #page-detail-section-6 .rgw,
  #page-detail-section-8 .rgw,
  #page-detail-section-11 .rgw,
  #page-detail-section-13 .rgw {
    display: flex;
    justify-content: end;
  }
}

.productList .learn-more {
  display: none !important;
}
.productList {
  display: grid;
  gap: 30px;
  padding: 20px;
}
.productList .rgw,
#alternative-product .productImage {
  width: 100%;
  height: 237px;
}
.productList .custom-col .product-wrapper,
#alternative-product .product-wrapper{
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  width: 100%;
}
.productList .custom-col:hover .product-wrapper,
#alternative-product .product-wrapper:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .productList {
    gap: 20px;
  }
  .navbar > li:last-child .nav-link {
    padding: 0px 1rem;
  }
  .productSwiper .productImage{
    height: 250px;
  }
  .product-thumbs .productImage{
    height: 60px;
  }
  .page-breadcrumb .relative-title .page-name span{
    font-size: 30px !important;
  }
  .page-breadcrumb .relative-title .page-list .arrow-breadcrumb{
    padding: 0px !important;
    font-size: 10px !important;
  }
  .productDetail .weta-icerik-tag{
    font-size: 25px !important;
  }
  .swiper-pagination-bullet{
    width: 10px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 15px !important;
  }
}


@media(min-width:768px){
  .section-header #navigation > ul > li:nth-last-child(1) a{
    font-weight: 400 !important;
    font-size: 14px !important;
    min-width: 150px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  #product-list .product-image img,
  #alternative-product .swiper-slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  #product-section-3{
    min-height: 48vh;
  }  
  .productDetail .productSwiper .swiper-slide {
    height: 550px;
  }
  .productDetail .product-thumbs .swiper-slide {
    height: 100px;
    cursor: pointer;
  }
}
.section-header #navigation > ul > li:nth-last-child(1) a::after{
  display: none !important;
}
#product-accordions{
  display: none !important;
}