/* 📌 Partner Section */
.partner-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    width:100%;
    text-align: center;
    background: #fff; /* Adjust if needed */
}

/* 📌 Container */
.partner-container {
    width: 100%;
    margin: 0 auto;
gap:20px;
}

/* 📌 Title */
.partner-title {
    font-size: 28px;
    font-weight: bold;
    color: #1F2937;
    margin-bottom: 16px;
}

/* 📌 Description */
.partner-description {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 1.5;
margin: 0 auto 32px;
text-align:center;
max-width:1200px !important;
}

/* 📌 CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 20px; /* Ensure space between buttons */
    align-items: center;
    justify-content: center;
}

.cta-buttons a {
    min-width: 300px; /* Ensure same width */
    padding: 14px 24px; /* Consistent padding */
    font-size: 18px; /* Match font size */
    text-align: center;
    border-radius: 8px; /* Ensure rounded corners match */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Fix 'Book a Demo' Button Size */
.cta-buttons .primary {
    background-color: #F15A29; /
    color: white;
  min-width: 300px !important; }

.cta-buttons .secondary {
    background-color: #25364B;
    color: white;
    min-width: 300px !important;
}

/* Hover Effect for Both */
.cta-buttons a:hover {
    opacity: 0.9;
}

.cta-button:hover {
    opacity: 0.9;
}

/* 📌 Responsive Design */
@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}
