body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    top: 0px !important;
    color: #0058A2;
}

.bg-primary {
    background-color: rgb(0, 88, 162) !important;
}

.btn-primary {
    background-color: rgb(0, 88, 162) !important;
    border-color: rgb(0, 88, 162) !important;
}

.btn-primary:hover {
    background-color: rgb(0, 70, 130) !important;
    border-color: rgb(0, 70, 130) !important;
}

.header {
    background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.header .logo {
    font-size: 24px;
    color: rgb(0, 88, 162);
    font-weight: 700;
    text-decoration: none;
}

.header nav a {
    margin: 0 10px;
    color: rgb(0, 88, 162);
    text-decoration: none;
    font-weight: 600;
}

.header .navbar-nav .nav-link {
    color: rgb(0, 88, 162);
    text-decoration: none;
    font-weight: 600;
}

.hero {
    display: flex;
    background-color: #005ea5;
    color: #fff;
    padding: 50px 20px;
    text-align: left;
}

.text-primary {
    color: rgb(0, 88, 162) !important;
}

.hero-content {
    flex: 1;
    max-width: 800px;
    margin: 0 20px;
}

.hero-image {
    flex: 0 0 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 500px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.categories {
    text-align: center;
    /* padding: 20px; */
}

.categories h2 {
    margin-bottom: 20px;
    color: #005ea5;
    font-weight: 600;
}

.category.card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    text-align: center;
    text-decoration: none;
}

.category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    max-width: 150px;
}

.category img.category-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.category p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    color: #005ea5;
}

.info-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    background-color: #f5f5f5;
}

.info-section .info-box {
    width: 30%;
    margin: 0 10px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-section .info-box i {
    font-size: 36px;
    color: rgb(0, 88, 162);
}

.info-section .info-box p {
    margin: 10px 0;
    font-size: 16px;
}

.info-section .info-box a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: rgb(0, 88, 162);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.info-section .info-box img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.footer {
    color: #005ea5;
    padding: 20px 0 10px 0;
    text-align: center;
}

.footer a {
    color: #005ea5;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    color: #003f7d;
}

.footer .social-icons i {
    margin: 0 5px;
    font-size: 20px;
    color: #005ea5;
}

.footer .social-icons i:hover {
    color: #003f7d;
}

.footer p {
    color: #005ea5;
}

.footer p a {
    color: #005ea5;
}

.footer p a:hover {
    color: #003f7d;
}


.slick-carousel {
    margin: 0 -15px;
}

.slick-slide-item {
    padding: 0 15px;
}

.category.card {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    margin-right: 20px;
    transition: transform 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.category-image {
    width: 100px;
    height: 100px;
    object-fit: cover; 
    margin-bottom: 10px;
}

.category p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #005ea5;
}

.slick-dots li.slick-active button:before {
    color: #005ea5;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev:before, .slick-next:before {
    color: #005ea5;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: inherit;
}

.google_translate_element {
    background-color: #005ea5;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
}

body > .skiptranslate > iframe.skiptranslate {
    display: none !important;
}
.contact-section {
    background-color: #f5f5f5;
    padding: 40px 20px;
}

.contact-section h2 {
    color: #005ea5;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info h5 {
    color: #333;
    margin-bottom: 15px;
}

.contact-info p {
    color: #555;
    margin: 5px 0;
}

.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form .form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.contact-form .form-control:focus {
    border-color: rgb(0, 88, 162);
    box-shadow: 0 0 5px rgba(0, 88, 162, 0.5);
}

.contact-form button {
    background-color: rgb(0, 88, 162);
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: rgb(0, 70, 130);
}

.alert {
    margin-top: 20px;
}

.category-name {
    color: rgb(0, 70, 130) !important;
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

.header-line {
    background-color: rgb(0, 88, 162);
    height: 4px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.category-container {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-category {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.custom-category:hover {
    transform: translateY(-5px);
}

.custom-category i {
    font-size: 40px;
    color: #d0021b;
    margin-bottom: 10px;
}

.custom-category-image {
    width: 50px; 
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 50%;
}

.category-list {
    width: 100%;
}

.custom-category-title {
    color: #0058A2;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .info-section .info-box {
        width: 80%; 
        margin-bottom: 20px;
    }
    .info-section .info-box img {
        width: 100%;
        height: auto;
        max-width: none;
    }
    .header nav a {
        padding: 10px;
        margin: 5px 0;
    }
    .hero {
        flex-direction: column;
        padding: 30px 15px;
    }
    .hero-content {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
    }
    .hero-image {
        flex: none;
        width: 100%;
    }
    .hero-image img {
        width: 100%;
        max-width: 500px;
        height: 150px;
    }
    .category.card {
        height: auto;
    }
    .categories-list {
        padding-bottom: 20px;
    }
    .contact-section {
        padding: 20px;
    }

    .contact-info-wrap, .contact-form {
        margin-bottom: 20px;
    }
    
}

@media (max-width: 480px) {
    .header nav a {
        margin: 0 5px;
    }

    .info-section .info-box img {
        width: 100%;
        height: auto;
    }

    .hero {
        padding: 20px 10px;
    }

    .hero-content {
        margin: 0 0 15px 0;
    }

    .hero-image img {
        height: 120px;
    }

}

@media (min-width: 768px) {
    .header .logo {
        margin-left: 150px;
    }

    .header .navbar-nav .nav-link {
        margin-right: 50px; 
    }
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

.star-rating {
    direction: rtl;
    font-size: 1.5rem;
    display: inline-block;
    padding: 10px 0;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    color: #ccc;
    cursor: pointer;
    padding: 0 5px;
    font-size: 2rem;
    transition: all 0.2s ease;
}
.star-rating input[type="radio"]:checked ~ label {
    color: gold;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: gold;
}

.review-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s, box-shadow 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.star-rating span {
    font-size: 1.2rem;
}

.card h5 {
    font-weight: 600;
}

.card p {
    font-size: 1rem;
    line-height: 1.6;
}

button.form-control {
    font-size: 16px;
    height: auto;
    padding: 6px;
}

.sub-category{
        padding: 2px;
        margin: 5px;
    }

    .sub-category:hover{
        padding: 5px;
        margin: 0px;
    }
    .booking-type-option {
      border: 2px solid transparent;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: 0.3s;
      cursor: pointer;
      background-color: #fff;
    }
    .booking-type-option input[type="radio"] {
      display: none;
    }
    .booking-type-option:hover,
    .booking-type-option.selected {
      border-color: #0d6efd;
      box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
    }
    .booking-type-icon {
      font-size: 40px;
      margin-bottom: 10px;
      color: #0d6efd;
    }
    .service-option {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background-color: #fff;
  }
  .service-option:hover {
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.15);
  }
  .service-img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
  }