/* --------------------------------------------------------
   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
--------------------------------------------------------------*/
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Bold.woff2') format('woff2'), url('/fonts/Quicksand-Bold.woff') format('woff'), url('/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');  font-weight: bold;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Medium.woff2') format('woff2'), url('/fonts/Quicksand-Medium.woff') format('woff'), url('/fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');  font-weight: 500;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Light.woff2') format('woff2'), url('/fonts/Quicksand-Light.woff') format('woff'), url('/fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');  font-weight: 300;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-SemiBold.woff2') format('woff2'), url('/fonts/Quicksand-SemiBold.woff') format('woff'), url('/fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');  font-weight: 600;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Regular.woff2') format('woff2'), url('/fonts/Quicksand-Regular.woff') format('woff'), url('/fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');  font-weight: normal;  font-style: normal;  font-display: swap;  }
body {font-family: 'Quicksand', 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: #636e72;background: #fff;}
*:focus {outline: 0;}
a {text-decoration: none !important;}

/*--------------------------------------------------------------
# TOP HEADER
--------------------------------------------------------------*/
.search-container {display: inline-flex;border-right: solid 1px #e7edf2;margin-right: 15px;}
.topbar-slogan span {
  font-weight: 600;
  color: #12355E;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.topbar,
.navbar {
  background-color: #fff !important;
  width: 98% !important;
  max-width: 98%;
  margin-left: 1% !important;
  margin-right: auto;
}

.navbar.bg-body-tertiary {
  background-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .topbar {padding: 6px 2px;}
  .topbar .src,
  .topbar-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    margin-left: auto;
  }
}
@media only screen and (min-width: 767px) {
  .topbar {border-bottom: solid 1px #f5f5f5;padding: 10px 0;}
  .topbar-slogan {margin: auto;}
  .topbar .src {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    text-align: right;
  }
}


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

@media only screen and (max-width: 767px) {
  .logo {width: 140px;}
  .head-social {display: inline-block;vertical-align: middle;padding: 0 2px;transition: opacity 0.3s ease;}

  .navbar .container-fluid {
    align-items: center;
  }

  .navbar-mobile-actions {
    gap: 12px;
  }

  .navbar .navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 0.2rem 0.35rem;
  }

  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  .topbar-lang-flag--navbar {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .navbar .navbar-collapse {
    padding: 8px 0 16px;
  }

  .navbar .navbar-collapse .navbar-nav {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
  }

  .navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar .navbar-nav .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }

  .navbar .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: auto;
  }

  .navbar .dropdown-content {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 4px 0 4px 12px;
    margin: 0;
    box-shadow: none;
    background: transparent;
  }

  .navbar .dropdown-content a {
    text-align: left;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 767px) {
  .logo {width: 200px;}
  .head-social {display: inline-block;margin-right: 22px;vertical-align: middle;padding: 0 2px;transition: opacity 0.3s ease;}
}
.head-social {
  opacity: 0.55;
}
.head-social:hover {
  opacity: 1;
}
.head-social--facebook {color: #1877F2;}
.head-social--twitter {color: #000000;}
.head-social--instagram {color: #E4405F;}
.head-social--linkedin {color: #0A66C2;}
.head-social--youtube {color: #FF0000;}
.head-social--pinterest {color: #BD081C;}
.head-social:last-child {margin-right: 0;}

.navbar .navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-item {
  margin: 0 6px;
}

.navbar .navbar-nav .nav-link {
  color: #12355E !important;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 18px;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.navbar .navbar-nav .nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: middle;
  border-top-color: #12355E;
  opacity: 0.85;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #D9577F !important;
  opacity: 1;
}

.navbar .navbar-nav .nav-link.dropdown-toggle:hover::after,
.navbar .navbar-nav .nav-link.dropdown-toggle.show::after {
  border-top-color: #D9577F;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: #12355E !important;
  font-weight: 600;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.12);
}

.navbar .dropdown-menu .dropdown-item {
  color: #636e72;
  border-radius: 4px;
  padding: 8px 12px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #12355E;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 22px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}



/*--------------------------------------------------------------
# PAGE HERO (head image + breadcrumb)
--------------------------------------------------------------*/
.ibn-page-hero {
  width: 98%;
  margin: 1.25rem auto 2rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 2rem 0 2.25rem;
  background: linear-gradient(125deg, #0f2d4f 0%, #12355E 35%, #1a4a7a 65%, #12355E 100%);
  box-shadow: 0 12px 40px rgba(18, 53, 94, 0.22);
}

.ibn-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(217, 87, 127, 0.38) 0%, transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(126, 200, 255, 0.18) 0%, transparent 38%),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 14px
    );
  pointer-events: none;
}

.ibn-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #D9577F 0%, #7ec8ff 50%, #D9577F 100%);
}

.ibn-page-hero-inner {
  position: relative;
  z-index: 1;
}

.ibn-page-hero-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  gap: 0.15rem;
}

.ibn-page-hero-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}

.ibn-page-hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ibn-page-hero-breadcrumb .breadcrumb-item a:hover {
  color: #7ec8ff;
}

.ibn-page-hero-breadcrumb .breadcrumb-item.active,
.ibn-page-hero-breadcrumb .breadcrumb-item.active a {
  color: #fff;
  font-weight: 600;
}

.ibn-page-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 0.55rem;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 400;
}

.ibn-page-hero-breadcrumb .bread-icon {
  margin-right: 0.35rem;
}

.ibn-page-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .ibn-page-hero {
    padding: 1.35rem 0 1.5rem;
    margin-top: 0.75rem;
  }

  .ibn-page-hero-breadcrumb .breadcrumb-item {
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
# MAINTENANCE MODE
--------------------------------------------------------------*/
.maintenance-container {display: flex;justify-content: center;align-items: center;height: 100vh;text-align: center;font-family: 'Quicksand', 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 VIDEO BANNER
--------------------------------------------------------------*/
.ibn-home-video-banner {
  width: 98%;
  margin: 0 1% 18px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
}

.ibn-home-video-banner-frame {
  position: relative;
  width: 100%;
  min-height: 520px;
  max-height: 620px;
  aspect-ratio: 16 / 7;
  background: #000 center / cover no-repeat;
}

.ibn-home-video-banner-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ibn-home-video-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.ibn-home-video-banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.ibn-home-video-banner .ibn-promo-track {
  width: 100%;
  height: 100%;
}

.ibn-home-video-banner .ibn-promo-track .carousel-inner,
.ibn-home-video-banner .ibn-promo-track .carousel-item {
  height: 100%;
}

.ibn-home-video-banner .ibn-promo-track .carousel-item {
  display: flex;
  align-items: flex-end;
}

.ibn-home-video-banner .ibn-promo-layout {
  min-height: auto;
  width: 100%;
  padding: 0 0 56px;
}

.ibn-home-video-banner .ibn-promo-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.ibn-home-video-banner .ibn-promo-headline {
  color: #fff;
}

.ibn-home-video-banner .ibn-promo-highlight {
  color: rgba(255, 255, 255, 0.94);
}

.ibn-home-video-banner .ibn-promo-text {
  color: rgba(255, 255, 255, 0.78);
}

.ibn-home-video-banner .ibn-promo-step {
  color: #fff;
}

.ibn-home-video-banner .ibn-promo-step-bubble {
  background: #12355E;
  box-shadow: 0 4px 18px rgba(18, 53, 94, 0.28);
}

.ibn-home-video-banner .ibn-promo-step:hover .ibn-promo-step-bubble {
  background: #1a4678;
  box-shadow: 0 6px 22px rgba(18, 53, 94, 0.38);
}

@media only screen and (max-width: 991px) {
  .ibn-home-video-banner .ibn-promo-layout {
    padding: 0 0 40px;
  }

  .ibn-home-video-banner .ibn-promo-copy {
    padding-right: 12px;
    margin-bottom: 0;
    text-align: center;
  }

  .ibn-home-video-banner .ibn-promo-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .ibn-home-video-banner .ibn-promo-layout {
    padding: 0 0 28px;
  }
}

@media only screen and (max-width: 991px) {
  .ibn-home-video-banner-frame {
    min-height: 280px;
    max-height: 420px;
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 575px) {
  .ibn-home-video-banner {
    margin-bottom: 14px;
  }

  .ibn-home-video-banner-frame {
    min-height: 220px;
    max-height: 320px;
  }
}

/*--------------------------------------------------------------
# HOME PROMO SLIDER
--------------------------------------------------------------*/
.ibn-promo-area {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  width: 98%;
  margin-left: 1%;
  border-radius: 10px;
}

.ibn-promo-track {
  position: relative;
}

.ibn-promo-track .carousel-inner {
  overflow: hidden;
}

.ibn-promo-layout {
  min-height: 520px;
  padding: 70px 0 60px;
}

.ibn-promo-copy {
  padding-right: 30px;
}

.ibn-promo-kicker {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.ibn-promo-headline {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  color: #2d2d2d;
}

.ibn-promo-highlight {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.ibn-promo-text {
  margin: 0 0 28px;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.75;
  color: #888;
}

.ibn-promo-link {
  position: relative;
  isolation: isolate;
  display: inline-block;
  overflow: hidden;
  padding: 14px 34px;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ibn-promo-link::before,
.ibn-promo-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 0.45s ease;
}

.ibn-promo-link::before {
  z-index: -2;
  background: linear-gradient(135deg, #12355E 0%, #355F8F 28%, #8E4A72 58%, #D9577F 82%, #E97898 100%);
  opacity: 1;
}

.ibn-promo-link::after {
  z-index: -1;
  background: linear-gradient(135deg, #1E4B78 0%, #4A6FA8 24%, #C9567D 56%, #E66D90 80%, #F08FAA 100%);
  opacity: 0;
}

.ibn-promo-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(217, 87, 127, 0.34);
}

.ibn-promo-link:hover::after {
  opacity: 1;
}

.ibn-promo-visual {
  position: relative;
}

.ibn-promo-photo-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.ibn-promo-photo-block .ibn-color-palette-group {
  justify-content: center;
}

.ibn-promo-photo {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: min(100%, 520px);
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
}

.ibn-promo-photo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.16));
}

.ibn-promo-step {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 88px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  color: #111;
}

.ibn-promo-step-bubble {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  z-index: 1;
}

.ibn-promo-step-glyph {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 24px;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  direction: ltr;
  shape-rendering: geometricPrecision;
  transition: color 0.35s ease, transform 0.35s ease;
}

.ibn-promo-step--prev {
  left: 28px;
}

.ibn-promo-step--next {
  right: 28px;
}

.ibn-promo-step--prev .ibn-promo-step-bubble {
  left: 0;
}

.ibn-promo-step--next .ibn-promo-step-bubble {
  right: 0;
}

.ibn-promo-step:hover {
  color: #fff;
}

.ibn-promo-step:hover .ibn-promo-step-bubble {
  background: #ff4b3e;
  box-shadow: 0 6px 22px rgba(255, 75, 62, 0.35);
  transform: translateY(-50%) scale(1.04);
}

.ibn-promo-step--next:hover .ibn-promo-step-glyph {
  transform: translateY(-50%) translateX(5px);
}

.ibn-promo-step--prev:hover .ibn-promo-step-glyph {
  transform: translateY(-50%) translateX(-5px);
}

.ibn-promo-track .ibn-promo-fx {
  opacity: 0;
}

.ibn-promo-track .carousel-item.active .ibn-promo-fx {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.ibn-promo-track .carousel-item.active .ibn-promo-fx[data-motion="from-left"] {
  animation-name: ibnPromoFromLeft;
}

.ibn-promo-track .carousel-item.active .ibn-promo-fx[data-motion="from-right"] {
  animation-name: ibnPromoFromRight;
}

.ibn-promo-track .carousel-item.active .ibn-promo-fx[data-motion="from-bottom"] {
  animation-name: ibnPromoFromBottom;
}

@keyframes ibnPromoFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ibnPromoFromRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ibnPromoFromBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 991px) {
  .ibn-promo-layout {
    min-height: auto;
    padding: 40px 0 30px;
  }

  .ibn-promo-copy {
    padding-right: 12px;
    margin-bottom: 24px;
    text-align: center;
  }

  .ibn-promo-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .ibn-promo-photo-block {
    min-height: 260px;
  }

  .ibn-promo-step--prev {
    left: 10px;
  }

  .ibn-promo-step--next {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ibn-promo-kicker,
  .ibn-promo-highlight,
  .ibn-promo-text,
  .ibn-home-video-banner .ibn-promo-kicker,
  .ibn-home-video-banner .ibn-promo-highlight,
  .ibn-home-video-banner .ibn-promo-text {
    display: none !important;
  }

  .ibn-promo-headline,
  .ibn-home-video-banner .ibn-promo-headline {
    margin-bottom: 20px;
  }

  .ibn-promo-link,
  .ibn-home-video-banner .ibn-promo-link {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .ibn-promo-step {
    width: 72px;
    height: 46px;
  }

  .ibn-promo-step-bubble {
    width: 46px;
    height: 46px;
  }

  .ibn-promo-step-glyph {
    height: 20px;
  }

  .ibn-promo-headline {
    font-size: 28px;
  }

  .ibn-promo-highlight {
    font-size: 17px;
  }

  .ibn-promo-link {
    padding: 12px 26px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# ABOUT US - Elite Shop style
--------------------------------------------------------------*/
.ibn-about-area {
  padding: 90px 0;
  background: #fff;
  overflow: visible;
}

.ibn-about-row {
  position: relative;
  overflow: visible;
}

.ibn-about-col-photo {
  overflow: visible;
}

.ibn-about-col-photo,
.ibn-about-col-content {
  position: relative;
  z-index: 1;
}

.ibn-about-photo {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
}

.ibn-about-photo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  background: #fff;
  border-radius: 16px;
}

.ibn-about-content {
  padding-left: clamp(12px, 3vw, 32px);
  padding-right: 0;
}

.ibn-about-heading {
  margin: 0 0 20px;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  color: #12355E;
}

.ibn-about-text {
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.95;
  color: #95a5a6;
}

.ibn-about-detail {
  font-size: 14px;
  line-height: 1.95;
  color: #95a5a6;
}

.ibn-about-detail > :first-child {
  margin-top: 0;
}

.ibn-about-detail > :last-child {
  margin-bottom: 0;
}

.ibn-about-detail h3 {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  color: #D9577F !important;
}

.ibn-about-detail h3 span,
.ibn-about-detail h3 font {
  color: #D9577F !important;
}

.ibn-about-detail p {
  margin: 0 0 24px;
}

.ibn-about-detail strong,
.ibn-about-detail b {
  color: #2d3436;
  font-weight: 600;
}

.ibn-about-features {
  margin-bottom: 0;
}

.ibn-about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ibn-about-feature + .ibn-about-feature {
  margin-top: 24px;
}

.ibn-about-feature-icon {
  flex: 0 0 18px;
  width: 18px;
  margin-top: 4px;
  color: #2d3436;
  font-size: 13px;
  line-height: 1;
}

.ibn-about-feature-title {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #2d3436;
}

.ibn-about-feature-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #95a5a6;
}

.ibn-color-palette-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 100%;
}

.ibn-color-palette {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}

.ibn-color-palette-swatches {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ibn-color-palette-swatch {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.ibn-color-palette-gradient {
  width: 14px;
  align-self: stretch;
  min-height: 160px;
  margin-top: 0;
  border-radius: 999px;
  background: var(--ibn-palette-gradient-side, linear-gradient(to bottom, #808c97, #b07054));
}

@media only screen and (min-width: 992px) {
  .ibn-about-col-photo {
    text-align: left;
  }

  .ibn-color-palette-group {
    justify-content: flex-start;
  }

  .ibn-about-photo {
    margin: 0;
  }

  .ibn-about-content {
    padding-left: clamp(16px, 2vw, 28px);
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .ibn-about-area {
    padding: 56px 0;
  }

  .ibn-about-col-photo {
    text-align: center;
  }

  .ibn-color-palette-group {
    gap: 18px;
  }

  .ibn-color-palette-swatch {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .ibn-about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .ibn-about-text {
    max-width: none;
  }
}

@media only screen and (max-width: 575px) {
  .ibn-about-area {
    padding: 44px 0;
  }

  .ibn-color-palette-group {
    flex-direction: column;
    gap: 20px;
  }

  .ibn-color-palette {
    flex-direction: column;
    gap: 12px;
  }

  .ibn-color-palette-swatches {
    flex-direction: row;
    gap: 10px;
  }

  .ibn-color-palette-swatch {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .ibn-color-palette-gradient {
    width: 100%;
    max-width: 250px;
    align-self: auto;
    min-height: 0;
    height: 12px;
    border-radius: 999px;
    background: var(--ibn-palette-gradient-bar, linear-gradient(to right, #808c97, #b07054));
  }

  .ibn-about-heading {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .ibn-about-text {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .ibn-about-feature + .ibn-about-feature {
    margin-top: 18px;
  }
}

/*--------------------------------------------------------------
# SECTORS - Homepage
--------------------------------------------------------------*/
.ibn-sectors-area {
  padding: 50px 0 25px;
  background: #f8f9fb;
  width: 98%;
  margin-left: 1%;
  border-radius: 10px;
}

.ibn-sectors-head {
  margin-bottom: 40px;
}

.ibn-sectors-heading {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #12355E;
}

.ibn-sectors-carousel-wrap {
  position: relative;
  width: 98%;
  margin-left: 1%;
}

.ibn-sectors-track {
  position: relative;
  padding: 0 0 36px;
}

.ibn-sectors-track .carousel-inner {
  overflow: hidden;
}

.ibn-sectors-track .carousel-item {
  transition: transform 0.7s ease-in-out;
}

.ibn-sector-row {
  margin: 0;
}

.ibn-sector-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ibn-sector-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibn-sector-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  line-height: 0;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(18, 53, 94, 0.06);
}

.ibn-sector-photo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: center;
}

.ibn-sector-title {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

.ibn-sector-title a {
  color: #12355E;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-sector-title a:hover {
  color: #D9577F;
}

.ibn-sector-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.75;
  color: #888;
}

.ibn-sector-link {
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 12px;
}

.ibn-sectors-indicators {
  position: static;
  margin: 28px 0 0;
  gap: 8px;
}

.ibn-sectors-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #c5ced8;
  opacity: 1;
  transition: background-color 0.25s ease, transform 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.ibn-sectors-indicators [data-bs-target].active {
  background-color: #12355E;
  transform: scale(1.15);
  width: 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .ibn-sectors-track {
    padding-bottom: 32px;
  }

  .ibn-sectors-step.ibn-promo-step--prev {
    left: 10px;
  }

  .ibn-sectors-step.ibn-promo-step--next {
    right: 10px;
  }

  .ibn-sector-photo {
    min-height: 220px;
    padding: 22px;
  }

  .ibn-sector-photo-img {
    max-height: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .ibn-sectors-area {
    padding: 56px 0 64px;
  }

  .ibn-sectors-head {
    margin-bottom: 28px;
  }

  .ibn-sectors-track {
    padding-bottom: 28px;
  }

  .ibn-sectors-step {
    display: none;
  }

  .ibn-sector-content {
    margin-bottom: 8px;
  }

  .ibn-sectors-indicators {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# SECTORS - Listing page (/sektorler)
--------------------------------------------------------------*/
.ibn-sectors-page {
  padding: 50px 0 70px;
  background: #f8f9fb;
  width: 98%;
  margin: 0 auto 40px;
  border-radius: 10px;
}

.ibn-sectors-page-head {
  margin-bottom: 40px;
}

.ibn-sectors-page-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-sectors-page-heading {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #12355E;
}

.ibn-sectors-page-grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.ibn-sectors-page-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(18, 53, 94, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ibn-sectors-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(18, 53, 94, 0.12);
}

.ibn-sectors-page-media {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  background: #eef2f7;
  text-decoration: none;
}

.ibn-sectors-page-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #12355E, #D9577F);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.ibn-sectors-page-card:hover .ibn-sectors-page-media::after {
  opacity: 1;
}

.ibn-sectors-page-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.ibn-sectors-page-card:hover .ibn-sectors-page-media-img {
  transform: scale(1.04);
}

.ibn-sectors-page-index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(18, 53, 94, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.ibn-sectors-page-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 26px 28px;
}

.ibn-sectors-page-title {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.ibn-sectors-page-title a {
  color: #12355E;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-sectors-page-title a:hover {
  color: #D9577F;
}

.ibn-sectors-page-text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #888;
}

.ibn-sectors-page-link {
  margin-top: auto;
  align-self: flex-start;
}

.ibn-sectors-page-empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #888;
}

@media only screen and (max-width: 767px) {
  .ibn-sectors-page {
    width: 100%;
    border-radius: 0;
    padding: 36px 0 48px;
  }

  .ibn-sectors-page-head {
    margin-bottom: 28px;
  }

  .ibn-sectors-page-media {
    height: 230px;
  }
}

/*--------------------------------------------------------------
# PRODUCTS - Shop listing
--------------------------------------------------------------*/
.ibn-products-shop {
  padding: 36px 0 64px;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%);
}

.ibn-products-shop .col-lg-3 {
  position: relative;
}

.ibn-products-sidebar {
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(18, 53, 94, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(18, 53, 94, 0.06);
  overflow: hidden;
}

.ibn-products-sidebar-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 18px 20px;
}

.ibn-products-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(18, 53, 94, 0.08);
  background: linear-gradient(135deg, rgba(18, 53, 94, 0.04) 0%, rgba(217, 87, 127, 0.05) 100%);
}

.ibn-products-sidebar-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #12355E;
}

.ibn-products-sidebar-toggle {
  display: none;
  border: 1px solid rgba(18, 53, 94, 0.14);
  background: #fff;
  color: #12355E;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

.ibn-products-search-form {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(18, 53, 94, 0.08);
}

.ibn-products-search-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #12355E;
}

.ibn-products-search-row {
  display: flex;
  gap: 8px;
}

.ibn-products-search-input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(18, 53, 94, 0.12);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: #12355E;
  background: #fbfcfe;
}

.ibn-products-search-input:focus {
  outline: none;
  border-color: #D9577F;
  box-shadow: 0 0 0 3px rgba(217, 87, 127, 0.12);
}

.ibn-products-search-button {
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  background: linear-gradient(135deg, #12355E 0%, #D9577F 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ibn-products-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ibn-products-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(217, 87, 127, 0.1);
  color: #12355E;
  font-size: 12px;
  font-weight: 600;
}

.ibn-products-clear-filters {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #D9577F;
  text-decoration: none;
}

.ibn-products-clear-filters:hover {
  color: #12355E;
}

.ibn-products-filter-block + .ibn-products-filter-block {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 53, 94, 0.08);
}

.ibn-products-filter-heading {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #12355E;
}

.ibn-products-brand-search-wrap {
  margin-bottom: 12px;
}

.ibn-products-brand-search {
  width: 100%;
  border: 1px solid rgba(18, 53, 94, 0.12);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: #12355E;
  background: #fbfcfe;
}

.ibn-products-brand-search:focus {
  outline: none;
  border-color: #D9577F;
  box-shadow: 0 0 0 3px rgba(217, 87, 127, 0.12);
}

.ibn-products-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ibn-products-category-list {
  max-height: none;
  overflow: visible;
}

.ibn-products-brand-list {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.ibn-products-sidebar-body::-webkit-scrollbar {
  width: 6px;
}

.ibn-products-sidebar-body::-webkit-scrollbar-thumb {
  background: rgba(18, 53, 94, 0.18);
  border-radius: 999px;
}

.ibn-products-filter-list li + li {
  margin-top: 2px;
}

.ibn-products-filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #4b5d73;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
  transition: background 0.2s ease, color 0.2s ease;
}

.ibn-products-filter-link:hover {
  background: rgba(18, 53, 94, 0.06);
  color: #12355E;
}

.ibn-products-filter-link.is-active {
  background: linear-gradient(135deg, rgba(18, 53, 94, 0.1) 0%, rgba(217, 87, 127, 0.12) 100%);
  color: #12355E;
  font-weight: 700;
}

.ibn-products-filter-count {
  min-width: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(18, 53, 94, 0.08);
  color: #12355E;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.ibn-products-main-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.ibn-products-main-eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-products-main-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  color: #12355E;
}

.ibn-products-main-meta {
  margin: 0;
  color: #667788;
  font-size: 14px;
  white-space: nowrap;
}

.ibn-products-grid {
  --bs-gutter-y: 1.25rem;
}

.ibn-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(18, 53, 94, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(18, 53, 94, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ibn-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(18, 53, 94, 0.1);
}

.ibn-product-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f7 100%);
  padding: 18px;
}

.ibn-product-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.ibn-product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.ibn-product-card-category {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-product-card-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.ibn-product-card-title a {
  color: #12355E;
  text-decoration: none;
}

.ibn-product-card-title a:hover {
  color: #D9577F;
}

.ibn-product-card-text {
  margin: 0 0 16px;
  color: #667788;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.ibn-product-card-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #12355E 0%, #1f4f86 55%, #D9577F 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ibn-product-card-link:hover {
  color: #fff;
  opacity: 0.92;
}

.ibn-products-pagination {
  margin-top: 34px;
}

.ibn-products-pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ibn-products-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(18, 53, 94, 0.12);
  background: #fff;
  color: #12355E;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ibn-products-pagination-link:hover {
  border-color: #D9577F;
  color: #D9577F;
}

.ibn-products-pagination-link.is-active {
  background: linear-gradient(135deg, #12355E 0%, #D9577F 100%);
  border-color: transparent;
  color: #fff;
}

.ibn-products-pagination-link.is-disabled,
.ibn-products-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  color: #99a7b5;
  font-weight: 600;
}

.ibn-products-empty {
  padding: 48px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(18, 53, 94, 0.16);
  border-radius: 18px;
}

.ibn-products-empty p {
  margin-bottom: 16px;
  color: #667788;
}

@media only screen and (max-width: 991px) {
  .ibn-products-sidebar {
    position: static;
  }

  .ibn-products-sidebar-toggle {
    display: inline-flex;
  }

  .ibn-products-sidebar-body {
    display: none;
  }

  .ibn-products-sidebar-body.is-open {
    display: block;
  }

  .ibn-products-main-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibn-products-main-meta {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .ibn-products-shop {
    padding: 24px 0 48px;
  }

  .ibn-product-card-title {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# SECTORS - Detail page (blog-style)
--------------------------------------------------------------*/
.ibn-sector-article {
  padding: 36px 0 56px;
}

.ibn-sector-article-media {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f6fa;
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.08);
}

.ibn-sector-article-cover {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.ibn-sector-article-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf2;
}

.ibn-sector-article-title {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  color: #12355E;
}

.ibn-sector-article-meta {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-sector-article-content {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.ibn-sector-article-content > :first-child {
  margin-top: 0;
}

.ibn-sector-article-content > :last-child {
  margin-bottom: 0;
}

.ibn-sector-article-content img,
.ibn-sector-article-content iframe,
.ibn-sector-article-content video,
.ibn-sector-article-content embed,
.ibn-sector-article-content object {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 24px auto;
  border-radius: 10px;
}

.ibn-sector-article-content table {
  display: block;
  width: 100% !important;
  max-width: 100%;
  overflow-x: auto;
}

.ibn-sector-article-content h1,
.ibn-sector-article-content h2,
.ibn-sector-article-content h3,
.ibn-sector-article-content h4 {
  color: #12355E;
  font-weight: 700;
  line-height: 1.35;
  margin: 1.5em 0 0.75em;
}

.ibn-sector-article-content a {
  color: #D9577F;
  text-decoration: none;
}

.ibn-sector-article-content a:hover {
  color: #12355E;
}

.ibn-sector-related {
  padding: 48px 0 72px;
  background: #f8f9fb;
  width: 98%;
  margin: 0 auto 40px;
  border-radius: 10px;
}

.ibn-sector-related-head {
  margin-bottom: 32px;
  text-align: center;
}

.ibn-sector-related-heading {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #12355E;
}

.ibn-sector-related-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.ibn-sector-related-grid > [class*='col-'] {
  display: flex;
}

.ibn-sector-related-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(18, 53, 94, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ibn-sector-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(18, 53, 94, 0.12);
}

.ibn-sector-related-media {
  display: block;
  height: 190px;
  overflow: hidden;
  background: #eef2f7;
}

.ibn-sector-related-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.ibn-sector-related-card:hover .ibn-sector-related-media-img {
  transform: scale(1.04);
}

.ibn-sector-related-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 20px;
}

.ibn-sector-related-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #12355E;
}

.ibn-sector-related-card:hover .ibn-sector-related-title {
  color: #D9577F;
}

.ibn-sector-related-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.55;
  color: #888;
}

@media only screen and (max-width: 767px) {
  .ibn-sector-article {
    padding: 24px 0 40px;
  }

  .ibn-sector-article-cover {
    max-height: 240px;
  }

  .ibn-sector-related {
    width: 100%;
    border-radius: 0;
    padding: 36px 0 48px;
  }

  .ibn-sector-related-media {
    height: 170px;
  }
}

/*--------------------------------------------------------------
# AR-GE - Homepage grid carousel
--------------------------------------------------------------*/
.ibn-arge-area {
  padding: 80px 0 40px;
  background: #fff;
}

.ibn-arge-head {
  margin-bottom: 40px;
}

.ibn-arge-heading {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #12355E;
}

.ibn-arge-carousel-wrap {
  position: relative;
  width: 98%;
  margin-left: 1%;
}

.ibn-arge-shell {
  position: relative;
}

.ibn-arge-track {
  position: relative;
  padding: 0 0 36px;
}

.ibn-arge-track.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.ibn-arge-track.owl-carousel .owl-item {
  display: flex;
}

.ibn-arge-slide {
  width: 100%;
  height: 100%;
}

.ibn-arge-track.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
}

.ibn-arge-track.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: #c5ced8 !important;
  transition: background-color 0.25s ease, transform 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.ibn-arge-track.owl-carousel .owl-dots .owl-dot.active {
  width: 35px;
  border-radius: 10px;
  background: #12355E !important;
  transform: scale(1.05);
}

.ibn-arge-track.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.ibn-arge-carousel-wrap .ibn-arge-step {
  display: none !important;
}

.ibn-arge-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f9fb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(18, 53, 94, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ibn-arge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(18, 53, 94, 0.1);
}

.ibn-arge-photo {
  display: block;
  width: 100%;
  height: 340px;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 0;
  text-decoration: none;
  overflow: hidden;
}

.ibn-arge-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: top center;
}

.ibn-arge-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px 22px;
}

.ibn-arge-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.ibn-arge-title a {
  color: #12355E;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-arge-title a:hover {
  color: #D9577F;
}

.ibn-arge-text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.65;
  color: #888;
}

.ibn-arge-link {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 18px;
  font-size: 11px;
}

@media only screen and (max-width: 991px) {
  .ibn-arge-track {
    padding-bottom: 32px;
  }

  .ibn-arge-step.ibn-promo-step--prev {
    left: 10px;
  }

  .ibn-arge-step.ibn-promo-step--next {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ibn-arge-area {
    padding: 56px 0 32px;
  }

  .ibn-arge-head {
    margin-bottom: 28px;
  }

  .ibn-arge-carousel-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 12px;
  }

  .ibn-arge-track {
    padding-bottom: 28px;
  }

  .ibn-arge-step {
    display: none;
  }

  .ibn-arge-photo {
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Good to Great - Homepage features
--------------------------------------------------------------*/
.ibn-gtg-area {
  width: 98%;
  margin-left: 1%;
  padding: 80px 0;
  background: #f8f9fb;
  border-radius: 10px;
}

.ibn-gtg-head {
  margin-bottom: 24px;
}

.ibn-gtg-eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-gtg-heading {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #12355E;
}

.ibn-gtg-grid {
  margin-top: 0;
}

.ibn-gtg-features {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ibn-gtg-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.ibn-gtg-feature--left {
  flex-direction: row-reverse;
  text-align: right;
}

.ibn-gtg-feature--right {
  flex-direction: row;
  text-align: left;
}

.ibn-gtg-feature-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12355E 0%, #1f4f86 55%, #D9577F 100%);
  box-shadow: 0 10px 24px rgba(18, 53, 94, 0.18);
  color: #fff;
  font-size: 22px;
}

.ibn-gtg-feature-copy {
  flex: 1;
  min-width: 0;
}

.ibn-gtg-feature-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #12355E;
}

.ibn-gtg-feature-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #7a8494;
}

.ibn-gtg-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.ibn-gtg-media-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .ibn-gtg-area {
    padding: 56px 0;
  }

  .ibn-gtg-head {
    margin-bottom: 20px;
  }

  .ibn-gtg-col--media {
    order: -1;
  }

  .ibn-gtg-features {
    gap: 28px;
  }

  .ibn-gtg-feature--left,
  .ibn-gtg-feature--right {
    flex-direction: row;
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Stats band - Homepage counters
--------------------------------------------------------------*/
.ibn-stats-area {
  padding: 72px 0;
  background: #fff;
}

.ibn-stats-heading {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  color: #12355E;
}

.ibn-stats-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #7a8494;
}

.ibn-stat-card {
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  background: #f8f9fb;
  border: 1px solid rgba(18, 53, 94, 0.06);
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ibn-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 87, 127, 0.22);
  box-shadow: 0 16px 32px rgba(18, 53, 94, 0.08);
}

.ibn-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #12355E 0%, #1f4f86 55%, #D9577F 100%);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 22px rgba(18, 53, 94, 0.18);
}

.ibn-stat-number {
  margin: 0 0 8px;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #12355E;
}

.ibn-stat-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: #5f6b7a;
}

@media only screen and (max-width: 991px) {
  .ibn-stats-area {
    padding: 56px 0;
  }

  .ibn-stats-intro {
    text-align: center;
  }

  .ibn-stat-card {
    padding: 24px 18px;
  }
}

/*--------------------------------------------------------------
# Services - Homepage dark band grid
--------------------------------------------------------------*/
.ibn-services-area {
  position: relative;
  padding: 50px 0 75px;
  background: linear-gradient(135deg, #12355E 0%, #0f2847 52%, #1a3f6b 100%);
  overflow: hidden;
  width: 98%;
  margin-left: 1%;
  border-radius: 10px;
}

.ibn-services-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 87, 127, 0.18) 0%, transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.06) 0%, transparent 36%);
  pointer-events: none;
}

.ibn-services-area > .container {
  position: relative;
  z-index: 1;
}

.ibn-services-head {
  margin-bottom: 40px;
}

.ibn-services-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3a5bb;
}

.ibn-services-heading {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
}

.ibn-services-grid {
  margin-top: 0;
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.ibn-services-grid > [class*='col-'] {
  display: flex;
}

.ibn-service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(8, 20, 38, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ibn-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(8, 20, 38, 0.34);
}

.ibn-service-media {
  position: relative;
  display: block;
  height: 170px;
  overflow: hidden;
  text-decoration: none;
}

.ibn-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 53, 94, 0) 35%, rgba(18, 53, 94, 0.35) 100%);
  transition: opacity 0.35s ease;
}

.ibn-service-card:hover .ibn-service-media::after {
  opacity: 0.85;
}

.ibn-service-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.ibn-service-card:hover .ibn-service-media-img {
  transform: scale(1.06);
}

.ibn-service-index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #12355E;
}

.ibn-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px 22px 20px;
}

.ibn-service-title {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.ibn-service-title a {
  color: #12355E;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-service-title a:hover {
  color: #D9577F;
}

.ibn-service-text {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #7a8494;
}

.ibn-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #D9577F;
  transition: gap 0.25s ease, color 0.25s ease;
}

.ibn-service-link i {
  font-size: 11px;
  transition: transform 0.25s ease;
}

.ibn-service-link:hover {
  color: #12355E;
  gap: 12px;
}

.ibn-service-link:hover i {
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  .ibn-services-area {
    padding: 64px 0 56px;
  }

  .ibn-services-head {
    margin-bottom: 28px;
  }

  .ibn-service-media {
    height: 155px;
  }
}

/*--------------------------------------------------------------
# References - Homepage logo carousel
--------------------------------------------------------------*/
.ibn-references-area {
  padding: 56px 0 64px;
  background: #fff;
}

.ibn-references-head {
  margin-bottom: 28px;
}

.ibn-references-heading {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8ebf0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8494;
}

.ibn-references-carousel-wrap {
  padding: 8px 0 0;
}

.ibn-references-track.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.ibn-references-track.owl-carousel .owl-item {
  display: flex;
  align-items: center;
}

.ibn-reference-slide {
  width: 100%;
}

.ibn-reference-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 12px 16px;
}

.ibn-reference-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(15%);
  opacity: 0.92;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.ibn-reference-slide:hover .ibn-reference-logo-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

.ibn-references-track.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
}

.ibn-references-track.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: #c5ced8 !important;
  transition: background-color 0.25s ease, transform 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.ibn-references-track.owl-carousel .owl-dots .owl-dot.active {
  width: 34px;
  border-radius: 10px;
  background: #12355E !important;
  transform: scale(1.05);
}

.ibn-references-track.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ibn-references-area {
    padding: 44px 0 52px;
  }

  .ibn-reference-logo {
    min-height: 76px;
    padding: 10px 12px;
  }

  .ibn-reference-logo-img {
    max-height: 60px;
  }
}

/*--------------------------------------------------------------
# References - Listing page (/referanslar)
--------------------------------------------------------------*/
.ibn-references-page {
  padding: 50px 0 70px;
  background: #f8f9fb;
  width: 98%;
  margin: 0 auto 40px;
  border-radius: 10px;
}

.ibn-references-page-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.ibn-references-page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(18, 53, 94, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.ibn-references-page-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(18, 53, 94, 0.12);
}

.ibn-references-page-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ibn-references-page-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(20%);
  opacity: 0.9;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.ibn-references-page-item:hover .ibn-references-page-logo-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.ibn-references-page-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #888;
}

@media only screen and (max-width: 1199px) {
  .ibn-references-page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .ibn-references-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ibn-references-page-item {
    min-height: 108px;
    padding: 16px 12px;
  }

  .ibn-references-page-logo-img {
    max-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ibn-references-page {
    width: 100%;
    border-radius: 0;
    padding: 36px 0 48px;
  }

  .ibn-references-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

/*--------------------------------------------------------------
# Blog - Homepage cards
--------------------------------------------------------------*/
.ibn-blog-area {
  padding: 56px 0 64px;
  background: #fff;
}

.ibn-blog-head {
  margin-bottom: 32px;
}

.ibn-blog-heading {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8494;
}

.ibn-blog-grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  margin-top: 0;
}

.ibn-blog-grid > [class*='col-'] {
  display: flex;
}

.ibn-blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f8f9fb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(18, 53, 94, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ibn-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(18, 53, 94, 0.1);
}

.ibn-blog-media {
  display: block;
  height: 220px;
  overflow: hidden;
  text-decoration: none;
}

.ibn-blog-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.ibn-blog-card:hover .ibn-blog-media-img {
  transform: scale(1.05);
}

.ibn-blog-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px;
}

.ibn-blog-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.ibn-blog-title a {
  color: #12355E;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-blog-title a:hover {
  color: #D9577F;
}

.ibn-blog-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 12px;
  color: #b2bec3;
}

.ibn-blog-meta i {
  font-size: 11px;
}

.ibn-blog-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #7a8494;
}

.ibn-blog-link {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 18px;
  font-size: 11px;
}

@media only screen and (max-width: 991px) {
  .ibn-blog-area {
    padding: 44px 0 52px;
  }

  .ibn-blog-head {
    margin-bottom: 24px;
  }

  .ibn-blog-media {
    height: 200px;
  }
}

/*--------------------------------------------------------------
# Contact CTA - Homepage
--------------------------------------------------------------*/
.ibn-contact-cta {
  padding: 56px 0 72px;
  background: #f8f9fb;
  width: 98%;
  margin-left: 1%;
  border-radius: 10px;
}

.ibn-contact-cta-head {
  margin-bottom: 36px;
}

.ibn-contact-cta-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-contact-cta-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  color: #12355E;
}

.ibn-contact-cta-subtitle {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #667085;
}

.ibn-contact-cta-grid {
  align-items: stretch;
}

.ibn-contact-cta-grid > [class*='col-'] {
  display: flex;
}

.ibn-contact-cta-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
  border: 1px solid rgba(18, 53, 94, 0.06);
}

.ibn-contact-cta-panel--form {
  padding: 20px 20px 18px;
}

.ibn-contact-cta-panel--info .ibn-contact-cta-list {
  flex: 1 1 auto;
}

.ibn-contact-cta-form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ibn-contact-cta-form-grid {
  flex: 1 1 auto;
  align-content: flex-start;
  min-height: 0;
  margin-top: 0;
  width: 100%;
}

.ibn-contact-cta-form-grid > .ibn-contact-cta-message-field {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  min-height: 120px;
}

.ibn-contact-cta-message-field textarea {
  flex: 1 1 auto;
  min-height: 110px;
  resize: none;
}

.ibn-contact-cta-form-actions {
  flex: 0 0 auto;
}

.ibn-contact-cta-panel-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #12355E;
}

.ibn-contact-cta-panel--form .ibn-contact-cta-panel-title {
  margin-bottom: 14px;
}

.ibn-contact-cta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ibn-contact-cta-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ibn-contact-cta-list li + li {
  margin-top: 14px;
}

.ibn-contact-cta-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #12355E 0%, #1f4f86 100%);
  color: #fff;
  font-size: 16px;
}

.ibn-contact-cta-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #98a2b3;
}

.ibn-contact-cta-list a,
.ibn-contact-cta-text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #344054;
  text-decoration: none;
}

.ibn-contact-cta-list a:hover {
  color: #D9577F;
}

.ibn-contact-cta-field-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #475467;
}

.ibn-contact-cta-input {
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ibn-contact-cta-input:focus {
  border-color: #12355E;
  box-shadow: 0 0 0 0.2rem rgba(18, 53, 94, 0.12);
}

.ibn-contact-cta-check {
  margin: 0;
  flex: 1 1 220px;
}

.ibn-contact-cta-check .form-check-label {
  font-size: 12px;
  color: #667085;
  line-height: 1.45;
}

.ibn-contact-cta-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 2px;
}

.ibn-contact-cta-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #12355E 0%, #1f4f86 55%, #D9577F 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.ibn-contact-cta-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(18, 53, 94, 0.22);
  color: #fff;
}

.ibn-contact-cta-alert {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.ibn-contact-cta-alert.is-success {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #abefc6;
}

.ibn-contact-cta-alert.is-error {
  background: #fef3f2;
  color: #b42318;
  border: 1px solid #fecdca;
}

.ibn-contact-cta-panel--map {
  min-height: 100%;
}

.ibn-contact-cta-map {
  flex: 1 1 auto;
  height: auto;
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f7;
}

.ibn-contact-cta-panel--map .ibn-contact-cta-map {
  flex: 1 1 auto;
}

.ibn-contact-cta-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ibn-contact-cta-map--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: #98a2b3;
}

.ibn-contact-cta-map--empty i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #12355E;
}

.ibn-contact-cta-map--empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .ibn-contact-cta {
    padding: 44px 0 52px;
  }

  .ibn-contact-cta-head {
    margin-bottom: 28px;
  }

  .ibn-contact-cta-grid > [class*='col-'] {
    display: block;
  }

  .ibn-contact-cta-panel {
    height: auto;
    min-height: 0;
  }

  .ibn-contact-cta-form,
  .ibn-contact-cta-form-grid,
  .ibn-contact-cta-form-grid > .ibn-contact-cta-message-field {
    display: block;
  }

  .ibn-contact-cta-form-grid > .ibn-contact-cta-message-field {
    min-height: 0;
  }

  .ibn-contact-cta-message-field textarea {
    min-height: 96px;
  }

  .ibn-contact-cta-map {
    min-height: 200px;
    height: 200px;
  }

  .ibn-contact-cta-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .ibn-contact-cta-submit {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Contact page (/iletisim)
--------------------------------------------------------------*/
.ibn-contact-page {
  padding: 50px 0 60px;
}

.ibn-contact-page .ibn-contact-cta-panel--info,
.ibn-contact-page .ibn-contact-cta-panel--form {
  height: 100%;
}

.ibn-contact-page .ibn-contact-cta-panel--info {
  display: flex;
  flex-direction: column;
}

.ibn-contact-page .ibn-contact-cta-form-grid > .ibn-contact-cta-message-field {
  flex: 1 1 auto;
  min-height: 88px;
}

.ibn-contact-page .ibn-contact-cta-message-field textarea {
  min-height: 80px;
}

.ibn-contact-page-social {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 53, 94, 0.08);
}

.ibn-contact-page-social-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #12355E;
}

.ibn-contact-page-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ibn-contact-page-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #12355E;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.ibn-contact-page-social-links a:hover {
  background: #D9577F;
  transform: translateY(-2px);
  color: #fff;
}

.ibn-contact-page-building-row {
  margin-top: 28px;
}

.ibn-contact-page-building {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 94, 0.08);
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
  background: #fff;
}

.ibn-contact-page-building img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
}

.ibn-contact-page-map {
  padding: 0 0 60px;
}

.ibn-contact-page-map .ibn-contact-cta-panel--map {
  padding: 22px 20px 20px;
  min-height: 0;
}

.ibn-contact-page-map .ibn-contact-cta-map {
  height: 420px;
  min-height: 420px;
  flex: 0 0 auto;
}

.ibn-contact-page-map .ibn-contact-cta-map iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 991px) {
  .ibn-contact-page {
    padding: 36px 0 48px;
  }

  .ibn-contact-page-map {
    padding-bottom: 48px;
  }

  .ibn-contact-page-map .ibn-contact-cta-map {
    height: 320px;
    min-height: 320px;
  }

  .ibn-contact-page-building img {
    max-height: 280px;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.ibn-page-content {
  padding: 50px 0 10px;
}

.ibn-team-area {
  padding: 70px 0;
  background: #f8fafc;
}

.ibn-team-area--page {
  padding: 40px 0 70px;
  margin-top: 10px;
}

.ibn-team-head {
  margin-bottom: 40px;
}

.ibn-team-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D9577F;
}

.ibn-team-heading {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #12355E;
}

.ibn-team-card {
  height: 100%;
  padding: 24px 22px 22px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(18, 53, 94, 0.06);
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ibn-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(18, 53, 94, 0.12);
}

.ibn-team-photo-wrap {
  width: min(100%, 200px);
  height: 220px;
  margin: 0 auto 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 94, 0.08);
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f7 100%);
  box-shadow: 0 8px 20px rgba(18, 53, 94, 0.08);
}

.ibn-team-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ibn-team-name {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #12355E;
}

.ibn-team-title {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #667085;
}

.ibn-team-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ibn-team-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 53, 94, 0.08);
}

.ibn-team-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #12355E;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ibn-team-contact-link:hover {
  background: #D9577F;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(217, 87, 127, 0.25);
}

.ibn-team-contact-link.is-whatsapp {
  background: #25D366;
}

.ibn-team-contact-link.is-whatsapp:hover {
  background: #1ebe57;
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.28);
}

.ibn-team-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.55;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ibn-team-social-link:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.ibn-team-social-link.is-facebook {
  color: #1877F2;
}

.ibn-team-social-link.is-x {
  color: #111827;
}

.ibn-team-social-link.is-linkedin {
  color: #0A66C2;
}

.ibn-team-social-link.is-instagram {
  color: #E4405F;
}

@media only screen and (max-width: 991px) {
  .ibn-page-content {
    padding: 36px 0 8px;
  }

  .ibn-team-area {
    padding: 52px 0;
  }

  .ibn-team-area--page {
    padding: 28px 0 52px;
  }

  .ibn-team-head {
    margin-bottom: 28px;
  }
}

.ibn-product-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

/*--------------------------------------------------------------
# Product detail
--------------------------------------------------------------*/
.ibn-product-detail {
  padding: 50px 0 70px;
}

.ibn-product-detail-media {
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f7 100%);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 94, 0.06);
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
  padding: 18px;
}

.ibn-product-detail-cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 18px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
}

.ibn-product-detail-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ibn-product-detail-docs--inline {
  margin-top: 0;
  padding: 20px 18px 22px;
  border-top: 1px solid rgba(18, 53, 94, 0.08);
  background: rgba(18, 53, 94, 0.02);
}

.ibn-product-detail-doc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 140px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  background: #12355E;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.ibn-product-detail-doc-btn:hover {
  background: #D9577F;
  color: #fff;
  transform: translateY(-2px);
}

.ibn-product-detail-doc-btn.is-disabled {
  background: #c5ced8;
  color: #fff;
  cursor: not-allowed;
  transform: none;
}

.ibn-product-detail-panel {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(18, 53, 94, 0.06);
  box-shadow: 0 12px 32px rgba(18, 53, 94, 0.08);
  overflow: hidden;
}

.ibn-product-detail-specs {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.ibn-product-detail-specs th,
.ibn-product-detail-specs td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(18, 53, 94, 0.08);
  vertical-align: top;
  text-align: left;
}

.ibn-product-detail-specs tr:last-child th,
.ibn-product-detail-specs tr:last-child td {
  border-bottom: 0;
}

.ibn-product-detail-specs th {
  width: 34%;
  font-size: 14px;
  font-weight: 700;
  color: #12355E;
  background: rgba(18, 53, 94, 0.03);
}

.ibn-product-detail-specs td {
  font-size: 14px;
  line-height: 1.7;
  color: #475467;
}

.ibn-product-detail-section {
  margin-top: 48px;
}

.ibn-product-detail-section-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #12355E;
}

.ibn-product-detail-gallery img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  background: #f7f9fc;
  border-radius: 12px;
  border: 1px solid rgba(18, 53, 94, 0.08);
}

.ibn-product-detail-video-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #12355E;
}

.ibn-product-detail-related {
  display: block;
  text-decoration: none;
  color: #12355E;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 94, 0.06);
  box-shadow: 0 8px 24px rgba(18, 53, 94, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ibn-product-detail-related:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(18, 53, 94, 0.1);
  color: #12355E;
}

.ibn-product-detail-related-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f7 100%);
}

.ibn-product-detail-related img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 14px;
}

.ibn-product-detail-related-title {
  display: block;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .ibn-product-detail {
    padding: 36px 0 52px;
  }

  .ibn-product-detail-specs th,
  .ibn-product-detail-specs td {
    display: block;
    width: 100%;
  }

  .ibn-product-detail-specs th {
    border-bottom: 0;
    padding-bottom: 8px;
  }
}

.topbar-lang {
  position: relative;
  border-left: 2px solid #12355E;
  padding-left: 16px;
  margin-left: 16px;
}

.topbar-social {
  align-items: center;
  flex-wrap: wrap;
}

.navbar-mobile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid #12355E;
}

.topbar-lang-flag-img {
  width: 26px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(18, 53, 94, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topbar-lang-flag:hover .topbar-lang-flag-img {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(18, 53, 94, 0.22);
}

@media only screen and (max-width: 767px) {
  .topbar-lang-flag {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .topbar-lang-flag-img {
    width: 28px;
  }
}

.lang-btn {
  border: hidden;
  background: transparent;
  color: #12355E;
  font-size: 12px;
  font-weight: 600;
}

.lang-btn i {
  color: #12355E;
}

.dropdown-lang {
  z-index: 2;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
  min-width: 150px;
  padding: 10px 16px;
  border-radius: 5px;
  animation: 0.9s slideup;
  list-style: none;
  box-shadow: 0 0 40px rgba(29, 58, 83, 0.1);
}

.dropdown-lang .dropdown-item {
  color: #12355E;
  font-weight: 500;
}

.dropdown-lang a {
  color: #12355E;
  font-size: 12px;
  padding: 5px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-lang a:hover {
  background-color: rgba(18, 53, 94, 0.08);
  color: #12355E;
}

.dropdown:hover .dropdown-lang,
.dropdown-lang.show {
  display: block;
}

.lang-img {
  width: 23px;
  margin-right: 5px;
  border-radius: 2px;
}

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

/*-------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.services-rw {background: #fff;margin: 8px;border: solid 1px #f5f5f5;border-radius: 7px;transition: 0.7s;}
.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: #636e72;background: #f5f5f5;padding: 3px 12px;border-radius: 12px;margin-bottom: 6px;font-size: 12px;}
.services-t2 {font-size: 15px;font-weight: 600;color: #58585a;margin-bottom: 6px;}
.services-title {font-size: 14px;color: #58585a;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: #58585a;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: #58585a;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: #58585a;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: #58585a;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 #f5f5f5;border-radius: 7px;width: 95%;box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);margin-bottom: 30px;padding: 0 0 25px 0;}
.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 {background: #12355E;color: #fff;padding: 50px 0 20px 0;}
.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-copyright {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;}
.footer-copyright a {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;transition: 0.5s;}
.footer-copyright a:hover {color: #fff;transition: 0.5s;}

.ibn-footer {
  background: #12355E;
  color: #fff;
  padding: 56px 0 0;
}

.ibn-footer-main {
  --bs-gutter-y: 2rem;
  align-items: stretch;
}

.ibn-footer-main > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.ibn-footer-col {
  margin-bottom: 8px;
}

.ibn-footer-logo-col {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.ibn-footer-logo-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}

.ibn-footer-logo {
  display: inline-block;
  line-height: 0;
  flex: 0 0 auto;
}

.ibn-footer-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.ibn-footer-social-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ibn-footer-logo-shell:has(.ibn-footer-social-wrap) .ibn-footer-logo {
  padding-bottom: 72px;
}

.ibn-footer-social-divider {
  width: 100%;
  margin: 0 0 14px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.ibn-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.ibn-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.ibn-footer-social-link:hover {
  transform: translateY(-1px);
}

.ibn-footer-social-link--facebook:hover { color: #1877F2; }
.ibn-footer-social-link--twitter:hover { color: #fff; }
.ibn-footer-social-link--instagram:hover { color: #E4405F; }
.ibn-footer-social-link--linkedin:hover { color: #0A66C2; }
.ibn-footer-social-link--youtube:hover { color: #FF0000; }
.ibn-footer-social-link--pinterest:hover { color: #BD081C; }

.ibn-footer-title {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

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

.ibn-footer-links li + li,
.ibn-footer-contact li + li {
  margin-top: 10px;
}

.ibn-footer-links a,
.ibn-footer-contact a,
.ibn-footer-contact span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-footer-links a:hover,
.ibn-footer-contact a:hover {
  color: #7ec8ff;
}

.ibn-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ibn-footer-contact i {
  flex: 0 0 16px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.ibn-footer-bottom {
  margin-top: 36px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ibn-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  text-align: center;
}

.ibn-footer-policy {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-footer-policy:hover {
  color: #7ec8ff;
}

.ibn-footer-sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
}

.ibn-footer-copy,
.ibn-footer-credit {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.ibn-footer-agency {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}

.ibn-footer-agency:hover {
  color: #7ec8ff;
}

@media (max-width: 767.98px) {
  .ibn-footer-logo-shell {
    position: static;
    min-height: 0;
  }

  .ibn-footer-social-wrap {
    position: static;
    margin-top: 20px;
  }

  .ibn-footer-logo-shell:has(.ibn-footer-social-wrap) .ibn-footer-logo {
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .ibn-footer {
    padding-top: 44px;
  }

  .ibn-footer-logo-col {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }

  .ibn-footer-col {
    margin-bottom: 24px;
  }

  .ibn-footer-col.ibn-footer-logo-col {
    margin-bottom: 24px;
  }
}

/*--------------------------------------------------------------
# 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: #fff;min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}
@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}
.dropdown-content a {color: #636e72;padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;border-radius: 4px;transition: background-color 0.2s ease, color 0.2s ease;}
.dropdown-content a:hover {background-color: #12355E;color: #fff;}
.dropdown:hover .dropdown-content {display: block;}
.lang-img {width: 23px;margin-right: 5px;border-radius: 2px;}

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

.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: white; padding: 10px; }
.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;}

/*--------------------------------------------------------------
# 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;
    }
}
