/* Container and Row Styles */
.container {
    width: 90%;
    margin: 0 auto;
}

.row {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Heading Styles */
h1, h2 {
    color: #333;
}

h1 {
    font-size: 1.5rem;
}

.section-heading {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #00A7FF;
    padding-bottom: 0.5rem;
    color: #333;
}

/* List Styles */
ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

/* Table Styles */
table.table {
    width: 100%;
    margin-top: 1.5rem;
}

table.table > tr > td {
    padding: 5px;
}

/* Slider Styles */
.slider {
    width: 80%;
    margin: 5px auto;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.slider-for img, .slider-nav img {
    display: block;
    margin: 0 auto;
}

.slick-prev, .slick-next {
    color: red;
}

.slider-nav {
    margin-top: 20px;
}

.little-show {
    width: 100px !important;
}

.big-show {
    width: 250px !important;
}

.slider-nav img {
    cursor: pointer;
}

/* Carousel Caption Styles */
.carousel-caption {
    position: absolute;
    bottom: 5px !important;
    left: 50% !important;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    background-color: #00afff;
    width: 54px;
    height: 25px;
    border-radius: 5px;
    padding: 0 !important;
    z-index: 10;
}

/* Contact Card Styles */
.contact-card {
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.contact-info {
    display: inline-block;
}

.contact-info h2 {
    margin-bottom: 0.5rem;
    color: #00A7FF;
}

.contact-info p {
    color: #666;
}

.phone-number {
    font-size: 14px;
    color: #00A7FF;
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: right;
}

.phone-number a {
    display: flex;
    align-items: center;
    color: #00A7FF;
    font-weight: bold;
    text-decoration: none;
}

.phone-number a i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.view-ads {
    font-size: 14px;
    color: #00A7FF;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.view-ads a {
    display: block;
    margin-top: 1rem;
    text-align: center;
    color: #00A7FF;
    text-decoration: none;
    font-weight: bold;
}

.view-ads a:hover {
    text-decoration: underline;
}

/* Map Styles */
#map {
    height: 300px;
    width: 100%;
    background-color: #ccc;
}

/* Miscellaneous Styles */
.text-bold {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
