body{
	margin: 0px;
	height: 1000px;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

#Parent1{
	width: 100%;
	height: 3%;
  display: flex;
	justify-content: space-between;	
	align-items: center;
	background-color: #6D1B1B;
	color: white;
}
#box{
	width: 32%;
	height: 3%;
	margin-left: 3%;
    display: flex;
	justify-content: space-between;	
	align-items: center;
	background-color: #6D1B1B;
	color: white;
}
#logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
#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{
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
#logo3 a{
	text-decoration: none;
	color: white;
}

#size5{
	margin-right: 2%;
}

#logo4{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
#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: 80%;
	height: 3%;
  display: flex;
	justify-content: space-between;	
}

#Heading1{
	display: flex;
	justify-content: center;
	margin-right: 5px;
	margin-left: 5%;
	margin-top: 5px;
}
#size8{
	margin-left: 35%;
	margin-top: 3%;
}
#size9{
margin-top: -54px;
	margin-left: -5px;
}
#Heading2{
	width: 50%;
	margin-top: 3%;
	margin-right: -10%;
	display: flex;
	justify-content: space-between;
}
#Heading2 a{
	text-decoration: none;
	color: black;
}

#Wrapper2{
  margin-top: 4%;
  height: 38vh;
  background-image: url('image5.jpeg');
  background-size: cover;      /* makes it fill the screen */
  background-position: center; /* keeps it centered */
  background-repeat: no-repeat;
  margin-top: px;
}
#Parent3{
	padding-top: 5%;
	margin-left: 5%;
	text-align: left;
	color: white;
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
}
#guide{
	color: white;
	font-size: 60px;
	font-weight: bolder;
}
#guide2{
	color: white;
	font-size: 30px;
	font-weight: bolder;
}
#line4{
	width: 5%;
	border: 1px solid goldenrod;
	margin-top: 2%;
	margin-left: 47%;
}

#line{
	width: 90%;
	margin-left: 4.5%;
	border: 0.2px solid lightgray;
	margin-top: 1%;
}

#merge{
	width: 30%;
	margin-left: 4%;
	margin-top: 1%;
	display: flex;
	align-items: center;
	position: relative;
}
.wrap16{
	padding-left: 1.8%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6D1B1B;
}
.wrap16 a{
	text-decoration: none;
	color: #6D1B1B;
}
#c a{
	text-decoration: none;
	color: black; 
}

#Team{
	width: 98%;
	margin-top: 2%;
	margin-left: 2%;
	display: flex;
}

.Parent7{
	width: 50%;
	margin-left: 6%;
}
.Heading6{
	font-size: 25px;
	font-weight: bolder;
}

.box4{
	height: 3%;	
	margin-top: 2%;
}
.logo{
	display: flex;
	align-items: center;
	margin-top: 3%;
	font-size: 20px;
	font-weight: bolder;
}
.size{
	margin-right: 2%;
}
.logo2{
	display: flex;
	align-items: center;
	margin-top: 3%;
	font-size: 20px;
	font-weight: bolder;
}
.logo3{
	display: flex;
	align-items: center;
	margin-top: 3%;
	font-size: 20px;
	font-weight: bolder;
}
.logo3 a{
	text-decoration: none;
	font-size: 15px;
	color: gray;
}
.logo6{
	display: flex;
	align-items: center;
	margin-top: 3%;
	font-size: 20px;
	font-weight: bolder;
}
.size3{
	margin-right: 2%;
}
.size5{
	margin-right: 2%;
}
#font{
	font-size: 15px;
	color: gray;
}

#line2{
	height: 430px;
	border-left: 2px solid lightgray;
}

/* CONTACT SECTION */
.contact-section{
  width: 80%;
  padding: 0px 10px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.contact-container{
  width: 90%;
  max-width: 600px;
}

.contact-container h2{
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

/* FORM */
.contact-container form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-container input,
.contact-container textarea{
  width: 90%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 18px;
  border-radius: 3px;
  outline: none;
  transition: 0.3s;
}

/* TEXTAREA HEIGHT */
.contact-container textarea{
  min-height: 100px;
  resize: none;
}

/* PLACEHOLDER COLOR */
.contact-container input::placeholder,
.contact-container textarea::placeholder{
  color: #999;
}

/* FOCUS EFFECT */
.contact-container input:focus,
.contact-container textarea:focus{
  border-color: #6D1B1B;
  box-shadow: 0 0 5px rgba(109,27,27,0.2);
}

/* BUTTON */
.contact-container button{
  width: fit-content;
  padding: 15px 35px;
  border: none;
  background: #6D1B1B;
  color: white;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
}

.spinner {
  display: none;
  margin-left: 8px;
}

/* Optional button disabled state */
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-container button:hover{
  background: goldenrod;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){

  .contact-container h2{
    font-size: 30px;
  }

  .contact-container input,
  .contact-container textarea{
    font-size: 16px;
    padding: 15px;
  }

}

.call-btn{
  display: inline-flex;
  align-items: center;
  color: gray;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.email-btn{
  display: inline-flex;
  align-items: center;
  color: gray;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

#Team2{
	width: 80%;
}
.map-container{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe{
  width: 80%;
  height: 350px;
  border: none;
  pointer-events: none;
}

/* CUSTOM LOCATION PIN */
.custom-pin{
  position: absolute;
  top: 30%;
  left: 36%;
  width: 28px;
  height: 28px;
  background: #6D1B1B;
  border: 4px solid goldenrod;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  animation: bounce 1.5s infinite;
}

/* INNER DOT */
.custom-pin::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}

/* BOUNCE ANIMATION */
@keyframes bounce{
  0%,100%{
    transform: rotate(-45deg) translateY(0);
  }
  50%{
    transform: rotate(-45deg) translateY(-8px);
  }
}


#border{
	width: 50%;
	margin-top: 3%;
  border: 1px solid lightgray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Heading9{
	margin-left: 17%;
	font-size: 25px;
	font-weight: bolder;
}
#Heading4{
	width: 50%;
	display: flex;
	margin-left: 15%;
	margin-top: 2px;
}
.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;
}