.container.landing {
    padding: 0;
    font-size: 16px;
}
.landing li {
    margin-bottom: 20px;
}
.hero {
    background-color: #696969;
    color: #fff;
    text-align: center;
    padding: 100px 20px; /* Adjust based on your design preference */
}

.hero-content h1 {
    font-size: 2.5rem; /* Responsive font size */
    margin-bottom: 20px;
}

.hero-content p,
.hero-content ul {
    font-size: 1.2rem; /* Responsive font size */
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.hero-content li {
    margin-bottom: 30px;
}
.cta-button {
    display: inline-block;
    background-color: #007BFF; /* Button color */
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
}

.our-services {
    background-color: #f8f9fa; /* Light background for contrast */
    color: #333;
    padding: 50px 20px;
    text-align: center;
}

.our-services h2 {
    color: #007BFF; /* Consistent color theme for headings */
    margin-bottom: 30px;
}

.our-services .services-content h3 {
    font-size: 1.8rem; /* Slightly smaller than the hero heading for hierarchy */
    color: #0056b3; /* Slightly darker than the main blue for emphasis */
    margin-top: 20px;
    margin-bottom: 10px;
}

.our-services p,
.our-services ul {
    font-size: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; /* Space between paragraphs */
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.global-reach {
    background-color: #fff; /* Contrast with the previous section */
    color: #333;
    padding: 50px 20px;
    text-align: center;
}

.global-reach h2, .global-reach h3 {
    color: #007BFF;
}

.global-reach p,
.global-reach ul {
    font-size: 1rem;
    max-width: 800px;
    margin: 20px auto; /* Center content and provide spacing */
}

.start-campaign {
    background-color: #e9ecef; /* A light grey that differs slightly for distinction but remains neutral */
    color: #333;
    padding: 50px 20px;
    text-align: center;
}

.start-campaign h2 {
    color: #007BFF;
}

.start-campaign p,
.start-campaign ul {
    font-size: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.cta-button.book-now {
    background-color: #28a745; /* A vibrant green to stand out but harmonize with the design */
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button.book-now:hover {
    background-color: #218838; /* Darker shade for hover effect */
}

.company-directory .accordion-button {
    background-color: #e9ecef;
    color: #333;
}

.company-directory .accordion-button:focus {
    box-shadow: none;
}

.company-directory .accordion-button:not(.collapsed) {
    color: #007BFF;
    background-color: #f8f9fa;
}

.company-directory .accordion-item {
    border: none;
}

.company-directory .accordion-collapse {
    border-top: 1px solid #e9ecef;
}

.landing ul {
    list-style: none;
    padding: 0;
}

.landing ul li a {
    text-decoration: none;
    color: #007BFF;
    transition: color 0.3s ease;
}

.landing ul li a:hover {
    color: #0056b3;
}
