/********** Template CSS **********/
:root {
    --primary: #E20016;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}
p 
{
    color: black;
}
.footer p 
{
    color: #9B9B9B;
}
.fixed-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
  }
  .text-animation {
    display: inline-block;
    animation: slide-in 1.5s ease-in-out forwards;
}
@keyframes slide-in {
    from {
        transform: translateX(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}
  .door 
  {
    display: flex;
  }
  .door img 
  {
    width: 30%;
    margin: 20px;
  }
  .icon-link {
    margin-bottom: 10px;
    font-size: 2rem; /* Adjust size as needed */
    color: #25d366; /* WhatsApp green color */
  }
  
  .icon-link .bi-telephone-fill {
    color: #007bff; /* Bootstrap primary color */
  }
  
  .icon-link .bi-envelope-fill {
    color: #dc3545; /* Bootstrap danger color */
  }
  
  .icon-link .bi-whatsapp {
    color: #25d366; /* WhatsApp green color */
  }
  
  .icon-link:hover {
    opacity: 0.7; /* Adds a hover effect */
  }
  
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 265px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 5px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


@media(min-width:768px)
{


.add 
{
    position: relative;
    left: 30px;
}
}



@media(min-width:1400px)
{


.add 
{
    position: relative;
    left: 0;
}
}
.box 
{
    display: flex;

}
.boxes h2 
{
    font-size: 24px;
}
.boxes 
{
    border:2px solid #005597;
    border-radius: 20px;
    margin: 50px;
    padding: 20px;
}
.boxes h2, .boxes p 
{
    text-align: center;
}
/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}


   
@media (max-width: 768px) {
    
    .header-carousel .owl-nav {
    position: absolute;
    bottom: 1px;
}
    .header-carousel .owl-dots {
    bottom: 1px;
}
        
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 280px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .box 
    {
        flex-direction: column;
    }
    .product 
    {
        flex-direction: column-reverse;
    }
    .door 
    {
        flex-direction: column;
    }
    .door img 
    {
        width: 100%;
    }
}

@media (max-width: 500px) {
    
        
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px;
    }

} 
@media (max-width: 400px) {
    
        
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 140px;
    }

} 

.bgg
{
    background-color: #e7e7e8;
}
.product 
{
    display: flex;
    margin-top: 50px;
}
.product-des h1 
{
    color: red;
}
/*.product-image img */
/*{*/
/*    width: 100%;*/
/*}*/
.product-des 
{
    padding: 30px;
}
.bgg ul li 
{
    color: black;
}
.product-des ul li 
{
    color: black;
}
.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}



  .call {
   
    top: 69%;
    z-index: 99;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: red;
    position: fixed;
    color: white;
  }


 
.toggle {
 
    top: 59%;
    z-index: 99;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    position: fixed;
  }
  
  .toggle::before {
    content: "\f003";
    font-family: fontAwesome;
    color: #fff;
    font-size: 18px;
  }
  
  .toggle.active::before {
    content: '\f00d';
  }
  .normal
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .normal img
  {
    width: 70%;
  }

.dwn {
    font-size: 18px;
    color: red;
}

.dwv:hover {
    color: royalblue; /* Darker green */
}



  
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
}

.close-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
.popupp {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popupp-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
}

.closee-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.popuppp {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popuppp-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
}

.closeee-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
input 
{
    height: 40px;
    margin-top: 5px;
}
@media (max-width:575px)
{
    .product-container {
        flex-direction: column;
      }
}

  
  .product-container {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width: 1200px;
  }
  
  .product-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s;
    margin: 20px;
  }
  
  .product-card:hover {
    transform: translateY(-10px);
  }
  
  .product-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .product-card h2 {
    margin: 15px 0;
    font-size: 1.5em;
  }
  
  .product-card p {
    color: #777;
    margin-bottom: 15px;
  }
  
  .price {
    display: block;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
  }
  
  button {
    background-color: #28a745;
    color: #fff;
    border: none;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  button:hover {
    background-color: #218838;
  }
  

  .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f9f9f9;
    padding: 20px 0;
}
.marquee-content {
    display: inline-block;
    animation: marquee 40s linear infinite;
}
.marquee-content:hover {
    animation-play-state: paused;
}
.marquee-content img {
    width: 150px; /* Adjust logo size */
    height: auto;
    margin: 0 30px; /* Adjust space between logos */
    vertical-align: middle;
}
@keyframes marquee {
    0% { transform: translateX(50%); }
    100% { transform: translateX(-100%); }
}

/* Hide the submenu items initially */
.dropdown-submenu ul {
    display: none; /* Hide submenus initially */
    position: absolute;
    top: 0;
    left: 100%; /* Position to the right of the parent item */
    background-color: #ffffff;
    margin-top: -1px; /* Align correctly if you have a border on the parent */
}

/* Display submenu when hovering over the parent */
.dropdown-submenu:hover > ul {
    display: block;
    padding: 0px;
    width: 250px;
}

.dropdown-submenu{
position: relative;
}

.dropdown-submenu::after {
    border: none;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 1px;
    position: absolute;
    right: 20px;
    top: 4px;
}

/* Style the submenu items */
.dropdown-submenu ul li a {
    display: block; /* Ensure the links are displayed as block elements */
    background-color: #ffffff;
    padding: 6px 8px;
    text-decoration: none;
    color: #000; /* Set a color for the links */
}

/* Additional hover effect for submenu links */
.dropdown-submenu ul li a:hover {
    background-color: #f1f1f1; /* Optional: Change background on hover */
}

.dropdown-submenu ul li{
    list-style: none;
}

.container ol li {
    color: #000;
}

/*=======================*/


.prdt-img {
    max-width: 250px;
}

/*=================================*/


/*Side fixed iocns Start*/
#hxb-enquiry-forms .fixed-icons {
    position: fixed;
    left: 10px;
    bottom: 40%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

#hxb-enquiry-forms .fixed-icons a {
    margin: 5px 0;
    color: #fff;
    padding: 10px 10px;
    line-height: 0px !important;
    border-radius: 10px;
    text-align: center;
    font-size: 26px;
    transition: background-color 0.3s ease;
    border: 2px solid #fff;
}  

#hxb-enquiry-forms .fixed-icons .phone-icon {
    background-color: #1321a6;
}
#hxb-enquiry-forms .fixed-icons .whatsapp-icon {
    background-color: #27d648;
}
#hxb-enquiry-forms .fixed-icons .mail-icon {
    background-color: #d90000;
}

#hxb-enquiry-forms .fixed-icons a:hover {
    background-color: #000;
}

/* Popup Form Styles */
#hxb-enquiry-forms .popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

#hxb-enquiry-forms .form-content {
    background-color: #00000094;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    position: relative;
    margin: 0 10px;
    width: 100%;
}

#hxb-enquiry-forms .form-content h2 {
    color: #fff;
    margin-top: 0px !important;
}

#hxb-enquiry-forms .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}

#hxb-enquiry-forms .popup-form form input,
#hxb-enquiry-forms .popup-form form textarea {
    width: 100%;
    padding: 10px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#hxb-enquiry-forms .popup-form form button {
    width: 100%;
    padding: 10px;
    background-color: #61c467;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 18px;
    transition: background-color 0.4s ease;
}

#hxb-enquiry-forms .popup-form form button:hover {
    background-color: #48914d;
}

/*/Side fixed iocns ends/*/


.tit-dis-none {
    display: none !important;
}


/*==========================*/



 :root {
    --primary-hxb: #4361ee;
    --secondary-hxb: #3a0ca3;
    --success-hxb: #4cc9f0;
    --danger-hxb: #f72585;
    --light-hxb: #f8f9fa;
    --dark-hxb: #212529;
    --gray-hxb: #6c757d;
}
    .container-hxb {
            width: 100%;
            max-width: 700px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            overflow: hidden;
        }
        
        .header-hxb {
            background: linear-gradient(to right, var(--primary-hxb), var(--secondary-hxb));
            color: white;
            padding: 25px 30px;
            text-align: center;
        }
        
        .header-hxb h1 {
            font-size: 1.8rem;
            margin-bottom: 5px;
        }
        
        .header-hxb p {
            font-size: 0.9rem;
            opacity: 0.9;
        }
        
        .form-container-hxb {
            padding: 30px;
        }
        
        .form-group-hxb {
            margin-bottom: 6px;
        }
        
        label {
            display: block;
            margin-bottom: 0px;
            font-weight: 600;
            color: var(--dark-hxb);
        }
        
        .required-hxb::after {
            content: " *";
            color: var(--danger-hxb);
        }
        
        input, textarea, select {
            width: 100%;
            padding: 7px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        input:focus, textarea:focus, select:focus {
            outline: none;
            border-color: var(--primary-hxb);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
        }
        
        textarea {
            min-height: 65px;
            resize: vertical;
        }
        
        .form-row-hxb {
            display: flex;
            gap: 15px;
        }
        
        .form-row-hxb .form-group-hxb {
            flex: 1;
        }
        
        .verification-section-hxb {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 4px;
            padding: 5px;
            background-color: #f8f9fa;
            border-radius: 10px;
            border: 1px solid #e9ecef;
        }
        #refreshBtn-hxb {
            margin: 0px !important;
        }
        
        .verification-code-hxb {
            font-family: 'Courier New', monospace;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 4px;
            background: linear-gradient(45deg, var(--primary-hxb), var(--secondary-hxb));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            padding: 5px 15px;
            border-radius: 8px;
            border: 1px dashed var(--primary-hxb);
            flex: 1;
            text-align: center;
            user-select: none;
        }
        
        .refresh-btn-hxb {
            background: var(--primary-hxb);
            color: white;
            border: none;
            border-radius: 8px;
            padding: 10px 15px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .refresh-btn-hxb:hover {
            background: var(--secondary-hxb);
            transform: translateY(-2px);
        }
        
        .form-footer-hxb p {
            margin-bottom: 0px !important;
            padding: 0px;
            color: #fff;
        }
        
        .submit-btn-hxb {
            width: 100%;
            background: linear-gradient(to right, var(--primary-hxb), var(--secondary-hxb));
            color: white;
            border: none;
            border-radius: 8px;
            padding: 15px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        .submit-btn-hxb:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
        }
        
        .submit-btn-hxb:active {
            transform: translateY(0);
        }
        
        .submit-btn-hxb:disabled {
            background: var(--gray-hxb);
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }
        
        .message-hxb {
            margin-top: 15px;
            padding: 12px;
            border-radius: 8px;
            text-align: center;
            font-weight: 500;
            display: none;
        }
        
        .success-hxb {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .error-hxb {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        .loading-hxb {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin-hxb 1s ease-in-out infinite;
        }
        
        @keyframes spin-hxb {
            to { transform: rotate(360deg); }
        }
        
        .form-footer-hxb {
            text-align: center;
            margin-top: 20px;
            font-size: 0.9rem;
            color: var(--gray-hxb);
        }
        
        @media (max-width: 768px) {
            .container-hxb {
                max-width: 100%;
            }
            
            .form-container-hxb {
                padding: 20px;
            }
            
            .verification-section-hxb {
                flex-direction: column;
            }
            
            .form-row-hxb {
                flex-direction: column;
                gap: 0;
            }
        }
