/* CSS Document */

:root { 
            --brand-gold: #ffc368; 
            --brand-brown: #7b500e; 
            --light-bg: #fffaf0;
        }
        .sidebar { 
            background: #fff; 
            border-right: 1px solid var(--brand-gold); 
            min-height: 100vh; 
            padding-top: 20px; 
        }
        .sidebar .nav-link { 
            color: var(--brand-brown); 
            padding: 15px 20px; 
            display: block; 
            text-decoration: none; 
            font-weight: 600; 
            border-bottom: 1px solid #eee;
            border-radius: 0px !important;
            text-align: left;
        }
        .sidebar .nav-link:hover, .sidebar .nav-link.active { 
            background: var(--brand-brown) !important; 
            color: #fff !important; 
        }
        .sidebar .logout-link {
            color: #dc3545;
        }
        .sidebar .logout-link:hover {
            background: #dc3545 !important;
            color: #fff !important;
        }
        /* Content Area Custom Elements */
        .welcome-box { 
            background: var(--brand-brown); 
            color: #fff!important; 
            padding: 25px; 
            margin-bottom: 30px; 
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
		.welcome-box h3{ 
            color: #fff!important; 
        }
        .main-card { 
            background: #fff; 
            padding: 30px; 
            border: 1px solid var(--brand-gold); 
            border-radius: 0px; 
            box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
        }
        .tab-title {
            color: var(--brand-brown);
            font-weight: bold;
            margin-bottom: 20px;
        }
        /* Tables and Info Badges Styling */
        .table { 
            border-radius: 0px !important; 
        }
        .table thead { 
            background-color: var(--brand-brown); 
            color: #fff; 
        }
        .table thead th {
            color: #fff !important;
        }
        .badge-status { 
            font-size: 12px; 
            padding: 6px 12px; 
        }
        .profile-label {
            font-weight: bold;
            color: var(--brand-brown);
        }
        .msg-preview {
            max-width: 250px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .accordion-button:not(.collapsed) {
            background-color: var(--light-bg);
            color: var(--brand-brown);
            box-shadow: none;
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: var(--brand-gold);
        }
	 /* Profile Main Box */
        .profile-container { margin-top: 40px; margin-bottom: 50px; }
        .astro-main-card { background: #fff; border: 1px solid var(--brand-gold); padding: 30px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .astro-photo { width: 100%; max-width: 220px; height: 220px; object-fit: cover; border: 3px solid var(--brand-gold); padding: 5px; background: #fff;border-radius: 100%; }
        
        /* Badges & Text Styling */
        .badge-astro { background-color: var(--brand-brown); color: #fff; font-size: 13px; padding: 6px 12px; border-radius: 0px; display: inline-block; margin-bottom: 10px; margin-right: 5px; }
        .badge-exp { background-color: var(--brand-gold); color: var(--brand-brown); font-size: 13px; padding: 6px 12px; border-radius: 0px; display: inline-block; font-weight: bold; margin-bottom: 10px; margin-right: 5px; }
        .badge-rating { background-color: #ffc107; color: #000; font-size: 13px; padding: 6px 12px; border-radius: 0px; display: inline-block; font-weight: bold; margin-bottom: 10px; margin-right: 5px; }
        .badge-orders { background-color: #198754; color: #fff; font-size: 13px; padding: 6px 12px; border-radius: 0px; display: inline-block; font-weight: bold; margin-bottom: 10px; }
        
        .section-heading { color: var(--brand-brown); border-bottom: 2px solid var(--brand-gold); padding-bottom: 8px; margin-top: 25px; margin-bottom: 15px; font-weight: bold; }
        
        /* Enquiry Card Sticky/Sidebar Box */
        .enquiry-card { background: #fff; border: 1px solid var(--brand-brown); padding: 30px; box-shadow: 0 6px 20px rgba(0,0,0,0.1); position: sticky; top: 20px; }
        .enquiry-card h4 { color: var(--brand-brown); font-weight: bold; text-align: center; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
        
        /* Form Inputs */
        .form-label { color: var(--brand-brown); font-weight: 600; margin-bottom: 5px; }
        .form-control { border: 1px solid var(--brand-gold); padding: 10px; margin-bottom: 15px; border-radius: 0px; }
        .form-control:focus { border-color: var(--brand-brown); box-shadow: none; }
        .btn-theme { background: var(--brand-brown); color: #fff; width: 100%; padding: 12px; border: none; border-radius: 0px; font-weight: bold; text-transform: uppercase; transition: all 0.3s ease; }
        .btn-theme:hover { background: var(--brand-gold); color: var(--brand-brown); cursor: pointer; }
        
        /* Custom Modal Theme Styles */
        .modal-content-custom { border: 2px solid var(--brand-gold); border-radius: 0px; }
        .modal-header-custom { background-color: var(--light-bg); border-bottom: 1px solid var(--brand-gold); }
        .success-icon { font-size: 60px; color: #198754; }
		
.page-title { color: var(--brand-brown); font-weight: 700; text-align: center; margin-bottom: 10px; }
        .page-subtitle { text-align: center; color: #666; margin-bottom: 30px; }
        .form-section { background: #fff; border: 1px solid var(--brand-gold); padding: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .btn-brand { background-color: var(--brand-brown); color: #fff; border-radius: 0px; font-weight: 600; transition: all 0.3s; width: 100%; border: none; }
        .btn-brand:hover { background-color: #5c3b0a; color: #fff; }
        .form-control, .form-select { border: 1px solid #ced4da; padding: 10px 15px; }
        .form-control:focus, .form-select:focus { border-color: var(--brand-brown); box-shadow: none; }
        .info-pill-box { background-color: #fff; border-left: 4px solid var(--brand-brown); padding: 15px; margin-bottom: 25px; }
        
        /* Captcha custom structural wrapper styling */
        .captcha-container {
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 4px;
            padding: 12px 20px;
        }		
.page-title { color: var(--brand-brown); font-weight: 700; text-align: center; margin-bottom: 10px; }
        .page-subtitle { text-align: center; color: #666; margin-bottom: 40px; }
        
        /* Testimonial Cards UI */
        .testimonial-card {
            background: #fff;
            border: 1px solid var(--brand-gold);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.02);
            transition: transform 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .testimonial-card:hover { transform: translateY(-5px); }
        .quote-icon { color: var(--brand-gold); font-size: 2.5rem; line-height: 1; }
        .feedback-text { color: #555; font-style: italic; margin-bottom: 20px; font-size: 0.95rem; }
        .client-info h5 { color: var(--brand-brown); font-weight: 600; margin-bottom: 2px; font-size: 1.1rem; }
        .client-info span { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
        .stars-container { color: #ffb100; font-size: 0.9rem; }

        /* Form Layout Section */
        .form-section { background: #fff; border: 1px solid var(--brand-gold); padding: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .btn-brand { background-color: var(--brand-brown); color: #fff; border-radius: 0px; font-weight: 600; transition: all 0.3s; }
        .btn-brand:hover { background-color: #5c3b0a; color: #fff; }
        .login-alert-box { background: #fffaf0; border: 1px dashed var(--brand-brown); padding: 30px; }		
		
		
	        .page-title { color: var(--brand-brown); font-weight: 700; margin-bottom: 5px; }
        .form-section {background: #fff; border: 1px solid var(--brand-gold); padding: 35px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
        .btn-brand { background-color: var(--brand-brown); color: #fff; border-radius: 0px; font-weight: 600; transition: all 0.3s; width: 100%; border: none; }
        .btn-brand:hover { background-color: #5c3b0a; color: #fff; }
        .form-control, .form-select { border: 1px solid #ced4da; padding: 10px 15px; }
        .form-control:focus, .form-select:focus { border-color: var(--brand-brown); box-shadow: none; }
    /* Sidebar Main Wrapper with Smooth Sticky Behavior */
    .sidebar-widget-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 24px; /* Scroll karte waqt top se kitna gap rahega */
        z-index: 100;
    }

    /* Common Card Styling */
    .sidebar-widget-card {
        background: #ffffff;
    }
    .sidebar-widget-card.service-theme {
        border-top: 4px solid #7b500e !important;
    }
    .sidebar-widget-card.help-theme {
        border-top: 4px solid #ffc368 !important;
    }

    /* Typography & Theme Colors */
    .sidebar-heading {
        color: #7b500e;
    }
    
    /* Contact Box Icons Styling */
    .contact-icon-box {
        width: 40px; 
        height: 40px; 
        color: #7b500e;
    }

    /* Sidebar Active Link Style Fix (Optional enhancement) */
    .sidebar-widget-wrapper .list-group-item-action.text-primary {
        color: #7b500e !important; /* Aapke brand color match karne ke liye */
        background-color: #fffaf0;
        padding-left: 8px !important;
    }
        .sidebar { background: #fff; border-right: 1px solid var(--brand-gold); min-height: 100vh; padding-top: 20px; }
        .sidebar .nav-link { 
            color: var(--brand-brown); padding: 15px 20px; display: block; text-decoration: none; 
            font-weight: 600; border-bottom: 1px solid #eee; border-radius: 0px !important; text-align: left;
        }
        .sidebar .nav-link:hover { background: var(--brand-brown) !important; color: #fff !important; }
        .sidebar .logout-link { color: #dc3545; }
        .sidebar .logout-link:hover { background: #dc3545 !important; color: #fff !important; }
        .main-card { background: #fff; padding: 30px; border: 1px solid var(--brand-gold); box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
        .tab-title { color: var(--brand-brown); font-weight: bold; margin-bottom: 20px; }
        .btn-brand { background-color: var(--brand-brown); color: #fff; border-radius: 0px; font-weight: 600; }
        .btn-brand:hover { background-color: #5c3b0a; color: #fff; }
.enq-sys-username-hp-field {
            display: none !important;
            visibility: hidden !important;
        }	
.astoproifle12 .form-control {
    margin-bottom: 0px;
}		
		
        .reg-card { background: #fff; padding: 40px; border-radius: 0px; border: 1px solid var(--brand-gold); margin: 50px auto; max-width: 500px; }
        .form-label { color: var(--brand-brown); font-weight: 600; }
        .form-control { border: 1px solid var(--brand-gold); padding: 12px; margin-bottom: 20px; border-radius: 0px; }
        .btn-theme { background: var(--brand-brown); color: #fff; width: 100%; padding: 12px; border: none; border-radius: 0px; }
        .btn-theme:hover { background: var(--brand-gold); color: var(--brand-brown); }
	/* Text ko strictly 3 lines tak limit karne ke liye class */
.testimonial-text-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Maximum 3 lines show karega, aap isko 4 bhi kar sakte hain */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Purani baki classes */
.testimonial-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.testimonial-client-name {
    color: var(--brand-brown, #7b500e);
}

.testimonial-stars {
    color: var(--brand-gold, #d4a373);
}

.testimonial-designation {
    font-size: 11px;
    font-style: italic;
}

        .login-card { background: #fff; padding: 40px; border-radius: 15px; border: 1px solid #d4a373; margin: 50px auto; max-width: 400px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .form-control { border: 1px solid #d4a373; padding: 12px; margin-bottom: 20px; }
        .btn-theme { background: var(--brand-brown); color: #fff; width: 100%; padding: 12px; border: none; border-radius: 5px; font-weight: 600; }
        .btn-theme:hover { background: var(--brand-gold); }

.page-title { color: var(--brand-brown); font-weight: bold; margin-top: 0px; margin-bottom: 30px; text-align: center !important; position: relative; }
        .page-title::after { content: ''; display: block; width: 80px; height: 3px; background: var(--brand-gold); margin: 10px auto 0 auto; }
        
        /* Card Layout Layout Grid */
        .astro-grid { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
        .astro-col { flex: 0 0 25%; max-width: 25%; padding: 15px; box-sizing: border-box; }
        
        @media (max-width: 992px) { .astro-col { flex: 0 0 50%; max-width: 50%; } }
        @media (max-width: 576px) { .astro-col { flex: 0 0 100%; max-width: 100%; } }

        .astro-card { background: #fff; border: 1px solid var(--brand-gold); text-align: center; padding: 25px 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
        .astro-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(123,80,14,0.15); }
        
        .img-container { width: 120px; height: 120px; margin: 0 auto 15px auto; border-radius: 50%; overflow: hidden; border: 3px solid var(--brand-gold); }
        .astro-img { width: 100%; height: 100%; object-fit: cover; }
        
        .astro-name { color: var(--brand-brown); font-weight: bold; font-size: 18px; margin-bottom: 5px; }
        .astro-deg { font-size: 13px; color: #666; margin-bottom: 10px; font-weight: 500; }
        .astro-special { font-size: 14px; color: #444; margin-bottom: 15px; min-height: 42px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        
        .btn-consult { background: var(--brand-brown); color: #fff; border: none; padding: 10px 20px; width: 100%; font-weight: bold; border-radius: 0px; text-decoration: none; display: inline-block; transition: background 0.3s ease; }
        .btn-consult:hover { background: var(--brand-gold); color: var(--brand-brown); }
		        .reset-card { background: #fff; padding: 40px; border: 1px solid var(--brand-gold); margin: 50px auto; max-width: 400px; }
        .btn-theme { background: var(--brand-brown); color: #fff; width: 100%; padding: 12px; border: none; }
/* Premium UI Styles Without Messing Up The Layout Structure */
        .reg-wrapper {
            min-height: calc(100vh - 250px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 0;
            background: #faf8f5;
        }
        .reg-card {
            background: #ffffff;
            border: 1px solid #e9dfd3;
            border-top: 4px solid var(--brand-brown, #7b500e);
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(123, 80, 14, 0.05);
            padding: 40px;
            max-width: 500px;
            width: 100%;
        }
        .reg-card h3 {
            color: var(--brand-brown, #7b500e);
            font-weight: 700;
            font-size: 24px;
        }
        .reg-subtitle {
            font-size: 14px;
            color: #777;
            text-align: center;
            margin-bottom: 25px;
        }
        .form-label {
            font-weight: 600;
            color: #444;
            font-size: 14px;
            margin-bottom: 6px;
        }
        .form-control, .form-select {
            border: 1px solid #d3c4b4;
            border-radius: 6px;
            padding: 11px 15px;
            font-size: 15px;
            transition: all 0.3s ease;
            background-color: #fff;
        }
        .form-control:focus, .form-select:focus {
            border-color: var(--brand-brown, #7b500e);
            box-shadow: 0 0 0 3px rgba(123, 80, 14, 0.15);
            outline: none;
        }
        .btn-theme {
            background: var(--brand-brown, #7b500e);
            color: #ffffff;
            font-weight: 600;
            padding: 12px 25px;
            border-radius: 6px;
            border: none;
            width: 100%;
            font-size: 16px;
            transition: all 0.3s ease;
            margin-top: 15px;
            box-shadow: 0 4px 12px rgba(123, 80, 14, 0.2);
        }
        .btn-theme:hover {
            background: #5c3b0a;
            color: #ffffff;
            box-shadow: 0 6px 15px rgba(123, 80, 14, 0.3);
            transform: translateY(-1px);
        }
        .input-icon-group {
            position: relative;
        }
        .input-icon-group i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #a08e7a;
            font-size: 16px;
        }
        .input-icon-group .form-control, .input-icon-group .form-select {
            padding-left: 42px;
        }
		        .forgot-card { background: #fff; padding: 40px; border: 1px solid var(--brand-gold); margin: 50px auto; max-width: 400px; }
        .form-control { border: 1px solid var(--brand-gold); padding: 12px; margin-bottom: 20px; }

		/* Testimonial List & Layout Enhancements */
        .testimonial-wide-card {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            padding: 24px;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
            position: relative;
        }
        .user-avatar-img {
            width: 65px;
            height: 65px;
            object-fit: cover;
            border-radius: 50%;
            border: 2px solid var(--brand-gold, #dfb160);
        }
        .default-avatar-icon {
            font-size: 55px;
            color: #ccc;
            line-height: 1;
        }
        .stars-container i {
            color: #ffc107;
            margin-right: 2px;
        }
        .stars-container i.bi-star-fill-opacity {
            color: #e0e0e0;
        }
        .quote-bg-icon {
            position: absolute;
            right: 25px;
            top: 15px;
            font-size: 3.5rem;
            color: rgba(0, 0, 0, 0.04);
            line-height: 1;
            pointer-events: none;
        }
        .sticky-form-panel {
            position: -webkit-sticky;
            position: sticky;
            top: 120px;
        }
		
	
		