.swiper {
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    aspect-ratio: 1.1;
    object-fit: contain;
    object-position: center;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 24px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.comparison-table th {
    /* background-color: #f4f4f4; */
    font-weight: bold;
}

.comparison-table td {
    text-align: center;
}

.btn-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.sales-btn {
    background-color: black;
    color: white;
    border: 2px solid black;
}

.sales-btn:hover {
    color: black;
    background-color: white;
}

.user-btn {
    background-color: #ffcc33;
    color: black;
    border: 2px solid #ffcc33;
}

.user-btn:hover {
    background-color: black;
    color: white;
}

/* Form Styling */
.form-container {
    display: none;
    /* Default hidden */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    /* max-width: 450px; */
    margin: auto;
}

.form-container input,
.form-container select,
.form-container textarea,
.form-container button {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container button {
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.form-container button:hover {
    background-color: #ffcc33;
    color: black;
}

/* Section Background */
.package-section {
background-color: #feca2e;
height: 531px;
}

/* Text & Content Styling */
.package-section .text-dark {
color: #000 !important;
}

/* Image Styling */
.woman-image {
max-width: 88%;
position: relative;
left: 25%;
z-index: 2;
}
.fw-bold{
font-weight: 800;
line-height: 40px;
color: #000;
}
.text-white{
background-color: #f1f1f1;
padding: 51px 35px 56px 25px;
line-height: 29px;
letter-spacing: 1px;
}
.list-unstyled li{
font-size: 17px;
padding-top: 12px;
line-height: 28px;
}
.melve{
font-size: 17px;
}

.superior-section {
    background: #fff;
    padding: 80px 0;
}
.superior-section h2 {
    font-weight: bold;
    color: #222;
}
.superior-section ul {
    list-style: none;
    padding: 0;
}
.superior-section ul li {
    padding: 5px 0;
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
}
.superior-section ul li i {
    color: #feca2e;
    font-size: 18px;
    margin-right: 10px;
}

.mobilepix{
font-size: 17px;
padding-top: 12px;
line-height: 28px;
}
.list-unstyl li {
font-size: 17px;
padding-top: 12px;
line-height: 28px;
}

.support-section {
    background-color: #f4f4f4;
    padding: 50px 0;
}
.support-section h2 {
    font-weight: bold;
    line-height: 65px;
}
.support-text {
margin-bottom: 20px;
font-size: 17px;
line-height: 28px;
}
.support-list {
    list-style: none;
    padding: 0;
}
.support-list li {
    font-size: 16px;
    margin-bottom: 10px;
}
.support-list i {
    color: #feca2e;
    margin-right: 10px;
}
.support-image img {
    width: 100%;
    border-radius: 5px;
}
/* Responsive Tweaks */
@media (max-width: 768px) {
.package-section {
background: #feca2e;
text-align: center;
}

.woman-image {
max-width: 60%;
margin-top: 20px;
}
}
