/*#coupons page specific styles*/

#header {
    position: relative !important;
}

#nav > ul > li > a {
    color: #333;
}

.h2 {
    margin-top: 0;
    font-size: 16px;
}

.offer-holder .col .sub-title {
    word-break: break-all;
}

.offer-holder {
    width: 100% !important;
    background-color: #fff;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fly-coustom-list {
    margin-bottom: 20px;
}

.fly-coustom-list li {
    cursor: pointer;
    display: flex;
    min-height: 87px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin: 12px 0;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.fly-coustom-list li:hover {
    border: 1px solid #39b54a;
    box-shadow: 0 4px 12px rgba(57, 181, 74, 0.15);
    transform: translateY(-2px);
}

.fly-coustom-list li .c {
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.fly-coustom-list li .l p img {
    width: 50%;
    margin: 13px auto 0;
}

.fly-coustom-list li .c .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.fly-coustom-list li .c .des {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 8px;
}

.fly-coustom-list li .l {
    border: 2px dashed #e5161e;
    margin-right: 16px;
    position: relative;
    border-radius: 12px;
    min-height: 85px;
    width: 110px;
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    flex-shrink: 0;
}

.fly-coustom-list li .l p {
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    color: #e5161e;
    text-shadow: 0 1px 2px rgba(229, 22, 30, 0.1);
}

.fly-coustom-list li .l h5 {
    background: linear-gradient(135deg, #e5161e 0%, #ff4757 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    padding: 6px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fly-coustom-list .c .time {
    position: relative;
    bottom: 0;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.fly-coustom-list .c .time::before {
    content: "⏰";
    margin-right: 4px;
    font-size: 14px;
}

.ld-btn,
.ld-btn1 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: linear-gradient(135deg, #39b54a 0%, #2e9d3e 100%);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    min-width: 140px;
    box-shadow: 0 2px 8px rgba(57, 181, 74, 0.3);
    transition: all 0.3s ease;
}

.ld-btn:hover,
.ld-btn1:hover {
    box-shadow: 0 4px 12px rgba(57, 181, 74, 0.4);
    transform: scale(1.02);
}

.fly-coustom-list a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.ld-btn .code {
    background-color: #fff;
    border: 2px dashed #39b54a;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    line-height: 42px;
    z-index: 0;
    color: #333;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.ld-btn .tit {
    position: absolute;
    z-index: 5;
    width: 68%;
    left: 0;
    text-align: center;
}

.ld-btn:before {
    background: linear-gradient(135deg, #39b54a 0%, #2e9d3e 100%);
    content: "";
    position: absolute;
    width: 68%;
    height: 100%;
    left: 0;
    top: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all 0.3s ease;
    z-index: 5;
}

.ld-btn:after {
    border-color: transparent transparent transparent #2e9d3e;
    left: 68%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 0 28px;
    transform: rotate(17deg);
    transition: all 0.3s ease;
    transform-origin: top left;
    content: "";
    position: absolute;
    z-index: 5;
    display: block;
}

.ld-btn:hover:after {
    left: 63%;
    border-color: transparent transparent transparent #236b2c;
}

.ld-btn:hover:before {
    background: linear-gradient(135deg, #2e9d3e 0%, #236b2c 100%);
    width: 63%;
}

.offer-holder .col {
    height: 200px !important;
    margin-right: 20px !important;
}

.offer-holder .col:nth-child(3n) {
    margin-right: 20px !important;
}

.expiring-badge {
    background: linear-gradient(135deg, #ff9800 0%, #ff6b00 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.verified-badge {
    background: linear-gradient(135deg, #39b54a 0%, #2e9d3e 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .fly-coustom-list li {
        display: grid;
        grid-template-columns: 95px auto;
        grid-template-rows: minmax(0, 1fr);
        grid-column-gap: 12px;
        align-items: center;
        padding: 14px;
        background: #fff;
        border-radius: 8px;
    }
    .fly-coustom-list li .r {
        margin-top: 8px;
    }
    .ld-btn:before {
        width: 85%;
    }
    .ld-btn:after {
        left: 85%;
        border-width: 42px 0 0 25px;
    }
    .fly-coustom-list li .l {
        width: 95px;
        min-height: 90px;
    }
    .fly-coustom-list li .r,
    .ld-btn,
    .ld-btn1 {
        width: 100%;
        grid-column: 1 / 3;
    }
    .fly-coustom-list li .c {
        padding-bottom: 0;
        padding-left: 0;
    }
    .fly-coustom-list .c .time {
        bottom: 0;
        margin-top: 6px;
    }
    .offer-holder .col {
        height: auto !important;
    }
    .country img {
        width: auto !important;
    }
}

.banner.banner3:after {
    min-height: 200px;
}

.s-fqa {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    padding: 30px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.s-fqa h2 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
    border-bottom: 3px solid #39b54a;
    padding-bottom: 12px;
    display: inline-block;
}

.s-fqa h3 {
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 4px solid #39b54a;
}

.s-fqa h3::before {
    content: "❓ ";
    color: #39b54a;
    margin-right: 6px;
}

.s-fqa p {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
}

.pad-top-lg {
    padding-top: 80px !important;
}

@media (max-width: 1199px) {
    .pad-top-lg {
        padding-top: 50px !important;
    }
}

.heading4 {
    color: #1a1a1a;
    margin-top: 35px;
    border-bottom: 3px solid #39b54a;
    padding: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.heading4::before {
    content: "📋 ";
    margin-right: 8px;
}

.fly-coustom-list .href {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-align: left;
}

.fly-coustom-list .href a {
    color: #39b54a;
    font-weight: 600;
    transition: all 0.3s ease;
}

.fly-coustom-list .href a:hover {
    color: #2e9d3e;
    text-decoration: underline;
}

.info-list li {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
}

.info-list li:hover {
    border-color: #39b54a;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

body {
    background-color: #f7f7f7;
}

#content .heading2 {
    border-bottom: 3px solid #39b54a;
    padding: 0 0 15px;
    margin-bottom: 25px !important;
    font-weight: 700;
    color: #1a1a1a;
}

#content .heading2::before {
    content: "🎁 ";
    margin-right: 8px;
}

.offer-holder {
    background-color: transparent;
}

.store-intro {
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.store-intro a {
    color: #2e9d3e;
    text-decoration: none;
}

.store-intro a:hover {
    text-decoration: underline;
}

.store-intro strong {
    color: #1a1a1a;
}

.email-container {
    margin-top: 30px;
    padding: 45px 25px;
    background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%);
    border-radius: 12px;
    border: 2px solid #39b54a;
    box-shadow: 0 4px 15px rgba(57, 181, 74, 0.1);
}

.email-container h4 {
    text-align: center;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.email-container h4::before {
    content: "📧 ";
    margin-right: 8px;
}

.email-container p {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.email-container .email-sub {
    max-width: 450px;
    margin: 20px auto 0;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.email-container .email-sub input {
    border: 2px solid #39b54a;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    min-width: 250px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.email-container .email-sub input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(57, 181, 74, 0.2);
    border-color: #2e9d3e;
}

.email-container .email-sub button {
    border: 0;
    background: linear-gradient(135deg, #39b54a 0%, #2e9d3e 100%);
    color: #fff;
    min-width: 130px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(57, 181, 74, 0.3);
    transition: all 0.3s ease;
}

.email-container .email-sub button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(57, 181, 74, 0.4);
}

.website-desc {
    white-space: pre-line;
    line-height: 30px;
}

.heading2 {
    font-size: 20px;
}

.h2 {
    color: #1a1a1a;
    font-weight: 700;
}

.h2::before {
    content: "🏪 ";
    margin-right: 6px;
}

aside#sidebar {
    border-radius: 12px;
    overflow: hidden;
}

.widget.popular-widget {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
}

.widget.popular-widget .tags-list {
    margin-top: 15px;
}

.widget.popular-widget .tags-list li {
    margin: 6px;
}

.widget.popular-widget .tags-list a {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.widget.popular-widget .tags-list a:hover {
    border-color: #39b54a;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #2e9d3e;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(57, 181, 74, 0.2);
}

.country {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.country a {
    transition: all 0.3s ease;
    display: inline-block;
}

.country a:hover {
    transform: scale(1.15);
}

.country img {
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.country a:hover img {
    border-color: #39b54a;
    box-shadow: 0 3px 8px rgba(57, 181, 74, 0.3);
}

.sidebar-content {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    margin: 15px;
}

.stats-banner {
    background: linear-gradient(135deg, #39b54a 0%, #2e9d3e 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(57, 181, 74, 0.2);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

.stat-item {
    text-align: center;
    color: #fff;
    flex: 1;
    min-width: 120px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .stats-banner {
        padding: 15px;
    }
    .stat-item {
        min-width: 80px;
    }
    .stat-number {
        font-size: 22px;
    }
}

