/*
Theme Name: Selindia
Author: Gowsalya
Description: This was an Onemg's custom theme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');


*, *::before, *::after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "IBM Plex Sans", sans-serif;
}
a {
	text-decoration: none;
}
p {
	font-size: 18px;
	line-height: 32px;
	color: #707070;
	margin-bottom: 15px;
}
h2 {
    font-size: 42px;
    font-weight: 600;
    color: #e42918;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
h2:before {
    content: url(/wp-content/uploads/2026/03/title-head.png);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
h3 {	
    font-size: 28px;
    font-weight: 700;
    color: #e42918;
	margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    color: #e42918;
    margin-bottom: 15px;
}
.gen_cta {
	background: #FF7627;
    border-radius: 30px;
	cursor:pointer;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;	
}
.slick-dots li button:before {
    content: "" !important;
}
.hero_slider.desktop_bnr {
	display: block;
}
.hero_slider.mobile_bnr {
	display: none;
}
.desktop_bnr {
	display: block;
}
.mobile_bnr {
	display: none;
}

@media (max-width: 800px) {
	.container {
		padding: 0px 30px;
	}
	h2 {
		font-size: 36px;
	}
	h2:before {
		top: -40px;
	}
	.hero_slider.desktop_bnr {
		display: none;
	}
	.hero_slider.mobile_bnr {
		display: block;
	}
	.desktop_bnr {
		display: none;
	}
	.mobile_bnr {
		display: block;
	}
}

