.combined-sections {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    margin-top: 40px;
    background: rgba(0,0,0,0.1);
    padding: 50px 20px;
    border-radius: 15px;
    margin: 20px;
    color: #fff;
}
.subscription-section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('himalaya.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0);
}

.subscription-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
}

.subscription-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #23f5f5;
}

.subscription-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
}

.subscription-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.subscription-form:hover {
    transform: translateY(-5px);
}

.email-input {
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    background: transparent;
    color: #fff;
    width: 320px;
    text-align: center;
}

.email-input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.subs {
    padding: 12px 25px;
    background-color: #f5a623;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.subs:hover {
    background-color: #d67f0c;
    transform: translateY(-5px);
}

.subs.issubs {
    background-color: #4caf50;
}

.referral-section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('kerala.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.referral-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
}

.referral-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0fd6d3;
}

.referral-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.referral-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.referral-form:hover {
    transform: translateY(-5px);
}

.referral-input {
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    background: transparent;
    color: #fff;
    width: 320px;
    text-align: center;
}

.referral-input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.copy-button {
    padding: 12px 25px;
    background-color: #f5a623;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.copy-button:hover {
    background-color: #d67f0c;
    transform: translateY(-5px);
}

.copy-button.copied {
    background-color: #4caf50;
}
.testimonial-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    background: rgba(0,0,0,0.5);
    padding: 50px 20px;
    border-radius: 15px;
    margin: 20px;
    color: #fff;
}

.testimonial-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 700;
    color: #f5a623;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.testimonial-card p {
    font-size: 1.1rem;
    font-style: italic;
    color:black;
    font-weight: 1000;
    margin-bottom: 20px;
}

.testimonial-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: black;
}

.testimonial-card p:last-child {
    font-size: 1rem;
    color: white;
    font-weight: 300;
}

.testimonial-navigation {
    margin-top: 40px;
}

.testimonial-navigation button {
    padding: 10px 20px;
    background-color: #f5a623;
    border: none;
    color:white;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 10px;
}

.testimonial-navigation button:hover {
    background-color: #d67f0c;
    transform: translateY(-5px);
}

