
/* Navigation and Header */
#nav-logo-menu-2 .bg-wrap {
    background: #1a365d;  /* Deep blue for navigation */
}

/* Hero Section */
#header-text-img-2 .bg-wrap {
    background: linear-gradient(135deg, #2c5282 0%, #ffffff 100%);
}

/* Accordion Section */
#desc-accordion .bg-wrap {
    background-color: #f8fafc;  /* Light gray-blue background */
}

/* Features Section */
#desc-halfbg-text-8 .bg-wrap {
    background-color: #ffffff;  /* Pure white for content areas */
}

/* Testimonials Section */
#desc-img-tabs .bg-wrap {
    background: #f0f4f8;  /* Very light blue-gray */
}

/* Footer */
#footer-text-2 .bg-wrap {
    background-color: #1a365d;  /* Dark blue footer */
    color: #ffffff;
}

/* Buttons and Accents */
.btn-primary {
    background-color: #d69e2e;  /* Gold accent color */
    border-color: #d69e2e;
}

.btn-primary:hover {
    background-color: #b7791f;
    border-color: #b7791f;
}

/* Text Colors */
h1, h2, h3, h4, h5, h6 {
    color: #2d3748;  /* Dark gray for headings */
}

/* Dark Sections */
.dark {
    background-color: #2c5282;  /* Medium blue for dark sections */
    color: #ffffff;
}

/* Light Sections */
.light {
    background-color: #ffffff;  /* White for light sections */
    color: #4a5568;
}
