/*
CTC Separate Stylesheet
Updated: 2025-04-09 12:46:24
*/

/* Global */

body
{
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, ul, li
{
	padding: 0 !important; 
	margin: 0 !important;
}

/* Golden Buttons */

/* .gold-btn a.elementor-button:hover
{
background: #D3B25A;
background-image: -webkit-linear-gradient(91deg, rgb(255, 213, 129) 0%, rgb(249, 200, 97) 25%, rgb(250, 212, 113) 38%, rgb(250, 224, 128) 47%, rgb(233, 161, 40) 77%, rgb(243, 187, 83) 87%, rgb(253, 213, 126) 100%);
}

.golden-btn a.elementor-button
{
background: #D3B25A;
background-image: -webkit-linear-gradient(91deg, rgb(255, 213, 129) 0%, rgb(249, 200, 97) 25%, rgb(250, 212, 113) 38%, rgb(250, 224, 128) 47%, rgb(233, 161, 40) 77%, rgb(243, 187, 83) 87%, rgb(253, 213, 126) 100%);	
}

.golden-btn a.elementor-button:hover
{
background: #00000000;
background-image: linear-gradient(180deg, #02010100 0%, #F2295B00 100%);	
color: #D3B25A;
}

 */

.gold-btn a.elementor-button
{
	font-size: 20px !important;
}

/* IPL Page  */

.ipl-how-create-id
{
	padding-bottom: 10px !important;
}


/* Posts Ream More Button */

a.elementor-post__read-more
{
	padding: 10px;
	background: #E3B038;
	border-radius: 10px;
}

h3.elementor-post__title, div.elementor-post__excerpt
{
	margin-bottom: 15px !important;
}

.types-of-cricket-padding p.elementor-image-box-description
{
	padding-top: 10px !important;	
}



/* Media Query */

@media screen and (min-width: 1500px) 
{
  .section-padding
	{
		padding: 0 80px !important;
	}
  
}

@media screen and (max-width: 767px)
{
	h3.elementor-image-box-title 
	{
    padding-top: 5px !important;
    }
	
		.gold-btn a.elementor-button
{
	font-size: 14px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px)
{
	.gold-btn a.elementor-button
{
	font-size: 18px !important;
}
}
