body {
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

.main-header {
    background: #fff;
}

.header-container .header-container-section-right {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

.header-container .boxright {
    padding: 0 20px;
    display: block;
    height: 100%;
    text-align: center;
    color: white;
    line-height: 50px;
    font-size: 12px;
    background-color: #c41768;
    text-decoration:none;
}

.slider-container {
    position: relative;
}

/* Customize the appearance of the navigation arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-color: rgba(0, 0, 0, 0.5); /* Arrow background color */
    color: white; /* Arrow color */
    border: none;
    border-radius: 50%; /* Make it round */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Darken on hover */
}

/* Position the previous arrow on the left side */
.slick-prev {
    left: 0px; /* Adjust distance from left edge */
}

/* Position the next arrow on the right side */
.slick-next {
    right: 0px; /* Adjust distance from right edge */
}

.custom-slider {
    width:60%;
    margin: 0 auto;
    padding-left:80px;
    padding-right:80px;
    background-color:#f1f1f1f1;
    margin-top:60px;
}

h1 {
    font-family: sans-serif;
    color: #000080;
}

.sub-title {
    font-style: italic;
    font-size: 1em;
    text-rendering: optimizeLegibility;
    text-align:justify;
}

.short-description {
    font-style: italic;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    text-align:justify;
}

.phone-link {
    color: #fff;
    text-decoration:none;
}

.content {
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px; /* Example: Set the height of the footer */
    background-color: #333; /* Example: Background color of the footer */
    color: #fff; /* Example: Text color of the footer */
    text-align: center;
    line-height: 40px; /* Example: Align text vertically in the center */
}

.footer-company {
    width:10%;
    float:left;
    font-size:2em;
    font-weight:700;
}

.footer-data {
    float:left;
    width:30%;
}

.footer-mobile{
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333; /* Example: Background color of the footer */
    color: #fff; /* Example: Text color of the footer */
    text-align: center;
}

.footer-company-mobile {
    width:100%;
    font-size:1.5em;
    font-weight:700;
}

.footer-data-mobile {
    width:100%;
}

/* Hide navigation arrows on small screens */
@media (max-width: 768px) {
    h1 {
        font-size: 1em;
    }

    .sub-title {
        font-style: italic;
        font-size: 0.8em;
        text-rendering: optimizeLegibility;
        text-align:justify;
    }

    .short-description {
        font-style: italic;
        font-size: 0.8em;
        line-height: 1.6;
        margin-bottom: 1.25rem;
        text-rendering: optimizeLegibility;
        text-align:justify;
    }


    /*
    .slick-prev,
    .slick-next {
        display: none;
    }
    */
    .content {
        margin-bottom: 10px;
    }

    .footer{
        display:none;
    }

    .footer-mobile{
        display:block;
    }

    .custom-slider {
        width:100%;
        margin: 0 auto;
        padding-left:50px;
        padding-right:50px;
        background-color:#f1f1f1f1;
        margin-top:40px;
    }
}

/*
.swiper-pagination {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.sidebar-nav .nav-group.show {
    width:100%;
}

.btn-primary {
    color: #fff !important;
    background-color: #130589 !important;
}

.btn-danger {
    color: #fff !important;
    background-color:#c30404 !important;
}
