.navbar-brand > img {
    display: block;
    height: 40px;
    width: auto;
}

.navbar-brand > img {
    height: auto;
    max-height: 100px;
    /*padding-left: 100px;*/
}

.banner-style-three h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
}
.someyellow {
    color: #f3c93b !important;
}

/* .banner-style-three .thumb {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    margin-bottom: 10px;
} */
.pr-5 {
    padding-right: 0px;
}

.newsletter button {
    background: var(--color-primary);
    border: none;
    color: #042827;
    border-radius: 5px;
    height: 53px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    min-width: 130px;
}

.comming-soon-area .newsletter.secondary button {
    background: #f3c93b;
}

button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 150%;
    z-index: -1;
    background-color: #fbf7ee;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    text-decoration: none;
}

p {
    color: #d5c7c7;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-default);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    color: #FFFFFF;
}

.white-font{
    color: #FFFFFF;
}

/* App Store Header Styles */
.app-store-header h1.wow.fadeInUp.sema-font {
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    background-image: none !important;
}

/* Custom Styles */
.app-store-header h1.sema-font span,
.app-store-header h1.sema-font::after,
.app-store-header h1.sema-font::before {
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.no-underline {
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    background-image: none !important;
}

/* Base Styles */
body {
    background-color: #042827;
    color: #ffffff;
}

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #042827 !important;
    z-index: 999999;
}

.anaton-preloader {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #042827 !important;
}

.anaton-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anaton-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(243, 201, 59, 0.2);
    border-top-color: #f3c93b;
    height: 60px;
    margin: 0 auto 45px auto;
    width: 60px;
}

.anaton-preloader .animation-preloader .txt-loading .letters-loading {
    color: #f3c93b !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.anaton-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #f3c93b !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.anaton-preloader.loaded {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.anaton-preloader .loader .loader-section .bg {
    background: #042827 !important;
}

/* Color Scheme Variables */
:root {
    --primary: #1B4332;        /* Forest Green */
    --primary-light: #2D6A4F;  /* Light Forest */
    --accent: #D4A017;         /* Amber */
    --accent-light: #E9B949;   /* Light Amber */
    --background: #F8FAF9;     /* Off-white */
    --text: #081C15;          /* Deep Green */
    --text-light: #2D6A4F;    /* Light Text */
    --text-lighter: #40916C;  /* Lighter Text */
    --border: rgba(27, 67, 50, 0.1); /* Forest Green with opacity */
    --shadow: rgba(8, 28, 21, 0.1);  /* Deep Green with opacity */
}

/* shadcn Light Mode App Store Styles */
.app-store-main {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background: var(--background);
    min-height: 100vh;
}

.app-store-header {
    margin-bottom: 4rem;
    position: relative;
}


.app-store-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--accent);
    border-radius: 2px;
}

.app-store-header h1 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.app-store-header h1::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.app-store-header .lead {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 400;
}

.search-bar {
    max-width: 600px;
    margin: 2.5rem auto 1rem;
    position: relative;
}

.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 1rem;
}

.quick-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 20px;
    color: var(--text);
    font-size: 0.875rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.quick-action-btn:hover {
    background: var(--background);
    border-color: var(--primary);
    transform: translateY(-1px);
}

.quick-action-btn i {
    font-size: 1rem;
    color: var(--primary);
}

.search-bar input {
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 8px;
    width: 100%;
    color: var(--text);
    font-size: 0.95rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px var(--shadow);
}

.search-bar input:focus {
    outline: none;
    border-color: rgba(4, 40, 39, 0.3);
    box-shadow: 0 0 0 3px rgba(4, 40, 39, 0.1);
}

.search-bar i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(4, 40, 39, 0.4);
}

/* App Cards */
.app-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.2s ease;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px var(--shadow);
}

.app-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(4, 40, 39, 0.1), transparent);
}

.app-card:hover {
    transform: translateY(-2px);
    border-color: rgba(4, 40, 39, 0.2);
    box-shadow: 0 4px 20px rgba(4, 40, 39, 0.08);
}

.app-icon.chat-bubble {
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem;
    background: var(--primary);
    border: 2px solid #F5F5F4;
    border-radius: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(8, 28, 21, 0.1);
}

.app-icon.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: var(--primary);
    border-right: 2px solid #F5F5F4;
    border-bottom: 2px solid #F5F5F4;
    transform: rotate(45deg);
    border-bottom-right-radius: 6px;
}

.app-icon.chat-bubble span {
    color: #F5F5F4;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

.app-info h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #042827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.app-category {
    color: rgba(4, 40, 39, 0.6);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.app-rating {
    color: #f3c93b;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.app-rating i {
    margin-right: 1px;
    font-size: 0.75rem;
}

.app-rating span {
    color: rgba(4, 40, 39, 0.5);
    margin-left: 4px;
    font-weight: 500;
}

.app-description {
    color: rgba(4, 40, 39, 0.7);
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}

.btn-install {
    background: var(--primary);
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.btn-install::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.btn-install:hover {
    background: var(--primary-light);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px var(--shadow);
}

.btn-install:hover::before {
    transform: translateX(100%);
}

.btn-install:active {
    transform: translateY(0);
    background: var(--primary);
}

/* Categories */
.category-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid var(--border);
    position: relative;
    box-shadow: 0 2px 4px var(--shadow);
}

.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(to bottom right, rgba(4, 40, 39, 0.05), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.category-card:hover {
    background: #ffffff;
    transform: translateY(-2px);
    border-color: rgba(4, 40, 39, 0.2);
    box-shadow: 0 4px 20px rgba(4, 40, 39, 0.06);
}

.category-card i {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    position: relative;
}

.category-card i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--accent-light);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    transition: all 0.2s ease;
}

.category-card:hover i::after {
    width: 2em;
    height: 2em;
}

.category-card:hover i {
    transform: scale(1.1);
    color: #042827;
}

.category-card h4 {
    color: #042827;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* Section Headers */
.section-header {
    margin-bottom: 2rem;
}

.section-title {
    color: #f3c93b;
    font-size: 1.8rem;
    margin: 0;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .app-store-header h1 {
        font-size: 2rem;
    }
    
    .app-card {
        margin-bottom: 1rem;
    }
    
    .category-card {
        margin-bottom: 1rem;
    }
}

nav.navbar.navbar-default.validnavs.white.navbar-position-fixed {
    position: absolute !important;
    width: 100%;
    top: 0;
    background: #ffffff !important;
    padding: 8px 0;
    min-height: 56px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thumber {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 10px;
}

.sema-font{
    color: #042827;
}

.feature-card-widget-7 {
    padding: 38px 30px 30px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.sema-button {
    background: var(--color-primary);
    border: none;
    color: #042827;
    border-radius: 5px;
    height: 53px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    min-width: 130px;
    background: #f3c93b;
}

.comming-soon-area .align-center div {
    height: auto;
    padding-top: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comming-soon-area {
        height: auto;
        padding-top: 60px;
    }
}

/* .banner-style-three .thumb {
    position: relative;
    z-index: 1;
    margin-top: 250px;
    margin-bottom: 10px;
} */


/* Adjust padding for small screens (portrait mode) */
@media (max-width: 576px) { 
    .navbar-header {
        padding: 10px; /* Adjust padding as needed */
    }
    
    .navbar-position-fixed {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Adjust padding for small screens (landscape mode) */
@media (max-height: 400px) and (max-width: 768px) {     
    .navbar-header {
        padding: 8px; /* Adjust padding as needed */
    }
    
    .navbar-position-fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-style-three .content {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .navbar.navbar-default.validnavs.white.navbar-position-fixed {
        position: absolute !important;
        width: 100%;
        margin-top: 10px;
        background: #042827 !important;
        padding: 30px 0; /* Reduced padding from 60px to 20px */
    }
}



/* Additional styles to make the navbar more responsive */
.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand img.logo {
    max-width: 100%;
    height: auto;
}

.banner-style-three .content {
    padding-top: 150px;
    padding-bottom: 120px;
  }

