/* --------------------------------------------------------
   Author :  RGB Creative Agency
   Description : Main CSS file for the website theme
   Version : 2.0
   Last Updated : 2024
   Features : 
   - Responsive design
   - Modern UI components
   - Cookie banner styling
   - Maintenance mode styling
   - Gallery and blog layouts
   - Contact page styling
   - SEO optimized
----------------------------------------------------------- */

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
body {font-family: 'Instrument Sans', sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;box-sizing: border-box;font-weight: 400;font-size: 14px;color: #fff;background: #000;overflow-x: hidden;}
*:focus {outline: 0;}
a {text-decoration: none !important;color:#fff;}

/*--------------------------------------------------------------
# TOP HEADER
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header {position: relative;left: 0;top: 0;width: 100%;background: #000;margin-bottom: 1px;color:#fff;}

@media only screen and (max-width: 767px) {
  .logo {width: 85px;}
}
@media only screen and (min-width: 767px) {
  .logo {width: 100px;}
}

/*--------------------------------------------------------------
# GLIDEX-STYLE NAVBAR
--------------------------------------------------------------*/
.navbar-glidex {
  background: #0a0a0a !important;
  padding: 6px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.navbar-glidex .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  max-width: 100%;
}

.navbar-glidex .navbar-collapse {
  flex: 1;
  flex-grow: 1;
  min-width: 0;
}

.glidex-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  min-width: 240px;
  border-radius: 12px;
  background:#171717 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.glidex-brand:hover {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
}

.glidex-brand-icon {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
}

.glidex-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.glidex-brand-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.glidex-brand-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
  text-transform: none;
}

.glidex-nav {
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: 10px;
  margin: 0;
  min-width: 0;
}

.glidex-nav .nav-item {
  flex: 1;
  display: flex;
}

.glidex-nav .nav-item .nav-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* Navbar menu buttons - Bootstrap override */
.navbar-glidex .navbar-nav a.nav-link.glidex-nav-btn {
  background: #171717 !important;
}
.navbar-glidex .navbar-nav a.nav-link.glidex-nav-btn:hover {
  background: #830000 !important;
  box-shadow: none;
  color: #fff !important;
}
.navbar-glidex .navbar-nav a.nav-link.glidex-nav-btn.glidex-nav-btn-active,
.navbar-glidex .navbar-nav a.nav-link.glidex-nav-btn.glidex-nav-btn-active:hover {
  background: #830000 !important;
  box-shadow: none;
  color: #fff !important;
}

.glidex-nav-btn {
  padding: 22px 20px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.75) !important;
  transition: all 0.3s ease !important;
  width: 100%;
  text-align: center;
}

/* Text slide / swap effect */
.glidex-btn-text {
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.glidex-btn-text-front,
.glidex-btn-text-back {
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.glidex-btn-text-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.glidex-nav-btn:hover .glidex-btn-text-front,
.glidex-nav-btn-active .glidex-btn-text-front {
  transform: translateY(-100%);
}

.glidex-nav-btn:hover .glidex-btn-text-back,
.glidex-nav-btn-active .glidex-btn-text-back {
  transform: translateY(0);
}

.glidex-toggler {
  border-color: rgba(255,255,255,0.3) !important;
}

.glidex-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.glidex-dropdown {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
}

.glidex-dropdown .dropdown-item {
  color: rgba(255,255,255,0.9) !important;
}

.glidex-dropdown .dropdown-item:hover {
  background: rgba(255,255,255,0.08) !important;
}



/*--------------------------------------------------------------
# HEAD İMAGE
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");margin-left: 1% !important;margin-right: 1% !important;border-radius: 5px;width: 98%;margin-bottom: 25px;}
  .head-title {font-size: 16px;font-weight: 800;}
  .bread-icon {padding-right: 10px;margin-left: 10px;}
}
@media only screen and (min-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");width: 100%;margin-bottom: 25px;}
  .head-title {margin-top: -155px;font-size: 37px;margin-left: 96px;font-weight: 800;margin-bottom:120px;}
  .bread-icon {padding-right: 15px;}
}

/*--------------------------------------------------------------
# MAINTENANCE MODE
--------------------------------------------------------------*/
.maintenance-container {display: flex;justify-content: center;align-items: center;height: 100vh;text-align: center;font-family: 'Instrument Sans', sans-serif;}
.maintenance-content {background: white;padding: 40px;border-radius: 10px;box-shadow: 0 4px 6px rgba(0,0,0,0.1);max-width: 500px;width: 90%;}
.maintenance-icon {font-size: 64px;color: #7952B3;margin-bottom: 20px;}
.maintenance-title {font-size: 28px;font-weight: 600;color: #333;margin-bottom: 15px;}
.maintenance-text {font-size: 16px;color: #666;line-height: 1.6;}
.maintenance-logo {margin-bottom: 30px;}
.maintenance-logo img {max-height: 80px;max-width: 200px;}
.maintenance-contact {margin-top: 30px;padding-top: 20px;border-top: 1px solid #eee;}
.maintenance-contact h3 {font-size: 18px;margin-bottom: 15px;color: #333;}
.maintenance-contact .contact-item {display: flex;flex-direction: column;gap: 10px;align-items: center;}
.maintenance-contact .contact-item p {margin: 0;color: #666;}
.maintenance-contact .contact-item i {margin-right: 8px;color: #7952B3;}
.maintenance-contact .contact-item .whatsapp-icon {color: #25D366;}
.maintenance-contact .contact-item a {color: #7952B3;text-decoration: none;}
.maintenance-contact .contact-item .whatsapp-link {color: #25D366;}

/*--------------------------------------------------------------
# THEME COLORS
--------------------------------------------------------------*/
:root {
    --theme-color: #7952B3;
    --theme-color-hover: #6a4199;
    --theme-color-light: #8a5bb8;
}

/*--------------------------------------------------------------
# HOME SLIDER - Two columns: left=title+description+btn, right=image
--------------------------------------------------------------*/
.slider-fill {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  overflow-x: hidden;
}
#carouselExampleCaptions .carousel-inner,
#carouselExampleCaptions .carousel-item,
#carouselExampleCaptions .slider-row,
#carouselExampleCaptions .slider-col,
#carouselExampleCaptions .slider-col-image { width: 99.8% !important;margin-left: 0.1%; max-width: none !important; }
#carouselExampleCaptions .carousel-indicators,
#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next { display: none !important; }

.slider-row {
  display: flex;
  flex-direction: column;
  background: #000;
}
.slider-col { width: 100%; min-width: 0; display: flex; align-items: stretch; }
.slider-col-text {
  padding: 60px 50px 30px 60px;
  justify-content: center;
  flex-direction: column;
  background:#171717 !important;
  border-radius:12px;
}
.slider-col-image {
  overflow: hidden;
  position: relative;
  min-height: 400px;
  width: 100%;
}
.slider-col-image .slider-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 43.25%;
  height: 0;
  overflow: hidden;
}
.slider-content {max-width: 80%; }
.slider-title {
  font-size: 78px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 0.92;
  margin-bottom: 24px;
}
#carouselExampleCaptions .slider-title .slider-title-accent,
#carouselExampleCaptions .slider-title-accent {
  color: #e53935 !important;
  -webkit-text-fill-color: #e53935 !important;
}
.slider-detail {
  font-size: 17px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 24px;
}
.slider-btn {
  display: inline-block;
  margin-top: 8px;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.carousel-item { position: relative; }
.carousel-item:after { left: 0; top: 0; width: 100%; height: 100%; }
.fill { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.slider-img { width: 100%; height: 100%; object-fit: cover; }
.slider-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .slider-col-text { padding: 40px 24px 30px; }
  .slider-col-image { min-height: 280px; }
  .slider-title { font-size: 28px; letter-spacing: 1.5px; }
  .slider-detail { font-size: 16px; }
}

@media only screen and (max-width: 767px) {
  .slider-col-text { padding: 30px 20px 24px; }
  .slider-col-image { min-height: 200px; }
  .slider-title { font-size: 22px; margin-bottom: 16px; letter-spacing: 1px; }
  .slider-detail { font-size: 15px; margin-bottom: 16px; }
  .carousel-indicators { bottom: -18px; }
  .carousel-control-next, .carousel-control-prev { width: 36px; height: 36px; }
}

@media only screen and (min-width: 992px) {
  .slider-fill { padding-left: 0; padding-right: 0; }
  .carousel-control-next { position: absolute; top: 50%; right: 2%; transform: translateY(-50%); z-index: 1; width: 40px; height: 40px; }
  .carousel-control-prev { position: absolute; top: 50%; left: 2%; transform: translateY(-50%); z-index: 1; width: 40px; height: 40px; }
}


@keyframes slideup {
  from {
    transform:translateY(20%);}
}
to {
  transform:translateY(50%);
}

.dropdown-lang a {color: #fff;font-size:12px;padding: 5px 12px;text-decoration: none;display: block;}
.dropdown-lang a:hover {background-color: rgba(116, 185, 255, 0.5);color:#fff;}
.dropdown:hover .dropdown-lang {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*-------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.services-rw {background: #1a1a1a;margin: 8px;border: solid 1px rgba(255,255,255,0.1);border-radius: 7px;transition: 0.7s;color:#fff;}
.services-rw:hover {box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;transition: 0.7s;}
.services-icon {position: absolute;top: 5px;right: 20px;}
.services-t1 {display: inline-block;color: rgba(255,255,255,0.8);background: rgba(255,255,255,0.1);padding: 3px 12px;border-radius: 12px;margin-bottom: 6px;font-size: 12px;}
.services-t2 {font-size: 15px;font-weight: 600;color: #fff;margin-bottom: 6px;}
.services-title {font-size: 14px;color: #fff;padding-bottom: 5px;padding-top: 5px;margin-bottom: 20px;}


.btn1:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn2:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn3 {text-decoration: none;text-align: center;font-size: 12px;background-color: red;color: #fff;padding: 6px;border-radius: 5px;border: hidden}
.btn3:hover {background-color: #55acee;text-decoration: none;color: #fff;}
.btn4 {text-decoration: none;width: 45%;text-align: center;font-size: 12px;font-weight: 500;background-color: #fff;color: #55acee;padding: 5px 13px;border-radius: 3px;}
.btn4:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn5 {text-decoration: none;text-align: center;font-size: 12px;font-weight: 500;background-color: #55acee;color: #fff;padding: 5px 13px;border-radius: 3px;}
.btn5:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn6 {text-decoration: none;width: 45%;text-align: center;font-size: 11px;font-weight: 500;background-color: #fff;color: #55acee;padding: 3px 10px;border-radius: 3px;}
.btn6:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn7 {text-decoration: none;text-align: center;font-size: 11px;font-weight: 500;background-color: #55acee;color: #fff;padding: 3px 10px;border-radius: 3px;margin-right: 3px;}
.btn7:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btnfull {text-align: center;text-decoration: none;background-color: #ac2d64;color: #fff;border: solid 1px #fff;padding: 7px 20px;border-radius: 5px;}
.btnfull:hover {background-color: #fff;text-decoration: none;color: #ac2d64;border: solid 1px #ac2d64;}
.btnfooter {font-size: 12px;background-color: #fe5b5f;color: #fff !important;padding: 7px 15px;border-radius: 15px;}
.btnfooter:hover {color: #636e72 !important;background-color: #fff;text-decoration: none;}
.blog-sidebar {background: #f5f5f5;border-radius: 8px;padding: 15px 5px;margin-left: 0;margin-right: 0;margin-bottom: 15px;padding-right: 0;}
.blog-sidebar:hover {background: #f1f1f1}
.blog-sidebar-img {width:90%;border-radius:5px;margin-bottom:5px;}

@media only screen and (max-width: 767px) {
  .mobgiz {display: none !important;}
  .btn1 {position: absolute;top: 72%;left: 6%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 2px 10px;border-radius: 3px;font-size: 13px;}
  .hometitle {font-size: 20px;color: #fff;font-weight: 400;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;height: 105px;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 18px;color: #fff;font-weight: 400;margin-bottom: 0;}
}

@media only screen and (min-width: 767px) {
  .deskgiz {display: none !important;}
  .mobile-container {display: none;}
  .btn1 {position: absolute;top: 70%;left: 15%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 5px 20px;border-radius: 5px;}
  .hometitle {font-size: 25px;color: #fff;font-weight: 400;letter-spacing: 2px;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 25px;color: #fff;font-weight: 400;margin-bottom: 0;}
}

/*--------------------------------------------------------------
# Owl Carousel Navigation
--------------------------------------------------------------*/
.owl-nav button {position: absolute;top: 31%;width: 38px;height: 38px;}
.owl-nav button>i {font-size: 20px;font-weight: 800;}
.owl-nav button:hover {opacity: .9;}
.owl-prev {left: 0;}
.owl-next {right: 0;}
#owl-carousel2 .owl-nav button {position: absolute;top: 40%;width: 38px;height: 38px;border-radius: 50% !important;background: #243746 !important;;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);}
#owl-carousel2 .owl-nav button>i {font-size: 20px;font-weight: 800;}
#owl-carousel2 .owl-nav button:hover {opacity: .9;}
#owl-carousel2 .owl-prev {left: 1px;}
#owl-carousel2 .owl-next {right: 1px;}
.customNextBtn {width: 40px;height: 40px;}
.customPrevBtn {width: 40px;height: 40px;}

.owl-dots {display:flex;justify-content:center;margin-top:10px;margin-bottom:10px; }
.owl-dots .owl-dot { width: 8px; height: 8px; border-radius: 50%; margin: 2px; background-color: #ccc !important;}
.owl-dots .owl-dot.active { background-color: #9d9c9c !important;}

/*--------------------------------------------------------------
# Home Blog
--------------------------------------------------------------*/
.blog-rw {border: solid 1px rgba(255,255,255,0.1);border-radius: 7px;width: 95%;box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);margin-bottom: 30px;padding: 0 0 25px 0;background:#1a1a1a;color:#fff;}
.blog-desc {font-size: 14px;font-weight: 400;width: 90%;}
.blog-btn {padding: 4px 20px;text-align: center;font-size: 12px;font-weight: 400;color: #fff;border-radius: 7px 0 7px 0;background-color: #868684;position: absolute;right: 0;}
.blog-btn:hover {background-color: #fff;border: solid 1px #868684;text-decoration: none;color: #868684;}
.blog-image {width: 100%;border-radius: 7px 7px 0 0;height: 125px;}
.blog-image:hover {opacity: 0.7;}
.blog-cat-image {width: 45px;border-radius: 5px;margin-top: -26px;margin-left: 12px;border: solid 2px #fff;}
.blog-cat-image2 {width: 45px;border-radius: 5px;position: absolute;top: 0;left: 20px;border: solid 2px #fff;}
.blog-icon {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: #b2bec3;transition: 0.5s;}
.blog-icon:hover {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: red;background: #f5f5f5;transition: 0.5s;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footertitle {font-size: 15px;color: #f5f5f5;font-weight: 500;border-left: solid 2px #f5f5f5;padding-left: 15px;letter-spacing: 1px;}
.footer-title {font-size: 14px;font-weight: 600;color: #f5f5f5;border-bottom: groove 1px #f5f5f5;width: 80%;padding-bottom: 5px;}
.footer-desc a {color: #b2bec3;font-size: 12px;transition: 0.5s;}
.footer-desc a:hover {color: #fff;font-weight: 500;padding-left: 10px;transition: 0.5s;}
.footer-icon {color: #fff;border-right: solid 1px #fff;padding-right: 10px;font-size: 13px;margin-right: 5px;}

/* Footer üst kayan metin */
.footer-ticker-wrap {
    background: #1b1b1b;
    border-radius: 10px;
    overflow: hidden;
    margin: 22px 0 14px;
    padding: 0;
}
.footer-ticker-track {
    display: flex;
    width: max-content;
    gap: 48px;
    white-space: nowrap;
    will-change: transform;
    animation: footerTickerMove 22s linear infinite;
}
.footer-ticker-track span {
    display: inline-block;
    padding: 14px 0;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8f0f0f;
}
.footer-ticker-track .footer-ticker-chunk-red { color: #8f0f0f; }
.footer-ticker-track .footer-ticker-chunk-white { color: #ffffff; }
@keyframes footerTickerMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (max-width: 992px) {
    .footer-ticker-track span { font-size: 36px; }
}
@media (max-width: 576px) {
    .footer-ticker-track span { font-size: 24px; }
}

/* Footer - kart tasarımı */
.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 24px;
    margin: 40px 0 0;
    border-radius: 16px;
}
.footer-modern-inner { max-width: 100%;padding:1px 24px;}

.footer-card {
    background: #2c2c2c;
    border-radius: 12px;
    padding: 24px 28px;
}

.footer-top-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 16px;
}
.footer-top-row .footer-cta-card { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); }
.footer-top-row .footer-social-cards { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); }
@media (max-width: 991px) {
    .footer-top-row { flex-wrap: wrap; }
    .footer-top-row .footer-cta-card,
    .footer-top-row .footer-social-cards { flex: 0 0 100%; max-width: 100%; }
}
.footer-cta-card {
    min-width: 0;
    padding: 48px 28px !important;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    line-height: 1.3;
}
.footer-cta-sub {
    font-size: 38px;
    color: #a0a0a0;
    opacity: 0.6;
    font-style: italic;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-cta-sub:hover { color: #fff; }

.footer-social-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    min-width: 0;
    width: 100%;
    flex: 1;
}
.footer-social-cards .footer-social-card {
    min-height: 90px;
    padding: 36px 20px !important;
}
.footer-social-card {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.footer-social-card:hover { color: #fff; }
.footer-social-card[aria-label="Facebook"]:hover { background: #1877f2; }
.footer-social-card[aria-label="Instagram"]:hover { background: #e4405f; }
.footer-social-card[aria-label="Twitter"]:hover { background: #1da1f2; }
.footer-social-card[aria-label="Pinterest"]:hover { background: #bd081c; }
.footer-social-card[aria-label="Vimeo"]:hover { background: #1ab7ea; }

.footer-bottom-row {
    display: flex;
    gap: 16px;
}
.footer-copyright-card {
    flex: 1;
    font-size: 13px;
    color: #a0a0a0;
}
.footer-copyright-card a {
    color: #a0a0a0;
    text-decoration: none;
    margin-left: 12px;
    transition: color 0.3s;
}
.footer-copyright-card a:hover { color: #fff; }

.footer-credit-card {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #a0a0a0;
}
.footer-made {
    font-size: 11px;
    color: #888;
}

@media (max-width: 768px) {
    .footer { margin: 24px 0 0; padding: 20px; }
    .footer-top-row { flex-direction: column; }
    .footer-social-cards { min-width: 100%; }
    .footer-bottom-row { flex-direction: column; }
    .footer-credit-card { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/*--------------------------------------------------------------
# Menu Dropdown Hover
--------------------------------------------------------------*/
.dropbtn {background-color: #04AA6D;color: white;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {z-index:2;display: none;position: absolute;background-color: #1a1a1a;min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);box-shadow: 0px 0px 40px rgba(0,0,0,0.5);border: 1px solid rgba(255,255,255,0.1);}
@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}
.dropdown-content a {color: #fff;padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;}
.dropdown-content a:hover {background-color: rgba(116, 185, 255, 0.5);color:#fff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--------------------------------------------------------------
# Gallery Page CSS
--------------------------------------------------------------*/
.column { padding: 8px; }
.column { float: left; width: 33.33%; display: none; }
.row:after { content: ""; display: table; clear: both; }
.content { background-color: #1a1a1a; padding: 10px; color:#fff; }
.show { display: block;}
.btn { border: none; outline: none; padding: 5px 30px; font-size:14px;background-color: white; cursor: pointer; }
.btn:hover { background-color: #000; color: #fff;font-size:14px; padding:5px 30px; }
.btn.active { background-color: #000; color: white;font-size:14px; padding:5px 30px; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.not-404 {font-size: 100px;font-weight: 600;}
.not-found {font-size: 45px;font-weight: 500;}
.error-page-shell {
    max-width: calc(100% - 48px) !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.error-page-card {
    background: #171717;
    border-radius: 14px;
    padding: 88px 28px 75px 37px;
    margin: 10px 0 36px;
}
.error-page-code {
    margin: 0 0 12px;
    color: #b01313;
    font-size: 96px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -1px;
}
.error-page-title {
    margin: 0 0 24px;
    color: #f2f2f2;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
}
.error-page-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #8b1111;
    border: 1px solid #8b1111;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: background 0.25s ease;
}
.error-page-home:hover {
    background: #a31414;
}
@media (max-width: 991px) {
    .error-page-code { font-size: 72px; }
    .error-page-title { font-size: 32px; }
}
@media (max-width: 575px) {
    .error-page-shell { max-width: calc(100% - 32px) !important; }
    .error-page-card { padding: 26px 18px; margin: 6px 0 26px; }
    .error-page-code { font-size: 56px; }
    .error-page-title { font-size: 24px; margin-bottom: 18px; }
    .error-page-home { width: 100%; font-size: 14px; min-height: 46px; }
}

/*--------------------------------------------------------------
# COOKIE BANNER
--------------------------------------------------------------*/
.cookie-banner {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius: 0;box-shadow: 0 -5px 20px rgba(0,0,0,0.2);z-index: 9999;animation: slideUp 0.5s ease-out;backdrop-filter: blur(10px);border: none;border-top: 1px solid rgba(255,255,255,0.1);}
.cookie-content {display: flex;align-items: center;padding: 15px 20px;gap: 20px;max-width: 1200px;margin: 0 auto;}
.cookie-icon {flex-shrink: 0;width: 40px;height: 40px;background: rgba(255,255,255,0.2);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 20px;color: white;}
.cookie-text {flex: 1;color: white;}
.cookie-text h4 {margin: 0 0 5px 0;font-size: 14px;font-weight: 600;color: white;}
.cookie-text p {margin: 0;font-size: 12px;line-height: 1.3;opacity: 0.9;}
.cookie-actions {display: flex;gap: 8px;flex-shrink: 0;}
.cookie-btn {padding: 6px 12px;border: none;border-radius: 20px;font-size: 11px;font-weight: 500;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;gap: 4px;min-width: 70px;justify-content: center;}
.cookie-btn-reject {background: rgba(255,255,255,0.2);color: white;border: 1px solid rgba(255,255,255,0.3);}
.cookie-btn-reject:hover {background: rgba(255,255,255,0.3);transform: translateY(-2px);}
.cookie-btn-accept {background: #4CAF50;color: white;border: 1px solid #45a049;}
.cookie-btn-accept:hover {background: #45a049;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(76,175,80,0.3);}
.cookie-btn-settings {background: rgba(255,255,255,0.15);color: white;border: 1px solid rgba(255,255,255,0.3);}
.cookie-btn-settings:hover {background: rgba(255,255,255,0.25);transform: translateY(-2px);}
/* Çerez Ayarları Modal */
.cookie-settings {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.7);z-index: 10000;display: flex;align-items: center;justify-content: center;padding: 20px;}
.cookie-settings-content {background: white;border-radius: 15px;max-width: 600px;width: 100%;max-height: 80vh;overflow-y: auto;box-shadow: 0 20px 40px rgba(0,0,0,0.3);animation: modalSlideIn 0.3s ease-out;}
.cookie-settings-header {display: flex;justify-content: space-between;align-items: center;padding: 20px;border-bottom: 1px solid #eee;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: white;border-radius: 15px 15px 0 0;}
.cookie-settings-header h3 {margin: 0;font-size: 18px;font-weight: 600;}
.cookie-close {background: none;border: none;color: white;font-size: 20px;cursor: pointer;padding: 5px;border-radius: 50%;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;transition: background 0.3s ease;}
.cookie-close:hover {background: rgba(255,255,255,0.2);}
.cookie-settings-body {padding: 20px;}
.cookie-settings-desc {margin-bottom: 20px;color: #666;font-size: 14px;line-height: 1.5;}
.cookie-category {margin-bottom: 20px;padding: 15px;border: 1px solid #eee;border-radius: 10px;background: #f9f9f9;}
.cookie-category-header {display: flex;align-items: flex-start;gap: 15px;}
.cookie-switch {position: relative;display: inline-block;width: 50px;height: 25px;flex-shrink: 0;margin-top: 5px;}
.cookie-switch input {opacity: 0;width: 0;height: 0;}
.cookie-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;transition: .4s;border-radius: 25px;}
.cookie-slider:before {position: absolute;content: "";height: 19px;width: 19px;left: 3px;bottom: 3px;background-color: white;transition: .4s;border-radius: 50%;}
input:checked + .cookie-slider {background-color: #4CAF50;}
input:checked + .cookie-slider:before {transform: translateX(25px);}
input:disabled + .cookie-slider {background-color: #ddd;cursor: not-allowed;}
.cookie-category-info h4 {margin: 0 0 5px 0;font-size: 16px;color: #333;}
.cookie-category-info p {margin: 0;font-size: 13px;color: #666;line-height: 1.4;}
.cookie-settings-footer {padding: 20px;border-top: 1px solid #eee;display: flex;gap: 10px;justify-content: flex-end;background: #f9f9f9;border-radius: 0 0 15px 15px;}
.cookie-btn-save {background: #2196F3;color: white;border: 1px solid #1976D2;}
.cookie-btn-save:hover {background: #1976D2;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(33,150,243,0.3);}
.cookie-btn-accept-all {background: #4CAF50;color: white;border: 1px solid #45a049;}
.cookie-btn-accept-all:hover {background: #45a049;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(76,175,80,0.3);}

@keyframes modalSlideIn {
    from {transform: scale(0.8);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes slideUp {
    from {transform: translateY(100px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
@media (max-width: 768px) {
    .cookie-content {flex-direction: column;text-align: center;gap: 12px;padding: 12px 15px;}
    .cookie-actions {width: 100%;justify-content: center;flex-wrap: wrap;}
    .cookie-btn {flex: 1;max-width: 100px;font-size: 10px;padding: 5px 8px;}
    .cookie-text h4 {font-size: 13px;}
    .cookie-text p {font-size: 11px;}
}

/*--------------------------------------------------------------
# POPUP MODAL
--------------------------------------------------------------*/
#popupModal .modal-dialog {
    max-width: 500px;
}

#popupModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#popupModal .modal-header {
    background: linear-gradient(135deg, #7952B3 0%, #6a4199 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 20px;
}

#popupModal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

#popupModal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

#popupModal .btn-close:hover {
    opacity: 1;
}

#popupModal .modal-body {
    padding: 25px;
    text-align: center;
}

#popupModal .modal-body img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#popupModal .modal-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

#popupModal .btn-primary {
    background: linear-gradient(135deg, #7952B3 0%, #6a4199 100%);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#popupModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(121, 82, 179, 0.3);
}

#popupModal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
}

#popupModal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    #popupModal .modal-dialog {
        margin: 10px;
    }
    
    #popupModal .modal-body {
        padding: 20px 15px;
    }
    
    #popupModal .modal-body img {
        max-height: 200px;
    }
}

/* Services - video grid (2-3-2 layout) */
.services-section {
    padding: 40px 24px 0;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}
.services-video-grid { margin-top: 30px; }
.services-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.services-row-2 .service-video-item { flex: 1; max-width: calc(50% - 10px); }
.services-row-3 .service-video-item { flex: 1; max-width: calc(33.333% - 14px); }
.service-video-item {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.service-video-item:hover { text-decoration: none; }
.service-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.service-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}
.service-video-overlay {
    position: absolute;
    bottom: 0; left: 0;
    right: 0;
    padding: 20px 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.service-video-item:hover .service-video-overlay { opacity: 1; }
.service-video-title {
    color: #d4af37;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .services-row { flex-wrap: wrap; }
    .services-row-2 .service-video-item,
    .services-row-3 .service-video-item {
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 575px) {
    .services-section {
        padding: 30px 16px 0;
        max-width: calc(100% - 32px);
    }
    .services-row-2 .service-video-item,
    .services-row-3 .service-video-item {
        max-width: 100%;
    }
}

/* Services page - one project per row */
.services-page-shell {
    max-width: calc(100% - 48px) !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.services-page-intro {
    background: #171715;
    border-radius: 12px;
    padding: 50px 24px 100px;
    margin-bottom: 18px;
}
.services-page-heading {
    margin: 0 0 8px;
    color: #f2f2f2;
    font-size: 64px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
.services-page-heading-top,
.services-page-heading-bottom {
    display: block;
}
.services-page-heading-bottom {
    color: #b01313;
}
.services-page-subheading {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}
.services-page-section {
    padding: 8px 0 34px;
}
.services-page-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.services-page-item {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 6px 30px rgba(0,0,0,0.42);
}
.services-page-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.services-page-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}
.services-page-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0));
    transform: translateY(100%);
    transition: transform 0.35s ease;
}
.services-page-item:hover .services-page-overlay {
    transform: translateY(0);
}
.services-page-title {
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.services-page-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    justify-content: center;
}
.services-page-page-link {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.8);
    background: #0c0f13;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.25s ease;
}
.services-page-page-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.38);
}
.services-page-page-link.is-active {
    background: #b01313;
    border-color: #b01313;
    color: #fff;
}

/* Blog page - press style */
.blog-page-shell {
    max-width: calc(100% - 48px) !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.blog-page-intro {
    background: #171717;
    border-radius: 14px;
    padding: 88px 28px 75px 37px;
    margin-bottom: 28px;
}
.blog-page-heading {
    margin: 0 0 20px;
    color: #f2f2f2;
    font-size: 78px;
    line-height: 0.92;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.blog-page-heading-top,
.blog-page-heading-bottom {
    display: block;
}
.blog-page-heading-bottom {
    color: #b01313;
}
.blog-page-subheading {
    margin: 0;
    color: rgba(255,255,255,0.52);
    max-width: 760px;
    font-size: 16px;
    line-height: 1.25;
}
.blog-page-section {
    padding: 8px 0 34px;
}

/* AI Management page */
.ai-management-shell {
    max-width: calc(100% - 48px) !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.ai-management-intro {
    background: #171717;
    border-radius: 14px;
    padding: 88px 28px 75px 37px;
    margin-bottom: 28px;
}
.ai-management-heading {
    margin: 0 0 20px;
    color: #f2f2f2;
    font-size: 78px;
    line-height: 0.92;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.ai-management-subheading {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    max-width: 760px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}
.ai-management-video-row {
    margin-bottom: 28px;
}
.ai-management-desc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}
.ai-management-desc-block {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 24px;
}
.ai-management-desc-label {
    margin: 0 0 12px;
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.ai-management-desc-text {
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    line-height: 1.5;
}
.ai-management-section {
    padding: 8px 0 34px;
}
.ai-management-artists-section-inactive {
    display: none;
}
.ai-management-artists-label {
    margin: 0 0 22px;
    color: #f2f2f2;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.ai-management-artists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ai-management-artist-card {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
}
.ai-management-artist-image {
    aspect-ratio: 1;
    overflow: hidden;
}
.ai-management-artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ai-management-artist-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.04);
}
.ai-management-artist-name {
    display: block;
    padding: 16px;
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    font-weight: 500;
}

.blog-page-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.blog-page-item {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 36px 24px;
    min-height: 220px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 12px;
    position: relative;
    overflow: hidden;
}
.blog-page-item-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.blog-page-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-page-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.52));
    opacity: 0;
    transition: opacity 0.35s ease;
}
.blog-page-item:hover .blog-page-item-media,
.blog-page-item:hover::after {
    opacity: 1;
}
.blog-page-item-title {
    margin: 0;
    color: #f2f2f2;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.blog-page-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.blog-page-item-date {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}
.blog-page-pagination .page-item .page-link {
    background: #0c0f13;
    border-color: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.8);
}
.blog-page-pagination .page-item.active .page-link {
    background: #b01313;
    border-color: #b01313;
    color: #fff;
}

/* Service detail page - project style */
.service-detail-shell {
    max-width: calc(100% - 48px) !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.service-detail-hero {
    background: #171717;
    border-radius: 14px;
    padding: 88px 28px 75px 37px;
    margin-bottom: 22px;
}
.service-detail-title {
    margin: 0 0 8px;
    color: #f2f2f2;
    font-size: 78px;
    line-height: 0.92;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.service-detail-sub {
    margin: 0;
    color: rgba(255,255,255,0.55);
    font-size: 28px;
    line-height: 1.2;
}
.service-detail-content {
    padding: 8px 0 34px;
}
.service-detail-overview {
    margin: 0 0 16px;
    color: #f2f2f2;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.service-detail-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    align-items: start;
}
.service-detail-meta {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 18px;
}
.service-detail-meta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.service-detail-meta-row:last-child {
    border-bottom: none;
}
.service-detail-meta-row span {
    color: rgba(255,255,255,0.52);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.service-detail-meta-row strong {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
}
.service-detail-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.service-detail-video {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.service-detail-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.service-detail-text {
    color: rgba(255,255,255,0.82);
    font-size: 19px;
    line-height: 1.75;
}
.service-detail-text p {
    color: rgba(255,255,255,0.82);
    margin-bottom: 18px;
}
.service-detail-gallery {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.service-detail-gallery-item {
    background: #0c0f13;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
    min-height: 120px;
}
.service-detail-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    display: block;
}
.service-detail-next-title {
    margin: 30px 0 14px;
    color: #f2f2f2;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.service-detail-next-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.service-detail-next-item {
    position: relative;
    min-height: 150px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    background: #0c0f13;
}
.service-detail-next-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-detail-next-item span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    z-index: 1;
}
.service-detail-next-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.08));
}
@media (max-width: 991px) {
    .services-page-heading {
        font-size: 44px;
    }
    .services-page-subheading {
        font-size: 18px;
    }
    .services-page-title {
        font-size: 24px;
    }
    .blog-page-heading {
        font-size: 52px;
    }
    .blog-page-subheading {
        font-size: 24px;
    }
    .blog-page-list {
        grid-template-columns: 1fr;
    }
    .blog-page-item-title {
        font-size: 22px;
    }
    .service-detail-title { font-size: 52px; }
    .service-detail-sub { font-size: 22px; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .service-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-detail-next-grid { grid-template-columns: 1fr; }
    .ai-management-heading { font-size: 52px; }
    .ai-management-artists-grid { grid-template-columns: repeat(2, 1fr); }
    .ai-management-desc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .services-page-shell {
        max-width: calc(100% - 32px) !important;
    }
    .services-page-intro {
        padding: 50px 16px 100px;
    }
    .services-page-heading {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .services-page-subheading {
        font-size: 14px;
    }
    .services-page-list {
        gap: 12px;
    }
    .services-page-overlay {
        transform: translateY(0);
        padding: 12px 14px;
    }
    .services-page-title {
        font-size: 16px;
    }
    .blog-page-shell {
        max-width: calc(100% - 32px) !important;
    }
    .blog-page-intro {
        padding: 26px 18px;
    }
    .blog-page-heading {
        font-size: 36px;
        line-height: 0.95;
        margin-bottom: 14px;
    }
    .blog-page-subheading {
        font-size: 18px;
        line-height: 1.35;
    }
    .service-detail-shell { max-width: calc(100% - 32px) !important; }
    .service-detail-hero { padding: 26px 18px; }
    .service-detail-title { font-size: 36px; }
    .service-detail-sub { font-size: 18px; }
    .service-detail-text { font-size: 16px; line-height: 1.6; }
    .service-detail-gallery { grid-template-columns: 1fr; }
    .ai-management-shell { max-width: calc(100% - 32px) !important; }
    .ai-management-intro { padding: 26px 18px; }
    .ai-management-heading { font-size: 36px; line-height: 0.95; }
    .ai-management-artists-grid { grid-template-columns: 1fr; }
}

/* About page - Glidex style */
.about-glidex {
  padding: 28px 0 40px;
}
.about-glidex .container {
  max-width: calc(100% - 48px) !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.about-top-label {
  color: #9d9d9d;
  font-size: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.about-hero-card {
  background: #171717 !important;
  border-radius: 14px;
  padding: 88px 28px 75px 37px;
  margin-bottom: 28px;
}
.about-main-title {
  font-size: 78px;
  line-height: 0.92;
  font-weight: 700;
  margin: 0 0 20px;
  color: #f2f2f2;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.about-main-title .about-title-accent {
  color: #b01313;
}
.about-main-desc {
  max-width: 760px;
  color: rgba(255,255,255,0.52);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0;
}
.about-team-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 38px;
}
.about-main-image-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 580px;
}
.about-main-image-card img,
.about-main-image-card .about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}
.about-main-image-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about-team-card {
  background: #101010;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.about-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-team-card span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
.about-team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05));
  pointer-events: none;
}
.about-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 10px;
}
.about-content-col {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
}
.about-content-block {
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 20px 18px;
  min-height: 140px;
}
.about-block-label {
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 19px;
  font-weight:600;
  margin: 0;
  letter-spacing: 0.8px;
  padding: 30px 18px;
  text-transform: uppercase;
}
.about-content-block p.about-expertise-label {
  font-size: 19px;
  font-weight: 600;
}
.about-expertise-grid .about-content-block > p:not(.about-block-label)::first-line {
  font-size: 19px;
  font-weight: 600;
}
.about-content-block p {
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding-left:4px;
  padding-top: 10px;
}
.about-expertise-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.about-expertise-image img,
.about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 12px;
  background: #121212;
}
.about-awards-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.about-awards-head {
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  color: rgba(255,255,255,0.46);
  font-size: 17px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 18px;
}
.about-awards-years {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.about-awards-year {
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  color: rgba(255,255,255,0.46);
  font-size: 17px;
  letter-spacing: 0.8px;
  padding: 16px 18px;
}
.about-awards-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.about-awards-col {
  display: grid;
  gap: 10px;
}
.about-awards-item {
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  color: rgba(255,255,255,0.58);
  font-size: 17px;
  line-height: 1.35;
  padding: 20px 18px;
  min-height: 96px;
}
@media (max-width: 991px) {
  .about-main-title { font-size: 52px; }
  .about-main-desc { font-size: 24px; }
  .about-content-grid { grid-template-columns: 1fr; }
  .about-block-label { font-size: 16px; }
  .about-content-block p { font-size: 20px; }
  .about-expertise-grid { grid-template-columns: 1fr; }
  .about-awards-years,
  .about-awards-items { grid-template-columns: 1fr; }
  .about-awards-head,
  .about-awards-year { font-size: 16px; }
  .about-awards-item { font-size: 20px; }
}
@media (max-width: 575px) {
  .about-glidex .container { max-width: calc(100% - 32px) !important; }
  .about-hero-card { padding: 26px 18px; }
  .about-main-title { font-size: 36px; }
  .about-main-desc { font-size: 18px; }
  .about-awards-head,
  .about-awards-year { font-size: 15px; }
  .about-awards-item { font-size: 17px; }
}

/* Article detail page - press style */
.article-page-shell {
  max-width: calc(100% - 48px) !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article-page-hero {
  background: #171717;
  border-radius: 14px;
  padding: 88px 28px 75px 37px;
  margin-bottom: 22px;
}
.article-page-title {
  margin: 0 0 10px;
  color: #f2f2f2;
  font-size: 78px;
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.article-page-date {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 28px;
  line-height: 1.2;
}
.article-page-content {
  padding: 8px 0 34px;
}
.article-page-category {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  text-transform: uppercase;
}
.article-page-body {
  color: rgba(255,255,255,0.84);
  font-size: 19px;
  line-height: 1.75;
}
.article-page-body p {
  margin-bottom: 18px;
  color: rgba(255,255,255,0.84);
}
.article-page-highlights {
  margin-top: 24px;
  background: #0c0f13;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 18px;
}
.article-page-highlights h4 {
  margin: 0 0 10px;
  color: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.article-page-highlights ul {
  margin: 0;
  padding-left: 18px;
}
.article-page-highlights li {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
}
.article-next-title {
  margin: 30px 0 14px;
  color: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.article-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.article-next-item {
  position: relative;
  min-height: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0c0f13;
}
.article-next-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-next-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.12));
}
.article-next-text {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  display: grid;
  gap: 2px;
}
.article-next-text strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.article-next-text span {
  color: rgba(255,255,255,0.74);
  font-size: 14px;
}
.article-next-text em {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-style: normal;
}
@media (max-width: 991px) {
  .article-page-title { font-size: 52px; }
  .article-page-date { font-size: 22px; }
  .article-next-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .article-page-shell { max-width: calc(100% - 32px) !important; }
  .article-page-hero { padding: 26px 18px; }
  .article-page-title { font-size: 36px; }
  .article-page-date { font-size: 18px; }
  .article-page-body { font-size: 16px; line-height: 1.6; }
}
