/*
Theme Name: Spin
Theme URI: https://spin.axiomthemes.com/
Description: Spin is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: spin
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */

/* shortcode css */

/* trending post css */
/* Container & Heading */
.trending-now-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.trending-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Grid Layout */
.trending-now-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.primary-post,
.side-posts {
  width: calc(50% - 15px);
}

/* === Primary Post === */
.primary-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.primary-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.primary-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.primary-image-container:hover img {
  transform: scale(1.05);
}
.badge-top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fdbb00;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}

/* Primary Meta */
.primary-meta {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 10px;
}
.primary-date {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
  width: 60px;
  line-height: 1;
}
.primary-date strong {
  font-size: 36px;
  display: block;
}
.primary-date span {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.primary-meta-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.primary-meta-content p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
}
.primary-meta-content small {
  font-size: 12px;
  color: #999;
}

/* === Side Posts === */
.side-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.side-post {
  display: flex;
  align-items: center;
  gap: 15px;
}
.thumb-wrapper {
  width: 30%;
  overflow: hidden;
  border-radius: 6px;
}
.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.thumb-wrapper:hover img {
  transform: scale(1.05);
}
.side-meta {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-meta-header {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.side-meta-header .category {
  font-weight: bold;
  color: #000;
}
.side-meta-header .side-date {
  color: #888;
}
.side-meta h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

/* === Responsive Styling === */
@media (max-width: 768px) {
  .trending-now-grid {
    flex-direction: column;
    gap: 40px;
  }
  .primary-post,
  .side-posts {
    width: 100%;
  }
  .primary-meta {
    flex-direction: row;
  }
  .side-post {
    flex-direction: row;
  }
  .side-meta {
    width: 100%;
  }
  .thumb-wrapper {
    width: 35%;
  }
}

/* === Counter Boxes Shortcode === */
/* Container styles */
.counter-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

.counter-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: flex-start;
  background-color: #ffffff;
}

/* Column styling */
.counter-boxes.col-1 .counter-box { width: calc(100% - 30px); }
.counter-boxes.col-2 .counter-box { width: calc(50% - 30px); }
.counter-boxes.col-3 .counter-box { width: calc(33.333% - 30px); }
.counter-boxes.col-4 .counter-box { width: calc(25% - 30px); flex: 0 0 calc(25% - 30px); }
.counter-boxes.col-5 .counter-box { width: calc(20% - 30px); }
.counter-boxes.col-6 .counter-box { width: calc(16.666% - 30px); }

/* Individual counter box */
.counter-box {
  padding: 60px 0;
  margin: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
}

/* Counter number styling */
.counter-number {
  font-size: 64px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-plus {
  font-size: 32px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1;
  margin-left: 5px;
}

/* Counter title styling */
.counter-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Responsive counter boxes */
@media screen and (max-width: 992px) {
  .counter-container {
    padding: 30px 15px;
  }
  
  .counter-boxes.col-4 .counter-box,
  .counter-boxes.col-5 .counter-box,
  .counter-boxes.col-6 .counter-box {
    width: calc(33.333% - 30px);
  }
  
  .counter-box {
    padding: 50px 0;
  }
  
  .counter-number {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .counter-container {
    padding: 25px 10px;
  }
  
  .counter-boxes {
    justify-content: center;
    margin: 0 -10px;
  }
  
  .counter-boxes .counter-box {
    width: calc(50% - 20px) !important;
    margin: 10px;
    padding: 40px 10px;
  }
  
  .counter-number {
    font-size: 48px;
  }
  
  .counter-plus {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .counter-container {
    padding: 20px 10px;
  }
  
  .counter-boxes {
    margin: 0 -5px;
  }
  
  .counter-boxes .counter-box {
    width: calc(50% - 10px) !important;
    margin: 5px;
    padding: 20px 5px;
    flex: 0 0 calc(50% - 10px);
  }
  
  .counter-number {
    font-size: 36px;
    line-height: 1.1;
  }
  
  .counter-plus {
    font-size: 22px;
    margin-left: 2px;
  }
  
  .counter-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/* === Players Slider Shortcode === */
.players-slider-container {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 80px 0;
  margin: 30px auto;
}

.players-slider-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.players-slider-header {
  text-align: center;
  margin-bottom: 50px;
}

.players-slider-subtitle {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.players-slider-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

/* Player slide styling */
.players-slide {
  position: relative;
  text-align: center;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #191919;
}

.player-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}

.player-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.players-slide:hover .player-image img {
  transform: scale(1.05);
}

.player-position-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  z-index: 1;
  clip-path: polygon(0 0, 0% 45px, 45px 0);
}

.player-position-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.player-position-icon img {
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: rotate(0deg);
}

/* Position-specific styling */
.position-batsman:after {
  background-color: rgba(210, 51, 51, 0.8);
}

.position-bowler:after {
  background-color: rgba(51, 161, 210, 0.8);
}

.position-wicketkeeper:after {
  background-color: rgba(51, 210, 117, 0.8);
}

.position-all-rounder:after {
  background-color: rgba(196, 51, 210, 0.8);
}

.position-captain:after {
  background-color: rgba(255, 215, 0, 0.8);
}

.player-name {
  font-size: 20px;
  margin: 10px 0 5px;
  font-weight: 600;
}

.player-name a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.player-name a:hover {
  color: #00bfff; /* Sky blue */
}

.player-position {
  color: #cccccc;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px 15px;
}

/* Staff Grid Styles */
.staff-grid-container {
  background-color: #1a1a1a;
  padding: 80px 15px;
  width: 100%;
  box-sizing: border-box;
}

.staff-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.staff-grid-header {
  text-align: center;
  margin-bottom: 40px;
}

.staff-grid-subtitle {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.staff-grid-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

/* Staff Grid Structure */
.staff-grid {
  width: 100%;
  clear: both;
}

/* Typing Animation Row */
.staff-typing-row {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.typing-title {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.typing-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00bfff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.staff-typing-text {
  color: #00bfff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 80px;
}

.staff-typing-text .txt {
  border-right: 0.2rem solid #00bfff;
  animation: blink 0.9s infinite;
}

@keyframes blink {
  0%, 100% {
    border-right-color: #00bfff;
  }
  50% {
    border-right-color: transparent;
  }
}

.staff-typing-description p {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.staff-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* Top row - 5 columns */
.staff-row-top {
  justify-content: space-between;
}

.staff-row-top .staff-item {
  width: calc(20% - 16px); /* 5 columns */
  margin: 0 8px;
}

/* Bottom row - 2 columns, centered */
.staff-row-bottom {
  justify-content: center;
}

.staff-row-centered .staff-item {
  width: calc(20% - 16px); /* Same size as top row items */
  margin: 0 40px; /* Larger margin to center the 2 items */
}

.staff-item {
  background-color: #191919;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: transform 0.3s ease;
}

.staff-item:hover {
  transform: translateY(-5px);
}

.staff-image img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-info {
  padding: 15px 0;
}

.staff-name {
  font-size: 20px;
  margin: 10px 0 5px;
  font-weight: 600;
  padding: 0 10px;
}

.staff-name a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.staff-name a:hover {
  color: #00bfff; /* Sky blue */
}

.staff-job {
  color: #bbbbbb;
  font-size: 14px;
  margin: 0;
  padding: 0 10px 10px;
}

/* Owl Carousel Navigation Styling */
.players-slider .owl-nav button.owl-prev,
.players-slider .owl-nav button.owl-next {
  position: absolute;
  top: calc(40% - 50px);
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.players-slider .owl-nav button.owl-prev {
  left: -10px;
}

.players-slider .owl-nav button.owl-next {
  right: -10px;
}

.players-slider .owl-nav button.owl-prev span,
.players-slider .owl-nav button.owl-next span {
  display: none;
}

.players-slider .owl-nav button.owl-prev:after,
.players-slider .owl-nav button.owl-next:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.players-slider .owl-nav button.owl-prev:after {
  background-image: url('images/left-arrow.png');
}

.players-slider .owl-nav button.owl-next:after {
  background-image: url('images/right-arrow.png');
}

/* Responsive styles for the slider */
@media screen and (max-width: 992px) {
  .players-slider-container {
    padding: 60px 0;
  }
  
  .players-slider-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 576px) {
  .players-slider-container {
    padding: 40px 15px;
  }
  
  .players-slider-title {
    font-size: 30px;
  }
  
  .player-name {
    font-size: 18px;
  }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991px) {
  .players-slider-container,
  .staff-grid-container {
    padding: 60px 20px;
  }
  
  .staff-typing-text {
    font-size: 24px;
    min-height: 100px;
  }
  
  /* Staff grid layout on tablets */
  .staff-row-top .staff-item,
  .staff-row-centered .staff-item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
  }
  
  .staff-row-top, 
  .staff-row-bottom {
    justify-content: center;
  }
  
  .staff-typing-row {
    margin-bottom: 40px;
  }
  
  .staff-typing-content {
    text-align: center;
  }
  
  .staff-row-top .staff-item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  
  .staff-row-top .staff-item:last-child {
    margin-left: auto;
    margin-right: auto;
    width: calc(50% - 15px);
  }
  
  .staff-row-bottom .staff-item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .players-slider-container,
  .staff-grid-container {
    padding: 40px 10px;
  }
  
  .players-slider-inner,
  .staff-grid-inner {
    max-width: 100%;
  }
  
  .players-slider .owl-nav {
    margin-top: 20px;
  }
  
  /* Staff grid layout on mobile */
  .staff-typing-row {
    margin-bottom: 30px;
  }
  
  .staff-row-top .staff-item,
  .staff-row-centered .staff-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .staff-row {
    margin-bottom: 0;
  }
  
  .staff-typing-content {
    text-align: center;
  }
  
  .staff-typing-text {
    font-size: 20px;
    min-height: 120px;
  }
  
  .staff-row-top,
  .staff-row-bottom {
    flex-direction: column;
  }
  
  .staff-row-top .staff-item,
  .staff-row-bottom .staff-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Latest News Slider Styles */
.latest-news-container {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 20px 15px;
}

.latest-news-header {
  margin-bottom: 30px;
}

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

.latest-news-header .section-heading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

.latest-news-header .view-all-link {
  display: inline-block;
  padding: 8px 16px;
  background-color: #00bfff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.latest-news-header .view-all-link:hover {
  background-color: #0097c7;
}

.latest-news-slider .latest-news-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 10px;
}

.latest-news-slider .news-image {
  position: relative;
  overflow: hidden;
  padding-top: 75%; /* 4:3 aspect ratio */
  background-color: #f3f3f3;
}

.latest-news-slider .news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.latest-news-slider .latest-news-item:hover .news-image img {
  transform: scale(1.05);
}

.latest-news-slider .news-content {
  padding: 20px;
}

.latest-news-slider .news-category {
  display: inline-block;
  background: #00bfff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.latest-news-slider .news-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
}

.latest-news-slider .news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.latest-news-slider .news-title a:hover {
  color: #00bfff;
}

.latest-news-slider .news-meta {
  font-size: 14px;
  color: #777;
}

/* Owl Carousel Custom Styling */
.latest-news-slider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.latest-news-slider.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.latest-news-slider.owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.latest-news-slider.owl-carousel .owl-dot.active span {
  background: #00bfff;
  width: 12px;
  height: 12px;
}

/* CTA Poster Styles */
.cta-poster-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.cta-poster-container .cta-poster-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cta-poster-container .cta-poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
  border-radius: 0;
}

.cta-poster-container .cta-poster-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  padding: 30px 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.cta-poster-container .cta-small-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
}

.cta-poster-container .cta-heading {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.cta-poster-container .cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #e30613;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 14px;
  border: none;
  box-shadow: none;
}

.cta-poster-container .cta-button:hover {
  background-color: #c10512;
  transform: none;
  box-shadow: none;
  color: #fff;
}

/* Responsive styles for CTA Poster */
@media (max-width: 991px) {
  .cta-poster-container {
    height: 350px;
  }
  
  .cta-poster-container .cta-heading {
    font-size: 48px;
  }
  
  .cta-poster-container .cta-poster-content {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .cta-poster-container {
    height: 300px;
    margin: 0 auto;
  }
  
  .cta-poster-container .cta-heading {
    font-size: 42px;
    margin-bottom: 15px;
  }
  
  .cta-poster-container .cta-small-title {
    font-size: 13px;
  }
  
  .cta-poster-container .cta-button {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cta-poster-container {
    height: 250px;
  }
  
  .cta-poster-container .cta-heading {
    font-size: 32px;
  }
  
  .cta-poster-container .cta-poster-content {
    padding: 20px 25px;
  }
}
