/*

Vanilla Template

https://templatemo.com/tm-526-vanilla

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(110px, 14vw, 150px);
  overflow-x: hidden;
  width: 100%;
}

p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px;
  padding-top: 0;
  scroll-padding-top: clamp(110px, 14vw, 150px);
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  background: linear-gradient(to bottom, #1a3a52 0%, #2d5f7f 25%, #4a8ab8 50%, #6fa8d1 75%, #9ec5e3 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

a { color: #3CC; }

a:hover { color: #FF0; }

.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 80%, transparent 100%);
  margin: clamp(4vh, 6vh, 8vh) 0;
}

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  border-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}



.primary-button a {
  display: inline-block;
  background-color: #ff7d27;
  padding: clamp(1.12rem, 2.8vw, 1.68rem) clamp(1.68rem, 5.6vw, 2.52rem);
  border-radius: clamp(0.56rem, 1.68vw, 0.98rem);
  text-transform: uppercase;
  font-size: clamp(1.05rem, 2.24vw, 1.33rem);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;
}


.parallax-content {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  background-size: cover;
  overflow-x: hidden;
}


.baner-content {
  padding-top: clamp(18vh, 22vh, 26vh);
  padding-right: clamp(1rem, 4vw, 2rem);
  padding-bottom: clamp(4rem, 10vw, 8rem);
  padding-left: clamp(1rem, 4vw, 2rem);
  text-align: center;
  background: transparent;
  min-height: clamp(80vh, 100vh, 120vh);
  display: flex;
  align-items: flex-start;
}

.baner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

/* === LOGO === */
.baner-image img {
  max-width: clamp(200px, 22vw, 320px);
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: clamp(18px, 3vw, 28px);
  background-color: transparent;
  backdrop-filter: none;
  padding: 0;
  box-shadow: none;
  border: none;
}




.hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}

.hero-logo img {
  width: 15vw;
  height: auto;
  display: block;
  border: clamp(0.08vw, 0.1vw, 0.12vw) solid rgba(255, 255, 255, 0.5);
  border-radius: clamp(1.5vw, 2vw, 2.5vw);
  padding: clamp(1vw, 1.5vw, 2vw);
  background-color: rgba(255, 255, 255, 0.1);
}

.baner-content h1 {
  margin-top: 0;
  color: #fff;
  font-weight: 900;
  text-transform: none;
  margin-bottom: clamp(1rem, 3vw, 2.5rem);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-family: 'Noto Serif', serif;
}

.baner-content em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: clamp(2rem, 5vh, 3.5rem);
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.2rem);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.baner-content .primary-button a {
  flex: 1 1 auto;
  min-width: clamp(200px, 30vw, 280px);
  max-width: clamp(280px, 35vw, 350px);
  text-align: center;
}



.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: clamp(6vh, 8vh, 10vh);
  background: transparent;
  min-height: 100vh;
}

.service-content .left-text h4 {
  font-size: clamp(3.5rem, 8.4vw, 5.6rem);
  font-weight: 500;
  color: #fff;
}

.contact-content .left-text h4 {
  font-size: clamp(3.5rem, 8.4vw, 5.6rem);
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #fff;
  font-size: clamp(1.82rem, 4.9vw, 2.8rem);
  line-height: 1.6;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
  font-size: clamp(1.3rem, 3.2vw, 1.8rem);
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item h4 {
  font-size: clamp(2.5rem, 5.6vw, 3.6rem);
  margin-bottom: 15px;
}

.service-content .service-item p {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1.5;
}

/* Ensure service cards in the carousel look visually separated */
#owl-services .item {
  margin: 10px;
}
.service-content .service-item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}



.projects-content {
  padding-top: clamp(4vh, 6vh, 8vh);  
  background: transparent;
}

/* Heading styling for portfolio section to match services */
.projects-content .left-text {
  text-align: center;
}
.projects-content .left-text h4 {
  font-size: clamp(3.5rem, 8.4vw, 5.6rem);
  font-weight: 500;
  color: #fff;
}
.projects-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.contact-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 20px auto;
}

.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px;
}

.projects-content .item .text-content {
  display: none; /* hide captions to give more space to photos */
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #ff7d27;
}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background: transparent;
  min-height: 100vh;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  padding:10px 15px;
  border:4px solid #fff;
}

.tabs a:hover {
  color: #ff7d27;
}

.tabs .active {
  border:4px solid #ff7d27;
}

.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: clamp(6vh, 8vh, 10vh);
  background: transparent;
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  margin-bottom: 30px;
}

/* Contact info box styling */
.contact-form h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-form p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.contact-form p a {
  color: #fff;
  text-decoration: none;
}
.contact-form p a:hover {
  color: #ff7d27;
}
.contact-form p i {
  color: #fff;
  margin-right: 8px;
}


#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #ff7d27;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #ff8e43;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px) {
  .top-brand {
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    gap: clamp(4vw, 5vw, 6vw);
    padding: clamp(4vw, 5vw, 6vw) clamp(5vw, 6vw, 7vw);
    border-radius: clamp(6vw, 8vw, 10vw);
  }

  .top-brand__logo {
    width: clamp(18vw, 20vw, 22vw);
    height: clamp(18vw, 20vw, 22vw);
  }

  .top-brand__logo img {
    height: clamp(11vw, 12vw, 13vw);
  }

  .top-brand__title {
    font-size: clamp(4.6vw, 5.2vw, 5.8vw);
    line-height: 1.25;
    text-align: center;
  }

  .hero-logo {
    margin-bottom: clamp(2rem, 6vw, 3rem);
  }

  .hero-logo img {
    width: 35vw;
    border-width: clamp(0.15vw, 0.2vw, 0.25vw);
  }

  .baner-content {
    padding-top: clamp(10vh, 15vh, 18vh);
    padding-bottom: clamp(3rem, 8vw, 5rem);
    padding-left: clamp(1rem, 5vw, 2rem);
    padding-right: clamp(1rem, 5vw, 2rem);
    align-items: center;
    justify-content: center;
  }

  .baner-content h1 {
    font-size: clamp(3.01rem, 11.25vw, 4.29rem);
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.3;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .baner-content .primary-button {
    margin-top: clamp(1.5rem, 4vw, 2rem);
  }

  .primary-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.8rem, 3vw, 1.2rem);
    padding: 0 1rem;
  }

  .primary-button a {
    width: clamp(70%, 80vw, 88%);
    max-width: 320px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: clamp(0.9rem, 4vw, 1.2rem) clamp(1rem, 4vw, 1.4rem);
    font-size: clamp(0.75rem, 3.2vw, 1rem);
    line-height: 1.3;
  }

  .service-content {
    padding-top: 6vh;
    text-align: center;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .fixed-side-navbar {
    right: 5vw;
    left: auto;
    top: auto;
    bottom: clamp(10vh, 12vh, 14vh);
    margin-top: 0;
  }

  .testimonials-item a img {
    aspect-ratio: 3 / 4;
    min-height: clamp(60vh, 70vh, 80vh);
  }
}

@media (min-width: 768px) {
  .service-content .row {
    animation: slideInFromLeft 1.2s ease-out;
  }

  .baner-content h1 {
    font-size: clamp(5.6rem, 14vw, 11rem);
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-15%);
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* === DUYARLI VE ESTETİK BAŞLIK AYARI (KÜÇÜLTÜLMÜŞ SÜRÜM) === */
.brand-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;        /* kelimeleri bölmez */
  white-space: normal;         /* gerekirse alt satıra geçer */
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); /* ✨ hafif gölge efekti */
  font-size: clamp(3rem, 7vw, 6rem);
}

/* ✅ iOS ve bazı mobil tarayıcılar için render düzeltmeleri */
html {
  -webkit-text-size-adjust: none;
}

.brand-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}











/* Tablet optimizasyonu */
@media (max-width: 768px) {
  .brand-title {
    font-size: clamp(3.01rem, 11.25vw, 4.29rem);
  }
}

/* Küçük telefonlar (örnek: 320–480px) */
@media (max-width: 480px) {
  .brand-title {
    font-size: clamp(3.01rem, 11.25vw, 4.29rem) !important;
    line-height: 1.3; 
  }
}

/* ✅ Büyük ekranlarda başlığı sahnede ortala */
@media (min-width: 1200px) {
  .brand-title {
    margin-top: 15vh;
  }
}

/* === Owl Carousel eski sürüm "dots" (pagination) hizalama düzeltmesi === */
.owl-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 8px;
  margin-top: 15px;
}

.owl-page {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.owl-page span {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  border-radius: 50% !important;
  opacity: 0.6;
  transition: all 0.3s ease;
  display: block;
}

.owl-page.active span {
  background-color: #ff7d27 !important;
  opacity: 1 !important;
}

.testimonials-item a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s ease;
}

.testimonials-item a img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.35s ease;
  min-height: clamp(40vh, 50vh, 60vh);
}

.testimonials-item a:hover img {
  transform: scale(1.03);
}

/* Video küçük resmi için oynatma simgesi */
.video-item .video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.video-item .video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.video-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 125, 39, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.video-item .video-thumb:hover .play-icon {
  background: rgba(255, 125, 39, 1);
  transform: translate(-50%, -50%) scale(1.08);
}

.video-modal-open {
  overflow: hidden;
  touch-action: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 4vw, 3rem);
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__content {
  position: relative;
  width: min(960px, 94vw);
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.video-modal__content video {
  width: 100%;
  height: auto;
  display: block;
  max-height: calc(90vh - 80px);
}

.video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 3;
}

.video-modal__close:hover {
  background: rgba(255, 125, 39, 0.9);
}

