/*
Template Name: Cricket Club
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************center_home****************/
.carousel-caption{
	/* background-color: var(--bg_back); */
	bottom: 20%;
    left: 10%;
    width: 40%;
	text-align:left;
	/* padding:20px; */
	/* border:1px solid var(--caption_border); */
 }
/*********************center_home_end****************/


/*********************upcoming****************/
.upcoming_1_left1_inner1{
	padding-top:20%; 
 }
/*********************upcoming_end****************/


/*********************high****************/
.high_2_right1::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}
.high_2_right1::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 6px;
	border: 3px solid #f5f5f5;
}
.high_2_right1::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
.high_2_right1{
	height: 486px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #8b8f20 #f5f5f5;
 }
/*********************high_end****************/

/*********************player****************/
.player_1_inner2 .role{
	min-width:75px;
	text-align:center;
	border-right:5px solid  var(--bs-red); 
 }
/*********************player_end****************/



@media screen and (max-width : 767px){
.carousel-caption{
        width: 93%;
        text-align: center;
        left: 3%;
} 
.carousel-caption h6{
	text-align:center;
} 
.carousel-caption br{
	display:none;
} 
.upcoming_1_left{
	margin-top:8px;
	margin-bottom:8px; 
 }
.upcoming_1_left1_inner img{
   width:100%;
 }
.leader_1 .justify-content-end {
    justify-content: flex-start!important;
	margin-top:15px;
}
.high_2_right{
	margin-top:15px; 
 }
.high_2_right1 img{
	width:100px; 
 }
.result_1_inner{
	margin-top:8px;
	margin-bottom:8px;
 }
.player_1_inner{
 	margin-top:8px;
	margin-bottom:8px;
 }
.player_1_inner1 img{
	width:100%; 
 }
 }


@media (min-width:576px) and (max-width:767px) {
.upcoming_1_left2 li{
	font-size:13px; 
 }
.upcoming_1_left {
	margin-top:15px!important; 
 }
.leader_1 .justify-content-end {
    justify-content: flex-end!important;
    margin-top: 0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
	min-height:600px;
 }
.carousel-caption {
    width: 50%;
}
.upcoming_1_left2 li{
	font-size:13px; 
 }
.high_2_right1 img{
width:80px;
height:50px; 
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.high_2_right1 img{
	width:80px;
	height:50px; 
 }
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media (min-width:1400px) and (max-width:2000px) {
.high_2_right1{
	height: 565px;
 }
 }


/* =======================videosection======== */
   .pcpl-difference {
      padding: 60px 8%;
    }

    .pcpl-row {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      flex-wrap: wrap;
    }

    /* Left Video */
    .pcpl-video {
      flex: 1;
      min-width: 320px;
    }

    .video-wrapper iframe {
      width: 100%;
         height: 450px;
      border-radius: 12px;
      box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
    }

    /* Right Table */
    .pcpl-table {
      flex: 1;
      min-width: 320px;
    }

    .pcpl-table h2 {
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 700;
      color: #222;
    }

    .pcpl-table table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    }

    .pcpl-table th,
    .pcpl-table td {
         padding: 10px 18px;
      text-align: left;
      font-size: 15px;
      line-height: 1.6;
    }

    .pcpl-table thead th {
      /* background: #ffbe07; */
      background: #efd99c;
      color: #000000;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.5px;
    }

    .pcpl-table td strong {
      font-weight: 600;
      color: #333;
    }

    .pcpl-table td em {
      font-style: italic;
      color: #ffbe07;
      font-weight: 500;
    }

    .pcpl-table tbody tr:nth-child(even) {
      background-color: #fcf9f1 ;
    }

    .pcpl-table tbody tr:hover {
      background: #fcf9f1;
      transition: 0.3s;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .pcpl-row {
        flex-direction: column;
      }
      .video-wrapper iframe {
        height: 220px;
      }
    }