.logo img {
    width: 140px;
}



.diamond-bullet {
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
    color: black;
}

.diamond-bullet::before {
    content: "◆";
    color: orange;
    padding-right: 0.5em;
}

.focus-title {
    color: #221f6e;
    font-weight: bold;
    font-size: 37px;
    font-family: Arial, sans-serif;

    margin-bottom: 10px;
    margin-left: 106px;
}

.focus-title-1 {
    color: #221f6e;
    font-weight: bold;
    font-size: 37px;
    font-family: Arial, sans-serif;

    margin-bottom: 10px;

}

.focus-list {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}


.section-title {
    font-weight: bold;
    color: #E94B2D;
    text-transform: uppercase;
    margin-top: 30px;
    border-bottom: 2px solid #E94B2D;
    display: inline-block;
    padding-right: 10px;
    transition: color 0.3s ease;
}

.section-title:hover {
    color: #b50000;
}

.content {
    margin-left: 20px;
    font-size: 16px;
    color: #333;
}

ul.custom-bullets {
    list-style: none;
    padding-left: 0;
}

ul.custom-bullets li::before {
    content: "◆";
    color: red;
    margin-right: 8px;
}

ul.custom-bullets li {
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

ul.custom-bullets li:hover {
    color: #b50000;
}

.intro {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Values Section */
/* .values-section {
    padding: 5rem 0;
    background-attachment: fixed;
    background-image: url(../img/photo/gaurd.jpg);
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/photo/gaurd.jpg) center center no-repeat;
    background-size: cover;
   
} */

/* .values-section1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background: #000000;
} */
.values-section {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background: url(../img/photo/gaurd.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
}

.values-section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003870;
    opacity: 0.6;
}

.section-title1 {
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}

.section-title1 h2 {
    font-size: 2.5rem;
    color: #1a3a6c;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title1 h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #1b24d0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-title1 p {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.value-card {
    background-color: white;
    border-radius: 8px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 4px solid #3c45c0;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
    font-size: 3rem;
    color: #1a3a6c;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: rgb(9 253 255 / 20%);
}

.value-card h3 {
    margin-bottom: 1rem;
    color: #1a3a6c;
    font-size: 1.5rem;
}

.value-card p {
    color: #6c757d;
}


/* HERO Values */
.hero-values {
    background-color: #1a3a6c;
    color: white;
    padding: 4rem 0;
    border-radius: 10px;
}

.hero-title {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-title h2 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    color: #00d4ff;
    position: relative;
}

.hero-title h2::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 3px;
    background-color: #00d4ff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-title p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.hero-card {
    text-align: center;
    padding: 1.5rem;
}

.hero-letter {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
    display: block;
}

.hero-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: white;
}

.hero-card p {
    opacity: 0.9;
    font-size: 0.95rem;
}

.transition-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary-orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: var(--navy-blue);
}

.module-card {
    background: white;
    border-radius: 20px;
    padding: 30px 15px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgb(44 28 28 / 78%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.module-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--primary-orange);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.module-card:hover::before {
    transform: scaleX(1);
}

.module-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(10, 5, 4, 0.3);
}

.icon-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.module-card:hover .icon-wrapper img {
    transform: scale(1.1) rotate(5deg);
}

.icon-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--primary-orange);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.module-card:hover .icon-wrapper::after {
    transform: scale(1.1);
}

.module-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy-blue);
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 1px;
}

.module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-list li {
    /* padding: 12px 0; */
    color: #555;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.module-list li::before {
    content: '■';
    position: absolute;
    left: 0;
    color: var(--primary-orange);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.module-card:hover .module-list li {
    padding-left: 25px;
    color: var(--navy-blue);
}

.module-card:hover .module-list li::before {
    transform: scale(1.3);
}

.logo-section {
    text-align: center;
    margin-bottom: 40px;
}

.logo-section img {
    width: 180px;
    height: auto;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2.5rem;
    }

    .module-card {
        margin-bottom: 30px;
    }
}

:root {
    --primary-orange: #1a2b5f;
    --navy-blue: #1a2b5f;
    --light-bg: #f8f9fa;
}

/* TRANSITION  */


.contact-widget {
    position: fixed;
    right: 57px;
    bottom: 18px;
    display: flex;
    flex-direction: row;
    /* row me icons aayenge */
    gap: 30px;
    z-index: 9999;
    align-items: center;
    pointer-events: none;
}

.cw-btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform .12s ease, box-shadow .12s ease;
    border: 0;
    background: #111;
}

.cw-btn:focus,
.cw-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
    outline: none;
}

.cw-whatsapp {
    background: linear-gradient(180deg, #25D366, #1DA851);
    color: white;
}

.cw-call {
    background: linear-gradient(180deg, #2D9CDB, #1B7FCC);
    color: white;
    margin-left: 1205px;
}

.cw-btn svg {
    display: block;
}

/* small screen adjustment */
@media (max-width:420px) {
    .contact-widget {
        right: 12px;
        bottom: 12px;
        gap: 10px;
    }

    .cw-btn {
        width: 48px;
        height: 48px;
    }
}

/* <!-- Service start --> */
.services-section {
    padding: 80px 20px;
    background: #f7f7f7;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
}

.services-section h2 {
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: auto;
}

.service-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.service-box:hover {
    transform: translateY(-8px);
}

/* Background images for each */
.security {
    background: url('') center/cover no-repeat;
}

.property {
    background: url('property.jpg') center/cover no-repeat;
}

.housekeeping {
    background: url('housekeeping.jpg') center/cover no-repeat;
}

.horticulture {
    background: url('horticulture.jpg') center/cover no-repeat;
}

.manpower {
    background: url('manpower.jpg') center/cover no-repeat;
}

/* Dark overlay */
.service-box .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(0 23 187 / 75%));
}

/* Content */
.service-box .content {
    position: relative;
    padding: 20px;
    z-index: 2;
    text-align: left;
}

.service-box .icon {
    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
}

.service-box h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.service-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-box ul li {
    font-size: 14px;
    margin: 4px 0;
}



.full-row {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
    font-family: "Segoe UI", sans-serif;
}

.full-row .row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.full-row .row.reverse {
    flex-direction: row-reverse;
}

.row-img {
    background-color: #221f70;
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.row-img img {
    width: 100%;
    border-radius: 14px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.row-img img:hover {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.row-content {
    flex: 1;
}

.row-content i {
    font-size: 36px;
    color: #222071;
    margin-bottom: 14px;
}

.row-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.row-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    text-align: justify;
}

.differentiators-section {
    /* background: linear-gradient(110deg, #183364 70%, #c15151); */
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    align-items: center;
    justify-content: center;
}

.content-box {
    flex: 1 1 550px;
    padding: 60px;
    max-width: 700px;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fff;
    letter-spacing: 2px;
}

ul {
    font-size: 1.15rem;
    line-height: 2;
    padding-left: 22px;
    margin-top: 16px;
}

ul li {
    margin-bottom: 14px;
    color: #e6eaf4;
}

.image-box {
    flex: 1 1 300px;
    max-width: 100%;
    text-align: center;
    padding-left: 20px;
}

.handshake-img {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 2px 24px rgba(0, 20, 50, 0.13);
    background: #fff;
    padding: 12px;
}

@media (max-width: 900px) {
    .differentiators-section {
        flex-direction: column;
        padding: 30px 5px;
    }

    .content-box,
    .image-box {
        max-width: 95vw;
        padding: 24px;
    }

    .section-title {
        font-size: 1.6rem;
    }
}


.delivery-strategy {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
    font-family: "Segoe UI", sans-serif;
}

.delivery-strategy .row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.delivery-strategy .content {
    flex: 1;
}

.delivery-strategy h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #c9302c;
    font-weight: 800;
    line-height: 1.3;
}

.delivery-strategy h2 span {
    color: #222;
}

.delivery-strategy ul {
    list-style: none;
    padding: 0;
}

.delivery-strategy ul li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.delivery-strategy ul li i {
    color: #221f70;
    font-size: 18px;
    min-width: 22px;
}

.delivery-strategy .image {
    background-color: #221f70;
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.delivery-strategy .image img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.delivery-strategy .image img:hover {
    transform: scale(1.07);
    filter: brightness(1.1);
}