.elementor-20846 .elementor-element.elementor-element-da061f7{--display:flex;}.elementor-20846 .elementor-element.elementor-element-d258690 .elementor-wrapper{--video-aspect-ratio:1;}/* Start custom CSS for video, class: .elementor-element-d258690 *//* Target the Elementor Video widget wrapper */
.elementor-20846 .elementor-element.elementor-element-d258690 .elementor-widget-video {
  margin-bottom: 35px;
}

.elementor-20846 .elementor-element.elementor-element-d258690 .elementor-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(220, 20, 60, 0.4);
  border: 3px solid #dc143c;
  animation: videoGlow 2s ease-in-out infinite alternate;
}

@keyframes videoGlow {
  from {
    box-shadow: 0 10px 40px rgba(220, 20, 60, 0.4);
  }
  to {
    box-shadow: 0 15px 50px rgba(220, 20, 60, 0.6);
  }
}

.elementor-20846 .elementor-element.elementor-element-d258690 iframe {
  border-radius: 14px;
}

@media (max-width: 768px) {
  .elementor-20846 .elementor-element.elementor-element-d258690 .elementor-widget-video {
    margin-bottom: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef4bc2c */.seat-cover-ad {
    direction: rtl;
    text-align: right;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(220, 20, 60, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seat-cover-ad__intro {
    background: linear-gradient(135deg, #dc143c 0%, #a00000 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 35px;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4);
    animation: slideInRight 0.9s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.seat-cover-ad__text {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.9;
    margin: 0 0 15px 0;
}

.seat-cover-ad__text:last-child {
    margin-bottom: 0;
}

.seat-cover-ad__section {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 2px solid rgba(220, 20, 60, 0.3);
    transition: all 0.4s ease;
}

.seat-cover-ad__section:hover {
    border-color: #dc143c;
    box-shadow: 0 8px 30px rgba(220, 20, 60, 0.3);
    transform: translateY(-5px);
}

.seat-cover-ad__section--highlight {
    border-color: rgba(220, 20, 60, 0.5);
}

.seat-cover-ad__section--advantages,
.seat-cover-ad__section--faq {
    background: rgba(255, 255, 255, 0.03);
}

.seat-cover-ad__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #dc143c;
    text-shadow: 0 2px 8px rgba(220, 20, 60, 0.4);
}

.seat-cover-ad__title--main {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.seat-cover-ad__subtitle {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin: 25px 0 15px 0;
}

.seat-cover-ad__reasons {
    margin-top: 25px;
}

.seat-cover-ad__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seat-cover-ad__list-item {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    padding: 12px 0 12px 30px;
    position: relative;
    transition: all 0.3s ease;
}

.seat-cover-ad__list-item:before {
     content: "●";
    color: #dc143c;
    font-size: 10px;
    position: absolute;
    right: -14px;
    top: 16px;
}

.seat-cover-ad__list-item:hover {
    padding-right: 10px;
    color: #dc143c;
}

.seat-cover-ad__list--features .seat-cover-ad__list-item {
    background: rgba(220, 20, 60, 0.08);
    margin-bottom: 10px;
    padding: 15px 15px 15px 30px;
    border-radius: 8px;
    border-right: 4px solid #dc143c;
}

.seat-cover-ad__advantage {
    background: rgba(220, 20, 60, 0.1);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dc143c;
    transition: all 0.4s ease;
}

.seat-cover-ad__advantage:hover {
    background: rgba(220, 20, 60, 0.15);
    transform: translateX(-10px);
    box-shadow: 0 5px 20px rgba(220, 20, 60, 0.3);
}

.seat-cover-ad__advantage-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.seat-cover-ad__faq-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid rgba(220, 20, 60, 0.3);
    transition: all 0.4s ease;
}

.seat-cover-ad__faq-item:hover {
    border-color: #dc143c;
    background: rgba(220, 20, 60, 0.08);
}

.seat-cover-ad__faq-question {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.seat-cover-ad__text--warning {
    color: #ff6b6b;
    font-weight: 600;
    margin-top: 10px;
}

.seat-cover-ad__text--emphasis {
    color: #dc143c;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .seat-cover-ad {
        padding: 25px 20px;
    }
    
    .seat-cover-ad__intro {
        padding: 20px;
    }
    
    .seat-cover-ad__section {
        padding: 20px;
    }
    
    .seat-cover-ad__title {
        font-size: 20px;
    }
    
    .seat-cover-ad__title--main {
        font-size: 23px;
    }
    
    .seat-cover-ad__text,
    .seat-cover-ad__list-item {
        font-size: 15px;
    }
    
    .seat-cover-ad__advantage,
    .seat-cover-ad__faq-item {
        padding: 18px;
    }
}/* End custom CSS */