.card-thumb img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.btn
 {
    border-radius: 2px !important;
  
}

.header {
    padding: 3px 0 !important;
}

.header-wrapper .logo-wrapper img {
    width: 150px !important;
    border-radius: 8px !important;
    padding-top: 6px !important;
}
.login-registration-list__item a {
    padding: 8px 22px !important;
    border-radius: 3px !important;
}

.hero.three {
    padding: 10px 0 30px !important;
    position: relative !important;
    overflow: hidden !important;
}

.coupon-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.card-thumb img {
    width: 100%;
    height: auto;
}

.card-content-wrap {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title.readmore {
    -webkit-line-clamp: unset;
    max-height: none;
}

.readmore-btn {
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
    margin-top: 5px;
    text-decoration: underline;
}

.btn--base {
    background-color: #1a3c5e;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.card-action {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.grp-btn {
    display: flex  !important;
    justify-content: start !important;
}
.grp-btn  > .btn--base {
       width: auto !important;
    
}
.hero-content .short-descriptions {
    margin-bottom: 24px !important;
}

.coupon-card-2 {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.coupon-card-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.coupon-card-2:hover .icon-wrap img {
    transform: scale(1.1);
}

.title-cat {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text--base {
    font-size: 14px;
    color: #666;
    margin-top: auto;
}

@media (max-width: 768px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .icon-wrap {
        height: 120px;
    }
}
section.plan-section.section-bg-before.py-115 {
    display: none;
}

.coupon-card-3 {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coupon-card-3:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.coupon-card-3:hover .card-thumb img {
    transform: scale(1.1);
}

.title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-thumb {
        height: 120px;
    }
}

.subscribe-box > form > button.btn.btn--base.sub-btn {
    width: auto;
}
.subscribe-box input {
    border-radius: 3px; !important 
}