﻿
body {
    font-family:'futura PT';
    font-size: 11.74pt;
    line-height: 14.09pt;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Futura PT';
    line-height: 14.09pt;
}



.top-bar {
    background-color: #051b95;
    padding: 15px 0;
    font-size: 14px; /*#5e6971 Text size #060799 */
    margin-bottom: 0;
    font-size: larger;
}

.get-brochure-btn1 {
    padding: 10px 20px;
    font-size: 16px;
    background-color: maroon;
    color:white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}


.top-bar .contact-info {
   /* margin-left: -140px;*/
    color: white;
    
    font-size: large;
}

.top-bar .social-info {
    flex: 1; /* Allow this section to take available space */
    color: white;
    position: absolute;
    right: 0;
    right: 10px;
}

.top-bar .email-info {
    position: absolute; /* Position absolute to center the email info */
    left: 50%; /* Position it 50% from the left */
    transform: translateX(-50%); /* Move it back by 50% of its own width to center it #004473*/
    color: white;
}

    .top-bar .email-info a {
        color: white;
    }
/*victor logo by side heading*/
.victor-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px; /* Space between the logo and the text */
    font-size: 24px; /* Adjust size as needed */
    font-weight: bold;
    color: #000; /* Adjust the color as needed */
    margin-inline-start: -175px;
}

.navbar-brand, .victor-info {
    display: flex;
    align-items: center;
}

.layout_padding {
    padding: 75px 0;
   /* background-color:#b3e9ef;*/
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

/*header section*/

.header_section {
    font-family: "Roboto", sans-serif;
    background-color: white;
    min-height: 90px;
    padding: 1% 0;
    margin-inline-start: 286px;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    color: black;
    padding-left: 12px;
    padding-right: 12px;
}
.custom_nav-container .navbar-nav {
    margin-left: 0; /* Align nav items to the left */
    margin-bottom: 10px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.custom_nav-container .navbar-toggler {
/*    border-color: #fff;
*/    outline: none;
}

    .custom_nav-container .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}
.nav-item.active .nav-link {
    color: maroon; /* Highlight color for the active link */
    font-weight: bold; /* Optional: make text bold */
    border-bottom: 2px solid maroon; /* Optional: underline the active link */
     padding-bottom: 10px; 

}


/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .navbar-nav .nav-item.active .nav-link::after {
        width: 10%; /* Adjust for smaller screens */
    }
}

/* Adjustments for larger screens (if needed) */
@media (min-width: 769px) {
    .navbar-nav .nav-item.active .nav-link::after {
        width: 10%; /* Default length for larger screens */
    }
}







.nav-link:hover {
    background-color: maroon; /* Background color on hover */
    border-radius: 4px; /* Optional: rounded corners */
    padding: 10px 20px;
    cursor: pointer;
    color:#fff !important;
}
.logo_box {
    width: 120px;
    margin-left: -290px;
}

    .logo_box img {
        width: 90%;
       /* margin-inline-start: -280px;*/
    }



.call_to_btn {
    display: inline-block;
    color: #fefefe;
    padding: 10px 35px;
    background-color: #f6bb08;
    margin-top: 5%;
    margin-bottom: 20%;
    border-radius: 0;
}

.form_field input, .form_field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: none;
    border: 1px solid gray;
}
/*end header section*/
/* slider section */
.slider_section {
    height: calc(100vh - 90px);
    background-color: #f1ecf8; /* Light blue color */
}


    .slider_section .carousel-indicators {
        top: 50%;

        left: -75px;
        transform: translateY(-50%);
        display: block;
        bottom: unset;
        right: unset;
    }

        .slider_section .carousel-indicators li {
            width: 16px;
            height: 16px;
            opacity: 1;
            margin: 0 auto;
        }

        .slider_section .carousel-indicators .active {
            width: 24px;
            height: 24px;
            background-color: #2561db;
        }
/*slider section button get appointment*/
.slider_detail-btn {
    margin-top: 20px;
}

    .slider_detail-btn .get-brochure-btn {
        padding: 10px 20px;
        font-size: 16px;
        background-color: maroon;
        color: white;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
    }
/* get brouche button */

.form-inline my-2 my-lg-0 .get-brochure-btn1 {
    padding: 10px 20px;
    font-size: 16px;
    background-color: maroon;
    color:white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
    display: flex;
    position: relative;
    height: calc(100vh - 170px);
    background-image: url(../images/Brochure-background.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; /* Add this to ensure the overlay fits within the box */
}

    .slider_section .slider_box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Full image background with 50% transparency */
        z-index: 1; /* Ensure the overlay is above the background image but below the text */
    }

    .slider_section .slider_box .fixed_company-detail {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translate(-50%, -50%);
    }

        .slider_section .slider_box .fixed_company-detail p {
            width: 12px;
            text-align: center;
            li
            word-break: break-word;
            color: #fff;
            text-transform: uppercase;
        }

    .slider_section .slider_box .slider-detail {
        color: #fff;
        width: 60%;
        margin-top: 11%;
        margin-left: 14%;
        z-index: 2;
    }

        .slider_section .slider_box .slider-detail .slider_detail-heading h2 {
            font-weight: 100;
            text-transform: uppercase;
            color: white;
            padding: 10px;
            line-height: 1.5;
        }

        .slider_section .slider_box .slider-detail .slider_detail-heading h1 {
            font-weight: 700;
            text-transform: uppercase;
            color: white;
            padding: 10px;
        }

        .slider_section .slider_box .slider-detail .slider_detail-text {
            width: 80%;
            font-size: 1.5rem; /* Adjust this value as needed */
            color: white;
            padding: 10px;
        }

        .slider_section .slider_box .slider-detail .slider_detail-btn {
            display: flex;
        }



/* end slider section */

/* welcome section */


.welcome_section {
    background-color: #f1ecf8; /* Light blue color */
    padding: 60px 0; /* Add padding if needed */
}

.welcome_section .col-md-6 {
    padding: 0 4%;
}

.welcome_detail {
    width: 75%;
}

    .welcome_detail h2 {
        text-transform: uppercase;
        color: #0c0b09;
        font-weight: bold;
    }

    .welcome_detail h3 {
        text-transform: uppercase;
        color: #254a93;
        position: relative;
    }

        .welcome_detail h3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            height: 1.5px;
            width: 140px;
            background-color: #36bb25;
        }

    .welcome_detail h2,
    .welcome_detail p,
    .welcome_detail .welcome_detail-btn {
        margin-top: 25px;
        font-size: larger;
    }

.welcome_section .welcome_detail-btn a,
.welcome_section .welcome_detail-btn a:hover {
    text-transform: uppercase;
    color: #0c0b09;
}

    .welcome_section .welcome_detail-btn a img {
        width: 25px;
    }

/* end welcome section */


/* service section */
section.service_section.layout_padding {
    background-color:ghostwhite;
}

.SERVICES {
    text-align: center;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

.services-container {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}

.box {
    width: 24%;
    height: 40%;
    background-color: white;
    align-items: center;
}

.box-image {
    width: 100%; /* Set to 100% to fill the box width */
    height: 200px; /* Set a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    display: block;
}

.text-content h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 14.09pt;
}

.text-content h3 {
    /*font-size: 22px;*/
    line-height: 14.09pt;
    font-size: 11.74pt;
    font-family:'Futura PT';
}

.box-content {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.more-content {
    display: none;
}

.more-content1 {
    display: none;
}

.services {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.service_section .container {
    padding: 0 50px;
}

.service_detail h2 {
    text-transform: uppercase;
    color: #0c0b09;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}


.service_detail h3 {
    text-transform: uppercase;
    color: #254a93;
    position: relative;
}

    .service_detail h3::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1.5px;
        width: 45px;
        background-color: #36bb25;
    }

.service_section .service_img-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    gap:20px;
}
.service_img-box {
    flex: 0 1 calc(50% - 20px); /* Two images per row with a 20px gap */
    box-sizing: border-box;
    text-align: center;
}

.service_img-box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .service_section .service_img-container .service_img-box {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 300px;
        height: 325px;
        background-size: cover;
    }

.service_img-container .service_img-box.i-box-1 {
    width: 50%;
    background-image: url(../images/personal_boduguard.png)
}

.service_img-container .service_img-box.i-box-2 {
    width: 50%;
    background-image: url(../images/Bouncers.png);
}

.service_img-container .service_img-box.i-box-3 {
    width: 50%;
    background-image: url(../images/pay\ and\ park.png);
}

.service_img-container .service_img-box.i-box-4 {
    width: 50%;
    background-image: url(../images/housekeeping.png);
}

.service_img-container .service_img-box.i-box-5 {
    width: 50%;
    background-image: url(../images/hospitality_services_1.png);
}

.service_img-container .service_img-box.i-box-6 {
    width: 50%;
    background-image: url(../images/ward_boy.png);
}

.service_img-container .service_img-box.i-box-7 {
    width: 50%;
    background-image: url(../images/sanitization_service.jpg);
}

.service_img-container .service_img-box.i-box-8 {
    width: 50%;
    background-image: url(../images/driver.jpg);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
}

.service_section .service_img-container .service_img-box:hover {
    cursor: pointer;
}

    .service_section .service_img-container .service_img-box:hover a {
        background-color: #2561db;
    }

.service_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .service_btn a,
    .service_btn a:hover {
        text-transform: uppercase;
        color: #0c0b09;
    }

        .service_btn a img {
            width: 25px;
        }

/* end service section */
.mission-vision-heading {
    font-size: 18px; /* Adjust the size as needed */
    font-weight: bold;
}
/* security section */


.security_section h2 {
    text-transform: uppercase;
    color: #0c0b09;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.security_section h3 {
    text-transform: uppercase;
    color: #254a93;
    position: relative;
    text-align: center;
}

    .security_section h3::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        height: 1.5px;
        width: 140px;
        background-color: #36bb25;
    }

.security_section .security_container {
    width: 90%;
    margin: 0 auto;
}

.security_section .security_img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 300px;
    height: 490px;
    margin: 0 auto;
    z-index: 999;
}

    .security_section .security_img-box.i-box-1 {
        background-image: url(../images/security-1.jpg);
    }

    .security_section .security_img-box.i-box-2 {
        background-image: url(../images/security-2.jpg);
    }

    .security_section .security_img-box.i-box-3 {
        background-image: url(../images/security-3.jpg);
    }

    .security_section .security_img-box a {
        display: none;
        opacity: 0;
        text-transform: uppercase;
        padding: 8px 12px;
        border: 1.5px solid #f0f0f0;
        color: #fff;
    }

    .security_section .security_img-box:hover a {
        display: inline-block;
        opacity: 1;
    }

.security_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .security_btn a,
    .security_btn a:hover {
        text-transform: uppercase;
        color: #0c0b09;
    }

        .security_btn a img {
            width: 25px;
        }

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
}

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        background-color: #254a93;
        width: 70px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 50%;
        transform: translateY(-50%);
    }

    .owl-carousel .owl-nav .owl-next {
        right: -25px;
        background-image: url(../images/right-arrow.png);
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -25px;
        background-image: url(../images/left-arrow.png);
    }

/* end security section */

.story_section {
    padding: 0 4%;
}

    .story_section .container-fluid {
        -webkit-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
        box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
    }

    .story_section .col-md-6 {
        padding: 0;
        display: flex;
        align-items: center;
        background-color: #fcfcfc;
    }

.story_detail {
    margin-left: 40px;
}

    .story_detail h2 {
        text-transform: uppercase;
        color: #0c0b09;
        font-weight: bold;
    }

    .story_detail h3 {
        text-transform: uppercase;
        color: #254a93;
        margin: 0;
    }

.story_detail {
    width: 85%;
}

    .story_detail .story_detail-btn {
        margin-top: 25px;
    }

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
    text-transform: uppercase;
    color: #0c0b09;
}

    .story_section .story_detail-btn a img {
        width: 25px;
    }

    /* contact form style*/
.contact_section {
    background-color: #f1ecf8;
}

/*.contact_form-container {
    background-image: url(../images/guards.jpg);
}*/

.contact_form-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center horizontally */
   
}

.contact_box {
    background-color: #ffffff; /* White background for the form */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 30px;
    width: 100%;
    
}

    .contact_box .form_heading {
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align:center;
       
    }

.form_field {
    margin-bottom: 20px;
    
}

    .form_field label {
        display: block;
        font-size: 16px;
        color: maroon;
        margin-bottom: 5px;
        
    }

.contact_box asp\:TextBox {
    display: block;
    width: calc(100% - 30px); /* Full width with padding */
    padding: 15px;
    border: 1px solid #ddd; /* Light border */
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

    .contact_box asp\:TextBox::placeholder {
        color: #999;
    }

.contact_box .form_button {
    text-align: center;
}
.form_heading-hr {
    border: 0;
    border-top: 3px solid maroon; /* Color and thickness of the line */
    width: 40%; /* Width of the line */
    margin: 20; /* Margin for spacing */
    align-self: flex-start; /* Align the line with the start of the heading */
}

.contact_box .blue-button {
    background-color: maroon; /* Blue background */
    color: #fff; /* White text */
    border: none; /* Remove border */
    padding: 15px 20px; /* Padding inside the button */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px;
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth transition */
}

    .contact_box .blue-button:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.error-message {
    color: maroon;
    font-weight: bold;
    margin-top: 10px;
}

/* end contact section */

/* info section */
.info_section {
    background-color: #000202;
    font-family: "Roboto", sans-serif;
}

    .info_section .info_detail {
        display: flex;
        align-items: center;
    }

        .info_section .info_detail p {
            color: #fff;
        }

.address_link-container {
    display: block;
}

    .address_link-container a {
        display: flex;
        color: #fff;
        margin: 15px 0;
        align-items: center;
    }

        .address_link-container a img {
            margin-right: 10px;
        }

.info_section .news_container h3,
.info_section .address_container h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}

.info_section .row {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
}

/*left side shift info section */
.address_container,
.news_container {
    margin-left: 100px; /* Adjust the value as needed */
    flex: 1;
}

.logo_container {
    margin-right: 8px; /* Adjust the value as needed for spacing */
    height: 15px;
}

.social_container div {
    display: inline-block; /* Align social icons in a row */
    margin-left: 10px; /* Space between icons */
}

.social_container {
    margin-right: 100px;
}

.info_section .news_container form input {
    border: none;
    background-color: #fff;
    width: 70%;
    padding: 7px 10px;
}



.info_section .news_container .social_container {
    width: 50%;
    display: flex;
    justify-content: space-between;
}



/* end info section */

/*contact form submit button*/
.blue-button {
    background-color:#254a93;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

/*top scrolling button*/
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    background-color:maroon;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    display: none; /* Hidden by default */
}

    #scrollToTopBtn img {
        width: 24px;
        height: 24px;
    }

    #scrollToTopBtn:hover {
        background-color: #555;
    }


/* footer section*/

.footer_section {
    background-color: #254a93;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
}

    .footer_section p {
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .footer_section a {
        color: #fff;
    }


.contact-info h2 {
    margin: 0 0 10px 0;
    font-size: 60px;
}
/* Style for contact_info paragraphs */
.contact_info p {
    margin: 0; /* Remove margins from paragraphs */
    line-height: 1.5;
    color: maroon; /* Set text color to maroon */
    font-size: 20px;
}

/* Custom heading size inside contact_box */
.contact_box h2 {
    font-size: 28px; /* Set the font size for the h2 element */
}


/* Keyframe animation for sliding from bottom to top */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Initial state for elements in the slider section */
.slider_detail-heading h1,
.slider_detail-text p,
.slider_detail-btn a {
    opacity: 0; /* Initially hidden */
    transform: translateY(100%); /* Start below the visible area */
}

/* Apply animation when the carousel item is active */
.active .slider_detail-heading h1 {
    animation: slideInUp 1s ease-in-out forwards;
}

.active .slider_detail-text p {
    animation: slideInUp 1s ease-in-out 0.5s forwards;
}

.active .slider_detail-btn a {
    animation: slideInUp 1s ease-in-out 1s forwards;
}


/* Center and style the login section */
#loginSection {
    width: 50%; /* Adjust the width as needed */
    margin: 50px auto; /* Centers the login section */
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

    /* Style the form elements */
    #loginSection h2 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #loginSection label {
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
    }

    #loginSection input[type="text"],
    #loginSection input[type="password"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }
    #loginSection .login-button {
        display: block;
        width: 20%;
        padding: 15px;
        background-color:maroon;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.3s;
    }
        #loginSection .login-button:hover {
            background-color: darkblue;
        }

.logout-button {
    width: 10%;
    height: 4%;
    color:white;
    display: block;
    background-color: maroon;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    position: absolute;
    right: 20px;
    z-index: 1000;
}



table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;


}

tr:nth-child(even) {
    background-color: #dddddd;
}

.centered-heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
}

#dataSection {
    background-color: ghostwhite;
}
/*
@media only screen and (max-width: 600px) {
    body {
        width: min-content;
    }
   
}

@media (max-width: 768px) {
    /* For mobile phones: 
    body {
        width: min-content !important;
    }
}*/

/* Slider Section */
@media (max-width: 767px) {
    .slider_section .slider_box .slider-detail {
        margin-top: 4%;
    }
}

@media (min-width: 601px) {
    .navbar-toggler {
        margin-top: 10%;
    }
}



