body {
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
    font-family: "Segoe UI",sans-serif!important;
    background-color: #3f3e44
}

.btn {
    font-family: "Segoe UI",sans-serif
}

.hidden {
    display: none
}

.center {
    text-align: center!important
}

.row {
    margin-left: 0!important;
    margin-right: 0!important
}


/*********************** HEADER ***********************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #000000;
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 3px #d0a952;
}

.header .row {
    align-items: center;
}

.header-logo-container {
    display: flex;
    align-items: center;
}

.header-logo-container img {
    max-height: 100px;
    width: auto;
}

.header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.home-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .menu ul li {
    margin: 0;
    padding: 0;
}

.header .menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
    font-weight: 500;
}

.header .menu ul li a:hover {
    color: #D0A952;
}

.home-connect-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-collapse-nav {
    display: none;
}

#collapge-menu-window {
    display: none;
    background-color: #000000;
    padding: 20px;
    margin-top: 0;
    width: 100%;
}

#collapge-menu-window.show {
    display: block;
}

#collapge-menu-window .collapse-menu-item {
    display: block;
    padding: 10px 0;
}

#collapge-menu-window .collapse-menu-item a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
}

#collapge-menu-window .collapse-menu-item a:hover {
    color: #D0A952;
}

.navbar-toggler {
    border: 1px solid #FFFFFF;
    padding: 4px 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    .home-menu {
        display: none;
    }
    
    .home-connect-btn {
        display: none;
    }
    
    .home-collapse-nav {
        display: block;
    }
}

/* Header Consultation Button */
.home-button-consultation {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #D0A952;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.home-button-consultation:hover {
    background-color: #D0A952;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
}

.header .menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header .menu ul li a:hover {
    color: #D0A952;
}

@media (max-width: 768px) {
    .home-button-consultation {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

/*********************** HOME PAGE ***********************/

/* Home Lander Section */
.home-lander-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.home-lander-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4) blur(2px);
    z-index: 0;
}

.home-title-section {
    position: relative;
    z-index: 1;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-title-section .title h1 {
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.home-title-section .body h4 {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.experience-badge i {
    color: #D0A952;
    margin-right: 8px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.home-button-white {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.home-button-white:hover {
    background-color: #F5F5F5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.home-button-gold {
    background-color: #D0A952;
    color: #FFFFFF;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.home-button-gold:hover {
    background-color: #B8941F;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.hero-benefits {
    margin-top: 20px;
}

.hero-benefits i
{
    margin-right:10px;
    color: #B8941F;
}

.hero-benefits span {
    color: #FFFFFF;
    font-size: 0.9rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .home-title-section .title h1 {
        font-size: 2.2rem;
    }
    
    .home-title-section .body h4 {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .home-button-white,
    .home-button-gold {
        width: 100%;
        text-align: center;
    }
}

/*********************** WHY CHOOSE US SECTION ***********************/

.why-choose-us-section {
    background-color: #FFFFFF;
    padding: 40px 0;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.section-intro {
    font-size: 1.1rem;
    color: #666666;
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.7;
}

.features-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.feature-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.feature-card .row {
    display: flex;
    flex: 1;
    margin: 0;
}

.feature-card .card-inner {
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: solid 1px lightgrey;
    display: flex;
    flex-direction: column;
    flex: 1;
}


.feature-card .card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-icon-wrapper i {
    font-size: 2rem;
    color: #333333;
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.feature-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .feature-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .section-heading {
        font-size: 2rem;
    }
    
    .section-intro {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
}

/*********************** COMPREHENSIVE SERVICES SECTION ***********************/

.comprehensive-services-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.services-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px) brightness(0.7);
    z-index: 0;
}

.services-overlay {
    position: relative;
    z-index: 1;
}

.services-section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.services-section-subheading {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-cards-grid {
    margin-bottom: 50px;
}

.service-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.service-card-inner {
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 2.5rem;
    color: #000000;
}

.service-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex: 1;
}

.service-features-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
}

.service-features-list li i.fa-check {
    color: #D0A952;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.service-learn-more {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
    display: inline-block;
    margin-top: auto;
}

.service-learn-more:hover {
    color: #D0A952;
    text-decoration: none;
}

.view-all-services-btn {
    background-color: #D0A952;
    color: #FFFFFF;
    border: none;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.view-all-services-btn:hover {
    background-color: #B8941F;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

@media (max-width: 991px) {
    .service-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .comprehensive-services-section {
        padding: 60px 0;
    }
    
    .services-section-heading {
        font-size: 2rem;
    }
    
    .services-section-subheading {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .service-card-inner {
        padding: 30px 20px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
    }
    
    .service-icon i {
        font-size: 2rem;
    }
    
    .service-card-title {
        font-size: 1.3rem;
    }
}

/*********************** BUILT FOR FRANCHISES SECTION ***********************/

.built-for-franchises-section {
    background-color: #FFFFFF;
    padding: 40px 0;
}

.franchise-image-column {
    margin-bottom: 40px;
}

.franchise-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.franchise-image {
    width: 100%;
    height: auto;
    display: block;
    /* filter: blur(2px); */
}

.brand-compliant-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    padding: 20px 25px;
    color: #FFFFFF;
    text-align: center;
}

.badge-percentage {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-text {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.franchise-content-column {
    padding-left: 50px;
}

.franchise-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.franchise-intro {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.process-steps {
    margin-bottom: 40px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #333333;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 20px;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.step-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.start-project-btn {
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.start-project-btn:hover {
    background-color: #333333;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

@media (max-width: 991px) {
    .franchise-content-column {
        padding-left: 15px;
        padding-top: 40px;
    }
    
    .franchise-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .built-for-franchises-section {
        padding: 60px 0;
    }
    
    .franchise-heading {
        font-size: 1.8rem;
    }
    
    .franchise-intro {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-right: 15px;
    }
    
    .step-title {
        font-size: 1.2rem;
    }
    
    .step-description {
        font-size: 0.95rem;
    }
    
    .badge-percentage {
        font-size: 2rem;
    }
    
    .badge-text {
        font-size: 0.8rem;
    }
}

/*********************** REDUCE RISK CTA SECTION ***********************/

.reduce-risk-cta-section {
    background: linear-gradient(150deg, #1a1a1a 0%, #D0A952 50%, #1a1a1a 100%);
    padding: 40px 0;
    color: #FFFFFF;
}

.cta-icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.cta-icon-wrapper i {
    font-size: 3rem;
    color: #000000;
}

.cta-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 1.2;
}

.cta-description {
    font-size: 1.2rem;
    color: #FFFFFF;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 40px;
}

.cta-button-wrapper {
    margin-bottom: 40px;
}

.schedule-consultation-btn {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.schedule-consultation-btn i {
    font-size: 1.1rem;
}

.schedule-consultation-btn:hover {
    background-color: #F5F5F5;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.cta-divider {
    width: 100%;
    max-width: 200px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 0 auto 40px;
}

.cta-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
}

.cta-feature-item i {
    color: #000000;
    background-color: #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .reduce-risk-cta-section {
        padding: 60px 0;
    }
    
    .cta-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .cta-icon-wrapper i {
        font-size: 2.5rem;
    }
    
    .cta-heading {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .schedule-consultation-btn {
        padding: 14px 30px;
        font-size: 1rem;
    }
    
    .cta-features {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-divider {
        margin-bottom: 30px;
    }
}

/*********************** FOOTER ***********************/

.main-footer {
    background-color: #000000;
    color: #FFFFFF;
    padding: 80px 0 0;
    border-top: solid 3px #d0a952;
}

.footer-content {
    margin-bottom: 60px;
}

.footer-column {
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.logo-icon img {
    max-height: 120px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D0A952;
    line-height: 1.2;
}

.logo-sub {
    font-size: 0.9rem;
    color: #D0A952;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-description {
    font-size: 0.95rem;
    color: #CCCCCC;
    line-height: 1.7;
    margin-bottom: 30px;
}

.social-media-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #1a1a1a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #D0A952;
    color: #000000;
    transform: translateY(-2px);
}

.social-icon i {
    font-size: 1rem;
}

.footer-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #D0A952;
    text-decoration: none;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #CCCCCC;
}

.contact-item i {
    color: #D0A952;
    font-size: 1.1rem;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 20px;
}

.contact-item a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #D0A952;
    text-decoration: none;
}

.address {
    color: #CCCCCC;
    font-size: 0.95rem;
    line-height: 1.6;
}

.address div {
    margin-bottom: 2px;
}

.request-consultation-btn {
    background-color: #D0A952;
    color: #000000;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.request-consultation-btn:hover {
    background-color: #B8941F;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding: 30px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright {
    color: #CCCCCC;
    font-size: 0.9rem;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #D0A952;
    text-decoration: none;
}

@media (max-width: 991px) {
    .footer-column {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 60px 0 0;
    }
    
    .footer-content {
        margin-bottom: 40px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .legal-links {
        justify-content: center;
    }
}

/*********************** ABOUT PAGE ***********************/

/* About Hero Section */
.about-hero-section {
    background-color: #090808;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
    padding: 100px 0;
    color: #FFFFFF;
    padding-top: 200px;
}

.about-main-heading {
    font-size: 4rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-company-name {
    font-size: 4.5rem;
    display: block;
    margin-top: 10px;
}

.about-subheading {
    font-size: 1.3rem;
    color: #CCCCCC;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mission-box {
    background-color: #1f1f1f;
    border-radius: 12px;
    padding: 40px;
    margin-top: 40px;
    position: relative;
}

.mission-quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #D0A952;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-quote-icon i {
    font-size: 1.5rem;
    color: #000000;
}

.mission-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D0A952;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 60px;
}

.mission-text {
    font-size: 1.1rem;
    color: white;
    line-height: 1.7;
    margin: 0;
    padding-left: 60px;
}

/* Bridge Gap Section */
.bridge-gap-section {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.bridge-image-column {
    margin-bottom: 40px;
}

.bridge-image-wrapper {
    /* position: relative; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.bridge-image {
    width: 100%;
    height: auto;
    display: block;
    /* filter: blur(2px); */
    /* z-index: 100; */
    /* position: unset; */
}

.experience-badge-overlay {
    position: absolute;
    bottom: -15px;
    right: -8px;
    background-color: #D0A952;
    /* border: 2px solid #000000; */
    border-radius: 8px;
    padding: 20px 25px;
    color: #FFFFFF;
    text-align: center;
    min-width: 150px;
    z-index: 1;
}

.badge-years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.bridge-content-column {
    padding-left: 50px;
}

.bridge-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.highlight-gold {
    color: #D0A952;
}

.bridge-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.8;
}

/* Next Stage Difference Section */
.next-stage-difference-section {
    background-color: #fafafa;
    padding: 40px 0;
}

.section-main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}
.section-main-heading span 
{
    color:#d0a952;
}
.section-subheading {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 60px;
}

.difference-cards-grid {
    /* margin-top: 40px; */
}

.difference-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.difference-card-inner {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.difference-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.difference-icon {
    width: 70px;
    height: 70px;
    background-color: #D0A952;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.difference-icon i {
    font-size: 2rem;
    color: #000000;
}

.difference-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.difference-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* Who We Serve Section */
.who-we-serve-section {
    background-color: #FFFFFF;
    padding: 40px 0;
}

.serve-cards-grid {
    /* margin-top: 40px; */
}

.serve-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    /* border: solid; */
}

.serve-card-inner {
    background-color: #FFFFFF;
    border: 2px solid #D0A952;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serve-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.serve-icon {
    width: 70px;
    height: 70px;
    background-color: #D0A952;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.serve-icon i {
    font-size: 2rem;
    color: white;
}

.serve-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.serve-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.serve-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

.serve-features li i.fa-check {
    color: #D0A952;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 0.9rem;
}

/* Industries Section */
.industries-section {
    background-color: #000000;
    padding: 40px 0;
    color: #FFFFFF;
    border-radius: 10px;
}

.industries-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.industries-subheading {
    font-size: 1.1rem;
    color: #CCCCCC;
    margin-bottom: 60px;
}

.industries-cards-grid {
    /* margin-top: 40px; */
}

.industry-card {
    /* margin-bottom: 30px; */
    display: flex;
    flex-direction: column;
}

.industry-card-inner {
    /* background-color: #1a1a1a; */
    /* border: 1px solid #333333; */
    /* border-radius: 12px; */
    /* padding: 40px 30px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    text-align: center;
}

.industry-card-inner:hover {
    transform: translateY(-5px);
}

.industry-icon {
    width: 70px;
    height: 70px;
    background-color: #D0A952;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.industry-icon i {
    font-size: 2rem;
    color: #000000;
}

.industry-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.industry-description {
    font-size: 1rem;
    color: #CCCCCC;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* Ready to Work Together Section */
.ready-to-work-section {
    background-color: #000000;
    padding: 100px 0;
    color: #FFFFFF;
}

.ready-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.ready-subheading {
    font-size: 1.2rem;
    color: #CCCCCC;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ready-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ready-btn {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #D0A952;
    padding: 14px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.ready-btn:hover {
    background-color: #D0A952;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

@media (max-width: 991px) {
    .bridge-content-column {
        padding-left: 15px;
        padding-top: 40px;
    }
    
    .about-main-heading {
        font-size: 3rem;
    }
    
    .about-company-name {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 60px 0;
    }
    
    .about-main-heading {
        font-size: 2.2rem;
    }
    
    .about-company-name {
        font-size: 2.7rem;
    }
    
    .about-subheading {
        font-size: 1.1rem;
    }
    
    .mission-box {
        padding: 30px 20px;
    }
    
    .mission-title,
    .mission-text {
        padding-left: 0;
    }
    
    .mission-quote-icon {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }
    
    .bridge-gap-section,
    .next-stage-difference-section,
    .who-we-serve-section,
    .industries-section,
    .ready-to-work-section {
        padding: 60px 0;
    }
    
    .bridge-heading,
    .section-main-heading,
    .industries-heading,
    .ready-heading {
        font-size: 2rem;
    }
    
    .ready-buttons {
        flex-direction: column;
    }
    
    .ready-btn {
        width: 100%;
        text-align: center;
    }
}

/*********************** SERVICES PAGE ***********************/

/* Services Hero Section */
.services-hero-section {
    background-color: #000000;
    padding: 200px 0 80px;
    color: #FFFFFF;
}

.services-hero-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.2;
}

.franchise-highlight {
    position: relative;
    display: inline-block;
}

.franchise-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #D0A952;
}

.services-hero-subheading {
    font-size: 1.3rem;
    color: #CCCCCC;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Service Detail Sections */
.service-detail-section {
    background-color: #FFFFFF;
    padding: 40px 0;
}

.service-section-alt {
    background-color: #F8F8F8;
}

.service-content-column {
    padding: 0 30px;
}

.service-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.service-section-intro {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.service-features-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.bullet-icon {
    color: #D0A952;
    margin-right: 15px;
    margin-top: 5px;
    flex-shrink: 0;
}

.bullet-icon i {
    font-size: 16px;
}

.feature-content {
    flex: 1;
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
}

.feature-content strong {
    color: #333333;
    font-weight: 600;
}

.service-cta-btn {
    background-color: #333333;
    color: #FFFFFF;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.service-cta-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.service-image-column {
    margin-top: 40px;
}

.service-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.service-image {
    width: 100%;
    height: auto;
    display: block;
}

/* How We Deliver Results Section */
.how-we-deliver-section {
    background-color: #F5F5F5;
    padding: 40px 0;
}

.process-steps-row {
    margin-top: 0px;
    display: flex;
    align-items: stretch;
}

.process-step-card-wrapper {
    position: relative;
    padding: 0 15px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.process-step-card {
    background-color: #FFFFFF;
    border-radius: 20px 0 20px 0;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: relative;
}

.process-step-number {
    width: 60px;
    height: 60px;
    background-color: #D0A952;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: absolute;
    top: -30px;
    left: 30px;
}

.process-step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
}

.process-step-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
}

.process-step-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.process-step-bullets li {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.process-step-bullets li i {
    color: #D0A952;
    margin-right: 10px;
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.process-arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    color: #D0A952;
    font-size: 2.5rem;
    z-index: 10;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .process-arrow {
        display: flex;
    }
}

/* Start Project Section */
.start-project-section {
    background-color: #000000;
    padding: 40px 0;
    color: #FFFFFF;
}

.start-project-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.start-project-subheading {
    font-size: 1.2rem;
    color: #CCCCCC;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.start-project-btn {
    background-color: #D0A952;
    color: #000000;
    border: none;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
}

.start-project-btn:hover {
    background-color: #B8941F;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

.start-project-benefits {
    font-size: 0.95rem;
    color: #CCCCCC;
    margin: 0;
}

@media (max-width: 991px) {
    .service-content-column {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    
    .service-image-column {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: 80px 0 60px;
    }
    
    .services-hero-heading {
        font-size: 2.2rem;
    }
    
    .services-hero-subheading {
        font-size: 1.1rem;
    }
    
    .service-detail-section,
    .how-we-deliver-section {
        padding: 60px 0;
    }
    
    .service-section-title {
        font-size: 2rem;
    }
    
    .service-section-intro {
        font-size: 1rem;
    }
    
    .process-step-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    
    .process-step-title {
        font-size: 1.3rem;
    }
    
    .start-project-section {
        padding: 60px 0;
    }
    
    .start-project-heading {
        font-size: 2rem;
    }
    
    .start-project-subheading {
        font-size: 1rem;
    }
}

/*********************** CONTACT PAGE ***********************/

/* Contact Hero Section */
.contact-hero-section {
    background-color: #000000;
    padding: 200px 0 80px;
    color: #FFFFFF;
}

.contact-hero-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.2;
}

.free-highlight {
    position: relative;
    display: inline-block;
    color: #D4AF37;
}

.free-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #D4AF37;
}

.contact-hero-subheading {
    font-size: 1.3rem;
    color: #CCCCCC;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.contact-form-column {
    padding-right: 40px;
}

.contact-form-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.contact-form-intro {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 40px;
    line-height: 1.7;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #333333;
    transition: border-color 0.3s ease;
    height: 60px;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.send-message-btn {
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.send-message-btn:hover {
    background-color: #333333;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.send-message-btn i {
    font-size: 1rem;
}

.form-security-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666666;
}

.form-security-note i {
    color: #D4AF37;
}

/* Contact Info Column */
.contact-info-column {
    padding-left: 40px;
}

.contact-info-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #D4AF37;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon-wrapper i {
    font-size: 1.5rem;
    color: #000000;
}

.contact-info-content {
    flex: 1;
}

.contact-info-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-value {
    font-size: 1.1rem;
    color: #333333;
    text-decoration: none;
    display: block;
    margin-bottom: 3px;
}

.contact-info-value:hover {
    color: #D4AF37;
    text-decoration: none;
}

.what-to-expect-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #E0E0E0;
}

.what-to-expect-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}

.expectation-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expectation-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #666666;
}

.expectation-list li i {
    color: #D4AF37;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 1rem;
}

/* Why Choose Contact Section */
.why-choose-contact-section {
    background-color: #000000;
    padding: 100px 0;
    color: #FFFFFF;
}

.why-choose-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.why-choose-subheading {
    font-size: 1.2rem;
    color: #CCCCCC;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stats-cards-row {
    margin-top: 40px;
}

.stats-card {
    margin-bottom: 30px;
}

.stats-card-inner {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.stats-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.stats-icon {
    width: 70px;
    height: 70px;
    background-color: #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.stats-icon i {
    font-size: 2rem;
    color: #000000;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.stats-label {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}

@media (max-width: 991px) {
    .contact-form-column {
        padding-right: 15px;
        margin-bottom: 50px;
    }
    
    .contact-info-column {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding: 80px 0 60px;
    }
    
    .contact-hero-heading {
        font-size: 2.2rem;
    }
    
    .contact-hero-subheading {
        font-size: 1.1rem;
    }
    
    .contact-form-section {
        padding: 60px 0;
    }
    
    .contact-form-heading,
    .contact-info-heading {
        font-size: 2rem;
    }
    
    .contact-form-intro {
        font-size: 1rem;
    }
    
    .why-choose-contact-section {
        padding: 60px 0;
    }
    
    .why-choose-heading {
        font-size: 2rem;
    }
    
    .why-choose-subheading {
        font-size: 1rem;
    }
    
    .stats-number {
        font-size: 2rem;
    }
}

/*********************** PORTFOLIO PAGE ***********************/

/* Portfolio Hero Section */
.portfolio-hero-section {
    background-color: #000000;
    padding: 120px 0 80px;
    color: #FFFFFF;
}

.portfolio-hero-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.2;
}

.portfolio-highlight {
    position: relative;
    display: inline-block;
}

.portfolio-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #D4AF37;
}

.portfolio-hero-subheading {
    font-size: 1.3rem;
    color: #CCCCCC;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Project Highlights Section */
.project-highlights-section {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.project-cards-grid {
    margin-top: 60px;
}

.project-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.project-card-inner {
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.project-card-gold {
    background-color: #D4AF37;
    color: #000000;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.2);
}

.project-card-dark {
    background-color: #333333;
    color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.project-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.project-tag {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.project-card-gold .project-tag {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.project-icon {
    width: 70px;
    height: 70px;
    background-color: #333333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.project-icon i {
    font-size: 2rem;
    color: #FFFFFF;
}

.project-icon-white {
    background-color: #FFFFFF;
}

.project-icon-white i {
    color: #333333;
}

.project-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.project-card-gold .project-card-title {
    color: #000000;
}

.project-card-dark .project-card-title {
    color: #FFFFFF;
}

.project-card-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    flex: 1;
}

.project-card-gold .project-card-description {
    color: #000000;
}

.project-card-dark .project-card-description {
    color: #CCCCCC;
}

.project-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.keyword-tag {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.keyword-tag-white {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.project-card-gold .keyword-tag {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

/* By the Numbers Section */
.by-the-numbers-section {
    background-color: #000000;
    padding: 100px 0;
    color: #FFFFFF;
}

.numbers-cards-row {
    margin-top: 60px;
}

.number-card {
    margin-bottom: 30px;
}

.number-card-inner {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.number-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.number-value {
    font-size: 3rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 15px;
    line-height: 1;
}

.number-label {
    font-size: 1.1rem;
    color: #666666;
    font-weight: 500;
}

/* Discuss Project Section */
.discuss-project-section {
    background-color: #000000;
    padding: 100px 0;
    color: #FFFFFF;
}

.discuss-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.discuss-subheading {
    font-size: 1.2rem;
    color: #CCCCCC;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.discuss-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.discuss-btn-gold {
    background-color: #D4AF37;
    color: #000000;
    border: none;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.discuss-btn-gold:hover {
    background-color: #B8941F;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

.discuss-btn-gold i {
    font-size: 1.1rem;
}

.discuss-btn-outline {
    background-color: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
    padding: 14px 38px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.discuss-btn-outline:hover {
    background-color: #D4AF37;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    text-decoration: none;
}

@media (max-width: 768px) {
    .portfolio-hero-section {
        padding: 80px 0 60px;
    }
    
    .portfolio-hero-heading {
        font-size: 2.2rem;
    }
    
    .portfolio-hero-subheading {
        font-size: 1.1rem;
    }
    
    .project-highlights-section,
    .by-the-numbers-section,
    .discuss-project-section {
        padding: 60px 0;
    }
    
    .section-main-heading,
    .discuss-heading {
        font-size: 2rem;
    }
    
    .section-subheading,
    .discuss-subheading {
        font-size: 1rem;
    }
    
    .number-value {
        font-size: 2.5rem;
    }
    
    .discuss-buttons {
        flex-direction: column;
    }
    
    .discuss-btn-gold,
    .discuss-btn-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}