/* Top bar alignment fix */
    #top {
        padding: 10px 0;
    }
    
    #top .top-bar-content {
        display: table;
        width: 100%;
    }
    
    #top .text-note {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 13px;
    }
    
    #top .top-contact {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        text-align: right;
        white-space: nowrap;
    }
    
    #top .top-contact li {
        display: inline-block;
        margin-left: 20px;
    }
    
    #top .top-contact li a {
        color: #fff;
        padding: 0;
        line-height: normal;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    #top .top-contact li a:hover {
        background: transparent;
        color: #3498db;
    }
    
    #top .top-contact li a i {
        margin-right: 5px;
    }
    
    /* Mobile responsive */
    @media (max-width: 768px) {
        #top .text-note {
            display: block;
            text-align: center;
            margin-bottom: 8px;
            font-size: 11px;
        }
        
        #top .top-contact {
            display: block;
            text-align: center;
        }
        
        #top .top-contact li {
            margin: 0 8px;
        }
        
        #top .top-contact li a {
            font-size: 10px;
        }
    }

    /* ============================================
   TEJAS FASHION WORLD - CUSTOM STYLES
   ============================================ */

/* Top bar alignment fix */
#top {
    padding: 10px 0;
}

#top .top-bar-content {
    display: table;
    width: 100%;
}

#top .text-note {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 13px;
}

#top .top-contact {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
}

#top .top-contact li {
    display: inline-block;
    margin-left: 20px;
}

#top .top-contact li a {
    color: #fff;
    padding: 0;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
}

#top .top-contact li a:hover {
    background: transparent;
    color: #3498db;
}

#top .top-contact li a i {
    margin-right: 5px;
}

/* WhatsApp Icon Styling with Remix Icons */
.whatsapp-inquiry span {
    color: #25D366 !important;
}

.whatsapp-inquiry:hover span {
    color: #fff !important;
}

.whatsapp-inquiry i {
    color: #25D366 !important;
    font-size: 18px;
}

.whatsapp-inquiry i.ri-whatsapp-line {
    line-height: inherit;
}

/* WhatsApp Button in Parallax */
.parallax-shop .btn-white i.ri-whatsapp-line {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.parallax-shop .btn-white:hover {
    border-color: #25D366;
    color: #fff;
}

/* ============================================
   ABOUT PAGE - USING THEME CLASSES
   ============================================ */

/* Page Top Section */
.page-top {
    background: #1abc9c;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.page-top h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.breadcrumb-wrapper {
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

/* Main Heading */
.main-heading {
    margin-bottom: 50px;
}

.main-heading h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.main-heading p {
    font-size: 15px;
    color: #777;
}

/* Content Area */
.content-area {
    padding: 70px 0;
}

.content-area-grey {
    padding: 70px 0;
    background: #f9f9f9;
}

.content-area .lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    color: #666;
}

.content-area p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

/* Stats Area */
.stats-area {
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.stat-item {
    padding: 20px 15px;
}

.stat-item i {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 15px;
    display: block;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.stat-item p {
    font-size: 14px;
    color: #777;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Feature Box */
.feature-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-3px);
}

.feature-box i {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 15px;
    display: block;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333;
}

.feature-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Offer Box */
.offer-box {
    background: #fff;
    padding: 40px 25px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    height: 100%;
}

.offer-box:hover {
    border-color: #3498db;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.offer-box i {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 15px;
    display: block;
}

.offer-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333;
}

.offer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.offer-box .btn {
    margin-top: 10px;
}

/* CTA Banner - NO GRADIENT */
.cta-banner {
    padding: 70px 0;
    background: #3498db;
    color: #fff;
}

.cta-banner h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cta-banner p {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    margin-top: 25px;
}

.cta-banner .btn {
    margin: 5px 8px;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.cta-banner .btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.cta-banner .btn-whatsapp:hover {
    background: #128C7E;
    border-color: #128C7E;
}

.cta-banner .btn-white {
    background: #fff;
    color: #3498db;
    border-color: #fff;
}

.cta-banner .btn-white:hover {
    background: #f5f5f5;
    color: #3498db;
    border-color: #f5f5f5;
}

.cta-banner .btn i {
    margin-right: 6px;
    font-size: 16px;
}

/* Counter Animation */
.counter {
    display: inline-block;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    /* Top Bar Mobile */
    #top .text-note {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        font-size: 11px;
    }
    
    #top .top-contact {
        display: block;
        text-align: center;
    }
    
    #top .top-contact li {
        margin: 0 8px;
    }
    
    #top .top-contact li a {
        font-size: 10px;
    }
    
    /* Page Top */
    .page-top {
        padding: 25px 0;
    }
    
    .page-top h2 {
        font-size: 24px;
    }
    
    /* Main Heading */
    .main-heading h2 {
        font-size: 22px;
    }
    
    .main-heading p {
        font-size: 14px;
    }
    
    /* Content Area */
    .content-area,
    .content-area-grey {
        padding: 40px 0;
    }
    
    .content-area .lead {
        font-size: 15px;
    }
    
    .content-area p {
        font-size: 14px;
    }
    
    /* Stats */
    .stats-area {
        padding: 30px 0;
    }
    
    .stat-item {
        margin-bottom: 20px;
    }
    
    .stat-item h3 {
        font-size: 28px;
    }
    
    .stat-item i {
        font-size: 40px;
    }
    
    /* Feature Box */
    .feature-box {
        padding: 25px 15px;
    }
    
    .feature-box i {
        font-size: 40px;
    }
    
    /* Offer Box */
    .offer-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .offer-box i {
        font-size: 40px;
    }
    
    /* CTA Banner */
    .cta-banner {
        padding: 40px 0;
    }
    
    .cta-banner h2 {
        font-size: 22px;
    }
    
    .cta-banner p {
        font-size: 14px;
    }
    
    .cta-banner .btn {
        margin: 8px 0;
        display: block;
        width: 100%;
    }
}

/* Icon Containers */
.stat-icon,
.feature-icon,
.offer-icon {
    margin-bottom: 20px;
}

.stat-icon i,
.feature-icon i,
.offer-icon i {
    font-size: 48px;
    color: #3498db;
    display: inline-block;
}

/* Feature Box Icons */
.feature-box .feature-icon i {
    font-size: 56px;
}

/* Offer Box Icons */
.offer-box .offer-icon i {
    font-size: 56px;
}

/* Feature Box - Fixed Overlapping */
.feature-box {
    padding: 30px 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    min-height: 280px;
}

.feature-box:hover {
    transform: translateY(-3px);
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 56px;
    color: #3498db;
    display: inline-block;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333;
}

.feature-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Offer Box */
.offer-box {
    background: #fff;
    padding: 40px 25px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    min-height: 320px;
}

.offer-box:hover {
    border-color: #3498db;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.offer-icon {
    margin-bottom: 20px;
}

.offer-icon i {
    font-size: 56px;
    color: #3498db;
    display: inline-block;
}

.offer-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333;
}

.offer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.offer-box .btn {
    margin-top: 10px;
}

/* Clearfix for rows */
.content-area .row:after,
.content-area-grey .row:after {
    content: "";
    display: table;
    clear: both;
}

/* ============================================
   PRODUCT PAGE SPACING FIXES
   ============================================ */

/* Page Top Spacing */
.page-top {
    padding: 40px 0;
    margin-bottom: 0;
}

/* Main Content Area */
.main {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Product Page Container */
.main .container {
    padding-top: 0;
}

/* Lookbook Banner Spacing */
#lookbook {
    margin-bottom: 40px;
    margin-top: 0;
}

#lookbook .lookbook {
    background: #000;
    color: #fff;
    padding: 50px 40px;
    text-align: center;
    border: 5px solid #000;
    position: relative;
    box-shadow: 0 0 0 1px #fff inset, 0 0 0 10px #000 inset;
}

#lookbook .lookbook h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#lookbook .lookbook p {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Sidebar Spacing */
.sidebar {
    padding-right: 20px;
}

.sidebar .block {
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
}

.sidebar .block h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.sidebar .list-cat {
    padding: 0;
    margin: 0;
}

.sidebar .list-cat li {
    margin-bottom: 10px;
    list-style: none;
}

.sidebar .list-cat li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: all 0.3s;
}

.sidebar .list-cat li a:hover {
    color: #3498db;
    padding-left: 10px;
}

/* Toolbar Spacing */
.toolbar {
    background: #f9f9f9;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius: 0;
}

.toolbar p {
    margin: 0;
    line-height: 34px;
    color: #666;
    font-size: 14px;
}

.toolbar .formDropdown {
    height: 34px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
}

/* Product Grid Spacing */
.catalog {
    padding: 0;
}

.catalog .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.catalog .product {
    margin-bottom: 30px;
}

/* Sidebar Contact CTA */
.sidebar .featured > div {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.sidebar .featured h4 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar .featured p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.sidebar .featured .btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 14px;
}

.sidebar .featured .btn:last-child {
    margin-bottom: 0;
}

/* Remove extra spacing from blocks */
.blk-cat,
.featured {
    padding: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .sidebar {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    #lookbook {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .main {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    #lookbook .lookbook {
        padding: 30px 20px;
    }
    
    #lookbook .lookbook h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    #lookbook .lookbook p {
        font-size: 14px;
    }
    
    .catalog .product {
        margin-bottom: 20px;
    }
    
    .toolbar {
        padding: 10px 15px;
    }
    
    .toolbar p {
        margin-bottom: 10px;
    }
    
    .toolbar .list-sort {
        float: none !important;
    }
}

@media (max-width: 480px) {
    #lookbook .lookbook {
        padding: 25px 15px;
    }
    
    #lookbook .lookbook h2 {
        font-size: 20px;
    }
    
    .sidebar .block h4 {
        font-size: 14px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES
   ============================================ */

/* Top Bar Mobile */
@media (max-width: 991px) {
    #top {
        display: none;
    }
}

/* Mobile Header */
@media (max-width: 768px) {
    /* Top Bar - Stack items vertically */
    #top {
        padding: 10px 0;
    }
    
    #top .text-note {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        font-size: 11px;
        padding: 0 15px;
    }
    
    #top .nav-top {
        display: block;
        text-align: center;
        float: none !important;
    }
    
    #top .nav-top li {
        display: inline-block;
        margin: 0 5px;
    }
    
    /* Logo sizing */
    .navbar-main .logo img {
        max-height: 50px;
        width: auto;
    }
    
    /* Hamburger menu */
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    /* Hide navbar actions on mobile */
    .navbar-act {
        display: none !important;
    }
    
    /* Slider text mobile */
    .carousel-caption {
        padding: 20px 15px;
    }
    
    .carousel-caption h2 {
        font-size: 20px !important;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .carousel-caption h3 {
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    
    .carousel-caption p {
        font-size: 13px;
        margin-bottom: 15px;
        display: none; /* Hide description on very small screens */
    }
    
    .carousel-caption .btn {
        font-size: 13px;
        padding: 8px 20px;
    }
}

/* Very Small Mobile (iPhone SE, etc) */
@media (max-width: 480px) {
    /* Top bar completely hidden on very small screens */
    #top {
        display: none !important;
    }
    
    /* Logo smaller */
    .navbar-main .logo img {
        max-height: 40px;
    }
    
    /* Navbar padding */
    .navbar-main {
        min-height: 60px;
    }
    
    .navbar-main .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Slider adjustments */
    .carousel-caption {
        padding: 15px 10px;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .carousel-caption h2 {
        font-size: 18px !important;
        margin-bottom: 8px;
    }
    
    .carousel-caption h3 {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    
    .carousel-caption .btn {
        font-size: 12px;
        padding: 6px 15px;
    }
    
    /* Product grid - 1 column on very small screens */
    .catalog .col-xs-6 {
        width: 100%;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) and (min-width: 769px) {
    /* Top bar adjustments */
    #top .text-note {
        font-size: 12px;
    }
    
    /* Logo */
    .navbar-main .logo img {
        max-height: 60px;
    }
    
    /* Slider captions */
    .carousel-caption h2 {
        font-size: 28px !important;
    }
    
    .carousel-caption h3 {
        font-size: 20px !important;
    }
}

/* Landscape phones */
@media (max-width: 767px) and (orientation: landscape) {
    .carousel-caption {
        padding: 10px;
    }
    
    .carousel-caption h2 {
        font-size: 16px !important;
        margin-bottom: 5px;
    }
    
    .carousel-caption h3 {
        font-size: 13px !important;
        margin-bottom: 8px;
    }
    
    .carousel-caption p {
        display: none;
    }
    
    .carousel-caption .btn {
        font-size: 11px;
        padding: 5px 12px;
    }
}

/* Fix mobile menu spacing */
@media (max-width: 767px) {
    .navbar-collapse {
        border-top: 1px solid #ddd;
        margin-top: 10px;
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .navbar-nav > li {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .navbar-nav > li > a {
        padding: 12px 15px;
    }
    
    .dropdown-menu {
        box-shadow: none;
        border: none;
        background: #f9f9f9;
    }
}

/* Contact info mobile */
@media (max-width: 768px) {
    .contact-info-box {
        margin-top: 20px;
    }
    
    .contact-info-box > div {
        margin-bottom: 20px;
    }
}

/* Footer mobile */
@media (max-width: 767px) {
    .footer .upper-foot .col-xs-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .footer .below-foot .col-xs-6 {
        width: 100%;
        text-align: center !important;
    }
    
    .footer .social-list {
        justify-content: center;
        margin-top: 15px;
    }
}