﻿.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
    z-index: 4;
    position: absolute;
    opacity: 0;
    height: 100%;
    background-color: #e6c068;
}






/* Boxed Navbar */


   /********** Img Partnerr ************/

.mil-partner-frame img {
    width: 170%;
}

.mil-p-0-120 {
    padding-bottom: 42px;
}





.mil-footer-menu ul li.mil-active a {
    color: #f0be67;
}

.mil-footer-menu ul li a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    color: #f0be67;
}


.mil-progress-track .mil-progress {
    width: 4px;
    height: 0;
    background-color: rgb(240 190 103);
}













#Sec1 {
/*    margin-bottom: -59px;
*/}

.mil-banner {
    height: 120vh;
}

#about {
    margin-bottom: -2%;
}

.mil-button {
    background-color: #E6C068;
    margin-right: 11%;
}


    .mil-button svg path {
        fill: rgb(240 190 103);
    }



/*/*************************** Section 2***************************/
#H2Sec{
        font-size: 60px;
    line-height: 120%;
}


#PSec2 {
    font-size: 20px !important;
}


.mil-mb-30 {
    margin-bottom: -33px;
}
.mil-up.mil-mb-30 {
    font-size: 20px !important;
}


.mil-mb-60 {
    margin-bottom: 27px !important;
}


#GetIN {
    margin-right: 11%;
}









.mil-icon-box {
    border: 2px solid #ccc; /* Circle border color */
    /*border: 2px solid #E7BC68;*/ /* Circle border color */
    border-radius: 50%; /* Makes the box circular */
    width: 280px; /* Fixed width */
    height: 280px; /* Fixed height (same as width for circle) */
    padding: 30px 20px; /* Inner spacing */
    box-sizing: border-box; /* Include padding in size */

    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */

    margin: 0 auto 40px auto; /* Center in column & add bottom margin */
    text-align: center; /* Center text */

    transition: border-color 0.3s ease;
    background-color: #fff; /* Optional: background inside circle */
}

    .mil-icon-box:hover {
        border-color: #E7BC68; /* Border color on hover */
    }

    .mil-icon-box .mil-icon img {
        width: 50px; /* Icon size */
        height: 50px;
        margin-bottom: 15px;
    }

    .mil-icon-box h6 {
        font-weight: 700; /* Bold */
        margin-bottom: 10px;
    }

    .mil-icon-box p {
        font-size: 17px;
        color: #555;
        margin: 0;
    }

#Sec3 {
    padding-bottom: 9%;
    background-color: #000;
}



.mil-mb-120{
    margin-bottom: 81px;
}



/******************************** Servicees **********************************/

/* === Service Card Container === */
.mil-service-card-bg {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease;
}

    .mil-service-card-bg:hover {
        transform: scale(1.03);
    }

/* === Overlay === */
.mil-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.3s ease;
}

.mil-service-card-bg:hover .mil-overlay {
    background: rgba(0, 0, 0, 1); /* Fully black when hovered */
}

/* === Title (Always visible) === */
.mil-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 83px;
    z-index: 2;
}

/* === Description (hidden by default) === */
.mil-description {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

/* === Custom Button (hidden by default) === */
#mil-service-button {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    margin-top: 10px;
}

/* === Show Description on Hover === */
.mil-service-card-bg:hover .mil-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
    pointer-events: auto;
}

/* === Show Custom Button on Hover === */
.mil-service-card-bg:hover #mil-service-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
    pointer-events: auto;
}

/* === Make service cards wider === */


/*.mil-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;*/ /* spacing between cards */
/*}

.mil-services-grid-item {
    flex: 0 0 48%;*/ /* currently about half width */
    /*max-width: 48%;
}*/

/* make them wider */
/*@media (min-width: 992px) {*/ /* desktop */
    /*.mil-services-grid-item {
        flex: 0 0 55%;*/ /* try 55% or 60% */
        /*max-width: 55%;
    }
}*/




/*.mil-service-card-bg {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease;
}

    .mil-service-card-bg:hover {
        transform: scale(1.03);
    }

.mil-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.3s ease;
}

.mil-service-card-bg:hover .mil-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.mil-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.mil-description {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}
*/
/*.mil-link-btn {
    align-self: flex-end;*/ /* Pushes the button to the right */
    /*margin-top: 12px;
    background: #ff6600;*/ /* Button background */
    /*color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

    .mil-link-btn:hover {
        background: #e05500;
        transform: translateY(-2px);
    }*/










    /**************************** Secction 4 **************************************/

#Sec4 {
    margin-bottom: 0%;
    margin-top: -5%;
    background-color: #f2f2f2;
}


.swiper {
    max-width: 126%;
    width: 130%;
    margin-left: -9%;
    /* margin-right: 18%; */
    overflow: hidden;
    list-style: none;
    /* padding: 0%; */
    z-index: 1;
    display: block;
    /* margin: 0%; */
}
    /*******************************Slider ****************************/

/* Card styling */
/*.case-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;*/ /* ensures equal height */
    /*max-width: 307px;*/ /* ✅ same width for all */
/*}

    .case-card img {
        width: 100%;
        height: 200px;*/ /* fixed height for consistency */
        /*object-fit: cover;
    }*/

    /* Category Tag */
    /*.case-card .tag {
        position: absolute;
        background: #facc15;*/ /* yellow */
        /*color: #333;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 12px;
        top: 10px;
        left: 10px;
        font-weight: bold;
    }*/

/* Text inside card */
/*.card-body {
    padding: 20px;
}

    .card-body h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #111;
    }

    .card-body p {
        font-size: 14px;
        margin: 6px 0;
        color: #444;
        line-height: 1.5;
    }

    .card-body a {
        display: inline-block;
        margin-top: 10px;
        color: #f59e0b;*/ /* orange-yellow */
        /*font-weight: bold;
        text-decoration: none;
    }

        .card-body a:hover {
            text-decoration: underline;
        }*/

/* Swiper settings */
/*.swiper {
    padding: 20px 0;
}

.swiper-slide {
    height: auto;
}
.swiper-pagination {
    margin-top: 20px;*/ /* pushes dots lower */
    /*position: relative;*/ /* prevents overlap */
/*}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
    transform: scale(1.2);*/ /* slightly bigger */
/*}

.swiper-button-prev {
    left: -50px;*/ /* move further left */
/*}

.swiper-button-next {
    right: -50px;*/ /* move further right */
/*}*/

/* Ensure slides align */
/*.swiper-slide {
    display: flex;
    justify-content: center;
}*/


/* Card styling */
.case-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 470px; /* fixed height for uniformity */
    width: 100%; /* ✅ let Swiper control width */
    justify-content: space-between;
    position: relative;
}

    /* Card image */
    .case-card img {
        width: 100%;
        height: 200px; /* adjust for design */
        object-fit: cover;
    }



    /* Category Tag */
    .case-card .tag {
        position: absolute;
        background: #E6C068; /* ✅ your requested color */
        color: #333;
        font-size: 13px;
        padding: 4px 12px;
        border-radius: 12px;
        top: 10px;
        left: 10px;
        font-weight: bold;
    }

/* Text inside card */
.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .card-body h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #111;
        flex-shrink: 0;
    }

    .card-body p {
        font-size: 14px;
        margin: 6px 0;
        color: #444;
        line-height: 1.5;
        flex-grow: 1; /* ✅ pushes link to bottom */
    }

    .card-body a {
        display: inline-block;
        margin-top: auto; /* ✅ always at bottom */
        color: #E6C068; /* ✅ match tag color */
        font-weight: bold;
        text-decoration: none;
    }

        .card-body a:hover {
            text-decoration: underline;
        }

/* Swiper settings */
/*.swiper {
    padding: 20px 0;
}
*/

#slider .swiper .Sec4  .row {
    margin-left: -9% !important;
    margin-right: -7% !important;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 123% !important;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}




/*********************************** Section 6 ***********************************/



#Sec6 {
    margin-top: -6%;
    padding-top: 6%;
}


.mil-soft-bg6 {
    background-color: #ffffff;
}






/****************************************Section 7 *************************************/

#Sec7 {
/*    background: url("img/Test.jpg") center/cover no-repeat;
*/    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

    #Sec7 .container {
        max-width: 1100px;
        margin: 0 auto;
    }

    #Sec7 h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        color:white;
    }

    #Sec7 .subtitle {
        font-size: 1.1rem;
        margin-bottom: 50px;
        color: #cfd8dc;
    }

.values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 40px;
}

.value-box {
    background: #00000033;
    padding: 25px 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

    .value-box:hover {
        transform: translateY(-8px);
    }

    .value-box .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .value-box .icon i {
            font-size: 28px;
            color: #fff;
        }

    .value-box h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
        color:white;
    }

    .value-box p {
        font-size: 0.95rem;
        color: #cfd8dc;
        line-height: 1.5;
    }



#Mission {
    max-width: 106%;
    margin-left: -7%;
    width: 108%;
}



/* Get In Touch section */
.mil-footer-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.mil-footer-text {
    font-size: 1.1rem;
    color: #ccc;
    text-align: center;
    margin-bottom: 40px;
}

/* Gold button style */
.mil-gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6c068;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .mil-gold-btn i {
        margin-left: 10px;
        background: #000;
        color: #e6c068;
        border-radius: 50%;
        padding: 6px;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

    .mil-gold-btn:hover {
        background: #ffda7a;
        transform: scale(1.05);
    }

        .mil-gold-btn:hover i {
            transform: translateX(4px);
        }

/* Divider line */
.mil-footer-line {
    border: none;
    height: 1px;
    background: #333;
    margin: 48px auto;
    width: 90%;
    margin-top: 4%;
}


/********************** Section 5 **********************/
/* Section background */
#Sec5 {
    background-color: #f9f5ef;
}

/* Flex equal height */
.team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* 👈 adds more space between the cards */
}

    /* Ensure columns stretch equally */
    .team-row > div {
        display: flex;
        flex: 1 1 45%; /* 👈 makes them wider */
        max-width: 560px; /* optional: controls max width for large screens */
    }

/* Team Card */
.team-card {
    background: #e6c06830;
    border-radius: 15px;
    text-align: center;
    padding: 50px 40px; /* 👈 slightly larger padding */
    margin-bottom: 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

    .team-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    }

/* Profile Image */
.team-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
}

/* Text Styling */
.team-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.team-title {
    color: #e6c068;
    font-weight: 600;
    margin-bottom: 18px;
}

.team-desc {
    color: #444;
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Contact Info */
.team-contact {
    font-size: 14px;
    color: #444;
}

    .team-contact a {
        color: #1a1a1a;
        text-decoration: none;
    }

    .team-contact i {
        color: #e6c068;
        margin-right: 8px;
    }













  /********************************* Get In Touach Page **************************************/
.mil-faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 25px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
}

.mil-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}

.mil-faq-answer {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}

.mil-hidden {
    display: none;
}

.arrow {
    transition: transform 0.3s ease;
}

.mil-faq-question.active .arrow {
    transform: rotate(180deg);
}

.mil-mb-20 {
    margin-bottom: 20px;
}

.mil-p-120-90 {
    padding-top: 156px;
    padding-bottom: 96px;
}


/*************************************************************/

.footterr {
    background-color: #000;
}

#FirstSec {
    background-color: #000;
    padding-top: 21%;
    padding-bottom: 5%;
}


.mil-dark-bg{
/*       background-color: #000;
*/}



/* Base styles */
.why-mcray {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    font-family: "Poppins", sans-serif;
}

    .why-mcray h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .why-mcray .subtitle {
        color: #ccc;
        margin-bottom: 60px;
        font-size: 1rem;
    }

/* Grid layout */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
    gap: 25px;
    margin-bottom: 70px;
}

/* Feature box */
.feature-box {
    background-color: #111;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border: 1px solid #1e1e1e;
}

    .feature-box:hover {
        background-color: #1b1b1b;
        transform: translateY(-5px);
        border-color: #e0b45d;
    }

    .feature-box i {
        font-size: 28px;
        color: #e0b45d;
        margin-bottom: 15px;
    }

    .feature-box h5 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: #fff;
    }

    .feature-box p {
        color: #aaa;
        font-size: 0.95rem;
    }

/* CTA Section */
.cta {
    background-color: #d9b86c29;
    padding: 35px 96px;
    border-radius: 15px;
    max-width: 957px;
    margin: 0 auto;
}

    .cta h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .cta p {
        color: #ccc;
        margin-bottom: 25px;
    }

.cta-btn {
    display: inline-block;
    background-color: #e0b45d;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .cta-btn:hover {
        background-color: #f5c76d;
    }


/* Center the last card below the others */
.features .feature-box:last-child {
    grid-column: 2; /* places it in the middle column */
}

/* Responsive layout for smaller screens */
@media (max-width: 991px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }

        .features .feature-box:last-child {
            grid-column: 1 / -1;
            justify-self: center;
        }
}

@media (max-width: 600px) {
    .features {
        grid-template-columns: 1fr;
    }
}







/***contact us */


/* Main Section */
#contact-section {
    background-color: #fff;
    padding: 80px 20px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
}

.contact-card {
    background-color: #1a1714;
    color: #fff;
    border-radius: 12px;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.contact-inner {
    display: flex;
    flex-wrap: wrap;
}

/* Left Section */
.contact-left,
.contact-right {
    flex: 1;
    min-width: 320px;
    padding: 40px 50px;
}

.contact-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

    .contact-left h3,
    .contact-right h3 {
        font-size: 1.2rem;
        color: #fff;
        margin-bottom: 25px;
        font-weight: 600;
    }

/* Form Fields */
.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: -19px;
}

label {
    font-size: 0.85rem;
    color: #d6d2cd;
    margin-bottom: 6px;
}

input,
textarea {
    background-color: #2a241e;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    color: #fff;
    font-size: 0.95rem;
}

textarea {
    height: 200px;
}


    input::placeholder,
    textarea::placeholder {
        color: #b7b0a7;
    }

    input:focus,
    textarea:focus {
        outline: 1px solid #e0b45d;
    }

/* Send Button */
.send-btn {
    background-color: #e0b45d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

    .send-btn:hover {
        background-color: #f5c76d;
    }

    .send-btn i {
        margin-left: 8px;
    }

/* Right Section */
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.icon-box {
    background-color: #e0b45d;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .icon-box i {
        color: #1a1714;
        font-size: 18px;
    }

.info-item h4 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.info-item p {
    color: #d6d2cd;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Regional Contact */
.regional-contact {
    margin-top: 30px;
}

    .regional-contact h4 {
        color: #fff;
        margin-bottom: 10px;
        font-weight: 500;
    }

.regional-card {
    background-color: #2a241e;
    border-radius: 8px;
    padding: 15px 20px;
}

    .regional-card .name {
        color: #e0b45d;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .regional-card p {
        margin: 4px 0;
        font-size: 0.9rem;
        color: #d6d2cd;
    }

    .regional-card i {
        color: #e0b45d;
        margin-right: 6px;
    }

/* Responsive */
@media (max-width: 900px) {
    .contact-inner {
        flex-direction: column;
    }

    .contact-left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

#conInput {
    height: 54px;
}





/**************************************/

.mil-descr {
    margin-left: -2%;
    width: 128%;
}

.mil-portfolio-nav {
    background-color: rgb(242, 242, 242);
    width: 139%;
    padding: 0 60px;
    height: 184px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-right: -3%; */
    margin-left: 71%;
}


#CaseStu {
    margin-top: -9%;
}

.mil-portfolio-slider-frame {
    z-index: 0;
    /* padding-top: 150px; */
}





/* Fix paragraph and heading spacing/visibility */
#blog p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
   /* width: 154%;
    margin-left: -22%;*/
}

#blog .mil-text-xl {
    font-size: 18px;
    color: #222;
}

#blog h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    position: relative;
  /*  margin-left: -22%;*/
}

    #blog h5::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #e6c068; /* McRay Gold Accent */
        border-radius: 2px;
    }

#blog blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #e6c068; /* Matching gold line on quotes */
    padding-left: 15px;
    margin: 40px 0;
   /* width: 154%;
    margin-left: -22%;*/
}

#blog img {
/*    width: 100%;
    border-radius: 8px;*/
}


#blog {
    margin-top: -7%;
}

/* .mil-descr {
 padding-top: 110px;
    padding-bottom: 107px;
} */
/* =======================
   HEADER / NAVBAR STYLES
   ======================= */



#Sec20{
    margin-top: -9%;
}
.mil-button.mil-icon-button-sm svg {
    margin-left: 0;
    background-color:  #E6C068;
}
 /***/


/***/

#SecList {
    margin-top: 4%;
}

/* For icons, text, and any element inside mil-dark-bg */
/*.mil-dark-bg i,
.mil-dark-bg img,
.mil-dark-bg svg,
.mil-dark-bg h5,
.mil-dark-bg p,
.mil-dark-bg a {
    color: #e6c068 !important;*/ /* text and icon color */
    /*fill: #e6c068 !important;*/ /* for SVG icons */
/*}*/

    /* If you specifically want the hover color for links/buttons */
    /*.mil-dark-bg a:hover {
        color: #e6c068;
        border-color: #e6c068;*/ /* if the button has border */
        /*background-color: transparent;*/ /* optional */
    /*}*/
