/* Main Styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

/* Top Bar */
.top-bar {
  background: linear-gradient(135deg, #000000, #2C3E50);
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.top-bar .social-icons a {
  margin-left: 15px;
  transition: opacity 0.3s;
}

.top-bar .social-icons a:hover {
  opacity: 0.8;
}

/* Main Navbar */
.main-navbar {
  /* background-color: #0b1a33; */
  background: linear-gradient(135deg, #000000, #2C3E50);
  color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo-container {
  height: 56px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.navbar-logo {
  height: 100%;
  width: auto;
  transform: scale(3.5);
  transform-origin: left center;
  display: block;
}

.logo-text {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo-icon {
  color: #ff5722;
  font-size: 32px;
  margin-right: 10px;
}

/* Navigation */
.q-tabs {
  color: white;
}

.q-tab {
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.q-tab:hover, .q-tab--active {
  color: #ff5722;
}

/* Contact Button */
.contact-now-btn {
  background-color: #ff5722 !important;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.contact-now-btn:hover {
  background-color: #e64a19 !important;
}

/* Container */
.custom-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Mobile/Desktop Display */
.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

/* Hero Section */
.hero-section {
  background-image: url('./static/assets/images/11.webp');
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 26, 51, 0.7);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}

.hero-btn {
  background-color: #ff5722 !important;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
}

/* About Section */
.about-section {
  padding: 90px 0;
  background-color: #ffffff;
  position: relative;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff5722;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.text-primary {
  color: #ff5722;
}

.text-dark {
  color: #333;
}

.section-divider {
  width: 80px;
  height: 3px;
  background-color: #ff5722;
  margin-bottom: 30px;
}

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

.about-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-btn {
  background-color: #ff5722 !important;
  color: white !important;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 2px;
  transition: background-color 0.3s;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(255, 87, 34, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-btn:hover {
  background-color: #e64a19 !important;
  box-shadow: 0 3px 8px rgba(255, 87, 34, 0.4);
}

.about-image-container {
  position: relative;
  max-width: 100%;
  margin-left: 30px;
}

.about-image {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: block;
}

.testimonial-card {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 340px;
  background-color: #ff5722;
  color: white;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.testimonial-quote {
  margin-bottom: 20px;
}

.testimonial-quote i {
  font-size: 28px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.testimonial-quote p {
  font-style: italic;
  line-height: 1.6;
  font-size: 15px;
  color: white;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  margin-top: 15px;
}

.author-info h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.author-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

.author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

/* Blog Section */
.blog-section {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.blog-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.blog-subtitle {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.blog-section .section-divider {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 4px;
  background-color: #ff5722;
  margin-bottom: 20px;
}

.blog-card {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.blog-image-container {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

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

.blog-date-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff5722;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.4;
  color: #333;
}

.blog-meta {
  display: flex;
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  align-items: center;
}

.blog-author {
  color: #666;
  margin-right: 10px;
}

.blog-divider {
  margin: 0 8px;
  color: #ccc;
}

.blog-category {
  color: #ff5722;
  font-weight: 500;
}

.blog-excerpt {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}

.blog-read-more {
  color: #ff5722;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
}

.blog-read-more:hover {
  color: #e64a19;
  text-decoration: none;
}

/* Experience Section */
.experience-section {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.full-width-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  max-height: 500px;
}

.experience-subtitle {
  color: #ff5722;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.experience-title {
  color: #0b1a33;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.experience-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.experience-btn {
  background-color: #ffb700 !important;
  color: #0b1a33 !important;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 2px;
  transition: background-color 0.3s;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(255, 183, 0, 0.3);
  margin-top: 15px;
}

.experience-btn:hover {
  background-color: #ffa000 !important;
  box-shadow: 0 3px 8px rgba(255, 183, 0, 0.4);
}

/* Stats Section */
.stats-section {
  background-color: #0b1a33;
  position: relative;
  overflow: hidden;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.stats-left {
  padding: 60px;
  color: white;
}

.stats-left-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.stats-subtitle {
  color: #ff5722;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.stats-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.stats-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.stats-intro {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.stats-accordion {
  margin-top: 25px;
}

.stats-accordion .q-list {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2) !important;
  width: 100%;
}

.stats-accordion-header {
  color: white !important;
  font-weight: 500;
}

.stats-accordion-header .q-item__label--caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-top: 5px;
}

.stats-accordion-icon {
  color: #ff5722 !important;
}

.stats-accordion .q-card {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-accordion-content {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
}

.stats-right {
  position: relative;
  background-image: url('./static/assets/images/4.webp');
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.counter-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.counter-box {
  width: 100%;
}

.counter-box-orange {
  background-color: rgba(255, 87, 34, 0.9);
  color: white;
}

.counter-box-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: #0b1a33;
}

.counter-content {
  display: flex;
  align-items: center;
  padding: 25px 20px;
}

.counter-icon {
  font-size: 30px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  color: #ff5722;
}

.counter-box-orange .counter-icon {
  background-color: white;
  color: #ff5722;
}

.counter-box-white .counter-icon {
  background-color: #ff5722;
  color: white;
}

.counter-info {
  flex: 1;
}

.counter-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.counter-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Services Section */
.services-section {
  padding: 90px 0;
  background-color: #f9f9f9;
  position: relative;
}

.services-subtitle {
  color: #ff5722;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-title {
  font-size: 38px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 15px;
}

.service-card {
  position: relative;
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.service-image {
  height: 280px;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-icon-wrapper {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ff5722;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

.service-content {
  padding: 50px 30px 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 20px;
}

.service-description {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  padding: 0 10px;
}

.service-button-wrapper {
  margin-top: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.service-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0b1a33;
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 80%;
  max-width: 200px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.service-button:hover {
  background-color: #ff5722;
}

/* Equipment Section */
.equipment-section {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
}

.equipment-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.equipment-divider {
  width: 80px;
  height: 3px;
  background-color: #ff5722;
  margin: 0 auto 60px;
}

.equipment-item {
  position: relative;
  margin-bottom: 80px;
  margin-left: 4%;
  margin-right: 4%;
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background-color: transparent;
}

.equipment-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.equipment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment-card {
  background-color: white;
  padding: 15px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: absolute;
  bottom: -60px;
  left: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 5px;
}

.equipment-category {
  display: inline-block;
  background-color: #ff5722;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-radius: 3px;
}

.equipment-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.equipment-location {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 13px;
}

.equipment-location i {
  color: #ff5722;
  margin-right: 8px;
}

.equipment-description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.equipment-carousel {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  margin-top: 20px;
  width: 100%;
}

.equipment-carousel .q-carousel__slide {
  background-size: cover;
  background-position: center;
}

/* Özel Carousel Navigasyon */
.custom-carousel-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
}

.carousel-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 87, 34, 0.7);
  color: white;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  margin: 0 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  background-color: rgba(255, 87, 34, 0.9);
  transform: scale(1.05);
}

.carousel-arrow-left {
  padding-right: 3px;
}

.carousel-arrow-right {
  padding-left: 3px;
}

/* Responsive */
@media (max-width: 1023px) {
  .mobile-only {
    display: flex !important;
  }
  
  .desktop-only {
    display: none !important;
  }
  
  /* Updated logo size for mobile */
  .navbar-logo {
    transform: scale(3.2);
    transform-origin: left center;
  }
  
  /* Logo container adjustments */
  .logo-container {
    margin-left: 0;
    overflow: visible;
  }
  
  /* Ensure proper spacing in toolbar */
  .q-toolbar {
    justify-content: space-between;
    padding: 10px 5px !important;
    align-items: center;
  }
  
  /* Toolbar title adjustments */
  .q-toolbar-title {
    padding-right: 0;
    flex: 0 1 auto !important;
  }
  
  /* Adjust contact button spacing */
  .contact-now-btn {
    margin-left: 5px !important;
    padding: 8px 12px;
    font-size: 13px;
  }
  
  /* Adjust spacing for right side elements */
  .q-toolbar-title + div {
    display: flex;
    align-items: center;
  }
  
  .top-bar .row {
    flex-direction: column;
    align-items: center;
  }
  
  .top-bar .col-auto {
    margin-bottom: 5px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .about-image-container {
    margin-left: 0;
    margin-top: 40px;
  }
  
  .testimonial-card {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .blog-title {
    font-size: 30px;
  }
  
  .blog-image-container {
    height: 200px;
  }
  
  .experience-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .experience-content {
    padding-left: 0 !important;
    margin-top: 40px !important;
  }
  
  .services-title {
    font-size: 32px;
  }
  
  .service-icon-wrapper {
    top: 200px;
  }
  
  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  
  .service-content {
    padding-top: 45px;
  }
  
  .stats-section {
    overflow: visible;
  }
  
  .stats-left {
    padding: 50px 20px;
    width: 100%;
  }
  
  .stats-left-content {
    max-width: 100%;
    padding: 0 15px;
    margin: 0;
    text-align: center;
  }
  
  .stats-title {
    font-size: 30px;
  }
  
  .stats-subtitle {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  
  .counter-wrapper {
    width: 100%;
    max-width: 300px;
  }
  
  .stats-accordion {
    margin-bottom: 30px;
  }
  
  .stats-accordion .q-list {
    width: 100%;
  }
  
  .counter-content {
    padding: 20px 15px;
  }
  
  .counter-icon {
    font-size: 24px;
    margin-right: 12px;
    width: 32px;
    height: 32px;
  }
  
  .counter-number {
    font-size: 30px;
  }
  
  .counter-label {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .stats-right {
    min-height: 400px;
    width: 100%;
  }
  
  .stats-section .row {
    flex-direction: column;
  }
  
  .stats-section .col-md-6 {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  
  .counter-wrapper {
    width: 100%;
    max-width: none;
    position: relative;
    transform: none;
    top: auto;
    bottom: 0;
    padding: 0;
  }
  
  .counter-content {
    padding: 15px 10px;
  }
  
  .counter-number {
    font-size: 26px;
  }
  
  .counter-label {
    font-size: 11px;
  }
  
  .counter-icon {
    font-size: 20px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  
  .equipment-image {
    height: 220px;
    margin-bottom: 20px;
  }
  
  .equipment-card {
    padding: 20px;
  }
  
  .equipment-title {
    font-size: 18px;
  }
  
  .equipment-category {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media (max-width: 599px) {
  /* Further reduce logo size on smaller screens but keep it prominent */
  .navbar-logo {
    transform: scale(2.8);
  }
  
  /* Logo container adjustments */
  .logo-container {
    margin-left: 0;
    padding-right: 10px;
  }
  
  /* Ensure toolbar has proper spacing */
  .q-toolbar {
    gap: 8px;
  }
  
  /* Make contact button smaller */
  .contact-now-btn {
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 5px;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .hero-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .about-section {
    padding: 60px 0;
  }
  
  .blog-section {
    padding: 60px 0;
  }
  
  .blog-card-title {
    font-size: 18px;
  }
  
  .experience-section {
    padding: 60px 0;
  }
  
  .experience-title {
    font-size: 28px;
  }
  
  .experience-subtitle {
    font-size: 16px;
  }
  
  .experience-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  
  .services-section {
    padding: 60px 0;
  }
  
  .services-subtitle {
    font-size: 16px;
  }
  
  .services-title {
    font-size: 28px;
  }
  
  .service-image {
    height: 200px;
  }
  
  .service-icon-wrapper {
    top: 180px;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .service-content {
    padding: 40px 20px 25px;
  }
  
  .service-title {
    font-size: 20px;
  }
  
  .stats-left {
    padding: 40px 20px;
  }
  
  .stats-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .stats-description {
    font-size: 15px;
  }
  
  .counter-number {
    font-size: 24px;
  }
  
  .counter-label {
    font-size: 10px;
  }
  
  .equipment-section {
    padding: 60px 0;
  }
  
  .equipment-main-title {
    font-size: 28px;
  }
  
  .equipment-image {
    height: 200px;
    margin-bottom: 15px;
  }
  
  .equipment-card {
    padding: 15px;
  }
  
  .equipment-category {
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
  
  .equipment-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .equipment-image {
    height: 220px;
  }
  
  .equipment-card {
    padding: 15px;
  }
  
  .equipment-category {
    font-size: 10px;
    padding: 4px 10px;
  }
  
  .equipment-title {
    font-size: 14px;
  }
  
  .equipment-location {
    font-size: 12px;
  }
}

/* Footer Section */
.footer-section {
  background: linear-gradient(135deg, #000000, #2C3E50);
  padding: 60px 0 30px;
  color: #fff;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.footer-address, .footer-contact {
  color: #a8a8a8;
  margin-bottom: 15px;
  line-height: 1.7;
}

.footer-social {
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #ff5722;
  color: #fff;
}

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

.footer-links li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links li:first-child {
  padding-top: 0;
}

.footer-links a {
  color: #a8a8a8;
  transition: color 0.3s;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ff5722;
  text-decoration: none;
  padding-left: 5px;
}

.footer-text {
  color: #a8a8a8;
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-input-group {
  position: relative;
  margin-top: 15px;
}

.footer-input {
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-btn {
  background: #ff5722;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer-btn:hover {
  background: #e64a19;
}

.footer-bottom {
  background-color: #23272b;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  color: #a8a8a8;
  font-size: 14px;
}

.credits {
  color: #a8a8a8;
  font-size: 14px;
  text-align: right;
}

.credits a {
  color: #ff5722;
  text-decoration: none;
}

.credits a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .col-md-3:first-child .footer-title {
    margin-top: 0;
  }
  
  .credits {
    text-align: left;
    margin-top: 15px;
  }
}

/* Contact Section */
.contact-section {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.contact-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.contact-divider {
  width: 60px;
  height: 3px;
  background-color: #ff5722;
  margin-bottom: 25px;
}

.contact-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.contact-info {
  margin-top: 30px;
}

.contact-info-item {
  margin-bottom: 15px;
  font-size: 15px;
  color: #666;
}

.contact-info-label {
  color: #ff5722;
  font-weight: 600;
  margin-right: 5px;
}

.contact-info-value {
  color: #666;
}

.contact-link {
  color: #ff5722;
  text-decoration: underline;
  transition: color 0.3s;
}

.contact-link:hover {
  color: #e64a19;
  text-decoration: none;
}

.footer-contact-link {
  color: #ff5722;
  text-decoration: underline;
  transition: color 0.3s;
}

.footer-contact-link:hover {
  color: #e64a19;
  text-decoration: none;
}

.contact-form {
  padding: 0 15px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  transition: border-color 0.3s;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: none;
  border-color: #ff5722;
}

.contact-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-submit-btn {
  background-color: #ff5722;
  color: white;
  border: none;
  padding: 14px 35px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-submit-btn:hover {
  background-color: #e64a19;
}

/* Map Container */
.map-container {
  height: 100%;
  min-height: 450px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
    padding: 0;
  }
  
  .contact-submit-btn {
    width: 100%;
  }
  
  .map-container {
    margin-top: 30px;
    height: 350px;
  }
}

/* Language Selector Styles */
.language-selector {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.language-btn {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.language-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px 0;
  z-index: 1000;
  min-width: 120px;
  margin-top: 5px;
}

.language-item {
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.language-item:hover {
  background-color: #f5f5f5;
}

.language-item.active {
  background-color: #f0f0f0;
  font-weight: bold;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .equipment-carousel {
    height: 400px !important;
  }
  
  .carousel-arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .equipment-carousel {
    height: 300px !important;
  }
  
  .carousel-arrow {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  /* Adjust logo and container for smaller screens */
  .logo-container {
    height: 50px;
    margin-left: 0;
  }
  
  /* Fix mobile navigation spacing */
  .navbar-logo {
    transform: scale(2.5);
  }
  
  /* Ensure proper toolbar alignment */
  .q-toolbar {
    padding: 10px 8px !important;
  }
  
  .q-toolbar-title {
    padding-left: 0;
    flex: 0 1 auto !important;
    margin-right: 10px;
  }
  
  /* Adjust mobile menu button */
  .q-btn.mobile-only {
    margin-left: 2px !important;
    padding: 4px !important;
  }
  
  /* Improve spacing for buttons */
  .contact-now-btn {
    margin-left: 3px !important;
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* Extra small devices */
@media (max-width: 400px) {
  /* Further adjustments for very small screens */
  .navbar-logo {
    transform: scale(2.2);
  }
  
  .logo-container {
    height: 50px;
  }
  
  .q-toolbar {
    min-height: 60px;
    padding: 8px 5px !important;
  }
  
  .custom-container {
    padding: 0 10px;
  }
  
  /* Further adjust mobile menu button */
  .q-btn.mobile-only {
    min-width: 32px !important;
    min-height: 32px !important;
    margin-left: 2px !important;
  }
  
  .contact-now-btn {
    padding: 5px 10px;
    font-size: 11px;
    margin-right: 2px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

/* Notification styles */
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.notification.success {
  background-color: #28a745;
}

.notification.error {
  background-color: #f44336;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
.notification.error {
  background-color: #f44336;
}

.contact-map {
  position: relative;
  z-index: 1;
}

.contact-map iframe {
  pointer-events: auto;
}

.contact-map {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.contact-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}

/* Mobile Menu Styles */
.mobile-menu-list {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Quasar'ın q-menu bileşeninin üst seviye stillerini hedefle */
.q-menu {
  min-width: 200px !important;
  max-width: 300px !important;
  z-index: 9999 !important; /* Üst seviye z-index */
}

.mobile-menu-list .q-item {
  padding: 12px 16px;
  font-weight: 500;
  color: #333;
  transition: background-color 0.2s;
}

.mobile-menu-list .q-item:hover {
  background-color: #f5f5f5;
}

.mobile-menu-list .q-item:last-child {
  border-top: 1px solid #eee;
}

.mobile-menu-list .q-item:last-child .q-item__section {
  color: #ff5722;
  font-weight: 600;
}

/* Expand the click area of the menu button */
.q-btn.mobile-only {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  transition: background-color 0.2s;
}

.q-btn.mobile-only:hover,
.q-btn.mobile-only:active {
  background-color: rgba(255,255,255,0.2);
}

@media (max-width: 480px) {
  /* Fix mobile navigation spacing */
  .navbar-logo {
    transform: scale(2.5);
  }
  
  /* Adjust mobile menu button */
  .q-btn.mobile-only {
    margin-left: 2px !important;
    padding: 8px !important;
  }
  
  /* Ensure proper toolbar alignment */
  .q-toolbar {
    padding: 10px 8px !important;
  }
} 