.f-bg-dark {
    background-color: #293a4a !important;
    font-size: 13px !important;
}

.f-bg-dark h4 {
    font-size: 17px !important;
    font-weight: bold;
}

.social a:link {
    color: #fff;
}

.f-nav-logo {
    object-fit: contain;
    width: 260px;
    /* height: 270px; */
    max-height: 120px;
}

.iconPosition {
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}

/* To set icon at the right side of the div*/
.f-icon {
    margin-right: 20px;
    float: left;
}

.f-icon_back {
    width: 35px;
    height: 35px;
    background-color: #0563b2;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    float: left;
    color: #fff;
    margin-top: -2px;
}

footer ul {
    padding-left: 0;
    list-style: none;
    line-height: 16px;
    color: #fff;
}

footer ul li a {
    color: #fff !important;
}

footer ul li a:hover {
    color: #dcbd0f !important;
}

.f-s a:link {
    color: #fff;
}

.f-s a:hover {
    color: #dcbd0f;
}

.hr-1 {
    width: 60px;
    background-color: #f8f9fa;
    height: 2px
}

.bg-dark{
    background-color:#000 !important;
}


/* Styling social media icons */
.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b5998;
    /* Default Facebook blue background */
    color: white;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #1f2c38;
    /* Change background color on hover */
}

/* Specific color per social icon */
.facebook {
    background-color: #3b5998;
}

/* Facebook */
.twitter {
    background-color: #55acee;
}

/* Twitter */
.instagram {
    background-color: #e4405f;
}

/* Instagram */
.linkedin {
    background-color: #0077b5;
}

/* LinkedIn */

/* Styling contact icons */
.contact-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #3e566c;
    /* Default blue background for contact icons */
    transition: background-color 0.3s ease;
}

.contact-icon:hover {
    background-color: #1f2c38;
    /* Change background color on hover */
}

#whatsapp-link {
  position: fixed;
  bottom: 20px;
  z-index:999!important;
  /* Adjust this value to set the distance from the bottom */
  right: 20px;
  /* Adjust this value to set the distance from the right side */
}

#whatsapp-link img {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional: Adds a shadow for elevation effect */
  width: 200px;
}