body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #101010;
}

.carousel {
    height: 600px;
    overflow: hidden;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 40px;
    border-radius: 10px;
    height:80%;
    max-width: 600px;
    width: 90%;
}

.carousel-caption h1 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 20px;
    color: white;
}

.carousel-caption p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: white;
    font-weight: 300;
}

.btn-carousel {
    background-color: #f39c12;
    border-color: #f39c12;
    padding: 15px 40px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-carousel:hover {
    background-color: #e67e22;
    border-color: #e67e22;
    color: white;
    text-decoration: none;
}

/* Custom carousel controls */
.carousel-control {
    background: none;
    border: none;
    width: 5%;
}

.carousel-control .glyphicon {
    font-size: 30px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Carousel indicators */
.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators li {
    border: 2px solid white;
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: white;
}

/* Slide-specific backgrounds - replace with your Adobe Stock images */
.slide-1 {
    background-image: url('images/slide 1.jpeg');
}

.slide-2 {
    background-image: url('images/slide 2.jpeg');
}

.slide-3 {
    background-image: url('images/slide 3.jpeg');
}

.slide-4 {
    background-image: url('images/slide 4.jpeg');
}

.hero-section {
    background: linear-gradient(135deg, #003399 0%, #99ccff 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.hero-section .lead {
    font-size: 1.4em;
    margin-bottom: 30px;
    font-weight: 300;
}

.btn-primary-custom {
    color: #f8f8f8;
    background-color: #f39c12;
    border-color: #f0f0f0;
    padding: 15px 40px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.section-padding {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5em;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.2em;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.feature-box {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 3em;
    color: #667eea;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-box p {
    color: #7f8c8d;
    line-height: 1.6;
}

.problem-solution {
    background-color: #f8f9fa;
}

.problem-box, .solution-box {
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.problem-box {
    border-left: 4px solid #e74c3c;
    color: #102030;
}

.solution-box {
    border-left: 4px solid #27ae60;
    color: #102030;
}

.methodology-steps {
    background-color: #ecf0f1;
}

.step-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto 20px;
}

.pricing-section {
    background: linear-gradient(135deg, #003366 0%, #3399cc 100%);
    color: white;
}

.pricing-card {
    background: white;
    color: #333;
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.price {
    font-size: 3em;
    font-weight: 300;
    color: #667eea;
    margin: 20px 0;
}

.price-note {
    color: #7f8c8d;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.price-features li {
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f1;
}

.price-features li:last-child {
    border-bottom: none;
}

.testimonial-section {
    background-color: #f8f9fa;
}

.testimonial {
    background: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.testimonial-author {
    font-weight: 600;
    color: #2c3e50;
}

.footer {
    background-color: #2c3e50;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.brand-link {
    color: #a0c0e0;
    text-decoration: none;
}

.brand-link:hover {
    color: #764ba2;
    text-decoration: none;
}
