@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap");
:root {
    --bs-primary-off: #e6f6fb;
}

body {
    background: white;
    font-weight: 400;
    line-height: 32px;
    font-family: "Outfit", sans-serif;
}
a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
.top-bar {
    --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;

    background-image: linear-gradient(to right, #3b82f6);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    color: white;
}

#navbarNav li a {
    font-size: 18px;
}
.navbar-brand img {
    height: 70px;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../images/prestigesecureservices_event_security.webp") center/cover
            no-repeat;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
}
.page-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../images/prestigesecureservices_event_security.webp") center/cover
            no-repeat;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}
.hero h1,
.page-hero h1 {
    font-size: 2.6rem;
    font-weight: 900;
}

.hero p,
.page-hero p {
    font-size: 1.2rem;
}
h2 .featured:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--bs-primary-off);
}
section.section-2,
section.section-1,
section.section-3 {
    background-color: #e6f6fb;
    position: relative;
    width: 100%;
    padding: 130px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
section.section-3 {
    background-color: #ffffff;
}
section.section-1 {
    background-color: #ffffff;
}
.section-2 h4 {
    margin: 1.5rem 0;
}
h2 {
    font-weight: 700;
}
h2 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: var(--bs-primary);
}
h2 .featured span {
    position: relative;
}
.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-primary);
}
.img-before::before {
    background-color: #0b074c;
}
.btn-icon {
    position: absolute;
    top: 43px;
    right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: var(--bs-primary);
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.team .quote {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    background-color: var(--bs-primary);
    border-radius: 4px;
    color: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--bs-primary);
        background-color: var(--bs-primary);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        background-color: rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        background-color: rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--bs-primary);
        box-shadow: 0 0 0 0 var(--bs-primary);
        background-color: var(--bs-primary);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        background-color: rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        background-color: rgba(204, 169, 44, 0);
    }
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.ibc {
    color: var(--bs-primary);
}
.card:hover .btn-icon.pulse:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}
.intro {
    margin-bottom: 50px;
}

.highlights.image-right .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.highlights.image-left .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
/* Image setup */
.image {
    position: relative;
    overflow: hidden;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter 0.5s ease;
}

/* Overlay */
.image .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    transition: opacity 0.9s ease;
}

/* Hover effect */
.image:hover .overlay {
    opacity: 0.3;
}

/* ✅ Responsive fix for mobile (remove absolute positioning) */
@media (max-width: 991px) {
    .highlights.image-right .image {
        position: relative;
        height: auto;
    }
    .highlights.image-left .image {
        position: relative;
        height: auto;
    }
    .image .fit-image {
        height: auto;
        max-height: 400px; /* optional: keeps image height reasonable on mobile */
    }

    .image .overlay {
        opacity: 0.6; /* optional: softer overlay on small screens */
    }
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 45px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    min-height: 339px;
}
.card:not(.no-hover):hover {
    transform: translateY(-7.5px);
}
.offers .items .item {
    margin-bottom: 30px;
}

.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}
.footer-area {
    margin-top: auto;
    background-color: #e6f6fb;
}
.gradient-text {
    background: linear-gradient(
        45deg,
        #405de6,
        /* Royal Blue */ #5851db,
        /* Blue */ #833ab4,
        /* Purple */ #c13584,
        /* Dark Pink */ #e1306c,
        /* Purple-Red */ #fd1d1d /* Red */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
}
.tc {
    color: #1da1f2;
}
.li-c {
    color: #0a66c2;
}
.t-24 {
    font-size: 24px;
}
.footer-menu__item:hover,
.footer-menu a:hover {
    color: var(--bs-primary);
}
.footer-item__logo {
    margin-bottom: 20px;
}
.footer-item__desc {
    color: hsl(#ffffff / 0.8);
    padding-bottom: 10px;
    line-height: 1.6;
}
.footer-item .social-list {
    margin-top: 10px;
}
.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-height: 100px;
}
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-widget__content {
    display: grid;
}
.footer-item__title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    color: #0d6efd;
}
.white-choose h2 .featured:before {
    background-color: white;
}
.blue-choose h2 .featured:before {
    background-color: var(--bs-primary-off);
}
.sectors .card {
    height: 390px;
}
.footer-item__title::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #0d6efd;
    position: absolute;
    left: 0;
    top: 35px;
}
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
}
.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #4285f4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-footer {
    /* border-top: 1px solid #444444; */
    background: #0d6efd;
    color: #fff;
    font-size: 16px;
}
.bottom-footer a {
    color: #fff;
}
.footer-menu__link,
.footer-contact-menu__item a {
    color: #000000;
}

.social-list__item {
    display: inline-block;
}
.footer-contact-menu p {
    margin-bottom: 0;
}
.contact-banner {
    padding: 60px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
        url("../images/prestigesecureservices_company.webp") center/cover
            no-repeat;
    color: #fff;
}
@media (min-width: 768px) {
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
}
/* --- Responsive adjustments for mobile --- */
@media (max-width: 768px) {
    .hero h1,
    .page-hero h1 {
        font-size: 2rem; /* smaller heading on tablets/mobiles */
    }

    .hero p,
    .page-hero p {
        font-size: 1rem; /* smaller paragraph text */
    }

    .hero .btn,
    .page-hero .btn {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
        border-radius: 6px;
    }
    section.section-2,
    section.section-1 {
        padding: 60px 0;
    }
}

.footer-item__title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-menu__link {
    text-decoration: none;
    display: block;
    margin-bottom: 0.4rem;
    transition: color 0.3s;
}

.social-list i {
    transition: 0.3s;
}

.social-list i:hover {
    color: var(--bs-primary);
}

@media (max-width: 767px) {
    .footer-item {
        text-align: center;
    }
    .footer-contact-menu {
        align-items: center;
        justify-content: center;
    }
    .social-list {
        justify-content: center;
    }
}
@media (max-width: 350px) {
    .top-bar .container {
        padding: 1px;
    }
}
.dir-of-row {
    flex-direction: row-reverse !important;
}
@media (max-width: 992px) {
    .dir-of-row {
        flex-direction: column-reverse !important;
    }
}
.bg-blue {
    background-color: var(--bs-primary-off) !important;
}
.bg-white {
    background-color: white !important;
}
.form-control {
    width: 100%;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.075);
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: var(--primary-t-color);
}
.navbar-nav .nav-link.active {
    color: var(--bs-primary);
}
.contacts i {
    width: 45px;
    height: 45px;
    background: var(--bs-primary);
    color: white;
    border-radius: 100px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: inline-block;
}
section.p-80 {
    padding: 80px 0;
}
