/*# sourceMappingURL=custom.min.css.map */

.btn-success {
    --tb-btn-color: #fff;
    --tb-btn-bg: #1b5fd8 !important;
    --tb-btn-border-color: #1b5fd8 !important;
    --tb-btn-hover-color: #fff;
    --tb-btn-hover-bg: #1b5fd8 !important;
    --tb-btn-hover-border-color: #1b5fd8 !important;
    --tb-btn-focus-shadow-rgb: 43, 220, 174;
    --tb-btn-active-color: #fff;
    --tb-btn-active-bg: #1b5fd8 !important;
    --tb-btn-active-border-color: #1b5fd8 !important;
    --tb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --tb-btn-disabled-color: #fff;
    --tb-btn-disabled-bg: #1b5fd8 !important;
    --tb-btn-disabled-border-color: #1b5fd8 !important;
}

.img-block {
    height: 105px;
    width: 100%;
    /* Ensures it takes full width */
    display: flex;
    align-items: center;
    /* Centers rectangle images vertically */
    justify-content: center;
    /* Centers horizontally */
    overflow: hidden;
}

.img-block-land {
    height: 176px;
    width: 100%;
    /* Ensures it takes full width */
    display: flex;
    align-items: center;
    /* Centers rectangle images vertically */
    justify-content: center;
    /* Centers horizontally */
    overflow: hidden;

}

.image-container {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures full image is visible without cropping */
    object-position: center;
    /* Centers the image */
}

.ecommerce-about {
    padding: 180px 0 50px !important;
    position: relative;
}

.fs-13-mobile{
    font-size:12px;
}
@media (max-width: 575.98px) {
    .ecommerce-about {
        padding: 180px 0 20px !important;
        position: relative;
    }
    .fs-13-mobile {
      font-size: 12px !important;
    }
    .mt-mobile {
      margin-top: 10px !important;
    }
    .store-qr{
        height: 175px !important;
        /* margin-bottom: 25px; */
    }
    .appstore-icon {
        width: 150px !important;
        margin-bottom: 30px;
    }
    .playstore-icon {
        width: 150px !important;
        height: 50px !important;
        margin-bottom: 30px;
    }
    .nav-mtop-5{
        padding-top: 50px !important;
    }
    .mob-mtop-0{
        margin-top: 0px !important;
        padding: 0px !important;
    }
    .ecommerce-navbar .navbar-collapse {
        width: 75% !important;
    }
    .top-tagbar {
        height: 45px;
    }
}
.appstore-icon{
  width: 96px;
}
.playstore-icon{
    width: 95px;
    height: 32px;
}
.store-qr{
    height: 95px;
}
.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: green;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.card-body p {
    color: #555;
}
.btn-read-more {
    background-color: #1b5fd8;
    color: white;
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.btn-read-more:hover {
    background-color: #0056b3;
    color: white;
}
.pagination .page-link {
    color: #1b5fd8;
    border-radius: 5px;
    margin: 0 5px;
}
.pagination .page-item.active .page-link {
    background-color: #1b5fd8;
    border-color: #1b5fd8;
    color: white;
}
.btn-read-more {
    background-color: #1b5fd8;
    color: white;
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    position: relative; /* ensures pseudo-element is positioned correctly */
}

.btn-read-more:hover {
    background-color: #0056b3;
    color: white;
}

.btn-read-more::after {
    display: inline-block;
    margin-left: .255em;
    margin-top: 3px;
    float: right;
    font-size: 15px;
    line-height: 15px;
    content: "\f0140";
    font-family: "Material Design Icons";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.archive {
    background: none;
    box-shadow: none;
    padding: 0;
    border: none;
}
.archive-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.archive ul li a {
    font-size: 14px;
    color: #637790;
    font-weight: 500;
    text-decoration: none;
}
.archive ul li a:hover {
    color:rgb(64, 129, 207);
}
.archive ul li{
    padding:3px 0px;
}
/* Container spacing if desired */
.single-blog-container {
    margin-top: 2rem;
}

/* Main Blog Content */
.single-blog-content h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.single-blog-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #555;
}
/* Optional subheading */
.single-blog-content h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Latest Post Section (Right Sidebar) */
.latest-post h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.latest-post .post-item {
    display: flex;
    margin-bottom: 1rem;
}
.latest-post .post-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 4px;
}
.latest-post .post-item a {
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
}
.latest-post .post-item a:hover {
    text-decoration: underline;
}
.latest-post .post-item p {
    margin: 0;
    font-size: 0.85rem;
    color: #888;
}
/* Default tab button text color */
.stores .nav-tabs .nav-link {
    color: #637790;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

/* Hover effect */
.stores .nav-tabs .nav-link:hover {
    color: #4b93ff;
}

/* Active tab button text color */
.stores .nav-tabs .nav-link.active {
    color: #4b93ff !important;
    border-bottom: 2px solid #4b93ff !important;
}
.fixed-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.bg-color-blue{
    background-color: #1b5fd8 !important;
}
input::placeholder {
color: #878a99 !important; 
opacity: 1; /* Ensures visibility */
}
  
/* Browser compatibility */
input::-webkit-input-placeholder { color: #878a99 !important; }
input:-moz-placeholder { color: #878a99 !important; }
input::-moz-placeholder { color: #878a99 !important; }
input:-ms-input-placeholder { color: #878a99 !important; }


.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333333f2;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 60%;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    backdrop-filter: blur(6px);
}

.cookie-consent p {
    margin: 0;
    flex: 1;
}

.cookie-consent a {
    color: #00aaff;
    text-decoration: underline;
}

.cookie-consent .buttons {
    margin-left: 20px;
    white-space: nowrap;
}

.cookie-consent button {
    margin-left: 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#acceptCookies {
    background-color: white;
    color: black;
    font-weight: bold;
}

#declineCookies {
    background-color: transparent;
    color: white;
}

/* Hover for Accept Button */
#acceptCookies:hover {
    background-color: #e0e0e0;
    color: #000;
}

/* Hover for Decline Button */
#declineCookies:hover {
    background-color: #555;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .cookie-consent {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px 20px;
      border-radius: 10px;
      max-width: 95%;
      backdrop-filter: blur(6px);
    }
  
    .cookie-consent p {
      margin-bottom: 15px;
      font-size: 14px;
    }
  
    .cookie-consent .buttons {
      margin-left: 0;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 10px;
    }
  
    .cookie-consent button {
      width: auto;
      padding: 8px 15px;
      font-size: 14px;
    }
}


    .hero-slider {
    margin-top: 150px; /* adjust for your header height */
    padding: 20px 0;
    }

    .hero-slider .slider {
    overflow: hidden;
    }

    .hero-slider .slide {
    padding: 10px;
    }

    .hero-slider .slide img {
    width: 100%;
    height: 200px; /* fixed height for consistency */
    /* object-fit: cover; */
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    }

    .hero-slider .slide img:hover {
    transform: scale(1.05);
    }

    /* Dots below slider */
    .slick-dots {
    bottom: -35px;
    }

    .slick-dots li button:before {
    font-size: 12px;
    color: #999;
    opacity: 0.7;
    }

    .slick-dots li.slick-active button:before {
    color: #1b5fd8; /* active dot color */
    opacity: 1;
    }

    /* Arrows */
    .slick-prev,
    .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    transition: background 0.3s ease;
    }

    .slick-prev:hover,
    .slick-next:hover {
    background: rgba(0,0,0,0.6);
    }

    .slick-prev {
    left: 20px;
    }

    .slick-next {
    right: 20px;
    }

    .slick-prev:before,
    .slick-next:before {
    font-family: 'slick';
    font-size: 18px;
    color: #fff;
    line-height: 1;
    opacity: 1;
    }
    .slick-prev:before {
    content: '←';
    }

    .slick-next:before {
    content: '→';
    }


    #newsletterOverlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    }
    #newsletterOverlay .modal-dialog {
    z-index: 1050;
    }
    .shadow-bottom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .border-top-bottom-dotted {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }


    /* ------------------ Masonry grid ------------------ */
    .masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* desktop default */
    grid-auto-rows: 10px; /* tiny baseline row */
    gap: 24px;
    padding: 8px 0;
    grid-auto-flow: dense;
    }

    @media (max-width: 1400px) {
    .masonry { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 992px) {
    .masonry { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
    .masonry { grid-template-columns: 1fr; }
    
    .category-card {
    padding:15px !important;
    }
    }

    /* ------------------ Category card ------------------ */
    .category-card {
    width: 100%;
    padding: 20px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    }
    .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

    .category-title {
    font-size: 1.2rem;
    margin: 0 0 12px;
    color: #1b5fd8;
    font-weight: 700;
    }

    /* Default list styles */
    .category-card .subcategories > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .category-card .subcategories > ul > li {
    margin: 6px 0;
    line-height: 1.4;
    color: #444;
    }
    .category-card .subcategories a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    }
    .category-card .subcategories a:hover {
    color: #1b5fd8;
    text-decoration: underline;
    }

    /* Level 2 & 3 lists */
    .category-card .subcategories > ul > li > ul {
    margin-top: 4px;
    padding-left: 16px;
    }
    .category-card .subcategories > ul > li > ul > li > a {
    font-weight: 500;
    color: #555;
    }
    .category-card .subcategories > ul > li > ul > li > ul {
    margin-top: 4px;
    padding-left: 16px;
    }
    .category-card .subcategories > ul > li > ul > li > ul a {
    font-weight: 500;
    color: #666;
    font-size: 0.95rem;
    }

    /* ------------------ Large card ------------------ */
    .category-card.large {
    grid-column: span 2;  /* ✅ spans across 2 columns */
    }

    /* Large card → make inner list 2 columns */
    .category-card.large .subcategories > ul {
    column-count: 2;
    column-gap: 24px;
    }
    .category-card.large .subcategories > ul > li > ul {
    column-count: 1 !important;
    }

    .city-card {
    transition: all 0.3s ease;
    }
    .city-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(13, 110, 253, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .app-promo-section {
    color: #fff;
    }

    .app-promo-section .container {
    max-width: 1140px;
    padding: 20px 12px;
    margin: 0 auto;
    }

    .promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #3b82f6;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    }

    .promo-image img {
    width: 280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    }

    .promo-text {
    flex: 1;
    min-width: 320px;
    margin-left: 40px;
    }

    .promo-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    }

    .promo-text p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    }

    .promo-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    }

    /* ✅ Store buttons and QR side by side */
    .download-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    padding: 20px 0px 20px 0px;
    border-radius: 12px;
    gap: 30px;
    flex-wrap: wrap;
    }

    .download-left h3 {
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    }

    .app-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    }

    .app-buttons img {
    height: 50px;
    }

    .features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
    }

    .features span {
    display: flex;
    align-items: center;
    gap: 6px;
    }

    .features i {
    font-size: 16px;
    }

    .download-right img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: white;
    padding: 5px;
    }


    /* Responsive */
    @media (max-width: 768px) {
        .promo-content {
            flex-direction: column;
            text-align: center;
        }

        .promo-text {
            margin-left: 0;
            margin-top: 6px;
        }

        .download-row {
            flex-direction: column;
        }

        .qr-code img {
            margin-top: 15px;
        }

        .features {
            justify-content: center;
        }
        .app-buttons {
        display: flex;
        gap: 12px;
        margin-bottom: 15px;
        justify-content: center;
        }
        .download-section {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 20px 0px 20px 0px;
        border-radius: 12px;
        gap: 30px;
        flex-wrap: wrap;
        }
        .promo-image img {
        width: 100px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        }
        .promo-text h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
        }

        .promo-text p {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 5px;
        }
        .download-left h3 {
        font-size: 25px;
        color: white;
        font-weight: 600;
        margin-bottom: 10px;
        }
    }
