/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Factory Press      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles
22. Modern Service Cards styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/animate.min.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
@import url(../assets/nouislider/nouislider.css);
@import url(../assets/nouislider/nouislider.pips.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);

/* ==============================
   2. CSS VARIABLES & ROOT
   ============================== */

:root {
    /* ===== RENK PALETİ ===== */
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-bright: #FFD700;
    --gold-antique: #8B6914;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    
    /* ===== METİN RENKLERİ ===== */
    --text-dark: #1A1A1A;
    --text-secondary: #2D2D2D;
    --text-muted: #4A4A4A;
    --white: #FFFFFF;
    --black: #000000;
    
    /* ===== ARKA PLAN RENKLERİ ===== */
    --bg-light: #F5F5F5;
    --brown-warm: #8B4513;
    --brown-peru: #CD853F;
    --slate-dark: #2F4F4F;
    
    /* ===== GRAY SCALE ===== */
    --gray-900: #111827;
    --gray-800: #1f2937;
    --gray-700: #374151;
    --gray-600: #4b5563;
    --gray-500: #6b7280;
    --gray-400: #9ca3af;
    --gray-300: #d1d5db;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    --gray-50: #f9fafb;
    
    /* ===== GÖLGELER ===== */
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    
    /* ===== HEADER RENKLERİ ===== */
    --primary: var(--gold-primary);
    --primary-dark: var(--gold-dark);
    --menu-color: var(--gold-primary);
    --menu-hover: var(--gold-dark);
    --dark: #0f172a;
    
    /* ===== TRANSITION DEĞİŞKENLERİ ===== */
    --transition-fast: all 0.3s ease;
    --transition-normal: all 0.5s ease;
    --transition-slow: all 0.7s ease;
    
    /* ===== FONT DEĞİŞKENLERİ ===== */
    --font-primary: 'Roboto', sans-serif;
    --font-secondary: 'Roboto Condensed', sans-serif;
    
    /* ===== BORDER RADIUS ===== */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;
}

/* ==============================
   3. UTILITY CLASSES & COMMON STYLES
   ============================== */

/* Transition Utility Classes */
.transition-fast { transition: var(--transition-fast); }
.transition-normal { transition: var(--transition-normal); }
.transition-slow { transition: var(--transition-slow); }

/* Animation Utility Classes */
.animate-3 { transition: var(--transition-fast); }
.animate-5 { transition: var(--transition-normal); }
.animate-7 { transition: var(--transition-slow); }

.animate-3-all * { transition: var(--transition-fast); }
.animate-5-all * { transition: var(--transition-normal); }
.animate-7-all * { transition: var(--transition-slow); }

/* Common Overlay Styles */
.overlay-base {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: var(--transition-normal);
    opacity: 0;
}

.overlay-dark {
    background: rgba(1, 47, 93, 0.8);
    border-bottom: 3px solid var(--gold-primary);
}

.overlay-light {
    background: rgba(255, 255, 255, 0.6);
}

/* Common Box Styles */
.box-center {
    display: table;
    width: 100%;
    height: 100%;
}

.box-content-center {
    display: table-cell;
    vertical-align: center;
    text-align: center;
}

.box-content-bottom {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

/* Common Hover Effects */
.hover-scale:hover {
    transform: scale(1.1);
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.hover-lift-sm:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Common Icon Styles */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue-primary), var(--gold-primary));
    color: var(--white);
    transition: var(--transition-normal);
}

.icon-circle:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--gold-primary), var(--blue-primary));
}

/* Common Card Styles */
.card-base {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    overflow: hidden;
}

.card-base:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-5px);
}

/* Common Form Styles */
.form-input-base {
    width: 100%;
    border: 2px solid var(--gray-200);
    outline: none;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition-fast);
    font-family: var(--font-primary);
}

.form-input-base:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Common List Styles */
.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Common Text Styles */
.text-gradient {
    background: linear-gradient(135deg, var(--blue-primary), var(--gold-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Common Background Styles */
.bg-gradient-primary {
    background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
}

.bg-gradient-gold {
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
}

/* Common Border Styles */
.border-gradient {
    border: 2px solid transparent;
    background: linear-gradient(var(--white), var(--white)) padding-box,
                linear-gradient(135deg, var(--blue-primary), var(--gold-primary)) border-box;
}

/* Common Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.6s ease forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.6s ease forwards;
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Responsive Utility Classes */
@media (max-width: 1200px) {
    .hide-xl { display: none !important; }
}

@media (max-width: 992px) {
    .hide-lg { display: none !important; }
}

@media (max-width: 768px) {
    .hide-md { display: none !important; }
}

@media (max-width: 576px) {
    .hide-sm { display: none !important; }
}

/* ==============================
   4. Global styles
   ============================== */
body {
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 26px;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.pl-30 {
  padding-left: 30px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.thm-btn {
  border: none;
  outline: none;
  background: var(--gold-primary);
  font-size: 16px;
  line-height: 65px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font-secondary);
  display: inline-block;
  transition: var(--transition-normal) !important;
  position: relative;
  padding: 0 33px;
}

.thm-btn:hover {
  background: #012f5d;
  color: #fff;
}

.thm-btn i {
  font-size: 14px;
  color: #fff;
}

.thm-btn.thm-blue-bg {
  background: #012f5d;
}

.thm-btn.thm-blue-bg:hover {
  background: #fbca00;
  color: #fff;
}

/* Bu sınıflar zaten yukarıda utility classes bölümünde tanımlandı */

.section-padding {
  padding: 80px 0;
}

.section-padding.page-title {
  padding-bottom: 30px;
}

.section-title {
  margin-bottom: 44px;
}

.section-title h2 {
  margin: 0;
}

.section-title h2 span {
  background: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 26px;
  font-weight: 500;
  color: #272727;
  padding: 10px 35px;
  padding-left: 0;
}

.section-title.text-center h2 span {
  padding: 5px 35px;
}

.accrodion-grp {
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}

.accrodion {
  border-bottom: 1px solid #F4F4F4;
  padding: 21px 20px;
}

.accrodion:last-child {
  border: none;
}

.accrodion h4,
.accrodion p {
  margin: 0;
  padding: 0;
}

.accrodion.active .accrodion-title h4:before {
  content: '\f068 ';
  background: #012f5d;
  color: #fbca00;
  height: 60px;
  line-height: 60px;
}

.accrodion .accrodion-title {
  cursor: pointer;
  position: relative;
}

.accrodion .accrodion-title h4 {
  font-size: 18px;
  font-weight: 500;
}

.accrodion .accrodion-title h4:before {
  content: '\f067 ';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 14px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  background: #F4F4F4;
  color: #9E9E9E;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
  margin-right: 15px;
}

.accrodion .accrodion-content {
  padding-left: 50px;
}

.accrodion .accrodion-content p {
  margin: 0;
  margin-top: -10px;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: 300;
  line-height: 26px;
}

.page-navigation {
  margin-top: 50px;
}

.page-navigation li {
  display: inline;
}

.page-navigation li a,
.page-navigation li span {
  width: 46px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  color: #CDCDCD;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  margin-right: 5px;
  text-align: center;
  transition: all .3s ease;
}

.page-navigation li a i,
.page-navigation li span i {
  font-size: 16px;
  color: #CDCDCD;
}

.page-navigation li span,
.page-navigation li a:hover {
  background: #FF8C04;
  color: #fff;
  border-color: #FF8C04;
}

.home-google-map .google-map {
  width: 100%;
  height: 500px;
}

.mixit-gallery .mix {
  display: none;
}

ul.gallery-filter li:hover span,
ul.gallery-filter li.active span {
  background: #012f5d;
  color: #fbca00;
  border-color: #012f5d;
}

ul.gallery-filter li span {
  display: block;
  font-size: 16px;
  color: #9E9E9E;
  font-weight: 500;
  border: 1px solid #F4F4F4;
  line-height: 48px;
  padding-left: 19px;
  padding-right: 19px;
  transition: all 0.5s ease;
  cursor: pointer;
  background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}

ul.post-pagination li:hover a,
ul.post-pagination li.active a {
  background: #012f5d;
  color: #fbca00;
  border-color: #012f5d;
}

ul.post-pagination li a {
  display: block;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  border: 1px solid #F4F4F4;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s ease;
  cursor: pointer;
  background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}

/* ==============================
   3. Header styles
   ============================== */

header.header {
  padding-top: 30px;
  padding-bottom: 25px;
}

header.header .logo {
  position: relative;
}

/* header.header .logo:before - Yorumlanmış kod kaldırıldı */

header.header .single-header-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 75px;
}

header.header .single-header-right:first-child {
  margin-left: 0;
}

header.header .single-header-right .icon-box,
header.header .single-header-right .content-box {
  display: table-cell;
  vertical-align: middle;
}

header.header .single-header-right .icon-box {
  width: 40px;
  text-align: center;
}

header.header .single-header-right .icon-box i {
  font-size: 38px;
  color: #13314C;
  position: relative;
  top: 5px;
}

header.header .single-header-right .content-box {
  padding-left: 15px;
}

header.header .single-header-right .content-box b {
  font-size: 20px;
  color: #40454A;
  font-size: 16px;
  color: #40454A;
  margin: 0;
  font-weight: normal;
}

header.header .single-header-right .content-box p {
  font-size: 16px;
  color: #40454A;
  margin: 0;
}

header.header .single-header-right .icon-btn {
  background: none;
  outline: none;
  border: none;
  background: #F5F5F5;
  width: 65px;
  height: 65px;
  color: #272727;
  font-size: 30px;
  line-height: 63px;
  border: 1px solid #F5F3F3;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  text-align: center;
}

header.header .single-header-right .icon-btn+.tooltip>.tooltip-inner {
  background-color: #fbca00;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 0;
}

header.header .single-header-right .icon-btn+.tooltip>.tooltip-inner:before {
  content: '\f0ed';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

header.header .single-header-right .icon-btn+.tooltip.top .tooltip-arrow {
  border-top-color: #fbca00;
  margin-left: -15px;
  border-width: 15px 15px 0;
}

header.header .single-header-right .thm-btn {
  display: inline-block;
  vertical-align: top;
}

.mainmenu-wrapper {
  background: #1E1E1E;
}

.mainmenu-wrapper.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mainmenu-wrapper.stricky-fixed.static {
  position: relative;
}

.mainmenu-wrapper .nav-header {
  background: #1E1E1E;
}

.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
  display: inline-block;
}

.mainmenu-holder .nav-header>ul,
.mainmenu-holder .nav-footer>ul,
.mainmenu-holder .nav-header>ul>li,
.mainmenu-holder .nav-footer>ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu-holder .nav-footer>ul>li,
.mainmenu-holder .nav-header>ul>li {
  display: inline-block;
}

.mainmenu-holder .nav-header>ul>li {
  position: relative;
  line-height: 50px;
  padding: 15px 0;
  margin-left: -4px;
}

.mainmenu-holder .nav-header>ul>li>a {
  display: block;
  color: var(--white);
  font-size: 16px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  padding: 0 26px;
  transition: var(--transition-fast);
  letter-spacing: .04em;
  font-weight: bold;
  position: relative;
}

.mainmenu-holder .nav-header>ul>li>a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  background: url(../img/resources/menu-border.png) center center no-repeat;
}

.mainmenu-holder .nav-header>ul>li:last-child>a:before {
  display: none;
}

.mainmenu-holder .nav-header>ul>li.active>a {
  background: var(--gold-primary);
  color: var(--white) !important;
}

.mainmenu-holder .nav-header>ul>li.active>a:before {
  display: none;
}

.mainmenu-holder .nav-header>ul>li:hover>a {
  color: var(--gold-primary);
}

.mainmenu-holder .nav-header>ul>li>a i {
  font-size: 14px;
  line-height: 0;
}

.mainmenu-holder .nav-header>ul>li.dropdown>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 5px;
}

.mainmenu-holder .nav-header>ul>li>ul,
.mainmenu-holder .nav-header>ul>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 295px;
  background: var(--white);
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
  z-index: 9999;
}

.mainmenu-holder .nav-header>ul>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.mainmenu-holder .nav-header>ul>li:hover>ul,
.mainmenu-holder .nav-header>ul>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.mainmenu-holder .nav-header>ul>li>ul li {
  display: block;
  position: relative;
  line-height: 50px;
}

.mainmenu-holder .nav-header>ul>li>ul li:last-child {
  border-bottom: 0;
}

.mainmenu-holder .nav-header>ul>li>ul li a {
  display: block;
  text-align: left;
  color: #272727;
  font-size: 16px;
  text-transform: none;
  padding: 0px 23px;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #F4F4F4;
  font-weight: bold;
}

.mainmenu-holder .nav-header>ul>li>ul li:hover>a {
  background: var(--gold-primary);
  color: var(--white);
}

.mainmenu-holder .nav-header .navigation .dropdown-expander {
  width: 35px;
  height: 35px;
  background: var(--gold-primary);
  color: var(--blue-primary);
  border: none;
  outline: none;
  line-height: 35px;
  position: absolute;
  top: 7px;
  right: 20px;
}

.mainmenu-holder .nav-footer {
  margin-left: 20px;
}

.mainmenu-holder .nav-footer>ul>li {
  position: relative;
  padding-bottom: 10px;
}

.mainmenu-holder .nav-footer>ul>li>button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: none;
  color: #fff;
  background: #fbca00;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

.mainmenu-holder .nav-footer>ul>li>button:hover {
  background: var(--gold-primary);
  color: var(--white);
  border-color: var(--gold-primary);
}

.mainmenu-holder .nav-footer>ul>li>button i.fa-search {
  position: relative;
  top: -2px;
}

.mainmenu-holder .nav-footer>ul>li .search-box {
  position: absolute;
  width: 250px;
  background: var(--gold-primary);
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.mainmenu-holder .nav-footer>ul>li:hover .search-box {
  opacity: 1;
  visibility: visible;
}

.mainmenu-holder .nav-footer>ul>li .search-box form {
  background: #fff;
}

.mainmenu-holder .nav-footer>ul>li .search-box li {
  list-style: none;
}

.mainmenu-holder .nav-footer>ul>li .search-box li input {
  width: 78%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
}

.mainmenu-holder .nav-footer>ul>li .search-box li button {
  background: none;
  outline: none;
  color: #A9A9A9;
  border: none;
  width: 30px;
  height: 40px;
  margin-right: 5px;
}

.mainmenu-wrapper .search-box {
  width: 330px;
  padding: 15px 0;
}

.mainmenu-wrapper .search-box form {
  width: 100%;
  height: 50px;
  border: 1px solid #2A2A2A;
  background: #252525;
}

.mainmenu-wrapper .search-box form input {
  border: none;
  outline: none;
  text-transform: none;
  background-color: transparent;
  width: 70%;
  float: left;
  line-height: 48px;
  color: var(--gold-primary);
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  height: 100%;
}

.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
  color: var(--gold-primary);
}

.mainmenu-wrapper .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--gold-primary);
}

.mainmenu-wrapper .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gold-primary);
}

.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
  color: var(--gold-primary);
}

.mainmenu-wrapper .search-box form button {
  background: none;
  outline: none;
  border: none;
  background: var(--gold-primary);
  width: 50px;
  height: 100%;
  color: var(--white);
  float: right;
}

/* ==============================
   4. Slider styles
   ============================== */
.rev_slider_wrapper .factory-caption-h1 {
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
}

.rev_slider_wrapper .factory-caption-p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}

.rev_slider_wrapper .thm-btn {
  font-size: 14px;
  line-height: 55px;
  padding: 0px 39px;
}

.rev_slider_wrapper .tparrows {
  width: 60px;
  height: 60px;
  border: 3px solid var(--white);
  font-size: 18px;
  line-height: 54px;
  color: var(--white);
  background: transparent;
  visibility: visible !important;
  opacity: 2 !important;
  margin-top: -80px;
  transition: var(--transition-normal);
}

.rev_slider_wrapper .tparrows:before {
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

.rev_slider_wrapper .tparrows:hover {
  background: var(--blue-primary);
  border-color: var(--blue-primary);
}

.call-to-action {
  background: rgba(1, 47, 93, 0.9);
  background: rgba(30, 30, 30, 0.9);
  padding: 33px 0;
  position: relative;
  z-index: 9;
  margin-top: -101px;
}

.call-to-action.no-margin {
  margin: 0;
  background: var(--blue-primary);
}

.call-to-action p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}

.call-to-action p a {
  color: var(--gold-primary);
  text-decoration: underline;
}

/* ==============================
   5. Our Services styles
   ============================== */
.our-services h3,
.our-services p {
  margin: 0;
}

.our-services h3 {
  font-size: 18px;
  color: #272727;
  font-weight: 500;
  line-height: 26px;
}

.our-services p {
  font-size: 16px;
  font-weight: 300;
  color: #9e9e9e;
  line-height: 26px;
}

.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}

.our-services .single-our-service h3 {
  font-size: 22px;
  margin-top: 17px;
  margin-bottom: 11px;
}

.our-services .single-our-service .img-box {
  position: relative;
}

.our-services .single-our-service .img-box:hover .overlay {
  opacity: 1;
}

.our-services .single-our-service .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 23, 45, 0.8);
  border-bottom: 3px solid var(--gold-primary);
  opacity: 0;
  transition: var(--transition-normal);
}

.our-services .single-our-service .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.our-services .single-our-service .img-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.our-services .single-our-service .img-box .overlay .box .box-content a {
  color: var(--blue-primary);
  text-transform: uppercase;
  background: var(--gold-primary);
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  padding: 0 55px;
  position: relative;
  top: 3px;
  transition: var(--transition-normal);
}

.our-services .single-our-service .img-box .overlay .box .box-content a:before,
.our-services .single-our-service .img-box .overlay .box .box-content a:after {
  content: '';
  background: var(--gold-primary);
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: var(--transition-normal);
}

.our-services .single-our-service .img-box .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}

.our-services .single-our-service .img-box .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}

.our-services .single-our-service-caption-box {
  padding-top: 40px;
}

.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}

.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}

.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}

.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}

.single-service-page .img-box img:first-child {
  margin-right: 2px;
}

.single-service-page .content-box p {
  font-size: 18px;
  color: #9E9E9E;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 300;
}

.single-service-page .content-box p:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}

.single-service-page .two-col-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}

.single-service-page .two-col-content .img-box img {
  margin-bottom: 10px;
}

.single-service-page .two-col-content .content-box p,
.single-service-page .two-col-content .content-box p:last-child {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 22px;
}

.single-service-page .two-col-content .content-box p:last-child {
  margin-bottom: 0;
}

.single-service-page .two-col-img-box .box-left {
  width: 54%;
  float: left;
}

.single-service-page .two-col-img-box .box-right {
  width: 44.8%;
  float: right;
  margin-left: 10px;
}

.single-service-page .two-col-img-box img {
  margin-bottom: 10px;
}

.single-service-page .video-box {
  position: relative;
}

.single-service-page .video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s ease;
}

.single-service-page .video-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-service-page .video-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: middle;
}

.single-service-page .video-box .overlay .box .box-content a {
  font-size: 62px;
  color: #fff;
  display: inline-block;
}

.single-service-page .video-box:hover .overlay {
  background: rgba(1, 47, 93, 0.5);
}

.single-service-page .single-our-feature {
  padding: 20px 15px !important;
  margin: 0 !important;
}

.single-service-page .single-our-feature .icon-box:before {
  transition: all 0.5s ease;
}

.single-service-page .single-our-feature:hover {
  background: #012f5d;
}

.single-service-page .single-our-feature:hover .icon-box {
  transform: translate3d(0, 0px, 0) !important;
}

.single-service-page .single-our-feature:hover .icon-box:before {
  color: #fff !important;
}

.single-service-page .single-our-feature:hover h3,
.single-service-page .single-our-feature:hover p {
  transform: translate3d(0, 0px, 0) !important;
  color: #fff !important;
}

/* ==============================
   6. Our features styles
   ============================== */
.our-features {
  background: var(--blue-primary) url(../img/resources/ena-teknik-rulman-banner.jpg) center center no-repeat;
  position: relative;
}

.our-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 50, 91, 0.9);
}

.our-features.in-wrapper {
  background: none;
}

.our-features.in-wrapper:before {
  display: none;
}

.our-features.in-wrapper .container {
  background: #09325B;
}

.our-features .single-our-feature {
  text-align: center;
  color: var(--white);
  padding: 100px 0;
  position: relative;
  transition: var(--transition-normal);
}

.our-features .single-our-feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: var(--transition-normal);
  opacity: 0;
  border-bottom: 3px solid var(--gold-primary);
  overflow-y: hidden;
}

.our-features .single-our-feature .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(9, 29, 49, 0.9);
  opacity: 1;
  transition: var(--transition-normal);
}

.our-features .single-our-feature .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.our-features .single-our-feature .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.our-features .single-our-feature .overlay .box .box-content a {
  color: var(--blue-primary);
  text-transform: uppercase;
  background: var(--gold-primary);
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  padding: 0 55px;
  position: relative;
  top: 3px;
  transform: translate3d(0, 45px, 0);
  transition: var(--transition-normal);
}

.our-features .single-our-feature .overlay .box .box-content a:before,
.our-features .single-our-feature .overlay .box .box-content a:after {
  content: '';
  background: var(--gold-primary);
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: var(--transition-normal);
}

.our-features .single-our-feature .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}

.our-features .single-our-feature .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}

.our-features .single-our-feature .icon-box {
  width: 98px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 98px;
  line-height: 98px;
  margin-bottom: 36px;
  transform: translate3d(0, 0, 0);
  transition: var(--transition-normal);
}

.our-features .single-our-feature .icon-box:before {
  content: "\f10d";
  font-family: Flaticon;
  font-size: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.our-features .single-our-feature .icon-box i {
  font-size: 54px;
  display: block;
}

.our-features .single-our-feature h3,
.our-features .single-our-feature p {
  margin: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}

.our-features .single-our-feature h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 14px;
}

.our-features .single-our-feature p {
  font-size: 16px;
  color: var(--gold-primary);
  font-weight: 300;
  line-height: 26px;
}

.our-features .single-our-feature:hover .icon-box {
  transform: translate3d(0, -20px, 0);
}

.our-features .single-our-feature:hover h3,
.our-features .single-our-feature:hover p {
  transform: translate3d(0, -20px, 0);
  transition: var(--transition-normal);
}

.our-features .single-our-feature:hover .overlay {
  opacity: 1;
}

.our-features .single-our-feature:hover .overlay .box .box-content a {
  transform: translate3d(0, 0px, 0);
}

.no-container.our-features.in-wrapper .container {
  background: none;
}

.no-container.our-features .single-our-feature {
  margin-left: -15px;
  margin-right: -15px;
}

.no-container.our-features .single-our-feature {
  padding-top: 0;
  padding-bottom: 0;
}

.no-container.our-features .single-our-feature .icon-box:before {
  color: var(--blue-primary);
}

.no-container.our-features .single-our-feature .icon-box {
  color: var(--gold-primary);
}

.no-container.our-features .single-our-feature .icon-box {
  margin-bottom: 0;
  margin-bottom: 20px;
}

.no-container.our-features .single-our-feature h3 {
  color: var(--text-secondary);
}

.no-container.our-features .single-our-feature p {
  color: var(--text-muted);
  font-weight: 300;
}

.no-container.our-features .our-features-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}

.no-container.our-features .single-our-feature .text-box {
  color: var(--text-secondary);
}

/* ==============================
   7. About section styles
   ============================== */
.about-section .section-title {
  margin-bottom: 34px;
}

.about-section .right-textbox h2 {
  margin: 0;
  color: var(--text-secondary);
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}

.about-section .right-textbox p {
  font-size: 16px;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 31px;
  margin: 0;
  margin-bottom: 33px;
}

.about-section .right-textbox p:last-child {
  margin-bottom: 0;
}

.about-section .img-box {
  margin-right: -7px;
}

.about-section .img-box img {
  margin-top: 10px;
  margin-right: 7px;
}

.about-section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}

.about-section .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: var(--gold-primary);
}

.about-section .owl-theme .owl-dots {
  margin-top: -40px;
  position: relative;
}

.about-section.about-page .right-textbox p {
  margin-bottom: 25px;
}

/* ==============================
   8. Team Member styles
   ============================== */
.team-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 54px;
  padding-top: 60px;
}

.single-team-member h3,
.single-team-member p {
  margin: 0;
}

.single-team-member h3 {
  font-size: 22px;
  color: var(--text-secondary);
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 8px;
}

.single-team-member p {
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.single-team-member p.position {
  color: #fbca00;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 9px;
}

.single-team-member p.info {
  margin-top: 11px;
}

.single-team-member p.info span {
  color: #002E5B;
  font-weight: 300;
}

.single-team-member .img-box {
  position: relative;
  overflow: hidden;
}

.single-team-member .img-box img {
  transition: var(--transition-normal);
  transform: scale(1);
}

.single-team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: var(--transition-normal);
  opacity: 0;
  border-bottom: 0px solid var(--gold-primary);
  overflow: hidden;
}

.single-team-member .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.5s ease;
}

.single-team-member .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-team-member .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}

.single-team-member .overlay .box .box-content ul,
.single-team-member .overlay .box .box-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.single-team-member .overlay .box .box-content ul {
  transform: translate3d(0, 45px, 0);
  transition: var(--transition-normal);
}

.single-team-member .overlay .box .box-content ul li {
  display: inline-block;
  margin-left: 6px;
}

.single-team-member .overlay .box .box-content ul li a {
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: var(--white);
  font-size: 18px;
  color: var(--text-secondary);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: var(--transition-normal);
}

.single-team-member .overlay .box .box-content ul li a:hover {
  background: var(--gold-primary);
  color: var(--white);
}

.single-team-member:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.single-team-member:hover .overlay {
  opacity: 1;
}

.single-team-member:hover .overlay .box .box-content ul {
  transform: translate3d(0, 0px, 0);
}

/* ==============================
   9. call to action styles
   ============================== */
.call-to-action-home {
  background: #09325b url(../img/resources/ena-teknik-rulman-banner2.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 78px 0;
  position: relative;
}

.call-to-action-home:before {
  content: '';
  background: rgba(9, 50, 91, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.call-to-action-home h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  text-align: center;
  position: relative;
}

.call-to-action-home h3 span {
  color: #fbca00;
}

/* ==============================
   10. Blog styles
   ============================== */
.single-blog-post {
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
  padding: 25px;
  margin-bottom: 25px;
  padding-right: 10px;
}

.single-blog-post:last-child {
  margin-bottom: 0;
}

.single-blog-post .img-box,
.single-blog-post .content-box {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post .img-box {
  width: 150px;
  position: relative;
}

.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 47, 93, 0.8);
  text-align: center;
  border-bottom: 3px solid #fbca00;
  opacity: 0;
  transition: all 0.5s ease;
}

.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
}

.single-blog-post .img-box .overlay .box .box-content a {
  background: #fbca00;
  display: inline-block;
  font-size: 12px;
  color: #012f5d;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 34px;
  top: 3px;
  position: relative;
  z-index: 2;
}

.single-blog-post .img-box .overlay .box .box-content a span {
  position: relative;
  z-index: 999;
}

.single-blog-post .img-box .overlay .box .box-content a:before,
.single-blog-post .img-box .overlay .box .box-content a:after {
  content: '';
  background: #fbca00;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 0;
}

.single-blog-post .img-box .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}

.single-blog-post .img-box .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}

.single-blog-post .content-box {
  padding-left: 30px;
}

.single-blog-post .content-box h3 {
  margin: 0;
  font-size: 22px;
  color: #272727;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all 0.5s ease;
}

.single-blog-post .content-box h3:hover {
  color: #fbca00;
}

.single-blog-post .content-box p {
  margin: 0;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
}

.single-blog-post .content-box ul,
.single-blog-post .content-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-blog-post .content-box ul {
  margin-top: 12px;
}

.single-blog-post .content-box ul>li {
  display: inline;
  border-right: 1px solid #D8D8D8;
  padding-right: 17px;
  margin-right: 12px;
}

.single-blog-post .content-box ul>li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.single-blog-post .content-box ul>li>a {
  display: inline-block;
  color: #fbca00;
  font-size: 16px;
}

.single-blog-post .content-box ul>li>a i {
  margin-right: 5px;
}

.single-blog-post:hover .img-box .overlay {
  opacity: 1;
}

.news-content .single-blog-post {
  padding: 25px;
  margin-bottom: 60px;
  overflow: hidden;
}

.news-content .single-blog-post .img-box,
.news-content .single-blog-post .content-box {
  display: block;
}

.news-content .single-blog-post .img-box {
  width: auto;
  margin-bottom: 30px;
}

.news-content .single-blog-post .img-box iframe {
  border: none;
}

.news-content .single-blog-post .img-box img {
  width: 100%;
}

.news-content .single-blog-post .content-box {
  padding: 0;
}

.news-content .single-blog-post .content-box p {
  margin-top: 11px;
}

.news-content .single-blog-post .content-box .bottom-box {
  margin-top: 22px;
}

.news-content .single-blog-post .content-box .bottom-box h3 {
  font-size: 30px;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 55px;
}

.news-content .single-blog-post .content-box .bottom-box .thm-btn {
  line-height: 55px;
  background: #012f5d;
}

.news-content .single-blog-post .content-box .bottom-box .thm-btn:hover {
  background: #fbca00;
}

.news-content .single-blog-post .content-box .bottom-box .share-box.has-slide ul {
  transform: translate3d(400px, 0px, 0);
  opacity: 0;
  transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul {
  display: inline-block;
  margin: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-hide {
  transform: translate3d(400px, 0px, 0);
  opacity: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-show {
  transform: translate3d(0px, 0px, 0);
  opacity: 1;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li {
  width: 55px;
  height: 55px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a {
  line-height: 53px;
  text-align: center;
  display: block;
  color: #272727;
  transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a i {
  margin: 0;
  font-size: 18px;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a:hover {
  background: #fbca00;
  border-color: #fbca00;
  color: #fff;
}

.news-content .single-blog-post .content-box .bottom-box .share-box button {
  display: inline-block;
  background: #000;
  width: 55px;
  height: 55px;
  border: none;
  line-height: 55px;
  color: #9E9E9E;
  background: #F4F4F4;
  text-align: center;
  margin-left: 11px;
  font-size: 18px;
  outline: none;
  position: relative;
  z-index: 999;
  transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box button:hover {
  color: #fbca00;
  background: #012f5d;
}

.single-sidebar-box {
  margin-bottom: 50px;
}

.single-sidebar-box .title {
  background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
  padding-left: 20px;
}

.single-sidebar-box .title h3 {
  font-size: 24px;
  font-weight: 900;
  color: #272727;
  text-transform: uppercase;
  margin: 0;
  line-height: 60px;
}

.single-sidebar-box.search-widget form {
  background: #F4F4F4;
  width: 100%;
  height: 55px;
}

.single-sidebar-box.search-widget form input {
  background: none;
  border: none;
  outline: none;
  width: 70%;
  float: left;
  height: 100%;
  padding-left: 20px;
}

.single-sidebar-box.search-widget form button {
  background: #012f5d;
  color: #fbca00;
  font-size: 16px;
  width: 55px;
  border: none;
  outline: none;
  height: 55px;
  line-height: 55px;
  float: right;
  transition: all 0.5s ease;
}

.single-sidebar-box.search-widget form button:hover {
  background: #fbca00;
  color: #012f5d;
}

.single-sidebar-box.category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.single-sidebar-box.category-widget ul li {
  list-style: none;
  border-bottom: 1px solid #F5F5F5;
}

.single-sidebar-box.category-widget ul li:last-child {
  border: none;
}

.single-sidebar-box.category-widget ul li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #272727;
  transition: all 0.5s ease;
}

.single-sidebar-box.category-widget ul li a:hover {
  color: #fbca00;
}

.single-sidebar-box.category-widget ul li a:hover:before {
  background: #fbca00;
}

.single-sidebar-box.category-widget ul li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fbca00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.5s ease;
}

.single-sidebar-box.recent-news-widget ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.single-sidebar-box.recent-news-widget li {
  list-style: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
}

.single-sidebar-box.recent-news-widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.single-sidebar-box.recent-news-widget .img-box {
  width: 75px;
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-box.recent-news-widget .content-box {
  padding-left: 27px;
  vertical-align: middle;
  display: table-cell;
}

.single-sidebar-box.recent-news-widget .content-box h4 {
  font-size: 16px;
  color: #272727;
  font-weight: 900;
  margin: 0;
  line-height: 28px;
}

.single-sidebar-box.recent-news-widget .content-box a.date {
  color: #fbca00;
  font-size: 16px;
  font-weight: 500;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel {
  margin-top: 40px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box {
  background: url(../img/resources/testi-bg.png) top left no-repeat;
  background-size: 100% 100%;
  padding-top: 24px;
  padding-left: 18px;
  padding-bottom: 30px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
  color: #fbca00;
  font-size: 14px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel img {
  display: block;
  margin-top: 10px;
  width: auto;
  max-width: none;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel {
  position: relative;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
  padding: 10px 10px 10px 0;
  position: absolute;
  top: -60px;
  right: -10px;
  display: inline-block;
  background: #fff;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fbca00;
  border: 1px solid #fbca00;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.single-sidebar-box.price-filter .range-slider-price {
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-sidebar-box.price-filter button {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 900;
  background: #F4F4F4;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 90px;
  height: 35px;
  display: inline-block;
}

.single-sidebar-box.price-filter p {
  display: inline-block;
  margin: 0;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  text-transform: capitalize;
}

.single-sidebar-box.price-filter input {
  width: auto;
  border: none;
  outline: none;
  width: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}

.single-sidebar-box.price-filter .noUi-connect {
  background: #fbca00;
}

.single-sidebar-box.price-filter .noUi-background {
  background: #f4f4f4;
}

.single-sidebar-box.price-filter .noUi-handle {
  background: #012f5d;
  border-radius: 50% !important;
  box-shadow: none;
  border-color: #e0e0e0;
  cursor: pointer;
}

.single-sidebar-box.best-seller>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 37px;
}

.single-sidebar-box.best-seller>ul>li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-sidebar-box.best-seller>ul>li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.single-sidebar-box.best-seller>ul>li .img-box,
.single-sidebar-box.best-seller>ul>li .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-box.best-seller>ul>li .img-box .box {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: #f4f4f4;
  padding: 0;
}

.single-sidebar-box.best-seller>ul>li .text-box {
  padding-left: 27px;
}

.single-sidebar-box.best-seller>ul>li .text-box h3 {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  font-weight: bold;
  color: #272727;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box li i {
  font-size: 12px;
  color: #fbca00;
}

.single-sidebar-box.best-seller>ul>li .text-box .price {
  font-size: 16px;
  color: #012f5d;
  font-weight: 500;
}

.single-sidebar-box.tag-links ul {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}

.single-sidebar-box.tag-links ul li {
  display: inline-block;
  list-style: none;
}

.single-sidebar-box.tag-links ul li a {
  display: block;
  border: 1px solid #f4f4f4;
  font-size: 16px;
  color: #9B9B9B;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 10px;
  transition: all 0.5s ease;
  margin-right: 4px;
  margin-bottom: 5px;
}

.single-sidebar-box.tag-links ul li a:hover {
  background: #012f5d;
  color: #fbca00;
}

.single-sidebar-box.service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sidebar-box.service-link-widget ul li {
  list-style: none;
  margin-bottom: 5px;
}

.single-sidebar-box.service-link-widget ul li.active a {
  background: #012f5d;
  border-color: #fbca00;
  color: #fff;
}

.single-sidebar-box.service-link-widget ul li a {
  display: block;
  background: #F4F4F4;
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  line-height: 60px;
  padding-left: 23px;
  border-left: 4px solid transparent;
  transition: all 0.5s ease;
}

.single-sidebar-box.service-link-widget ul li a:hover {
  background: #012f5d;
  border-color: #fbca00;
  color: #fff;
}

.single-sidebar-box.broucher-widgets {
  background: #fbca00;
  padding: 10px 0;
}

.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.broucher-widgets .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-box.broucher-widgets .icon-box {
  width: 45px;
  height: 45px;
  background: #012f5d;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.single-sidebar-box.broucher-widgets .text-box {
  padding-left: 30px;
}

.single-sidebar-box.broucher-widgets .text-box h4 {
  font-size: 18px;
  color: #272727;
  margin: 0;
}

.single-news-page .single-blog-post .content-box p {
  margin-bottom: 30px;
}

.single-news-page .single-blog-post {
  padding: 0;
  box-shadow: none;
}

.comment-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}

.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.comment-box .single-comment-box .img-box {
  width: 100px;
}

.comment-box .single-comment-box .text-box {
  padding-left: 20px;
}

.comment-box .single-comment-box .text-box .top-box h2 {
  display: inline-block;
  font-size: 24px;
  color: #272727;
  margin: 0;
  line-height: 24px;
}

.comment-box .single-comment-box .text-box .top-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fbca00;
}

.comment-box .single-comment-box .text-box .content p {
  margin: 0;
}

.comment-box .single-comment-box .text-box .content a {
  font-size: 16px;
  font-weight: bold;
  color: #fbca00;
}

.reply-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}

.reply-box input,
.reply-box textarea,
.reply-box button {
  width: 100%;
  border: 2px solid #EEEEEE;
  outline: none;
  padding-left: 20px;
}

.reply-box input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.reply-box input:last-child {
  margin-bottom: 0;
}

.reply-box textarea {
  height: 190px;
  padding-top: 10px;
}

.reply-box button {
  background: #fbca00;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.5s ease;
  border: none;
}

.reply-box button:hover {
  background: #012f5d;
  color: #fbca00;
}

/* ==============================
   11. Testimonial styles
   ============================== */
.testimonials-section {
  background: #F4F4F4;
}

.testimonials-section .section-title h2 span {
  background: #F4F4F4;
}

.testimonials-section .thm-container {
  position: relative;
}

.testimonials-section .owl-theme .owl-nav {
  background: #F4F4F4;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -100px;
  padding-left: 25px;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #B6B6B6;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
  line-height: 31px;
  transition: all 0.5s ease;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #fbca00;
  color: #fbca00;
}

.single-testimonials .review-text {
  border-radius: 5px;
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.single-testimonials .review-text:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
  transform: rotate(135deg);
}

.single-testimonials .review-text p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #9e9e9e;
  font-weight: 300;
}

.single-testimonials .info-box .img-box,
.single-testimonials .info-box .content-box {
  display: table-cell;
  vertical-align: middle;
}

.single-testimonials .info-box .content-box {
  padding-left: 25px;
}

.single-testimonials .info-box h3 {
  margin: 0;
  font-size: 16px;
  color: #012f5d;
}

.single-testimonials .info-box h3 span.name {
  font-size: 18px;
  font-weight: 500;
}

.single-testimonials .info-box ul.star {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.single-testimonials .info-box ul.star li {
  display: inline-block;
  list-style: none;
  color: #fbca00;
}

/* ==============================
   12. contact styles
   ============================== */
.contact-section {
  padding-bottom: 60px;
}

.contact-section p.large {
  font-size: 24px;
  line-height: 36px;
  color: #9E9E9E;
}

.contact-section p {
  font-size: 18px;
  line-height: 29px;
  color: #9E9E9E;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-section p:last-child {
  margin-bottom: 0;
}

.contact-section span.bold {
  color: #272727;
  font-weight: 500;
}

.contact-section span.highlight {
  color: #012f5d;
}

.contact-section a {
  color: #fbca00;
  text-decoration: underline;
}

.contact-section .client-carousel {
  margin-top: 50px;
}

.home-contact-form {
  padding: 20px;
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}

.home-contact-form input,
.home-contact-form textarea,
.home-contact-form button {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.home-contact-form input {
  height: 50px;
  background: #F7F7F7;
  margin-bottom: 20px;
  padding-left: 20px;
}

.home-contact-form textarea {
  background: #F7F7F7;
  padding-left: 20px;
  padding-top: 15px;
  height: 175px;
}

.home-contact-form button {
  background: #fbca00;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 50px;
  margin-top: 10px;
  transition: all 0.5s ease;
}

.home-contact-form button:hover {
  background: #012f5d;
}

.single-contact-info {
  background: #fbca00;
  padding-top: 28px;
  padding-bottom: 28px;
}

.single-contact-info .icon-box,
.single-contact-info .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-contact-info .box {
  background: #012f5d;
  color: #fff;
  width: 70px;
  height: 85px;
  text-align: center;
}

.single-contact-info .box i {
  font-size: 38px;
  line-height: 85px;
}

.single-contact-info .text-box {
  padding-left: 30px;
}

.single-contact-info .text-box h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #272727;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 14px;
}

.single-contact-info .text-box p {
  margin: 0;
  font-size: 18px;
  color: #272727;
  line-height: 26px;
  font-weight: 500;
}

/* ==============================
   13. Subscription styles
   ============================== */
.subscription {
  background: #1F1F1F;
  padding-top: 74px;
  padding-bottom: 80px;
}

.subscription h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 33px;
}

.subscription label {
  font-size: 16px;
  color: #9E9E9E;
  line-height: 29px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}

.subscription input {
  width: 100%;
  background: #212121;
  border: 2px solid #272727;
  height: 55px;
  line-height: 51px;
  outline: none;
  padding-left: 20px;
  color: #fff;
}

.subscription button {
  background: #fbca00;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 58px;
  line-height: 55px;
  transition: all 0.5s ease;
}

.subscription button:hover {
  background: #012f5d;
}

.subscription ul.social {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.subscription ul.social li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}

.subscription ul.social li a {
  display: block;
  font-size: 24px;
  color: #F4F4F4;
  transition: all 0.5s ease;
}

.subscription ul.social li a:hover {
  color: #fbca00;
}

/* ==============================
   14. Footer styles
   ============================== */
.footer {
  background: #012448 no-repeat bottom left;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 105px;
  position: relative;
}

footer.footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 47, 93, 0.9);
  background: rgba(30, 30, 30, 0.9);
}

.footer-widget .title {
  background: url(../img/resources/footer-bg-title-new.png) repeat top left;
  padding-left: 20px;
}

.footer-widget .title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #F7F7F7;
  line-height: 61px;
  font-weight: 900;
}

.footer-widget ul,
.footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .dtc {
  display: table-cell;
  vertical-align: middle;
}

.footer-widget.about-widget img {
  margin-bottom: 37px;
}

.footer-widget.about-widget p {
  color: #F4F4F4;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
}

.footer-widget.about-widget a.thm-btn {
  margin-top: 32px;
  padding: 0 54px;
  line-height: 55px;
}

.footer-widget.link-widget .links {
  margin-top: 39px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 11px;
  border-right: 1px solid #252525;
}

.footer-widget.link-widget .links:last-child {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 39px;
}

.footer-widget.link-widget .links li {
  display: block;
}

.footer-widget.link-widget .links li:last-child a {
  margin-bottom: 0;
}

.footer-widget.link-widget .links li a {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.footer-widget.link-widget .links li a:hover {
  color: #fbca00;
}

.footer-widget.recent-news ul {
  margin-top: 36px;
}

.footer-widget.recent-news li {
  padding-bottom: 12px;
  border-bottom: 1px solid #252525;
  margin-bottom: 20px;
}

.footer-widget.recent-news li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.footer-widget.recent-news .img-box {
  width: 75px;
}

.footer-widget.recent-news .content-box {
  padding-left: 27px;
}

.footer-widget.recent-news .content-box h4 {
  font-size: 16px;
  color: #F7F7F7;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
  transition: all 0.5s ease;
}

.footer-widget.recent-news .content-box h4:hover {
  color: #fbca00;
}

.footer-widget.recent-news .content-box a.date {
  color: #fbca00;
  font-size: 16px;
  font-weight: 500;
}

.footer-widget.contact-widget ul {
  margin-top: 31px;
}

.footer-widget.contact-widget li {
  border-bottom: 1px solid #252525;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-widget.contact-widget li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-widget.contact-widget .icon-box i {
  font-size: 29px;
  color: #fbca00;
}

.footer-widget.contact-widget .content {
  padding-left: 30px;
}

.footer-widget.contact-widget .content h3 {
  margin: 0;
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.bottom-footer {
  background: #252525;
  padding: 23px 0;
  position: relative;
}

/* .bottom-footer:before - Yorumlanmış kod kaldırıldı */

.bottom-footer.color2:before {
  background: url(../img/theme/footer-shape2.png) 0 0 no-repeat;
}

.bottom-footer.color3:before {
  background: url(../img/theme/footer-shape3.png) 0 0 no-repeat;
}

.bottom-footer.color4:before {
  background: url(../img/theme/footer-shape4.png) 0 0 no-repeat;
}

.bottom-footer p {
  font-size: 16px;
  color: #F4F4F4;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.bottom-footer p a {
  color: #fbca00;
}

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

.bottom-footer .social li {
  display: inline-block;
  list-style: none;
}

.bottom-footer .social li a {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
}

/* ==============================
   15. Inner banner styles (Optimized)
   ============================== */
.inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0px;
  position: relative;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-banner:before,
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 23, 45, 0.85);
}

.inner-banner h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
}

.inner-banner h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
  border-radius: var(--radius-sm);
}

/* Responsive Inner Banner */
@media (max-width: 991px) {
  .inner-banner {
    padding: 100px 0;
  }
  
  .inner-banner h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .inner-banner {
    padding: 80px 0;
  }
  
  .inner-banner h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .inner-banner {
    padding: 60px 0;
  }
  
  .inner-banner h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* ==============================
   16. Inner banner styles
   ============================== */
.bread-cumb {
  background: #F4F4F4;
}

.bread-cumb ul {
  margin: 0;
  padding: 0;
}

.bread-cumb ul li {
  display: inline-block;
  list-style: none;
}

.bread-cumb ul li a {
  display: block;
  font-size: 16px;
  color: #9E9E9E;
  line-height: 60px;
  font-weight: 300;
}

.bread-cumb ul li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #9E9E9E;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 10px;
}

.bread-cumb ul li span {
  display: block;
  font-size: 16px;
  color: #fbca00;
  font-weight: 300;
}

/* ==============================
   17. Project content styles
   ============================== */
.project-content ul.gallery-filter {
  margin-bottom: 60px;
}

.project-content ul.post-pagination {
  margin-top: 30px;
}

.project-content .owl-theme .owl-nav {
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -95px;
  padding-left: 25px;
}

.project-content .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #B6B6B6;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
  line-height: 31px;
  transition: all 0.5s ease;
}

.project-content .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #fbca00;
  color: #fbca00;
}

.single-project-item {
  margin-bottom: 30px;
}

.single-project-item img {
  width: 100%;
}

.single-project-item .img-box {
  position: relative;
}

.single-project-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}

.single-project-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-project-item .overlay .box .top-box {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(1, 47, 93, 0.8);
  transition: all .5s ease 0s;
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}

.single-project-item .overlay .box .title {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 105px;
}

.single-project-item .overlay .box .title h3 {
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}

.single-project-item .overlay .box .bottom-box {
  background: #fbca00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease .5s;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.single-project-item .overlay .box .bottom-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-project-item .overlay .box .bottom-box ul li {
  list-style: none;
  float: left;
  width: 50%;
}

.single-project-item .overlay .box .bottom-box ul li:last-child a {
  border: none;
}

.single-project-item .overlay .box .bottom-box ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-right: 1px solid #E3B700;
  transition: all 0.5s ease;
}

.single-project-item .overlay .box .bottom-box ul li a:hover {
  background: #012f5d;
}

.single-project-item .img-box:hover .box .top-box {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.single-project-item .img-box:hover .box .bottom-box {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}

.single-project-content .single-project-carousel {
  margin-bottom: 30px;
  position: relative;
}

.single-project-content .single-project-carousel .owl-nav {
  margin: 0px;
}

.single-project-content .single-project-carousel .owl-nav .owl-prev {
  left: 0;
}

.single-project-content .single-project-carousel .owl-nav .owl-next {
  right: 0;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  background: #012f5d;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -25px;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover {
  background: #fbca00;
}

.single-project-content .single-project-customer-info {
  padding-left: 20px;
  padding-top: 26px;
  padding-bottom: 31px;
  background: #012f5d;
}

.single-project-content .single-project-customer-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-project-content .single-project-customer-info ul li {
  list-style: none;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 39px;
}

.single-project-content .single-project-customer-info ul li label {
  font-size: 16px;
  color: #fbca00;
  font-weight: 900;
}

.single-project-content .single-project-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
  margin-bottom: 12px;
}

.single-project-content .single-project-content p.tags {
  margin-bottom: 19px;
}

.single-project-content .single-project-content p.tags a {
  color: #fbca00;
}

.single-project-content .single-project-content .thm-btn {
  padding: 0 30px;
  line-height: 50px;
  margin-top: 32px;
}

.single-project-content .single-project-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  color: #9E9E9E;
}

/* ==============================
   18. Shop styles
   ============================== */
.single-shop-item {
  text-align: center;
}

.single-shop-item .img-box {
  background: #F4F4F4;
  padding: 44px 0;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}

.single-shop-item h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  color: #272727;
  font-weight: 500;
  transition: all 0.3s ease;
}

.single-shop-item h3:hover {
  color: #fbca00;
}

.single-shop-item .price {
  margin-top: 8px;
  margin-bottom: 10px;
}

.single-shop-item .price span {
  font-size: 24px;
  font-weight: bold;
  color: #012f5d;
}

.single-shop-item .star-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.single-shop-item .star-box li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 1px;
}

.single-shop-item .star-box li i {
  font-size: 16px;
  color: #fbca00;
}

.single-shop-item .thm-btn {
  width: 100%;
  line-height: 55px;
}

.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
}

.single-shop-item .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.single-shop-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0;
  border-bottom: 0px solid #fbca00;
  overflow: hidden;
}

.single-shop-item .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.5s ease;
}

.single-shop-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-shop-item .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}

.single-shop-item .overlay .box .box-content ul,
.single-shop-item .overlay .box .box-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.single-shop-item .overlay .box .box-content ul {
  transform: translate3d(0, 45px, 0);
  transition: all 0.5s ease;
}

.single-shop-item .overlay .box .box-content ul li {
  display: inline-block;
  margin-left: 6px;
}

.single-shop-item .overlay .box .box-content ul li a {
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #fff;
  font-size: 18px;
  color: #272727;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}

.single-shop-item .overlay .box .box-content ul li a:hover {
  background: #fbca00;
  color: #fff;
}

.single-shop-item:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.single-shop-item:hover .overlay {
  opacity: 1;
}

.single-shop-item:hover .overlay .box .box-content ul {
  transform: translate3d(0, 0px, 0);
}

.shop-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 50px;
  padding-top: 50px;
}

.shop-page .post-pagination {
  border-top: 1px solid #F4F4F4;
  margin-top: 50px;
  padding-top: 50px;
}

.product-content-box {
  margin-bottom: 80px;
}

.product-content-box .img-box,
.product-content-box .content-box {
  display: table-cell;
  vertical-align: middle;
}

.product-content-box .img-box {
  width: 370px;
  background: #f4f4f4;
  text-align: center;
}

.product-content-box .content-box {
  padding-left: 30px;
}

.product-content-box .content-box h2 {
  margin: 0;
  font-size: 24px;
  color: #272727;
  font-weight: 500;
  line-height: 30px;
}

.product-content-box .content-box .list-inline {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}

.product-content-box .content-box .list-inline li {
  padding: 0 3px;
}

.product-content-box .content-box .list-inline .fa {
  color: #fbca00;
  font-size: 16px;
}

.product-content-box .content-box span {
  font-size: 16px;
  color: #9E9E9E;
}

.product-content-box .content-box .price {
  font-size: 24px;
  color: #012f5d;
  font-weight: bold;
  display: block;
  margin-top: 8px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F4F4F4;
}

.product-content-box .content-box p {
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.product-content-box .content-box .location-box {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #F4F4F4;
}

.product-content-box .content-box .location-box p {
  font-size: 16px;
  color: #272727;
  margin: 0;
  margin-bottom: 17px;
}

.product-content-box .content-box .location-box input {
  border: 1px solid #f4f4f4;
  outline: none;
  line-height: 38px;
  font-size: 16px;
  padding-left: 10px;
  width: 160px;
}

.product-content-box .content-box .location-box button {
  background: #F4F4F4;
  font-size: 14px;
  line-height: 40px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #9E9E9E;
  padding: 0 18px;
  margin-left: 6px;
}

.product-content-box .content-box .location-box span {
  color: #012f5d;
  font-size: 14px;
  margin-left: 9px;
}

.product-content-box .content-box .add-to-cart-box {
  margin-top: 35px;
}

.product-content-box .content-box .add-to-cart-box input {
  width: 70px;
  font-size: 18px;
  line-height: 47px;
  color: #272727;
  text-align: center;
  background: #F4F4F4;
  border: none;
  outline: none;
}

.product-content-box .content-box .add-to-cart-box .thm-btn {
  line-height: 51px;
  margin-left: 25px;
}

.product-tab-box {
  margin-bottom: 80px;
}

.product-tab-box .tab-title {
  border-bottom: 1px solid #F6F4F4;
}

.product-tab-box .tab-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-tab-box .tab-title ul li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
}

.product-tab-box .tab-title ul li.active a {
  background: #012f5d;
  color: #fbca00;
}

.product-tab-box .tab-title ul li a {
  display: block;
  color: #9E9E9E;
  font-size: 16px;
  background: #F4F4F4;
  line-height: 45px;
  padding-left: 22px;
  padding-right: 22px;
  transition: all 0.5s ease;
}

.product-tab-box .tab-title ul li a:hover {
  background: #012f5d;
  color: #fbca00;
}

.product-tab-box .tab-content {
  margin-top: 35px;
}

.product-tab-box .tab-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #9E9E9E;
}

.review-box .single-review-box {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.review-box .single-review-box .img-box,
.review-box .single-review-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.review-box .single-review-box .img-box {
  width: 75px;
}

.review-box .single-review-box .text-box {
  padding-left: 30px;
}

.review-box .single-review-box .text-box .top-box {
  margin-bottom: 10px;
}

.review-box .single-review-box .text-box .top-box .title h2 {
  font-size: 18px;
  line-height: 24px;
  color: #272727;
  font-weight: bold;
  margin: 0;
}

.review-box .single-review-box .text-box .top-box .content p {
  margin: 0;
}

.review-box .single-review-box .text-box .top-box .rating-box span {
  color: #012f5d;
  font-size: 14px;
  display: inline-block;
}

.review-box .single-review-box .text-box .top-box .rating-box ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 16px;
}

.review-box .single-review-box .text-box .top-box .rating-box ul li {
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.review-box .single-review-box .text-box .top-box .rating-box ul li i {
  font-size: 16px;
  color: #fbca00;
}

.review-box .single-review-box .text-box .bottom-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-box .single-review-box .text-box .bottom-box ul li {
  list-style: none;
  display: inline-block;
}

.review-box .single-review-box .text-box .bottom-box ul li a {
  display: block;
  font-size: 14px;
  color: #9E9E9E;
  transition: all 0.5s ease;
  margin-right: 5px;
}

.review-box .single-review-box .text-box .bottom-box ul li a:hover {
  color: #012f5d;
}

.review-form-box .title {
  margin-bottom: 40px;
}

.review-form-box .title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #272727;
  font-weight: 900;
  display: inline-block;
  background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
  padding-left: 20px;
  line-height: 60px;
  padding-right: 20px;
}

.review-form-box .add-rating-box h4 {
  margin: 0;
  font-size: 16px;
  color: #9E9E9E;
}

.review-form-box .add-rating-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 12px;
}

.review-form-box .add-rating-box ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #F4F4F4;
  line-height: 22px;
  padding-right: 8px;
  padding-left: 4px;
}

.review-form-box .add-rating-box ul li:hover i {
  color: #fbca00;
}

.review-form-box .add-rating-box ul li i {
  color: #F4F4F4;
  font-size: 12px;
  transition: all 0.5s ease;
  margin-right: 4px;
}

.review-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  outline: none;
  padding-left: 15px;
  line-height: 50px;
}

.review-form-box textarea {
  width: 100%;
  height: 165px;
  border: 1px solid #f4f4f4;
  outline: none;
  padding-top: 10px;
  padding-left: 15px;
}

.review-form-box .thm-btn {
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}

.related-product-box .title {
  margin-bottom: 60px;
}

.related-product-box .title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #272727;
  font-weight: 900;
  display: inline-block;
  background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
  padding-left: 20px;
  line-height: 60px;
  padding-right: 20px;
}

.related-product-box .title a {
  font-size: 14px;
  color: #012f5d;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.5s ease;
  line-height: 60px;
}

.related-product-box .title a:hover {
  color: #fbca00;
}

/* ==============================
   19. Cart Page styles
   ============================== */
.cart-section {
  position: relative;
  padding: 80px 0px;
}

.cart-section ul {
  margin: 0;
  padding: 0;
}

.cart-section ul li {
  list-style: none;
}

.cart-section .thm-btn {
  line-height: 52px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 7px;
  background: #f5f5f5;
  color: #2f2f31;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 10px 20px;
  min-width: 100px;
  font-family: 'Roboto', sans-serif;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 80px;
  padding-top: 15px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  background: #F4F4F4;
  padding: 10px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 22px;
  color: #2f2f31;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #272727;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 700;
  color: #012f5d;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
  color: #ec1c33;
}

.cart-table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9E9E9E;
  font-size: 16px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #012f5d;
  border-radius: 50%;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 52px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2f2f31;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 20px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #e0e0e0;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #353535;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #262626;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #262626;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid #F8F8F8;
  outline: none;
  height: 45px;
  padding-left: 15px;
}

.cart-section .estimate-form select {
  width: 100%;
  border: 2px solid #F8F8F8;
  outline: none;
  height: 45px;
  padding-left: 15px;
  color: #9E9E9E;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../img/resources/icon-dropdown.png) 97% center no-repeat;
  cursor: pointer;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid #F5F5F5;
  color: #272727;
  background-color: transparent;
}

/* ==============================
   20. Checkout page styles
   ============================== */
.checkout-section .styled-heading h2 {
  background: url(../img/resources/cart-page-title-bg.png) top center repeat;
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #272727;
  line-height: 30px;
  font-weight: 900;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
  border: 2px solid #f4f4f4;
  color: #9e9e9e;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
}

.checkout-section.cart-section .bottom {
  padding-top: 40px;
}

.checkout-section .column.default-column h3 {
  color: #262626;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
  border: 2px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li {
  border-bottom: 1px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
  border-right: 1px solid #f4f4f4;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
  color: #999999;
  font-size: 16px;
}

.checkout-section .payment-options {
  padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
  color: #fbca00;
}

.checkout-section .payment-options .option-block {
  margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
  float: left;
  padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
  color: #272727;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.checkout-section .payment-options .text {
  padding-left: 30px;
}

.checkout-section .payment-options .text p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
  margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
  width: 100%;
  min-width: auto;
}

/* ==============================
   21. fact section styles
   ============================== */
.fact-counter-section {
  padding-top: 26px;
  padding-bottom: 80px;
}

.fact-counter-section .container {
  border: 1px solid #F4F4F4;
}

.single-fact-counter {
  padding: 59px 33px;
  border-right: 1px solid #F4F4F4;
  margin-left: -15px;
  margin-right: -15px;
}

.single-fact-counter .text-box {
  float: left;
}

.single-fact-counter .text-box .number {
  font-size: 36px;
  color: #012f5d;
  font-weight: bold;
}

.single-fact-counter .text-box p {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.single-fact-counter .icon-box {
  width: 65px;
  float: right;
}

.single-fact-counter .icon-box i {
  font-size: 64px;
  color: #fbca00;
  display: block;
  margin-top: 10px;
}


/* scroll to top styles */



.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  color: #FBCA00;
  font-size: 55px;
  font-weight: normal;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  z-index: 99999;
}



/*=================== boxed layout =================*/
.boxed_wrapper.active_boxlayout {
  width: 1350px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}

body.bg {
  background: url(../img/resources/pattern.png) repeat;
}

/* ==============================
   22. Modern Service Cards styles
   ============================== */

.our-services {
  padding: 80px 0;
  background: #f8f9fa;
}

.our-services .section-title {
  margin-bottom: 60px;
}

.our-services .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #012f5d;
  margin-bottom: 15px;
}

.our-services .section-title p {
  font-size: 18px;
  color: #6c757d;
  margin: 0;
}

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

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

.service-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(1, 47, 93, 0.9), rgba(251, 202, 0, 0.9));
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.overlay-content i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}

.overlay-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #012f5d;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #fbca00;
  color: #012f5d;
  text-decoration: none;
  transform: translateY(-2px);
}

.service-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-btn:hover i {
  transform: translateX(5px);
}

.service-content {
  padding: 30px;
  position: relative;
}

.service-icon {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #012f5d, #fbca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(1, 47, 93, 0.3);
}

.service-icon i {
  color: #fff;
  font-size: 20px;
}

.service-content h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 600;
  color: #012f5d;
  padding-top: 10px;
}

.service-content h3 a {
  color: #012f5d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-content h3 a:hover {
  color: #fbca00;
}

.service-content p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.read-more:hover {
  color: #012f5d;
  text-decoration: none;
}

.read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

/* Responsive styles for service cards */
@media (max-width: 1200px) {
  .service-content {
    padding: 25px;
  }
  
  .service-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .our-services {
    padding: 60px 0;
  }
  
  .our-services .section-title h2 {
    font-size: 32px;
  }
  
  .service-image {
    height: 220px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-icon {
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  
  .service-icon i {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .our-services {
    padding: 50px 0;
  }
  
  .our-services .section-title {
    margin-bottom: 40px;
  }
  
  .our-services .section-title h2 {
    font-size: 28px;
  }
  
  .our-services .section-title p {
    font-size: 16px;
  }
  
  .service-card {
    margin-bottom: 30px;
  }
  
  .service-image {
    height: 200px;
  }
  
  .overlay-content h4 {
    font-size: 20px;
  }
  
  .overlay-content p {
    font-size: 13px;
  }
  
  .service-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .our-services .section-title h2 {
    font-size: 24px;
  }
  
  .service-content h3 {
    font-size: 18px;
  }
  
  .service-content p {
    font-size: 14px;
  }
  
  .service-image {
    height: 180px;
  }
  
  .overlay-content {
    padding: 15px;
  }
  
  .overlay-content i {
    font-size: 36px;
  }
  
  .overlay-content h4 {
    font-size: 18px;
  }
}

/* Animation for cards */
.service-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   New Feature Cards Styles
   ============================== */
.our-features {
  padding: 80px 0;
  background: linear-gradient(135deg, #09325b 0%, #1a4a7a 100%);
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
}

.features-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.features-subtitle {
  font-size: 18px;
  color: #fff;
  margin: 0;
  opacity: 0.9;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

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

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

.feature-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #09325b, #fbca00);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper {
  transform: scale(1.1);
  background: linear-gradient(135deg, #fbca00, #09325b);
}

.feature-icon-svg {
  font-size: 28px;
  color: #fff;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-svg {
  opacity: 0;
}

.icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-overlay {
  opacity: 1;
  visibility: visible;
}

.icon-overlay i {
  font-size: 24px;
  color: #fff;
}

.feature-content {
  text-align: center;
}

.counter-wrapper {
  margin-bottom: 15px;
}

.counter {
  font-size: 42px;
  font-weight: 700;
  color: #09325b;
  display: inline-block;
}

.counter-suffix {
  font-size: 24px;
  font-weight: 600;
  color: #fbca00;
  margin-left: 5px;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  color: #09325b;
  margin-bottom: 15px;
}

.feature-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.feature-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #09325b, #fbca00);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-decoration {
  transform: scaleX(1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .features-title {
    font-size: 28px;
  }
  
  .features-subtitle {
    font-size: 16px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card {
    padding: 30px 20px;
  }
  
  .counter {
    font-size: 36px;
  }
  
  .counter-suffix {
    font-size: 20px;
  }
  
  .feature-title {
    font-size: 20px;
  }
  
  .feature-description {
    font-size: 14px;
  }
}

/* ==============================
   Modern About Section Styles
   ============================== */
.about-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="about-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.5" fill="rgba(9,50,91,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23about-dots)"/></svg>');
  opacity: 0.5;
  z-index: 1;
}

.about-section .container {
  position: relative;
  z-index: 2;
}

.about-header {
  text-align: center;
  margin-bottom: 80px;
}

.about-title-wrapper {
  margin-bottom: 20px;
}

.about-title {
  font-size: 3rem;
  font-weight: 700;
  color: #09325b;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.decoration-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #09325b, #fbca00);
  border-radius: 2px;
}

.decoration-icon {
  font-size: 20px;
  color: #fbca00;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.about-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image-container {
  position: relative;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(9, 50, 91, 0.8), rgba(251, 202, 0, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.image-wrapper:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
}

.overlay-content i {
  font-size: 48px;
  margin-bottom: 10px;
  display: block;
}

.overlay-content span {
  font-size: 18px;
  font-weight: 600;
}

.experience-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background: linear-gradient(135deg, #fbca00, #f39c12);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(251, 202, 0, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.badge-content {
  text-align: center;
  color: white;
}

.badge-number {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.badge-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.about-text-content {
  padding-left: 20px;
}

.text-header {
  margin-bottom: 30px;
}

.company-name {
  font-size: 2.5rem;
  font-weight: 700;
  color: #09325b;
  margin-bottom: 10px;
}

.company-motto {
  font-size: 1.1rem;
  color: #fbca00;
  font-weight: 600;
  font-style: italic;
}

.about-description {
  margin-bottom: 40px;
}

.about-paragraph {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.stat-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: #fbca00;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #09325b, #fbca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.stat-icon i {
  font-size: 20px;
  color: white;
}

.stat-info {
  text-align: center;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #09325b;
  display: block;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.about-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.about-btn.primary {
  background: linear-gradient(135deg, #09325b, #1a4a7a);
  color: white;
}

.about-btn.primary:hover {
  background: linear-gradient(135deg, #1a4a7a, #09325b);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(9, 50, 91, 0.3);
}

.about-btn.secondary {
  background: transparent;
  color: #09325b;
  border-color: #09325b;
}

.about-btn.secondary:hover {
  background: #09325b;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(9, 50, 91, 0.3);
}

.about-btn i {
  font-size: 18px;
}

/* Responsive Design for About Section */
@media (max-width: 991px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-text-content {
    padding-left: 0;
  }
  
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 2.5rem;
  }
  
  .company-name {
    font-size: 2rem;
  }
  
  .about-stats {
    grid-template-columns: 1fr;
  }
  
  .about-actions {
    flex-direction: column;
  }
  
  .experience-badge {
    width: 100px;
    height: 100px;
    top: -15px;
    right: -15px;
  }
  
  .badge-number {
    font-size: 20px;
  }
  
  .badge-text {
    font-size: 10px;
  }
}

/* ==============================
   EXTRACTED CSS FROM BLADE FILES
   ============================== */

/* CSS from: demir-celik-sanayi.blade.php */

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: enerji-sektoru.blade.php */

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: white;
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12, #3498db, #2ecc71);
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #34495e;
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid #ecf0f1;
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: gida-sektoru.blade.php */

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: gucaktarimurunleri.blade.php */

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.gucaktarim-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gucaktarim-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.gucaktarim-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.gucaktarim-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.gucaktarim-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gucaktarim-card:hover .gucaktarim-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.gucaktarim-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gucaktarim-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.gucaktarim-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.gucaktarim-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gucaktarim-card {
        margin-bottom: 20px;
    }
    
    .gucaktarim-info {
        padding: 15px;
    }
    
    .gucaktarim-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .gucaktarim-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}


/* CSS from: gucaktarimurunleriicerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: hakkimizda.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }
.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: white;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
/* About Image Hover Effects */
.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-image-wrapper:hover .image-overlay {
    opacity: 1;
}

.stat-item:hover .stat-number {
    color: var(--gold-primary);
}

/* ===== MODERN FEATURES SECTION STYLES ===== */

/* Main Section Container */
.modern-features-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    overflow: hidden;
    min-height: 100vh;
}

/* Animated Background Elements */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(184, 134, 11, 0.1));
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

.shape-4 {
    width: 120px;
    height: 120px;
    top: 30%;
    right: 30%;
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Modern Section Header */
.modern-section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.header-badge {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.badge-text {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.badge-glow {
    display: none;
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.3; }
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 25px;
    line-height: 1.2;
    position: relative;
}

.title-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
}

.underline-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
    border-radius: 2px;
}

.underline-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    border-radius: 50%;
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

.section-description {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Modern Feature Cards */
.modern-feature-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(184, 134, 11, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}

.modern-feature-card:hover::before {
    opacity: 1;
}

.modern-feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.card-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(184, 134, 11, 0.1));
    border-radius: 25px;
    filter: blur(30px);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modern-feature-card:hover .card-glow {
    opacity: 1;
}

.card-content {
    position: relative;
    z-index: 2;
}

/* Icon Container */
.icon-container {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.icon-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
}

.icon-wrapper i {
    color: white;
    font-size: 1.8rem;
    transition: all 0.4s ease;
}

.icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    border-radius: 25px;
    opacity: 0.3;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.1; }
}

.modern-feature-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.4);
}

.modern-feature-card:hover .icon-wrapper i {
    transform: scale(1.1);
}

/* Card Text */
.card-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

.card-text p {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.4s ease;
}

.modern-feature-card:hover .card-text h3 {
    color: var(--gold-primary);
}

.modern-feature-card:hover .card-text p {
    color: #cbd5e1;
}

/* Card Hover Effect */
.card-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(184, 134, 11, 0.05));
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modern-feature-card:hover .card-hover-effect {
    opacity: 1;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Large Desktop */
@media (min-width: 1400px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .section-title {
        font-size: 3.2rem;
    }
}

/* Desktop */
@media (max-width: 1399px) and (min-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .section-title {
        font-size: 2.8rem;
    }
}

/* Tablet Landscape */
@media (max-width: 1199px) and (min-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-title {
        font-size: 2.4rem;
    }
    
    .modern-feature-card {
        padding: 25px 20px;
    }
    
    .icon-wrapper {
        width: 65px;
        height: 65px;
    }
    
    .icon-wrapper i {
        font-size: 1.6rem;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) and (min-width: 768px) {
    .modern-features-section {
        padding: 100px 0;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
    
    .modern-feature-card {
        padding: 30px 20px;
    }
    
    .icon-wrapper {
        width: 75px;
        height: 75px;
    }
    
    .icon-wrapper i {
        font-size: 1.8rem;
    }
    
    .card-text h3 {
        font-size: 1.3rem;
    }
    
    .card-text p {
        font-size: 0.95rem;
    }
}

/* Mobile Large */
@media (max-width: 767px) and (min-width: 576px) {
    .modern-features-section {
        padding: 80px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .section-description {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .modern-feature-card {
        padding: 30px 25px;
    }
    
    .icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .icon-wrapper i {
        font-size: 1.6rem;
    }
    
    .card-text h3 {
        font-size: 1.2rem;
    }
    
    .card-text p {
        font-size: 0.9rem;
    }
    
    .floating-shape {
        display: none;
    }
}

/* Mobile Small */
@media (max-width: 575px) {
    .modern-features-section {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 2rem;
        padding: 0 20px;
    }
    
    .section-description {
        font-size: 0.95rem;
        padding: 0 20px;
    }
    
    .modern-feature-card {
        padding: 25px 20px;
    }
    
    .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .icon-wrapper i {
        font-size: 1.4rem;
    }
    
    .card-text h3 {
        font-size: 1.1rem;
    }
    
    .card-text p {
        font-size: 0.85rem;
    }
    
    .badge-text {
        padding: 10px 25px;
        font-size: 0.8rem;
    }
    
    .floating-shape {
        display: none;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .modern-features-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .modern-feature-card {
        padding: 20px 15px;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .icon-wrapper i {
        font-size: 1.2rem;
    }
    
    .card-text h3 {
        font-size: 1rem;
    }
    
    .card-text p {
        font-size: 0.8rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .modern-feature-card {
        backdrop-filter: blur(30px);
    }
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    .floating-shape,
    .badge-glow,
    .underline-dot,
    .icon-pulse {
        animation: none;
    }
    
    .modern-feature-card:hover {
        transform: none;
    }
    
    .modern-feature-card:hover .icon-wrapper {
        transform: none;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .modern-features-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    }
}

/* Print Styles */
@media print {
    .modern-features-section {
        background: white !important;
        color: black !important;
    }
    
    .floating-shape,
    .card-glow,
    .badge-glow {
        display: none !important;
    }
}


/* CSS from: iletisim.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

/* Modern Contact Page Styles - Using Site's Color Palette */
.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
    background: var(--white);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInUp 1s ease-out;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--blue-primary);
    margin-bottom: 20px;
    position: relative;
}

.section-title h2 span {
    background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* .section-title h2::after - Mavi çizgi kaldırıldı */

/* Equal Height Row */
.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.h-100 {
    height: 100% !important;
}

/* Contact Form Styles */
.contact-form {
    background: var(--white);
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(6, 47, 103, 0.1);
    transform: translateY(0);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.3s both;
    border: 1px solid rgba(6, 47, 103, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
}

.form-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--blue-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-header h3 i {
    color: var(--blue-primary);
    font-size: 1.8rem;
    margin-right: 12px;
}

.form-header p {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 0;
}

.contact-form-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(6, 47, 103, 0.15);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    position: relative;
}

.input-wrapper, .textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i, .textarea-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue-primary);
    font-size: 1.1rem;
    z-index: 2;
    transition: all 0.3s ease;
}

.textarea-wrapper i {
    top: 20px;
    transform: none;
}

.contact-form-inner input,
.contact-form-inner textarea {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
}

.contact-form-inner textarea {
    padding: 15px 15px 15px 50px;
    min-height: 260px;
    resize: vertical;
}

.contact-form-inner input:focus,
.contact-form-inner textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background: var(--white);
}

.contact-form-inner input:focus + i,
.contact-form-inner textarea:focus + i {
    color: var(--blue-primary);
    transform: scale(1.1);
}

.contact-form-inner input::placeholder,
.contact-form-inner textarea::placeholder {
    color: #64748b;
    font-weight: 500;
}

.submit-btn {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    color: var(--white);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary));
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(6, 47, 103, 0.4);
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

/* Map Container Styles */
.map-container {
    background: var(--white);
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(6, 47, 103, 0.1);
    animation: fadeInUp 1s ease-out 0.6s both;
    border: 1px solid rgba(6, 47, 103, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.map-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.map-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #f8f9fa;
}

.map-title h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--blue-primary);
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.map-title h3 i {
    color: var(--blue-primary);
    font-size: 1.8rem;
    margin-right: 12px;
}

.map-title p {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

.map-wrapper {
    position: relative;
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.map-wrapper:hover .map-overlay {
    transform: translateY(0);
    opacity: 1;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.location-item i {
    color: var(--blue-primary);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.location-item span {
    color: var(--blue-primary);
    font-size: 0.95rem;
    font-weight: 500;
}

.map-container iframe {
    border-radius: 15px;
    width: 100%;
    height: 400px;
    border: none;
    flex: 1;
    min-height: 350px;
    transition: all 0.3s ease;
}

.map-container:hover iframe {
    transform: scale(1.02);
}

.map-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.map-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.map-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.map-btn:hover::before {
    left: 100%;
}

.map-btn:first-child {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    color: var(--white);
    box-shadow: 0 8px 20px rgba(6, 47, 103, 0.3);
}

.map-btn:first-child:hover {
    background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary));
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(6, 47, 103, 0.4);
    color: var(--white);
    text-decoration: none;
}

.map-btn.secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--blue-primary);
    border: 2px solid #e9ecef;
    backdrop-filter: blur(10px);
}

.map-btn.secondary:hover {
    background: var(--gold-primary);
    color: var(--white);
    border-color: var(--gold-primary);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);
    text-decoration: none;
}

.map-btn i {
    transition: transform 0.3s ease;
}

.map-btn:hover i {
    transform: scale(1.1);
}

/* Contact Info Section */
.contact-infos {
    padding: 80px 0;
    background: #ffffff;
}

.single-contact-info {
    text-align: center;
    padding: 20px 15px;
    background: #ffffff !important;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(6, 47, 103, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out;
    border: 1px solid rgba(6, 47, 103, 0.05);
    position: relative;
    overflow: hidden;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}

.single-contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

.single-contact-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(6, 47, 103, 0.15);
}

.single-contact-info:nth-child(1) { animation-delay: 0.1s; }
.single-contact-info:nth-child(2) { animation-delay: 0.2s; }
.single-contact-info:nth-child(3) { animation-delay: 0.3s; }
.single-contact-info:nth-child(4) { animation-delay: 0.4s; }

.contact-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.2);
}

.contact-icon i {
    font-size: 0.9rem;
    color: var(--white);
}

.contact-text p {
    color: #272727;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.contact-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.contact-link:hover .single-contact-info {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(6, 47, 103, 0.15);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .inner-banner h2 {
        font-size: 3.2rem !important;
    }
    
    .section-title h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .inner-banner {
        padding: 90px 0 !important;
    }
    
    .inner-banner h2 {
        font-size: 2.8rem !important;
    }
    
    .contact-section {
        padding: 80px 0;
    }
    
    .contact-form {
        margin-top: 40px;
    }
    
    .equal-height > .col-lg-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.2rem !important;
        letter-spacing: 1px !important;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .equal-height > .col-lg-6 {
        margin-bottom: 25px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Adınız input alanını büyüt */
    .form-row:first-child .form-group:first-child {
        grid-column: 1 / -1 !important;
    }
    
    .form-row:first-child .form-group:first-child input {
        width: 100% !important;
    }
    
    .contact-form-inner input,
    .contact-form-inner textarea {
        padding: 12px 15px 12px 45px;
        font-size: 14px;
    }
    
    .input-wrapper i, .textarea-wrapper i {
        font-size: 1rem;
        left: 12px;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    .map-header {
        text-align: center;
    }
    
    .map-title h3 {
        font-size: 1.5rem;
    }
    
    .map-title h3 i,
    .form-header h3 i {
        font-size: 1rem;
    }
    
    .map-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .map-btn {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .single-contact-info {
        padding: 20px 15px !important;
        height: 90px !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
    }
    
    .contact-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .contact-icon i {
        font-size: 1rem !important;
    }
    
    .contact-text p {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
    }
    
    /* Form responsive düzenlemeleri - welcome.blade.php ile aynı */
    .contact-form {
        padding: 25px 20px !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    .contact-form-inner input,
    .contact-form-inner textarea {
        padding: 12px 12px 12px 45px !important;
        font-size: 1.2rem !important;
    }
    
    .contact-form-inner textarea {
        min-height: 120px !important;
        max-height: 120px !important;
        resize: none !important;
    }
    
    .input-wrapper i, .textarea-wrapper i {
        font-size: 1rem !important;
        left: 12px !important;
    }
    
    .submit-btn {
        padding: 12px 25px !important;
        font-size: 1rem !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 576px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-infos {
        padding: 60px 0;
    }
    
    .map-container iframe {
        height: 250px;
    }
    
    .map-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .map-title h3 {
        font-size: 1.3rem;
    }
    
    .map-title h3 i,
    .form-header h3 i {
        font-size: 0.9rem;
    }
    
    .map-title p {
        font-size: 0.9rem;
    }
    
    .map-overlay {
        top: 15px;
        left: 15px;
        right: 15px;
        padding: 15px;
    }
    
    .location-item {
        gap: 10px;
        padding: 6px 0;
    }
    
    .location-item i {
        font-size: 1rem;
        width: 18px;
    }
    
    .location-item span {
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .single-contact-info {
        height: 80px !important;
        padding: 18px 15px !important;
        gap: 10px !important;
        margin-bottom: 15px !important;
    }
    
    .contact-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .contact-icon i {
        font-size: 0.9rem !important;
    }
    
    .contact-text p {
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }
    
    /* Form responsive düzenlemeleri - küçük ekranlar - welcome.blade.php ile aynı */
    .contact-form {
        padding: 20px 15px !important;
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .contact-form-inner input,
    .contact-form-inner textarea {
        padding: 10px 10px 10px 40px !important;
        font-size: 1.1rem !important;
    }
    
    .contact-form-inner textarea {
        min-height: 100px !important;
        max-height: 100px !important;
        resize: none !important;
    }
    
    .input-wrapper i, .textarea-wrapper i {
        font-size: 1rem !important;
        left: 10px !important;
    }
    
    .submit-btn {
        padding: 10px 20px !important;
        font-size: 0.95rem !important;
        margin-top: 8px !important;
    }
    
    /* Adınız input alanını büyüt - küçük ekranlar */
    .form-row:first-child .form-group:first-child {
        grid-column: 1 / -1 !important;
    }
    
    .form-row:first-child .form-group:first-child input {
        width: 100% !important;
    }
    
    /* Başlık responsive düzenlemeleri */
    .section-header h2 {
        font-size: 2.2rem !important;
        white-space: normal !important;
    }
    
    .section-header p {
        font-size: 1.1rem !important;
    }
}

/* Loading Animation */
.loading {
    opacity: 0;
    transform: translateY(20px);
}

.loaded {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}


/* CSS from: kagit-ve-ambalaj-sektoru.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: lineerhareket.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.lineerhareket-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lineerhareket-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.lineerhareket-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.lineerhareket-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.lineerhareket-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lineerhareket-card:hover .lineerhareket-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.lineerhareket-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lineerhareket-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.lineerhareket-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.lineerhareket-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lineerhareket-card {
        margin-bottom: 20px;
    }
    
    .lineerhareket-info {
        padding: 15px;
    }
    
    .lineerhareket-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .lineerhareket-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}


/* CSS from: lineerhareketicerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: maden-sektoru.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: makina-imalati.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: markalar.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}

/* Marka Kartları Stilleri */
.single-project-item {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(6, 47, 103, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
}

.single-project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(6, 47, 103, 0.15);
}

.img-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-project-item:hover .img-box img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-project-item:hover .overlay {
    opacity: 1;
}

.box {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.title h3 {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single-project-item {
        margin-bottom: 20px;
    }
    
    .title h3 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .title h3 {
        font-size: 0.95rem;
    }
}


/* CSS from: mermer-sektoru.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: motorlar.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.motorlar-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.motorlar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.motorlar-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.motorlar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.motorlar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.motorlar-card:hover .motorlar-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.motorlar-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.motorlar-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.motorlar-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.motorlar-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .motorlar-card {
        margin-bottom: 20px;
    }
    
    .motorlar-info {
        padding: 15px;
    }
    
    .motorlar-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .motorlar-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}


/* CSS from: motorlaricerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: reduktorler.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.reduktorler-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reduktorler-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.reduktorler-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.reduktorler-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.reduktorler-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reduktorler-card:hover .reduktorler-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.reduktorler-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reduktorler-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.reduktorler-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.reduktorler-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .reduktorler-card {
        margin-bottom: 20px;
    }
    
    .reduktorler-info {
        padding: 15px;
    }
    
    .reduktorler-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .reduktorler-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}


/* CSS from: reduktorlericerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: rulmanlar.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.rulman-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rulman-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.rulman-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.rulman-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.rulman-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rulman-card:hover .rulman-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.rulman-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rulman-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.rulman-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rulman-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rulman-card {
        margin-bottom: 20px;
    }
    
    .rulman-info {
        padding: 15px;
    }
    
    .rulman-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .rulman-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}

/* ==============================
   ABOUT TEXT TEXT WRAPPING FIXES
   ============================== */

.about-text {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
}

.about-text p {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
}

.about-text * {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
}


/* CSS from: rulmanlaricerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: savunma-sanayi.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: segmanlarveburclar.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}
.segmanlarveburclar-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.segmanlarveburclar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.segmanlarveburclar-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.segmanlarveburclar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.segmanlarveburclar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.segmanlarveburclar-card:hover .segmanlarveburclar-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.overlay-content h4 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-content .btn {
    background: var(--white);
    color: var(--blue-primary);
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overlay-content .btn:hover {
    background: var(--gold-light);
    transform: scale(1.05);
}

.segmanlarveburclar-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.segmanlarveburclar-info h5 {
    color: var(--blue-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.segmanlarveburclar-info .btn {
    align-self: flex-start;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.segmanlarveburclar-info .btn:hover {
    transform: translateY(-2px);
}

.empty-state {
    padding: 60px 20px;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .segmanlarveburclar-card {
        margin-bottom: 20px;
    }
    
    .segmanlarveburclar-info {
        padding: 15px;
    }
    
    .segmanlarveburclar-info h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        margin-bottom: 20px;
    }
    
    .segmanlarveburclar-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .overlay-content h4 {
        font-size: 1rem;
    }
}


/* CSS from: segmanlarveburclaricerik.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Modern Hero Section */
    .hero-banner {
        background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 50%, var(--gold-primary) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .hero-banner h2 {
        color: var(--white);
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        position: relative;
        z-index: 2;
    }

    .hero-banner h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--gold-primary);
        margin: 20px auto 0;
        border-radius: 2px;
    }

    /* Modern Content Section */
    .content-section {
        padding: 80px 0;
        background: var(--bg-light);
    }

    /* Sidebar Styling */
    .sidebar-widget {
        background: var(--white);
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 30px;
        position: sticky;
        top: 30px;
        transition: all 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .sidebar-widget h4 {
        color: var(--blue-primary);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--gold-primary);
    }

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

    .sidebar-menu li {
        margin-bottom: 8px;
    }

    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        color: var(--text-secondary);
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .sidebar-menu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        transition: width 0.3s ease;
        z-index: -1;
    }

    .sidebar-menu a:hover::before {
        width: 100%;
    }

    .sidebar-menu a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .sidebar-menu li.active a {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    /* Content Card */
    .content-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

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

    .content-header {
        background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
        padding: 40px;
        color: var(--white);
        position: relative;
    }

    .content-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright), var(--gold-primary));
    }

    .content-body {
        padding: 40px;
    }

    .content-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 30px;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    /* Image Styling */
    .product-image-container {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .product-image-container:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

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

    .product-image-container:hover .product-image {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero-banner {
            padding: 80px 0 60px;
        }

        .hero-banner h2 {
            font-size: 2.5rem;
        }

        .content-section {
            padding: 60px 0;
        }

        .sidebar-widget {
            margin-bottom: 30px;
            position: static;
        }

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

        .content-header h3 {
            font-size: 2rem;
        }

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

        .content-text {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .hero-banner h2 {
            font-size: 2rem;
        }

        .content-header h3 {
            font-size: 1.8rem;
        }

        .sidebar-widget {
            padding: 20px;
        }

        .content-header,
        .content-body {
            padding: 25px 15px;
        }
    }

    /* Animation Classes */
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-in-left {
        animation: slideInLeft 0.8s ease-out;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


/* CSS from: sertifikalar.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Responsive Design for Header */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
}

/* Sertifika Kartları Stilleri */
.single-project-item {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(6, 47, 103, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
}

.single-project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(6, 47, 103, 0.15);
}

.img-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-project-item:hover .img-box img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(6, 47, 103, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-project-item:hover .overlay {
    opacity: 1;
}

.box {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.title h3 {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single-project-item {
        margin-bottom: 20px;
    }
    
    .title h3 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.8), rgba(6, 47, 103, 0.8));
    }
    
    .title h3 {
        font-size: 0.95rem;
    }
}


/* CSS from: tarim-aleti-imalat-sektoru.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.news-content {
    padding: 60px 0;
    background: #ecf0f1;
    min-height: 600px;
}

.sidebar-container {
    position: relative;
}

.service-link-widget {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 0;
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.service-link-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.service-link-widget h4 {
    background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-dark) 100%);
    color: var(--white);
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link-widget li {
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-link-widget li:last-child {
    border-bottom: none;
}

.service-link-widget li:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.service-link-widget li.active {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    position: relative;
}

.service-link-widget li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--blue-primary);
}

.service-link-widget a {
    display: block;
    padding: 18px 25px;
    color: var(--blue-primary);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-link-widget li.active a {
    color: var(--white);
    font-weight: 500;
}

.service-link-widget a:hover {
    color: var(--gold-primary);
    text-decoration: none;
}

.service-link-widget li.active a:hover {
    color: var(--white);
}

.content-main {
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.content-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
}

.img-container {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.3), rgba(6, 47, 103, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

.content-text {
    padding: 50px;
    position: relative;
}

.content-text::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blue-primary);
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid var(--gold-light);
    margin-left: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .service-link-widget {
        margin-bottom: 30px;
        position: static;
    }
    
    .content-text {
        padding: 40px 30px;
    }
    
    .img-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .news-content {
        padding: 40px 0;
    }
    
    .content-text {
        padding: 30px 20px;
    }
    
    .content-text p {
        font-size: 1rem;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .img-container {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .service-link-widget h4 {
        padding: 15px;
        font-size: 1rem;
    }
    
    .service-link-widget a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .content-text {
        padding: 25px 15px;
    }
    
    .content-text::before {
        top: 20px;
        left: 20px;
        width: 40px;
    }
}


/* CSS from: urunler.blade.php */
:root {
    --gold-primary: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F4E4BC;
    --blue-primary: #062f67;
    --blue-dark: #0a4a8a;
    --blue-light: #1e5aa0;
    --blue-accent: #3498db;
    --white: #fff;
    --black: #000;
}

.inner-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.inner-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/resources/inner-banner.jpg') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.inner-banner h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

/* Modern Products Section Styles */
.products-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 600px;
}

.products-container {
    position: relative;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--blue-primary), var(--gold-dark), var(--blue-dark));
    z-index: 2;
}

.product-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(212, 175, 55, 0.9);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-actions {
    display: flex;
    gap: 15px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.product-card:hover .product-actions {
    transform: translateY(0);
    opacity: 1;
}

.action-btn {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.action-btn:hover {
    background: var(--blue-primary);
    color: var(--white);
    transform: scale(1.1);
}

.product-content {
    padding: 30px;
    position: relative;
}

.product-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--blue-primary);
    margin: 0 0 15px 0;
    text-align: center;
    position: relative;
}

.product-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
}

.product-description {
    color: #7f8c8d;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 991px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 3rem;
    }
    
    .products-section {
        padding: 60px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .product-title {
        font-size: 1.5rem;
    }
    
    .product-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .inner-banner h2 {
        font-size: 2.5rem;
    }
    
    .products-section {
        padding: 50px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    
    .product-image {
        height: 250px;
    }
    
    .product-content {
        padding: 25px;
    }
    
    .product-title {
        font-size: 1.4rem;
    }
    
    .product-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .inner-banner h2 {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .product-image {
        height: 220px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 1.3rem;
    }
    
    .product-description {
        font-size: 0.9rem;
    }
    
    .action-btn {
        width: 45px;
        height: 45px;
    }
}

/* Ürün Çeşitleri Stilleri */
.product-varieties {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.product-varieties h4 {
    color: var(--blue-primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-varieties ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-varieties li {
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0;
    position: relative;
    padding-left: 15px;
}

.product-varieties li::before {
    content: '•';
    color: var(--gold-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
}

.product-varieties li:last-child {
    color: var(--blue-primary);
    font-weight: 600;
    font-style: italic;
}

/* Responsive ürün çeşitleri */
@media (max-width: 768px) {
    .product-varieties {
        margin-top: 12px;
        padding-top: 12px;
    }

    .product-varieties h4 {
        font-size: 13px;
    }

    .product-varieties li {
        font-size: 12px;
        padding: 2px 0;
        padding-left: 12px;
    }
}


/* CSS from: welcome.blade.php */
/* Altın + Koyu Mavi Renk Paleti */
    :root {
        --gold-primary: #D4AF37;
        --gold-dark: #B8860B;
        --gold-bright: #FFD700;
        --gold-antique: #8B6914;
        --blue-primary: #062f67;
        --blue-dark: #0a4a8a;
        --blue-light: #1e5aa0;
        --blue-accent: #3498db;
        --text-dark: #1A1A1A;
        --text-secondary: #2D2D2D;
        --text-muted: #4A4A4A;
        --bg-light: #F5F5F5;
        --white: #FFFFFF;
        --brown-warm: #8B4513;
        --brown-peru: #CD853F;
        --slate-dark: #2F4F4F;
    }

    /* Genel renk güncellemeleri */
    .thm-btn {
        background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark)) !important;
        border: none !important;
        color: var(--white) !important;
    }

    .thm-btn:hover {
        background: linear-gradient(45deg, var(--gold-dark), var(--gold-antique)) !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
    }

    .thm-blue-bg {
        background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark)) !important;
    }

    .thm-blue-bg:hover {
        background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary)) !important;
    }
.our-services * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .our-services {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            position: relative;
            padding: 80px 0;
        }

        .our-services .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .our-services .section-title {
            text-align: center;
            margin-bottom: 60px;
        }



        .our-services .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }

        .our-services .service-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            border: 1px solid #f8f9fa;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .our-services .service-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        }

        .our-services .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright));
            background-size: 300% 300%;
            animation: gradientMove 4s ease infinite;
        }

        @keyframes gradientMove {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .our-services .img-container {
            position: relative;
            height: 240px;
            overflow: hidden;
        }

        .our-services .service-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .our-services .service-card:hover .service-image {
            transform: scale(1.1);
        }

        .our-services .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(212, 175, 55, 0.9);
            opacity: 0;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .our-services .service-card:hover .image-overlay {
            opacity: 1;
        }

        .our-services .overlay-icon {
            color: white;
            font-size: 3.5rem;
            transform: scale(0) rotate(180deg);
            transition: all 0.4s ease 0.1s;
        }

        .our-services .service-card:hover .overlay-icon {
            transform: scale(1) rotate(0deg);
        }

        .our-services .card-content {
            padding: 30px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .our-services .service-title {
            color: var(--text-dark);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-decoration: none;
            display: block;
            transition: color 0.3s ease;
        }

        .our-services .service-title:hover {
            color: var(--gold-primary);
            text-decoration: none;
        }

        .our-services .service-title h3 {
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            margin: 0;
        }

        .our-services .service-description {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
    flex-grow: 1;
}

        .our-services .service-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            background: linear-gradient(45deg, #3498db, #2980b9);
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 14px 28px;
            border-radius: 50px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: none;
            width: fit-content;
            align-self: flex-start;
        }

        .our-services .service-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .our-services .service-link:hover::before {
            left: 100%;
        }

        .our-services .service-link:hover {
            background: linear-gradient(45deg, #2980b9, #3498db);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(52, 152, 219, 0.4);
            text-decoration: none;
            color: #ffffff;
        }

        .our-services .service-link i {
            transition: transform 0.3s ease;
            font-size: 0.9rem;
        }

        .our-services .service-link:hover i {
            transform: translateX(5px);
        }

        /* Tüm butonlar için tek renk teması */
        .our-services .service-card .service-link {
            background: linear-gradient(45deg, #112633, #1e3a8a);
        }
        .our-services .service-card .service-link:hover {
            background: linear-gradient(45deg, #1e3a8a, #112633);
            box-shadow: 0 10px 25px rgba(17, 38, 51, 0.4);
        }

        /* Loading animation */
        .our-services .service-card {
            animation: fadeInUp 0.8s ease forwards;
            opacity: 0;
            transform: translateY(50px);
        }

        .our-services .service-card:nth-child(1) { animation-delay: 0.1s; }
        .our-services .service-card:nth-child(2) { animation-delay: 0.2s; }
        .our-services .service-card:nth-child(3) { animation-delay: 0.3s; }
        .our-services .service-card:nth-child(4) { animation-delay: 0.4s; }
        .our-services .service-card:nth-child(5) { animation-delay: 0.5s; }
        .our-services .service-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .our-services .faq-title {
                font-size: 2.5rem;
            }
            
            .our-services .faq-subtitle {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 768px) {
            .our-services .services-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .our-services .faq-title {
                font-size: 2.2rem;
            }

            .our-services .faq-subtitle {
                font-size: 1rem;
            }

            .our-services .img-container {
                height: 200px;
            }

            .our-services .card-content {
                padding: 25px;
            }

            .our-services .service-title {
                font-size: 1.3rem;
            }

            .our-services .service-description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .our-services .container {
                padding: 0 15px;
            }

            .our-services {
                padding: 60px 0;
            }



            .our-services .services-grid {
                gap: 20px;
            }

            .our-services .img-container {
                height: 180px;
            }

            .our-services .card-content {
                padding: 20px;
            }

            .our-services .service-link {
                padding: 12px 24px;
                font-size: 0.9rem;
            }
        }
/* Modern Features Section Styles */
.our-features {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.our-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 1;
}

.our-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.features-header {
    text-align: center;
    margin-bottom: 80px;
    color: white;
}

.features-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.features-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, var(--gold-primary), var(--gold-bright));
    border-radius: 2px;
}

.features-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 400;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.feature-icon {
    margin-bottom: 25px;
    position: relative;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(6, 47, 103, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
}

.feature-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(6, 47, 103, 0.4);
}

.feature-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

.feature-icon-svg {
    font-size: 3rem;
    color: white;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

.icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 47, 103, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.feature-card:hover .icon-overlay {
    opacity: 1;
}

.icon-overlay i {
    color: white;
    font-size: 2.5rem;
    transform: scale(0) rotate(180deg);
    transition: all 0.4s ease 0.1s;
}

.feature-card:hover .icon-overlay i {
    transform: scale(1) rotate(0deg);
}

.feature-content {
    position: relative;
    z-index: 2;
}

.counter-wrapper {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.counter {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--blue-primary);
    line-height: 1;
    transition: all 0.3s ease;
}

.counter-suffix {
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue-primary);
    line-height: 1;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.feature-description {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.feature-decoration {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #4A90E2, #667eea);
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.feature-decoration:nth-child(2) {
    top: -30px;
    left: -30px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    animation-delay: -3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(180deg); }
}

/* Loading animations */
.features-header {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.feature-card {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease forwards;
}

.feature-card:nth-child(1) { animation-delay: 0.2s; }
.feature-card:nth-child(2) { animation-delay: 0.4s; }
.feature-card:nth-child(3) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Counter Animation */
.counter.animated {
    animation: countUp 2s ease-out forwards;
}

@keyframes countUp {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    
    .features-title {
        font-size: 2.5rem;
    }
    
    .feature-card {
        padding: 35px 25px;
    }
    
    .counter {
        font-size: 3rem;
    }
    
    .counter-suffix {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .our-features {
        padding: 50px 0;
    }
    
    .features-title {
        font-size: 2.2rem;
    }
    
    .features-subtitle {
        font-size: 1.1rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .feature-img {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon-svg {
        font-size: 2.5rem;
    }
    
    .counter {
        font-size: 2.5rem;
    }
    
    .counter-suffix {
        font-size: 1.5rem;
    }
    
    .feature-title {
        font-size: 1.3rem;
    }
    
    .feature-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .our-features {
        padding: 40px 0;
    }
    
    .our-features .container {
        padding: 0 15px;
    }
    
    .features-title {
        font-size: 1.9rem;
    }
    
    .features-subtitle {
        font-size: 1rem;
    }
    
    .features-header {
        margin-bottom: 60px;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
    
    .icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .feature-img {
        width: 45px;
        height: 45px;
    }
    
    .feature-icon-svg {
        font-size: 2rem;
    }
    
    .counter {
        font-size: 2.2rem;
    }
    
    .counter-suffix {
        font-size: 1.3rem;
    }
    
    .feature-title {
        font-size: 1.2rem;
    }
    
    .feature-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}
.about-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .about-section {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 60px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            position: relative;
            overflow: hidden;
        }

        .about-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: none;
            opacity: 0;
            z-index: 1;
        }

        .about-section .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .about-section .section-title {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }

        .about-section .section-title h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .about-section .section-title h2 span {
            position: relative;
            z-index: 2;
        }



        .about-section .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .about-section .img-container {
            position: relative;
            overflow: visible;
        }

        .about-section .image-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
        }

        .about-section .image-wrapper:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        .about-section .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(17, 38, 51, 0.8), rgba(30, 58, 138, 0.8));
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .about-section .image-wrapper:hover .image-overlay {
            opacity: 1;
        }

        .about-section .overlay-content {
            text-align: center;
            color: white;
        }

        .about-section .overlay-content i {
            font-size: 3rem;
            margin-bottom: 15px;
            display: block;
        }

        .about-section .overlay-content span {
            font-size: 1.2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .about-section .floating-badge {
            position: absolute;
            top: -20px;
            right: -20px;
            background: linear-gradient(135deg, #4A90E2, #667eea);
            color: white;
            padding: 15px 20px;
            border-radius: 50px;
            box-shadow: 0 10px 30px rgba(74, 144, 226, 0.3);
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            z-index: 10;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }



        .about-section .about-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .about-section .image-wrapper:hover .about-image {
            transform: scale(1.05);
        }



        .about-section .text-content {
            position: relative;
        }

        .about-section .content-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .about-section .icon-badge {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
            flex-shrink: 0;
        }

        .about-section .icon-badge i {
            font-size: 1.5rem;
            color: white;
        }

        .about-section .content-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #112633;
            margin: 20px 0 20px 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            line-height: 1;
        }

        /* About section için content-header'ın arka plan rengini kaldır */
        .about-section .content-header::after {
            display: none !important;
        }

        .about-section .content-header {
            background: none !important;
        }



        .about-section .about-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: justify;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

        .about-section .about-paragraph:nth-child(2) {
            animation-delay: 0.2s;
        }

        .about-section .about-paragraph:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .about-section .about-paragraph::first-letter {
            font-size: 3rem;
            font-weight: 700;
            float: left;
            line-height: 1;
            margin: 8px 8px 0 0;
            color: var(--gold-primary);
        }

        .about-section .highlight-stats {
            display: flex;
            gap: 20px;
            margin: 40px 0;
            justify-content: space-between;
        }

        .about-section .stat-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            flex: 1;
        }

        .about-section .stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            background: rgba(255, 255, 255, 1);
        }

        .about-section .stat-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .about-section .stat-icon i {
            font-size: 1.2rem;
            color: white;
        }

        .about-section .stat-content {
            display: flex;
            flex-direction: column;
        }

        .about-section .stat-number {
            font-size: 1.8rem;
            font-weight: 800;
            color: #112633;
            margin-bottom: 5px;
        }

        .about-section .stat-label {
    font-size: 0.8rem;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

        .about-section .cta-section {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 40px;
        }

        .about-section .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
            color: white;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        }

        .about-section .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .about-section .cta-button:hover::before {
            left: 100%;
        }

        .about-section .cta-button:hover {
            background: linear-gradient(45deg, var(--gold-dark), var(--gold-antique));
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
            text-decoration: none;
            color: white;
        }

        .about-section .cta-button i {
            transition: transform 0.3s ease;
        }

        .about-section .cta-button:hover i {
            transform: translateX(5px);
        }

        .about-section .trust-indicators {
            display: flex;
            gap: 20px;
        }

        .about-section .trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 15px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .about-section .trust-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            background: rgba(255, 255, 255, 1);
        }

        .about-section .trust-item i {
            color: var(--gold-primary);
            font-size: 1rem;
        }

        .about-section .trust-item span {
            font-size: 0.9rem;
            font-weight: 600;
            color: #112633;
        }

        /* Loading animasyonları */
        .about-section .img-container {
            opacity: 0;
            transform: translateX(-50px);
            animation: slideInLeft 1s ease forwards 0.3s;
        }

        .about-section .text-content {
            opacity: 0;
            transform: translateX(50px);
            animation: slideInRight 1s ease forwards 0.5s;
        }

        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .about-section .about-content {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .about-section .section-title h2 {
                font-size: 2.5rem;
            }

            .about-section .about-image {
                height: 350px;
            }

            .about-section .highlight-stats {
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .about-section {
                padding: 50px 0;
            }

            .about-section .section-title {
                margin-bottom: 60px;
            }

            .about-section .section-title h2 {
                font-size: 2.2rem;
            }

            .about-section .about-content {
                gap: 40px;
            }

            .about-section .about-image {
                height: 300px;
            }

            .about-section .content-header {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .about-section .content-title {
                font-size: 1.8rem;
                margin: 16px 0 15px 0;
                gap: 10px;
                line-height: 1;
            }

            .about-section .highlight-stats {
                flex-direction: column;
                gap: 15px;
            }

            .about-section .stat-item {
                justify-content: center;
            }

            .about-section .cta-section {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .about-section .trust-indicators {
                justify-content: center;
                flex-wrap: wrap;
            }

            .about-section .about-paragraph {
                font-size: 1rem;
                line-height: 1.7;
            }

            .about-section .text-content::before {
                left: -20px;
                height: 40px;
            }

            .about-section .highlight-stats {
                gap: 15px;
            }

            .about-section .stat-item {
                padding: 15px;
                min-width: 100px;
            }

            .about-section .stat-number {
                font-size: 1.5rem;
            }

            .about-section .stat-label {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .about-section .container {
                padding: 0 15px;
            }

            .about-section {
                padding: 40px 0;
            }

            .about-section .section-title h2 {
                font-size: 1.9rem;
            }

            .about-section .about-image {
                height: 250px;
            }

            .about-section .about-paragraph::first-letter {
                font-size: 2.5rem;
                margin: 5px 5px 0 0;
            }

            .about-section .highlight-stats {
                flex-direction: column;
                gap: 15px;
            }

            .about-section .stat-item {
                min-width: auto;
            }

            .about-section .cta-button {
                padding: 12px 25px;
                font-size: 0.9rem;
            }
        }
/* Modern Call to Action Section Styles */
.call-to-action-home {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.call-to-action-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 1;
}

.call-to-action-home .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cta-text {
    color: white;
}

.cta-title {
    margin-bottom: 20px;
    line-height: 1.2;
}

.brand-name {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--blue-primary);
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0 2px 4px rgba(74, 144, 226, 0.3);
}

.brand-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4A90E2;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(74, 144, 226, 0.3);
}

.tagline {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #ecf0f1;
    margin-bottom: 15px;
}

.cta-description {
    font-size: 1.3rem;
    color: #bdc3c7;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.5;
}

.cta-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    color: #ecf0f1;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    color: #3498db;
}

.feature-item i {
    color: var(--blue-primary);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.feature-item:hover i {
    transform: scale(1.2);
    color: var(--blue-dark);
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    min-width: 250px;
    justify-content: center;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-btn:hover::before {
    left: 100%;
}

.cta-btn.primary {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    color: white;
    box-shadow: 0 10px 30px rgba(6, 47, 103, 0.3);
}

.cta-btn.primary:hover {
    background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary));
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(6, 47, 103, 0.4);
    color: white;
    text-decoration: none;
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold-primary);
    border: 2px solid var(--gold-primary);
    backdrop-filter: blur(10px);
}

.cta-btn.secondary:hover {
    background: var(--gold-primary);
    border-color: var(--gold-primary);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.3);
    color: white;
    text-decoration: none;
}

.cta-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-btn:hover i {
    transform: translateX(5px);
}

.cta-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #3498db, #e74c3c);
    opacity: 0.1;
    animation: float 8s ease-in-out infinite;
}

.floating-element:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 20%;
    animation-delay: -2s;
}

.floating-element:nth-child(3) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 30%;
    animation-delay: -4s;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
        opacity: 0.1;
    }
    50% { 
        transform: translateY(-20px) rotate(180deg); 
        opacity: 0.2;
    }
}

/* Loading animations */
.cta-content {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease forwards;
}

.cta-text {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 1s ease forwards 0.3s;
}

.cta-actions {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 1s ease forwards 0.5s;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .cta-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center !important;
    }
    
    .cta-text {
        order: 1 !important;
    }
    
    .cta-actions {
        order: 2 !important;
        align-items: center !important;
    }
    
    .cta-features {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item {
        justify-content: center !important;
        text-align: center !important;
    }
    
    .brand-name {
        font-size: 2.8rem !important;
    }
    
    .tagline {
        font-size: 1.6rem !important;
    }
    
    .cta-description {
        font-size: 1.1rem !important;
    }
    
    .cta-btn {
        min-width: 200px !important;
        width: 100% !important;
        max-width: 300px !important;
    }
}

@media (max-width: 768px) {
    .call-to-action-home {
        padding: 40px 0 !important;
    }
    
    .call-to-action-home .container {
        padding: 0 20px !important;
    }
    
    .cta-content {
        gap: 30px !important;
    }
    
    .brand-name {
        font-size: 2.2rem !important;
    }
    
    .tagline {
        font-size: 1.3rem !important;
    }
    
    .cta-description {
        font-size: 1rem !important;
        margin-bottom: 20px !important;
    }
    
    .cta-features {
        gap: 10px !important;
        margin-bottom: 25px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item {
        font-size: 0.95rem !important;
        gap: 8px !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item i {
        font-size: 1rem !important;
    }
    
    .cta-actions {
        gap: 15px !important;
        width: 100% !important;
    }
    
    .cta-btn {
        padding: 12px 20px !important;
        font-size: 0.9rem !important;
        min-width: 180px !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 250px !important;
    }
    
    .cta-btn i {
        font-size: 1rem !important;
    }
    
    .floating-element:nth-child(1) {
        width: 50px !important;
        height: 50px !important;
    }
    
    .floating-element:nth-child(2) {
        width: 35px !important;
        height: 35px !important;
    }
    
    .floating-element:nth-child(3) {
        width: 25px !important;
        height: 25px !important;
    }
}

@media (max-width: 480px) {
    .call-to-action-home {
        padding: 30px 0 !important;
    }
    
    .call-to-action-home .container {
        padding: 0 15px !important;
    }
    
    .cta-content {
        gap: 25px !important;
    }
    
    .brand-name {
        font-size: 1.8rem !important;
    }
    
    .tagline {
        font-size: 1.1rem !important;
    }
    
    .cta-description {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }
    
    .cta-features {
        gap: 8px !important;
        margin-bottom: 20px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item {
        font-size: 0.85rem !important;
        gap: 6px !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item i {
        font-size: 0.9rem !important;
    }
    
    .cta-actions {
        gap: 12px !important;
    }
    
    .cta-btn {
        padding: 10px 16px !important;
        font-size: 0.85rem !important;
        min-width: 160px !important;
        gap: 6px !important;
        max-width: 220px !important;
    }
    
    .cta-btn i {
        font-size: 0.9rem !important;
    }
    
    .floating-element {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .call-to-action-home {
        padding: 25px 0 !important;
    }
    
    .call-to-action-home .container {
        padding: 0 10px !important;
    }
    
    .cta-content {
        gap: 20px !important;
    }
    
    .brand-name {
        font-size: 1.6rem !important;
    }
    
    .tagline {
        font-size: 1rem !important;
    }
    
    .cta-description {
        font-size: 0.85rem !important;
        margin-bottom: 12px !important;
    }
    
    .cta-features {
        gap: 6px !important;
        margin-bottom: 15px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item {
        font-size: 0.8rem !important;
        gap: 5px !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .feature-item i {
        font-size: 0.85rem !important;
    }
    
    .cta-actions {
        gap: 10px !important;
    }
    
    .cta-btn {
        padding: 8px 14px !important;
        font-size: 0.8rem !important;
        min-width: 140px !important;
        gap: 5px !important;
        max-width: 200px !important;
    }
    
    .cta-btn i {
        font-size: 0.85rem !important;
    }
}
/* Modern FAQ Section Styles */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 1;
}

.faq-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 3rem;
    font-weight: 700;
    color: #112633;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #112633, #1e3a8a);
    border-radius: 2px;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #2c3e50;
    margin: 0;
    font-weight: 500;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(17, 38, 51, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(17, 38, 51, 0.1);
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item:hover::before,
.faq-item.active::before {
    opacity: 1;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(17, 38, 51, 0.15);
}

.faq-item.active {
    background: rgba(255, 255, 255, 1);
    border-color: transparent;
    box-shadow: 0 15px 35px rgba(6, 47, 103, 0.2);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::before {
    transform: scaleY(1);
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
}

.faq-item.active::before {
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
}

.faq-question:hover {
    background: rgba(212, 175, 55, 0.05);
}

.question-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.question-content i {
    font-size: 1.2rem;
    color: var(--gold-primary);
    width: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.faq-item:hover .question-content i {
    transform: scale(1.1);
    color: var(--gold-dark);
}

.question-content span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #112633;
    line-height: 1.4;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.faq-item:hover .question-content span {
    color: var(--gold-primary);
}

.faq-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, var(--gold-primary), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
}

.faq-icon i {
    color: white;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-item:hover .faq-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.faq-item.active .faq-icon {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    transform: rotate(180deg);
    box-shadow: 0 8px 20px rgba(6, 47, 103, 0.3);
}

.faq-item.active .question-content i {
    color: var(--blue-primary);
}

.faq-item.active .question-content span {
    color: var(--blue-primary);
}

.faq-item.active:hover .faq-icon {
    transform: scale(1.1) rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.answer-content {
    padding: 15px 30px 25px 69px;
    position: relative;
}

.answer-content::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 15px;
    height: calc(100% - 15px - 25px);
    width: 3px;
    background: var(--gold-primary);
    border-radius: 1px;
    transition: background 0.3s ease;
}

.faq-item.active .answer-content::before {
    background: var(--blue-primary);
}



.answer-content p {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* Loading animations */
.faq-header {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.faq-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .faq-section .container {
        max-width: 700px;
    }
    
    .faq-title {
        font-size: 2.8rem;
    }
    
    .faq-subtitle {
        font-size: 1.1rem;
    }
    
    .faq-item {
        margin-bottom: 15px;
    }
    
    .faq-container {
        gap: 15px !important;
    }
    
    .faq-question {
        padding: 22px 25px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 80px 0;
    }
    
    .faq-section .container {
        max-width: 100%;
        padding: 0 25px;
    }
    
    .faq-title {
        font-size: 2.5rem;
    }
    
    .faq-subtitle {
        font-size: 1.1rem;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-container {
        gap: 12px !important;
    }
    
    .question-content span {
        font-size: 1rem;
    }
    
    .question-content i {
        font-size: 1.1rem;
        width: 20px;
    }
    
    .faq-icon {
        width: 28px;
        height: 28px;
    }
    
    .faq-icon i {
        font-size: 11px;
    }
    
    .answer-content {
        padding: 12px 25px 20px 59px;
    }
    
    .answer-content::before {
        left: 25px;
        height: calc(100% - 12px - 20px);
    }
    

    
    .faq-item.active .faq-answer {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section .container {
        padding: 0 15px;
    }
    
    .faq-title {
        font-size: 2rem;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .faq-container {
        gap: 10px !important;
    }
    
    .faq-item {
        margin-bottom: 10px !important;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .question-content {
        gap: 12px;
    }
    
    .question-content i {
        font-size: 1rem;
        width: 20px;
    }
    
    .question-content span {
        font-size: 0.95rem;
    }
    
    .faq-icon {
        width: 26px;
        height: 26px;
    }
    
    .faq-icon i {
        font-size: 10px;
    }
    
    .answer-content {
        padding: 10px 20px 18px 52px;
    }
    
    .answer-content::before {
        left: 20px;
        height: calc(100% - 10px - 18px);
    }
    

    
    .answer-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .faq-item.active .faq-answer {
        max-height: 350px;
    }
}

@media (max-width: 360px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 1.8rem;
    }
    
    .faq-subtitle {
        font-size: 0.95rem;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .question-content {
        gap: 10px;
    }
    
    .question-content i {
        font-size: 0.9rem;
        width: 18px;
    }
    
    .question-content span {
        font-size: 0.9rem;
    }
    
    .faq-icon {
        width: 25px;
        height: 25px;
    }
    
    .faq-icon i {
        font-size: 10px;
    }
    
    .answer-content {
        padding: 8px 18px 15px 48px;
    }
    
    .answer-content::before {
        left: 18px;
        height: calc(100% - 8px - 15px);
    }
    

    
    .answer-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .faq-item.active .faq-answer {
        max-height: 300px;
    }
}
/* Equal Height Row */
.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.h-100 {
    height: 100% !important;
}

/* Contact Form Styles */
.contact-form {
    background: var(--white);
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(6, 47, 103, 0.1);
    transform: translateY(0);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.3s both;
    border: 1px solid rgba(6, 47, 103, 0.05);
    border-top: 4px solid var(--blue-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
    opacity: 0.1;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
}

.form-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--blue-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-header h3 i {
    color: var(--blue-primary);
    font-size: 1.8rem;
    margin-right: 12px;
}

.form-header p {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.contact-form-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(6, 47, 103, 0.15);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    position: relative;
}

.input-wrapper, .textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i, .textarea-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #062f67;
    font-size: 1.1rem;
    z-index: 2;
    transition: all 0.3s ease;
}

.textarea-wrapper i {
    top: 20px;
    transform: none;
}

.contact-form-inner input,
.contact-form-inner textarea {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
    color: #1a1a1a;
}

/* Force icon colors for contact form inner */
.contact-form-inner .input-wrapper i, 
.contact-form-inner .textarea-wrapper i {
    color: #062f67 !important;
}

.contact-form-inner textarea {
    padding: 15px 15px 15px 50px;
    min-height: 260px;
    resize: vertical;
}

.contact-form-inner input:focus,
.contact-form-inner textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background: var(--white);
}

.contact-form-inner input:focus + i,
.contact-form-inner textarea:focus + i {
    color: #062f67;
    transform: scale(1.1);
}

.contact-form-inner input::placeholder,
.contact-form-inner textarea::placeholder {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
}

.submit-btn {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    color: var(--white);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary));
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(6, 47, 103, 0.4);
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Modern Contact Section Styles */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

/* İletişim Sayfası Modern Stilleri */
.modern-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* Location Card Styles */
.modern-location-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.modern-location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.location-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.location-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 8px 16px rgba(245, 158, 11, 0.3);
}

.location-icon i {
    font-size: 20px;
    color: white;
}

.location-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.location-title p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Location Details */
.location-details {
    margin-bottom: 30px;
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.detail-item:hover {
    background: #e2e8f0;
    transform: translateX(5px);
}

.detail-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.detail-icon i {
    font-size: 18px;
    color: white;
}

.detail-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 3px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-content p {
    font-size: 16px;
    color: #1e293b;
    margin: 0;
    font-weight: 500;
}

/* Map Container */
.map-container-modern {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Location Actions */
.location-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.action-btn {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 140px;
    justify-content: center;
    gap: 10px;
}

.action-btn.primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.action-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.4);
}

.action-btn.secondary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.action-btn.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(16, 185, 129, 0.4);
}

/* Contact Form Styles */
.modern-contact-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.modern-contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.form-header {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
}

.form-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 8px 16px rgba(245, 158, 11, 0.3);
}

.form-icon i {
    font-size: 20px;
    color: white;
}

.form-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.form-title p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Form Groups */
.form-group-modern {
    margin-bottom: 25px;
}

/* Ortak başlık ve açıklama metni stilleri */
.location-title h3,
.form-title h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 5px 0 !important;
    line-height: 1.2 !important;
}

.location-title p,
.form-title p {
    font-size: 16px !important;
    color: #64748b !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

/* Welcome sayfasındaki İLETİŞİM yazısı için özel stil */
.contact-section .contact-badge {
    color: white !important;
}

/* Welcome sayfasındaki İLETİŞİM başlığı için özel stil */
.contact-section .contact-title-main {
    color: white !important;
}

.input-group-modern {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.input-group-modern:focus-within {
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 18px;
}

.input-group-modern input,
.textarea-group-modern textarea {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 20px;
    font-size: 16px;
    color: #1e293b;
    outline: none;
    font-weight: 500;
}

.input-group-modern input::placeholder,
.textarea-group-modern textarea::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.textarea-group-modern {
    position: relative;
    display: flex;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.textarea-group-modern:focus-within {
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.textarea-group-modern textarea {
    min-height: 120px;
    resize: vertical;
    border: none;
    background: transparent;
    padding: 15px 20px;
    font-size: 16px;
    color: #1e293b;
    outline: none;
    font-weight: 500;
    font-family: inherit;
}

/* Submit Button */
.submit-btn-modern {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.submit-btn-modern:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-location-card,
    .modern-contact-form {
        padding: 30px 25px;
    }
    
    .location-header,
    .form-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .location-actions {
        flex-direction: column;
    }
    
    .action-btn {
        width: 100%;
    }
    
    .detail-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .detail-icon {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .modern-contact-section {
        padding: 60px 0;
    }
    
    .location-title h3,
    .form-title h3 {
        font-size: 24px;
    }
    
    .modern-location-card,
    .modern-contact-form {
        padding: 25px 20px;
    }
}

/* Additional Contact Page Styles */
.contact-header-row {
    min-height: 20vh;
    margin-bottom: 60px;
}

.contact-badge {
    display: inline-block;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.contact-title-main {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    line-height: 1.2;
    background: none;
    border: none;
    box-shadow: none;
}

.contact-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #B8860B);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.contact-description {
    color: #64748b;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

.location-header-centered {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-icon-centered {
    margin-bottom: 20px;
}

.form-header-centered {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-icon-centered {
    margin-bottom: 20px;
}

.contact-map-iframe {
    border: 0;
    border-radius: 15px;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 1;
}

.contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.contact-header {
    text-align: center;
    margin-bottom: 80px;
}

.contact-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.contact-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #3498db, #e74c3c);
    border-radius: 2px;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
    font-weight: 400;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 80px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.info-card:hover::before {
    transform: scaleY(1);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(6, 47, 103, 0.3);
    transition: all 0.3s ease;
    margin-top: 5px;
}

.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
}

.info-icon i {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.info-card:hover .info-icon i {
    transform: scale(1.1);
}

.info-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
}

.info-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card:hover .info-content h3 {
    color: var(--blue-primary);
}

.info-content p {
    color: #2c3e50;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.info-content p a:hover {
    color: var(--blue-primary);
    font-weight: 600;
}

/* ADRES kartı için özel stil */
.info-card:nth-child(3) .info-content {
    padding-top: -20px;
}

/* ÇALIŞMA SAATLERİ kartı için özel stil */
.info-card:nth-child(4) .info-content {
    padding-top: -20px;
}

.contact-form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--blue-primary), var(--blue-dark));
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.form-header p {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Force form header paragraph colors */
.contact-form .form-header p {
    color: #2c3e50 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

/* Super specific selector to override any other styles */
section.contact-section .contact-form .form-header p,
.contact-section .contact-form .form-header p,
.contact-form .form-header p {
    color: #2c3e50 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    position: relative;
}

.input-wrapper, .textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i, .textarea-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #062f67;
    font-size: 1.1rem;
    z-index: 2;
    transition: all 0.3s ease;
}

.textarea-wrapper i {
    top: 20px;
    transform: none;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

/* Force icon colors for contact form */
.contact-form .input-wrapper i, 
.contact-form .textarea-wrapper i {
    color: #062f67 !important;
}

.contact-form textarea {
    padding: 15px 15px 15px 50px;
    min-height: 120px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    background: white;
}

.contact-form input:focus + i,
.contact-form textarea:focus + i {
    color: #062f67;
    transform: scale(1.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #2c3e50;
    font-weight: 500;
}

.submit-btn {
    background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark));
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background: linear-gradient(45deg, var(--blue-dark), var(--blue-primary));
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(6, 47, 103, 0.4);
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

/* Brands Section */
.brands-section {
    margin-top: 80px;
    position: relative;
}

/* Brands Header Styles */
.brands-header-row {
    min-height: 20vh;
    margin-bottom: 60px;
}

.brands-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.brands-title-main {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

.brands-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
    margin: 0 auto 15px;
    border-radius: 2px;
}

.brands-description {
    color: #2c3e50;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
}

/* Brands Grid Styles */
.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.brand-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 100px;
    opacity: 1;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}



.brand-item img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    width: 120px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    margin: 0;
}

.brand-item:hover img {
    transform: scale(1.05);
}

/* Responsive Brands Grid */
@media (max-width: 768px) {
    .brands-grid {
        gap: 25px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .brand-item {
        width: 100px !important;
        height: 80px !important;
        padding: 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .brand-item img {
        width: 100px !important;
        height: 70px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 576px) {
    .brands-grid {
        gap: 20px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .brand-item {
        width: 80px !important;
        height: 70px !important;
        padding: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .brand-item img {
        width: 80px !important;
        height: 60px !important;
        object-fit: contain !important;
    }
}

/* Contact Section Styles */
.contact-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative;
}

.contact-header-row {
    min-height: 20vh;
    margin-bottom: 60px;
}

.contact-badge {
    display: inline-block;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.contact-title-main {
    font-size: 3rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 10px;
    line-height: 1.2;
}

.contact-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #B8860B);
    margin: 0 auto 15px;
    border-radius: 2px;
}

.contact-description {
    color: var(--text-muted);
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

.form-subtitle {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
}

.submit-btn {
    margin-top: 20px;
}

/* Form Header Düzenlemesi */
.form-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.form-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.form-header h3 i {
    font-size: 1.2em;
}

/* Markalar Sayfası Logo Standardizasyonu */
.single-project-item .img-box {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.single-project-item .img-box img {
    width: 150px;
    height: 120px;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.single-project-item .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    border-radius: 10px;
}

.single-project-item .img-box::after {
    content: attr(data-brand-name);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
    width: 100%;
    padding: 0 15px;
}

/* Distributorlukler sayfası için de aynı stil */
.single-project-item .img-box[data-distributor-name]::after {
    content: attr(data-distributor-name);
}

/* Distributorlukler sayfası için yeni kart tasarımı */
.distributor-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Markalar sayfası için satır arası boşluk */
.project-content .row {
    margin-bottom: 2rem;
}

.project-content .row:last-child {
    margin-bottom: 0;
}

/* Markalar sayfasında her 3'lü grup arasında boşluk */
.project-content .row .col-md-4:nth-child(3n) {
    margin-bottom: 2rem;
}

.project-content .row .col-md-4:nth-child(3n+1) {
    margin-top: 1rem;
}

.distributor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.distributor-logo-container {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.distributor-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.distributor-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.distributor-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .distributor-card {
        height: 250px;
        padding: 20px;
    }
    
    .distributor-logo-container {
        height: 150px;
        margin-bottom: 15px;
    }
    
    .distributor-title {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .distributor-card {
        height: 220px;
        padding: 15px;
    }
    
    .distributor-logo-container {
        height: 120px;
        margin-bottom: 10px;
    }
    
    .distributor-title {
        font-size: 14px;
    }
}

.single-project-item:hover .img-box::before {
    opacity: 1;
}

.single-project-item:hover .img-box::after {
    opacity: 1;
}

/* Responsive Markalar Sayfası */
@media (max-width: 768px) {
    .single-project-item .img-box {
        height: 180px;
    }
    
    .single-project-item .img-box img {
        width: 120px;
        height: 100px;
    }
    
    .single-project-item .img-box::after {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .single-project-item .img-box {
        height: 160px;
    }
    
    .single-project-item .img-box img {
        width: 100px;
        height: 80px;
    }
    
    .single-project-item .img-box::after {
        font-size: 14px;
        padding: 0 10px;
    }
}



.brands-header {
    text-align: center;
    margin-bottom: 60px;
}

.brands-header h2.faq-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.brands-header h2.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #3498db, #e74c3c);
    border-radius: 2px;
}

.brands-header p.faq-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
    font-weight: 500;
}





/* Animasyonlar */
.contact-header {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.info-card {
    opacity: 0;
    transform: translateX(-30px);
    animation: slideInLeft 0.6s ease forwards;
}

.info-card:nth-child(1) { animation-delay: 0.1s; }
.info-card:nth-child(1) .info-icon { background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark)); }
.info-card:nth-child(2) { animation-delay: 0.2s; }
.info-card:nth-child(2) .info-icon { background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark)); }
.info-card:nth-child(3) { animation-delay: 0.3s; }
.info-card:nth-child(3) .info-icon { background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark)); }
.info-card:nth-child(4) { animation-delay: 0.4s; }
.info-card:nth-child(4) .info-icon { background: linear-gradient(45deg, var(--blue-primary), var(--blue-dark)); }

.contact-form-container {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.6s ease forwards 0.2s;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .brands-carousel {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 25px;
    }
    
    /* Markalar responsive düzenleme */
    .brands-carousel {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0 !important;
        overflow: hidden !important;
    }
    
    .brand-item {
        display: none !important;
        opacity: 0 !important;
        transform: translateX(100%) !important;
        transition: all 0.5s ease-in-out !important;
    }
    
    .brand-item.active {
        display: block !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
    
    .brand-item img {
        max-width: 200px !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }
    
    .contact-title {
        font-size: 2.2rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-form-container {
        padding: 25px 20px;
    }
    
    .contact-form {
        padding: 25px 20px;
    }
    
    .form-row {
        gap: 10px !important;
    }
    
    .contact-form {
        gap: 10px !important;
    }
    
    .contact-form-inner {
        gap: 10px !important;
    }
    
    .form-group {
        margin-bottom: 10px !important;
    }
    
    .form-group:last-child {
        margin-bottom: 0 !important;
    }
    
    .contact-form-inner input,
    .contact-form-inner textarea {
        padding: 12px 12px 12px 45px !important;
        font-size: 1.2rem !important;
    }
    
    .contact-form-inner textarea {
        min-height: 80px !important;
        max-height: 80px !important;
        resize: none !important;
    }
    
    .submit-btn {
        padding: 12px 25px !important;
        font-size: 1rem !important;
        margin-top: 10px !important;
    }
    
    .contact-info {
        gap: 30px;
    }
    
    .info-card {
        padding: 20px;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-bottom: 15px;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0 !important;
        margin-right: 15px !important;
    }
    
    .info-icon i {
        font-size: 1.2rem;
    }
    
    .info-content {
        display: block !important;
        flex: 1 !important;
    }
    
    .info-content h3 {
        display: none !important;
    }
    
    .info-content p {
        font-size: 1.2rem !important;
        margin: 0 !important;
        text-align: left !important;
        font-weight: 600 !important;
    }
    
    .brands-carousel {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 20px;
    }
    
    .brand-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-section .container {
        padding: 0 15px;
    }
    
    .contact-title {
        font-size: 1.9rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-container {
        padding: 20px 15px;
    }
    
    .contact-form {
        padding: 20px 15px;
    }
    
    .form-row {
        gap: 8px !important;
    }
    
    .contact-form {
        gap: 8px !important;
    }
    
    .contact-form-inner {
        gap: 8px !important;
    }
    
    .form-group {
        margin-bottom: 8px !important;
    }
    
    .form-group:last-child {
        margin-bottom: 0 !important;
    }
    
    .contact-form-inner input,
    .contact-form-inner textarea {
        padding: 10px 10px 10px 40px !important;
        font-size: 1.1rem !important;
    }
    
    .contact-form-inner textarea {
        min-height: 70px !important;
        max-height: 70px !important;
        resize: none !important;
    }
    
    .submit-btn {
        padding: 10px 20px !important;
        font-size: 0.95rem !important;
        margin-top: 8px !important;
    }
    
    .contact-info {
        gap: 25px;
    }
    
    .info-card {
        flex-direction: row !important;
        padding: 25px 20px;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-bottom: 12px;
    }
    
    .info-icon {
        flex-shrink: 0 !important;
        margin-right: 12px !important;
    }
    
    .info-content {
        display: block !important;
        flex: 1 !important;
    }
    
    .info-content h3 {
        display: none !important;
    }
    
    .info-content p {
        font-size: 1.1rem !important;
        margin: 0 !important;
        text-align: left !important;
        font-weight: 600 !important;
    }
    
    .submit-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .brands-carousel {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .brand-item {
        padding: 12px;
    }
    
    .brands-header h2.faq-title {
        font-size: 2rem;
    }
    
    .brands-header p.faq-subtitle {
        font-size: 1rem;
    }
}

/* Map Section Styles */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.map-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.map-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 1;
}

.map-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.map-header {
    text-align: center;
    margin-bottom: 60px;
}

.map-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: white;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: 0 auto;
    min-height: 400px;
}

.map-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
    min-height: 400px;
    background: #f8f9fa;
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
}



/* Responsive Design for Map Section */
@media (max-width: 992px) {
    .map-container iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .map-section {
        padding: 80px 0;
    }
    
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .map-section {
        padding: 60px 0;
    }
    
    .map-section .container {
        padding: 0 15px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/* ========================================
   FOOTER CSS - Moved from footer.blade.php
   ======================================== */

.modern-footer {
    background: linear-gradient(135deg, #012448 0%, #0a1f2e 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.footer-main {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 25px;
}

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

.company-description {
    color: #b8c5d1;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fbca00, #ffd700);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(251, 202, 0, 0.3);
}

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

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

.footer-links a {
    color: #b8c5d1;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #fbca00;
    font-weight: bold;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fbca00;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    transform: translateX(3px);
}

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

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(251, 202, 0, 0.1);
    border: 2px solid rgba(251, 202, 0, 0.3);
    border-radius: 50%;
    color: #fbca00;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link:hover {
    background: #fbca00;
    color: #012448;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(251, 202, 0, 0.3);
}

/* Social media specific hover colors */
.social-link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    color: white;
    box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #dc2743;
    color: white;
    box-shadow: 0 5px 15px rgba(220, 39, 67, 0.4);
}

.social-link.tiktok:hover {
    background: #000000;
    border-color: #000000;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.social-link.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
    color: white;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.social-link svg {
    width: 20px;
    height: 20px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.1);
}

.social-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.social-link:hover .social-text {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
}

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

.contact-info .contact-item:last-child {
    margin-bottom: 0 !important;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 3px !important;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(251, 202, 0, 0.3);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(251, 202, 0, 0.1);
}

.item-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #fbca00, #ffd700);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(251, 202, 0, 0.2);
    transition: all 0.3s ease;
}

.contact-item:hover .item-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(251, 202, 0, 0.3);
}

.item-icon i {
    color: #012448;
    font-size: 14px;
    font-weight: bold;
}

.item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-label {
    color: #fbca00;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.item-value {
    color: #b8c5d1;
    font-size: 13px;
    word-wrap: break-word;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.item-value a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.item-value a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.email-item {
    min-height: 50px;
}

.email-item .item-content {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0;
}

.email-item .item-label {
    font-size: 11px;
}

.email-item .item-value {
    font-size: 10px;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.copyright {
    color: #b8c5d1;
    margin: 0;
    font-size: 14px;
}

.developer {
    color: #fbca00;
}

.developer a {
    color: #fbca00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.developer a:hover {
    color: #ffffff;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.bottom-link {
    color: #b8c5d1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.bottom-link:hover {
    color: #fbca00;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-main {
        padding: 60px 0 40px;
    }
    
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* Hızlı Bağlantılar ve Hizmetlerimiz için 3 sütun düzeni */
    .footer-links {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        text-align: center !important;
    }
    
    .footer-links li {
        margin-bottom: 6px !important;
        text-align: center !important;
    }
    
    .footer-links a {
        padding-left: 0 !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    
    .footer-links a::before {
        display: none !important;
    }
    
    .social-links {
        justify-content: center;
    }
    
    /* İletişim bilgileri - iconlar ve bilgiler */
    .contact-item {
        justify-content: flex-start !important;
        text-align: left !important;
        padding: 8px 12px !important;
        margin-bottom: 2px !important;
    }
    
    .item-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
    }
    
    .item-label {
        display: none !important;
    }
    
    .item-value {
        font-size: 12px !important;
        color: #ffffff !important;
        text-align: left !important;
    }
    
    .email-item .item-value {
        font-size: 13px !important;
    }
    
    .item-icon {
        margin-right: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }
    
    .item-icon i {
        font-size: 12px !important;
    }
    
    .email-item {
        min-height: 45px;
    }
    
    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .company-description {
        font-size: 14px;
    }
    
    .contact-item {
        justify-content: flex-start !important;
        text-align: left !important;
        padding: 6px 10px !important;
        margin-bottom: 1px !important;
    }
    
    .item-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 1px !important;
    }
    
    .item-label {
        display: none !important;
    }
    
    .item-value {
        font-size: 11px !important;
        color: #ffffff !important;
        text-align: left !important;
    }
    
    .email-item .item-value {
        font-size: 12px !important;
    }
    
    .item-icon {
        margin-right: 8px !important;
        width: 28px !important;
        height: 28px !important;
    }
    
    .item-icon i {
        font-size: 11px !important;
    }
    
    .email-item {
        min-height: 40px;
    }
    
    .footer-bottom-links {
        gap: 10px;
    }
    
    .bottom-link {
        font-size: 13px;
    }
    
    /* Hızlı Bağlantılar ve Hizmetlerimiz için 3 sütun düzeni - küçük ekranlar */
    .footer-links {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
        text-align: center !important;
    }
    
    .footer-links li {
        margin-bottom: 4px !important;
        text-align: center !important;
    }
    
    .footer-links a {
        padding-left: 0 !important;
        text-align: center !important;
        font-size: 11px !important;
    }
    
    .footer-links a::before {
        display: none !important;
    }
}

/* Animation for footer elements */
.footer-widget {
    animation: fadeInUp 0.6s ease-out;
}

.footer-widget:nth-child(1) { animation-delay: 0.1s; }
.footer-widget:nth-child(2) { animation-delay: 0.2s; }
.footer-widget:nth-child(3) { animation-delay: 0.3s; }
.footer-widget:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================
   HEADER CSS - Moved from header.css
   ============================== */

/* ========================================
   HEADER CSS - Moved from header.blade.php
   ======================================== */

/* ==============================
   HEADER CSS - Moved from header.css
   ============================== */

/* Modern Topbar Styles */
.topbar {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: 0;
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-left: 0;
    padding-left: 0;
}

.topbar-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white) !important;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar-contact-item:hover {
    color: var(--white) !important;
    transform: translateY(-2px) scale(1.02);
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.topbar-contact-item i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.topbar-contact-item span {
    font-weight: 500;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    color: var(--white) !important;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.topbar-social a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
    transform: translateY(-3px) scale(1.15) rotate(5deg);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

.topbar-social a i {
    font-size: 12px;
}

/* Main Header */
.header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.header {
    top: 0;
}

body.has-topbar .header {
    top: 0;
}

.header.scrolled {
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.header .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
}

.logo {
    display: flex;
    align-items: center;
    min-width: 120px;
}

.logo img {
    height: 55px;
    width: auto;
    max-width: 100%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.3));
}

/* Navigation moved to header */
.header-navigation {
    display: flex;
    align-items: center;
}

.header-navigation .navigation {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

.header-navigation .navigation > li {
    position: relative;
}

.header-navigation .navigation > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
}

.header-navigation .navigation > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-dark));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: 2px;
}

.header-navigation .navigation > li > a:hover,
.header-navigation .navigation > li.active > a {
    color: var(--gold-dark);
    transform: translateY(-1px);
    text-shadow: 0 1px 2px rgba(212, 175, 55, 0.2);
}

.header-navigation .navigation > li > a:hover::after,
.header-navigation .navigation > li.active > a::after {
    width: 80%;
}

.header-navigation .navigation > li > a i {
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-navigation .navigation > li > a:hover i {
    transform: scale(1.1) rotate(5deg);
    color: var(--menu-hover);
}

/* Dropdown Menu */
.header-navigation .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
    border-radius: 16px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 8px;
    max-height: 500px;
    overflow-y: auto;
}

.header-navigation .submenu .submenu {
    position: absolute;
    left: calc(100% + 8px);
    top: 0;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
    border-radius: 16px;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1002;
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 8px;
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

/* Scrollbar stilleri */
.header-navigation .submenu::-webkit-scrollbar,
.header-navigation .submenu .submenu::-webkit-scrollbar {
    width: 6px;
}

.header-navigation .submenu::-webkit-scrollbar-track,
.header-navigation .submenu .submenu::-webkit-scrollbar-track {
    background: rgba(212, 175, 55, 0.1);
    border-radius: 3px;
}

.header-navigation .submenu::-webkit-scrollbar-thumb,
.header-navigation .submenu .submenu::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.3);
    border-radius: 3px;
}

.header-navigation .submenu::-webkit-scrollbar-thumb:hover,
.header-navigation .submenu .submenu::-webkit-scrollbar-thumb:hover {
    background: rgba(212, 175, 55, 0.5);
}

.header-navigation .submenu li {
    position: relative;
}

.header-navigation .submenu li:hover .submenu {
    top: 0;
}

.header-navigation .submenu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    display: block;
}

.header-navigation .submenu .submenu:not(:hover) {
    opacity: 0;
    visibility: hidden;
}

.header-navigation .submenu .submenu li {
    list-style: none;
    position: relative;
}

.header-navigation .submenu .submenu a {
    display: block;
    padding: 8px 12px;
    color: var(--gray-600);
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 1px 0;
    white-space: nowrap;
}

.header-navigation .submenu .submenu a:hover {
    color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.1);
    transform: translateX(2px);
}

.header-navigation .navigation > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-navigation .submenu li {
    list-style: none;
}

.header-navigation .submenu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin: 2px 0;
    gap: 8px;
}

.header-navigation .submenu a i {
    flex-shrink: 0;
    width: 16px;
    text-align: center;
    margin-right: 0;
}

.header-navigation .submenu a:hover {
    color: var(--gold-primary);
    transform: translateX(4px);
    background: rgba(212, 175, 55, 0.1);
}

/* Ürünler menüsündeki alt menülerde ok işareti hover efekti */
.header-navigation .navigation > li:nth-child(4) .submenu a:hover .submenu-arrow {
    color: var(--gold-primary);
    transform: translateX(3px);
}

/* Alt menülerde ok işareti hover efekti */
.header-navigation .submenu a:hover .submenu-arrow {
    color: var(--gold-primary);
    transform: translateX(3px);
}

.header-right {
    display: flex;
    gap: 24px;
    align-items: center;
}

/* Mobile menu toggle for header */
.header-mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--gray-700);
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.header-mobile-toggle:hover {
    color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.1);
}

/* Ok işaretleri stilleri */
.submenu-arrow {
    font-size: 12px;
    color: #1a1a1a;
    margin-left: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    overflow: visible !important;
    z-index: auto !important;
    font-weight: 600;
}

.mobile-submenu-arrow {
    display: none;
    font-size: 12px;
    color: var(--gray-500);
    margin-left: auto;
    transition: all 0.3s ease;
}

.mobile-submenu-arrow.rotated {
    transform: rotate(90deg);
}

/* Desktop'ta ürünler menüsündeki alt menülerde ok işaretlerini göster */
@media (min-width: 1025px) {
    .header-navigation .navigation > li:nth-child(4) .submenu .submenu-arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        color: #1a1a1a !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    
    /* Tüm alt menülerde ok işaretlerini zorla göster */
    .header-navigation .submenu a .submenu-arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #1a1a1a !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    
    .mobile-submenu-arrow {
        display: none !important;
    }
    
    /* Nested submenu'lerin daha iyi görünmesi için */
    .header-navigation .submenu .submenu {
        left: calc(100% + 8px);
        top: 0;
        z-index: 1002;
        min-width: 200px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }
    
    /* Ürünler menüsündeki alt menülerin daha geniş olması */
    .header-navigation .navigation > li:nth-child(4) .submenu {
        min-width: 300px;
    }
    
    .header-navigation .navigation > li:nth-child(4) .submenu .submenu {
        min-width: 280px;
    }
}

/* Mobile'da sadece mobile-submenu-arrow'u göster */
@media (max-width: 1024px) {
    .submenu-arrow {
        display: none !important;
    }
    
    .mobile-submenu-arrow {
        display: inline-block !important;
    }
}

/* Desktop'ta ok işaretlerini kesinlikle göster */
@media (min-width: 1025px) {
    .submenu-arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        font-size: 12px !important;
        color: #1a1a1a !important;
        margin-left: auto !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        flex-shrink: 0 !important;
        font-weight: 600 !important;
    }
    
    /* Rulmanlar ve diğer alt menülerde ok işaretlerini zorla göster */
    .header-navigation .submenu a .submenu-arrow,
    .header-navigation .navigation > li:nth-child(4) .submenu a .submenu-arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #1a1a1a !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
}

/* Navigation - Remove the old navigation section */
.mainmenu-wrapper {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .header-left {
        gap: 30px;
    }

    .header .container {
        gap: 20px;
    }

    .header-navigation .navigation > li > a {
        padding: 6px 14px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .header .container {
        flex-direction: row;
        gap: 15px;
    }

    .header-left {
        flex: 1;
        justify-content: flex-start;
    }

    .header-navigation {
        display: none;
    }

    .header-mobile-toggle {
        display: block;
    }

    .header-right {
        display: none;
    }
}

@media (max-width: 900px) {
    .header-left {
        gap: 25px !important;
    }

    .header .container {
        gap: 30px !important;
    }

    .header-navigation .navigation > li > a {
        padding: 4px 12px;
        font-size: 13px;
    }

    .logo img {
        height: 50px !important;
    }
}

@media (max-width: 768px) {
    .header .container {
        padding: 0 20px !important;
        align-items: center !important;
        height: 50px !important;
        min-height: 50px !important;
    }

    .logo {
        transform: translateY(0px) scale(1.7) !important;
        min-width: auto !important;
        overflow: visible !important;
        display: flex !important;
        align-items: center !important;
        height: 35px !important;
        justify-content: center !important;
    }

    .logo img {
        height: 35px !important;
        max-width: none !important;
        width: auto !important;
    }

    .header-left {
        gap: 12px !important;
        display: flex !important;
        align-items: center !important;
        height: 35px !important;
    }

    .header-mobile-toggle {
        transform: translateY(0px) !important;
        display: flex !important;
        align-items: center !important;
        height: 35px !important;
        justify-content: center !important;
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .header .container {
        padding: 0 16px !important;
        align-items: center !important;
        height: 45px !important;
        min-height: 45px !important;
    }

    .logo {
        transform: translateY(0px) scale(1.6) !important;
        min-width: auto !important;
        overflow: visible !important;
        display: flex !important;
        align-items: center !important;
        height: 30px !important;
        justify-content: center !important;
    }

    .logo img {
        height: 30px !important;
        max-width: none !important;
        width: auto !important;
    }

    .header-left {
        gap: 10px !important;
        display: flex !important;
        align-items: center !important;
        height: 30px !important;
    }

    .header-mobile-toggle {
        transform: translateY(0px) !important;
        display: flex !important;
        align-items: center !important;
        height: 30px !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .header-mobile-toggle {
        font-size: 16px !important;
        padding: 5px !important;
    }
}

/* ==============================
   COLOR-4 CSS - Moved from color-4.css
   ============================== */

/*________________________________ Set-Up For Primary Color ___________________________*/


/*_________ Content Primary Color ________*/

.our-services .single-our-service .img-box .overlay .box .box-content a,
.our-features .single-our-feature .overlay .box .box-content a,
.single-team-member p.info span,
.single-blog-post .img-box .overlay .box .box-content a,
.single-testimonials .info-box h3,
.contact-section span.highlight,
.single-fact-counter .text-box .number,
.no-container.our-features .single-our-feature .icon-box:before,
.single-sidebar-box.search-widget form button:hover,
.single-shop-item .price span,
.single-sidebar-box.best-seller > ul > li .text-box .price,
.product-content-box .content-box .price,
.product-content-box .content-box .location-box span,
.review-box .single-review-box .text-box .top-box .rating-box span,
.review-box .single-review-box .text-box .bottom-box ul li a:hover,
.related-product-box .title a,
.cart-table tbody tr .sub-total {
    color: #112633;
}


/*_______ Background for primary color ______*/

.thm-btn:hover,
.rev_slider_wrapper .tparrows:hover,
.thm-btn.thm-blue-bg,
.accrodion.active .accrodion-title h4:before,
.home-contact-form button:hover,
.subscription button:hover,
.call-to-action.no-margin,
.our-features.in-wrapper .container,
.single-sidebar-box.service-link-widget ul li.active a,
.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.service-link-widget ul li a:hover,
.single-service-page .single-our-feature:hover,
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span,
.single-project-item .overlay .box .bottom-box ul li a:hover,
ul.post-pagination li:hover a,
ul.post-pagination li.active a,
.news-content .single-blog-post .content-box .bottom-box .thm-btn,
.news-content .single-blog-post .content-box .bottom-box .share-box button:hover,
.single-sidebar-box.search-widget form button,
.single-sidebar-box.price-filter .noUi-handle,
.single-sidebar-box.tag-links ul li a:hover,
.single-contact-info .box,
.single-project-content .single-project-carousel .owl-nav [class*=owl-],
.single-project-content .single-project-customer-info,
.reply-box button:hover,
.product-tab-box .tab-title ul li.active a,
.product-tab-box .tab-title ul li a:hover,
.cart-table tbody .available-info .icon {
    background: #112633;
}

.our-features:before,
.call-to-action-home:before {
    background: rgba(17, 38, 51, 0.9);
}

.our-services .single-our-service .img-box .overlay,
.single-blog-post .img-box .overlay,
.single-project-item .overlay .box .top-box {
    background: rgba(17, 38, 51, 0.8);
}

.inner-banner:before {
    background: rgba(17, 38, 51, 0.85);
}

.our-features .single-our-feature .overlay:before {
    background: rgba(13, 29, 39, 0.9);
}

.mainmenu-wrapper .search-box form button {
    background: #0b1b25;
}


/*_______ Border for Primary color ______*/

.mainmenu-wrapper .search-box form {
    border: 1px solid #0b1b25;
}


.rev_slider_wrapper .tparrows:hover,
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span,
ul.post-pagination li:hover a,
ul.post-pagination li.active a {
    border-color: #112633;
}


/*_______________________________________ Set-Up For Secondary Color ________________________________*/


/*_________ Content Secondary Color ________*/


.mainmenu-wrapper .search-box form button,
.mainmenu-wrapper .search-box form input,
.call-to-action p a,
.our-features .single-our-feature p,
.single-team-member p.position,
.call-to-action-home h3 span,
.accrodion.active .accrodion-title h4:before,
.single-blog-post .content-box ul > li > a,
.single-blog-post .content-box h3:hover,
.testimonials-section .owl-theme .owl-nav [class*=owl-]:hover,
.single-testimonials .info-box ul.star li,
.contact-section a,
.subscription ul.social li a:hover,
.footer-widget.recent-news .content-box a.date,
.footer-widget.contact-widget .icon-box i,
.scroll-to-top,
.bread-cumb ul li span,
.single-fact-counter .icon-box i,
.footer-widget.link-widget .links li a:hover,
.single-sidebar-box.testimonials-widget .single-testi-carousel .box span,
.no-container.our-features .single-our-feature .icon-box,
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span,
ul.post-pagination li:hover a,
ul.post-pagination li.active a,
.single-blog-post .content-box h3:hover,
.news-content .single-blog-post .content-box .bottom-box .share-box button:hover,
.single-sidebar-box.search-widget form button,
.single-sidebar-box.category-widget ul li a:hover,
.single-sidebar-box.recent-news-widget .content-box a.date,
.single-shop-item .star-box li i,
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i,
.single-sidebar-box.tag-links ul li a:hover,
.footer-widget.recent-news .content-box h4:hover,
.bottom-footer p a,
.single-project-content .single-project-customer-info ul li label,
.single-project-content .single-project-content p.tags a,
.project-content .owl-theme .owl-nav [class*=owl-]:hover,
.comment-box .single-comment-box .text-box .top-box span,
.comment-box .single-comment-box .text-box .content a,
.reply-box button:hover,
.single-shop-item h3:hover,
.product-content-box .content-box .list-inline .fa,
.product-tab-box .tab-title ul li.active a,
.product-tab-box .tab-title ul li a:hover,
.review-box .single-review-box .text-box .top-box .rating-box ul li i,
.related-product-box .title a:hover,
.checkout-section .payment-options .option-block .radio-block.active .icon i,
.mainmenu-holder .nav-header > ul > li:hover > a {
    color: #1782c7;
}

.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
    color: #1782c7;
}

.mainmenu-wrapper .search-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: #1782c7;
}

.mainmenu-wrapper .search-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #1782c7;
}

.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
    color: #1782c7;
}


/*_______ Background for Secondary color ______*/

.mainmenu-holder .nav-header > ul > li.active > a,
.thm-btn,
.mainmenu-holder .nav-header > ul > li > ul li:hover > a,
.our-services .single-our-service .img-box .overlay .box .box-content a,
.our-services .single-our-service .img-box .overlay .box .box-content a:before,
.our-services .single-our-service .img-box .overlay .box .box-content a:after,
.our-features .single-our-feature .overlay .box .box-content a,
.our-features .single-our-feature .overlay .box .box-content a:before,
.our-features .single-our-feature .overlay .box .box-content a:after,
.single-blog-post .img-box .overlay .box .box-content a,
.single-blog-post .img-box .overlay .box .box-content a:before,
.single-blog-post .img-box .overlay .box .box-content a:after,
.home-contact-form button,
.subscription button,

.single-sidebar-box.broucher-widgets,
.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span,
.single-project-item .overlay .box .bottom-box,
.news-content .single-blog-post .content-box .bottom-box .thm-btn:hover,
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a:hover,
.single-sidebar-box.search-widget form button:hover,
.single-sidebar-box.category-widget ul li a:hover:before,
.single-sidebar-box.price-filter .noUi-connect,
.single-contact-info,
.single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover,
.reply-box button,
.thm-btn.thm-blue-bg:hover {
    background: #1782c7;
}

header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner {
    background-color: #1782c7;
}


/*_______ Border for Secondary color ______*/

header.header .single-header-right .icon-btn + .tooltip.top .tooltip-arrow {
    border-top-color: #1782c7;
}

.our-services .single-our-service .img-box .overlay,
.our-features .single-our-feature .overlay,
.single-blog-post .img-box .overlay {
    border-bottom: 3px solid #1588d2;
}

.about-section .owl-theme .owl-dots .owl-dot.active span,
.single-sidebar-box.service-link-widget ul li.active a,
.single-sidebar-box.service-link-widget ul li a:hover,
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a:hover,
.testimonials-section .owl-theme .owl-nav [class*=owl-]:hover,
.project-content .owl-theme .owl-nav [class*=owl-]:hover,
.mainmenu-holder .nav-footer > ul > li > button:hover {
    border-color: #1782c7;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span,
.single-sidebar-box.category-widget ul li a:before {
    border: 1px solid #1782c7;
}

.single-project-item .overlay .box .bottom-box ul li a {
    border-right: 1px solid #1576b5;
}