/**
* Template Name: Regna
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/
.footer {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 60px 0 20px 0;
    margin-top: 50px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

/* Logo Section */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-section p {
    color: #cccccc;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
    margin: 0;
}

/* Section Headers */
.footer-section h3 {
    color: #e74c3c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-section h4 {
    color: #e74c3c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Links */
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #e74c3c;
}

/* Contact Information */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

.contact-item i {
    color: #e74c3c;
    font-size: 16px;
    margin-top: 2px;
    min-width: 16px;
}

.contact-item span {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.4;
}

.contact-item strong {
    color: #ffffff;
    font-weight: bold;
}

/* Social Media Section */
.social-media-section {
    margin-top: 20px;
}

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

.social-link-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #2e2e2e;
    border: 2px solid #555555;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link-footer:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.social-link-footer i {
    font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #555555;
    padding-top: 20px;
    margin-top: 30px;
}

.footer-bottom p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.footer-bottom .megasav-link {
    color: #f39c12;
    text-decoration: none;
    font-weight: bold;
}

.footer-bottom .megasav-link:hover {
    color: #e67e22;
    text-decoration: underline;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-section p {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .social-links-footer {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-section h3 {
        font-size: 16px;
    }
    
    .footer-section h4 {
        font-size: 14px;
    }
    
    .footer-section p,
    .footer-section ul li a,
    .contact-item span {
        font-size: 13px;
    }
}

/* Hide footer content on mobile, show only copyright */
@media (max-width: 768px) {
    .footer-content {
        display: none !important;
    }
    
    .footer {
        padding: 20px 0;
        text-align: center;
    }
    
    .footer-bottom {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    
    .footer-bottom p {
        text-align: center;
        font-size: 14px;
    }
}

a {
  color: #EC1C24;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #EC1C24;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #EC1C24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #EC1C24;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(52, 59, 64, 0.9);
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

#header.header-transparent {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 70px;
  transition: all 0.5s;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #EC1C24;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  transform: scaleX(1);
}

/* Dropdown menü öğeleri için genel hover efektini devre dışı bırak */
.navbar ul li.dropdown > a:hover:before,
.navbar ul li.dropdown:hover > a:before {
  visibility: hidden;
  transform: scaleX(0);
}

.navbar a:hover,
.navbar li:hover>a {
  color: #fff;
}

/* Active sınıfı tamamen kaldırıldı */

/* Eski dropdown kuralları kaldırıldı - yeni kurallar aşağıda */

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(77, 77, 77, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 20px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 100px);
  z-index: 1000;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 15px 25px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #EC1C24;
  background-color: #f8f9fa;
  padding-left: 35px;
}

/* Active sınıfı tamamen kaldırıldı */

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 8px;
  border-left: 3px solid #EC1C24;
  transition: all 0.3s ease;
  max-height: none;
  overflow: visible;
  width: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
}

.navbar-mobile .dropdown ul li {
  min-width: auto;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  flex: none;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
  width: 100%;
  border-bottom: none;
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* iOS touch optimization */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  /* Prevent double tap zoom on iOS */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* Improve touch responsiveness */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.navbar-mobile .dropdown ul a i {
  font-size: 10px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #EC1C24;
  background-color: #f8f9fa;
  padding-left: 30px;
}


/* Tüm ana menü öğeleri için aktif durum */
.navbar-mobile > ul > li:first-child > a.active,
.navbar-mobile > ul > li:nth-child(2) > a.active,
.navbar-mobile > ul > li:nth-child(4) > a.active,
.navbar-mobile > ul > li:last-child > a.active {
  color: #EC1C24 !important;
  background-color: #f8f9fa !important;
  font-weight: 600;
  border-left: 3px solid #EC1C24;
  padding-left: 35px;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block !important;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ürünlerdeki iconları hariç tut - text-transform: none */
.navbar-mobile .dropdown ul a i,
.navbar-mobile a i {
  text-transform: none !important;
}

/* Mobil dropdown menü tıklanabilirlik */
.navbar-mobile .dropdown > a {
  cursor: pointer;
  user-select: none;
}

.navbar-mobile .dropdown > a:hover {
  background-color: #f8f9fa;
}

/* Mobil dropdown menü için ek kurallar */
.navbar-mobile .dropdown > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* iOS touch optimization */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  /* Prevent double tap zoom on iOS */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* Improve touch responsiveness */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.navbar-mobile .dropdown > a i {
  transition: transform 0.3s ease;
}

/* Active sınıfı kaldırıldı */

.navbar-mobile .dropdown ul.dropdown-active {
  display: block !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: visible !important;
  animation: slideDown 0.3s ease forwards;
  margin: 0 0 20px 0;
  padding: 10px 0;
  position: static !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* Mobile slider images */
@media (max-width: 768px) {
  .desktop-slider {
    display: none !important;
  }
  
  .mobile-slider {
    display: block !important;
    object-fit: cover;
    object-position: top;
    margin-top: 0;
    padding-top: 0;
  }
  
  /* Mobile slider container - start right after header */
  #hero {
    margin-top: 70px;
    padding-top: 0;
    top: 0;
    position: relative;
    height: calc(100vh - 70px);
    z-index: 1;
  }
  
  #hero .hero-slider {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    position: relative;
    height: 100%;
  }
  
  #hero .swiper-slide {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    position: relative;
    height: 100%;
    background: none !important;
  }
  
  #hero .hero-image {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    position: absolute;
    height: 100%;
  }
  
  #hero .hero-image img {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  
  /* Mobile slider - remove overlay */
  #hero .swiper-slide:before {
    display: none !important;
  }
  
  /* Mobile hero - remove main overlay */
  #hero:before {
    display: none !important;
  }
  
  /* Mobile hero - transparent background */
  #hero {
    background: transparent !important;
  }
  
  /* Tüm slider slide'ları için tutarlı konumlandırma */
  .swiper-slide .hero-content,
  .swiper-slide .hero-container {
    position: absolute !important;
    bottom: 120px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 10 !important;
  }
  
  /* Mobile header - remove transparency */
  #header {
    background: rgba(52, 59, 64, 1) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  
  #header.header-transparent {
    background: rgba(52, 59, 64, 1) !important;
  }
  
  #header.header-scrolled {
    background: rgba(52, 59, 64, 1) !important;
  }
  
  /* Mobile hero section - start after header */
  #hero {
    padding-top: 0;
    margin-top: 70px;
    z-index: 1;
    position: relative;
  }
  
  /* Mobile slider container positioning */
  #hero .hero-slider {
    margin-top: 0;
    padding-top: 0;
  }
  
  /* Mobile slider images positioning */
  #hero .swiper-slide {
    margin-top: 0;
    padding-top: 0;
  }
  
  #hero .hero-image {
    top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  
  #hero .hero-image img {
    margin-top: 0;
    padding-top: 0;
  }
  
  /* Mobile hero buttons - make sure they are visible */
  #hero .btn-get-started {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
    position: relative;
    font-size: 12px !important;
    padding: 10px 20px !important;
    letter-spacing: 0.5px !important;
    border-radius: 25px !important;
  }
  
  #hero .hero-content {
    z-index: 10;
    position: absolute !important;
    bottom: 120px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  
  #hero .hero-container {
    bottom: 120px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    position: absolute !important;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .desktop-slider {
    display: block !important;
  }
  
  .mobile-slider {
    display: none !important;
  }
}

#hero .hero-slider {
  width: 100%;
  height: 100vh;
}

#hero .swiper-slide {
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.8), rgba(236, 28, 36, 0.8));
  background-size: cover;
  background-position: center;
  position: relative;
}

#hero .swiper-slide:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 0 50px;
}

#hero .hero-content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  text-align: center;
}

#hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

@media (max-width: 768px) {
  #hero .hero-container {
    padding: 0;
    margin: 0;
  }
  
  #hero .hero-content {
    padding: 0;
    margin: 0;
    max-width: 100%;
    bottom: 120px;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
  }
  
  #hero h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  
  #hero h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  
  #hero .btn-get-started {
    font-size: 14px;
    padding: 15px 30px;
  }
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  background: linear-gradient(45deg, #ffffff, #f8f8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.4px;
  }
}

@media (max-width: 480px) {
  #hero h1 {
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: 0.3px;
  }
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 50px;
  margin: 0;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#hero .btn-get-started:hover {
  background: #EC1C24;
  border: 2px solid #EC1C24;
}

/* Hero Slider Navigation */
#hero .swiper-button-next,
#hero .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
}

#hero .swiper-button-next:after,
#hero .swiper-button-prev:after {
  font-size: 20px;
}

#hero .swiper-button-next:hover,
#hero .swiper-button-prev:hover {
  background: rgba(236, 28, 36, 0.8);
}

#hero .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

#hero .swiper-pagination-bullet-active {
  background: #EC1C24;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}


#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #EC1C24;
}

#about .about-container .icon-box .icon i {
  color: #EC1C24;
  font-size: 24px;
  line-height: 0;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #EC1C24;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #EC1C24;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #EC1C24;
}

#services .box:hover .icon i {
  color: #EC1C24;
}

#services .box:hover .icon a {
  color: #EC1C24;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

#call-to-action::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

#call-to-action .container {
  position: relative;
  z-index: 2;
}

.catalog-content {
  padding-right: 15px;
}

#call-to-action .cta-title {
  color: #2c3e50;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

#call-to-action .cta-text {
  color: #5a6c7d;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.catalog-features {
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2c3e50;
}

.feature-item i {
  color: #28a745;
  font-size: 18px;
  margin-right: 10px;
}

.catalog-image {
  text-align: center;
  position: relative;
}

.catalog-image img {
  max-width: 80%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.catalog-image:hover img {
  transform: translateY(-5px);
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #EC1C24;
  color: #EC1C24;
  text-decoration: none;
  background: transparent;
  position: relative;
  overflow: hidden;
}

#call-to-action .cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

#call-to-action .cta-btn:hover {
  background: #EC1C24;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

#call-to-action .cta-btn:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  #call-to-action {
    padding: 30px 0;
  }
  
  .catalog-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  
  #call-to-action .cta-title {
    font-size: 28px;
  }
  
  #call-to-action .cta-text {
    font-size: 16px;
  }
  
  .catalog-image img {
    max-width: 70%;
  }
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 18px 14px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666666;
  margin: 0 5px 10px 5px;
  transition: all ease-in-out 0.3s;
  background: white;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #EC1C24;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #EC1C24;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #a4ebd4;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #EC1C24;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EC1C24;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(102, 102, 102, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #EC1C24;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #EC1C24;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 18px;
  background: #333;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#contact .social-links a i {
  line-height: 0;
}

#contact .social-links a:hover {
  background: #EC1C24;
  color: #fff;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #EC1C24;
}

#contact .php-email-form button[type=submit] {
  background: #EC1C24;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #51d8ad;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Contact Hero */
.contact-hero {
  text-align: center;
  padding: 80px 0 60px 0;
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  color: #fff;
  margin: -80px -15px 60px -15px;
  border-radius: 0 0 30px 30px;
}

.contact-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero p {
  font-size: 20px;
  font-weight: 300;
  opacity: 0.9;
}

/* Contact Info Section */
.contact-info-section {
  margin-bottom: 80px;
}

.contact-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(236, 28, 36, 0.1);
  height: 100%;
}

.contact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-box .contact-icon {
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 25px auto;
}

.contact-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.contact-box p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact-box a {
  color: #EC1C24;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.contact-box a:hover {
  color: #ff4757;
}

/* Addresses Section */
.addresses-section {
  margin-bottom: 80px;
}

.addresses-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}

.addresses-section h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  border-radius: 2px;
}

.address-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(236, 28, 36, 0.1);
  height: 100%;
}

.address-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.address-header {
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.address-header i {
  font-size: 24px;
}

.address-header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.address-content {
  padding: 25px;
}

.address-content p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

/* Map Section */
.map-section {
  margin-bottom: 60px;
}

.map-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.map-section h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  border-radius: 2px;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(236, 28, 36, 0.1);
}

/* Representatives Section */
.representatives {
  background: #f8f9fa;
  padding: 80px 0;
}

.representatives-slider {
  padding: 20px 0;
}

.representative-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(236, 28, 36, 0.1);
  height: 220px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.representative-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.representative-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Fair logo özel arka plan */
.representative-item:has(img[alt*="Fair"]) {
  background: #2c2c2c;
}

.representative-item:has(img[alt*="Fair"]) img {
  filter: brightness(0) invert(1);
}

/* Representatives Slider Navigation */
.representatives-slider .swiper-button-next,
.representatives-slider .swiper-button-prev {
  color: #EC1C24;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: -25px;
}

.representatives-slider .swiper-button-next:after,
.representatives-slider .swiper-button-prev:after {
  font-size: 20px;
}

.representatives-slider .swiper-button-next:hover,
.representatives-slider .swiper-button-prev:hover {
  background: #EC1C24;
  color: #fff;
}

.representatives-slider .swiper-pagination-bullet {
  background: rgba(236, 28, 36, 0.3);
  opacity: 1;
}

.representatives-slider .swiper-pagination-bullet-active {
  background: #EC1C24;
}

/* Dropdown Menu */
.navbar ul li.dropdown {
  position: relative;
}

.navbar ul li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: all 0.3s ease;
}

.navbar ul li.dropdown > a:hover {
  color: #EC1C24;
}

.navbar ul li.dropdown > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  z-index: 1;
}

.navbar ul li.dropdown:hover > a::after {
  transform: scaleX(1);
}

.navbar ul li.dropdown ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  background: #fff;
  width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(236, 28, 36, 0.1);
  overflow: hidden;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.navbar ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.navbar ul li.dropdown ul li {
  display: block;
  width: 100%;
}

.navbar ul li.dropdown ul li a {
  display: block;
  padding: 18px 35px;
  color: #333;
  text-decoration: none;
  border-right: 3px solid #EC1C24;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar ul li.dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #f8f9fa !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar ul li.dropdown ul li:last-child a {
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar ul li.dropdown ul li a::after {
  display: none !important;
}

.navbar ul li.dropdown ul li a::before {
  display: none !important;
}

.navbar ul li.dropdown ul li:nth-child(odd) a {
  border-right: 3px solid #EC1C24;
}

.navbar ul li.dropdown ul li:nth-child(even) a {
  border-right: none;
}

.navbar ul li.dropdown ul li a:hover {
  background: linear-gradient(135deg, #EC1C24 0%, #ff4757 100%);
  color: #fff;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(236, 28, 36, 0.3);
}

.navbar ul li.dropdown ul li a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fff;
  display: block !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*--------------------------------------------------------------
# Contact Page Styles
--------------------------------------------------------------*/

/* Contact Hero */
.contact-hero {
  text-align: center;
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('../../public/iletisim.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  border-radius: 15px;
  position: relative;
}

.contact-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-hero p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Contact Info Section */
.contact-info-section {
  margin-bottom: 60px;
}

.contact-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.contact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #EC1C24 0%, #ff4757 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.contact-box:hover .contact-icon {
  transform: scale(1.1);
}

.contact-icon i {
  font-size: 2rem;
  color: #fff;
}

.contact-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.contact-box p {
  color: #666;
  margin: 0;
  font-size: 1rem;
}

.contact-box p a {
  color: #EC1C24;
  text-decoration: none;
  font-weight: 500;
}

.contact-box p a:hover {
  color: #ff4757;
}

/* Addresses Section */
.addresses-section {
  margin-bottom: 60px;
}

.addresses-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

.address-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.address-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.address-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.address-header i {
  font-size: 2rem;
  color: #EC1C24;
  margin-right: 15px;
}

.address-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.address-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

/* Contact Form Section */
.contact-form-section {
  margin-bottom: 60px;
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
}

.contact-form-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

.php-email-form {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.php-email-form .form-group {
  margin-bottom: 25px;
}

.php-email-form input,
.php-email-form textarea {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #EC1C24;
  box-shadow: 0 0 0 3px rgba(236, 28, 36, 0.1);
  background: #fff;
  outline: none;
}

.php-email-form button {
  background: linear-gradient(135deg, #EC1C24 0%, #ff4757 100%);
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.php-email-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(236, 28, 36, 0.3);
}

/* Social Media Section */
.social-section {
  margin-bottom: 60px;
}

.social-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

.social-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.social-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.social-box:hover .social-icon {
  transform: scale(1.1);
}

.social-icon i {
  font-size: 2rem;
  color: #fff;
}

.social-icon.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.social-icon.instagram {
  background: linear-gradient(135deg, #E4405F 0%, #C13584 100%);
}

.social-icon.facebook {
  background: linear-gradient(135deg, #1877F2 0%, #0A5FCC 100%);
}

.social-box h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.social-box p {
  color: #666;
  margin: 0;
  font-size: 1rem;
}

.social-box p a {
  color: #EC1C24;
  text-decoration: none;
  font-weight: 500;
}

.social-box p a:hover {
  color: #ff4757;
}

/* Map Section */
.map-section {
  margin-bottom: 60px;
}

.map-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

.map-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
  border: none;
  width: 100%;
  height: 400px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2rem;
  }
  
  .contact-hero p {
    font-size: 1rem;
  }
  
  .contact-form-section h2,
  .addresses-section h2,
  .social-section h2,
  .map-section h2 {
    font-size: 2rem;
  }
  
  .php-email-form {
    padding: 30px 20px;
  }
  
  .contact-box,
  .address-card,
  .social-box {
    padding: 30px 20px;
  }
}

/* Contact Hero Section */
.contact-hero-section {
  width: 100%;
  height: 50vh;
  position: relative;
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.1), rgba(236, 28, 36, 0.1)), url('../../public/iletisim.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 92px;
}

.contact-hero-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.contact-hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.contact-hero-content h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  background: linear-gradient(45deg, #ffffff, #f8f8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-content p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contact-hero-section {
    height: calc(40vh - 70px);
    margin-top: 70px;
    padding-top: 0;
    z-index: 1;
    position: relative;
  }
  
  .contact-hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .contact-hero-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* Page Hero Section - Genel iç sayfalar için */
.page-hero-section {
  width: 100%;
  height: 50vh;
  position: relative;
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.8), rgba(236, 28, 36, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 92px;
}

.page-hero-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.page-hero-content h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  background: linear-gradient(45deg, #ffffff, #f8f8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero-content p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page-hero-section {
    height: auto;
    min-height: calc(60vh - 70px);
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
  }
  
  .page-hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .page-hero-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Logo Grid Styles
--------------------------------------------------------------*/

/* 5 kolon için özel grid sınıfı */
.col-lg-5-cols {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991.98px) {
  .col-lg-5-cols {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767.98px) {
  .col-lg-5-cols {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.logo-item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.logo-item img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

/* Fair logo özel arka plan */
.logo-item:has(img[alt="Fair"]) {
  background: #2c2c2c;
}

.logo-item:has(img[alt="Fair"]) img {
  filter: brightness(0) invert(1);
}

/* Ana sayfa slider kutuları için aynı boyut */
.representative-item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.representative-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.representative-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* Ana sayfa Fair logo özel arka plan */
.representative-item:has(img[alt="Fair"]) {
  background: #2c2c2c;
}

.representative-item:has(img[alt="Fair"]) img {
  filter: brightness(0) invert(1);
}

/* Modern Address Grid Design */
.addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.address-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #EC1C24;
}

.address-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: #ff4757;
}

.address-icon {
  background: linear-gradient(135deg, #EC1C24, #ff4757);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.address-icon i {
  font-size: 20px;
}

.address-info h3 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.address-info p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* Hero Background with Contact Overlay */
.contact-hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), 
              url('public/iletisim.jpeg') center/cover no-repeat;
  z-index: 1;
}

.contact-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 80px 0 20px 0;
  justify-content: flex-end;
}

.contact-info-overlay {
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 50px;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}

.contact-info-overlay h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-item-overlay {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.contact-item-overlay:last-child {
  border-bottom: none;
}

.contact-icon-overlay {
  background: #EC1C24;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon-overlay i {
  font-size: 18px;
}

.contact-text h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-text p {
  color: #fff;
  line-height: 1.6;
  margin: 5px 0;
  font-size: 0.95rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-text strong {
  color: #EC1C24;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Full Width Map */
.map-section {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.map-wrapper {
  width: 100%;
}

.map-wrapper iframe {
  width: 100% !important;
  height: 500px !important;
  border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-hero-section {
    height: auto;
    min-height: calc(100vh - 70px);
    margin-top: 70px;
    padding-top: 20px;
    top: 0;
    position: relative;
    z-index: 1;
  }
  
  .contact-overlay {
    padding: 20px 0 40px 0;
    align-items: center;
    padding-top: 10px;
  }
  
  .contact-info-overlay {
    margin: 15px;
    margin-right: 15px;
    padding: 20px;
    max-width: none;
    width: calc(100% - 30px);
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  
  .contact-info-overlay h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .contact-item-overlay {
    flex-direction: column;
    text-align: center;
    margin-bottom: 18px;
    padding: 12px 0;
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  
  /* Ardışık bloklar arasında ek üst boşluk */
  .contact-item-overlay + .contact-item-overlay {
    margin-top: 10px;
  }
  
  .contact-icon-overlay {
    margin: 0 auto 10px auto;
    width: 40px;
    height: 40px;
  }
  
  .contact-icon-overlay i {
    font-size: 16px;
  }
  
  .contact-text h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .contact-text p {
    font-size: 0.85rem;
    margin: 3px 0;
  }
}

@media (max-width: 576px) {
  .contact-overlay {
    padding-top: 15px;
  }
  
  .contact-info-overlay {
    margin: 10px;
    margin-right: 10px;
    padding: 15px;
    max-width: none;
    width: calc(100% - 20px);
  }
  
  .contact-info-overlay h1 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  
  .contact-item-overlay {
    margin-bottom: 14px;
    padding: 10px 0;
  }
  
  /* Ardışık bloklar arasında ek üst boşluk (sm) */
  .contact-item-overlay + .contact-item-overlay {
    margin-top: 8px;
  }
  
  .contact-icon-overlay {
    width: 35px;
    height: 35px;
    margin: 0 auto 8px auto;
  }
  
  .contact-icon-overlay i {
    font-size: 14px;
  }
  
  .contact-text h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }
  
  .contact-text p {
    font-size: 0.8rem;
    margin: 2px 0;
  }
  
  .map-wrapper iframe {
    height: 400px !important;
  }
}

@media (max-width: 480px) {
  .contact-overlay {
    padding-top: 10px;
  }
  
  .contact-info-overlay {
    margin: 8px;
    margin-right: 8px;
    padding: 12px;
    max-width: none;
    width: calc(100% - 16px);
  }
  
  .contact-info-overlay h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  
  .contact-item-overlay {
    margin-bottom: 12px;
    padding: 8px 0;
  }
  
  /* Ardışık bloklar arasında ek üst boşluk (xs) */
  .contact-item-overlay + .contact-item-overlay {
    margin-top: 6px;
  }
  
  .contact-icon-overlay {
    width: 32px;
    height: 32px;
    margin: 0 auto 6px auto;
  }
  
  .contact-icon-overlay i {
    font-size: 12px;
  }
  
  .contact-text h3 {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
  
  .contact-text p {
    font-size: 0.75rem;
    margin: 1px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section Description Fix
--------------------------------------------------------------*/
.page-hero-content p {
  text-transform: none !important;
}

/*--------------------------------------------------------------
# Hero Stats Section - Minimal Design
--------------------------------------------------------------*/
.hero-stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.hero-stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  min-width: 120px;
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(10px);
}

.hero-stat-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.hero-stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 10px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.hero-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design for Hero Stats */
@media (max-width: 768px) {
  .hero-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 40px;
    padding: 0 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-stat-box {
    min-width: auto;
    padding: 20px 15px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  
  .hero-stat-number {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  
  .hero-stat-label {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .hero-stats-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
    padding: 0 15px;
    max-width: 100%;
  }
  
  .hero-stat-box {
    min-width: auto;
    padding: 15px 10px;
    width: 100%;
    height: 100px;
    margin: 0;
  }
  
  .hero-stat-number {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  
  .hero-stat-label {
    font-size: 0.65rem;
    line-height: 1.1;
  }
}

/*--------------------------------------------------------------
# Values Section - Card Design
--------------------------------------------------------------*/
.values {
  padding-top: 80px;
}

.value-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.value-box .icon {
  width: 50px;
  height: 50px;
  background: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.value-box:hover .icon {
  transform: scale(1.03);
}

.value-box .icon i {
  font-size: 1.2rem;
  color: #ffffff;
}

.value-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
}

.value-box p {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

/* Responsive Design for Values */
@media (max-width: 768px) {
  .value-box {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  
  .value-box .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
  
  .value-box .icon i {
    font-size: 1.1rem;
  }
  
  .value-box h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .value-box p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .value-box {
    padding: 18px 12px;
    margin-bottom: 20px;
  }
  
  .value-box .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  
  .value-box .icon i {
    font-size: 1rem;
  }
  
  .value-box h4 {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  
  .value-box p {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# Mission Vision Section - Modern Design
--------------------------------------------------------------*/
.mission-vision {
  background: #f8f9fa;
  padding: 80px 0;
}

.mission-vision-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mission-vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.mission-card {
  border-left: 4px solid #dc2626;
}

.vision-card {
  border-left: 4px solid #dc2626;
}

.card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.card-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.card-content {
  padding: 30px;
}

.card-content p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

/* Responsive Design for Mission Vision */
@media (max-width: 768px) {
  .mission-vision {
    padding: 60px 0;
  }
  
  .card-header {
    padding: 25px 20px;
    text-align: center;
  }
  
  .card-header h3 {
    font-size: 1.2rem;
  }
  
  .card-content {
    padding: 25px 20px;
  }
  
  .card-content p {
    font-size: 0.9rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .mission-vision {
    padding: 50px 0;
  }
  
  .card-header {
    padding: 20px 15px;
  }
  
  .card-header h3 {
    font-size: 1.1rem;
  }
  
  .card-content {
    padding: 20px 15px;
  }
  
  .card-content p {
    font-size: 0.85rem;
  }
}

/*--------------------------------------------------------------
# Language Selector
--------------------------------------------------------------*/
.language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}

.language-option {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-option:hover {
  border-color: #EC1C24;
  box-shadow: 0 2px 8px rgba(236, 28, 36, 0.3);
  transform: none;
}

.language-option.active {
  border-color: #EC1C24;
  box-shadow: 0 0 0 2px rgba(236, 28, 36, 0.2);
}



.flag-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  image-rendering: auto;
  image-rendering: smooth;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.language-option a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.language-option a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
  image-rendering: smooth;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Mobile Language Selector */
@media (max-width: 991px) {
  .language-selector {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1001;
  }
  
  .language-option {
    width: 36px;
    height: 36px;
  }
  
  /* Hide language selector when mobile menu is open */
  .navbar-mobile .language-selector {
    display: none;
  }
}

/* Mobile Language Selector - Very small screens */
@media (max-width: 576px) {
  .language-selector {
    right: 50px;
  }
  
  .language-option {
    width: 36px;
    height: 36px;
  }
}