﻿/* Not Logged In Section */

/* General Section Styling */
.container {
    width: 100%;
    max-width: 1100px;
    padding: 20px 20px;
}

.content-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}

/* Services Section */

.image-wrapper {
	position: relative;
	padding-bottom: 40px;
}

.image-wrapper img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.stats-overlay {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
}

.stat-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.text-block {
    background-color: #eaeaea;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #333;
    line-height: 1.8;
}

.card-img-container img {
    width: 100%;
    height: 80vh;
}

.view-more-link {
    color: #ffc107;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.view-more-link:hover {
    color: #ffdd57;
}

.content-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #fff;
    padding: 2rem;
}

/* Hero Section */
.hero-section {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 0 15px;
}

.carousel-inner{
    height: 70vh; /* 70% of the viewport height */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 50px 20px;
}

    .hero-overlay p {
        font-size: 1.2rem;
        margin: 20px;
        line-height: 1.5;
    }

.hero-section .container {
	position: relative;
	z-index: 2;
}




.carousel-inner {
    height: 80vh;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}


/* Contact Cards Container */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    gap: 50px;
}

.profile-image {
    flex: 1 1 300px;
    max-width: 100%;
}

.profile-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.text-content {
    flex: 1 1 400px;
    max-width: 100%;
}

.text-content h2 {
    font-size: 2.5rem;
    color: #ffc107;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: left;
}

.text-content p {
    font-size: 1rem;
    color: #333;
    text-align: justify;
    line-height: 1.8;
}

.experience-highlight {
    background-color: black;
    padding: 2rem;
    color: #ffc107;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

.info-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 2rem;
    background-color: #f5f5f5;
}

.info-box {
    background-color: #000;
    color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    max-width: 500px;
    flex: 1 1 300px;
    text-align: center;
}

.info-box h3 {
    font-size: 1.8rem;
    color: #ffc107;
    margin-bottom: 1rem;
}

.info-box p {
    font-size: 1rem;
    color: #d3d3d3;
    line-height: 1.6;
}

/* Core Values Section */
.core-values-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    background: url('Images/professionalGuard__.png') center no-repeat;
}

.core-value-item {
    text-align: center;
    color: white;
    width: 120px;
}

.core-value-item img {
    height: 50px;
    width: 50px;
    filter: invert(100%);
}

/* Why Choose Us rows */
.content-row_, .content-row2_ {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.text-content_, .text-content2_ {
    flex: 1 1 300px;
    max-width: 500px;
    text-align: left;
}

.icon-content2 {
    flex: 1 1 200px;
    text-align: center;
}

.icon-content2 img {
    max-width: 100%;
    height: auto;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(to bottom, white 50%, #e0e0e0 50%);
    padding: 80px 0;
    text-align: center;
}

/* Title & Subtitle */
.contact-section p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 40px;
}

.contact-card {
    background: white;
    padding: 30px;
    width: 250px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}

.contact-card p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
}

/* Contact Icons */
.contact-icon {
    width: 50px;
    height: 50px;
}

.btn-warning {
    color: #000; /* Black text for the button */
    background-color: #ffc107; /* Yellow button */
    border: none;
    padding: 0.8rem 2rem; /* Custom padding for better appearance */
    font-size: 1.1rem; /* Slightly larger text */
}

.btn-warning:hover {
    background-color: #ffca2c; /* Slightly lighter yellow on hover */
}

.btn-warning {
    background-color: #e5b200;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

    .btn-warning:hover {
        background-color: #d1a100;
    }


.advanced {
    padding: 50px 0;
    text-align: justify;
}

    .advanced h2 {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: left;
        padding-right: 100px;
    }

    .advanced p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
        text-align: justify;
    }

    .advanced ul {
        list-style-type: none;
        padding-left: 40px;
    }

        .advanced ul li {
            font-size: 1.1rem;
            margin-bottom: padding: 50px 0;
            text-align: center;
        }


/* Black Background Sections */
.black-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: center;
}

    .black-section ul {
        list-style-type: none;
        /*        padding-left: 40px;*/
        text-align: center;
        line-height: 2;
    }

        .black-section ul li {
            font-size: 1.2rem;
            margin-bottom: 20px;
            text-align: center;
        }

/* Yellow Background Sections */
.yellow-section {
    background-color: #f8e8a0;
    padding: 50px 0;
    text-align: left;
    margin-bottom: 20px;
}

    .yellow-section h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }

    .yellow-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Gray Background Sections */
.gray-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .gray-section ul {
        list-style-type: none;
        padding-left: 40px;
    }

        .gray-section ul li {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .gray-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* CTA Section */
.cta-section {
    position: relative;
    width: 100%;
    height: 300px;
}

.cta-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* Images */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Black Background Sections */
.bla-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .bla-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .bla-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .bla-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.gray-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gray-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.b-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .b-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .b-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.g-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: left;
}

    .g-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .g-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .g-section ul li {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .g-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.Tblack-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .Tblack-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .Tblack-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .Tblack-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }



.btn-warning {
    background-color: #e5b200;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

    .btn-warning:hover {
        background-color: #d1a100;
    }

/* Black Background Sections */
.black-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: center;
}

    .black-section ul {
        list-style-type: none;
        /*        padding-left: 40px;*/
        text-align: center;
        line-height: 2;
    }

        .black-section ul li {
            font-size: 1.2rem;
            margin-bottom: 20px;
            text-align: center;
        }

/* Yellow Background Sections */
.yellow-section {
    background-color: #f8e8a0;
    padding: 50px 0;
    text-align: left;
    margin-bottom: 20px;
}

    .yellow-section h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }

    .yellow-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Gray Background Sections */
.gray-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .gray-section ul {
        list-style-type: none;
        padding-left: 40px;
    }

        .gray-section ul li {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .gray-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* CTA Section */
.cta-section {
    position: relative;
    width: 100%;
    height: 300px;
}

.cta-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* Images */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Black Background Sections */
.bla-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .bla-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .bla-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .bla-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.gray-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gray-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.b-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .b-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .b-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.g-section {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: left;
}

    .g-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .g-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .g-section ul li {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .g-section p {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.Tblack-section {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .Tblack-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .Tblack-section ul {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .Tblack-section ul li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }


.hero-slide {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
}



.lead {
    font-size: 1.5rem;
    color: #fff;
}

/* Flip Card Styling */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front {
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flip-card-front img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.flip-card-back {
    background-color: #f8f9fa;
    transform: rotateY(180deg);
    padding: 20px;
    color: #000;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-details p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 2.0;
    text-align: left;
}

/* Alert Box */
.alert-box {
    background-color: #d9534f;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
}






















/* Responsive Adjustments */
@media (max-width: 768px) {
    .content-row,
    .content-row_,
    .content-row2_,
    .info-section {
        flex-direction: column;
        align-items: center;
    }

    .text-content_, .text-content2_ {
        text-align: center;
        padding: 1rem;
    }

    .hero-slide {
        background-size: cover; /* Maintain full background */
    }

    .hero-section p.lead {
        font-size: 1rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.25rem;
    }

    .d-flex.gap-3 {
        flex-direction: column !important;
        gap: 1rem !important;
    }


        .text-content_ h3,
        .text-content2_ h3 {
            text-align: center;
        }

    .black-section ul {
        padding-left: 20px;
    }

    .yellow-section, .gray-section {
        text-align: left;
    }

        .gray-section .row, .yellow-section .row {
            flex-direction: column;
        }

        .black-section ul,
        .gray-section ul {
            padding-left: 20px;
        }

        .black-section h2,
        .gray-section h2 {
            font-size: 1.5rem;
            text-align: center;
        }

        .gray-section p {
            font-size: 1rem;
        }

    .black-section ul {
        padding-left: 20px;
    }

    .black-section h2,
    .gray-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .gray-section p {
        font-size: 1rem;
    }
    .stats-overlay {
        flex-direction: column;
        gap: 1rem;
        bottom: -50px;
    }

	.stat-card {
		min-width: 100px;
		padding-top: 2rem;
	}

    .card-title {
        font-size: 1.6rem !important;
        color: white;
    }

    .card-text {
        margin: 20px 15px !important;
        font-size: 0.95rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    p {
        font-size: 0.95rem;
    }

    .black-section ul {
        padding-left: 20px;
    }

    .yellow-section, .gray-section {
        text-align: left;
    }

        .gray-section .row, .yellow-section .row {
            flex-direction: column;
        }

        .black-section ul,
        .gray-section ul {
            padding-left: 20px;
        }

        .black-section h2,
        .gray-section h2 {
            font-size: 1.5rem;
            text-align: center;
        }

        .gray-section p {
            font-size: 1rem;
        }

    .black-section ul {
        padding-left: 20px;
    }

    .black-section h2,
    .gray-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .black-section ul {
        padding-left: 20px;
    }

    .yellow-section, .gray-section {
        text-align: left;
    }

        .gray-section .row, .yellow-section .row {
            flex-direction: column;
        }

        .black-section ul,
        .gray-section ul {
            padding-left: 20px;
        }

        .black-section h2,
        .gray-section h2 {
            font-size: 1.5rem;
            text-align: center;
        }

        .gray-section p {
            font-size: 1rem;
        }

    .black-section ul {
        padding-left: 20px;
    }

    .black-section h2,
    .gray-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .gray-section p {
        font-size: 1rem;
    }

    .gray-section p {
        font-size: 1rem;
    }
}




