*{
    font-family: "Roboto", sans-serif !important;

}

body{
    overflow-x: hidden;
}


.uk-navbar-container{
    background-color: white !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.hohomeslideshow > .uk-slideshow-items{
    height: calc(100vh - 80px);
}


.hohomeslideshow h1{
    font-weight: 900;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}








.hohomeslideshow p{
    color: white;
    margin-top: 0px;
    margin-bottom: 30px;
}





.hohomedropdownmenu{
    width: 350px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}


.hohomedropdownmenu .uk-navbar-dropdown-nav > li > a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
}

.hohomedropdownmenu .uk-navbar-dropdown-nav > li > a:hover {
    color: #FFB734 !important;
}

.hohomedropdownmenu .uk-navbar-dropdown-nav > li > a {
    position: relative; 
}

.hohomedropdownmenu .uk-navbar-dropdown-nav > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;        
    width: 0;             
    height: 4px;
    background-color: #FFB734;
    transition: width 0.3s ease;
}


.hohomedropdownmenu .uk-navbar-dropdown-nav > li > a:hover::after {
    width: 30px;
}







h2{
    font-size: 40px;
    font-weight: 900;
    color: #FFB734;
}


h2 span {
    color: black;
}

p{
    font-size: 16px !important;
}


.yellowbtn{
    background-color: #FFB734;
    border-radius: 5px;
    font-weight: 500;
    color: white !important;
    padding: 0px 20px;
}


.yellowbtn1{
    background-color: #FFB734 ;
    border-radius: 5px;
    min-height: fit-content;
    padding: 10px;
    color: white !important;

}


.yellowbtn3{
    background-color: #FFB734 ;
    border-radius: 5px;
    padding: 8px;
    color: white !important;

}

.yellowbtn:hover{
    background-color: #FFB734;
}

.aboutusGrid img{
    border-radius: 20px;
}


.ychooseUsgrid > div > div{
    height: 250px;
    border: 5px solid #FFB734;
    border-radius: 20px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;

}

.ychooseUsgrid h4{
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.ychooseUsgrid p{
    margin: 0px;
}


.hohomeslider{
    overflow: clip !important;
}

.hohomeslider .uk-slider-items{
    height: 390px;
}

.previousbtn{
    background-color: #FFB734;
    padding: 20px;
    right: 180px;
    top: -100px;
    position: absolute;
    border-radius: 5px;
}
.Nextbtn{
    background-color: #FFB734;
    padding: 20px;
    right: 100px;
    top: -100px;
    position: absolute;
    border-radius: 5px;
}


.previousbtn svg{
    width: 12px;
}
.Nextbtn svg{
    width: 12px;
}




.hohomeaccordian .uk-accordion-title{
    background-color: #FFB734;
    padding: 10px;
    border-radius: 20px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 18px;

}

.hohomeaccordian .uk-accordion-title > div {
    border: 4px solid #fff3d6;
    padding: 10px 30px;
    
    width: 100%;
    border-radius: 20px 10px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.hohomeaccordian .uk-accordion-title:hover{
    color: rgb(0, 0, 0);

}



.hohomeaccordian .uk-accordion-content{
    background-color: white;
    padding: 30px 20px;
    margin-top: 0px !important;
    border: 3px solid #FFB734;
    border-radius: 0px 0px 20px 20px;
    color: black;

}

.hohomeaccordian .uk-accordion-item.uk-open > .uk-accordion-title {
    border-radius: 20px 20px 0 0;

}

.hohomeaccordian .uk-open > .uk-accordion-title {
    border-radius: 20px 20px 0 0;
}



.hohomeaccordian .uk-accordion-content ul li{
    margin-bottom: 20px;
    list-style-type: disc;
}










.floating-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.floating-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    overflow: clip;
}

.floating-btn img {
    object-fit: contain;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.whatsapp-btn:hover{
    color: white;
} 





.social-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 20px;
    border: 3px solid #FFB734;
}

.social-icon:hover {
    background: #FFB734; /* change to your theme color */
    color: #fff;
    transform: translateY(-5px);
}




.hohomepic-words{
    width: 60% !important;
}

















.hohome-footer {
    background-color: #1c1c1c; /* 深色背景 */
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.hohome-footer h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #FFB734; /* 橙色点缀 */
}

.hohome-footer p {
    margin: 6px 0;
    color: #ccc;
    font-size: 14px;
}

.footer-links {
    margin: 20px 0;
}

.footer-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #FFB734;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-contact p {
    margin: 4px 0;
    color: #ccc;
}

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    display: inline-block;
    margin: 0 8px;
}

.footer-social img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1); /* 白色图标，如果图标是黑色可用 */
    transition: transform 0.3s, filter 0.3s;
}

.footer-social img:hover {
    transform: scale(1.2);
    filter: brightness(0) invert(0.9) sepia(1) hue-rotate(20deg) saturate(5); /* 橙色 hover */
}

.footer-copy {
    margin-top: 25px;
    font-size: 12px;
    color: #888;
}



#submit-btn{
    background-color: #FFB734;
    width: fit-content;
    border-radius: 5px;
}


.contactformcard {
box-shadow: 0 0 30px rgba(255, 183, 52, 0.4);
border-radius: 15px;
}



@media (max-width: 670px) {
    .hohomepic-words{
        width: 100% !important;
    }
    
  }