section {
    background-color: #000; 
}
	
	
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

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

body {
  font-family: "Poppins", sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
  padding-top: 0 !important; 
}


.hero {
  position: relative;
  min-height: 100vh;
  background: url("imgs/fondo.jpg") center 35% / cover no-repeat;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 150px 20px 80px;
  z-index: 5;
}


@media (max-width: 768px) {
  .contact-title-ghost {
    font-size: 50px; 
    letter-spacing: 0.2em; 
  }
  
  .blog-hero-title {
    font-size: 32px;
  }
  
  .video-title {
    font-size: 28px;
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 36px;
  }
  
  .contact-title-ghost {
    font-size: 40px;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 480px) {
  .contact-title-ghost {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  
  .blog-hero-title {
    font-size: 28px;
  }
}


.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px; 
}


@media (max-width: 768px) {
  .video-prev {
    left: 5px;
  }

  .video-next {
    right: 5px; 
  }
  
  .video-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .video-prev {
    left: 5px; 
  }

  .video-next {
    right: 5px; 
  }
}


section {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #000;
}


@media (max-width: 1400px) {
  .works-section {
    width: 95%;
    max-width: 95%; 
  }
}


.portfolio-modal,
.videofolio-modal,
.exp-modal,
.policies-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}


img, video {
  max-width: 100%;
  height: auto;
}


.blog-hero {
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}


@media (max-width: 600px) {
  .hero-sub {
    font-size: 14px;
    padding: 0 10px;
  }
  
  .about-content p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  input, textarea, select {
    font-size: 16px !important; 
  }
}















body {
  font-family: "Poppins", sans-serif;
  background: #000;
  color: #fff;
}

section[id] { 
  scroll-margin-top: 120px;
}



.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  display: flex;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, border-bottom-color 0.3s ease;
}

body.on-hero .site-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 70px;
  width: auto;
}


.main-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}

.main-nav a:hover {
  opacity: 1;
}


section[id] {
  scroll-margin-top: 0;   
}


.hero {
  position: relative;
  min-height: 100vh;
  background: url("imgs/fondo.jpg") center 35% / cover no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 150px 20px 80px;
  z-index: 5;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-meta {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rotating {
  display: inline-block;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

.hero-sub {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 30px;
}


.hero-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.hero-social a {
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
}

.hero-social a:hover {
  opacity: 1;
}

.scroll-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2000;
  cursor: pointer;
}

.scroll-container span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 12px;
  opacity: 0.8;
}

.scroll-line {
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  opacity: 1;
  animation: scrollAnim 1.6s ease-in-out infinite;
}

@keyframes scrollAnim {
  0% { top: -30px; opacity: 0; }
  40% { opacity: 1; }
  100% { top: 65px; opacity: 0; }
}


@media (max-width: 900px) {
  .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 36px;
  }
  .main-nav ul {
    display: none;
  }
}

.about-section {
  padding: 180px 0;
  background: #000;
  color: #fff;
}

.about-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-image img {
  width: 420px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.about-content {
  max-width: 600px;
}

.about-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about-content p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 20px;
}


@media (max-width: 900px) {
  .about-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    width: 300px;
  }

  .about-content {
    max-width: 90%;
  }
}



.services-section {
  position: relative;
  padding: 260px 0 150px;
  background: url("imgs/fondo_pt2.png") center/cover no-repeat;
  overflow: hidden;
  min-height: 100vh;   
  margin-top: 40px;  
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(4px);
  z-index: 0;
}

.services-wrapper {
  position: relative;
  z-index: 10;

  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: flex-start;
}


.services-left {
  flex: 0 0 280px;
  margin-top: 120px;      
  text-align: left;
  transform: none;        
}

.services-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.1;
}

.services-subtitle {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 350px;
}


.services-right {
  flex: 1;
  min-width: 0;
  margin-left: 0;  
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  justify-content: center;
}


.service-box {
  padding: 30px 25px;
  border-radius: 12px;
  min-height: 180px;
  background: rgba(0, 0, 0, .45);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(4px);
  transition: .3s ease;
}

.service-box:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.25);
}

.service-box img {
  width: 50px;
  margin-bottom: 12px;
}

.service-box h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-box p {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .services-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
  }

  .services-left {
    flex: auto;
    width: 100%;
    transform: none;
    margin-top: 0;
  }

  .services-subtitle {
    max-width: 400px;
    margin: 0 auto;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-right {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .services-title {
    font-size: 40px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}



.works-section {
  display: grid;
  background: radial-gradient(circle at center, #111 0%, #000 90%);
  grid-template-columns: 260px 1fr;
  gap: 60px;
  padding: 160px 0;
  width: min(95%, 1400px);  
  margin: 0 auto;
}


@media (max-width: 1600px) {
  .works-section {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 1400px) {
  .works-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
}


.works-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin-top: 14px;
  border-radius: 4px;
}

.works-title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
}

.works-subtitle {
  font-size: 14px;
  letter-spacing: 0.4px;
  max-width: 260px;
  line-height: 1.6;
  opacity: 0.85;
}


.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 30px;
}

.work-box {
  position: relative;
  height: 330px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background-size: contain;  
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}


.work-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35));
  backdrop-filter: blur(2px);
  transition: 0.3s ease;
}

.work-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.9;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.work-box span strong {
  font-size: 20px; 
  opacity: 0.9;
}

.work-box:hover::before {
  background: rgba(0,0,0,0.15);
  backdrop-filter: blur(0);
}

.work-box:hover span {
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 1;
}


@media (max-width: 1200px) {
  .works-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

.works-left {
  margin-top: 200px;  
  margin-left: 0;
}


  .works-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

.works-left {
  margin-top: 80px; 
}

.works-left {
  display: flex;
  flex-direction: column;
  justify-content: center;   
  height: 100%;
}



@media (max-width: 768px) {
  .works-grid {
    grid-template-columns: 1fr;
  }

  .works-title {
    font-size: 35px;
  }
}



.portfolio-modal {
  position: fixed;
  inset: 0;
  display: none;            
  justify-content: center;
  align-items: center;
  z-index: 10000;
  font-family: "Poppins", sans-serif;
}

.pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
}

.pm-dialog {
  position: relative;
  z-index: 1;
  width: 94%;
  max-width: 1500px;
  max-height: 92vh;
  background: #111418;            
  border-radius: 20px;
  padding: 26px 34px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(0,0,0,0.55);
}

.pm-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;   
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}


#pm-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.pm-header-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 8px;
}


.pm-close,
.pm-arrow {
  background: #22272d;
  border: 1px solid #444;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .15s ease;
}

.pm-close:hover,
.pm-arrow:hover {
  background: #3a424a;
}

.pm-body {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 40px;
  overflow-y: auto;
  padding-right: 8px;
}



.pm-body.pm-grid-only {
  grid-template-columns: 1fr; 
}

.pm-body.pm-grid-only .pm-left,
.pm-body.pm-grid-only #pm-main-images {
  display: none;
}


.pm-body.pm-grid-only #pm-mockups {
  grid-template-columns: repeat(4, 1fr); 
}

.pm-body.pm-grid-only .pm-mockup {
  aspect-ratio: 4 / 4; 
}


.pm-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pm-main-image {
  width: 100%;
  max-height: 420px;      
  height: 100%;
  border-radius: 14px;
  object-fit: contain;    
  background: #000;      
  padding: 0;            
}


.pm-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: 10px;
}


.pm-right .pm-mockup:nth-child(n+4) {
  margin-top: 40px;  
}

.pm-body.pm-grid-only .pm-mockup:nth-child(n+4) {
  margin-top: 0;
}

.pm-mockup {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  background: #1b1f24;           
  padding: 6px;
  object-fit: contain;           
  border: 1px solid #2c3238;
  box-shadow: 0 2px 8px rgba(0,0,0,0.45);
    min-height: 260px;   
}

.pm-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.pm-dots-track {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pm-dot {
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.pm-dot.active {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 12px rgba(255,255,255,0.6);
  transform: scale(1.15);
}

.pm-dots-arrow {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s ease;
}

.pm-dots-arrow:hover {
  opacity: 1;
  transform: translateY(-1px);
}


@media (max-width: 980px) {
  .pm-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pm-dialog {
    padding: 20px 16px 16px;
  }

  .pm-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pm-body {
    gap: 16px;
  }

  #pm-title {
    font-size: 22px;
  }
}


.image-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20000;
}

.image-viewer img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

#iv-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}
  

.pm-body.pm-grid-only .pm-mockup {
  background: #F4F4F4 !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pm-body.pm-grid-only .pm-mockup {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.main-nav a.active {
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255,255,255,0.7);
  transition: 0.3s ease;
}



@media (max-width: 1700px) {
  .works-section {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 1500px) {
  .works-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .works-left {
    margin: 40px auto;
  }
}



.contact-section {
  padding: 140px 0 100px;
  background: #000;
  min-height: 100vh;
  display: flex;
  align-items: center;
}


.contact-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.contact-header {
  position: relative;
  text-align: center;
  margin-bottom: 20px; 
}

.contact-title-ghost {
  font-size: 80px;  
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.04;
  margin: 0;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.contact-title-sub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
}


.contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center; 
  max-width: 1300px;
  margin: 0 auto;
}


.contact-left {
  width: 100%;
  max-width: 540px;
  justify-self: end;
  padding-right: 30px;
}

.contact-intro h3 {
  font-size: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
}

.contact-intro p {
  font-size: 14px;
  line-height: 1.8;
  color: #b0b0b0;
  margin-bottom: 35px;
}

.contact-form {
  margin-top: 0;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #888;
  font-weight: 500;
}

.contact-field input,
.contact-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  font-size: 14px;
  color: #f5f5f5;
  outline: none;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.3s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #555;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-bottom-color: #ff6b32;
}

.contact-field textarea {
  resize: vertical;
  min-height: 90px;
  margin-bottom: 25px;
}

.btn-contact {
  padding: 14px 40px;
  border: none;
  background: #ff4b3a;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 2px;
}

.btn-contact:hover {
  background: #ff6d5d;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255, 75, 58, 0.4);
}

.contact-right {
  width: 100%;
  max-width: 550px;
  justify-self: start;
  padding-left: 30px;
}

.contact-photo-slider {
  position: relative;
  width: 100%;
  height: 650px; 
  overflow: hidden;
  border-radius: 0;
  background: #000;
}

.contact-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  display: block;
}

.contact-photo.active {
  opacity: 1;
  z-index: 1;
}

.slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.slider-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.slider-dot.active {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}

.success-msg {
  display: none;
  margin-top: 20px;
  padding: 12px 16px;
  background: rgba(76, 175, 80, 0.1);
  border-left: 3px solid #4CAF50;
  color: #4CAF50;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}


@media (max-width: 1200px) {
  .contact-body {
    gap: 50px;
  }
  
  .contact-left {
    padding-right: 20px;
    max-width: 500px;
  }
  
  .contact-right {
    padding-left: 20px;
    max-width: 500px;
  }

  .contact-photo-slider {
    height: 600px;
  }

  .contact-title-ghost {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .contact-body {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .contact-left {
    max-width: 100%;
    padding-right: 0;
    justify-self: center;
  }

  .contact-right {
    padding-left: 0;
    justify-self: center;
    max-width: 480px;
  }

  .contact-photo-slider {
    height: 620px;
    margin: 0 auto;
  }

  .contact-title-ghost {
    font-size: 60px;
  }

  .contact-title-sub {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 100px 0 80px;
  }

  .contact-header {
    margin-bottom: 20px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .contact-title-ghost {
    font-size: 45px;
    letter-spacing: 0.3em;
  }

  .contact-title-sub {
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .contact-intro h3 {
    font-size: 24px;
  }

  .contact-intro p {
    font-size: 13px;
  }

  .contact-right {
    max-width: 100%;
  }

  .contact-photo-slider {
    height: 820px;
  }

  .slider-controls {
    bottom: 20px;
  }

  .slider-dot {
    width: 9px;
    height: 9px;
  }
}




.contact-photo {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


.about-image img {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


.pm-main-image,
.pm-mockup {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


.slider-controls {
  pointer-events: auto;
}


.pm-close,
.pm-arrow,
.pm-dot,
.pm-dots-arrow {
  pointer-events: auto;
}


.pm-body,
.contact-photo-slider {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}




.blog-section {
  background: #000;
  width: 100%;
}

.blog-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('imgs/blog1.png') center/contain no-repeat;
  background-color: #000; 
  padding: 150px 20px 100px;
}

.blog-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.blog-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.blog-badge {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.blog-hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}

.blog-hero-subtitle {
  font-size: 16px;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}


.blog-main-content {
  background: #f5f5f0;
  padding: 0;
}

.blog-card {
  max-width: 1200px;
  margin: -80px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}



.blog-video-inner {
  margin-top: 50px;
  width: 80%;  
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-video-inner video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px; 
  object-fit: contain;  
}


@media (max-width: 768px) {
  .blog-video-inner {
    width: 90%;
    margin-top: 30px;
  }
  
  .blog-video-inner video {
    max-height: 250px;
  }
}

.blog-card-title {
  font-family: "Montserrat", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #1a1a1a;
}

.blog-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-service-item {
  text-align: left;
}

.blog-service-content p {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 16px;
}

.blog-service-content strong {
  color: #1a1a1a;
  font-weight: 600;
}

.blog-about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #f5f5f0;
  padding: 120px 0;
  align-items: center;
}

.blog-about-content {
  padding: 60px 80px 60px 120px;
}

.blog-about-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 20px;
}

.blog-about-title {
  font-family: "Montserrat", serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.blog-about-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.blog-about-btn {
  margin-top: 20px;
  padding: 14px 32px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-about-btn:hover {
  background: #333;
  transform: translateY(-2px);
}


.blog-about-carousel {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 0 0 0 200px;
  overflow: hidden;
  background: #1a1a1a;
}

.carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-track img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-track img.active {
  opacity: 1;
  z-index: 1;
}


.carousel-progress {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}

.carousel-progress-bar {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.1s linear;
}


.carousel-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  z-index: 10;
}


@media (max-width: 1200px) {
  .blog-about-carousel {
    height: 500px;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .blog-about-carousel {
    height: 400px;
  }
  
  .carousel-counter {
    font-size: 12px;
    padding: 6px 12px;
  }
}



@media (max-width: 1200px) {
  .blog-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-about-section {
    grid-template-columns: 1fr;
  }

  .blog-about-content {
    padding: 60px 40px;
  }

  .blog-about-image {
    height: 500px;
    border-radius: 0;
  }

  .gallery-item {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .blog-hero-title {
    font-size: 40px;
  }

  .blog-card {
    margin: -60px 20px 0;
    padding: 40px 30px;
  }

  .blog-about-title {
    font-size: 32px;
  }

  .gallery-item {
    min-width: 100%;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}


.carousel-track video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-track video.active {
  opacity: 1;
  z-index: 1;
}



.blur-text {
  position: relative;
}

.blur-text::before {
  content: "ORSE ATELIER";
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(4px); 
  color: inherit;
  opacity: 0.6; 
  z-index: -1;
}




.exp-modal {
  position: fixed;
  inset: 0;
  display: none;              
  align-items: center;
  justify-content: center;
  z-index: 20000;
  font-family: "Poppins", sans-serif;
}

.exp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
}

.exp-modal-dialog {
  position: relative;
  z-index: 1;
  width: 92%;
  max-width: 1200px;
  max-height: 90vh;
  background: #0f1014;
  border-radius: 20px;
  padding: 30px 30px 24px;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.exp-modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.exp-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #22272d;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.exp-modal-close:hover {
  background: #3a424a;
}


.exp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.exp-gallery img,
.exp-gallery video {
  width: 100%;
  max-height: 260px;   
  border-radius: 12px;
  background: #000;
  object-fit: contain;  
  display: block;
}


@media (max-width: 768px) {
  .exp-modal-dialog {
    padding: 24px 16px 18px;
  }

  .exp-modal-title {
    font-size: 18px;
  }

  .exp-gallery {
    grid-template-columns: 1fr;
  }
}




.video-carousel-section {
  background: #f5f5f0;
  padding: 120px 0;
}

.video-carousel-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px;
}



.video-carousel-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-carousel-left .proceso-image {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
  display: block;
  margin: 0;
}


.video-carousel-right {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
  align-items: center;
  
}

.video-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: clamp(0.5px, 0.3vw, 2px);
  margin-bottom: 30px;
  color: #1a1a1a;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 550px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.video-text-content {
  width: 100%;
  max-width: 550px; 
  text-align: center;
}

.video-text-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}


.video-carousel-container {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 24px;
}


.video-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}


.video-item {
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.video-item video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
}


.video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.video-prev {
  left: 10px;
}

.video-next {
  right: 10px;
}


.video-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.video-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-dot.active {
  background: #1a1a1a;
  transform: scale(1.3);
}

.video-dot:hover {
  background: #333;
}


@media (max-width: 1200px) {
  .video-carousel-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .video-carousel-left .proceso-image {
    max-width: 100%;
    margin: 0 auto 40px;
  }

  .video-carousel-right {
    padding-left: 0;
    width: 100%;
  }

  .video-title {
    font-size: 42px;
    margin-left: 0;
  }

  .video-text-content {
    margin-left: 0;
  }

  .video-text-content p {
    margin-left: auto;
    margin-right: auto;
  }
  
  .video-carousel-container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .video-title {
    font-size: 32px;
  }

  .video-carousel-container {
    max-width: 95%;
  }

  .video-item video {
    height: 400px;
  }

  .video-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .video-prev {
    left: 10px;
  }

  .video-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .video-carousel-container {
    max-width: 100%;
  }

  .video-item video {
    height: 350px;
    border-radius: 16px;
  }
  
  .video-prev {
    left: 10px;
  }

  .video-next {
    right: 10px;
  }
}




.site-footer {
  background: #000000;
  padding: 18px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer p {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.8px;
  font-weight: 300;
}

.site-footer strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  letter-spacing: 1.2px;
}


@media (max-width: 600px) {
  .site-footer {
    padding: 15px 0;
  }
  
  .site-footer p {
    font-size: 10px;
  }
}


.firma-imagen {
  display: block;
  max-width: 200px;
  height: auto;
  opacity: 0.9;
}


.about-content .firma-imagen {
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  filter: brightness(1.1);
}


.blog-hero-content .firma-imagen {
  margin-top: 50px;
  margin-left: auto;
  margin-right: 80px; 
  filter: brightness(1.1);
  max-width: 250px;
}


@media (max-width: 900px) {
  .about-content .firma-imagen,
  .blog-hero-content .firma-imagen {
    margin-left: auto;
    margin-right: auto;
  }
  
  .firma-imagen {
    max-width: 150px;
  }
}


.policies-link-container {
  margin-top: 35px;
  padding: 20px;
  border: 2px solid #ff4b3a;
  border-radius: 8px;
  text-align: center;
}

.policies-link {
  color: #ff4b3a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.policies-link:hover {
  color: #ff6d5d;
  transform: translateY(-2px);
}

.policies-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 20px;
}

.policies-modal.active {
  display: flex;
}

.policies-modal-content {
  background: #1a1a1a;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.policies-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #ff4b3a;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.policies-modal-close:hover {
  background: #ff6d5d;
  transform: rotate(90deg);
}

.policies-modal h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ff4b3a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.policies-modal p {
  font-size: 14px;
  line-height: 1.8;
  color: #d0d0d0;
  margin-bottom: 20px;
}

.policies-modal h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #fff;
}


.policies-modal-content::-webkit-scrollbar {
  width: 8px;
}

.policies-modal-content::-webkit-scrollbar-track {
  background: #0a0a0a;
  border-radius: 10px;
}

.policies-modal-content::-webkit-scrollbar-thumb {
  background: #ff4b3a;
  border-radius: 10px;
}

.policies-modal-content::-webkit-scrollbar-thumb:hover {
  background: #ff6d5d;
}


@media (max-width: 600px) {
  .policies-modal-content {
    padding: 30px 20px;
  }

  .policies-modal h2 {
    font-size: 22px;
  }
}








.blog-video-inner {
  margin-top: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-video-inner iframe {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .blog-video-inner {
    width: 90%;
    margin-top: 30px;
  }
  
  .blog-video-inner iframe {
    height: 250px;
  }
}



.videofolio-box {
  position: relative;
  width: 100%;
  max-width: 260px;
  min-height: 160px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 18px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
  overflow: hidden;
  margin-top: 35px;
}

.videofolio-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 75, 58, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.videofolio-box:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 75, 58, 0.4);
  box-shadow: 0 10px 30px rgba(255, 75, 58, 0.15);
}

.videofolio-box:hover::before {
  opacity: 1;
}

.videofolio-title {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.videofolio-desc {
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.videofolio-icon {
  font-size: 20px;
  color: #ff4b3a;
  margin-top: 6px;
  animation: pulse 2s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

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


.videofolio-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  font-family: "Poppins", sans-serif;
}

.vf-video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vf-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vf-footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

.vf-youtube-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.vf-youtube-btn:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.4);
}

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


@media (max-width: 768px) {
  .videofolio-box {
    max-width: 100%;
    margin-top: 30px;
  }

  .vf-dialog {
    padding: 20px 15px;
  }

  .vf-header h3 {
    font-size: 20px;
  }

  .vf-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vf-youtube-btn {
    font-size: 12px;
    padding: 10px 20px;
  }
}backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.vf-dialog {
  position: relative;
  z-index: 1;
  width: 94%;
  max-width: 1200px;
  max-height: 90vh;
  background: #111418;
  border-radius: 20px;
  padding: 30px;
  overflow-y: auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

.vf-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.vf-header h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
}

.vf-close {
  background: #22272d;
  border: 1px solid #444;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.vf-close:hover {
  background: #ff4b3a;
  transform: rotate(90deg);
}

.vf-body {
  margin-bottom: 30px;
}

.vf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.vf-video-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.vf-



.video-title {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}


@media (max-width: 768px) {
  .video-carousel-section {
    padding: 80px 0;
  }
  
  .video-carousel-wrapper {
    padding: 30px 20px;
    gap: 40px;
  }
  
  .video-title {
    font-size: 28px !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    padding: 0 10px;
  }
  
  .video-text-content {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .video-text-content p {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .video-carousel-container {
    max-width: 100%;
    border-radius: 16px;
  }
  
  .video-item video {
    height: 300px;
  }
  
  .video-arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .video-prev {
    left: 8px !important;
  }
  
  .video-next {
    right: 8px !important;
  }
}

@media (max-width: 600px) {
  .video-title {
    font-size: 24px !important;
    letter-spacing: 0.5px !important;
  }
  
  .video-carousel-section {
    padding: 60px 0;
  }
  
  .video-item video {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .video-title {
    font-size: 22px !important;
    margin-bottom: 20px;
  }
  
  .video-carousel-wrapper {
    padding: 20px 15px;
  }
  
  .video-text-content p {
    font-size: 13px;
  }
  
  .video-item video {
    height: 220px;
  }
  
  .video-arrow {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  
  .video-prev {
    left: 5px !important;
  }
  
  .video-next {
    right: 5px !important;
  }
}


@media (min-width: 1201px) {
  .video-title {
    white-space: nowrap !important;
  }
}