
.rating {
  color: #ff6b35;
  font-weight: bold;
  font-size: 14px;
}

.gaming_info_overlay .rating {
  background: rgba(0,0,0,0.7);
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
}

.review_card .rating {
  font-size: 18px;
}

.top_game_content .game_rating {
  color: #fff;
  font-weight: bold;
}

.adsense_section {
  padding: 20px 0;
}

.adsense_section ins {
  display: block;
  text-align: center;
}

.sidebar_ad_widget {
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sidebar_ad_widget h4 {
  text-align: center;
  margin-bottom: 15px;
  color: #ff6b35;
}

.cookie_notification_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding: 20px 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 -5px 25px rgba(0,0,0,0.4);
  border-top: 3px solid #ff6b35;
  font-family: 'Exo', sans-serif;
}

.cookie_content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookie_icon {
  font-size: 32px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  flex-shrink: 0;
}

.cookie_text p {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #e0e0e0;
}

.cookie_text a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.cookie_text a:hover {
  color: #f7931e;
  text-decoration: underline;
}

.cookie_buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.cookie_accept_btn {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border: none;
  color: #fff !important;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.cookie_accept_btn:hover {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.cookie_close_btn {
  background: transparent;
  border: 2px solid #666;
  color: #ccc;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cookie_close_btn:hover {
  border-color: #ff6b35;
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
}

.review_card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.review_pros_cons ul {
  list-style: none;
  padding-left: 0;
}

.review_pros_cons ul li {
  padding: 3px 0;
  position: relative;
  padding-left: 15px;
}

.review_pros_cons ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff6b35;
  font-weight: bold;
}

/* Error Page Improvements */
.error_page_content {
  padding: 50px 0;
}

.error_animation div {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.suggestion_card {
  transition: transform 0.3s ease;
}

.suggestion_card:hover {
  transform: scale(1.05);
}

.suggestion_card .card_icon i {
  transition: color 0.3s ease;
}

.suggestion_card:hover .card_icon i {
  color: #fff;
}

.legal_page_section {
  padding: 50px 0;
}

.legal_content {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  color: #333;
}

@media only screen and (max-width: 767px) {
  .legal_content {
    padding: 30px 20px;
  }
}

.legal_content .section_title {
  text-align: center;
  margin-bottom: 50px;
}

.legal_content .section_title h2 {
  color: #333;
  margin-bottom: 10px;
}

.legal_content .section_title p {
  color: #666;
  margin: 0;
}

.legal_section {
  margin-bottom: 40px;
}

.legal_section h3 {
  color: #ff6b35;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.legal_section h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.legal_section h5 {
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.legal_section p {
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.legal_section ul {
  line-height: 1.8;
  color: #666;
  padding-left: 30px;
  margin-bottom: 15px;
}

.legal_section ul li {
  margin-bottom: 5px;
}

.legal_section strong {
  color: #333;
}

.legal_section a {
  color: #ff6b35;
  text-decoration: none;
}

.legal_section a:hover {
  text-decoration: underline;
}

.legal_highlight_box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.legal_highlight_box p {
  margin: 0;
  color: #333;
}

.legal_warning_box {
  background: #fff3cd;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
  margin: 20px 0;
}

.legal_warning_box p {
  margin: 0;
  color: #856404;
}

.legal_contact_box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.legal_contact_box p {
  margin: 5px 0;
  color: #333;
}

.legal_contact_box p:first-child {
  margin-top: 0;
}

.legal_contact_box p:last-child {
  margin-bottom: 0;
}

.legal_section .table {
  font-size: 14px;
  margin-bottom: 20px;
}

.legal_section .table thead {
  background: #f8f9fa;
}

.legal_section .table th,
.legal_section .table td {
  padding: 12px;
  border: 1px solid #dee2e6;
  color: #333;
}

.legal_section .table th {
  font-weight: 600;
}

.cookie_type_card {
  margin-bottom: 25px;
}

.cookie_type_card h4 {
  color: #333;
  margin-bottom: 10px;
}

.cookie_type_card p {
  line-height: 1.8;
  color: #666;
}

.last_update {
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
}

.contact_link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact_link:hover {
  color: #ff6b35 !important;
  text-decoration: none;
}

.footer_contact_info .contact_link {
  color: #aaa6b9;
}

.footer_contact_info .contact_link:hover {
  color: #ff6b35 !important;
}

.contact_info_text .contact_link {
  color: #fff;
}

.contact_info_text .contact_link:hover {
  color: #ff6b35 !important;
}

.legal_contact_box .contact_link {
  color: #ff6b35;
}

.legal_contact_box .contact_link:hover {
  color: #333 !important;
}

@media only screen and (max-width: 767px) {
  .rating {
    font-size: 12px;
  }
  
  .review_card .rating {
    font-size: 16px;
  }
  
  .sidebar_ad_widget {
    margin-bottom: 20px;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .adsense_section {
    padding: 15px 0;
  }
  
  .rating {
    font-size: 11px;
  }
  
  .gaming_info_overlay .rating {
    padding: 3px 8px;
    font-size: 11px;
  }
  
  .error_animation div {
    font-size: 120px !important;
  }
}

.main_menu nav ul li a {
  font-size: 14px !important;
  font-weight: 500;
  padding: 10px 15px !important;
  white-space: nowrap;
}

.main_menu nav ul li.menu-item-has-children {
  position: relative;
}

.main_menu nav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main_menu nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  border: 1px solid #e5e5e5;
}

.main_menu nav ul li .sub-menu li {
  display: block;
  width: 100%;
}

.main_menu nav ul li .sub-menu li a {
  display: block;
  padding: 12px 20px !important;
  color: #333 !important;
  font-size: 14px !important;
  transition: all 0.3s ease;
  background: transparent;
}

.main_menu nav ul li .sub-menu li:last-child a {
  border-bottom: none;
}

.main_menu nav ul li .sub-menu li a:hover {
  color: #b154f0 !important;
  background: transparent;
}

.offcanvas_sub_menu {
  padding-left: 20px;
  margin-top: 10px;
}

.offcanvas_sub_menu li a {
  font-size: 14px;
  color: #ccc;
  padding: 5px 0;
  display: block;
}

.offcanvas_sub_menu li a:hover {
  color: #ff6b35;
}

@media only screen and (max-width: 1199px) {
  .main_menu nav ul li a {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .main_menu nav ul li a {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_notification_banner {
    padding: 15px 0;
  }
  
  .cookie_content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .cookie_icon {
    font-size: 24px;
  }
  
  .cookie_text p {
    font-size: 13px;
  }
  
  .cookie_buttons {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  
  .cookie_accept_btn,
  .cookie_close_btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .cookie_buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie_accept_btn,
  .cookie_close_btn {
    width: 100%;
    margin: 5px 0;
  }
}

.ad_block {
    margin-bottom: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ad_block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.popular_games {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.popular_games h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popular_games_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular_games_list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.popular_games_thumb {
    flex: 1;
    text-align: center;
}

.popular_games_thumb img {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    object-fit: cover;
}

.popular_games_thumb img:hover {
    border-color: #ff6b35;
    transform: scale(1.1);
}

.sidebar_categories_widget {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar_categories_widget h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar_categories_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar_categories_widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar_categories_widget ul li:last-child {
    border-bottom: none;
}

.sidebar_categories_widget ul li a {
    color: #ccc;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.sidebar_categories_widget ul li a:hover {
    color: #ff6b35;
    padding-left: 10px;
}

.sidebar_categories_widget ul li a:before {
    content: "▶";
    opacity: 0;
    position: absolute;
    left: -15px;
    transition: all 0.3s ease;
    color: #ff6b35;
    font-size: 10px;
}

.sidebar_categories_widget ul li a:hover:before {
    opacity: 1;
    left: -10px;
}

.single_blog {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.single_blog:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.blog_thumb img {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.blog_content h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog_content h3 a:hover {
    color: #ff6b35;
}

.blog_date span {
    color: #aaa;
    font-size: 12px;
}

.rating {
    color: #f7931e;
    font-size: 14px;
    margin: 8px 0;
}

.blog_content > a {
    color: #ff6b35;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog_content > a:hover {
    color: #fff;
}

.top_games_list {
    margin: 0 -15px;
}

.top_games_list .row {
    margin: 0 -15px;
}

.top_games_list > .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.single_featured_game {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.single_featured_game:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 107, 53, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%);
}

.single_featured_game:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single_featured_game:hover:before {
    opacity: 1;
}

.featured_game_thumb {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.featured_game_thumb img {
    border-radius: 12px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.single_featured_game:hover .featured_game_thumb img {
    border-color: rgba(255, 107, 53, 0.6);
    transform: scale(1.05);
}

.game_icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #ff6b35;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.game_icon img {
    border-radius: 50%;
    display: block;
}

.featured_game_content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured_game_content h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured_game_content h4 a:hover {
    color: #ff6b35;
}

.featured_game_content .rating {
    font-size: 16px;
    color: #f7931e;
    margin: 10px 0;
    font-weight: 600;
}

.featured_game_content p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.btn-border-white {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    background: transparent;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-border-white:hover {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

/* Special styling for top 3 games */
.top_games_list > .col-lg-4:nth-child(1) .single_featured_game {
    border-color: #ffd700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
}

.top_games_list > .col-lg-4:nth-child(1) .single_featured_game:before {
    background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
}

.top_games_list > .col-lg-4:nth-child(1) .single_featured_game:hover {
    border-color: rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 215, 0, 0.1) 100%);
}

.top_games_list > .col-lg-4:nth-child(2) .single_featured_game {
    border-color: #c0c0c0;
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.1) 0%, rgba(192, 192, 192, 0.05) 100%);
}

.top_games_list > .col-lg-4:nth-child(2) .single_featured_game:before {
    background: linear-gradient(90deg, #c0c0c0 0%, #e8e8e8 100%);
}

.top_games_list > .col-lg-4:nth-child(2) .single_featured_game:hover {
    border-color: rgba(192, 192, 192, 0.6);
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.15) 0%, rgba(192, 192, 192, 0.1) 100%);
}

.top_games_list > .col-lg-4:nth-child(3) .single_featured_game {
    border-color: #cd7f32;
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.1) 0%, rgba(205, 127, 50, 0.05) 100%);
}

.top_games_list > .col-lg-4:nth-child(3) .single_featured_game:before {
    background: linear-gradient(90deg, #cd7f32 0%, #e6a055 100%);
}

.top_games_list > .col-lg-4:nth-child(3) .single_featured_game:hover {
    border-color: rgba(205, 127, 50, 0.6);
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.15) 0%, rgba(205, 127, 50, 0.1) 100%);
}

/* Medal Icons for Top 3 */
.top_games_list > .col-lg-4:nth-child(1) .single_featured_game:after {
    content: "🥇";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
}

.top_games_list > .col-lg-4:nth-child(2) .single_featured_game:after {
    content: "🥈";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
}

.top_games_list > .col-lg-4:nth-child(3) .single_featured_game:after {
    content: "🥉";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
}

/* Responsive Design for Top 10 */
@media only screen and (max-width: 991px) {
    .top_games_list > .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .top_games_list > .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .single_featured_game {
        padding: 25px 20px;
    }
    
    .featured_game_content h4 {
        font-size: 20px;
    }
    
    .featured_game_content .rating {
        font-size: 14px;
    }
    
    .btn-border-white {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Google AdSense Placeholder Styles */
.adsense-placeholder {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 2px dashed rgba(255, 107, 53, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.adsense-placeholder:before {
    content: "📢";
    font-size: 24px;
    margin-right: 10px;
    opacity: 0.7;
}

.adsense-placeholder:hover {
    border-color: rgba(255, 107, 53, 0.6);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%);
}


.adsense-leaderboard {
    width: 728px;
    height: 90px;
    max-width: 100%;
}

.adsense-medium-rectangle {
    width: 300px;
    height: 250px;
    max-width: 100%;
}

.adsense-large-rectangle {
    width: 336px;
    height: 280px;
    max-width: 100%;
}

.adsense-wide-skyscraper {
    width: 160px;
    height: 600px;
    max-width: 100%;
}

.adsense-large-skyscraper {
    width: 300px;
    height: 600px;
    max-width: 100%;
}


.adsense-mobile-banner {
    width: 320px;
    height: 50px;
    max-width: 100%;
}

.adsense-large-mobile-banner {
    width: 320px;
    height: 100px;
    max-width: 100%;
}

.adsense-square {
    width: 250px;
    height: 250px;
    max-width: 100%;
}

.adsense-responsive {
    width: 100%;
    min-height: 280px;
    max-height: 400px;
}

.adsense-section {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}

.adsense-section.sidebar-ad {
    margin: 20px 0;
    padding: 15px 0;
}

.adsense-section.header-ad {
    margin: 15px 0;
    padding: 10px 0;
}

.adsense-section.footer-ad {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.adsense-section.content-ad {
    margin: 60px 0;
    padding: 25px 0;
}

.adsense-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
    .adsense-leaderboard {
        width: 100%;
        height: 60px;
        min-height: 50px;
    }
    
    .adsense-medium-rectangle,
    .adsense-large-rectangle {
        width: 100%;
        height: 200px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .adsense-wide-skyscraper,
    .adsense-large-skyscraper {
        display: none; 
    }
    
    .adsense-mobile-banner,
    .adsense-large-mobile-banner {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .adsense-section {
        margin: 20px 0;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 480px) {
    .adsense-placeholder {
        font-size: 12px;
        padding: 10px;
    }
    
    .adsense-placeholder:before {
        font-size: 18px;
        margin-right: 8px;
    }
    
    .adsense-responsive {
        min-height: 200px;
        max-height: 250px;
    }
}

.adsense-placeholder.loaded {
    border: none;
    background: transparent;
    color: transparent;
}

.adsense-placeholder.loaded:before {
    display: none;
}

.adsbygoogle {
    display: block;
    text-align: center;
}

.adsense-sticky {
    position: sticky;
    top: 100px;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .adsense-sticky {
        position: static;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 20px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-top: 3px solid #ff6b35;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner .container {
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-text strong {
    color: #ff6b35;
    font-weight: 600;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cookie-btn.accept {
    background: #ff6b35;
    color: white;
}

.cookie-btn.accept:hover {
    background: #e55a2b;
    transform: translateY(-2px);
}

.cookie-btn.decline {
    background: transparent;
    color: #ccc;
    border: 1px solid #555;
}

.cookie-btn.decline:hover {
    background: #555;
    color: white;
}

.cookie-btn.settings {
    background: transparent;
    color: #ff6b35;
    border: 1px solid #ff6b35;
}

.cookie-btn.settings:hover {
    background: #ff6b35;
    color: white;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cookie-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.adsense-section {
    margin: 40px 0;
    text-align: center;
}

.adsense-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.adsense-placeholder {
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    border: 2px dashed #ccc;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.adsense-responsive {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 0 auto;
}

.adsense-large-rectangle {
    width: 336px;
    height: 280px;
    margin: 0 auto;
}

.adsense-medium-rectangle {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.adsense-large-skyscraper {
    width: 300px;
    height: 600px;
    margin: 0 auto;
}

.adsense-sticky {
    position: sticky;
    top: 100px;
}

.sidebar-ad {
    margin-bottom: 40px;
}

.content-ad {
    margin: 60px 0;
}

.weekly_games_section {
    position: relative;
    overflow: hidden;
}

.weekly_games_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,107,53,0.1)"/></svg>') repeat;
    animation: float 20s infinite linear;
    pointer-events: none;
}

@keyframes float {
    0% { transform: translateX(0); }
    100% { transform: translateX(50px); }
}

.weekly_game_card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.1);
}

.weekly_game_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
}

.weekly_game_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.5s ease;
}

.weekly_game_card:hover::before {
    left: 100%;
}

.game_header h3 {
    position: relative;
    overflow: hidden;
}

.game_header h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    transition: width 0.3s ease;
}

.weekly_game_card:hover .game_header h3::after {
    width: 100%;
}

.game_download_btn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6) !important;
}

.weekly_games_cta {
    position: relative;
    overflow: hidden;
}

.weekly_games_cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.weekly_games_cta .btn:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .weekly_game_card {
        margin-bottom: 30px;
        padding: 30px !important;
    }
    
    .game_header h3 {
        font-size: 24px !important;
    }
    
    .weekly_games_cta {
        padding: 30px !important;
    }
    
    .weekly_games_cta h3 {
        font-size: 20px !important;
    }
}

.top_games_ranking_table {
    margin: 40px 0;
}

.game_ranking_item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.game_ranking_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.game_ranking_item:hover::before {
    left: 100%;
}

.game_ranking_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 107, 53, 0.3);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

.ranking_number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    flex-shrink: 0;
}

.game_info {
    display: flex;
    align-items: center;
    flex: 1;
}

.game_thumb {
    margin-right: 20px;
    flex-shrink: 0;
}

.game_thumb img {
    border-radius: 12px;
    border: 2px solid rgba(255, 107, 53, 0.3);
    transition: transform 0.3s ease;
}

.game_ranking_item:hover .game_thumb img {
    transform: scale(1.05);
    border-color: rgba(255, 107, 53, 0.6);
}

.game_content h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}

.game_genre {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.game_content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.game_download_btn {
    margin-left: 20px;
    flex-shrink: 0;
}

.game_download_btn .btn {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.game_download_btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.game_download_btn .btn:hover::before {
    left: 100%;
}

.game_download_btn .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    color: white;
}

/* Special styling for top 3 games */
.game_ranking_item:nth-child(1) .ranking_number {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.game_ranking_item:nth-child(2) .ranking_number {
    background: linear-gradient(135deg, #c0c0c0, #e5e5e5);
    color: #333;
    box-shadow: 0 5px 15px rgba(192, 192, 192, 0.4);
}

.game_ranking_item:nth-child(3) .ranking_number {
    background: linear-gradient(135deg, #cd7f32, #d4af37);
    color: white;
    box-shadow: 0 5px 15px rgba(205, 127, 50, 0.4);
}

/* Mobile responsiveness for Top 10 */
@media (max-width: 768px) {
    .game_ranking_item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .ranking_number {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .game_info {
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .game_thumb {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .game_download_btn {
        margin-left: 0;
    }
    
    .game_content h3 {
        font-size: 18px;
    }
    
    .game_content p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .game_ranking_item {
        padding: 10px;
    }
    
    .ranking_number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .game_thumb img {
        width: 80px;
        height: 80px;
    }
    
    .game_content h3 {
        font-size: 16px;
    }
    
    .game_download_btn .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}



/* Footer Popüler Oyunlar Square Images */
.footer_winners_gallery .footer_winners_thumb {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: block;
    position: relative;
}

.footer_winners_gallery .footer_winners_thumb:hover {
    border-color: #ff6b35;
    transform: scale(1.05);
}

.footer_winners_gallery .footer_winners_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_winners_gallery .footer_winners_thumb:hover img {
    transform: scale(1.1);
}

.footer_winners_list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.footer_winners_list:last-child {
    margin-bottom: 0;
}

/* Ensure consistent spacing and alignment */
.footer_winners_gallery {
    display: flex;
    flex-direction: column;
}

/* Mobile responsive adjustments for footer squares */
@media (max-width: 768px) {
    .footer_winners_gallery .footer_winners_thumb {
        width: 60px;
        height: 60px;
    }
    
    .footer_winners_list {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer_winners_gallery .footer_winners_thumb {
        width: 50px;
        height: 50px;
    }
    
    .footer_winners_list {
        gap: 8px;
    }
}

.rating_lists_section {
    margin-bottom: 60px;
}

.rating_list_card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.rating_list_card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 53, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.rating_card_header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating_card_header h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.rating_badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rating_card_body {
    padding: 20px;
}

.rating_item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.rating_item:last-child {
    border-bottom: none;
}

.rating_item:hover {
    background: rgba(255, 107, 53, 0.1);
    border-radius: 8px;
    padding: 12px 10px;
    margin: 0 -10px;
}

.rank_number {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
}

.game_mini_thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.rating_item:hover .game_mini_thumb {
    border-color: rgba(255, 107, 53, 0.6);
    transform: scale(1.05);
}

.game_info_mini {
    flex: 1;
}

.game_info_mini h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.game_info_mini .rating {
    color: #f7931e;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.rating_card_footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.view_full_list {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.view_full_list:hover {
    color: #f7931e;
    transform: translateX(5px);
}

.view_full_list i {
    transition: transform 0.3s ease;
}

.view_full_list:hover i {
    transform: translateX(3px);
}

/* Special styling for top 3 positions */
.rating_item:nth-child(1) .rank_number {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}

.rating_item:nth-child(2) .rank_number {
    background: linear-gradient(135deg, #c0c0c0 0%, #e5e5e5 100%);
    color: #333;
    box-shadow: 0 3px 10px rgba(192, 192, 192, 0.4);
}

.rating_item:nth-child(3) .rank_number {
    background: linear-gradient(135deg, #cd7f32 0%, #d4af37 100%);
    color: white;
    box-shadow: 0 3px 10px rgba(205, 127, 50, 0.4);
}

@media (max-width: 768px) {
    .rating_lists_section {
        margin-bottom: 40px;
    }
    
    .rating_list_card {
        margin-bottom: 30px;
    }
    
    .rating_card_header {
        padding: 15px;
    }
    
    .rating_card_header h4 {
        font-size: 16px;
    }
    
    .rating_badge {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .rating_card_body {
        padding: 15px;
    }
    
    .rating_item {
        padding: 10px 0;
    }
    
    .rank_number {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin-right: 12px;
    }
    
    .game_mini_thumb {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }
    
    .game_info_mini h6 {
        font-size: 13px;
    }
    
    .game_info_mini .rating {
        font-size: 11px;
    }
    
    .rating_card_footer {
        padding: 12px 15px;
    }
    
    .view_full_list {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .rating_card_header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .rating_card_header h4 {
        font-size: 15px;
    }
    
    .rating_item:hover {
        margin: 0;
        padding: 10px 0;
        background: transparent;
    }
    
    .game_info_mini h6 {
        font-size: 12px;
        line-height: 1.3;
    }
}

  /* Game Review Styles */
.full-review-content {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
    border: 2px solid #00d4ff;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-header h4 {
    color: #00d4ff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 10px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #00d4ff;
}

.reviewer-details {
    flex: 1;
}

.reviewer-name {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.review-date {
    color: #ccc;
    font-size: 0.9rem;
}

.final-score {
    background: linear-gradient(45deg, #ff6b6b, #ee5a52);
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.1rem;
}

.review-content {
    color: #e0e0e0;
    line-height: 1.6;
}

.review-content p {
    margin-bottom: 15px;
}

.review-content strong {
    color: #00d4ff;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.pros h5, .cons h5 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.pros h5 {
    color: #4CAF50;
}

.cons h5 {
    color: #f44336;
}

.pros ul, .cons ul {
    list-style: none;
    padding: 0;
}

.pros li, .cons li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pros li:before {
    content: "✓ ";
    color: #4CAF50;
    margin-right: 8px;
}

.cons li:before {
    content: "✗ ";
    color: #f44336;
    margin-right: 8px;
}

.review-toggle {
    color: #ff6b35;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.review-toggle:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .pros-cons {
        grid-template-columns: 1fr;
    }
    
    .reviewer-info {
        flex-direction: column;
        text-align: center;
    }
    
    .reviewer-avatar {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.review_main_image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.review_main_image:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.main_review_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.review_main_image:hover .main_review_img {
    transform: scale(1.05);
}

.review_overlay_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 107, 53, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.review_main_image:hover .review_overlay_main {
    opacity: 1;
}

.review_play_btn {
    text-align: center;
}

.play_btn_main {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    position: relative;
}

.play_btn_main::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.play_btn_main:hover {
    transform: scale(1.1);
    color: white;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.review_main_content {
    padding-left: 40px;
}

.review_main_title h5 {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.review_main_title h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 2px;
}

.review_main_title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.reviewer_info_main {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}

.reviewer_info_main img {
    border: 3px solid #ff6b35;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.reviewer_info_main h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.reviewer_info_main .text-muted {
    color: #ccc !important;
    font-size: 14px;
}

.rating_score_main {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    position: relative;
}

.rating_score_main::before {
    content: "⭐";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.review_main_desc {
    margin-bottom: 30px;
}

.review_main_desc p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.review_main_desc p:first-child {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.review_main_btn .btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.review_main_btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.review_main_btn .btn:hover::before {
    left: 100%;
}

.review_main_btn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    color: white;
}

@media (max-width: 991px) {
    .review_main_content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .review_main_title h2 {
        font-size: 32px;
    }
    
    .main_review_img {
        height: 300px;
    }
    
    .play_btn_main {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .review_main_title h2 {
        font-size: 28px;
    }
    
    .main_review_img {
        height: 250px;
    }
    
    .reviewer_info_main {
        padding: 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .rating_score_main {
        margin-top: 15px;
        align-self: center;
    }
    
    .review_main_desc p {
        font-size: 14px;
    }
    
    .review_main_btn .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .review_main_title h5 {
        font-size: 12px;
    }
    
    .review_main_title h2 {
        font-size: 24px;
    }
    
    .main_review_img {
        height: 200px;
    }
    
    .play_btn_main {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .header_right_sidebar .sing_up_btn {
        display: none !important;
    }
} 