/* CSS Document */
/* Construction Overview Custom Styles */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.bg-primary-navy { background-color: #0b3a66; }
.border-accent-orange { border-color: #fb904c !important; }

.divider {
    width: 60px;
    height: 4px;
    background-color: #fb904c;
    border-radius: 2px;
}

.service-box {
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-box:hover {
    background-color: #0b3a66 !important;
    color: #fff;
    transform: translateY(-10px);
}

.service-box:hover i {
    color: #fb904c !important;
}

.about-card {
    background: #f8f9fa;
    border-radius: 10px;
}

.vision-box {
    box-shadow: 0 10px 20px rgba(11, 58, 102, 0.2);
}

.construction-overview-section h2, .construction-overview-section h3 {
    font-weight: 700;
}
/* Why Choose Us Custom Styles */
.feature-card {
    transition: all 0.4s ease;
    border-radius: 10px;
    background: #ffffff;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(11, 58, 102, 0.15) !important;
}

.icon-box {
    font-size: 3rem;
    color: #fb904c;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-box {
    color: #0b3a66;
    transform: scale(1.1);
}

.stats-section {
    background: #0b3a66;
    background-image: linear-gradient(rgba(11, 58, 102, 0.9), rgba(11, 58, 102, 0.9));border-bottom: 1px solid #3a6fa1;
}

/* Reusing existing classes for consistency */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
/* Architectural Overview Styles */
.philosophy-item {
    transition: all 0.3s ease;
    border: 1px solid #0000001f;
    border-radius: 8px;
}

.philosophy-item:hover {
    background: #fff;
    border-color: #fb904c;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.check-list li {
    padding: 10px 0;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.check-list li i {
    margin-right: 15px;
    font-weight: bold;
}

/* Common Reusable Styles (Already used in previous pages) */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.border-accent-orange { border-color: #fb904c !important; }

/* Services Section Styles */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.service-card i {
    display: block;
    transition: transform 0.3s ease;
	
}
.list-unstyled i{ float:left;}
.service-card:hover i {
    transform: rotate(5deg) scale(1.1);
}

.service-card ul li {
    padding: 5px 0;
    font-size: 0.95rem;
}

/* Reusing global utility classes */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.border-accent-orange { border-color: #fb904c !important; }

/* Timeline Styling */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #fb904c;
    top: 0;
    bottom: 0;
    left: 40px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
}

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #0b3a66;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    border: 4px solid #fff;
    z-index: 1;
}

.timeline-content {
    background: #fff;
    border-radius: 8px;
    border-left: 5px solid #0b3a66;
    transition: 0.3s;
}

.timeline-content:hover {
    border-left-color: #fb904c;
    transform: translateX(10px);
}

/* Common Reusable Styles */
.text-primary-navy { color: #0b3a66; }


/* Custom Styles */
.feature-card {
    transition: 0.3s;
    border-bottom: 3px solid transparent !important;
}

.feature-card:hover {
    border-bottom: 3px solid #fb904c !important;
    transform: translateY(-5px);
}

.bg-accent-orange { background-color: #fb904c !important; }
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.bg-primary-navy { background-color: #0b3a66; }

/* Investment Page Styles */
.benefit-box {
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
}

.benefit-box:hover {
    background-color: #0b3a66 !important;
    color: #fff;
}

.benefit-box:hover i, .benefit-box:hover p {
    color: #fff !important;
}

.investment-overview .card {
    border-left: 4px solid #fb904c;
    transition: 0.3s;
}

.investment-overview .card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Common Variables */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.bg-primary-navy { background-color: #0b3a66; }


/* Properties Sale Styles */
.property-cat-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.property-cat-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    transform: translateY(-10px);
    border-color: #fb904c;
}

.property-cat-card i {
    transition: 0.3s;
}

.property-cat-card:hover i {
    color: #0b3a66 !important;
}

/* Common Variables */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }
.border-accent-orange { border-color: #fb904c !important; }

/* Development Project Styles */
.dev-service-card {
    border-left: 5px solid #0b3a66;
    transition: 0.3s;
}

.dev-service-card:hover {
    border-left-color: #fb904c;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.step-box {
    transition: 0.3s;
    height: 100%;
}

.step-box:hover {
    transform: translateY(-5px);
    border-top-color: #0b3a66 !important;
}

/* Common Variables */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }


/* Sales & Marketing Styles */
.service-card {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-top: 4px solid #fff !important;
}

.service-card:hover {
    border-top: 4px solid #fb904c !important;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.service-card i {
    transition: 0.3s;
}

.service-card:hover i {
    transform: scale(1.1);
}

/* Utility Classes */
.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }

/* Why Invest With Us Page Styles */
.invest-card {
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 5px solid transparent;
}

.invest-card:hover {
    border-left: 5px solid #0b3a66;
    box-shadow: 0 10px 25px rgba(11, 58, 102, 0.1) !important;
    transform: translateY(-5px);
}

.icon-side {
    min-width: 50px;
}

.text-primary-navy { color: #0b3a66; }
.text-accent-orange { color: #fb904c; }



