@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Heebo:wght@100..900&family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'Open Sans Hebrew Condensed';
	src: url('../assets/fonts/OpenSansHebrewCondensed-Light.woff2') format('woff2'),
		url('../assets/fonts/OpenSansHebrewCondensed-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Hebrew Condensed';
	src: url('../assets/fonts/OpenSansHebrewCondensed-Bold.woff2') format('woff2'),
		url('../assets/fonts/OpenSansHebrewCondensed-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Hebrew Condensed';
	src: url('../assets/fonts/OpenSansHebrewCondensed-Regular.woff2') format('woff2'),
		url('../assets/fonts/OpenSansHebrewCondensed-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Hebrew Condensed Extra';
	src: url('../assets/fonts/OpenSansHebrewCondensed-ExtraBold.woff2') format('woff2'),
		url('../assets/fonts/OpenSansHebrewCondensed-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
}

.container-fluid {
	padding: 0 55px;
}

.contact_mx {
	max-width: 365px;
}

.main {
	background-image: url(../assets/BG.png);
	background-size: cover;
}

#section {
	position: relative;
	font-family: "Inter", sans-serif;
}

.nav-link {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 38.73px;
	color: #000;
}

.border-nav {
	margin-left: 5px;
	position: relative;
}

.menu_txt {
	color: #000 !important;
	font-size: 32px;
	line-height: 38.73px;
}

.nav-item {
	padding: 0 20px;
}

.menu_txt::after {
	content: "";
	width: 3px;
	height: 40px;
	border: 1px solid #000;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	background: #000;
}


.nav-button {
	font-family: "Inter", sans-serif;
	border-radius: 10px;
	border: 2px solid black;
	font-size: 32px;
	font-weight: 800;
	line-height: 38.73px;
	background-color: rgba(250, 210, 47, 1);
	padding: 15px 32px;
}

.text_color,
.text_color:hover {
	color: #000;
}

.h-hero {
	font-size: 56px;
	font-family: Heebo;
	line-height: 78.4px;
	z-index: 3;

}

.p-hero {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 38.73px;
	z-index: 3;
}


.left-hero img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 620px;
	width: 100%;
}

.nav-link.active {
	color: #EFBD07 !important;
}

.h-service {
	font-size: 64px;
	line-height: 87.16px;
	color: #000;

}

.hero-btn {
	font-family: "Inter", sans-serif;
	font-size: 48px;
	font-weight: 600;
	background: rgba(250, 210, 47, 1);
	border: none;
	box-shadow: none;
	border-radius: 8px;
}

.p-service {
	font-size: 30px;
	line-height: 40.85px;
	color: #000;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider_logo {
	width: 20px;
}

.service-section {
	background-color: #EFBD07;
}

.card-img {
	max-width: 40px;
}

.card-title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #EFBD07;

}

.card-text {
	color: #EFBD07;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align: center;

}

.card {
	max-width: 350px;
	min-height: 300px;
}

.card.new_card {
	min-height: 150px;
}

.card-text1 {
	color: #EFBD07;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 15px;
	line-height: 26px;
	text-align: center;

}

.cart_postion {
	right: -3px;
}

.card {
	background-color: black;
	border-radius: 20px;
}


.additional-services {
	position: relative;
	margin-top: -15px;
}

.additional-service {
	background: linear-gradient(90deg, rgb(242, 230, 186) 0%, rgb(172, 161, 161) 100%);
	border: 2px solid black;
	border-radius: 30px;
	z-index: 3;
	padding: 70px 0px;
}

.text-box {
	top: -36px;
	left: 0;
}

.clickable {
	cursor: pointer;
}

/* STYLE F */

.checkbox.style-f {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox.style-f input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox.style-f input:checked~.checkbox__checkmark {
	background-color: #eee;
}

.checkbox.style-f input:checked~.checkbox__checkmark:after {
	transform: scale(1);
}

.checkbox.style-f:hover input~.checkbox__checkmark {
	background-color: #eee;
}

.checkbox.style-f:hover input:checked~.checkbox__checkmark {
	background-color: #eee;
}

.checkbox.style-f .checkbox__checkmark {
	position: absolute;
	top: 1px;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	transition: background-color 0.25s ease;
	border-radius: 6px;
	border: 4px solid #EFBD07;
}

.checkbox.style-f.style-c .checkbox__checkmark {
	height: 32px;
	width: 32px;
}

.checkbox.style-f.style-c .checkbox__checkmark::after {
	left: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	display: block;
}

.checkbox.style-f .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 10px;
	display: block;
	background-color: #EFBD07;
	border-radius: 50%;
	transform: scale(0);
	transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
	color: #000;
	line-height: 1.4;
	font-size: 18px;
	transition: font-weight 0.25s ease;
	padding-right: 26px;
}

.checkbox.style-f.style-c .checkbox__body {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1.4;
	font-size: 20px;
	padding-right: 45px;
}

.add-h1 {
	font-family: "Open Sans Hebrew Condensed";
	font-size: 48px;
	font-weight: 700;
	line-height: 65.37px;
	text-align: center;

}

.add-para {
	font-family: "Open Sans Hebrew Condensed";
	font-size: 28px;
	font-weight: 700;
	line-height: 38.13px;
	text-align: center;

}

.heading-add {
	background-image: url(../assets/blackbg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 95px;
}

.box {
	border-radius: 20px;
	background-color: rgba(239, 189, 7, 1);
	max-width: 350px;
}

.recommendation {
	background-color: rgba(226, 226, 226, 0.1);
	box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1) inset;
	font-family: "Manrope", sans-serif;

}

.rec-h2 {
	font-size: 42.78px;
	font-weight: 700;
	line-height: 58.44px;
	letter-spacing: 0.02em;
	text-align: right;
	color: rgba(19, 50, 64, 1);

}

.rec-h6 {
	font-size: 29.41px;
	line-height: 40.18px;
	letter-spacing: 0.02em;
	text-align: right;
	color: rgba(19, 50, 64, 1);
}

.review-card img {
	max-width: 170px;
}

.review-card .custm_img {
	max-width: 100px;
}

.review-card {
	background-image: url(../assets/reviewbg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.review-h4 {
	font-size: 29.41px;
	font-weight: 600;
	line-height: 40.18px;
	letter-spacing: 0.02em;
	color: rgba(19, 50, 64, 1);
}

.review-p {
	font-size: 21.39px;
	line-height: 29.22px;
	letter-spacing: 0.02em;
	text-align: right;
	color: rgba(19, 50, 64, 1);
}

.google-h5 {
	font-size: 25px;
	font-weight: 700;
}

.about-top-img {
	width: 170px;
}

.about_bg {
	background: url('../assets/about_bg.jpg');
	padding: 34px 24px;
}

.about_radius {
	border-radius: 25px;
}

.about-text {
	background-color: #EFBD07;
}

.about-img {
	top: 45px;
	left: 0px;
	max-width: 150px;
}

.about-img3 {
	top: 250px;
	left: 0px;
	max-width: 150px;
}

.about-img4 {
	top: 480px;
	left: 0px;
	max-width: 130px;
}

.contact-heading {
	max-width: 1000px;
}

.about-img5 {
	bottom: -70px;
	left: 0px;
	max-width: 140px;
}

.about-img2 {
	max-width: 190px;
	top: -15%;
	right: 0;
}

.about-img4.new_poistion1 {
	bottom: 52%;
	top: unset;
}

.about-img3.new_poistion2 {
	top: unset;
	bottom: 64%;
}

.about-img5.new_img2 {
	bottom: 41%;
}

.about-img2.new-img {
	top: -6%;
}

.mt-200 {
	margin-top: 200px;
}

.about-title {
	font-family: "Heebo", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 67.2px;
	letter-spacing: 0.02em;
	text-align: right;
}

.about-p {
	font-family: "Heebo", sans-serif;
	font-size: 32px;
	line-height: 44.8px;
	letter-spacing: 0.02em;
	text-align: right;
}

.heading-text {
	background-image: url(../assets/Vgf.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.heading-text h3 {
	font-family: "Inter", sans-serif;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
}

.contact-main {
	background: #000;
	color: white;
}

.form {
	font-family: "Inter", sans-serif;
	row-gap: 50px;
	border-radius: 15px;
	opacity: 0px;
}

.form-box {
	margin-top: -60px;
	margin-bottom: -60px;
	border-radius: 20px;
}


.form-heading {
	font-family: "Encode Sans", sans-serif;
	font-size: 55px;
	line-height: 66px;
	text-align: center;
	color: black;
}

.form-p {
	font-family: "Encode Sans", sans-serif;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: black;
}

.form-p2 {
	font-family: "Encode Sans", sans-serif;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: black;
}


.custom-checkbox {
	font-family: "Encode Sans", sans-serif;
	font-size: 20px;
}

.custom-control-input {
	width: 40px;
	height: 40px;
	border: 5px solid black;
	box-shadow: none;
}


.form-button {
	font-family: "Heebo", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	text-align: center;
	border: none;
	box-shadow: none;
	background-color: rgba(239, 189, 7, 1);
	color: #000;

}

.logo-box {
	border: 1px solid white;
	border-radius: 5px;
}

.img-md {
	display: none;
}

.detail-h6 {
	font-family: "Heebo", sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 42px;
	text-align: left;
}

.detail-p {
	font-family: "Heebo", sans-serif;
	font-size: 18px;
	line-height: 26.44px;
	text-align: left;
}

.ft-text {
	font-size: 14px;
	line-height: 24px;
}

.footer {
	font-family: "Poppins", sans-serif;
	background-color: rgba(239, 189, 7, 1);
}

.footer-logo {
	align-items: start;
}

.ft-nav {
	font-size: 25px;
	font-weight: 500;
	line-height: 65px;

}

.ft-li {
	font-size: 17px;
	line-height: 40px;
}

.ft-copy {
	font-size: 18px;
	line-height: 30px;
	direction: ltr;
}

.brand-logo {
	max-width: 200px;
}

#navbarSupportedContent {
	justify-content: center;
}


/* blog page style  */

#blog-heroSection {
	background-image: url(../assets/electrician-malaysia.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.heroSection-blog {
	height: 600px;
}

.text-start {
	font-family: Poppins;
	font-size: 25px;
	font-weight: 500;
	line-height: 65px;
	color: #000;
}

.blog-card {
	border-radius: 10px;
	background: white;
	box-shadow: seashell 2px 2px;
}

.blog-card img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}

.blog-card .p-blog {
	font-size: 24px;
	color: #000;
	text-align: center;
	font-family: "Heebo", sans-serif;
}


/* single-blog style  */

.ul-box {
	column-gap: 25px;
}

.ul-box li a {
	font-size: 14px;
	color: black;
}

.tittle-sp {
	font-size: 36px;
}

.p-sp {
	font-size: 24px;
}

.single-page img {
	width: 60%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;

}

.popup {
	background: #000000cf;
	height: 100vh;
	display: none;
	z-index: 999;
}

.popup_img {
	max-width: 600px;
}

.popup.show {
	display: block;
}

.popup {
	cursor: url('../assets/close_icon.png') 25 25, auto;
}

html {
	scroll-behavior: smooth;
}

.form-group label,
.fieldset__title {
	display: none;
}

.form-group {
	position: relative;
}

.fieldset {
	position: relative;
}

.user_phone {
	background-position: top -6px left 0%;
	background-repeat: no-repeat;
	/* padding-right: 85px !important; */
	background-repeat: no-repeat !important;
	background-size: 45px 49px !important;
}

.flag {
	width: 30px;
	border-radius: 50%;
	height: 30px;
}

.prefix {
	text-align: right;
	direction: rtl;
	position: absolute;
	top: 8px;
	right: 51px;
	color: #6c757d;
	font-size: 16px;
}

.icon_btn{
  top: 32%;
  left: 33%;
} 

.swal2-confirm.swal2-styled {
	background: rgba(239, 189, 7, 1) !important;
}

.about-btnn {
	font-size: 48px;
	font-weight: 600;
	line-height: 58.09px;
	background: #000;
}



@media(min-width: 1500px) {
	.about-text {
		min-height: 720px;
	}

	.review-card {
		min-height: 350px;
	}

	#about-button-yuvaledit a {
		font-size: 2rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 10px 20px; /* Optional: to add padding */
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }
}


@media (max-width: 1080px) {

	.left-hero img {
		display: none;
	}

	.ftl {
		display: none;
	}

	.service-section {
		border: none;
	}

	.contact-main {
		background: rgba(239, 189, 7, 1);

		color: black;
	}

	.contact-detail {
		margin-top: 80px;
		color: black;
	}

	.border-left {
		display: none;
	}

	.border-down {
		border: none;
	}

	.logo-box {
		border: 1px solid black;
	}

	.img-lg {
		display: none;
	}

	.img-md {
		display: inline;
	}

	.border-nav {
		margin-left: 5px;
		border-left: none;
	}

	.container-fluid {
		padding: 0 15px;
	}

	#about-button-yuvaledit a {
		font-size: 2rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 10px 20px; /* Optional: to add padding */
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }


}

@media(max-width: 990px) {

	.navbar-toggler:focus {
		box-shadow: none;
	}

	#navbarSupportedContent {
		position: absolute;
		background: #FAD22F;
		width: 100%;
		top: 88px;
		left: 0;
		z-index: 9999;
	}

	.menu_txt::after {
		display: none;
	}

	.border-dark2 {
		border: 0 !important;
	}

	.card {
		max-width: 100%;
		min-height: 30px;
		margin: 20px !important;
	}

	.card.new_card {
		min-height: 10px;
	}

	.cart_postion {
		right: 0px;
	}

	.box {
		max-width: 100%;
	}

	.additional-services {
		margin-top: 0px;
	}

	#about-button-yuvaledit a {
		font-size: 2rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 10px 20px; /* Optional: to add padding */
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }
}

@media (max-width: 790px) {
	.text-box h2 {
		font-size: 18px;
	}

	.heading-add {
		width: 100%;
	}

	#about-button-yuvaledit a {
		font-size: 2rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 10px 20px; /* Optional: to add padding */
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }
}

@media (max-width: 768px) {

	.brand-logo {
		max-width: 170px;
	}

	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0);
		border-color: rgba(0, 0, 0, .1);
	}

	.about {
		padding-bottom: 100px;
	}

	.form-box {
		margin-top: -35px;
		margin-bottom: 0;
	}

	.hero-rp1 {
		position: absolute;
		top: 5px;
		left: -6%;
		width: 90px;
		z-index: 1;
	}

	.contact-left.container-fluid {
		padding: 0 0;
	}

	.hero-rp2 {
		position: absolute;
		bottom: 220px;
		left: -55px;
		width: 150px;
		z-index: 0;
	}

	.hero-rp3 {
		position: absolute;
		bottom: 290px;
		right: -4%;
		width: 80px;
		z-index: 0;
	}

	.form-heading {
		font-size: 2.25rem;
		line-height: 35px;
	}

	.p-hero {
		font-size: 24px;
		line-height: 26.63px;
		text-align: center;
		margin-bottom: 30px;

	}


	.btn-box {
		display: none;
	}

	.footer-logo {
		align-items: center;
	}

	.contact-heading {
		display: none;
	}

	.ft-copy {
		direction: rtl;
	}

	.additional-service {
		padding: 50px 0px;
	}

	#about-button-yuvaledit a {
		font-size: 2rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 10px 20px; /* Optional: to add padding */
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }


}

@media (max-width: 480px) {

	.text-box {
		margin-top: -2px;
	}


	.review-card2 {
		display: none;
	}

	.review-card3 {
		display: none;

	}

	.h-hero {
		font-size: 36px;
		line-height: 38.73px;
		text-align: center;
	}

	.p-hero {
		font-size: 22px;
		line-height: 26.63px;
		text-align: center;
		margin-bottom: 30px;

	}

	.h-service {
		font-size: 32px;
		line-height: 43.58px;
	}

	.p-service {
		font-size: 22px;
		line-height: 29.96px;
	}

	.review-h4 {
		font-size: 22px;
		font-weight: 600;
		line-height: 30.05px;
		letter-spacing: 0.02em;
	}

	.review-p {
		font-size: 18px;
		line-height: 24.59px;
		letter-spacing: 0.02em;
	}

	.about-title {
		font-size: 26px;
		font-weight: 700;
		line-height: 36.4px;
		letter-spacing: 0.02em;

	}

	.about-p {
		font-size: 18px;
		line-height: 25.2px;
		letter-spacing: 0.02em;
	}

	.about-btnn {
		font-size: 48px;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
	}

	.detail-h6 {
		font-size: 24px;
		font-weight: 500;
		line-height: 28.8px;
	}

	.detail-p {
		font-size: 18px;
		line-height: 26.44px;
	}

	.heading-add {
		background-size: contain;
		padding: 0px 55px;
	}

	.text-start {
		font-size: 36px;
		line-height: 38.73px;
	}

	.p-blog {
		font-size: 18px;
		line-height: 24.59px;
		letter-spacing: 0.02em;
	}

	#about-button-yuvaledit a {
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 58.09px;
		background: #000;
		color: #FAD22F; /* Add this line for better visibility */
		text-decoration: none; /* Optional: to remove underline */
		padding: 6px 18px;
		display: flex;
        justify-content: center;
        margin: 0px 20px;
        border-radius: 5px;
        margin-top: 50px;
	  }
}