body {
    max-width: 100%;
    overflow-x: hidden;
}

/*==== top image both size =======*/
.top-bar img {
    height: 60px; /* Adjust height as needed */
    width: auto; /* Maintains aspect ratio */
}

.top-bar img.img2{
    height: 52px !important; /* Adjust height as needed */
    width: auto; /* Maintains aspect ratio */
    margin-right: 9px;
}

@media(max-width:480px){
    .top-bar img {
        height: 47px; /* Adjust height as needed */
        width: auto; /* Maintains aspect ratio */
    }
    
    .top-bar img.img2{
        height: 40px !important; /* Adjust height as needed */
        width: auto; /* Maintains aspect ratio */
        margin-right: 9px;
    }
    
    .top-img ul li{
        margin-left: -5px;
    }
}

/*=== Update li containing the logo to use flex for alignment =====*/
.socials > li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*======  Align Mail and Phone Icons with Equal Spacing =====*/
ul.custom {
    display: flex;
    gap: 20px; /* Equal spacing between items */
    align-items: center; /* Vertically center content */
    list-style: none;
    padding: 0;
}

/*==== Center the icons relative to the text using Flexbox ======*/
li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000; /* Adjust text color as needed */
}
li i {
    margin-right: 8px; /* Space between icon and text */
}



/* Add custom styles for full-width buttons */
.custom-btn-one {
    background-color: #004d00; 
    color: white;
    border-radius: 0; 
}
.custom-btn-two {
    background-color: #99cc99;
    color: white;
    border-radius: 0; 
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.single-row-slider{
    z-index: 1;
}

/*==== Call to Action Section for New 2 You  ===*/

.widgets-cards-icons .wrp {
    transition: background-color 0.3s ease !important;
}

.widgets-cards-icons .wrp:hover {
    background-color: #0055a5 !important;/* Slightly lighter blue for hover effect */
}

.widgets-cards-icons i:hover {
    color: #e6e6e6 !important; /* Lighter shade for hover */
}

/*==== second section ====*/
.second .btn-primary:hover {
    background-color: #0055a5 !important; /* Lighter blue for hover */
    border-color: #0055a5 !important;
}

 .btn-primary:hover {
    background-color: #003366 !important; 
    border-color: #003366 !important;
}

.sell-canvas .btn-primary:hover {
    background-color: #003366 !important;
    border-color: #003366 !important;
}
.sell-canvas .btn-success:hover {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}
.today button:hover {
    background-color: #0056b3 !important;
}