﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.stats-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 2px 0;
}

.stats-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #e8f5e9; /* Default background for purchases */
    color: #2e7d32;
    transition: transform 0.2s ease;
}

    .stats-item:nth-child(1) {
        background-color: #e3f2fd; /* Use a light blue for views */
        color: #1565c0;
    }

    .stats-item:hover {
        transform: scale(1.05);
    }

    .stats-item i {
        font-size: 24px;
        margin-right: 8px;
    }

.stats-value {
    font-weight: 700;
    margin-right: 5px;
}

.stats-text {
    font-weight: 500;
}

.countdown-timer {
    background: linear-gradient(135deg, #ffeb3b, #ffc107);
    color: #333;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: pulse 1.5s infinite ease-in-out;
}

    .countdown-timer p {
        margin: 0;
        font-weight: 500;
    }

/* Subtle pulse animation to draw attention */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.i-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    pointer-events: none;
    touch-action: none;
}
/* 16x9 Aspect Ratio */
.i-container-16x9 {
    padding-bottom: 56.25%;
    overflow: hidden;
    pointer-events: none;
}
/* 4x3 Aspect Ratio */
.i-container-4x3 {
    padding-bottom: 75%;
    overflow: hidden;
    pointer-events: none;
}

.i-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    touch-action: none;
}

.holds-the-iframe {
    background: url(/images/ajax-loader.gif) center center no-repeat;
}

.csub {
    font-size: 16px;
    font-weight: bold;
}

.s-phone {
    color: #27a9e1;
    font-size: 18px !important;
    font-weight: 500;
    padding-top: 5px;
    font-family: roboto !important;
}

.helpline {
    padding-right: 5px;
    padding-top: 0
}

.subh {
    font-size: 16px;
    font-weight: bold;
}

.sp-login {
    font-size: 14px;
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 5px 12px;
    width: 100px;
}

.qa {
    font-size: 14px;
    color: #444
}

.qt {
    font-size: 14px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.qs {
    color: grey;
    font-size: 12px;
    padding-top: 5px;
}

.btn1, .btn2 {
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn1:hover {
        background-color: #1a5bbf;
    }

    .btn2:hover {
        background-color: #1eb154;
    }

.btn1 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 10px 10px; /* Increase the first padding value to make the button taller */
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
}
    /* Darker background on mouse-over */
    .btn1:hover {
        background-color: RoyalBlue;
    }

.btn2 {
    background-color: #25D366; /* WhatsApp green */
    border: none;
    color: white; /* Keeps the text color white for better readability */
    padding: 10px 10px;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
}

.awesomeshare {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
/* Darker background on mouse-over */
.btn1:hover {
    background-color: RoyalBlue;
}

.val-message {
    margin: 5px auto;
    width: 90%;
    padding: 10px 10px 10px 10px
}

    .val-message p {
        font-size: 14px;
        text-align: center;
        line-height: 20px
    }

.val-success {
    background: #f4fcee;
    border: 2px solid #91e458
}

.ad-container {
    text-align: center;
    margin-top: 10px;
}

.ad-link {
    color: #27a9e1;
    font-weight: bold;
    background-color: #ffff99;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    line-height: 1.5;
}

    .ad-link:hover {
        background-color: #ffd700;
        text-decoration: underline;
    }

@media screen and (max-width: 600px) {
    .ad-link {
        font-size: 14px;
        min-width: 250px;
    }
}

.support-info {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 6px 8px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
}

    .support-info strong {
        font-size: 0.8em;
        margin-right: 10px;
    }

    .support-info a, .support-info span {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 0.8em;
    }

        .support-info a:hover {
            color: #007bff;
        }

    .support-info i {
        font-size: 1.2em;
    }

    .support-info .whatsapp {
        color: #25D366;
    }

    .support-info .email {
        color: #BB001B;
    }

.support-info-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

    .support-info-caption i {
        font-size: 1.2em;
    }

.btn1 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 15px;
}
    /* Darker background on mouse-over */
    .btn1:hover {
        background-color: RoyalBlue;
    }

.btn2 {
    background-color: #25D366; /* WhatsApp green */
    border: none;
    color: white; /* Keeps the text color white for better readability */
    padding: 2px 10px;
    cursor: pointer;
    font-size: 15px;
}

.search-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 95%;
    max-width: 800px;
    border: 2px solid #27a9e1;
    border-radius: 30px;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#searchInput {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 30px 0 0 30px;
}

#searchButton {
    background-color: #27a9e1;
    font-weight: bold;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #searchButton:hover {
        background-color: #1b95d0;
    }

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}

/* Optional: Hide sticky CTA on larger screens if you prefer it only for mobile */
@media screen and (min-width: 768px) {
    .sticky-cta {
        display: none;
    }
}
/* Carousel container */
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

/* Carousel inner wrapper */
.carousel-inner {
    position: relative;
    width: 100%;
    height: 350px;
}

/* Each carousel item */
.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.5s ease;
    transform: scale(0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

    .carousel-item.active {
        opacity: 1;
        transform: scale(1);
        position: relative;
    }
    /* Success story title and text */
    .carousel-item h3 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #2c3e50;
        font-family: 'Georgia', serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .carousel-item p {
        font-size: 18px;
        color: #7f8c8d;
        line-height: 1.6;
        font-family: 'Arial', sans-serif;
        max-width: 80%;
        margin: 0 auto;
    }

.person-name {
    font-size: 20px;
    color: #3498db;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
}
/* Navigation controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(52, 152, 219, 0.8);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease, transform 0.3s ease;
    font-size: 24px;
}

    .carousel-control.prev {
        left: 15px;
    }

    .carousel-control.next {
        right: 15px;
    }

    .carousel-control:hover {
        background: rgba(41, 128, 185, 1);
        transform: translateY(-50%) scale(1.1);
    }
/* Carousel indicators */
.carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background: #bdc3c7;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

    .indicator.active {
        background: #3498db;
        transform: scale(1.3);
    }

    .indicator:hover {
        background: #2980b9;
    }

.review-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2rem; /* Adjust size as needed */
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.more-resources{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Recommendation Widget Container */
.recommendation-widget {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Widget Heading */
.recommendation-widget h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

/* Grid Layout for Items */
.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Card Style for Each Recommendation */
.item-list li {
  flex: 1 1 calc(33.33% - 20px);
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  transition: transform 0.3s ease;
}

.item-list li:hover {
  transform: translateY(-3px);
}

/* Recommendation Title */
.item-list li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}

.item-list li a:hover {
  text-decoration: underline;
}

/* Price Label */
.item-list li p {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #28a745;
}
/* Purchase Options Buttons */
.purchase-options {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.purchase-options button {
  flex: 1;
  padding: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn2 {
  background-color: #25d366;
  color: #fff;
}

.btn2:hover {
  background-color: #1ebf57;
}

.btn1 {
  background-color: #007bff;
  color: #fff;
}

.btn1:hover {
  background-color: #0069d9;
}
/* Responsive Grid: Two per row on tablets, single on mobile */
@media (max-width: 768px) {
  .item-list li {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .item-list li {
    flex: 1 1 100%;
  }
}