nav {
    padding: 15px !important;
}

.logo {
    height: 40px;
}

.nav-item {
    margin-left: 25px;
    text-transform: uppercase;  
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
    color: #000 !important;
}

.dropdown-item:active {
    font-weight: 700;
    background-color: #131c2e;
    font-size: 16px;
}

/* Footer */

.footerbgcolor {
    background: #2b3b5e;
}

.cardradius
{
	background: #eceedf;
}

.cardradius:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ulunlisted {
    list-style: none;
    padding: 0px;
}

.ulunlisted li {
    margin-top: 10px;
}

.ulunlisted li a {
    text-decoration: none;
    color: #fff;
}

.banner_img {
    background-image: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 50%) 100%), url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 651px;
    background-position: center;

}

.discover_img {
    background-image: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 50%) 100%), url('../images/discount.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 550px;
    margin-bottom: 80px;
}

.Review {
    height: 200px;
    overflow-y: auto;
    background: #fdd59e;
    border-radius: 14px 0px 0px 0px;
}

.Reviewbg {
    background: #e0e4e9;
}

.userReview {
    height: 50px;
    width: 50px;
}
.card-footer {
    background: #fff7ec;
}
.heading {
    text-align: center;
}

.heading strong {
    color: #ef910a;
}

.username {
    color: #ef910a;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
}
.usercat {
    color: #1464bb;
    font-weight: 500;
}

.bg_color_feature {
    background-color: #fff7ed;
}

.accordion-button, .accordion-item {
    border: 1px dashed;
}

.footer_bg
{

    background-image: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 50%) 100%), url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 350px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item a
{
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg_color_recent {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #f3f4f6;
    position: sticky;
    top: 0px;
}

.Categories_ul {
    list-style: none;
    padding: 0px;
}
.Categories_ul li {
    margin-top: 15px;
    border: 1px solid #bdbaba;
    padding: 10px;
    background: #161f32;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.Categories_ul a {
    text-decoration: none;
    color: #555555;
}









/* Footer Call Center */

.footer_call_center {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.phone-number {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .footer_call_center {
        padding: 8px 12px;
    }

    .footer_call_center p {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .phone-number {
        font-size: 14px !important;
    }
}

@media (max-width:576px) {
    .alert p {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .alert .text-success {
        font-size: 14px !important;
    }

    .alert img {
        width: 32px;
        height: 32px;
    }
}

.mobile_view_center {
    border-radius: 12px !important;
    position: fixed !important;
    bottom: -16px !important;
}


  @media (max-width:576px) {
    #call-popup .alert p { font-size: 12px !important; line-height: 1.3; }
    #call-popup .alert .text-success { font-size: 14px !important; }
    #call-popup .alert img { width: 32px; height: 32px; }
  }

  @media (max-width:768px) {
    #call-popup {
      position: fixed;
      bottom: 15px;
      right: 15px;
      z-index: 9999;
      width: 90%;
      max-width: 320px;
    }
  }










































