body{
	margin: 0;
	width: 100%;
	max-width: 100vw;
    overflow-x: hidden !important; /* Blocks all horizontal side-scrolling */
}


							/* -------- Hero Section ---------- */


.hero_section{
	position: fixed;
	top: 0;
	background: #000000;
	height: 82px;
	width: 100%;
	z-index:20;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(178,190,181,0.4);
	gap: 84px;
}

.hero_section .hero_logo{
	top: 6%;
	left: 2%;
	position: absolute;
}

.hero_section .hero_logo img{
	height: 75px;
	width: 220px;
}

.hero_section .hero_menu{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero_section .whatsapp{
	position: absolute;
	flex-wrap: wrap;
	top: 20%;
	right: 2%;
	width: 185px;
	height: 50px;
	border-radius: 10px;	
	background: #FF0000;
	box-shadow: inset 1px 1px 30px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.hero_section .whatsapp:hover{
	box-shadow: inset 0px 1px 30px rgba(0,0,0,0.6);
}

.hero_section .whatsapp:active{
	transform: scale(0.98);
}

.hero_section .whatsapp a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
}

.hero_section .whatsapp a i{
	margin-left: 3px;
}

.hero_section .hero_menu nav{
	position: relative;
	display: flex;
	text-align: center;
	width: 781px;
	height: 55px;
}

.hero_section>.hero_menu>nav>ul{
	position: relative;
	list-style-type: none;
}
.hero_section>.hero_menu>nav>ul>li{
	float: left;
}

.hero_section::after{
	content: '';
	display: block;
	clear: both;
}

.hero_section .hero_menu nav ul li .sub-menu{
	position: absolute;
	display: none;
	height: 450px;
	width: 317px;
	top: 54px;
	left: 148px;
	border-radius: 0 0 10px 10px;
	background: rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 250px rgba(255,255,255,0.7);
	align-items: center;
	justify-content: center;
}
.hero_section .hero_menu nav ul li .sub-menu ul{
	position: relative;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	display: none;
	
}
.hero_section .hero_menu nav ul li .sub-menu ul li{
	position: relative;
	left: -18px;
	display: flex;
	padding: 5px;
}
.hero_section .hero_menu nav ul li .sub-menu ul li label{
	position: relative;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 10px;
}


.hero_section .hero_menu nav ul li label{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 14px;
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	cursor: pointer;
	margin: 0 5px;
}

.hero_section .hero_menu nav .underline{
	content: '';
	position: absolute;
	left: 5.8%;
	bottom: 0;
	height: 2px;
	width: 10.1%;
	background: #FF0000;
	border-radius: 10px;
	z-index: 2;
}

.hero_section .hero_menu nav ul li label:hover{
	
	color: #FF0000;
}
.hero_section .hero_menu nav ul li label .arrow .up-arrow{
	position: absolute;
	top: 3px;
	left: 1px;
	display:none;
}

.hero_section .hero_menu nav ul li label .arrow{
	width: 20%;
	position: relative;
	left: 3px;
	top: 2px;
	display: inline;
	z-index: 1;
}

#home:checked ~ nav ul li label.home,
#about:checked ~ nav ul li label.about,
#services:checked ~ nav ul li label.services,
#choose:checked ~ nav ul li label.choose,
#process:checked ~ nav ul li label.process,
#contact:checked ~ nav ul li label.contact{
	color: #FF0000;
}

#home:checked ~ nav .underline{
	left: 5.8%;
}
#about:checked ~ nav .underline{
	left: 17.2%;
	width: 13.5%;
}

#choose:checked ~ nav .underline{
	left: 48%;
	width: 20.7%;
}
#process:checked ~ nav .underline{
	left: 70.1%;
	width: 12.2%;
}
#contact:checked ~ nav .underline{
	left: 83.6%;
	width: 15.7%;
}

input[type="checkbox"]{
	display: none;
}

input[type="radio"]{
	display: none;
}

#services:checked ~ nav ul li ul,
#services:checked ~ nav ul li .sub-menu{
	display: block;
}

#services:checked ~ nav ul li label .arrow .up-arrow{
	display: block;
}

#services:checked ~ nav ul li label .arrow .down-arrow{
	color: #000000;
}

#dtf:checked ~ nav ul li .sub-menu ul li label.dtf,
#screen:checked ~ nav ul li .sub-menu ul li label.screen,
#laser-c:checked ~ nav ul li .sub-menu ul li label.laser-c,
#laser-e:checked ~ nav ul li .sub-menu ul li label.laser-e,
#fusing:checked ~ nav ul li .sub-menu ul li label.fusing,
#heat:checked ~ nav ul li .sub-menu ul li label.heat,
#fancy:checked ~ nav ul li .sub-menu ul li label.fancy,
#custom:checked ~ nav ul li .sub-menu ul li label.custom{
	box-shadow: inset 1px 1px 30px rgba(255,0,0,0.7);
}

#dtf:checked ~ nav ul li label.services,
#screen:checked ~ nav ul li label.services,
#laser-c:checked ~ nav ul li label.services,
#laser-e:checked ~ nav ul li label.services,
#fusing:checked ~ nav ul li label.services,
#heat:checked ~ nav ul li label.services,
#fancy:checked ~ nav ul li label.services,
#custom:checked ~ nav ul li label.services{
	color: #FF0000;	
}

#dtf:checked ~ nav .underline,
#screen:checked ~ nav .underline,
#laser-c:checked ~ nav .underline,
#laser-e:checked ~ nav .underline,
#fusing:checked ~ nav .underline,
#heat:checked ~ nav .underline,
#fancy:checked ~ nav .underline,
#custom:checked ~ nav .underline{
	height: 0;
	width: 0;
}

#dtf:checked ~ nav ul li .sub-menu ul li label.dtf:hover,
#screen:checked ~ nav ul li .sub-menu ul li label.screen:hover,
#laser-c:checked ~ nav ul li .sub-menu ul li label.laser-c:hover,
#laser-e:checked ~ nav ul li .sub-menu ul li label.laser-e:hover,
#fusing:checked ~ nav ul li .sub-menu ul li label.fusing:hover,
#heat:checked ~ nav ul li .sub-menu ul li label.heat:hover,
#fancy:checked ~ nav ul li .sub-menu ul li label.fancy:hover,
#custom:checked ~ nav ul li .sub-menu ul li label.custom:hover{
	color: #FFFFFF;
}

.dtf:active,
.screen:active,
.laser-c:active,
.laser-e:active,
.fusing:active,
.heat:active,
.fancy:active,
.custom:active{
	transform: scale(0.98);
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							



							/* --------------- Home Section ---------------- */
							
							
.home_section{
	width: 100%;
	margin-top: 80px;
	background: #000000;
	position: relative;
	display: flex;
	align-items: center;
	height: 314px;
}

.home_section img{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 40px;
}

.home_section .text{
	position:relative;
	display: flex;
	width: 50%;
	height: 100%;
	align-items: center;
	margin: 0px 0px 6px 47px;
}

.home_section ul{
	position:relative;
	margin:0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.home_section ul li{
	position:relative;
}

.home_section ul li .get{
	position: relative;
	color: #FF0000;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 15px;
	height: 30px;
	display: flex;
	align-content: center;
	z-index: 1;
	top: 0px;
}
.home_section ul li .we{
	position: relative;
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 66px;
	z-index: 1;
	top: 0px;
}
.home_section ul li .help{
	position: relative;
	color: #FF0000;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 66px;
	z-index: 1;
	top: 0px;
}
.home_section ul li .you{
	position: relative;
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 66px;
	z-index: 1;
	top: 0px;
}
.home_section ul li .question{
	position: relative;
	color: #FFFFFF;
	font-family: "poppins",sans-serif;
	letter-spacing: 1px;
	z-index: 1;
	top: 8px;
}

							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
														
							
							
							
							/* ------------- Mail Section -------------- */
							
						
.mail_section{
	width: 100%;
	height: 570px;
	position: relative;
	display: flex;
}	
					
.mail_section .contact{
	position: relative;
	width: 40%;
	height: 100%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
}

.mail_section .contact ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 230px;
	position: relative;
	top: -5px;
}

.mail_section .contact ul img{
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0px;
	left: 35px;
	top: 17px;
}

.mail_section .contact ul .ph{
	position: relative;
	left: 15px;
	top: -133px;
}

.mail_section .contact ul .wp{
	position: relative;
	left: 15px;
	top: -125px;
}

.mail_section .contact ul .em{
	position: relative;
	left: 15px;
	top: -138px;
}

.mail_section .contact ul .loc{
	position: relative;
	left: 15px;
	top: -132px;
}

.mail_section .contact ul .clock{
	position: relative;
	left: 15px;
	top: -143px;
}

.mail_section .contact ul a{
	text-decoration: none;
	position: relative;
}

.mail_section .contact ul .head{
	position: relative;
	color: #000000;
	top: -31px;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 17px;
	left: 50px;
}

.mail_section .contact ul .head_pe{
	position: relative;
	color: #000000;
	top: -22px;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 17px;
	left: 50px;
}

.mail_section .contact ul .text{
	position: relative;
	color: #000000;
	top: -30px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 16px;
	left: 110px;
}

.mail_section .contact ul .pe{
	position: relative;
	color: #000000;
	top: -22px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 16px;
	left: 110px;
}

.mail_section .contact ul .fks{
	position: relative;
	color: #000000;
	left: 0px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.mail_section .contact ul li h2{
	position: relative;
	color: #000000;
	top: -12px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 780;
	font-size: 21px;
	margin: 0;
	padding: 0;
	left: -20px;
}

.mail_section .contact ul li{
	position: relative;
	left: 15px;
	top: -133px;
}

.mail_section .contact ul .h_line{
	background: #FF0000;
	position: relative;
	height: 3px;
	width: 64px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: -138px;
	left: 50px;
}

.mail_section .contact ul .h_line_p{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 1px;
	width: 358px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: -134px;
	left: 120px;
}

.mail_section .contact ul .h_line_w{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 1px;
	width: 358px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: -139px;
	left: 120px;
}

.mail_section .contact ul .h_line_m{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 1px;
	width: 358px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: -136px;
	left: 120px;
}

.mail_section .contact ul .h_line_a{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 1px;
	width: 358px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	top: -145px;
	left: 120px;
}



.mail_section .send_msg {
	position: relative;
	width: 60%; /* Changed to 100% so parent container handles alignment context */
	display: flex;
	justify-content: center;
	height: 570px;
	align-items: center;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* This new wrapper restricts form sizing safely to replace the hardcoded textarea values */
.form_container {
	width: 100%;
 /* Safe structural frame boundary for forms */
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.mail_section .send_msg form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.mail_section .send_msg .name_numb {
	display: flex;
	gap: 12px;
	width: 100%;
}

/* Forces both inputs to always maintain balanced 50/50 sizing ratios */
.mail_section .send_msg .name_numb input {
	flex: 1;
	width: 50%; 
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.mail_section .send_msg input[type="text"],
.mail_section .send_msg input[type="tel"],
.mail_section .send_msg input[type="email"],
.mail_section .send_msg input[type="number"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(0,0,0,0.3);
	height: 45px;
    background-color: #FFFFFF;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 6px;
	font-family: "Poppins", sans-serif;
	color: #000000;
}

.mail_section .send_msg select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(0,0,0,0.3);
	height: 47px;
    background-color: #FFFFFF;
    font-size: 15px;
	color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	font-family: "Poppins", sans-serif;
}

.service {
  position: relative;
  display: block;
  width: 100%;
}

.select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

select:open + .select-arrow {
  transform: translateY(-50%) scaleY(-1);
}

select:focus option:disabled {
	display: none;
}

.msg_service option {
	color: #000000;
}

/* Restructured back to 100% fluid scaling to remove the 700px bug breaking elements layout */
.mail_section .send_msg textarea {
    width: 100%;
	height: 190px;
	resize: none;
    padding: 15px 18px;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 6px;
	font-family: "Poppins", sans-serif;
	color: #000000;
}

.mail_section .send_msg button {
    width: 100%;
	height: 45px;
    border: none;
    background-color: #FF0000;
    font-size: 17px;
	color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 550;
	box-shadow: inset 1px 1px 30px rgba(0,0,0,0.1);
}

.mail_section .send_msg button i {
	color: #FFFFFF;
	position: relative;
	top: 1px;
}

.mail_section .send_msg button:active {
	transform: scale(0.99);
}

.mail_section .send_msg button:hover {
	cursor: pointer;
	box-shadow: inset 1px 1px 30px rgba(0,0,0,0.3);
}

input:focus,
select:focus,
textarea:focus {
	 border: none;
	 outline: 1px solid #FF0000;
}

.mail_section .send_msg .h_line {
	background: #FF0000;
	height: 3px;
	width: 64px;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 0px;
	top: -2px;
}

.mail_section .send_msg .head {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 17px;
	position: relative;
	left: 0px;
	top: 9px;
}

.mail_section .send_msg .head h2 {
	color: #000000;
	font-family: sans-serif;
	font-weight: 780;
	font-size: 21px;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Apply a green border and outline only when the input is valid and not empty */
.mail_section .send_msg input:focus:valid,
.mail_section .send_msg select:focus:valid,
.mail_section .send_msg textarea:focus:valid {
    border: none;
    outline: 1px solid #00CC66; /* Vibrant green outline on focus */
}

.mail_section .send_msg input:not(:placeholder-shown):valid,
.mail_section .send_msg textarea:not(:placeholder-shown):valid {
    border: 2px solid #00CC66; /* Solid green border when user clicks away */
}

/* Special rule for the dropdown select since it does not have a placeholder attribute */
.mail_section .send_msg select:valid:not([value=""]) {
    border: 2px solid #00CC66;
}


.success{
	display: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	top:  20px;
	left: 5px;
}

/* Central Layout Container */
.success-container {
    text-align: center;
    max-width: 620px;
    width: 100%;
    animation: containerEntrance 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	justify-content: center;
	align-items: Center;
	align-content: Center;
	display: flex;
	flex-direction: column;
}

/* Icon Wrapper & Visual Details */
.icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
	top: 15px;
}

.checkmark-circle {
    width: 88px;
    height: 88px;
    border: 4.5px solid #22c55e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.checkmark {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: #22c55e;
}

/* --- Rich Sparkle Star System --- */
.sparkle-star {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform-origin: center;
}

/* Varied positions, scales, colors, and delay timings */
.sparkle-star.s1 { 
    top: -18px; left: -22px; width: 20px; height: 20px; fill: #22c55e;
    animation: burstTwinkle 2.8s ease-in-out infinite;
}
.sparkle-star.s2 { 
    bottom: 4px; right: -26px; width: 16px; height: 16px; fill: #a3e635;
    animation: burstTwinkle 2.4s ease-in-out infinite 0.5s;
}
.sparkle-star.s3 { 
    top: -24px; right: -12px; width: 14px; height: 14px; fill: #22c55e;
    animation: burstTwinkle 2.2s ease-in-out infinite 1.1s;
}
.sparkle-star.s4 { 
    bottom: -16px; left: -10px; width: 15px; height: 15px; fill: #a3e635;
    animation: burstTwinkle 2.6s ease-in-out infinite 0.3s;
}
.sparkle-star.s5 { 
    top: 24px; left: -32px; width: 12px; height: 12px; fill: #4ade80;
    animation: burstTwinkle 2s ease-in-out infinite 0.8s;
}
.sparkle-star.s6 { 
    top: 28px; right: -34px; width: 13px; height: 13px; fill: #22c55e;
    animation: burstTwinkle 2.5s ease-in-out infinite 1.4s;
}

/* Typography Styles */
.headline {
    font-size: 2.5rem;	
	font-family: "Poppins", sans-serif;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.highlight {
    color: #22c55e;
	position: relative;
	top: 5px;
}

/* --- Accent Mini Line & Center Dot Divider --- */
.divider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.divider-line {
    width: 40px;
    height: 2px;
    background-color: #22c55e;
    border-radius: 2px;
	position: relative;
	top: 5px;
}

/* Description Copy */
.subtext {
    font-size: 1.2rem;
    color: #64748b;
    position: relative;
	top: -15px;
    font-weight: 400;
}

.subtext2 {
    font-size: 1.2rem;
    color: #64748b;
    position: relative;
	top: -27px;
    font-weight: 400;
}

/* --- Animations --- */

/* Main UI slide-up entrance */
@keyframes containerEntrance {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Looping dynamic burst sparkle routine */
@keyframes burstTwinkle {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(0deg) translate(0, 0);
    }
    35% {
        opacity: 1;
        transform: scale(1.1) rotate(45deg) translate(2px, -2px);
    }
    55% {
        opacity: 1;
        transform: scale(1) rotate(90deg) translate(-1px, 1px);
    }
    100% {
        opacity: 0;
        transform: scale(0) rotate(140deg) translate(4px, -4px);
    }
}

/* Responsive Breakpoint for Mobile Screens */
@media (max-width: 480px) {
    .headline {
        font-size: 1.85rem;
    }
    .subtext {
        font-size: 1rem;
    }
    .checkmark-circle {
        width: 76px;
        height: 76px;
    }
    .checkmark {
        width: 36px;
        height: 36px;
    }
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- Map Section -------------- */


/* Full container wrapper */
.map-section {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	top: 34px;
}

.map-container {
    position: relative;
    width: 94%;
    height: 340px;
    display: flex;
    align-items: center;
	border-radius: 15px;
}

/* Label Box styled exactly like the original design */
.address-card {
    position: absolute;
    left: 6px;
	top: 6px;
    z-index: 10;
    background-color: #ffffff;
    padding: 30px 5px 30px 35px;
    width: 19%;
    border-radius: 10px; /* Slightly sharp modern aesthetic */
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Clean, uniform drop shadow */
    display: flex;
    flex-direction: column;
}

/* Marker Icon Style: Background removed, standing directly on the white card */
.card-header-layout {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 12px;
}

.marker-icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: -2px; /* Pull up slightly to align perfectly with text */
}

.marker-icon-wrapper svg {
    width: 30px;
    height: 30px;
    fill: #d32f2f; /* Bright red pin color directly from the image */
}

/* Label Typography styling */
.address-card h3 {
    margin: 0;
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
	font-family: "Poppins", sans-serif;
}

.address-card p {
    margin-left: 5px; /* Clean grid alignment with the headline text */
    margin-bottom: 25px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 550;
	font-family: "Poppins", sans-serif;
}

/* Solid Black Direction Button */
.direction-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
	font-family: "Poppins", sans-serif;
	gap: 8px;
	height: 20px;
	width: 150px;
	box-shadow: inset 0px 1px 30px rgba(255,255,255,0.3);
}


.direction-btn:hover {
   	box-shadow: inset 1px 1px 30px rgba(255,255,255,0.5);
}

.direction-btn:active {
	transform: scale(0.97);
}

/* Interactive Canvas Container */
.map-canvas-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,0.2);
	border-radius: 15px;
}

.map-canvas-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Mobile Responsive Treatment */
@media (max-width: 768px) {
    .map-container {
        flex-direction: column;
        height: auto;
        background-color: transparent;
    }
    
    .address-card {
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 15px;
        padding: 20px;
    }
    
    .map-canvas-container {
        height: 300px;
        width: 100%;
    }
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- WhatsApp Section -------------- */


.wp_section{
	display: flex;
	align-items: center;
	justify-content: center;
	Background: #000000;
	padding: 20px 0px 20px 0px;
	position: relative;
	top: 89px;
	border-bottom: 1px solid rgba(178,190,181,0.4);
	width: 100%;
}

.wp_section .wp_text{
	display: flex;
	align-items: center;
	padding-left: 40px;
	position: relative;
	width: 80%;
}

.wp_section .wp_box{
	display: flex;
	width: 20%;
	align-items: center;
	position: relative;
}

.wp_section .wp_text img{
	width: 75px;
	height: 75px;
	position: relative;
}

.wp_section .wp_text .head_text{
	position: relative;
	color: rgba(255,255,255,0.8);
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 19px;
	left: 23px;
	top: -15px;
}
.wp_section .wp_text .body_text{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 20px;
	left: -145px;
	top: 4px;
}

.wp_section .wp:hover{
	box-shadow: inset 0px 1px 30px rgba(255,0,0,0.7);
}
.wp_section .wp:active{
	transform: scale(0.98);
}
.wp_section .wp a{
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px;
}
.wp_section .wp a i{
	margin-left: 14px;
}
.wp_section .wp {
	position: absolute;
	width: 230px;
	height: 55px;
	border-radius: 10px;	
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	right: 48px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
					
							
							
							
							/* ------------- WhatsApp Section -------------- */
						
						
.last_section{
	position: relative;
	height: 300px;
	display: flex;
	top: 89px;
	Background: #000000;
	align-items: Center;
	display: flex;
}

.last_section .logo{
	position:relative;
	height: 100%;
	width: 26%;
	display: flex;
	flex-direction: column;
}

.last_section .logo .logo_text{
	position:relative;
	height: 75%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: Center;
	justify-content: Center;
	padding: 10px 0px 0px 0px;
	gap: 16px;
}

.last_section .logo .logo_text img{
	position:relative;
	width: 328px;
	height: 108px;
}

.last_section .logo .logo_text .slogan{
	position: relative;
	color: #FFFFFF;
	font-family: "poppins",sans-serif;
	letter-spacing: 1px;
	z-index: 1;
	font-size: 16px;
	text-align: center;
}

.last_section .logo .icon{
	position:relative;
	height: 25%;
	width: 100%;
	display: flex;
	justify-content: Center;
}

.last_section .logo .icon ul img{
	position: relative;
	width: 50px;
	height: 50px;
	padding: 2px;
}

.last_section .logo .icon ul .mail{
	position: relative;
	left: 7px;
}

.last_section .logo .icon ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.last_section .logo .icon ul li{
	position: relative;
	left: -8px;
}

.last_section .contact{
	margin: 0;
	padding: 0;
	width: 28%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position:relative;
}

.last_section .contact .c_1{
	margin: 0;
	padding: 0;
	height: 230px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.last_section .contact .c_1 ul{
	list-style-type: none;
	margin: 0;
	gap: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: Center;
	padding: 0px;
	position: relative;
	top: 10px;
}

.last_section .contact .c_1 ul img{
	position: relative;
	width: 40px;
	height: 40px;
	padding: 2px;
	top: 4px;
}

.last_section .contact .c_1 ul a{
	text-decoration: none;
}

.last_section .contact .c_1 ul .text{
	position: relative;
	color: #FFFFFF;
	top: -16px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 15px;
	left: 7px;
}

.last_section .contact .c_1 ul .add .kol{
	position: relative;
	color: #FFFFFF;
	left: 46px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.last_section .contact .c_1 ul .add{
	position: relative;
	color: #FFFFFF;
	top: -22px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 15px;
	left: 7px;
}

.last_section .contact .c_1 ul li h2{
	position: relative;
	color: #FF0000;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 15px;
	margin: 0;
	padding: 0;
	left: 8px;
}

.last_section .contact .c_1 ul li{
	position: relative;
	left: -8px;
}

.last_section .link{
	position:relative;
	height: 100%;
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: Center;
	align-content: Center;
	
}

.last_section .link h2{
	position: relative;
	color: #FF0000;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 15px;
	margin: 0;
	padding: 0;
	top: 8px;
}

.last_section .link ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 35px;
}

.last_section .link ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: Center;
	align-content: Center;
	gap: 30px;
	position: relative;
	top: -20px;
}

.last_section .link li a{
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 1.15vw;
}

.last_section .link li a i{
	color: #FFFFFF;
	font-size: 17px;
	position: relative;
	left: 15px;
}

.last_section .service{
	position:relative;
	height: 100%;
	width: 31%;
}

.last_section .service .heading{
	position:relative;
	height: 16%;
	width: 100%;
	display: flex;
	justify-content: Center;
	align-items: Center;
}

.last_section .service .lr{
	position:relative;
	height: 53%;
	width: 100%;
	display: flex;
}

.last_section .service .left{
	position:relative;
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.last_section .service .right{
	position:relative;
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.last_section .service .heading h2{
	position: relative;
	color: #FF0000;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 15px;
	margin: 0;
	padding: 0;
	top: 5px;
}

.last_section .service ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: Center	;
	align-content: Center;
	gap: 25px;
	position: relative;
}

.last_section .service li a{
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 1.15vw;
}

.last_section .service li a i{
	color: #FFFFFF;
	font-size: 17px;
	position: relative;
	left: 15px;
}

.last_section .service ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 35px;
}

.last_section .service .bottom{
	position:relative;
	height: 31%;
	width: 100%;
	display: flex;
}

.last_section .service .bottom ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: Center	;
	align-content: Center;
	gap: 23px;
	position: relative;
}

.last_section .service .right li a i{
	color: #FFFFFF;
	font-size: 17px;
	position: relative;
	left: 5px;
}

.last_section .service .right ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 25px;
}

.last_section .v_line{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 85%;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- Copyright Section -------------- */
.copyright_section{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	background: #000000;
	top: 89px;
	position: relative;
	border-top: 1px solid rgba(178,190,181,0.4);
}

.copyright_section .text{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 12px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */