body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

footer{
	margin-top: auto;
	margin-bottom: 0px;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

*{
	box-sizing:border-box;
}

a{
	text-decoration:none;
}

html{
	scroll-behavior:smooth;
}

.container{
	width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  background-color: white;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    flex-direction: column;
  }

  img {
    max-width: 100%; 
  }
}
#Parent1{
	width: 100%;
	padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-evenly;	
	align-items: center;
	background-color: #6D1B1B;
	color: white;
	gap: 10px;
	box-sizing: border-box;
}
.Phone{
	white-space: normak;
	font-size: 14px;
}
@media(max-width:768px){

	#Parent1{
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
#Parent1 div{
		display: flex;
		align-items: center;
		font-size: 14px;
		gap: 5px;
	}
 
	select{
		padding: 3px;
		border-radius: 4px;
		position: relative;
		z-index: 999;
	}

}
#box{
	width: 50%;
	padding-right: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
	background-color: #6D1B1B;
	color: white;
}
#logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	gap: 5px;
}
#logo a{
	text-decoration: none;
	color: white;
}
#size{
	margin-right: 4%;
}

#logo2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
#logo2 a{
	text-decoration: none;
	color: white;
}
#size3{
	margin-right: 4%;
	margin-top: 1%;
}

#logo3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
}
#logo3 a{
	text-decoration: none;
	color: white;
}

#size5{
	margin-right: 1%;
}

#logo4{
	display: flex;
	justify-content: center;
	align-items: center;
}
#logo4 a{
	text-decoration: none;
	color: white;
}

.language-switcher {
  position: relative;
  display: inline-block;
}

.language-switcher select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 40px 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.language-switcher select:hover {
  border-color: #007bff;
}

/* Focus effect */
.language-switcher select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* Custom arrow */
.language-switcher::after {
  content: "▼";
  font-size: 10px;
  color: #555;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#Parent2{
	width: 90%;
  display: flex;
	justify-content: space-between;	
	align-items: center;
	padding: 1px 20px;
}
#Heading1{
	display: flex;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10px;
	margin-top: 5px;
}
#size8{
	margin-left: 35%;
	margin-top: 3%;
}
#size9{
	margin-top: 0;
	margin-left: 0;
}

#Heading2{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0;
	margin-right: 0;
}
#Heading2 a{
	text-decoration: none;
	color: #222;
	font-weight: 500;
	position: relative;
	padding-bottom: 5px;
	transition: 0.3s ease;
}

@media(max-width:768px){

    #Parent2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #Heading2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        margin-left: 5%;
    }

}
/* Hover effect */
#Heading2 a:hover{
	color: #6D1B1B;
}

/* Animated underline */
#Heading2 a::after{
	content: "";
	position: absolute;
  left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background-color: goldenrod;
	transition: 0.3s ease;
}

#Heading2 a:hover::after{
	width: 100%;
}

#Heading2 a.active{
	color: #6D1B1B;
}

#Heading2 a.active::after{
	width: 100%;
}

/* Hover effect */
#Heading2 a:hover{
    color: goldenrod;
}

#line{
	border: 0.2px solid lightgray;
	margin-top: -70px;
}

#Wrapper2{
  width: 100%;
  min-height: 45vh;
  padding: 100px 20px;
  background-image: url('images/image3.png');
  background-size: cover;      /* makes it fill the screen */
  background-position: center; /* keeps it centered */
  background-repeat: no-repeat;
}
#Parent3{
	padding-top: 5%;
	margin-left: 15%;
	text-align: center;
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  #text16{
  	line-height: 2;
  }

  #Wrapper2{
  	margin-top: 4%;
  }
}
#g{
	color: #6D1B1B;
	font-size: 50px;
	font-weight: bolder;
}
#line4{
	width: 5%;
	border: 1px solid goldenrod;
	margin-top: 2%;
	margin-left: 47%;
}

#Wrapper3{
	width: 90%;
	margin-top: 1.5%;
	margin-left: 10%;
	display: flex;
	text-align: center;
}
#Parent13{
	width: 60%;
	margin-left: 10%;
}
#text14{
	margin-top: 2%;
	margin-left: 12%;
	font-size: 25px;
	font-weight: bold;
	color: goldenrod;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrap7{
	width: 120%;
	margin-top: 2%;
}
#text15{
	font-size: 40px;
	font-weight: bolder;
}
#f{
	color: #6D1B1B;
	font-size: 40px;
	font-weight: bolder;
}
#text16{
	font-size: 17px;
	margin-top: 3%;
	margin-bottom: 3%;
}

.Wrapper2{
	width: 92%;
	margin-top: 1%;
	 margin-left: 6%;
}
#Wrap-box,
#Wrap-box2{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:25px;
	padding:20px;
}
#Parent6,
#Parent7,
#Parent8,
#Parent9,
#Parent10,
#Parent11{
	flex:1 1 320px;
	max-width:370px;
	padding:25px;
	border:1px solid #ddd;
	border-radius:12px;
	background:white;
	display:flex;
	align-items:flex-start;
	transition:0.3s ease;
}
#Parent6:hover,
#Parent7:hover,
#Parent8:hover,
#Parent9:hover,
#Parent10:hover,
#Parent11:hover{
	transform:translateY(-5px);
	box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
#source{
	margin-left: 6%;
}
#services2{
	width: 40%;
	height: 25%;

}
/* LIGHT MODE IMAGE */
.van-light{
    display:block;
    width:80px;
}

/* DARK MODE IMAGE */
.van-dark{
    display:none;
    width:80px;
}

/* AUTOMATIC DARK MODE SWITCH */
@media (prefers-color-scheme: dark){

    .van-light{
        display:none;
    }

    .van-dark{
        display:block;
    }

}
#services2 img{
	position: relative;
	top: 15px;
	left: 13px;
}
.text11{
	font-size: 18px;
	font-weight: bolder;
	color: #6D1B1B;
}
.text12{
	margin-top: 4%;
}
.wrap6{
	margin-top: 12%;
	display: flex;
  align-items: center;
  text-align: left;
}
.wrap6 a{
	font-weight: bold;
  text-decoration: none;
  color: #6D1B1B;
}
.wrap6 img{
	margin-left: 2%;
	margin-top: 3%;
}
#wrap8{
	width: 80%;
	margin-top: 6%;
	display: flex;
	align-items: center;
	position: relative;
}
.wrap8{
	width: 80%;
	margin-top: 2%;
	display: flex;
	align-items: center;
	position: relative;
}
.icon2{
	margin-right: 1.5%;
	position: relative;
	top: 2px;
}

#Parent5{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #F9EFE3;
}
#text8{
	font-size: 22px;
	color: goldenrod;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#text9{
	font-size: 40px;
	color: black;
	font-weight: bold;
}
#text10{
	font-size: 15px;
	margin-top: 1%;
	color: black;
}

#Wrapper4{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	padding:20px;
}
.Parent{
	text-align: center;
	position: relative;
}
.icon-box,
.icon-box2{
    position: relative;
    width: 110px;
    height: 100px;
    border: 1px solid goldenrod;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: white;
}

.number{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: goldenrod;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

.t{
	margin-top: 20%;
}
.text50{
	font-size: 18px;
	font-weight: bolder;
}

.dotted-line {
  width: 100px;
  border-top: 2px dotted #ccc;
  margin-top: 55px;
}
@media(max-width:768px){

	.dotted-line{
		display:none;
	}
	.icon-box{
  	gap: 20px;
  }

  .icon-box2{
  	margin-top: 20px;
  }

  .t{
  	margin-right: 20px;
  }
}

#wrap10{
	width: 17%;
	padding: 2%;
	border-radius: 100%;
	background-color: goldenrod;
	color: white;
	position: relative;
	top: -9px;
	right: -54px;
}
#wrap11{
	width: 17%;
	padding: 2%;
	border-radius: 100%;
	background-color: goldenrod;
	color: white;
	position: relative;
	top: -9px;
	right: -58px;
}
#wrap12{
	width: 17%;
	padding: 2%;
	border-radius: 100%;
	background-color: goldenrod;
	color: white;
	position: relative;
	top: -9px;
	right: -62px;
}
#wrap13{
	width: 17%;
	padding: 2%;
	border-radius: 100%;
	background-color: goldenrod;
	color: white;
	position: relative;
	top: -9px;
	right: -68px;
}
#wrap14{
	width: 17%;
	padding: 2%;
	border-radius: 100%;
	background-color: goldenrod;
	color: white;
	position: relative;
	top: -9px;
	right: -70px;
}

#Wrapper6{
	width:100%;
	padding:50px 10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:nowrap;
	gap:30px;
	background:#6D1B1B;
}

@media(max-width:768px){

	#Wrapper6{
		flex-wrap: wrap;
	}

}

.stat2 {
	display: flex;
	margin-left: 10%;
  position: relative;
  color: #FFD700;
}
.icon5 {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  top: 16px;
  left: -20px;
}
.stat2 h2 {
	width: 120%;
  font-size: 25px;
  margin: px 0;
  margin-left: -6%;
  font-weight: bold;
  color: white;
}

.stat2 p {
	margin-bottom: 3%;
	margin-left: 2%;
  font-size: 16px;
  color: #fff;
}
.stat2 img{
  position: relative;
  top: -1px;
}
#merge{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media(max-width:768px){

	#merge{
		width: 100%;
		margin-left: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
}
.wrap16{
	margin-right: 10%;
	padding-left: 1.8%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
	background-color: #6D1B1B;
	color: white;
}
.wrap16 a{
	text-decoration: none;
	color: white;
}

#BGcolor{
	width: 100%;
  background-color: black;
  color: white;
}
#Wrapper7{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}


@media(max-width:768px){

    #Wrapper7{
        flex-direction:column;
        align-items:flex-start;
    }

    .Parent2,
    #GParent2{
        width:100%;
    }

    #divider2{
        display:none;
    }

}

.Parent2{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#GParent2{
	flex: 1;
	padding: 0 20px;
}

#your-text {
	width: 120%;
	line-height: 2;
}

#Heading3{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: static;
}
.size8{
	margin-left: 30%;
	margin-top: 3%;
}

@media(max-width:768px){

  #Heading3{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:0;
  }

  .size9{
    position:static;
    display:flex;
    justify-content:center;
    align-items:center;
  }

}
#Heading4{
	width: 100%;
	display: flex;
	margin-left: 15%;
	margin-top: 1px;
}
.social-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #000; /* your theme */
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 5px;
  transition: 0.3s;
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  transform: scale(1.1);
  background-color: #8B2C2C;
}
#divider2{
	width: 2px;
	height: 250px;
	background-color: rgba(255,255,255,0.3);
	margin: 0 20px;
}

.Heading2{
  width: 120%;
  margin-top: 20px;
  margin-left: 2px;
  line-height: 2;
  text-align: left;
}
.Heading2 a{
	margin-top: 10%;
	text-decoration: none;
	color: white;
}
#footer{
  width: 90%;
  margin-top: 20px;
  margin-left: 30%;
  line-height: 2;
  text-align: left;
}
#footer a{
	margin-top: 10%;
	text-decoration: none;
	color: white;
}
.Heading3{
	width: 90%;
	margin-top: 8%;
	margin-left: -10px;
	font-size: 20px;
}
.box2{
	line-height: 2;	
	margin-top: 20px;
	color: white;
}
.size50{
	margin-left: -10px;
}
.size51{
	margin-left: 20px;
}

.logo{
	display: flex;
	align-items: center;
}
.logo a{
	text-decoration: none;
	color: white;
}
.size{
	margin-right: 4%;
}

.logo2{
	display: flex;
	align-items: center;
}
.logo2 a{
	text-decoration: none;
	color: white;
}
.size3{
	margin-right: 4%;
	margin-top: 5%;
}
.size31{
	margin-right: 4%;
	margin-top: 1px;
}
.logo3{
	display: flex;
	align-items: center;
}
.size5{
	margin-right: 2%;
}
.box3{
	width: 80%;
	height: 3%;
	margin-left: 3%;
	margin-top: 20px;	
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo4{
	margin-left: 3%;
}
#size2{
	margin-left: 15%;
	color: white;
}
.logo5{
	margin-left: 2%;
}
#size4{
	margin-left: 12%;
	color: white;
}
.logo6{
	display: flex;
	align-items: center;
}
#note{
	color: black;
}

@media (max-width: 768px){
   
   #your-text{
   	margin-left: -8%;
   }
  #Heading4{
     margin-left: 40%;
  }
	#footer{
		text-align: left;
		margin-left: 40%;
	}
	.Heading2{
		margin-left: 30%;
		text-align: left;
	}
	.size50{
		margin-left: 8%;
	}
	.size51{
		margin-left: 15%;
	}
	.box2{
		margin-left: 30%;
	}
	.size8{
		margin-left: 12%;
	}
	.box3{
		margin-left: 10%;
	}

}

#Wrapper8{
	width:100%;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:20px;
	text-align:center;
}
#GParent3{
	display: flex;
	align-items: center;
}
#GParent4{
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2%;
	
}
.children2{
	width: 60%;
	margin-left: 4%;
	margin-right: 4%;
}

@media(max-width:768px){

	#Wrapper8{
		flex-direction: column;
	}

  #GParent4{
  	width: 100%;
  	flex-direction: column;
  	gap: 10px;
  }
}


