@charset "utf-8";
/* CSS Document */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 font-family: Verdana, Arial, sans-serif;
 height: 100vh; 
 justify-content: center;
 align-items: center;
background-image:url("Picture.jpg");
background-size:auto;
overflow-x: hidden; /* 禁止水平滚动 */
}

header a {
  text-decoration: none;
}

header {
  padding: 0 20px;
  background-color: #1D2F6F;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

#brand img, #brand1 img {
  position: absolute;
  padding: 15px;
}

#brand img {
  width: 11%;
  top: -10px;
}

#brand1 img {
  width: 8%;
  top: -8px;
  left: 170px;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
}

ul li {
  padding: 15px;
  margin-left: 15px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.Color a, .mobile-menu .Color2 li a, .footer-basic .Color3 a {
  color: #FF8800;
}

.mobile-menu li {
  margin-bottom: 4px;
}
.mobile-menu {
  background: #01084E;
}
.mobile-menu a {
  color: #ffffff;
}
#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}


.bg img{
	position:static;
	top: 60px;
	width: 100%;
	display: block;
}
.section {
    position: relative;
    top: -1000px;
    display: block;
}
.contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact .content {
    max-width: 800px;
    text-align: center;
}
.contact .content h2 {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    top: 30px;
    position: relative
}
.contact .content p {
    font-weight: 300;
    color: #FFFFFF
}
.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.container .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}
.container .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}
.container .contactInfo .box .text h3 {
    font-weight: 300;
    color: #00BCD4;
}
.contactForm {
    width: 40%;
    padding: 40px;
    background: #fff;
}
.contactForm h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}
.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5%;
    color: #666;
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px)
}
.contactForm .inputBox input[type="submit"] {
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.whatsapp-button {
  display: inline-block;
    background: #25d366;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em; /* 调整字体大小 */
    font-family: Arial, sans-serif; /* 调整字体样式 */
    letter-spacing: 0.05em; /* 调整字体间距 */
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 160px center; /* 调整图标位置 */
    background-image: url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg');
}


.whatsapp-button:hover {
    background-color: rgba(37, 211, 102, 0.7);
}

.text a {
    padding: 15px;
    position: relative;
    left: -15px;
}

.text p {
    position: relative;
    padding: 10px;
    left: -10px
}



.footer-basic {
	
  padding:20px 0px;
  background-color: #2C1B7E;
  color:#ffffff;position: relative;bottom: auto}

.logo1 img{width: 10%;position: relative;top: 38%;left: 38%}
.logo2 img{width: 7%;position: relative;left: 52%;top: -55px}

.footer-basic ul {

  display:flex;justify-content: center;
}

.icon1 {
	position: relative;
	color: #FFF;
	left: 430px;
	top: -28px;
	font-size: 24px
}
.icon1 p{
	position: relative;
	display: contents;
	font-size: 18px;
}

.icon2 {
	position: relative;
	color: #FFF;
	left: 760px;
	top: -54px;
	font-size: 24px
}
.icon2 p{
	position: relative;
	display: contents;
	font-size: 18px;
}


.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -50px
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:5px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
  letter-spacing: 1px
}

@media screen and (max-width: 1300px){

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -3px
}

#brand1 img{
 position:absolute;
 width: 9%;
 padding: 15px;
 display:flex;
top: -2px;
left: 150px
}
	
	
ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 13px
}

ul li {
  padding: 8px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

	
		.contactForm {
		width: 80%;
		position: relative;
		top: 10px

	}
	
.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -20px
	
}
}

@media only screen and (max-width:1024px) {
	

	#brand img{
 position:absolute;
 width: 10%;
 padding: 15px;
 display:flex;
top: 5px;
		left:-8px 
}

#brand1 img{
 position:absolute;
 width: 12%;
 padding: 15px;
 display:flex;
top: -3px;
left: 70px
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 11px;
}

ul li {
  padding: 5px;
  margin-left: 5px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}	
	

	
	.contactForm {
		width: 80%;
		position: relative;

	}
	
	.whatsapp-button {

    background-position: 100px center;
}

	
	
.footer-basic {
	padding:20px 10px;
height: 245px;
  background-color: #2C1B7E;
  color:#ffffff;
  position: relative;
 top: 10px}
	
	
.logo1 img{width: 9%;position: relative;left: 32%}
.logo2 img{width: 7%;position: relative;left: 45%;top: -35px}

.footer-basic ul {

  display:flex;justify-content: center;
}

.icon1 {
	position: relative;
	color: #FFF;
	left: 180px;
	top: -20px;
	font-size: 20px
}
.icon1 p{
	position: relative;
	display: contents;
	font-size: 16px;
}

.icon2 {
	position: relative;
	color: #FFF;
	left: 460px;
	top: -45px;
	font-size: 20px
}
.icon2 p{
	position: relative;
	display: contents;
	font-size: 18px;
}


.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 10px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -5px
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:20px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  letter-spacing: 1px;
	position: relative;
	top: -20px
}

}


/* BREAKPOINTS ----- */
@media screen and (max-width: 991px) {
	.contact{
		padding: 50px;
	}
	.container{
		flex-direction: column;
	}
	.container .contactInfo{
		margin-bottom: 40px;
		}
	.container .contactInfo{
		width: 100%;
		
	}
.whatsapp-button {

    background-position: 160px center;
}
}

@media only screen and (max-width: 768px) {
	
		body{
		overflow-x: hidden; /* 禁止水平滚动 */
	}
	
    #brand img, #brand1 img {
    width: 130px; /* 固定 logo 的宽度 */
    position: relative;
    top: 5px; /* 根据需要调整位置 */
  }

  #brand1 img {
    left: -60px; /* 调整第二个 logo 的位置，使其靠近第一个 logo */
	  top: -10px;
	  position: relative;
  }
	
	
  ul {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
  .mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #01084E;
    z-index: 1;
  }
  .mobile-menu li {
    padding: 20px;
    text-align: center;
  }
	.mobile-menu li a{
		font-size: 16px
	}
	
	 .no-scroll {
            overflow: hidden;
            height: 100%;
        }
	
.Color2 a{
	color: #FF8800;
	position: relative;
	top:-20px;
	left: -35px;
	background-color: #01084E
}
	
  #hamburger-icon {
    display: block;
  }
	.Con {
		position: relative;
		top: 30px
	}
	.contact{
		padding: 30px;
	}
	.container{
		flex-direction: column;
	}
	.container .contactInfo{
		margin-bottom: 40px;
		}
	.container .contactInfo{
		width: 100%;
		}
	.contactForm {
		width: 80%;
		position: relative;
		top: -20px

	}

	
	.footer-basic {
  width:100%; /* 确保宽度充满整个屏幕 */
  height: 320px;
  padding: 10px; /* 上下内边距调整 */
	top: 150px;
		 box-sizing: border-box;
}

 .footer-basic footer {
    flex-direction: column; /* 将元素在较小屏幕上堆叠起来 */
  }

  .logo-container {
    display: flex;
    justify-content: center; /* 居中对齐 */
    align-items: center;
    margin-bottom: 10px; /* 添加底部间距 */
	  padding-right: 150px
  }

  .logo1 img, .logo2 img {
    width: 90px; /* 固定 logo 的宽度 */
    margin: 0 8px; /* 添加左右间距 */
  }

  /* 添加可调整 logo 位置的样式 */
  .logo1 {
    margin-right: 100px; /* 调整第一个 logo 的右间距 */
  }

  .logo2 {
    margin-left: 20px; /* 调整第二个 logo 的左间距 */
  }
	
 .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* 添加底部间距 */
  }

  .icon1, .icon2 {
    margin: 0 15px; /* 添加左右间距 */
    font-size: 18px; /* 调整图标容器的字体大小 */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

	.icon1 {left: -90px}
	.icon2 {left: 100px;
	top: -68px}
	
  .icon1 i, .icon2 i {
    font-size: 20px; /* 调整图标大小 */
    margin-bottom: 5px;
  }

  .icon1 p, .icon2 p {
    font-size: 12px; /* 调整图标容器内段落的字体大小 */
    margin: 0;
  }

  .footer-basic ul {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 居中对齐 */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-basic ul li {
    width: 33.3%; /* 每行三个菜单项 */
    text-align: center; /* 居中对齐 */
    padding: 5px 0;
  }

  .footer-basic ul li:nth-child(4), 
  .footer-basic ul li:nth-child(5), 
  .footer-basic ul li:nth-child(6), 
  .footer-basic ul li:nth-child(7) {
    width: 30%; /* 第二行每行四个菜单项 */
  }

  .footer-basic ul li a {
    font-size: 12px; /* 调整字体大小 */
    padding: 0 10px; /* 左右内边距调整 */
  }


.footer-basic .copyright {
  margin-top: 10px; /* 版权信息的上边距微调 */
}
	
}

@media only screen and (max-width: 480px){
	
		body{
		overflow-x: hidden; /* 禁止水平滚动 */
	}
	
			.whatsapp-button {

    background-position: 95px center;
}

	
}

