@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}


:root {
    --primary-red: #b50b24;
    --dark-color: #303030;
    --text-color: #303030;
    --light-gray: #F8F8F8;
	--background-gray: #F8F8F8;
    --border-color: #EAEAEA;
    --heading-font: 'Gotham', sans-serif;
    --body-font: 'Gotham', sans-serif;
    --kalkan-primary-color: #b50b24; 
    --kalkan-secondary-color: #333; 
    --kalkan-text-color: #303030; 
    --kalkan-bg-light: #f8f9fa; 
    --kalkan-border-color: #eee; 
    --global-viewport-content-responsive: 91.5vw;
}

html,body{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
}
body, *:not(i):not([class^="icon-"]):not([class*=" fa-"]) {
  font-family: 'Gotham', sans-serif !important;
}

.ac-gf-footer-legal-links-item:focus-within:before{outline:0px solid var(--sk-focus-color, transparent) !important;}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #b50b24;
    text-decoration: none;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #b50b24;
}
.chapternav-link:hover {
    color: #b50b24;
    text-decoration: none;
}

frame{
    width:100% !important;
}

#ac-globalfooter *, #ac-globalfooter *:before, #ac-globalfooter *:after {
    float: unset;
   
} 


.section {
    padding-top: 80px;
    padding-bottom: 100px;
    overflow-x: clip;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    background-color: #fff;
	overflow-x:hidden;


}
.iconlar img{
	max-height:45px;
	
}

@media (max-width: 1068px){
.section-banner .banner-card-banner {
    height: 100%;
}
}




.accordion-wrapper.content-container img{
	border-radius:30px;
	
}
.section-select .product-tile-plus p {
   
    font-size: 21px;
    width: 150px;
}


ol, ul {
    padding-left: 0;
}



ol+*, p+*, ul+* {
    margin-top: 0;
}

.ac-gf-directory{
	border-top: 1px solid #d2d2d7;
	
	
}

#ac-globalfooter {
    --footer-background: rgb(255 255 255);
--footer-border-color: rgba(0, 0, 0, 0.16);
}
#ac-globalfooter .ac-gf-footer-legal-links-item {
   
    margin-top: 0px;
}
#ac-globalfooter .ac-gf-footer-legal-links {
    
    top: -10px;
    
}







.ac-gf-directory-column-section-item a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free"; /* veya "Font Awesome 6 Free" */
  font-weight: 900; 
  margin-right:8px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-5px);
  display:none;
}


.ac-gf-directory-column-section-item:not(.noneh) a:hover::before {
	display:inline-block;
  opacity: 1;
  transform: translateX(0);
      margin-right: 8px !important;
	  
}

.locat:hover{
	
	border: 1px solid  #e30a2c !important;
    color:#fff !important;
    background-color: #e30a2c !important;
	transition: all 0.3s ease, transform 0.3s ease;
}




@media only screen and (max-width: 833px){
	
	
	#ac-globalfooter .ac-gf-directory-column-section-item {
    margin-bottom: 10px;
}
	
	#ac-globalfooter *, #ac-globalfooter *:before, #ac-globalfooter *:after {
    float: inherit;
    font-size: 13px;
    /* font-family: none; */
    /* font-weight: unset; */
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}
	
	
	
#ac-globalfooter .ac-gf-directory+.ac-gf-footer {
    padding-top: 30px !important;
}
}
.gallery .card-set .card, .gallery .card-set .card-container {
    border-radius: 45px;
}


#scroll-gallery-icon-cards .typography-card-headline{
	font-size: 22px !important;
	
}
.sticky-top{
	
	z-index:9999;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 600;
}

.section-title {
    font-size: 3rem;
    font-weight: 500;
}

section {
    padding: 80px 0;
}

/* HEADER */
.header {
    background-color: #fafafc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.navbar-brand img {
    height: 70px;
}
.navbar-nav .nav-link {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-red);
    border-bottom-color: var(--primary-red);
}
.header-right .search-icon {
    color: var(--dark-color);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
.header-right .search-icon:hover {
    color: var(--primary-red);
}
.lang-switcher a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    transition: color 0.3s ease;
}
.lang-switcher a.active {
    font-weight: 700;
}
.lang-switcher a:hover {
    color: var(--primary-red);
}
.lang-switcher span {
    color: #ccc;
    margin: 0 5px;
}


   /* ------------------------- */
        /* SLIDER ALANI (HERO)       */
        /* ------------------------- */
        .hero-slider-section {
            background-color: var(--background-gray);
            padding: 40px 0;
            overflow: hidden; 
        }

        .swiper-slide {
            display: flex;
            align-items: center;
        }

        .slide-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .hero-text-content {
            flex-basis: 45%;
            padding-right: 20px;
        }

        .hero-image-content {
            flex-basis: 55%;
            text-align: right; 
        }
        
        .hero-image-content img {
            max-width: 120%; 
            height: auto;
            transform: translateX(10%); 
        }

        .hero-title {
            font-family: var(--font-heading);
            font-size: 2rem; /* 88px */
            font-weight: 600;
            color: var(--primary-red);
            line-height: 0.9;
            margin-bottom: 25px;
			max-width: 60%;
        }

        .hero-title span {
            color: var(--primary-red);
            font-weight: 600;
        }

        .hero-description {
            font-size: 1rem; /* 16px */
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .hero-description.light {
            color: #909090;
            font-weight: 400;
        }

     
        .hero-pagination {
            display: flex;
            justify-content: flex-start; 
            margin-top: 30px;
            gap: 10px;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #D9D9D9;
            opacity: 1;
            transition: background-color 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--primary-red);
        }
        
      
        @media (max-width: 992px) {
            .hero-title {
                font-size: 4rem;
            }
            .slide-content {
                flex-direction: column;
                text-align: center;
            }
            .hero-text-content {
                flex-basis: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
            .hero-image-content {
                flex-basis: 100%;
                text-align: center;
            }
            .hero-image-content img {
                max-width: 80%; 
                transform: translateX(0); /* Ortala */
            }
            .hero-pagination {
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
             .hero-slider-section {
                padding: 20px 0;
            }
            .hero-title {
                font-size: 3rem;
            }
            .hero-description {
                font-size: 0.9rem;
            }
        }

/* VIDEO SECTION */
.promo-video-section {
    background-color: #fff;
}
.video-player-wrapper {
    position: relative;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--primary-red);
    text-decoration: none;
    transition: all 0.3s ease;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--primary-red);
    color: #fff;
}


/* SLIDER & CARD STYLES */
.slider-section {
    padding: 80px 0;
}
.product-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 450px;
    cursor: pointer;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 1; /* Always visible */
    transition: all 0.4s ease;
}
.card-title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(5px);
    border-left: 1px solid #ffffffba;
    transition: transform 0.4s ease;
    padding-left: 7px;
    width: 160px;
}
.card-icon {
    background-color: #fff;
    color: var(--primary-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.product-card:hover img {
    transform: scale(1.1);
}
.product-card:hover .card-title {
    transform: translateY(0);
}
.product-card:hover .card-icon {
    opacity: 1;
    transform: scale(1);
	    background-color: var(--primary-red);
		color:#fff;
}


/* SLIDER NAVIGATION */
.slider-nav {
    display: flex;
    gap: 10px;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--dark-color);
    margin-top: 0;
    transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 800;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}


/* GALLERY */
.gallery-section {
    background-color: var(--light-gray);
}
.gallery-section .gallery-item {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .gallery-item img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-section .row > div {
    min-height: 250px;
}
.gallery-section .row > .col-lg-6 {
    min-height: 516px; 
}


/* FEATURES */
.features-section,.sektorler {
    background-color: #fff !important;
}
.feature-item {
    text-align: center;
}
.feature-item img {
    height: 60px;
    margin-bottom: 1rem;
}
.feature-item p {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 1.1rem;
}


.footer {
      display: flex;
      flex-wrap: wrap;
      background-color: #e8001f;
      color: white;
      position: relative;
    }
    .footer-left {
      background-color: #fff;
      padding: 60px 40px;
      box-sizing: border-box;
    }
    .footer-left .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .footer-left .logo-shape {
      width: 60px;
      height: 60px;
      background-color: #e8001f;
      display: flex;
      flex-wrap: wrap;
    }
    .footer-left .logo-shape div {
      width: 20px;
      height: 20px;
      background-color: #e8001f;
      margin: 1px;
    }
    .footer-left .brand {
      font-size: 24px;
      font-weight: bold;
      color: #e8001f;
    }
    .footer-left p {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
    }
    .footer-left .social-icons {
      margin-top: 20px;
    }
    .footer-left .social-icons i {
      color: #e8001f;
      margin-right: 12px;
      font-size: 16px;
    }
    .info-button {
      margin-top: 30px;
      display: flex;
      align-items: center;
      color: #e8001f;
      font-weight: bold;
      font-size: 14px;
    }
    .info-button span {
      background: white;
      border-radius: 50%;
      padding: 8px 12px;
      margin-left: 10px;
    }
    .footer-right {
      width: 70%;
      padding: 60px 40px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }
    .footer-right::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff;
    }
    .footer-column {
      padding-top: 75px;
    padding-left: 75px;
    }
    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ffffff36;
      padding-bottom: 5px;
      color: #fff;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 6px;
      font-size: 14px;
    }
    .footer-column ul li strong {
      font-weight: bold;
    }
    .contact-info div,
    .newsletter p {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .newsletter input {
      width: 100%;
      padding: 8px;
      border: none;
      border-bottom: 1px solid white;
      background: transparent;
      color: white;
      margin-bottom: 10px;
    }
    .newsletter button {
      background-color: white;
      color: #e8001f;
      padding: 10px 30px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
    }
    .footer-bottom {
      background-color: #e8001f;
      color: white;
      font-size: 12px;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
        #scrollTopBtn {

bottom: 65px !important;

right: 12px !important;
}
        .card-body{
            padding: 15px;
        }
      .footer-left, .footer-right {
        width: 100%;
      }
      .footer-right::before {
        display: none;
      }
    }

/* RESPONSIVE AYARLARI */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .hero-title {
        font-size: 3.5rem;
    }
    .hero-section .text-center {
        text-align: left !important;
    }
    .section-title {
        font-size: 2.5rem;
    }
}
.banner-card-headline {
   
    color: #303030 !important;
}



@media (max-width: 767.98px) {
    
    
    #scroll-gallery-gallery-1 h3{
padding-inline-end: 0 !important;
    }
    
    #scroll-gallery-gallery-1 .mobilo{
flex-direction: column !important;
    flex-wrap: nowrap !important;
    margin-top:-10px !important;
        padding: 0 0 !important;
	
    }
      #scroll-gallery-gallery-1 .mobilo .divs2{

    
    margin-top:5px !important;
	
    }
	
    section, .slider-section {
        padding: 60px 0;
    }
    .hero-section {
        text-align: center;
    }
    .section-title {
        text-align: center;
    }
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
    }
}

.products-slider .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.products-slider .card-icon {
    background-color: #363535;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.card {

    border:none;
}

@media (min-width: 767px){
.gallery .paddlenav {
  

}
}
#scroll-gallery-feature-cards .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.newsletter input::placeholder{
	color:#ffffffb0;
}



h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 600;
}

.section-title {
    font-size: 3rem;
    font-weight: 500;
}

section {
    padding: 80px 0;
}

/* HEADER */
.header {
    background-color: #fafafc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-nav .nav-link {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-red);
    border-bottom-color: transparent;
    text-decoration: none;
}
.header-right .search-icon {
    color: var(--dark-color);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
.header-right .search-icon:hover {
    color: var(--primary-red);
}
.lang-switcher a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    transition: color 0.3s ease;
}
.lang-switcher a.active {
    font-weight: 700;
}
.lang-switcher a:hover {
    color: var(--primary-red);
}
.lang-switcher span {
    color: #ccc;
    margin: 0 5px;
}



        .hero-slider-section {
            background-color: var(--background-gray);
            padding: 40px 0;
            overflow: hidden; 
        }

        .swiper-slide {
            display: flex;
            align-items: center;
        }

        .slide-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .hero-text-content {
            flex-basis: 45%;
            padding-right: 20px;
        }

        .hero-image-content {
            flex-basis: 55%;
            text-align: right;
        }
        
        .hero-image-content img {
            max-width: 120%; 
            height: auto;
            transform: translateX(10%); 
        }

        .hero-title {
            font-family: var(--font-heading);
            font-size: 2rem; /* 88px */
            font-weight: 600;
            color: var(--primary-red);
            line-height: 0.9;
            margin-bottom: 25px;
			max-width: 60%;
        }

        .hero-title span {
            color: var(--primary-red);
            font-weight: 600;
        }

        .hero-description {
            font-size: 1rem; /* 16px */
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .hero-description.light {
            color: #909090;
            font-weight: 400;
        }

        .hero-pagination {
            display: flex;
            justify-content: flex-start; 
            margin-top: 30px;
            gap: 10px;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #D9D9D9;
            opacity: 1;
            transition: background-color 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--primary-red);
        }
  
        @media (max-width: 992px) {
            .hero-title {
                font-size: 4rem;
            }
            .slide-content {
                flex-direction: column;
                text-align: center;
            }
            .hero-text-content {
                flex-basis: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
            .hero-image-content {
                flex-basis: 100%;
                text-align: center;
            }
            .hero-image-content img {
                max-width: 80%;
                transform: translateX(0); 
            }
            .hero-pagination {
                justify-content: center; 
            }
        }
        
        @media (max-width: 576px) {
             .hero-slider-section {
                padding: 20px 0;
            }
            .hero-title {
                font-size: 3rem;
            }
            .hero-description {
                font-size: 0.9rem;
            }
        }

/* VIDEO SECTION */
.promo-video-section {
    background-color: #fff;
}
.video-player-wrapper {
    position: relative;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--primary-red);
    text-decoration: none;
    transition: all 0.3s ease;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--primary-red);
    color: #fff;
}


/* SLIDER & CARD STYLES */
.slider-section {
    padding: 80px 0;
}
.product-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 450px;
    cursor: pointer;
    width: 100%;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 1; /* Always visible */
    transition: all 0.4s ease;
}
.card-title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(5px);
    border-left: 1px solid #ffffffba;
    transition: transform 0.4s ease;
    padding-left: 7px;
    width: 160px;
    margin-top:50px;
}
.card-icon {
    background-color: #fff;
    color: var(--primary-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.product-card:hover img {
    transform: scale(1.1);
}
.product-card:hover .card-title {
    transform: translateY(0);
}
.product-card:hover .card-icon {
    opacity: 1;
    transform: scale(1);
	    background-color: var(--primary-red);
		color:#fff;
}


/* SLIDER NAVIGATION */
.slider-nav {
    display: flex;
    gap: 10px;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--dark-color);
    margin-top: 0;
    transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 800;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}


/* GALLERY */
.gallery-section {
    background-color: var(--light-gray);
}
.gallery-section .gallery-item {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .gallery-item img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
/* Adjusting height for grid items */
.gallery-section .row > div {
    min-height: 250px;
}
.gallery-section .row > .col-lg-6 {
    min-height: 516px; /* 250*2 + 16px gap */
}


/* FEATURES */
.features-section,.sektorler {
    background-color: #fff !important;
}
.feature-item {
    text-align: center;
}
.feature-item img {
    height: 60px;
    margin-bottom: 1rem;
}
.feature-item p {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 1.1rem;
}


.footer {
      display: flex;
      flex-wrap: wrap;
      background-color: #e8001f;
      color: white;
      position: relative;
    }
    .footer-left {
      background-color: #fff;
      padding: 60px 40px;
      box-sizing: border-box;
    }
    .footer-left .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .footer-left .logo-shape {
      width: 60px;
      height: 60px;
      background-color: #e8001f;
      display: flex;
      flex-wrap: wrap;
    }
    .footer-left .logo-shape div {
      width: 20px;
      height: 20px;
      background-color: #e8001f;
      margin: 1px;
    }
    .footer-left .brand {
      font-size: 24px;
      font-weight: bold;
      color: #e8001f;
    }
    .footer-left p {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
    }
    .footer-left .social-icons {
      margin-top: 20px;
    }
    .footer-left .social-icons i {
      color: #e8001f;
      margin-right: 12px;
      font-size: 16px;
    }
    .info-button {
      margin-top: 30px;
      display: flex;
      align-items: center;
      color: #e8001f;
      font-weight: bold;
      font-size: 14px;
    }
    .info-button span {
      background: white;
      border-radius: 50%;
      padding: 8px 12px;
      margin-left: 10px;
    }
    .footer-right {
      width: 70%;
      padding: 60px 40px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }
    .footer-right::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff;
    }
    .footer-column {
      padding-top: 75px;
    padding-left: 75px;
    }
    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ffffff36;
      padding-bottom: 5px;
      color: #fff;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 6px;
      font-size: 14px;
    }
    .footer-column ul li strong {
      font-weight: bold;
    }
    .contact-info div,
    .newsletter p {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .newsletter input {
      width: 100%;
      padding: 8px;
      border: none;
      border-bottom: 1px solid white;
      background: transparent;
      color: white;
      margin-bottom: 10px;
    }
    .newsletter button {
      background-color: white;
      color: #e8001f;
      padding: 10px 30px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
    }
    .footer-bottom {
      background-color: #e8001f;
      color: white;
      font-size: 12px;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
      .footer-left, .footer-right {
        width: 100%;
      }
      .footer-right::before {
        display: none;
      }
    }

/* RESPONSIVE AYARLARI */
@media (max-width: 991.98px) {
    
    .mobilrights{
       margin-left: 0px;
    margin-top: 22px;
    }
    
    
    
    
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .hero-title {
        font-size: 3.5rem;
    }
    .hero-section .text-center {
        text-align: left !important;
    }
    .section-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    section, .slider-section {
        padding: 60px 0;
    }
    .hero-section {
        text-align: center;
    }
    .section-title {
        text-align: center;
    }
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
    }
}

.products-slider .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.products-slider .card-icon {
    background-color: #363535;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.card {

    border:none;
}

@media (min-width: 767px){
.gallery .paddlenav {
  
/* top: -100px !important; */
}
}
#scroll-gallery-feature-cards .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.newsletter input::placeholder{
	color:#ffffffb0;
}


.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-medium {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-small {
		display: none;
	}
	.hide-for-medium {
		display: inline-block;
	}
}

.section-select .product-tile-ctas .button {
	margin-bottom: 15px;
}

.section-incentive .gallery-container.v0 {
	display: block !important;
}

@media only screen and (max-width: 734px) {
	.section-select .overview_select_product_tile_icon_iphone_15_camera-wrapper {
		margin-top: -2px;
	}
}

.default-advanced-cameras .feature-card-modal-tile {
	margin-top: 20px;
}

#modal-content-default-advanced-cameras .feature-card-modal-tile.tile-horizontal-layout {
	margin-top: var(--tile-card-vertical-space);
}

[data-at-ab-ifsnts="v0"] .section-select .select-variant {
	display: none;
}

[data-at-ab-ifsnts="v1"] .section-select .select-control {
	display: none;
}

[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
}

@media only screen and (max-width: 734px) {
	[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas {
		justify-content: flex-start;
		min-height: 36px;
	}
}

[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas a {
	margin-inline-start: 0;
}

.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
	display: inline-block;
	margin-top: 29px;
	font-weight: 500;
	font-size: 18px;
	color: #404040;
}

@media (max-width: 1068px) {
	.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
		margin-top: 23px;
	}
}

@media (max-width: 734px) {
	.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
		margin-top: 21px;
		font-size: 16px;
	}
}

/* Custom Accordion Styles */
.custom-accordion {
    --custom-accordion-width: 100%;
    --custom-accordion-height: auto;
    --custom-accordion-side-padding: 0;
    --custom-accordion-button-padding-top: 1em;
    --custom-accordion-button-padding-bottom: 1em;
    --custom-accordion-border-color: rgb(210,210,215);
    --custom-accordion-border-width: 1px;
    --custom-accordion-content-padding-top: 0;
    --custom-accordion-content-padding-bottom: 1em;
    --custom-accordion-content-paragraph-max-width: 83.3333333333%;
    --custom-accordion-content-paragraph-padding-top: 0;
    --custom-accordion-content-paragraph-padding-bottom: 0.8em;
    --custom-accordion-icon-color: rgb(134,134,139);
    --custom-accordion-icon-color-hover: rgb(110,110,115);
    --custom-accordion-icon-width: 1em;
    --custom-accordion-icon-height: auto;
    --custom-accordion-icon-stroke-width: 2.25;
    --custom-accordion-icon-svg-width: 1em;
    --custom-accordion-title-max-width: 83.3333333333%;
    --custom-accordion-transition-duration: 400ms;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--custom-accordion-height,auto);
    margin: 0;
    list-style: none;
    width: var(--custom-accordion-width);
}

.custom-accordion-item {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-color: var(--custom-accordion-border-color);
    border-top: var(--custom-accordion-border-width) solid var(--custom-accordion-border-color);
}

.custom-accordion-item:first-child {
    --custom-accordion-border-width: 0;
    border-top: none;
}

.custom-accordion-title {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.custom-accordion-button {
    letter-spacing: inherit;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    position: relative;
    padding-top: var(--custom-accordion-button-padding-top);
    padding-bottom: var(--custom-accordion-button-padding-bottom);
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.custom-accordion-title-text {
    max-width: var(--custom-accordion-title-max-width);
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.custom-accordion-icon {
    margin: 0;
    transition: color 100ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--custom-accordion-icon-color);
    width: var(--custom-accordion-icon-width);
    height: var(--custom-accordion-icon-height);
}

.custom-accordion-button:after {
    content: "";
    display: block;
    width: 100%;
    top: 0.6em;
    height: calc(100% - 1.2em);
    position: absolute;
}

.custom-accordion-tray {
    margin: 0;
    transition: height ease-in-out;
    transition-duration: var(--custom-accordion-transition-duration);
    overflow: hidden;
}

.custom-accordion-item.expanded > .custom-accordion-tray {
    overflow: visible;
}

.custom-accordion-content {
    display: flex;
    flex-direction: column;
    padding-top: var(--custom-accordion-content-padding-top);
    padding-bottom: var(--custom-accordion-content-padding-bottom);
    width: var(--custom-accordion-width);
}

.custom-accordion-paragraph-text {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: var(--heading-font);
    max-width: var(--custom-accordion-content-paragraph-max-width);
    padding-top: var(--custom-accordion-content-paragraph-padding-top);
    padding-bottom: var(--custom-accordion-content-paragraph-padding-bottom);
}

.custom-accordion-image-container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    pointer-events: none;
    padding-top: 30px;
}

.custom-accordion-image-container img {
    max-width: 100%;
}

/* Media Queries */
@media (max-width: 734px) {
    .custom-accordion {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .custom-accordion-item {
        font-size: 19px;
        line-height: 1.2105263158;
        letter-spacing: .012em;
    }
    
    .custom-accordion-title-text {
        font-size: 21px;
        line-height: 1.1904761905;
        letter-spacing: .011em;
    }
    
    .custom-accordion-paragraph-text {
        font-size: 14px;
        line-height: 1.4285914286;
        letter-spacing: -0.016em;
    }
    
    .custom-accordion-icon {
        font-size: 17px;
    }
}

.accordion {
    --accordion-button-padding-top: 1em;
    --accordion-button-padding-bottom: 1em;
    --accordion-border-color: rgb(210,210,215);
    --accordion-border-width: 1px;
    --accordion-content-padding-top: 0;
    --accordion-content-padding-bottom: 1em;
    --accordion-content-paragraph-max-width: 83.3333333333%;
    --accordion-content-paragraph-padding-top: 0;
    --accordion-content-paragraph-padding-bottom: 0.8em;
    --accordion-icon-color: rgb(134,134,139);
    --accordion-icon-color-hover: rgb(110,110,115);
    --accordion-icon-width: 1em;
    --accordion-icon-height: auto;
    --accordion-icon-stroke-width: 2.25;
    --accordion-icon-svg-width: 1em;
    --accordion-title-max-width: 83.3333333333%;
    --accordion-transition-duration: 400ms;
    margin: 0;
    list-style: none;
    --bs-accordion-bg: #fff0;
    --bs-accordion-color: #303030;
    --bs-accordion-border-color: unset;
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-padding-x: 0;
	align-items: center;
    align-content: center;
}

.accordion-button:not(.collapsed), &:focus {
  
    
    box-shadow: none;
}

.accordion-item {
  
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-color: var(--accordion-border-color);
    border-top: var(--accordion-border-width) solid var(--accordion-border-color) !IMPORTANT;
}


@media (max-width: 1068px) {
    .custom-accordion-item {
        font-size: 21px;
        line-height: 1.1904761905;
        letter-spacing: .011em;
    }
    
    .custom-accordion-title-text {
        font-size: 24px;
        line-height: 1.1666666667;
        letter-spacing: .009em;
    }
}
	.accordion .accordion-item .accordion-title-text {

    color: #303030;
}
@media (min-width: 1069px) {
	
	.accordion {
    padding: 120px 250px;
}
	

    .custom-accordion {
        padding: 120px var(--custom-accordion-side-padding);
    }
    
    .custom-accordion-content .custom-accordion-image-container {
        display: none;
    }
}




.modal-content {
    background-color: #fff; 
    border-radius: 10px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
    border: none; 
}

.modal-header {
    border-bottom: 1px solid var(--kalkan-border-color); 
    padding: 20px 25px; 
    background-color: var(--kalkan-bg-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-title {
    color: var(--kalkan-primary-color);
    font-family: 'Teko', sans-serif; 
    font-weight: 600;
    font-size: 1.8rem;
}

.modal-body {
    padding: 25px;
}

.form-label {
    color: var(--kalkan-text-color);
    font-weight: 500;
}

.form-control {
    border: 1px solid var(--kalkan-border-color);
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--kalkan-secondary-color);
}

.form-control::placeholder {
    color: #aaa;
}

.modal-footer {
    border-top: 1px solid var(--kalkan-border-color);
    padding: 15px 25px;
    background-color: var(--kalkan-bg-light);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center; 
    gap: 10px; 
}


.btn-primary {
    background-color: var(--kalkan-primary-color);
    border-color: var(--kalkan-primary-color);
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-red) !important; 
    border-color: var(--primary-red)  !important;
    opacity:0.8;
    text-decoration: none;
}

.btn-secondary {
    background-color: #6c757d; 
    border-color: #6c757d;
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: darken(#6c757d, 10%);
    border-color: darken(#6c757d, 10%);
}

/* Close button style */
.btn-close {
    filter: invert(1); 
    opacity: 0.7;
}
.btn-close:hover {
    opacity: 1;
}

/* Custom overlay background */
.modal-backdrop.show {
    background-color: rgb(16 15 15 / 78%);
}


@media (max-width: 576px) {
    .modal-content {
        margin: 1.75rem auto;
    }
}



@media (max-width: 734px){
.accordion .accordion-item .accordion-title-text {
    font-size: 16px;
    
}
}

.industrial-banner {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    filter: brightness(0.7);
}

.text-overlay {
    position: relative;
    z-index: 2;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 70%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.text-container {
    max-width: 600px;
    color: #fff;
}

.text-container h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}

.text-container p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 80%;
}

/* Responsive Adjustments */
@media (max-width: 1600px) {
    .text-container h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 1200px) {
    .industrial-banner {
        height: 400px;
    }
    .text-overlay {
        width: 50%;
    }
    .text-container h1 {
        font-size: 2.4rem;
    }
    .text-container p {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .text-overlay {
        width: 55%;
    }
    .text-container h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .text-container p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .industrial-banner {
        height: 350px;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .text-overlay {
        width: 100%;
        height: auto;
        padding: 40px 5%;
        background: linear-gradient(0deg, rgba(20,20,20,0.9) 0%, rgba(20,20,20,0.7) 70%, rgba(0,0,0,0) 100%);
    }
    
    .text-container {
        max-width: 100%;
        text-align: center;
    }
    
    .text-container p {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .industrial-banner {
        height: 300px;
    }
    .text-container h1 {
        font-size: 1.8rem;
    }
    .text-container p {
        font-size: 1rem;
    }
}


.page-banner {
    position: relative;
    height: 500px; 
    overflow: hidden;
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    color: #333; 
    text-align: left;
    background-color: #f0f2f5; 
    padding: 0; 
    clip-path: none; 
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.page-banner-content {
    position: relative;
    z-index: 3; 
    max-width: 600px; 
    color: #343a40; 
}

.page-banner-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #343a40;
    width: 360px;
}

.page-banner-content p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0; 
    color: #303030; 
}

/* Yeni BG Overlay */
.page-banner-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    background: url('../img/bg-overlay.png') no-repeat left center; 
    background-size: cover; 
    opacity: 0.95; 
}



@media (max-width: 992px) {
    
    .page-banner::before {

    background: rgb(0 0 0 / 41%) !important; 
   
}
    
    
    .page-banner {
        height: auto; 
        padding: 50px 0;
        text-align: center;
        justify-content: center;
        clip-path: none; 
    }
    .page-banner-content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .page-banner-content h1 {
        font-size: 1.5rem;
        color: #fff;
        width: 100%;
    }
    .page-banner-content p {
        font-size: 1rem;
        color: #fff;
    }
    .page-banner-overlay-image { 
        display: none;
    }
}


.breadcrumb {
    
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 30px; 
    text-align: -webkit-center;
    max-width: 100%;
    margin-top: -65px;
    z-index: 11;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.breadcrumb-item {
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.breadcrumb-item a {
    color: #b50b24; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0a58ca;
}

.breadcrumb-item.active {
    color: #6c757d; 
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/"); 
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 0.5rem 0.75rem;
        margin-bottom: 20px;
        margin-top: 0;
        background-color: #fafafc;
        justify-content: flex-start;
    }
    .breadcrumb-item {
        font-size: 0.85rem;
        max-width: 220px;
    }
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px !important;
    width: 90vw;
}
    .product-card {
  
    height: 550px !important;
    
}
}
#ac-globalfooter li:not(.noneh) a:hover {
    color: #b50b24 !important;
    text-decoration: none;
}

#ac-globalfooter li.noneh a:hover {
    color: #fff !important;
}
:root {
    --primary-red: #b50b24;
    --dark-color: #303030;
    --text-color: #303030;
    --light-gray: #F8F8F8;
	--background-gray: #F8F8F8;
    --border-color: #EAEAEA;
    --heading-font: var(--heading-font);
    --body-font: var(--heading-font);
    --kalkan-primary-color: #b50b24; 
    --kalkan-secondary-color: #333; 
    --kalkan-text-color: #303030; 
    --kalkan-bg-light: #f8f9fa; 
    --kalkan-border-color: #eee;
}

html,body{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
}

.ac-gf-footer-legal-links-item:focus-within:before{outline:0px solid var(--sk-focus-color, transparent) !important;}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #e5082c;
    text-decoration: none;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #b50b24;
}
.chapternav-link:hover {
    color: #b50b24;
    text-decoration: none;
}

frame{
    width:100% !important;
}

#ac-globalfooter *, #ac-globalfooter *:before, #ac-globalfooter *:after {
    float: unset;
   
} 


.section {
    padding-top: 60px;
    padding-bottom: 40px;
    overflow-x: clip;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    background-color: #fff;
	overflow-x:hidden;


}
.iconlar img{
	max-height:45px;
	
}

@media (max-width: 1068px){
.section-banner .banner-card-banner {
    height: 100%;
}
}




.accordion-wrapper.content-container img{
	border-radius:30px;
	
}
.section-select .product-tile-plus p {
   
    font-size: 21px;
    width: 150px;
}


ol, ul {
    padding-left: 0;
}



ol+*, p+*, ul+* {
    margin-top: 0;
}

.ac-gf-directory{
	border-top: 1px solid #d2d2d7;
	
	
}

#ac-globalfooter {
    --footer-background: rgb(255 255 255);
--footer-border-color: rgba(0, 0, 0, 0.16);
}
#ac-globalfooter .ac-gf-footer-legal-links-item {
   
    margin-top: 0px;
}
#ac-globalfooter .ac-gf-footer-legal-links {
    
    top: -10px;
    
}







.ac-gf-directory-column-section-item a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free"; /* veya "Font Awesome 6 Free" */
  font-weight: 900; 
  margin-right:8px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-5px);
  display:none;
}


.ac-gf-directory-column-section-item:not(.noneh) a:hover::before {
	display:inline-block;
  opacity: 1;
  transform: translateX(0);
      margin-right: 8px !important;
	  
}

.locat:hover{
	
border: 1px solid  #b50b24 !important;
	
color:#fff !important;
	
background-color: #e30a2c !important;
	
tr;
	
background-color: #b50b24 !important;3s ease;
}




@media only screen and (max-width: 833px){
	
	
	#ac-globalfooter .ac-gf-directory-column-section-item {
    margin-bottom: 10px;
}
	
	#ac-globalfooter *, #ac-globalfooter *:before, #ac-globalfooter *:after {
    float: inherit;
    font-size: 13px;
    /* font-family: none; */
    /* font-weight: unset; */
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}
	
	
	
#ac-globalfooter .ac-gf-directory+.ac-gf-footer {
    padding-top: 30px !important;
}
}
.gallery .card-set .card, .gallery .card-set .card-container {
    border-radius: 45px;
}


#scroll-gallery-icon-cards .typography-card-headline{
	font-size: 21px !important;
}
.sticky-top{
	
	z-index:9999;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 600;
}

.section-title {
    font-size: 3rem;
    font-weight: 500;
}

section {
    padding: 80px 0;
}

/* HEADER */
.header {
    background-color: #fafafc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-nav .nav-link {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-red);
    border-bottom-color: var(--primary-red);
}
.header-right .search-icon {
    color: var(--dark-color);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
.header-right .search-icon:hover {
    color: var(--primary-red);
}
.lang-switcher a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    transition: color 0.3s ease;
}
.lang-switcher a.active {
    font-weight: 700;
}
.lang-switcher a:hover {
    color: var(--primary-red);
}
.lang-switcher span {
    color: #ccc;
    margin: 0 5px;
}


   /* ------------------------- */
        /* SLIDER ALANI (HERO)       */
        /* ------------------------- */
        .hero-slider-section {
            background-color: var(--background-gray);
            padding: 40px 0;
            overflow: hidden; 
        }

        .swiper-slide {
            display: flex;
            align-items: center;
        }

        .slide-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .hero-text-content {
            flex-basis: 45%;
            padding-right: 20px;
        }

        .hero-image-content {
            flex-basis: 55%;
            text-align: right; 
        }
        
        .hero-image-content img {
            max-width: 120%; 
            height: auto;
            transform: translateX(10%); 
        }

        .hero-title {
            font-family: var(--font-heading);
            font-size: 2rem; /* 88px */
            font-weight: 600;
            color: var(--primary-red);
            line-height: 0.9;
            margin-bottom: 25px;
			max-width: 60%;
        }

        .hero-title span {
            color: var(--primary-red);
            font-weight: 600;
        }

        .hero-description {
            font-size: 1rem; /* 16px */
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .hero-description.light {
            color: #909090;
            font-weight: 400;
        }

     
        .hero-pagination {
            display: flex;
            justify-content: flex-start; 
            margin-top: 30px;
            gap: 10px;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #D9D9D9;
            opacity: 1;
            transition: background-color 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--primary-red);
        }
        
      
        @media (max-width: 992px) {
            .hero-title {
                font-size: 4rem;
            }
            .slide-content {
                flex-direction: column;
                text-align: center;
            }
            .hero-text-content {
                flex-basis: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
            .hero-image-content {
                flex-basis: 100%;
                text-align: center;
            }
            .hero-image-content img {
                max-width: 80%; 
                transform: translateX(0); /* Ortala */
            }
            .hero-pagination {
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
             .hero-slider-section {
                padding: 20px 0;
            }
            .hero-title {
                font-size: 3rem;
            }
            .hero-description {
                font-size: 0.9rem;
            }
        }

/* VIDEO SECTION */
.promo-video-section {
    background-color: #fff;
}
.video-player-wrapper {
    position: relative;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--primary-red);
    text-decoration: none;
    transition: all 0.3s ease;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--primary-red);
    color: #fff;
}


/* SLIDER & CARD STYLES */
.slider-section {
    padding: 80px 0;
}
.product-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 450px;
    cursor: pointer;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 1; /* Always visible */
    transition: all 0.4s ease;
}
.card-title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(5px);
    border-left: 1px solid #ffffffba;
    transition: transform 0.4s ease;
    padding-left: 7px;
    width: 160px;
}
.card-icon {
    background-color: #fff;
    color: var(--primary-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.product-card:hover img {
    transform: scale(1.1);
}
.product-card:hover .card-title {
    transform: translateY(0);
}
.product-card:hover .card-icon {
    opacity: 1;
    transform: scale(1);
	    background-color: var(--primary-red);
		color:#fff;
}


/* SLIDER NAVIGATION */
.slider-nav {
    display: flex;
    gap: 10px;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--dark-color);
    margin-top: 0;
    transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 800;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}


/* GALLERY */
.gallery-section {
    background-color: var(--light-gray);
}
.gallery-section .gallery-item {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .gallery-item img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-section .row > div {
    min-height: 250px;
}
.gallery-section .row > .col-lg-6 {
    min-height: 516px; 
}


/* FEATURES */
.features-section,.sektorler {
    background-color: #fff !important;
}
.feature-item {
    text-align: center;
}
.feature-item img {
    height: 60px;
    margin-bottom: 1rem;
}
.feature-item p {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 1.1rem;
}


.footer {
      display: flex;
      flex-wrap: wrap;
      background-color: #e8001f;
      color: white;
      position: relative;
    }
    .footer-left {
      background-color: #fff;
      padding: 60px 40px;
      box-sizing: border-box;
    }
    .footer-left .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .footer-left .logo-shape {
      width: 60px;
      height: 60px;
      background-color: #e8001f;
      display: flex;
      flex-wrap: wrap;
    }
    .footer-left .logo-shape div {
      width: 20px;
      height: 20px;
      background-color: #e8001f;
      margin: 1px;
    }
    .footer-left .brand {
      font-size: 24px;
      font-weight: bold;
      color: #e8001f;
    }
    .footer-left p {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
    }
    .footer-left .social-icons {
      margin-top: 20px;
    }
    .footer-left .social-icons i {
      color: #e8001f;
      margin-right: 12px;
      font-size: 16px;
    }
    .info-button {
      margin-top: 30px;
      display: flex;
      align-items: center;
      color: #e8001f;
      font-weight: bold;
      font-size: 14px;
    }
    .info-button span {
      background: white;
      border-radius: 50%;
      padding: 8px 12px;
      margin-left: 10px;
    }
    .footer-right {
      width: 70%;
      padding: 60px 40px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }
    .footer-right::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff;
    }
    .footer-column {
      padding-top: 75px;
    padding-left: 75px;
    }
    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ffffff36;
      padding-bottom: 5px;
      color: #fff;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 6px;
      font-size: 14px;
    }
    .footer-column ul li strong {
      font-weight: bold;
    }
    .contact-info div,
    .newsletter p {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .newsletter input {
      width: 100%;
      padding: 8px;
      border: none;
      border-bottom: 1px solid white;
      background: transparent;
      color: white;
      margin-bottom: 10px;
    }
    .newsletter button {
      background-color: white;
      color: #e8001f;
      padding: 10px 30px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
    }
    .footer-bottom {
      background-color: #e8001f;
      color: white;
      font-size: 12px;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
        .navbar-brand img {
    height: 40px !important;
}
      .footer-left, .footer-right {
        width: 100%;
      }
      .footer-right::before {
        display: none;
      }
    }

/* RESPONSIVE AYARLARI */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .hero-title {
        font-size: 3.5rem;
    }
    .hero-section .text-center {
        text-align: left !important;
    }
    .section-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    section, .slider-section {
        padding: 60px 0;
    }
    .hero-section {
        text-align: center;
    }
    .section-title {
        text-align: center;
    }
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
    }
}

.products-slider .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.products-slider .card-icon {
    background-color: #363535;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.card {

    border:none;
}

@media (min-width: 767px){
.gallery .paddlenav {
  

}
}
#scroll-gallery-feature-cards .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.newsletter input::placeholder{
	color:#ffffffb0;
}



h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 600;
}

.section-title {
    font-size: 3rem;
    font-weight: 500;
}

section {
    padding: 80px 0;
}

/* HEADER */
.header {
    background-color: #fafafc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-nav .nav-link {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 0.7rem;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding-left: 0px !important;
    font-size: 17px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-red) !important;
    border-bottom-color: transparent;
    text-decoration: none;
}
.header-right .search-icon {
    color: var(--dark-color);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
.header-right .search-icon:hover {
    color: var(--primary-red);
}
.lang-switcher a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    transition: color 0.3s ease;
}
.lang-switcher a.active {
    font-weight: 700;
}
.lang-switcher a:hover {
    color: var(--primary-red);
}
.lang-switcher span {
    color: #ccc;
    margin: 0 5px;
}



        .hero-slider-section {
            background-color: var(--background-gray);
            padding: 40px 0;
            overflow: hidden; 
        }

        .swiper-slide {
            display: flex;
            align-items: center;
        }

        .slide-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .hero-text-content {
            flex-basis: 45%;
            padding-right: 20px;
        }

        .hero-image-content {
            flex-basis: 55%;
            text-align: right;
        }
        
        .hero-image-content img {
            max-width: 120%; 
            height: auto;
            transform: translateX(10%); 
        }

        .hero-title {
            font-family: var(--font-heading);
            font-size: 2rem; /* 88px */
            font-weight: 600;
            color: var(--primary-red);
            line-height: 0.9;
            margin-bottom: 25px;
			max-width: 60%;
        }

        .hero-title span {
            color: var(--primary-red);
            font-weight: 600;
        }

        .hero-description {
            font-size: 1rem; /* 16px */
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .hero-description.light {
            color: #909090;
            font-weight: 400;
        }

        .hero-pagination {
            display: flex;
            justify-content: flex-start; 
            margin-top: 30px;
            gap: 10px;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #D9D9D9;
            opacity: 1;
            transition: background-color 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--primary-red);
        }
  
        @media (max-width: 992px) {
            .hero-title {
                font-size: 4rem;
            }
            .slide-content {
                flex-direction: column;
                text-align: center;
            }
            .hero-text-content {
                flex-basis: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
            .hero-image-content {
                flex-basis: 100%;
                text-align: center;
            }
            .hero-image-content img {
                max-width: 80%;
                transform: translateX(0); 
            }
            .hero-pagination {
                justify-content: center; 
            }
        }
        
        @media (max-width: 576px) {
             .hero-slider-section {
                padding: 20px 0;
            }
            .hero-title {
                font-size: 3rem;
            }
            .hero-description {
                font-size: 0.9rem;
            }
        }

/* VIDEO SECTION */
.promo-video-section {
    background-color: #fff;
}
.video-player-wrapper {
    position: relative;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--primary-red);
    text-decoration: none;
    transition: all 0.3s ease;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--primary-red);
    color: #fff;
}


/* SLIDER & CARD STYLES */
.slider-section {
    padding: 60px 0;
}
.product-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 450px;
    cursor: pointer;
    width: 100%;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 1; /* Always visible */
    transition: all 0.4s ease;
}
.card-title {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    transform: translateY(5px);
    border-left: 1px solid #ffffffba;
    transition: transform 0.4s ease;
    padding-left: 7px;
    width: 160px;
    margin-top:50px;
}
.card-icon {
    background-color: #fff;
    color: var(--primary-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.product-card:hover img {
    transform: scale(1.1);
}
.product-card:hover .card-title {
    transform: translateY(0);
}
.product-card:hover .card-icon {
    opacity: 1;
    transform: scale(1);
	    background-color: var(--primary-red);
		color:#fff;
}


/* SLIDER NAVIGATION */
.slider-nav {
    display: flex;
    gap: 10px;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--dark-color);
    margin-top: 0;
    transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 800;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}


/* GALLERY */
.gallery-section {
    background-color: var(--light-gray);
}
.gallery-section .gallery-item {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .gallery-item img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
/* Adjusting height for grid items */
.gallery-section .row > div {
    min-height: 250px;
}
.gallery-section .row > .col-lg-6 {
    min-height: 516px; /* 250*2 + 16px gap */
}


/* FEATURES */
.features-section,.sektorler {
    background-color: #fff !important;
}
.feature-item {
    text-align: center;
}
.feature-item img {
    height: 60px;
    margin-bottom: 1rem;
}
.feature-item p {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 1.1rem;
}


.footer {
      display: flex;
      flex-wrap: wrap;
      background-color: #e8001f;
      color: white;
      position: relative;
    }
    .footer-left {
      background-color: #fff;
      padding: 60px 40px;
      box-sizing: border-box;
    }
    .footer-left .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .footer-left .logo-shape {
      width: 60px;
      height: 60px;
      background-color: #e8001f;
      display: flex;
      flex-wrap: wrap;
    }
    .footer-left .logo-shape div {
      width: 20px;
      height: 20px;
      background-color: #e8001f;
      margin: 1px;
    }
    .footer-left .brand {
      font-size: 24px;
      font-weight: bold;
      color: #e8001f;
    }
    .footer-left p {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
    }
    .footer-left .social-icons {
      margin-top: 20px;
    }
    .footer-left .social-icons i {
      color: #e8001f;
      margin-right: 12px;
      font-size: 16px;
    }
    .info-button {
      margin-top: 30px;
      display: flex;
      align-items: center;
      color: #e8001f;
      font-weight: bold;
      font-size: 14px;
    }
    .info-button span {
      background: white;
      border-radius: 50%;
      padding: 8px 12px;
      margin-left: 10px;
    }
    .footer-right {
      width: 70%;
      padding: 60px 40px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }
    .footer-right::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff;
    }
    .footer-column {
      padding-top: 75px;
    padding-left: 75px;
    }
    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ffffff36;
      padding-bottom: 5px;
      color: #fff;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 6px;
      font-size: 14px;
    }
    .footer-column ul li strong {
      font-weight: bold;
    }
    .contact-info div,
    .newsletter p {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .newsletter input {
      width: 100%;
      padding: 8px;
      border: none;
      border-bottom: 1px solid white;
      background: transparent;
      color: white;
      margin-bottom: 10px;
    }
    .newsletter button {
      background-color: white;
      color: #e8001f;
      padding: 10px 30px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
    }
    .footer-bottom {
      background-color: #e8001f;
      color: white;
      font-size: 12px;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
      .footer-left, .footer-right {
        width: 100%;
      }
      .footer-right::before {
        display: none;
      }
    }

/* RESPONSIVE AYARLARI */
@media (max-width: 991.98px) {
    
    .mobilrights{
       margin-left: 0px;
    margin-top: 22px;
    }
    
    
    
    
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .hero-title {
        font-size: 3.5rem;
    }
    .hero-section .text-center {
        text-align: left !important;
    }
    .section-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    section, .slider-section {
        padding: 60px 0;
    }
    .hero-section {
        text-align: center;
    }
    .section-title {
        text-align: center;
    }
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
    }
}

.products-slider .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.products-slider .card-icon {
    background-color: #363535;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.card {

    border:none;
}

@media (min-width: 767px){
.gallery .paddlenav {
  
/* top: -100px !important; */
}
}
#scroll-gallery-feature-cards .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease;
}

.newsletter input::placeholder{
	color:#ffffffb0;
}


.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-medium {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-small {
		display: none;
	}
	.hide-for-medium {
		display: inline-block;
	}
}

.section-select .product-tile-ctas .button {
	margin-bottom: 15px;
}

.section-incentive .gallery-container.v0 {
	display: block !important;
}

@media only screen and (max-width: 734px) {
	.section-select .overview_select_product_tile_icon_iphone_15_camera-wrapper {
		margin-top: -2px;
	}
}

.default-advanced-cameras .feature-card-modal-tile {
	margin-top: 20px;
}

#modal-content-default-advanced-cameras .feature-card-modal-tile.tile-horizontal-layout {
	margin-top: var(--tile-card-vertical-space);
}

[data-at-ab-ifsnts="v0"] .section-select .select-variant {
	display: none;
}

[data-at-ab-ifsnts="v1"] .section-select .select-control {
	display: none;
}

[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
}

@media only screen and (max-width: 734px) {
	[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas {
		justify-content: flex-start;
		min-height: 36px;
	}
}

[data-at-ab-ifsnts="v1"] .section-select .product-tile-iphone-15 .product-tile-ctas a {
	margin-inline-start: 0;
}

.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
	display: inline-block;
	margin-top: 29px;
	font-weight: 500;
	font-size: 18px;
	color: #404040;
}

@media (max-width: 1068px) {
	.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
		margin-top: 23px;
	}
}

@media (max-width: 734px) {
	.default-innovation .feature-card-modal-copyblock .splash-copy-disclaimer {
		margin-top: 21px;
		font-size: 16px;
	}
}

/* Custom Accordion Styles */
.custom-accordion {
    --custom-accordion-width: 100%;
    --custom-accordion-height: auto;
    --custom-accordion-side-padding: 0;
    --custom-accordion-button-padding-top: 1em;
    --custom-accordion-button-padding-bottom: 1em;
    --custom-accordion-border-color: rgb(210,210,215);
    --custom-accordion-border-width: 1px;
    --custom-accordion-content-padding-top: 0;
    --custom-accordion-content-padding-bottom: 1em;
    --custom-accordion-content-paragraph-max-width: 83.3333333333%;
    --custom-accordion-content-paragraph-padding-top: 0;
    --custom-accordion-content-paragraph-padding-bottom: 0.8em;
    --custom-accordion-icon-color: rgb(134,134,139);
    --custom-accordion-icon-color-hover: rgb(110,110,115);
    --custom-accordion-icon-width: 1em;
    --custom-accordion-icon-height: auto;
    --custom-accordion-icon-stroke-width: 2.25;
    --custom-accordion-icon-svg-width: 1em;
    --custom-accordion-title-max-width: 83.3333333333%;
    --custom-accordion-transition-duration: 400ms;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--custom-accordion-height,auto);
    margin: 0;
    list-style: none;
    width: var(--custom-accordion-width);
}

.custom-accordion-item {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-color: var(--custom-accordion-border-color);
    border-top: var(--custom-accordion-border-width) solid var(--custom-accordion-border-color);
}

.custom-accordion-item:first-child {
    --custom-accordion-border-width: 0;
    border-top: none;
}

.custom-accordion-title {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.custom-accordion-button {
    letter-spacing: inherit;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    position: relative;
    padding-top: var(--custom-accordion-button-padding-top);
    padding-bottom: var(--custom-accordion-button-padding-bottom);
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.custom-accordion-title-text {
    max-width: var(--custom-accordion-title-max-width);
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.custom-accordion-icon {
    margin: 0;
    transition: color 100ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--custom-accordion-icon-color);
    width: var(--custom-accordion-icon-width);
    height: var(--custom-accordion-icon-height);
}

.custom-accordion-button:after {
    content: "";
    display: block;
    width: 100%;
    top: 0.6em;
    height: calc(100% - 1.2em);
    position: absolute;
}

.custom-accordion-tray {
    margin: 0;
    transition: height ease-in-out;
    transition-duration: var(--custom-accordion-transition-duration);
    overflow: hidden;
}

.custom-accordion-item.expanded > .custom-accordion-tray {
    overflow: visible;
}

.custom-accordion-content {
    display: flex;
    flex-direction: column;
    padding-top: var(--custom-accordion-content-padding-top);
    padding-bottom: var(--custom-accordion-content-padding-bottom);
    width: var(--custom-accordion-width);
}

.custom-accordion-paragraph-text {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: var(--heading-font);
    max-width: var(--custom-accordion-content-paragraph-max-width);
    padding-top: var(--custom-accordion-content-paragraph-padding-top);
    padding-bottom: var(--custom-accordion-content-paragraph-padding-bottom);
}

.custom-accordion-image-container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    pointer-events: none;
    padding-top: 30px;
}

.custom-accordion-image-container img {
    max-width: 100%;
}

/* Media Queries */
@media (max-width: 734px) {
    .custom-accordion {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .custom-accordion-item {
        font-size: 19px;
        line-height: 1.2105263158;
        letter-spacing: .012em;
    }
    
    .custom-accordion-title-text {
        font-size: 21px;
        line-height: 1.1904761905;
        letter-spacing: .011em;
    }
    
    .custom-accordion-paragraph-text {
        font-size: 14px;
        line-height: 1.4285914286;
        letter-spacing: -0.016em;
    }
    
    .custom-accordion-icon {
        font-size: 17px;
    }
}

.accordion {
    --accordion-button-padding-top: 1em;
    --accordion-button-padding-bottom: 1em;
    --accordion-border-color: rgb(210,210,215);
    --accordion-border-width: 1px;
    --accordion-content-padding-top: 0;
    --accordion-content-padding-bottom: 1em;
    --accordion-content-paragraph-max-width: 83.3333333333%;
    --accordion-content-paragraph-padding-top: 0;
    --accordion-content-paragraph-padding-bottom: 0.8em;
    --accordion-icon-color: rgb(134,134,139);
    --accordion-icon-color-hover: rgb(110,110,115);
    --accordion-icon-width: 1em;
    --accordion-icon-height: auto;
    --accordion-icon-stroke-width: 2.25;
    --accordion-icon-svg-width: 1em;
    --accordion-title-max-width: 83.3333333333%;
    --accordion-transition-duration: 400ms;
    margin: 0;
    list-style: none;
    --bs-accordion-bg: #fff0;
    --bs-accordion-color: #303030;
    --bs-accordion-border-color: unset;
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-padding-x: 0;
	align-items: center;
    align-content: center;
}

.accordion-button:not(.collapsed), &:focus {
  
    
    box-shadow: none;
}

.accordion-item {
  
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-color: var(--accordion-border-color);
    border-top: var(--accordion-border-width) solid var(--accordion-border-color) !IMPORTANT;
}


@media (max-width: 1068px) {
    .custom-accordion-item {
        font-size: 21px;
        line-height: 1.1904761905;
        letter-spacing: .011em;
    }
    
    .custom-accordion-title-text {
        font-size: 24px;
        line-height: 1.1666666667;
        letter-spacing: .009em;
    }
}
	.accordion .accordion-item .accordion-title-text {

    color: #303030;
}
@media (min-width: 1069px) {
	
	.accordion {
    padding: 120px 260px;
}
	

    .custom-accordion {
        padding: 120px var(--custom-accordion-side-padding);
    }
    
    .custom-accordion-content .custom-accordion-image-container {
        display: none;
    }
}




.modal-content {
    background-color: #fff; 
    border-radius: 10px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
    border: none; 
}

.modal-header {
    border-bottom: 1px solid var(--kalkan-border-color); 
    padding: 20px 25px; 
    background-color: var(--kalkan-bg-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-title {
    color: var(--kalkan-primary-color);
    font-family: 'Teko', sans-serif; 
    font-weight: 600;
    font-size: 1.8rem;
}

.modal-body {
    padding: 25px;
}

.form-label {
    color: var(--kalkan-text-color);
    font-weight: 500;
}

.form-control {
    border: 1px solid var(--kalkan-border-color);
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--kalkan-secondary-color);
}

.form-control::placeholder {
    color: #aaa;
}

.modal-footer {
    border-top: 1px solid var(--kalkan-border-color);
    padding: 15px 25px;
    background-color: var(--kalkan-bg-light);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center; 
    gap: 10px; 
}


.btn-primary {
    background-color: var(--kalkan-primary-color);
    border-color: var(--kalkan-primary-color);
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-red) !important; 
    border-color: var(--primary-red)  !important;
    opacity:0.8;
    text-decoration: none;
}

.btn-secondary {
    background-color: #6c757d; 
    border-color: #6c757d;
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: darken(#6c757d, 10%);
    border-color: darken(#6c757d, 10%);
}

/* Close button style */
.btn-close {
    filter: invert(1); 
    opacity: 0.7;
}
.btn-close:hover {
    opacity: 1;
}

/* Custom overlay background */
.modal-backdrop.show {
    background-color: rgb(16 15 15 / 78%);
}


@media (max-width: 576px) {
    .modal-content {
        margin: 1.75rem auto;
    }
}



@media (max-width: 734px){
.accordion .accordion-item .accordion-title-text {
    font-size: 16px;
    
}
}

.industrial-banner {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    filter: brightness(0.7);
}

.text-overlay {
    position: relative;
    z-index: 2;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.7) 70%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.text-container {
    max-width: 600px;
    color: #fff;
}

.text-container h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}

.text-container p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 80%;
}

/* Responsive Adjustments */
@media (max-width: 1600px) {
    .text-container h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 1200px) {
    .industrial-banner {
        height: 400px;
    }
    .text-overlay {
        width: 50%;
    }
    .text-container h1 {
        font-size: 2.4rem;
    }
    .text-container p {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .text-overlay {
        width: 55%;
    }
    .text-container h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .text-container p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .industrial-banner {
        height: 350px;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .text-overlay {
        width: 100%;
        height: auto;
        padding: 40px 5%;
        background: linear-gradient(0deg, rgba(20,20,20,0.9) 0%, rgba(20,20,20,0.7) 70%, rgba(0,0,0,0) 100%);
    }
    
    .text-container {
        max-width: 100%;
        text-align: center;
    }
    
    .text-container p {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .industrial-banner {
        height: 300px;
    }
    .text-container h1 {
        font-size: 1.8rem;
    }
    .text-container p {
        font-size: 1rem;
    }
}


.page-banner {
    position: relative;
    height: 500px; 
    overflow: hidden;
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    color: #333; 
    text-align: left;
    background-color: #f0f2f5; 
    padding: 0; 
    clip-path: none; 
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.page-banner-content {
    position: relative;
    z-index: 3;
    max-width: 87vw;
    color: #fff;
}

.page-banner-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    width: 330px;
}

.page-banner-content p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

/* Yeni BG Overlay */
.page-banner-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    background: url('../img/bg-overlay.png') no-repeat left center; 
    background-size: cover; 
    opacity: 0.9; 
}



@media (max-width: 992px) {
    
    .page-banner::before {

    background: rgb(0 0 0 / 41%) !important; 
   
}
    
    
    .page-banner {
        height: auto; 
        padding: 50px 0;
        text-align: center;
        justify-content: center;
        clip-path: none; 
    }
    .page-banner-content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .page-banner-content h1 {
        font-size: 1.5rem;
        color: #fff;
        width: 100%;
    }
    .page-banner-content p {
        font-size: 1rem;
        color: #fff;
    }
    .page-banner-overlay-image { 
        display: none;
    }
}


.breadcrumb {
    
border-radius: 0.5rem;
    
padding: 0.75rem 1rem;
    
margin-bottom: 30px;
    
text-align: -webkit-center;
    
max-width: 87vw;
    
margin-top: -65px;
    
z-index: 11;
    
position: relative;
    
flex-wrap: nowrap;
    
overflow-x: auto;
}

.breadcrumb-item {
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.breadcrumb-item a {
    color: #f3f3f3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0a58ca;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #f3f3f3;
    content: var(--bs-breadcrumb-divider, "/");
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 0.5rem 0.75rem;
        margin-bottom: 20px;
        margin-top: 0;
        background-color: transparent;
        justify-content: flex-start;
    }
    .breadcrumb-item {
        font-size: 0.85rem;
        max-width: 220px;
    }
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px !important;
    width: 90vw;
}
    .product-card {
  
    height: 550px !important;
    
}
}
#ac-globalfooter a:hover {
    color: rgb(229 9 44) !important;
    text-decoration: none;
}
.inner-wrapper-padding {
    padding: 0 80px;
}

.about-timeline{background-color:#f3f3f3; padding: 140px 0 125px;}
.about-timeline img{
max-width: 100%;
}

.timeline-box h6{font-size: 55px;line-height: 1;color: #b50b24;font-weight: 700;/* font-family: 'Poppins', sans-serif; */background-color: #f3f3f3;position: relative;z-index: 1;display: inline-block;width: auto;padding: 0 10px;margin-top: 0;transform: translate(0,-50%);} 

.timeline-box p{font-size: 18px;line-height: 27px;color: #000000;font-weight: 400;margin-bottom: 26px;/* font-family: 'Inter', sans-serif; */text-align: left;} 
.timeline-box p:last-of-type{margin-bottom:15px;} 
.start-point h4{font-size: 17px;line-height: 23px;color: #ffffff;font-weight: 600;text-transform: uppercase;background-color: #d21e1e;border-radius: 16px;display: block;width: auto;text-align: left;padding: 5px 25px;position: relative;margin-bottom: 45px;/* font-family: 'Inter',sans-serif; */left: 0;display: none;} 
.black-dot{width: 21px;height: 21px;background-color: #000;border-radius: 50%;display: block;margin: 0 auto 62px;z-index: 1;margin-left: 7%;display: none;} 
.start-point{position: relative;display: flex;justify-content: center;flex-direction: column;align-items: center;left: 0;/* display: none; */} 
.start-point:before{content:'';position: absolute;left: 0;height: 100%;width: 0px;background-color: #aaa;left: 12%;top: 6px;transform: translate(-50%,0%);-webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%);border-left: 1px solid #aaa;display: none;} 
.timeline-row .horizontal-line {border-top: 1px solid #aaa; width: calc(100% - 150px); margin: 0 auto; position: absolute; top: 0; left: 50%; z-index: 0; transform: translate(-50%,0%); }
.timeline-row .verticle-line { margin: 0; padding: 0; width: 2px; border-right: 1px solid #aaa; height: calc(100% - 150px); position: absolute; top: 0; right: 0; margin: auto 0; bottom: 0; } 
.timeline-row:nth-child(2n+2) .verticle-line { left: 0; right: inherit; } 
.corner { position: absolute; border-right: 1px solid #aaa; width: 76px; height: 76px; right: 0; border-top: 1px solid #aaa; top: 74.9px; border-radius: 0 70px 0 0;top: 0; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } .corner.bottom { bottom: -76px; top: inherit; border-radius: 0; border-top: 0; border-bottom: 1px solid #aaa; border-radius: 0 0 70px 0; right: 0;z-index: 1;bottom: -1px; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } 
.timeline-row:nth-child(2n+2) .corner.bottom { border-radius: 0 0 0 70px; } 
.timeline-row { display: flex; justify-content:space-around; flex-wrap: wrap; padding-bottom: 0px; position: relative;/*padding: 0 66px 130px;margin-right: 111px;*/ } 
.timeline-row:nth-child(2n+2) { justify-content: space-around;text-align: right; padding:  0 2%; } 
.timeline-row:nth-child(2n+2) { flex-direction: row-reverse; } 
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box {/* padding: 45px 50px 130px; */max-width: 550px;margin-right: 25px;position: relative;} 
.timeline-main{margin-top: 75px;} 
.timeline-row:first-child {margin: 0 0px 0 auto;max-width: 84%;justify-content: space-between;padding: 0 0 0 120px;}
.corner.bl{bottom: 0;left: 0;border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; border-radius: 0 0 0px 100%; border-right: none; border-top: none; height: 76px; width: 76px;} .start-point .corner.bl{left: 16%;bottom: 0px;transform: translateY(100%);top: unset;} 
.timeline-box:before{content: '';position: absolute;left: 0;top: 27.5px;height: 1px;width: 100%;} 
.timeline-box-wrap { padding: 45px 0px 0; position: relative; background: #f3f3f3; /*min-height: 318px;*/padding: 0;margin-bottom: 90px; } 
/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #aaa; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {left: -54px;width: 97%; transform: none; } 
/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content {padding: 0px 10px 0;} 
.timeline-content-txt {padding: 10px 0 0 0;} 
.timeline-box.img-right .timeline-content,.timeline-box.img-left .timeline-content{display: flex;align-items: center;flex-direction: column;flex-wrap: wrap;align-content: center;} 
.timeline-box.img-right .timeline-content img{margin-left: 18px;} 
.timeline-box.img-left .timeline-content img{margin-right: 18px;} 
.timeline-box.img-left .timeline-content{/* flex-direction: row-reverse; */} 
.timeline-row:first-child .timeline-box:first-child img{filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));display: block;margin: 0;} 
.timeline-box-wrap .timeline-content img {filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));z-index: 2;position: relative;} 
.timeline-row:last-child .corner.bottom{display: none;} 
.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap{text-align: center;}
.start-point.end-point:before{display: none;}
.start-point.end-point{ position: absolute; bottom: 0; right: 0%; transform: translateX(50%); }
.timeline-row:nth-child(2n+2) .start-point.end-point{left: 0;transform: translateX(-50%);right: unset;}

.timeline-box.img-right .timeline-content-txt {text-align: right;}
.timeline-box.img-left .timeline-content-txt {text-align: left;}
.timeline-box.img-left, .timeline-box.img-right {text-align: center;}
.timeline-row:first-child .timeline-box::after {left: auto; right: 0; -webkit-transform: translate(100%,-50%) rotate(0deg); transform: translate(100%,-50%) rotate(0deg);}
.timeline-row:first-child .timeline-box:first-child {/* width: 36%; */}
.timeline-row .timeline-box:nth-child(3)::after {display: none;}
.timeline-row:last-child .verticle-line::after {display: none;}
.timeline-row:first-child .timeline-box:nth-child(2)::after {display: none;}

.timeline-content-img .timeline-content {position: relative;}

/*==============Responsive==============*/


@media screen and (max-width: 1800px) {

.timeline-box {max-width: 460px;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 220px; max-height: 230px;}
  .timeline-box-wrap .timeline-content img {max-width: 100%;}
}




@media screen and (max-width: 1600px){
 
  .timeline-row:first-child .timeline-box:first-child {/* width: 38%; */}
	.timeline-box {max-width: 380px;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 70px;/* max-height: 61px; */margin-top: -20px;}
	.timeline-box h6 {font-size: 50px;}
	.about-timeline {padding: 120px 0 100px;}
	.timeline-box p {font-size: 16px;}
}

@media screen and (max-width: 1440px) {
  
  .about-timeline {padding: 100px 0 80px;}
	.start-point h4 {font-size: 15px; letter-spacing: 0;}
	.timeline-box h6 {font-size: 40px;}
	.timeline-row:first-child .timeline-box:first-child {/* width: 45%; */}
	.timeline-box p {font-size: 15px;line-height: 1.4;text-align: left;}
	.timeline-box {max-width: 300px;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 140px; max-height: 200px;}
	.timeline-box-wrap .timeline-content img {max-width: 235px;}
	.timeline-row:first-child .timeline-box:nth-child(2) {/* width: 150px; */}
}


@media screen and (max-width: 1199px) {
  .about-timeline {padding: 90px 0 60px;}
	.timeline-box h6 {font-size: 34px;}
	.timeline-box {max-width: 240px;}
	.timeline-row:first-child {padding: 0 0 0 60px;}
	.timeline-row:first-child .timeline-box:first-child {/* width: 42%; */}
	.timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {flex-wrap: wrap;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 110px;max-height: 200px;/* display: none; */}
	.top-timeline-arrow.timeline-content-img .timeline-content::after {right: 0;}
	.img-right.timeline-content-img .timeline-content::after {top: -20px; right: -45px;}
.timeline-box.img-right .timeline-content-txt {width: 90%;}
}

@media screen and (max-width: 1024px) {
.corner {display: none;}
	.timeline-row .horizontal-line {display: none;}
	.timeline-row:first-child {max-width: 100%;padding: 0;}
	.timeline-main {margin-top: 0;}
	.timeline-row .verticle-line {right: 50%; transform: translate(50%,0); height: calc(100% - 0px);}
	.timeline-row:nth-child(2n+2) .verticle-line {left: auto; right: 50%;}
	.verticle-line::after {display: none;}
  
  .timeline-row .timeline-box {width: 100%; max-width: 100%; margin: 0;}
	.timeline-row:first-child .timeline-box:first-child {/* width: 100%; */margin: 0;}
	.timeline-row:first-child .timeline-box:nth-child(2) {width: 100%;}
	.timeline-box p br {display: none;}
	.timeline-box h6 {transform: translate(0,-0%); padding: 0;}
	.timeline-content {padding: 0;}
	.timeline-box.img-right .timeline-content-txt {width: 100%;}
	.start-point.end-point {right: 50%;}
	.start-point h4 {margin-bottom: 0;}
	.about-timeline {padding: 80px 0;}
	.timeline-box::after {-webkit-transform: translate(-100%,100%) rotate(180deg); transform: translate(-100%,100%) rotate(180deg); right: 50%; top: 20px; left: 50%;}
  .timeline-box-wrap {width: 50%;text-align: left !important;padding: 0 30px 0 0;margin: 40px 0 0 0;}
	.timeline-row .timeline-box img {margin: 0 0 0 auto;}
	.timeline-row:first-child .timeline-box:nth-child(2)::after {display: block;}
	.timeline-row:first-child .timeline-box:first-child img {/* margin: 0 0 0 auto; */}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {margin: 0 0 0 auto;}
	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 40px 0 0 auto; padding: 0 0 0 30px; text-align: left;}
  .timeline-row:nth-child(2n+1) .timeline-box::after {left: auto; right: 50%; -webkit-transform: translate(0%,100%) rotate(180deg); transform: translate(0%,100%) rotate(180deg); top: 20px;}
	.timeline-row .timeline-box:nth-child(2n)::after {transform: translate(100%,100%) rotate(0deg); -webkit-transform: translate(100%,100%) rotate(0deg); right: 50%; left: auto;}
	.timeline-row .timeline-box:nth-child(3)::after {display: block;}
	.timeline-box.img-left .timeline-content-txt {text-align: right;}
	.timeline-row:last-child {padding-bottom: 70px;}
}

@media screen and (max-width: 640px) {
  
  .about-timeline {padding: 50px 0;}
	.timeline-box h6 {font-size: 27px;}
	.timeline-box p {font-size: 14px; line-height: 1.4;}
	.timeline-box-wrap {margin: 30px 0 0 0;}
	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 30px 0 0 auto;}
	.timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {top: 6px;}
	.timeline-box-wrap .timeline-content img {max-width: 100%;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 100%; max-height: unset;}
}

/* Float stil */
.float-image {
  float: right;
  width: 500px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-left: 20px;
  margin-bottom: 15px;
}


.about-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}


.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #303030;
}

.about-text p {
  font-size: 1rem;
  /* line-height: 1.7; */
  color: #333;
  margin-bottom: 1rem;
}


@media (max-width: 768px) {
  .float-image {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}

#ac-globalfooter, #ac-globalfooter:before, #ac-globalfooter:after, #ac-globalfooter *, #ac-globalfooter *:before, #ac-globalfooter *:after {
    box-sizing: border-box;
  
}


.accordion {
    --accordion-button-padding-top: 1em;
    --accordion-button-padding-bottom: 1em;
    --accordion-border-color: rgb(210, 210, 215);
    --accordion-border-width: 1px;
    --accordion-content-padding-top: 0;
    --accordion-content-padding-bottom: 1em;
    --accordion-content-paragraph-max-width: 83.3333333333%;
    --accordion-content-paragraph-padding-top: 0;
    --accordion-content-paragraph-padding-bottom: 0.8em;
    --accordion-icon-color: rgb(134, 134, 139);
    --accordion-icon-color-hover: rgb(110, 110, 115);
    --accordion-icon-width: 1em;
    --accordion-icon-height: auto;
    --accordion-icon-stroke-width: 2.25;
    --accordion-icon-svg-width: 1em;
    --accordion-title-max-width: 83.3333333333%;
    --accordion-transition-duration: 400ms; 
    margin: 0 !important;
    list-style: none !important; 
    border: none !important; 
}

.accordion-item {
    font-size: 24px !important;
    line-height: 1.1666666667 !important;
    font-weight: 600 !important;
    letter-spacing: .009em !important;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    border-color: var(--accordion-border-color) !important;
    border-top: var(--accordion-border-width) solid var(--accordion-border-color) !important;
    background-color: transparent !important; 
}



.accordion-item:lang(ko) {
    line-height: 1.2916666667 !important;
    font-family: SF Pro KR, SF Pro Display, SF Pro Icons, Apple Gothic, HY Gulim, MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(th) {
    line-height: 1.375 !important;
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(zh) {
    line-height: 1.2916666667 !important;
}

.accordion-item:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(zh-MO) {
    font-family: SF Pro HK, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.accordion-item:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

@media(max-width:1068px) {
    .accordion-item {
        font-size: 21px !important;
        line-height: 1.1904761905 !important;
        font-weight: 600 !important;
        letter-spacing: .011em !important;
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }
   

    .accordion-item:lang(ko) { line-height: 1.2858042857 !important; font-family: SF Pro KR, SF Pro Display, SF Pro Icons, Apple Gothic, HY Gulim, MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(th) { line-height: 1.381002381 !important; font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh) { line-height: 1.3334033333 !important; }
    .accordion-item:lang(ar) { font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-CN) { font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-HK) { font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-MO) { font-family: SF Pro HK, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-TW) { font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
}

@media(max-width:734px) {
    .accordion-item {
        font-size: 19px !important;
        line-height: 1.2105263158 !important;
        font-weight: 600 !important;
        letter-spacing: .012em !important;
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }
    

    .accordion-item:lang(ko) { line-height: 1.3157894737 !important; font-family: SF Pro KR, SF Pro Display, SF Pro Icons, Apple Gothic, HY Gulim, MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(th) { line-height: 1.3684410526 !important; font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh) { line-height: 1.3684410526 !important; }
    .accordion-item:lang(ar) { font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-CN) { font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-HK) { font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-MO) { font-family: SF Pro HK, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
    .accordion-item:lang(zh-TW) { font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif !important; }
}

.accordion-item:first-child {
    --accordion-border-width: 0 !important;
}

.accordion-title {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

.accordion-title .accordion-title-text {
    max-width: var(--accordion-title-max-width) !important;
}

.accordion-button {
    letter-spacing: inherit !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    width: 100% !important;
    position: relative !important;
    padding-top: var(--accordion-button-padding-top) !important;
    padding-bottom: var(--accordion-button-padding-bottom) !important;
    background-color: transparent !important; 
    border: none !important; 
    box-shadow: none !important; 
    color: inherit !important; 
}

.accordion-button:focus-visible {
    outline: none !important;
}

.accordion-button:focus-visible:after {
    outline: 2px solid var(--sk-focus-color, #0071e3) !important;
    outline-offset: var(--sk-focus-offset, 1px) !important;
}

.accordion-button:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    top: .6em !important;
    height: calc(100% - 1.2em) !important;
    position: absolute !important;
}

.accordion-icon {
    margin: 0 !important;
    transition: none !important; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: var(--accordion-icon-color) !important;
    width: var(--accordion-icon-width) !important;
    height: var(--accordion-icon-height) !important;
    stroke-width: var(--accordion-icon-stroke-width) !important;
    transform: none !important;
}

.accordion-icon .accordion-icon-svg {
    overflow: visible !important;
}

.accordion-button:hover .accordion-icon {
    color: var(--accordion-icon-color-hover) !important;
}

.accordion-icon .accordion-icon-svg {
    width: var(--accordion-icon-svg-width) !important;
}

.accordion-tray {
    margin: 0 !important;
    transition: none !important;
    transition-duration: 0ms !important; 
    overflow: hidden !important; 
    padding-top: 0 !important; 
    padding-bottom: 0 !important;
}

html.js .accordion-item.collapsed > .accordion-tray {
    height: 0 !important;
}

.accordion-item.expanded > .accordion-tray {
    overflow: visible !important; 
}

.accordion-item.animating > .accordion-tray,
.accordion-item.collapsed > .accordion-tray,
.accordion-tray {
    overflow: hidden !important; 
}

@media(prefers-reduced-motion) {
    .accordion-tray {
        transition: none !important;
    }
}

.accordion-content {
    padding-top: var(--accordion-content-padding-top) !important;
    padding-bottom: var(--accordion-content-padding-bottom) !important;
}

.accordion-content .accordion-content-paragraph {
    font-size: 17px !important;
    line-height: 1.4705882353 !important;
    font-weight: 400 !important;
    letter-spacing: -0.022em !important;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    max-width: var(--accordion-content-paragraph-max-width) !important;
    padding-top: var(--accordion-content-paragraph-padding-top) !important;
    padding-bottom: var(--accordion-content-paragraph-padding-bottom) !important;
    margin: 0 !important; 
}

.custom-responsive-visibility {
    display: flex !important;
}
 .custom-responsive-pc {
        display: none !important;
    }

@media (min-width: 1024px) {
    .custom-responsive-visibility {
        display: none !important;
    }
    
      .custom-responsive-pc {
        display: flex !important;
    }
    
    
}
.lang-switcher a.active {
    font-weight: bolder;
    color: #b50b24;
}
@media (max-width: 734px){
    .row{
        margin:0;
    }
.welcome-header .welcome-header-description {
    padding-block-end: 0;
    /* width: fit-content; */
    /* margin: 0; */
    max-width: unset !important;
}
}
.welcome-header-description p{
    
    margin-bottom: 6px;
}
@media (max-width: 1068px){
.welcome-header .welcome-header-description {
    font-size: 21px;

    max-width: 195px;
}
}


[data-page-type="sectors"] .sector-image-wrapper,[data-page-type="blog"] .sector-image-wrapper,[data-page-type="products"] .sector-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

[data-page-type="sectors"] .sector-image,[data-page-type="blog"] .sector-image,[data-page-type="products"] .sector-image  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    display: block;
}

[data-page-type="sectors"] .sector-card-hover:hover .sector-image,
[data-page-type="sectors"] .card:hover .sector-image,
[data-page-type="sectors"] .card a:hover ~ .sector-card-hover .sector-image,
[data-page-type="blog"] .sector-card-hover:hover .sector-image,
[data-page-type="blog"] .card:hover .sector-image,
[data-page-type="blog"] .card a:hover ~ .sector-card-hover .sector-image {
    transform: scale(1.1);
}
.blogs-title{
 width: 100%;
    margin-top: 10px;
    color: #303030;
    padding-left: 0;
    font-size: 1.6rem;

    white-space: nowrap;           
    overflow: hidden;              
    text-overflow: ellipsis; 
}

.related-blog-posts-section .section-title {
    color: #0d6efd; 
}

#otherBlogPostsCarousel .carousel-inner {
    padding: 20px 0;
}

#otherBlogPostsCarousel .card {
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#otherBlogPostsCarousel .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

#otherBlogPostsCarousel .card-img-top {
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
}

#otherBlogPostsCarousel .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem;
}

#otherBlogPostsCarousel .card-text {
    font-size: 0.9rem;
    color: #6c757d;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

#otherBlogPostsCarousel .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 0.95rem;
    margin-top: 15px;
}

/* Carousel Kontrolleri */
#otherBlogPostsCarousel .carousel-control-prev,
#otherBlogPostsCarousel .carousel-control-next {
    background-color: rgba(13, 110, 253, 0.7); /* Mavi tonlu saydam */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

#otherBlogPostsCarousel .carousel-control-prev:hover,
#otherBlogPostsCarousel .carousel-control-next:hover {
    opacity: 1;
}


@media (min-width: 768px) {
    
    #chapternav{
        display:none;
        
    }
    #otherBlogPostsCarousel .carousel-inner .carousel-item {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #otherBlogPostsCarousel .carousel-inner .carousel-item .col-md-6 {
        flex: 0 0 50%; 
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #otherBlogPostsCarousel .carousel-inner .carousel-item {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start; 
        padding-left: 15px; 
    }
    #otherBlogPostsCarousel .carousel-inner .carousel-item .other-blog-post-card {
        flex: 0 0 80%; 
        max-width: 80%;
        margin-right: 10px; 
    }
    #otherBlogPostsCarousel .carousel-control-prev,
    #otherBlogPostsCarousel .carousel-control-next {
        display: none; 
    }
}

.blog-titlee {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1.4em;
  max-height: calc(1.4em * 3);
    width: 70%;
}
.form-control:focus {
background-color: var(--bs-body-bg);
    border-color: #e4112f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(228 17 47 / 27%);
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
    display: none;
    background-color: #b50b24;
    color: white;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}
#scrollTopBtn:hover {
    background-color: #c30f29;
}

 @media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}

	.cc-window.cc-bottom {
		bottom: 0
	}

	.cc-window.cc-banner,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}

	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}

	.cc-window.cc-floating {
		max-width: none
	}

	.cc-window .cc-message {
		margin-bottom: 1em
	}

	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0
}

.cc-color-override-1576123545.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(228 17 47) !important;
}
.cc-color-override-1576123545 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(95 94 94) !important;
    text-decoration: none;
}
        .cc-window {
	opacity: 1;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	/* font-family: Helvetica, Calibri, Arial, sans-serif; */
	font-size: 14px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}

.cc-window.cc-banner {
	padding: 0.3em 3em;
	width: 100%;
	-ms-flex-direction: row;
	/* flex-direction: row; */
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating > .cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn + .cc-btn {
	margin-left: .5em
}

@media print {

	.cc-revoke,
	.cc-window {
		display: none
	}
}

.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;       
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Products Page Layout - New Standard Grid Design */
.kp-products-page-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    margin-top: 30px;
}

.kp-products-page-wrapper .kp-sidebar-categories {
    flex: 0 0 300px; /* Fixed width for sidebar */
    max-width: 300px;
    padding-right: 30px;
    position: sticky; /* Sticky sidebar */
    top: 100px; /* Offset from top */
    align-self: flex-start; /* Aligns to the top of its flex container */
    height: fit-content; /* Height fits content */
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 15px 0;
}

.kp-products-page-wrapper .kp-sidebar-categories .list-group-item {
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #343a40;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.kp-products-page-wrapper .kp-sidebar-categories .list-group-item:hover,
.kp-products-page-wrapper .kp-sidebar-categories .list-group-item.active {
    background-color: #b50b24; 
    color: #fff;
    /* border-radius: 0.5rem; */
    transform: translateX(0px); /* Subtle hover effect */
}

.kp-products-page-wrapper .kp-main-products-content {
    flex: 1; /* Takes remaining space */
    min-width: 0; /* Prevents overflow */
    padding-left: 30px;
}

/* Product Cards - Standard Grid Design */
.kp-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 1rem; /* More rounded corners */
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); /* Stronger shadow */
    background-color: #fff;
}

.kp-product-card:hover {
    box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.2); /* Even stronger shadow on hover */
    transform: translateY(-8px); /* More pronounced lift */
}

.kp-product-card .card-img-top {
    height: 250px; /* Slightly taller images */
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.kp-product-card .card-body {
    padding: 1.5rem; /* More padding */
    text-align: center;
}

.kp-product-card .card-title {
    font-size: 1.4rem; /* Larger title */
    font-weight: 700;
    color: #212529; /* Darker text for emphasis */
    margin-bottom: 1rem;
}

.kp-product-card .card-text {
    font-size: 1rem;
    color: #495057;
    min-height: 60px; /* More space for description */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Three lines for description */
    -webkit-box-orient: vertical;
}

.kp-product-card .btn-primary {
    background-color: #b50b24; 
    border-color: #b50b24;
    border-radius: 50px;
    padding: 10px 30px; /* Larger button */
    font-size: 1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.kp-product-card .btn-primary:hover {
    background-color: #b50b24; 
    border-color: #b50b24; 
    transform: scale(1.05); 
}

/* Product Detail Page (Mevcut stilleriniz) */
.kp-product-detail-section .kp-product-image-col {
    padding-right: 40px;
}

.kp-product-detail-section .kp-product-info-col {
    padding-left: 40px;
}

.kp-product-detail-section .kp-product-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 20px;
}

.kp-product-detail-section .kp-product-description {
    font-size: 1.1rem;
    color: #303030;
    line-height: 1.7;
    margin-bottom: 30px;
}

.kp-product-detail-section .kp-product-features-list {
    list-style: none;
    padding-left: 0;
}

.kp-product-detail-section .kp-product-features-list li {
    font-size: 1rem;
    color: #343a40;
    margin-bottom: 10px;
}

.kp-product-detail-section .kp-product-features-list li i {
    color: #e4112f; 
    margin-right: 10px;
}

.kp-product-detail-section .btn-info {
    background-color: #17a2b8; /* Mevcut info rengi */
    border-color: #17a2b8;
    border-radius: 0.5rem;
    padding: 10px 20px;
    font-size: 1rem;
}

/* Responsive Adjustments for Products Page */
@media (max-width: 992px) {
    .kp-products-page-wrapper {
        flex-direction: column; /* Stack sidebar and content vertically */
    }
    .kp-products-page-wrapper .kp-sidebar-categories {
        position: relative; /* Remove sticky on mobile */
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        top: auto; /* Remove top offset */
        padding: 10px;
        order: -1; /* Move sidebar to the top on mobile */
    }
    .kp-products-page-wrapper .kp-sidebar-categories .list-group {
        display: flex;
        flex-direction: column; /* Horizontal scrolling categories */
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        justify-content: flex-start; /* Align categories to start */
        overflow: hidden;
    }
    .kp-products-page-wrapper .kp-sidebar-categories .list-group-item {
        flex: 0 0 auto;
        margin-right: 10px;
        min-width: 120px; /* Minimum width for category items */
        text-align: center;
        justify-content: center;
    }
    .kp-products-page-wrapper .kp-main-products-content {
        padding-left: 0;
    }

    /* Product card adjustments for smaller screens */
    .kp-product-card .card-img-top {
        height: 200px; /* Adjust image height for mobile cards */
    }
    .kp-product-card .card-title {
        font-size: 1.2rem;
    }
    .kp-product-card .card-text {
        font-size: 0.9rem;
        min-height: 50px;
    }
    .kp-product-card .btn-primary {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .kp-main-products-content .col{
        padding:0;
    }
}

.object-fit-cover {
    object-fit: cover;
}
.thumb-image.active {
    border: 2px solid #0d6efd;
}
.thumb-gallery-item img.active {
    border: 2px solid #e4112f;
}
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b50b24;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
}
.custom-arrow:hover {
    opacity: 1;
}
.left-arrow {
    left: 10px;
}
.right-arrow {
    right: 10px;
}
.thumb-gallery-item.active img {
    border: 2px solid #b50b24 !important;
}
@media (max-width: 1068px){
.banner-card .banner-card-copy-column {

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
}

}

.banner-card .banner-card-copy, .banner-card .banner-card-headline {
    max-width: 300px;
   
}
.typography-section-headline {
    font-size: 29px;
    line-height: 1.0714285714;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

@media (min-width: 1025px) {
	
	.banner-card-headline {
   
    color: #303030 !important;
}
}


@media (min-width: 992px) {
	
	
    .chapternav-paddles{
        display:none;
    }
  
    #menu4Toggle + .dropdown-menu,#menu3Toggle + .dropdown-menu,#menu24Toggle + .dropdown-menu {
        display: none !important;
    }
    
}
.chapter-toggle.dropdown-toggle::after {
    display: inline-block !important;
}

@media (min-width: 769px) {
    .chapternav {
    
    position: fixed;
}
}
.chapternav-link.active {
    color: var(--primary-red);
    font-weight: bolder;
}

.sticky-top.ozel{
   background: #fafafceb;
}

 #chapternav {
 
  visibility: hidden;
  opacity: 0;
  


    
  }
@media (device-width: 1024px) {
.nav-link {
   
font-size: 12px !important;
   
padding-left: 0px !important;
   
padding-right: 0px !important;
}
}
#ac-globalfooter .ac-gf-content {
    max-width: 1040px;
    
}

#chapternav.sektorler {
    background-color: #fafafc !important;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px !important;
    width: 91vw;
}
}
.section-content-responsive {

width: 90vw;

max-width: 1680px;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
.accordion .accordion-item .accordion-title-text {
    font-size: 24px;
}
.accordion-wrapper {
    border-radius: var(--global-card-corner-radius);
    
    --accordion-width: 420px;
    --accordion-content-width: 420px;
}
 .product-tile-ctas .button:hover{
    
    background-color: #b50b24 !important;
}
.button:active {
    background: #b50b24 !important;
    
}

.section-select .product-tile-image-link {
    
    margin: 0 0 0 0;
}

.section-select .product-tile-plus::before {
    
    top: -30px;
    
}
.select-gallery-container .galleries-container .gallery .paddlenav {
    
    top: 0;
    height: 100%;
}


.main-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -105px;
    padding-top: 0;
    height: 100%;
}
.slider-bg {
    position: absolute;
    top: 0; left: 0;
    width: 110%; height: 100%;
    background-size: cover;
    background-position: left center;
    /*animation: bgZoomPanTransform 54s linear infinite alternate;*/
    will-change: transform;
}

@keyframes bgZoomPanTransform {
    0% {
        transform: scale(1.1) translateX(0);
    }
    50% {
        transform: scale(1.110) translateX(5%);
    }
    100% {
        transform: scale(1.1) translateX(0);
    }
}

.slick-carousel .slider-item {
    position: relative;
    height: 100vh;
    background-size: 110%; 
    background-position: left center; 
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: left;
    padding-left: 100px;
    overflow: hidden;
    animation: zoomPanPingPong 23s linear infinite;
    will-change: transform;
}

@keyframes zoomPanPingPong {
    0% {
        background-size: 102%;
        background-position: left center;
    }
    50% {
        background-size: 105%;
        background-position: right center;
    }
    100% {
        background-size: 102%;
        background-position: left center;
    }
}


.slider-overlay-design {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 38%);
    z-index: 1;
}

.slider-overlay-design::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform-origin: top left;
    overflow: hidden;
    content: '';
    /* background: url(../img/bg-overlay.png) no-repeat left center; */
    background-size: cover;
    opacity: 0.15;
    margin-left:-30%;
}

.slider-overlay-design::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 150px;
    height: 150px;
    transform: skewX(-20deg) translate(50px, 50px);
    transform-origin: top left;
    z-index: 3;
}


.slider-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); */
    max-width: 800px;
    transform: translateX(-50px) translateY(20px) scale(0.95);
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.slider-content.animate-in {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
}
.slider-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
    max-width: 305px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.slider-content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
    /* width: 100%; */
    /* padding: 0; */
    padding-top: 7px;px; */
}

/* === Buton === */
.slider-button {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.slider-button:hover {
    background-color: #b50b24;
    border-color: #b50b24;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

.slick-dots {
    position: absolute;
    bottom: 90px;
    left: 100px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background: #b50b24;
    opacity: 1;
    transform: scale(1.1);
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    opacity: 0;
    font-size: 0px;
}



 .nav-link:before{
           content: "";
           display: inline-block;
           width: 12px;
           height: 12px;
           background-color: #b50b24;
           margin-right: 1px;
           vertical-align: middle;
           border-radius: 1px;
    }

/* === Responsive (Tablet) === */
@media (max-width: 992px) {
    
    .navbar-nav.mx-auto .dropdown-item::before {
    content: "";
    display: inline-block;
    width: 8px;          
    height: 8px;         
    background-color: #b50b24; 
    margin-right: 8px;  
    vertical-align: middle;
    border-radius: 1px;   
}
    
   
    
    .slider-bg {
        background-position: center center;
    }
    .slick-carousel .slider-item {
        height: 100vh;
        padding-left: 0px;
        text-align: center;
        justify-content: center;
    }
    .slider-overlay-design::before,
    .slider-overlay-design::after {
        display: none;
    }
    .slider-content {
        max-width: 100%;
        padding-left: 0;
        margin: 0;
        text-align: center;
    }
    .slider-content h2 {
        font-size: 2.5rem;
    }
    .slider-content p {
        font-size: 1.2rem;
    }
    .slick-dots {
        margin: 0 auto;
        left: 0;
        justify-content: center;
    }
}

/* === Responsive (Mobil) === */
@media (max-width: 767px) {
    .slider-overlay-design {
        background: rgb(0 0 0 / 37%);
    }
    .slick-carousel .slider-item {
        height: 100vh;
        
    }
    .slider-content h2 {
        font-size: 2.5rem;
        padding: 0;
       
    }
    .slider-content p {
        font-size: 1rem;
    }
    .slider-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

.header.sticky-top.ozel.anasayfas{
    background: #fafafc00;
    box-shadow: none;
    
}



.header.sticky-top.anasayfas .navbar-nav .nav-link, .header.sticky-top.anasayfas .lang-switcher a, .header.sticky-top.anasayfas .header-right .search-icon {
  
color: #fff;
  
/* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); */
}

.header.sticky-top.anasayfas .navbar-nav .nav-link.active{
    
    font-weight: 600;
    color:#fff !important;
}
.header.sticky-top .navbar-nav .nav-link.active{
    
    font-weight: 600;
}


.team-members-section .section-title {
    color: #b50b24;
}

.team-member-card {
    cursor: pointer; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 20px; /
}

.team-member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.team-member-card .card-img-top {
    width: 100%;
    max-height: fit-content;
    object-fit: cover;
    border: 3px solid #b50b24;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.team-member-card .card-title {
    color: #303030;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.team-member-card .card-text.text-muted {
    font-style: italic;
    font-size: 1rem;
    color: #6c757d !important;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 5px;
}

.team-member-card .card-text.flex-grow-1 {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    min-height: 80px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
}


.white-popup-block {
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 900px;
    margin: 40px auto;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

.team-member-modal .modal-content-wrapper {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    justify-content: center; 
    gap: 30px;
}

.team-member-modal .modal-image-col {
    flex: 0 0 250px; 
    max-width: 250px;
    text-align: center;
}

.team-member-modal .modal-image-col img {
    width: 100%;
    max-height: fit-content;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #e4112f;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.team-member-modal .modal-info-col {
    flex: 1; 
    text-align: left; 
}

.team-member-modal #modalMemberName {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0px;
}

.team-member-modal #modalMemberPosition {
    font-size: 1.1rem;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.team-member-modal #modalMemberDescription {
    font-size: 1rem;
    color: #343a40;
    line-height: unset;
}


@media (max-width: 768px) {
    .white-popup-block {
        padding: 20px;
        margin: 20px auto;
    }
    .team-member-modal .modal-content-wrapper {
        flex-direction: column; 
        gap: 20px;
    }
    .team-member-modal .modal-image-col {
        flex: none;
        width: 100%;
        max-width: 150px; 
        margin: 0 auto;
    }
    .team-member-modal .modal-image-col img {
        width: 150px;
        height: 150px;
    }
    .team-member-modal .modal-info-col {
        text-align: center; 
    }
    .team-member-modal #modalMemberName {
        font-size: 2rem;
    }
    .team-member-modal #modalMemberPosition {
        font-size: 1.2rem;
    }
    .team-member-modal #modalMemberDescription {
        font-size: 0.95rem;
    }
}


.chapter-toggle.dropdown-toggle::after {
    display: none !important;
}
.section-consider  h5.card-title,h5.card-title{
    color: var(--dark-color) !important;
}
.section-select .product-tile-positioning {

    text-align: left;
}
.section-select .product-tile-positioning {
    font-size: 16px;
}
.badge {

    font-weight: 400 !important;
}
.display-4 {
    font-weight: 600;
}

@media (min-width: 1200px){
.display-4 {
    font-size: 3rem;
}
}
.section:has(.index),.section.background-alt,.bg-light {
    background-color: #ffffff !important;
}

.background-alt .paddlenav .scrim {
    background: linear-gradient(0deg,rgb(255 255 255),rgb(255 255 255) 50%,transparent);
}
 .typography-index-headline {
    font-size: 29px;
     
}
.typography-index-item-elevated {
    font-size: 17px;
}

.scroll-down {
    position: absolute;
    color: #fff;
    z-index: 1;
    writing-mode: tb;
    right: 80px;
    bottom: 90px;
    padding: 0 0px 50px 0px;
    line-height: 1.5;
    margin-bottom: 5px;
	font-size:14px;
}

@media only screen and (max-width: 991px) {
    .scroll-down {
        right: 40px;
        bottom: 50px;
		font-size:14px;
    }
}

.scroll-down:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    border-radius: 8px;
    left: 50%;
    margin-left: -4px;
    bottom: 23px;
    animation: passing 2s linear infinite;
}

.scroll-down:before {
    content: "";
    width: 100%;
    height: 38px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    border-radius: 15px;
}

@keyframes passing {
    0% {
        bottom: 23px;
        opacity: 1;
    }

    100% {
        bottom: 8px;
        opacity: 0;
    }
}

@keyframes passing-reverse {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}