.containerx {
    display: flex
;
    width: 100%;
    background: white;
}

.post-title {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-family: 'Poppins';
    padding: 30px 10px;
}

.noticetitle h2 {
    color: yellowgreen;
    font-weight: bold;
    font-size: 23px;
}

button#click-here {
    padding: 14px 120px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
}

button#click-here:hover {
    background-color: #24933d;
}

span.note1 {
    font-size: 15px;
    color: #7a7a7a;
}


.countdown {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    border: 4px solid #e0e0e0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 1.6;
    text-align: center;
}



    .envato-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 20px auto;
        max-width: 800px;
    }

    .envato-item {
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .envato-item:hover {
        transform: translateY(-5px);
    }

    .envato-thumbnail {
        width: 100%;
        height: auto;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .envato-title {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-align: center;
            overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    }
    
img.small-icontab {
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
}



.subscription-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  /* Discount highlight styling */
  .discount-highlight {
    background-color: #ff4757;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .percentage-wrapper {
    font-size: 14px;
  }
  .percentage-container {
    font-size: 18px;
  }

  /* Title styling */
  .subscription-title {
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  /* Price container styling */
  .subscription-price-container {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .subscription-price.original-price {
      font-weight: bold;
    color: black;
  }
  .subscription-discount-price.final-price {
    color: #2ed573;
    font-weight: bold;
    margin-right: 4px;
  }
  .subscription-price-month {
    font-size: 16px;
    color: #666;
  }

  /* Subtitle styling */
  .subscription-subtitle {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
  }

  /* CTA Button styling */
  .subscription-cta {
    background: #1e90ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 20px;
  }
  .subscription-cta:hover {
    background: #1c86ee;
  }

  /* Info list styling */
  .subscription-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .subscription-info-icon {
    background: #1e90ff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .subscription-info-content {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.4;
  }

  /* Footer styling */
  .subscription-info-footer {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 15px;
  }
  .subscription-info-footer a {
    color: #1e90ff;
    text-decoration: none;
  }
  .subscription-info-footer a:hover {
    text-decoration: underline;
  }

/* Container */
.pricing-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 20px auto;
  border: 2px solid #d1d5db;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* Left Section */
.pricing-left {
  background: #f9f9f9;
  padding: 32px 24px;
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-header {
  margin-bottom: 12px;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a202c;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  display: flex;
  align-items: baseline;
}

.price-amount {
  margin-right: 8px;
}

.price-period {
  font-size: 1.25rem;
  color: #718096;
  font-weight: 600;
}

.pricing-button-wrapper {
  margin-top: 20px;
}

/* Right Section */
.pricing-right {
  background: #f3f4f6;
  padding: 14px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  font-size: 1rem;
  color: #4a5568;
  opacity: 0.85;
}

.feature-item img {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

/* Button */
.pricing-button {
  width: 100%;
  padding: 14px 0;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pricing-button:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
  }
  .pricing-left,
  .pricing-right {
    width: 100%;
  }
  .pricing-left {
    text-align: center;
  }
}

img.logo545495 {
    margin: 20px;

}

.decoration-clone {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a202c;
    display: flex;
}

.pricing-container1 {
    margin: 20px auto;
    border: 2px solid #d1d5db;
    border-radius: 25px;
    padding: 20px;
}

video.iv-object-cover.iv-h-full.iv-w-full.lazyload {
    border-radius: 10px;
}

p.text55412 {
    padding-top: 9px;
    font-size: 13px;
    color: #9f9f9f;
}

h2.heading-xl {
    font-size: 54px;
    padding-top: 30px;
    font-family: 'Poppins';
        font-weight: 200;
        color: black;
}

span.discountPercent {
    color: #4580ff;
    font-weight: bold;
    text-decoration-line: underline;
}

span.discountPercent1 {
    font-weight: bold;
}

a.buttonnr {
    background: #e02f1f;
    color: white !important;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 70%;
}

.money-back-guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    margin: auto;
}

.money-back-text {
  font-size: 1rem;
  margin: 0;
      font-weight: bold;
}

.pricing-container2 {
    padding: 20px 40px;
}

a.buttonnr1 {
    background: #e02f1f;
    color: white !important;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 70%;
    margin: auto;
}

.money-bute {
    padding: 20px 0;
}


/* Main container remains unchanged */
.jetpack-display-remote-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

/* Individual post container */
.xz73-post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Featured image styling */
.op39-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Hover effect for the featured image */
.op39-image a:hover img {
  transform: scale(1.05);
}

/* Title container styling */
.vl64-title {
  padding: 0.5rem 1rem;
  text-align: center;
}

/* Title heading styling */
.km81-heading {
  margin: 0;
  font-size: 1.2rem;
}

/* Title link styling */
.qw12-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.qw12-link:hover {
  color: #0073aa;
}

/* Excerpt styling */
.zr55-excerpt {
  padding: 0.5rem 1rem 1rem;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

/* Responsive adjustments: one column on small screens */
@media (max-width: 600px) {
  .jetpack-display-remote-posts {
    grid-template-columns: 1fr;
  }
}

a.qw12-link {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

a.second456 {
    padding: 14px 124px;
    background-color: #aa30c8;
    color: #fff!important;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
}

.ad-middelsecond {
    text-align: center;
    padding: 20px 0px;
}

.second456:before {
    font-family: 'Font Awesome\ 5 Free';
    color: #ffffff;
    font-weight: 900;
    padding-right: 10px;
    content: "\f381";
}




/* Pricing Card Container */
.pricing-card {
  max-width: 400px;
  margin: 2rem auto;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Header */
.pricing-header {
  background: #f7f7f7;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.pricing-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
  color: #333;
}

.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Body */
.pricing-body {
  padding: 1rem;
  text-align: center;
}



.pricing-description {
  color: #555;
  margin-bottom: 1.5rem;
}

/* Pricing Info */
.pricing-prices {
  margin-bottom: 1rem;
}

.monthly-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0073aa;
}

.monthly-price s {
  color: #aaa;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.price-unit {
  font-size: 0.875rem;
  vertical-align: middle;
}

.annual-price {
  margin-top: 0.5rem;
  color: #777;
  font-size: 0.9rem;
}

.price-info div {
  font-size: 0.8rem;
  color: #888;
}

/* Call-to-Action Button */
.pricing-cta {
  display: block;
  width: 90%;
  margin: 1rem auto;
  padding: 0.75rem;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pricing-cta:hover {
  background: #005f88;
}

/* Benefits Subtitle */
.benefits-subtitle {
  background: #f7f7f7;
  padding: 1rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

/* Benefits Sections */
.benefits {
  padding: 1rem;
  border-bottom: 1px solid #eaeaea;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex-shrink: 0;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.benefit-list li {
  margin-bottom: 0.5rem;
}

/* More Features Button */
.more-features {
  text-align: center;
  padding: 1rem;
}

.view-more-btn {
  background: transparent;
  border: 2px solid #0073aa;
  color: #0073aa;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.view-more-btn:hover {
  background: #0073aa;
  color: #fff;
}

/* Responsive */
@media (max-width: 480px) {
  .pricing-card {
    margin: 1rem;
  }
  .pricing-cta {
    font-size: 0.9rem;
  }
}


a.newbut4582a {
    padding: 14px 50px;
    background-color: #28a745;
    color: #fff!important;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    display: block;
    width: 70%;
    background-image: linear-gradient(to right, #2175f4, #985bdc, #ce37b2, #e8047f, #eb1249);
        text-align: center;
}


/* Grid Container */
.templates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem;
}

/* Each Item */
.template-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
}

/* Link Styling */
.template-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

/* Thumbnail Image */
.thumb {
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s ease;
}

/* Video Element */
.template-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Description */
.template-desc {
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
  background: #fff;
  color:black;
}

/* Hover Effect: Show Video on Hover */
.template-item:hover .thumb {
  opacity: 0;
}

.template-item:hover .template-video {
  opacity: 1;
}

/* Responsive: One column on smaller screens */
@media (max-width: 600px) {
  .templates-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .left {
    display: none;
  }
}

@media (max-width: 600px) {
  .right {
    display: none;
  }
}

@media (max-width: 600px) {
  .middle {
    width: 100%!important;
  }
}

