:root {
	--primary: #0078c7;
	--white: #ffffff;
	--header_height: 58px;
}

.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.text-primary {
	color: var(--primary) !important;
}
.view-more a img{
	width: 14%;
}
.navbar-nav .nav-link {

	border-bottom: transparent 3px solid;
	color: #000;
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;

}

.call-now {
	background-color: #0077C7;
	color: #fff;
	font-family: Arial;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	height: 47px;
	width: 149px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;

}

.call-now:hover {
	background-color: #125b8b;
	color: #ffffff;

}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.sc-head-section {
	/* background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background: #4b6fff;
	background: var(--primary);
	background: linear-gradient(90deg, #4b6fff, #5628c8);
	background: linear-gradient(90deg, var(--primary) 0, #5628c8 100%);
	height: calc(40vh - 58px);
	height: calc(40vh - var(--header_height));
	position: relative; */

	background-image: url('../images/backgrounds/page-header-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: calc(30vh - 58px);
	height: calc(30vh - var(--header_height));
	z-index: 1;
	align-items: center !important;
}

.sc-head-section:after {
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: calc(30vh - 58px);
	height: calc(30vh - var(--header_height));
	position: absolute;
	background-color: rgb(75 111 255/70%);


}

.sc-head-section-title {
	font-family: CabinetGrotesk-Black;
	font-size: 52px;
	line-height: 52px;
	text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
	color: var(--primary);
}

.navbar-nav .nav-link.active span {
	border-bottom: var(--primary) 3px solid;
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--primary);

}

.btn-primary:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	opacity: 0.8;
}

.custom-indicators {
	position: absolute;
	bottom: 20px;
	/* jaha rakhna ho adjust kar sakte ho */
	left: 35%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	/* indicators ke beech ka gap */
}

.custom-indicators button {
	width: 31px;
	/* dash ki length */
	height: 8px;
	/* dash ki height */
	border-radius: 100px;
	/* rounded edges */
	background-color: #909090;
	/* default gray */
	border: none;
	opacity: 1;
	transition: background-color 0.3s;
}

.custom-indicators button.active {
	background-color: #2F2F2F;
	/* active black */
	width: 84px;
	height: 8px;
	border-radius: 100px;
	/* thoda lamba indicator (screenshot jaise) */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 31px;
	height: 8px;
	padding: 0;
	border-radius: 100px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #909090;
	background-clip: padding-box;
	border: 0;

}

.jain-head-section {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background: #4b6fff;
	background: var(--primary);
	background: linear-gradient(90deg, #4b6fff, #5628c8);
	background: linear-gradient(90deg, var(--primary) 0, #5628c8 100%);
	height: calc(40vh - 58px);
	height: calc(40vh - var(--header_height));
	position: relative;
}

.jain-head-section-title {
	font-family: CabinetGrotesk-Black;
	font-size: 52px;
	line-height: 52px;
	text-transform: uppercase;
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.accordion-button {

	background-color: var(--primary);
	color: var(--white);
}

.accordion-button:not(.collapsed) {
	background-color: var(--primary);
	color: var(--white);
}

.hm-searchbar input:focus,
.hm-searchbar button:active:focus {
	box-shadow: none;
}

.hm-searchbar button {
	width: 150px;
}

.pass_field {
	position: relative;
}

.pass {
	position: absolute;
	top: 30px;
	right: 10px;
}

.hide-password {
	display: none;
}

/* 
-------------------
product
-------------------
 */
.section-title h3 {
	color: var(--primary);
	font-family: Arial;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;

}
.product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1); /* default normal size */
    transition: transform 0.5s ease; /* smooth zoom on hover */
}

.product-img:hover img {
    transform: scale(1.05); /* optional zoom on hover */
}

.product-name {
    position: absolute;
    bottom: -100%; /* initially hidden */
    left: 0;
    width: 100%;
    background: rgba(65, 64, 64, 0.25); /* semi-transparent background */
    backdrop-filter: blur(5px); /* blur effect */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    transition: bottom 0.3s ease; /* slide effect */
}
.product-name-2 {
    position: absolute;
    bottom: -100%; /* initially hidden */
    left: 0;
    width: 100%;
    background: rgba(65, 64, 64, 0.25); /* semi-transparent background */
    backdrop-filter: blur(5px); /* blur effect */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    transition: bottom 0.3s ease; /* slide effect */
}

.product-img:hover .product-name {
    bottom: 0; /* slide up on hover */
}
.product-img:hover .product-name-2 {
    bottom: 0; /* slide up on hover */
}


/*
-------------------------------
blogs
-------------------------------
*/
.es-product-item,
.es-blog-item {
	display: flex;
	flex-direction: column;
	height: 95%;
	/* sab cards ki height equal */
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	margin-top: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #F0F4F8;
}

.es-product-text {
	padding-bottom: auto;
	/* text ko neeche align karega */
	padding: 15px;
	background-color: #F0F4F8;
	height: 100%;
}



.es-blog-item:hover {
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
}

.es-blog-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 324px;

}

.es-blog-text {
	background: #f5f5f5;
	padding: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.es-blog-item:hover .es-blog-text {
	background: #f9f9f9;
}

.es-product-text h3 a,
.es-blog-text h3 a {
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 100%;
	color: #000;
	text-decoration: none;
	letter-spacing: 0%;

}

.es-blog-text .button-bn a {
	font-size: 16px;
	font-weight: 700;
}

.es-blog-text a:hover {
	color: #3367c1;
}

.es-blog-text p {
	margin-bottom: 10px;
}

.short-text {
	display: -webkit-box;
	/* Flexbox ka ek tarika (webkit) */
	-webkit-line-clamp: 3;
	/* Sirf 3 line tak show kare */
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* baaki content hide */
	text-overflow: ellipsis;
	/* "..." dikhane ke liye */
}

/*
 ================================ 
  promotion-section 
  ===============================
   */
.promotion-section {
	background: #F0F4F8;
}

.app-section {
	width: 635;
	height: 212;
	gap: 32px;
	opacity: 1;
	top: 106.5px;
	left: 120px;

}

.app-section h3 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0px;
	color: var(--primary);
}

.app-section p {
	
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	letter-spacing: 0px;
}

/*
----------------
Footer
----------------
*/
.se-register-footer-section {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 55px;
	padding-bottom: 70px;
	color: #fff;
}

.se-bg-overlay {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary);
	;
	opacity: 0.8;
}

/* contact us page start */
.se-contact-information ul {
	color: #292929;
}

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

.se-contact-information ul li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.se-contact-information ul li .icon {
	display: inline-block;
}

.se-contact-information ul li .text {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
	margin-left: 10px;
	margin-bottom: 15px;
	font-weight: 500;
}

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

/* contact us page start */


.no-record-found {
	font-size: 24px;
	text-align: center;
	color: #999;
	border: 5px dashed #999;
	padding: 60px 0;
	margin: 15px;
	margin-bottom: 15px;
}

.no-record-found i {
	font-size: 92px;
}

.select2 {
	border: 1px solid #ced4da !important;
	padding: 5.2px !important;

	border-radius: .25rem;
}

/* search section  */
ul.search-result-menu li .submenu {
	padding: 10px 0;
	display: none;
}

ul.search-result-menu li a {
	display: block;
	line-height: 40px;
	color: #282828;
	text-transform: capitalize;
	padding: 0 15px;
	border-bottom: 1px dashed #808080;
	text-decoration: none;
}

ul.search-result-menu li .submenu .submenu-item {
	display: block;
	line-height: 35px;
	color: #282828;
	text-transform: capitalize;
	padding: 0 15px;
}

.owl-carousel .item {
	height: 10rem;
	background: #4DC7A0;
	padding: 1rem;
}