.elementor-1000635 .elementor-element.elementor-element-6101953{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1000635 .elementor-element.elementor-element-50eb92c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1000635 .elementor-element.elementor-element-5dd0696{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1000635 .elementor-element.elementor-element-f22c27c{--display:flex;}.elementor-1000635 .elementor-element.elementor-element-b0dad92{--display:flex;}.elementor-1000635 .elementor-element.elementor-element-f7360a2 .glozin-accordion__title{font-size:15px;font-weight:400;}.elementor-1000635 .elementor-element.elementor-element-0c165a1{--display:flex;}.elementor-1000635 .elementor-element.elementor-element-3e62170 .glozin-accordion__title{font-size:15px;font-weight:400;}.elementor-1000635 .elementor-element.elementor-element-eada2f6{--display:flex;}.elementor-1000635 .elementor-element.elementor-element-7e395fe .glozin-accordion__title{font-size:15px;font-weight:400;}.elementor-1000635 .elementor-element.elementor-element-00671bf{--display:flex;}.elementor-1000635 .elementor-element.elementor-element-b56eb66 .glozin-accordion__title{font-size:15px;font-weight:400;}@media(min-width:768px){.elementor-1000635 .elementor-element.elementor-element-50eb92c{--content-width:1600px;}.elementor-1000635 .elementor-element.elementor-element-5dd0696{--width:35%;}.elementor-1000635 .elementor-element.elementor-element-f22c27c{--width:72%;}}/* Start custom CSS for html, class: .elementor-element-2b124c6 *//* Main Container Styling */
.ada-tabs-container {
    max-width: 400px; /* छोटा साइज़ */
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Tab Header Styling */
.tab-header {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    /* Background and Text Color */
    background-color: #f5f5dc; /* हल्का भूरा/Beige - Content Area Color */
    color: #333; /* Dark Text */
    border-bottom: 1px solid #e0e0e0;
}

/* Active/Selected Tab Header Styling (About Ada style) */
.tab-header.active {
    background-color: #d2b48c; /* गहरा भूरा/Tan - Header Color */
    color: #000; /* Black Text */
    font-weight: bold;
    border-bottom: none;
}

/* Hover effect for all tabs */
.tab-header:hover:not(.active) {
    background-color: #eee;
}

/* Content Area Styling */
.tab-content {
    display: none; /* By default hidden */
    padding: 15px;
    background-color: #000; /* Content Background Black */
    color: #fff; /* White Text for black background */
    border-radius: 0 0 5px 5px; /* Bottom corners rounded */
}

/* Remove border from the last header */
.ada-tabs-container .tab-header:last-of-type {
    border-bottom: none;
}

/* Adjust padding for content inside the container */
.tab-content p {
    margin: 0;
}
#content-about-ada,
#content-orders,
#content-order-detail,
#content-order-payments {
    /* सभी को छिपाओ */
    display: none; 
}

#content-about-ada {
    /* पहले को दिखाओ */
    display: block; 
}
.page-header{
    display: none!important;
}/* End custom CSS */