/* =========================================
   POLITICAL SARTHI - CUSTOM UI CLASSES
   ========================================= */

body.ps-body-wrapper {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Navbar Links */
.ps-nav-link {
    color: #374151; /* Dark Gray */
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
/*.rxs-team-img img{*/
/*    object-fit: contain !important;*/
/*}*/

.ps-nav-link:hover {
    color: #ea580c; /* Theme Orange */
}

.ps-nav-link.ps-active {
    color: #ea580c;
    border-bottom-color: #ea580c;
}

/* Buttons */
.ps-btn-dark {
    background-color: #0b1528; /* Theme Navy Blue */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.ps-btn-dark:hover {
    background-color: #1a2a47;
    color: #ffffff;
}

/* Offcanvas Customization */
.ps-mobile-offcanvas {
    width: 300px !important;
}/* =========================================
   CORE SERVICES SECTION (PIXEL PERFECT UI)
   ========================================= */

.ps-services-wrap {
    background-color: #ffffff;
    padding: 20px 0;
}

.ps-subtitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ps-subtitle-line {
    width: 14px;
    height: 2px;
    background-color: #ea580c;
    display: none;
}

.ps-title-main {
    color: #0b1528;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 50px;
}

/* 6-Column Grid for Desktop */
.ps-core-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.ps-core-grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .ps-core-grid { grid-template-columns: repeat(3, 1fr); }
    #btn-short{
        width: 13%;
    }
    
    #btn-feature{
        width: 65%;
    }
    .ps-ab-feature-grid{
        margin-top: 80px;
    }
    .btn-flex{
        justify-content: space-between;
        display: flex;
    }
      .ps-course-img-box {
    position: relative;
    height: 220px;
    width: 100%;
}

.ps-course-img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    aspect-ratio: 3/4;
}

}
@media (max-width: 768px) {
   .ps-title-main {
       font-size: 28px;
   }
   .ps-consul-form-card{
       padding: 12px;
   }
  
   .ps-bb-left p{
       text-align: center;
   }
   .ps-bb-left h3{
       text-align: center;
   }
   .ps-pp-wrapper{
       padding-bottom: 0px !important;
   }
   .ps-btn-orange-solid{
       margin: auto;
   }
   .ps-btn-navy{
       left: 25px;
       position: relative;
       font-size:10px !important;
       width: 95% !important;
   }
   .ps-btn-whatsapp{
       width: 85% !important;
   }
   .ps-contact-card-title{
       text-align: center;
   }
   .ps-contact-card-title::after{
       left: 45% !important;
   }
   .ps-btn-white{
       margin-left: 90px;
   }
   #btn-width{
       width: 75% !important;
       margin: auto;
   }
   .ps-ab-why-title{
       text-align: center;
   }
   .ps-course-btn2{
    width: 80% !important;
    margin: auto;
}
.ps-course-btn{
    width: 80% !important;
    margin: auto;
}
   .banner-mbl{
       aspect-ratio: 10/12;
   }
   .ps-course-img-box {
    position: relative;
    height: 200px;
    width: 100%;
}

.ps-course-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
   .ps-btn-dark{
       font-size: 9px;
   }
    #btn-short{
        width: 56%;
    }
     #btn-feature{
        justify-content: center;
    }
   .ps-why-title {
       font-size:24px !important;
       text-align: center;
   }
   .ps-why-desc{
       text-align: center;
   }
   .ps-course-subtitle{
       text-align: center;
       justify-content: center;
   }
   .ps-course-title{
       font-size:24px !important;
       text-align: center;
   }
   .ps-why-subtitle {
       text-align: center;
   }
   .center-txt{
       text-align: center;
   }
   .ps-ab-title{
       font-size: 24px !important;
   }
   .ps-ab-desc{
       max-width: 100% !important;
       font-size:14px !important;
   }
   .ps-ab-story-title{
       font-size:24px !important;
   }
   .ps-faq-title{
       text-align: center;
   }
   .ps-consul-title{
       font-size:32px !important;
   }
   .ps-btn-orange-full{
       width: 100% !important;
   }
   .ps-bottom-cta-text h3{
       font-size: 18px !important;
   }
   .ps-contact-li{
       flex-direction: column !important;
       justify-content: center !important;
       align-items:center !important;
   }
   .ps-footer-inner{
       text-align: center;
   }
   .ps-social-row{
       justify-content: center;
   }
   .ps-footer-logo{
       justify-content: center;
   }
   .ps-contact-title{
       font-size:32px !important;
   }
}
.ps-bl-select-wrap{
    display: none !important;
}

@media (min-width: 1200px) {
    .ps-core-grid { 
        grid-template-columns: repeat(6, 1fr); 
        gap: 20px; 
    }
     .ps-core-grid2 { 
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px; 
    }
}

/* Exact Card Shape */
.ps-core-card {
    border: 1px solid #f3f4f6; /* Very light gray border */
    border-radius: 120px 120px 20px 20px; /* Perfect top arch */
    padding: 35px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s ease;
    height: 100%;
}

.ps-core-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-color: #ea580c;
    transform: translateY(-5px);
}

/* Icon Setup */
.ps-icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

/* Option 2: Center White Glow Effect */
.ps-icon-bg-orange { 
    background: radial-gradient(circle at center, #cc878754 0%, #ea580c 55%); 
    color: #ffffff; /* Icon dark blue kar diya taaki white glow ke upar saaf dikhe */
}
.ps-icon-bg-navy {  background: radial-gradient(circle at center, #cc878754 0%, #0b1528 56%); 
    color: #ffffff; /* Icon dark blue kar diya taaki white glow ke upar saaf dikhe */ }

/* Text Setup */
.ps-core-title {
    color: #0b1528;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
}

.ps-core-desc {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
    flex-grow: 1;
}

/* Explore Link (Text Dark, Arrow Orange) */
.ps-core-explore {
    color: #0b1528;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.ps-core-explore i {
    color: #ea580c;
    transition: transform 0.3s ease;
}

.ps-core-card:hover .ps-core-explore {
    color: #ea580c;
}

.ps-core-card:hover .ps-core-explore i {
    transform: translateX(4px);
}

/* =========================================
   WHY CHOOSE US (TIMELINE SECTION)
   ========================================= */

.ps-why-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.ps-why-container {
    background-color: #0b1528; /* Theme Dark Navy */
    border-radius: 20px;
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(11, 21, 40, 0.15);
    background-image: radial-gradient(circle at top right, rgba(234,88,12,0.05), transparent 50%);
}

/* Left Content */
.ps-why-subtitle {
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    display: block;
}

.ps-why-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}

.ps-why-desc {
    color: #9ca3af; /* Light Gray */
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 280px;
}

/* Timeline Layout */
.ps-timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}

/* The Dotted Connecting Line */
.ps-timeline-line {
    position: absolute;
    top: 40px; /* Center of the 80px icons */
    left: 5%;
    right: 5%;
    height: 0;
    border-top: 2px dotted #ea580c;
    opacity: 0.6;
    z-index: 1;
}

/* Individual Timeline Step */
.ps-timeline-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 18%; /* Even spacing for 5 items */
}

/* Icons */
.ps-step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    background-color: #0b1528; /* Matches background to cover the line */
    border: 3px solid transparent;
}

.ps-icon-filled { background-color: #ea580c; color: #ffffff; }
.ps-icon-outline { border-color: #ea580c; color: #ffffff; }
.ps-icon-plain { color: #ffffff; }

/* Step Text */
.ps-step-num {
    color: #ea580c;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}

.ps-step-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ps-step-desc {
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.5;
    max-width: 160px;
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .ps-why-container { padding: 40px 20px; }
    .ps-why-desc { max-width: 100%; }
    .ps-timeline-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding-left: 30px;
    }
    .ps-timeline-line {
        top: 0;
        bottom: 0;
        left: 59px; /* Align with center of icons */
        width: 0;
        height: 100%;
        border-top: none;
        border-left: 2px dotted #ea580c;
    }
    .ps-step-icon {
    width: 80px ;
    height: 60px;
 }
 .ps-faq-wrap {
    padding: 30px 0 120px !important;}
    .ps-timeline-step {
        width: 100%;
        flex-direction: row;
        text-align: left;
        gap: 20px;
    }
    .ps-step-desc { max-width: 100%; }
}
/* =========================================
   OUR COURSES SECTION (PIXEL PERFECT UI)
   ========================================= */

.ps-course-wrapper {
    background-color: #f8fafc;
    padding: 25px 0;
}

/* Header Setup */
.ps-course-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.ps-course-subtitle {
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ps-course-subtitle::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ea580c;
    border-radius: 50%;
}

.ps-course-title {
    color: #0b1528;
    font-size: 32px;
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 0;
}

.ps-view-all {
    color: #ea580c;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.ps-view-all:hover {
    color: #c2410c;
}

.ps-view-all:hover i {
    transform: translateX(4px);
}

/* Card General Setup */
.ps-course-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ps-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Image & Floating Elements */


.ps-course-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ps-course-avatar {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

/* Card Body Content */
.ps-course-body {
    padding: 35px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-card-heading {
    font-size: 18px;
    font-weight: 800;
    color: #0b1528;
    margin-bottom: 12px;
    line-height: 1.4;
}

.ps-course-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.ps-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ps-card-desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.ps-course-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.ps-course-btn2 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.ps-course-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}
.ps-course-btn2{
    background: yellow !important;
}

/* Color Themes based on UI */
/* Orange */
.ps-theme-orange .ps-course-badge,
.ps-theme-orange .ps-course-avatar,
.ps-theme-orange .ps-course-btn { background-color: #ea580c; }
.ps-theme-orange .ps-meta-item i { color: #ea580c; }

/* Blue */
.ps-theme-blue .ps-course-badge,
.ps-theme-blue .ps-course-avatar,
.ps-theme-blue .ps-course-btn { background-color: #1d4ed8; }
.ps-theme-blue .ps-meta-item i { color: #1d4ed8; }

/* Green */
.ps-theme-green .ps-course-badge,
.ps-theme-green .ps-course-avatar,
.ps-theme-green .ps-course-btn { background-color: #16a34a; }
.ps-theme-green .ps-meta-item i { color: #16a34a; }

/* Carousel Arrows Setup */
.ps-carousel-arrow {
    width: 40px;
    height: 40px;
    background-color: #0b1528;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
}

.ps-carousel-arrow:hover { background-color: #ea580c; }

/* =========================================
   OUR GALLERY / TEAM SECTION (THEME MATCHED)
   ========================================= */

.ps-gallery-wrapper {
    padding: 20px 0;
    background-color: #ffffff;
}

/* Grid Setup */
.ps-gallery-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
}

@media (min-width: 640px) { .ps-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .ps-gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .ps-gallery-grid { grid-template-columns: repeat(4, 1fr); } }

/* Card Setup */
.ps-gallery-card {
    /*background: #ffffff;*/
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #000000;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.03);*/
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.ps-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Image Setup */
.ps-gallery-img-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.ps-gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.ps-gallery-card:hover .ps-gallery-img-box img {
    /*transform: scale(1.08);*/
}

/* Info Setup */
.ps-gallery-info {
    padding: 24px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-gallery-name {
    color: #0b1528; /* Theme Navy */
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.ps-gallery-role {
    color: #6b7280; /* Gray */
    font-size: 14px;
    font-weight: 600;
}

.ps-gallery-btn-wrap {
    margin-top: 50px;
    text-align: center;
}

/* =========================================
   TESTIMONIALS SECTION (PIXEL PERFECT UI)
   ========================================= */

.ps-testi-wrap {
    background-color: #f8fafc;
    padding: 20px 0;
    overflow: hidden;
}

/* Slider Container */
.ps-testi-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.ps-testi-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 20px;
    width: 100%;
}

.ps-testi-slider::-webkit-scrollbar {
    display: none;
}

/* Individual Card */
.ps-testi-card {
    flex: 0 0 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease;
}

.ps-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

@media (min-width: 768px) {
    .ps-testi-card { 
        flex: 0 0 calc(50% - 12px); 
        flex-direction: row; 
        align-items: stretch; 
    }
}

@media (min-width: 1024px) {
    .ps-testi-card { 
        flex: 0 0 calc(33.333% - 16px); 
    }
}

/* Left: Image Container */
.ps-testi-img-wrap {
    width: 100%;
    padding: 16px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .ps-testi-img-wrap { 
        width: 160px; 
        padding-right: 0; 
    }
}
@media (max-width: 768px) {
    .ps-testi-arrow {
    width: 15px !important;
    height: 15px !important;
    background: none !important;
    color: #000000 !important;
}


}

.ps-testi-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

/* Right: Content */
.ps-testi-content {
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-testi-quote-mark {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #f3f4f6;
    font-size: 32px;
    line-height: 1;
    z-index: 1;
}

.ps-testi-text {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    font-style: italic;
}

.ps-testi-stars {
    color: #f59e0b;
    font-size: 11px;
    margin-bottom: 16px;
    display: flex;
    gap: 3px;
}

.ps-testi-name {
    color: #0b1528;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 2px;
}

.ps-testi-desig {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

/* Carousel Arrows */
.ps-testi-arrow {
    width: 44px;
    height: 44px;
    background-color: #0b1528;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ps-testi-arrow:hover { background-color: #ea580c; }

/* =========================================
   FAQ SECTION (PIXEL PERFECT UI)
   ========================================= */

.ps-faq-wrap {
    padding: 30px 0 30px;
    background-color: #ffffff;
    position: relative;
}

/* Header Alignment */
.ps-faq-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
}

.ps-faq-title {
    color: #0b1528;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    justify-content: center;
}

.ps-faq-dot {
    width: 6px;
    height: 6px;
    background-color: #ea580c;
    border-radius: 50%;
}

/* 2-Column Grid */
.ps-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 30px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ps-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* FAQ Item (Pill Shape) */
.ps-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 0 24px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.ps-faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border-color: #d1d5db;
}

/* When FAQ is Open (Shape Adjusts) */
.ps-faq-item.active {
    border-radius: 20px;
    border-color: #ea580c;
    background: #fffaf7; /* Very light orange tint */
}

/* Question Button */
.ps-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    background: none;
    border: none;
    color: #0b1528;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

/* Plus/Minus Icon */
.ps-faq-icon {
    color: #ea580c;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

/* Answer Container */
.ps-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.ps-faq-answer-inner {
    padding-bottom: 20px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================
   STATS / COUNTER STRIP SECTION
   ========================================= */

.ps-stats-section {
    padding: 40px 0;
    background-color: #f8fafc; /* Adjust based on where you place it */
}

.ps-stats-container {
    background-color: #0b1528; /* Deep Navy Blue */
    border-radius: 16px;
    padding: 50px 50px;
    box-shadow: 0 20px 40px rgba(11, 21, 40, 0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* Individual Stat Item */
.ps-stats-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 180px;
    /*justify-content: center;*/
}

@media (min-width: 1024px) {
    .ps-stats-item {
        justify-content: flex-start;
    }
}

/* Icons */
.ps-stats-icon {
    font-size: 38px;
    color: #ea580c; /* Orange */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Text Content */
.ps-stats-text {
    display: flex;
    flex-direction: column;
}

.ps-stats-num {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.ps-stats-label {
    color: #9ca3af; /* Light Gray */
    font-size: 13px;
    font-weight: 500;
    margin-top: 2px;
}

/* Custom Divider with Orange Dot */
.ps-stats-divider {
    position: relative;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1); /* Very subtle line */
    display: none;
}

@media (min-width: 1024px) {
    .ps-stats-divider {
        display: block; /* Only show lines on desktop */
    }
}

.ps-stats-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #ea580c; /* Orange Dot */
    border-radius: 50%;
}

/* =========================================
   PRE-FOOTER CTA BANNER (EXACT UI)
   ========================================= */

.ps-footer-wrapper {
    background-color: #0b1528; /* Footer Dark Background */
    position: relative;
    margin-top: 80px; /* Space for the floating banner */
}

.ps-cta-box {
    background-color: #ea580c;
    border-radius: 12px;
    padding: 35px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    transform: translateY(-50%); /* Pulls the banner up to overlap section above */
    margin-bottom: -50px; /* Compensates for the transform */
    box-shadow: 0 15px 30px rgba(234, 88, 12, 0.2);
}

@media (min-width: 992px) {
    .ps-cta-box {
        flex-direction: row;
    }
}
@media (max-width: 992px) {
    .ps-cta-box {
         padding: 35px 30px;
         transform: translateY(-25%);
    }
    .ps-footer-inner{
        padding-top: 0px;
    }
    
}

.ps-cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ps-cta-icon-wrap {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ps-cta-icon-wrap i {
    color: #ea580c;
    font-size: 30px;
}

.ps-cta-text h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 4px 0;
}

.ps-cta-text p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    margin: 0;
}

.ps-btn-navy {
    background-color: #0b1528;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
}

.ps-btn-navy:hover {
    background-color: #1a2a47;
    color: #ffffff;
    transform: translateY(-2px);
}

/* =========================================
   MAIN FOOTER (EXACT UI)
   ========================================= */

.ps-footer-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

.ps-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 30px;
}

@media (min-width: 640px) { .ps-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { 
    .ps-footer-grid { grid-template-columns: 2fr 1.2fr 1.5fr 1.2fr 1.8fr; } 
}

/* Logo & About */
.ps-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.ps-footer-logo img {
    height: 160px; /* Adjust according to actual logo */
}

.ps-footer-desc {
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-right: 20px;
}

.ps-social-row {
    display: flex;
    gap: 12px;
}

.ps-social-circle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
}

.ps-social-circle:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    color: #ffffff;
}

/* Links Columns */
.ps-footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ps-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ps-footer-list a {
    color: #9ca3af;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

.ps-footer-list a:hover {
    color: #ea580c;
}

/* Contact Details */
.ps-contact-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ps-contact-li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.5;
}

.ps-contact-li i {
    color: #ea580c; /* Orange Icons */
    font-size: 16px;
    margin-top: 2px;
}

.ps-contact-li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}

.ps-contact-li a:hover { color: #ea580c; }

/* Copyright Bottom */
.ps-footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 24px;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
}

.ps-footer-copy a {
    color: #ffffff;
    text-decoration: underline;
}

/* Back to Top */
.ps-back-top {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    background-color: #ea580c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.ps-back-top:hover {
    background-color: #c2410c;
    transform: translateY(-3px);
}

/* =========================================
   ABOUT US PAGE (100% EXACT UI CLONE)
   ========================================= */

/* Hero Section */
.ps-ab-hero { padding: 40px 0 60px; background-color: #ffffff; }
.ps-ab-breadcrumb { font-size: 13px; font-weight: 700; margin-bottom: 30px; color: #0b1528; }
.ps-ab-breadcrumb .active { color: #ea580c; }
.ps-ab-subtitle { color: #ea580c; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 8px; }
.ps-ab-title { color: #0b1528; font-size: 40px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.ps-ab-title span { color: #ea580c; }
.ps-ab-desc { color: #4b5563; font-size: 15px; line-height: 1.6; max-width: 90%; }

.ps-ab-hero-img-box { position: relative; border-radius: 16px; overflow: hidden; height: 100%; min-height: 200px; }
.ps-ab-hero-img { width: 100%; height: 100%; object-fit: cover; }
.ps-ab-badge { position: absolute; bottom: 0; left: 0; background-color: #0b1528; border-top-right-radius: 16px; border-bottom-left-radius: 16px; padding: 20px 30px; display: flex; align-items: center; gap: 16px; display:none; }
.ps-ab-badge-icon { color: #ea580c; font-size: 36px; line-height: 1; }
.ps-ab-badge-text h4 { color: #ffffff; font-size: 22px; font-weight: 800; margin: 0; line-height: 1.2; }
.ps-ab-badge-text p { color: rgba(255,255,255,0.8); font-size: 13px; margin: 0; }

/* Our Story Section */
.ps-ab-story { padding: 60px 0; background-color: #ffffff; border-top: 1px solid #f3f4f6; border-radius: 40px 40px 0 0; margin-top: -30px; position: relative; z-index: 10; }
.ps-ab-story-title { color: #0b1528; font-size: 32px; font-weight: 800; margin-bottom: 24px; line-height: 1.3; }
.ps-ab-story-text { color: #4b5563; font-size: 14px; line-height: 1.7; margin-bottom: 16px; }

.ps-ab-feature-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 24px; }
@media (min-width: 640px) { .ps-ab-feature-grid { grid-template-columns: repeat(2, 1fr); } }
.ps-ab-feat-item { display: flex; gap: 16px; align-items: flex-start; }
.ps-ab-feat-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.ps-ab-feat-orange { background-color: #ea580c; color: #ffffff; }
.ps-ab-feat-navy { background-color: #2b3b5e; color: #ffffff; }
.ps-ab-feat-content h4 { color: #0b1528; font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.ps-ab-feat-content p { color: #6b7280; font-size: 13px; line-height: 1.5; margin: 0; }

/* Mission & Vision Cards */
.ps-ab-mv-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 50px; }
@media (min-width: 1024px) { .ps-ab-mv-grid { grid-template-columns: repeat(2, 1fr); } }
.ps-ab-mv-card { border-radius: 16px; padding: 40px; }
.ps-ab-mission { background-color: #fff7ed; } /* Light Orange */
.ps-ab-vision { background-color: #eff6ff; } /* Light Blue */

.ps-ab-mission-subtitle { color: #ea580c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.ps-ab-vision-subtitle { color: #2563eb; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }

.ps-ab-mv-icon-lg { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #ffffff; margin-bottom: 20px; }
.ps-icon-orange-bg { background-color: #ea580c; }
.ps-icon-blue-bg { background-color: #2563eb; }

.ps-ab-mv-title { color: #0b1528; font-size: 22px; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.ps-ab-mv-desc { color: #4b5563; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }

.ps-ab-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-ab-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: #111827; font-weight: 600; line-height: 1.5; }
.ps-ab-mission .ps-ab-list li i { color: #ea580c; font-size: 16px; margin-top: 1px; }
.ps-ab-vision .ps-ab-list li i { color: #2563eb; font-size: 16px; margin-top: 1px; }

/* Why Choose Section */
.ps-ab-why { padding: 50px 0; background-color: #ffffff; }
.ps-ab-why-header { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 40px; }
.ps-ab-why-title { color: #111827; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; }
.ps-ab-why-line { width: 30px; height: 1px; background-color: #d1d5db; }
.ps-ab-why-dot { width: 4px; height: 4px; background-color: #ea580c; border-radius: 50%; }

.ps-ab-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 15px; }
@media (min-width: 768px) { .ps-ab-why-grid { grid-template-columns: repeat(3, 1fr); } .s-section{ margin:auto;}  }
@media (min-width: 1024px) { .ps-ab-why-grid { grid-template-columns: repeat(6, 1fr); gap: 20px; } }

.ps-ab-why-item { text-align: center; }
.ps-ab-why-icon { font-size: 36px; margin-bottom: 12px; }
.ps-ab-why-item:nth-child(odd) .ps-ab-why-icon { color: #ea580c; }
.ps-ab-why-item:nth-child(even) .ps-ab-why-icon { color: #0b1528; }
.ps-ab-why-item h4 { color: #0b1528; font-size: 14px; font-weight: 800; margin-bottom: 8px; }
.ps-ab-why-item p { color: #6b7280; font-size: 12px; line-height: 1.5; margin: 0; }

/* Founder Section */
.ps-ab-founder { padding: 60px 0 80px; background-color: #ffffff; }
.ps-ab-f-title { color: #ea580c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; display: block; }
.ps-ab-f-name { color: #0b1528; font-size: 32px; font-weight: 800; margin-bottom: 4px; }
.ps-ab-f-role { color: #ea580c; font-size: 14px; font-weight: 700; margin-bottom: 20px; }
.ps-ab-f-desc { color: #4b5563; font-size: 14px; line-height: 1.6; margin-bottom: 30px; }

.ps-ab-f-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.ps-ab-f-badge { border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; flex: 1; min-width: 140px; background: #ffffff; }
.ps-ab-f-b-icon { color: #ea580c; font-size: 26px; }
.ps-ab-f-b-text h5 { color: #111827; font-size: 16px; font-weight: 800; margin: 0; line-height: 1.2; }
.ps-ab-f-b-text p { color: #6b7280; font-size: 11px; margin: 0; text-transform: uppercase; font-weight: 600; }


/* =========================================
   CONTACT US PAGE (100% EXACT UI CLONE)
   ========================================= */

/* Hero Section */
.ps-contact-hero {
    background-image: linear-gradient(rgba(11, 21, 40, 0.8), rgba(11, 21, 40, 0.8)), url('../images/mission.jpg'); /* Adjust image path if needed */
    background-size: cover;
    background-position: center;
    padding: 60px 0 100px; /* Extra padding at bottom for overlap */
}

.ps-contact-breadcrumb { font-size: 14px; font-weight: 700; color: #ffffff; }
.ps-contact-breadcrumb a { color: #ffffff; text-decoration: none; }
.ps-contact-breadcrumb .active { color: #ea580c; }

/* Main Header */
.ps-contact-header-section {
    background-color: #ffffff;
    border-radius: 40px 40px 0 0;
    margin-top: 100px;
    padding: 60px 0 40px;
    text-align: center;
}
.ps-contact-subtitle { color: #ea580c; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.ps-contact-title { color: #0b1528; font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.ps-contact-title span { color: #ea580c; }
.ps-contact-desc { color: #6b7280; font-size: 15px; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* Grid & Cards Layout */
.ps-contact-main-bg { background-color: #f8fafc; padding-bottom: 80px; }
.ps-contact-grid { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 1100px; margin: 0 auto; }
@media (min-width: 992px) { .ps-contact-grid { grid-template-columns: 1fr 1.5fr; } }

.ps-contact-card { background: #ffffff; border-radius: 20px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.04); }
.ps-contact-card-title { color: #0b1528; font-size: 20px; font-weight: 800; margin-bottom: 24px; position: relative; padding-bottom: 12px; }
.ps-contact-card-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: #ea580c; }

/* Left Info Content */
.ps-contact-info-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.ps-contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.ps-contact-icon-circle { width: 44px; height: 44px; background-color: #ea580c; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ps-contact-info-text h4 { color: #0b1528; font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.ps-contact-info-text p { color: #4b5563; font-size: 13px; line-height: 1.5; margin: 0; }

.ps-btn-whatsapp { display: flex; justify-content: space-between; align-items: center; background-color: green; color: #ffffff; padding: 14px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; transition: background 0.3s; margin-bottom: 30px; }
.ps-btn-whatsapp:hover { background-color: #1a2a47; color: #ffffff; }

.ps-contact-social-title { font-size: 13px; font-weight: 800; color: #0b1528; margin-bottom: 12px; }
.ps-contact-socials { display: flex; gap: 12px; }
.ps-contact-socials a { width: 36px; height: 36px; border: 1px solid #d1d5db; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0b1528; font-size: 14px; transition: all 0.3s; text-decoration: none; }
.ps-contact-socials a:hover { border-color: #ea580c; color: #ea580c; }

/* Right Form Content */
.ps-form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
@media (min-width: 640px) { .ps-form-grid { grid-template-columns: repeat(2, 1fr); } }

.ps-input-group { position: relative; width: 100%; }
.ps-input-field { width: 100%; padding: 14px 45px 14px 16px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #0b1528; transition: border-color 0.3s; background-color: #ffffff; }
.ps-input-field:focus { outline: none; border-color: #ea580c; }
.ps-input-icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #9ca3af; font-size: 14px; pointer-events: none; }

.ps-textarea-field { width: 100%; padding: 16px; padding-right: 45px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #0b1528; transition: border-color 0.3s; resize: none; }
.ps-textarea-field:focus { outline: none; border-color: #ea580c; }
.ps-textarea-icon { position: absolute; right: 16px; bottom: 16px; color: #9ca3af; font-size: 14px; pointer-events: none; }

.ps-btn-submit { background-color: #ea580c; color: #ffffff; padding: 14px 32px; border: none; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; transition: background 0.3s; display: flex; align-items: center; gap: 8px; margin:auto; }
.ps-btn-submit:hover { background-color: #c2410c; }
.ps-form-security { margin-top: 16px; font-size: 12px; color: #6b7280; display: flex; align-items: center; gap: 6px;justify-self:center;  }

/* Orange CTA Banner */
.ps-contact-cta { background: linear-gradient(135deg, #ea580c, #9a2b00); border-radius: 16px; padding: 40px; margin: 60px 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 24px; position: relative; overflow: hidden; }
@media (min-width: 768px) { .ps-contact-cta { flex-direction: row; } }
.ps-cta-left { display: flex; align-items: center; gap: 20px; z-index: 2; }
.ps-cta-icon-group { width: 70px; height: 70px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 32px; flex-shrink: 0; }
.ps-cta-text h3 { color: #ffffff; font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.ps-cta-text p { color: rgba(255,255,255,0.9); font-size: 14px; margin: 0; max-width: 400px; }
.ps-btn-white { background-color: #ffffff; color: #ea580c; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.3s; z-index: 2; }
.ps-btn-white:hover { transform: translateY(-2px); }

/* 4 Info Cards Grid */
.ps-info-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px; margin-bottom: 60px; }
@media (min-width: 640px) { .ps-info-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ps-info-grid { grid-template-columns: repeat(4, 1fr); } }
.ps-info-box { background: #ffffff; border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.03); }
.ps-info-box h5 { color: #0b1528; font-size: 14px; font-weight: 800; margin-bottom: 6px; }
.ps-info-box p { color: #6b7280; font-size: 12px; line-height: 1.5; margin: 0; }

/* Map Wrapper */
.ps-map-wrap { border-radius: 20px; overflow: hidden; height: 400px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

/* =========================================
   CONSULTATION PAGE (100% EXACT UI CLONE)
   ========================================= */

/* Hero Section */
.ps-consul-hero {
   background: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url(../images/mission.jpg) center / cover;
    padding: 60px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ps-consul-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-image: radial-gradient(#ea580c 2px, transparent 2px);
    background-size: 24px 24px;
    opacity: 0.2;
}
.ps-consul-hero-content { position: relative; z-index: 10; margin-top:15px; }
.ps-consul-breadcrumb { font-size: 14px; font-weight: 700; color: #ffffff; margin-bottom: 20px; }
.ps-consul-breadcrumb a { color: #ffffff; text-decoration: none; }
.ps-consul-breadcrumb .active { color: #ea580c; }
.ps-consul-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(90deg, #f43f5e, #ea580c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}
.ps-consul-title-line { width: 120px; height: 4px; background: linear-gradient(90deg, #f43f5e, #ea580c); margin: 0 auto 20px; border-radius: 2px; }
.ps-consul-desc { color: #000000; font-size: 15px; max-width: 500px; margin: 0 auto; line-height: 1.6; }

/* Main Layout */
.ps-consul-wrapper { background-color: #f8fafc; padding: 60px 0; }
.ps-consul-layout { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 992px) { .ps-consul-layout { grid-template-columns: 340px 1fr; } }

/* Left Sidebar (Dark Card) */
.ps-consul-sidebar { background-color: #0b1528; border-radius: 16px; padding: 40px 30px; color: #ffffff; }
.ps-sidebar-title { font-size: 18px; font-weight: 800; margin-bottom: 24px; position: relative; padding-bottom: 10px; }
.ps-sidebar-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; background-color: #ea580c; }

.ps-sidebar-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; }
.ps-sidebar-item { display: flex; gap: 16px; align-items: flex-start; }
.ps-sidebar-icon { width: 44px; height: 44px; background-color: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ps-sidebar-text h5 { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: #ffffff; }
.ps-sidebar-text p { font-size: 13px; color: #9ca3af; line-height: 1.5; margin: 0; }

.ps-sidebar-divider { height: 1px; background-color: rgba(255,255,255,0.1); margin: 30px 0; }
.ps-sidebar-contact { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.ps-sidebar-contact-item { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; color: #ffffff; }
.ps-sidebar-contact-item i { color: #ea580c; font-size: 16px; }

.ps-btn-wa-light { background-color: #ffffff; color: #0b1528; display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; transition: background 0.3s; }
.ps-btn-wa-light:hover { background-color: #f3f4f6; }

/* Right Form Card */
.ps-consul-form-card { background: #ffffff; border-radius: 16px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.03); }
.ps-form-heading { font-size: 20px; font-weight: 800; color: #0b1528; margin-bottom: 30px; position: relative; padding-bottom: 12px; }
.ps-form-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: #ea580c; }

.ps-form-row { display: grid; grid-template-columns: 1fr; gap: 20px 24px; margin-bottom: 20px; }
@media (min-width: 768px) { .ps-form-row { grid-template-columns: repeat(2, 1fr); } }

.ps-form-group { display: flex; flex-direction: column; gap: 8px; }
.ps-form-label { font-size: 13px; font-weight: 700; color: #0b1528; }
.ps-form-label span.req { color: #dc2626; } /* Red asterisk */

/* Input Layout with Left Icon */
.ps-input-wrap-left { position: relative; display: flex; align-items: center; }
.ps-input-wrap-left i { position: absolute; left: 16px; color: #9ca3af; font-size: 15px; pointer-events: none; }
.ps-input-with-icon { width: 100%; padding: 12px 16px 12px 45px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #0b1528; transition: all 0.3s; background-color: #ffffff; outline: none; }
.ps-input-with-icon:focus { border-color: #ea580c; box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1); }
.ps-input-with-icon::placeholder { color: #9ca3af; }

.ps-textarea-with-icon { width: 100%; padding: 12px 16px 12px 45px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #0b1528; transition: all 0.3s; background-color: #ffffff; outline: none; resize: none; min-height: 120px; }
.ps-textarea-with-icon:focus { border-color: #ea580c; box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1); }
.ps-textarea-icon { position: absolute;  top: 14px; color: #9ca3af; font-size: 15px; pointer-events: none; }

/* Security Alert & Button */
.ps-security-alert { background-color: #fffaf5; border: 1px solid #fed7aa; border-radius: 8px; padding: 16px; display: flex; align-items: flex-start; gap: 14px; margin: 30px 0; }
.ps-security-alert i { color: #ea580c; font-size: 20px; margin-top: 2px; }
.ps-security-text h6 { color: #c2410c; font-size: 13px; font-weight: 800; margin-bottom: 4px; }
.ps-security-text p { color: #9a3412; font-size: 12px; margin: 0; }

.ps-btn-orange-full { width: 100%; background-color: #ea580c; color: #ffffff; padding: 16px; border: none; border-radius: 8px; font-weight: 800; font-size: 15px; cursor: pointer; transition: background 0.3s; display: flex; justify-content: center; align-items: center; gap: 10px; }
.ps-btn-orange-full:hover { background-color: #c2410c; }
.ps-hidden-block { display: none !important; }

/* Features Section */
.ps-consul-feat { background-color: #ffffff; padding: 60px 0; }
.ps-feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 15px; margin-top: 50px; }
@media (min-width: 768px) { .ps-feat-grid { grid-template-columns: repeat(3, 1fr); } #orange-btn{width:30% !important; } }
@media (min-width: 1024px) { .ps-feat-grid { grid-template-columns: repeat(5, 1fr); } }
.ps-feat-card { text-align: center; }
.ps-feat-icon-bg { width: 65px; height: 65px; background-color: #fff7ed; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ps-feat-icon-bg i { color: #ea580c; font-size: 24px; }
.ps-feat-card h5 { font-size: 14px; font-weight: 800; color: #0b1528; margin-bottom: 8px; }
.ps-feat-card p { font-size: 12px; color: #6b7280; line-height: 1.5; margin: 0; }

/* Bottom CTA Banner */
.ps-consul-bottom-cta { background: linear-gradient(rgba(11, 21, 40, 0.8), rgba(11, 21, 40, 0.8)), url('../images/mission.jpg') center/cover; border-radius: 16px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 60px 0; }
@media (min-width: 768px) { .ps-consul-bottom-cta { flex-direction: row; } }
.ps-bottom-cta-left { display: flex; align-items: center; gap: 20px; }
.ps-bottom-cta-icon { width: 75px; height: 75px; background-color: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 32px; flex-shrink: 0; }
.ps-bottom-cta-text h3 { color: #ffffff; font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.ps-bottom-cta-text p { color: rgba(255,255,255,0.9); font-size: 14px; margin: 0; max-width: 400px; }

/* White Stats Strip */
.ps-white-stats { background-color: #ffffff; padding: 40px 0; border-top: 1px solid #f3f4f6; }
.ps-ws-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; }
.ps-ws-item { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 180px; justify-content: center; }
@media (min-width: 1024px) { .ps-ws-item { justify-content: flex-start; } }
.ps-ws-icon { font-size: 40px; color: #0b1528; }
.ps-ws-text { display: flex; flex-direction: column; }
.ps-ws-num { color: #0b1528; font-size: 24px; font-weight: 800; line-height: 1.2; }
.ps-ws-label { color: #6b7280; font-size: 13px; font-weight: 600; margin-top: 2px; }
.ps-ws-divider { width: 1px; height: 40px; background-color: #e5e7eb; display: none; }
@media (min-width: 1024px) { .ps-ws-divider { display: block; } }


/* =========================================
   BLOG PAGE (100% EXACT UI CLONE)
   ========================================= */

/* Hero Section */
.ps-bl-hero {
    background: linear-gradient(rgba(11, 21, 40, 0.85), rgba(11, 21, 40, 0.85)), url('../images/mission.jpg') center/cover;
    padding: 60px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ps-bl-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-image: radial-gradient(#ea580c 2px, transparent 2px);
    background-size: 24px 24px;
    opacity: 0.2;
}
.ps-bl-hero-content { position: relative; z-index: 10; }
.ps-bl-breadcrumb { font-size: 14px; font-weight: 700; color: #ffffff; margin-bottom: 20px; }
.ps-bl-breadcrumb a { color: #ffffff; text-decoration: none; }
.ps-bl-breadcrumb .active { color: #ea580c; }
.ps-bl-hero-title { font-size: 48px; font-weight: 800; color: #ffffff; margin-bottom: 12px; }
.ps-bl-hero-desc { color: #ffffff; font-size: 15px; max-width: 500px; margin: 0 auto; line-height: 1.6; }

/* Page Wrapper & Header */
.ps-bl-wrapper { background-color: #f8fafc; padding: 50px 0 80px; }
.ps-bl-header { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; margin-bottom: 40px; gap: 20px; }
@media (min-width: 992px) { .ps-bl-header { flex-direction: row; align-items: flex-end; } }

.ps-bl-subtitle { color: #ea580c; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; display: block; }
.ps-bl-title { font-size: 36px; font-weight: 800; color: #0b1528; margin-bottom: 8px; }
.ps-bl-desc { font-size: 14px; color: #6b7280; max-width: 400px; line-height: 1.5; margin: 0; }

/* Filter Actions (No Search Bar) */
.ps-bl-actions { display: flex; gap: 16px; width: 100%; }
@media (min-width: 992px) { .ps-bl-actions { width: auto; } }
.ps-bl-select-wrap { position: relative; width: 220px; }
.ps-bl-select { width: 100%; padding: 12px 40px 12px 16px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; color: #4b5563; background-color: #ffffff; appearance: none; outline: none; cursor: pointer; }
.ps-bl-select-wrap i { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #6b7280; pointer-events: none; }

/* Layout Grid (Main + Sidebar) */
.ps-bl-layout { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .ps-bl-layout { grid-template-columns: 1fr 340px; } }

/* Featured Post */
.ps-bl-featured { background: #ffffff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; margin-bottom: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
@media (min-width: 768px) { .ps-bl-featured { flex-direction: row; } }
.ps-bl-feat-img { width: 100%; position: relative; }
@media (min-width: 768px) { .ps-bl-feat-img { width: 50%; } }
.ps-bl-feat-img img { width: 100%; height: 100%;  min-height: 300px; }
.ps-bl-badge-pink { position: absolute; top: 20px; left: 20px; background-color: #ec4899; color: #ffffff; font-size: 11px; font-weight: 800; padding: 6px 12px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.05em; }

.ps-bl-feat-content { padding: 40px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
@media (min-width: 768px) { .ps-bl-feat-content { width: 50%; } }
.ps-bl-cat-light { background-color: #fce7f3; color: #db2777; font-size: 11px; font-weight: 800; padding: 6px 12px; border-radius: 4px; text-transform: uppercase; margin-bottom: 16px; display: inline-block; }
.ps-bl-feat-title { font-size: 24px; font-weight: 800; color: #0b1528; line-height: 1.3; margin-bottom: 16px; }
.ps-bl-feat-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 24px; }
.ps-bl-meta { display: flex; gap: 16px; font-size: 12px; color: #6b7280; font-weight: 600; margin-bottom: 24px; flex-wrap: wrap; }
.ps-bl-meta span { display: flex; align-items: center; gap: 6px; }
.ps-bl-meta i { color: #ea580c; }
.ps-btn-orange-solid { background-color: #ea580c; color: #ffffff; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.3s; border: none; }
.ps-btn-orange-solid:hover { background-color: #c2410c; color: #ffffff; }

/* Grid Posts */
.ps-bl-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 640px) { .ps-bl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .ps-bl-grid { grid-template-columns: repeat(3, 1fr); } }

.ps-bl-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.02); display: flex; flex-direction: column; transition: transform 0.3s; text-decoration: none; }
.ps-bl-card:hover { transform: translateY(-5px); }
.ps-bl-card-img-wrap { position: relative; height: 200px; width: 100%; overflow: hidden; }
.ps-bl-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ps-bl-cat-badge { position: absolute; top: 16px; left: 16px; font-size: 10px; font-weight: 800; padding: 6px 12px; border-radius: 4px; text-transform: uppercase; color: #ffffff; }
.ps-bg-orange { background-color: #ea580c; }
.ps-bg-blue { background-color: #2563eb; }
.ps-bg-purple { background-color: #9333ea; }
.ps-bg-green { background-color: #16a34a; }

.ps-bl-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.ps-bl-card-meta { font-size: 11px; color: #6b7280; font-weight: 600; margin-bottom: 12px; display: flex; gap: 12px; }
.ps-bl-card-title { font-size: 16px; font-weight: 800; color: #0b1528; line-height: 1.4; margin-bottom: 12px; }
.ps-bl-card-desc { font-size: 13px; color: #6b7280; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }
.ps-bl-read-more { font-size: 13px; font-weight: 700; color: #ea580c; display: inline-flex; align-items: center; gap: 6px; }

/* Pagination */
.ps-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.ps-page-btn { width: 40px; height: 40px; border: 1px solid #e5e7eb; background: #ffffff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: #4b5563; text-decoration: none; transition: all 0.3s; }
.ps-page-btn:hover { border-color: #ea580c; color: #ea580c; }
.ps-page-btn.active { background: #ea580c; border-color: #ea580c; color: #ffffff; }

/* SIDEBAR WIDGETS */
.ps-sb-widget { background: #ffffff; border-radius: 12px; padding: 24px; margin-bottom: 30px; border: 1px solid #f3f4f6; }
.ps-sb-title { font-size: 18px; font-weight: 800; color: #0b1528; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.ps-sb-title::before { content: ''; display: block; width: 4px; height: 20px; background-color: #ea580c; border-radius: 2px; }

/* Categories */
.ps-cat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-cat-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-radius: 8px; text-decoration: none; transition: background 0.3s; }
.ps-cat-item:hover { background-color: #f8fafc; }
.ps-cat-item.active { background-color: #0b1528; }
.ps-cat-left { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: #4b5563; }
.ps-cat-item.active .ps-cat-left { color: #ffffff; }
.ps-cat-left i { color: #ea580c; font-size: 16px; }
.ps-cat-item.active .ps-cat-left i { color: #ffffff; }
.ps-cat-count { font-size: 12px; font-weight: 700; color: #ea580c; background-color: #fff7ed; padding: 4px 10px; border-radius: 20px; }
.ps-cat-item.active .ps-cat-count { background-color: rgba(255,255,255,0.1); color: #ffffff; }
.ps-btn-outline-orange { display: flex; justify-content: center; align-items: center; gap: 8px; width: 100%; padding: 12px; border: 1px solid #ea580c; color: #ea580c; font-size: 14px; font-weight: 700; border-radius: 8px; text-decoration: none; margin-top: 20px; transition: all 0.3s; }
.ps-btn-outline-orange:hover { background-color: #ea580c; color: #ffffff; }

/* Trending Posts */
.ps-trend-list { display: flex; flex-direction: column; gap: 20px; }
.ps-trend-item { display: flex; align-items: center; gap: 16px; position: relative; text-decoration: none; }
.ps-trend-num { position: absolute; left: -8px; top: -8px; width: 24px; height: 24px; background-color: #ea580c; color: #ffffff; font-size: 12px; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #ffffff; z-index: 2; }
.ps-trend-img { width: 80px; height: 60px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.ps-trend-content h4 { font-size: 13px; font-weight: 800; color: #0b1528; line-height: 1.4; margin-bottom: 6px; margin-top: 0; }
.ps-trend-content span { font-size: 11px; color: #9ca3af; font-weight: 600; }

/* Sidebar Newsletter */
.ps-sb-news { background-color: #0b1528; border-radius: 12px; padding: 30px 24px; text-align: center; }
.ps-sb-news-icon { font-size: 36px; color: #ea580c; margin-bottom: 16px; }
.ps-sb-news h4 { font-size: 18px; font-weight: 800; color: #ffffff; margin-bottom: 8px; }
.ps-sb-news p { font-size: 12px; color: #9ca3af; margin-bottom: 20px; line-height: 1.5; }
.ps-sb-news-input { width: 100%; padding: 12px 16px; border-radius: 8px; border: none; font-size: 13px; margin-bottom: 12px; outline: none; box-sizing: border-box; }
.ps-btn-orange-full { width: 100%; background-color: #ea580c; color: #ffffff; padding: 12px; border: none; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 8px; transition: background 0.3s; box-sizing: border-box; }
.ps-btn-orange-full:hover { background-color: #c2410c; }

/* Bottom Global Newsletter */
.ps-bottom-news-cta { background: linear-gradient(90deg, #ea580c, #c2410c); border-radius: 16px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 60px; }
@media (min-width: 992px) { .ps-bottom-news-cta { flex-direction: row; } }
.ps-bn-left { display: flex; align-items: center; gap: 24px; }
.ps-bn-icon { width: 70px; height: 70px; background-color: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.5); font-size: 32px; color: #ffffff; flex-shrink: 0; }
.ps-bn-text h3 { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 6px; margin-top: 0; }
.ps-bn-text p { font-size: 14px; color: rgba(255,255,255,0.9); margin: 0; max-width: 400px; line-height: 1.5; }
.ps-bn-form { display: flex; flex-direction: column; gap: 12px; width: 100%; }
@media (min-width: 576px) { .ps-bn-form { flex-direction: row; width: auto; } }
.ps-bn-input { padding: 14px 20px; border-radius: 8px; border: none; font-size: 14px; width: 100%; min-width: 280px; outline: none; }
.ps-btn-navy-solid { background-color: #0b1528; color: #ffffff; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; display: flex; align-items: center; gap: 8px; white-space: nowrap; transition: background 0.3s; justify-content: center; }
.ps-btn-navy-solid:hover { background-color: #1a2a47; }


/* =========================================
   BLOG DETAILS EXACT UI CLONE
   ========================================= */

/* Hero & Overlapping Image */
.ps-bd-hero { background: linear-gradient(rgba(11, 21, 40, 0.9), rgba(11, 21, 40, 0.9)), url('../images/mission.jpg') center/cover; padding: 60px 0 160px; text-align: center; position: relative; }
.ps-bd-breadcrumb { font-size: 13px; font-weight: 700; color: #ffffff; display: flex; justify-content: center; gap: 8px; }
.ps-bd-breadcrumb a { color: #9ca3af; text-decoration: none; }
.ps-bd-breadcrumb .active { color: #ffffff; }

.ps-bd-img-wrapper { max-width: 1200px; margin: -120px auto 40px; padding: 0 20px; position: relative; z-index: 10; }
.ps-bd-cover { width: 100%; height: auto; max-height: 500px; object-fit: cover; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); background: #fdf6e3; } /* Assuming background for image area if transparency used */

/* Layout Grid */
.ps-bd-layout { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .ps-bd-layout { grid-template-columns: 60px 1fr 320px; gap: 50px; } }

/* Left Share Column */
.ps-bd-share-wrap { position: sticky; top: 100px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.ps-bd-share-title { font-size: 11px; font-weight: 800; color: #6b7280; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.ps-bd-share-btn { width: 44px; height: 44px; border: 1px solid #e5e7eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #4b5563; font-size: 16px; text-decoration: none; transition: all 0.3s; background: #ffffff; }
.ps-bd-share-btn:hover { border-color: #ea580c; color: #ea580c; }

/* Main Content Headings */
.ps-bd-main { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
.ps-bd-cat-badge { background-color: #e8dbfa; color: #9333ea; font-size: 11px; font-weight: 800; padding: 6px 14px; border-radius: 4px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 0.05em; }
.ps-bd-title { font-size: 38px; font-weight: 800; color: #0b1528; line-height: 1.2; margin-bottom: 20px; }
.ps-bd-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: #6b7280; font-weight: 600; margin-bottom: 40px; border-bottom: 1px solid #f3f4f6; padding-bottom: 24px; width: 100%; flex-wrap: wrap; }
.ps-bd-meta span { display: flex; align-items: center; gap: 6px; }
.ps-bd-meta i { color: #ea580c; font-size: 15px; }

/* Article Body Content */
.ps-post-content { font-size: 15px; color: #4b5563; line-height: 1.8; width: 100%; }
.ps-post-content p { margin-bottom: 24px; }
.ps-post-content h2, .ps-post-content h3 { color: #0b1528; font-weight: 800; margin: 32px 0 16px; line-height: 1.3; }

/* 1. Blockquote (Orange Light) */
.ps-quote-box { background-color: #fffaf5; border: 1px solid #ffedd5; padding: 24px 30px; border-radius: 12px; display: flex; gap: 20px; align-items: flex-start; margin-bottom: 30px; }
.ps-quote-box i { font-size: 24px; color: #ea580c; margin-top: 4px; }
.ps-quote-box p { font-size: 16px; font-weight: 600; color: #1f2937; margin: 0; }

/* 2. In This Article (TOC) */
.ps-toc-box { border: 1px solid #e5e7eb; background: #fdfdfe; border-radius: 12px; padding: 30px; margin-bottom: 40px; }
.ps-toc-title { font-size: 14px; font-weight: 800; color: #0b1528; margin-bottom: 20px; border-bottom: 1px solid #e5e7eb; padding-bottom: 10px; }
.ps-toc-grid { display: grid; grid-template-columns: 1fr; gap: 16px 24px; }
@media (min-width: 640px) { .ps-toc-grid { grid-template-columns: 1fr 1fr; } }
.ps-toc-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #4b5563; font-weight: 600; text-decoration: none; }
.ps-toc-num { color: #ea580c; font-weight: 800; }

/* 3. Timeline Elements (The Core UI) */
.ps-timeline-wrap { position: relative; margin-bottom: 40px; }
.ps-timeline-wrap::before { content: ''; position: absolute; left: 15px; top: 20px; bottom: 0; width: 2px; border-left: 2px dashed #fdba74; z-index: 1; }
.ps-tl-item { position: relative; padding-left: 60px; margin-bottom: 40px; }
.ps-tl-num { position: absolute; left: 0; top: 0; width: 32px; height: 32px; background: #ea580c; color: #ffffff; font-size: 13px; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 0 0 6px #ffffff; }
.ps-tl-content { display: flex; gap: 20px; align-items: flex-start; }
.ps-tl-icon { width: 50px; height: 50px; background: #f8fafc; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #0b1528; flex-shrink: 0; }
.ps-tl-text h3 { font-size: 20px; font-weight: 800; color: #0b1528; margin: 0 0 10px 0; }
.ps-tl-text p { margin: 0; font-size: 14px; }

/* Purple Quote inside Timeline */
.ps-quote-purple { background-color: #f9f5ff; border: 1px solid #f3e8ff; padding: 20px 24px; border-radius: 12px; display: flex; gap: 16px; align-items: center; margin-top: 20px; }
.ps-quote-purple i { font-size: 20px; color: #9333ea; }
.ps-quote-purple p { font-size: 15px; font-weight: 700; color: #4c1d95; margin: 0; }

/* Pro Tip Box */
.ps-pro-tip { background-color: #fffaf5; border: 1px solid #ffedd5; padding: 24px; border-radius: 12px; display: flex; gap: 16px; align-items: flex-start; margin: 30px 0; }
.ps-pro-tip-icon { width: 40px; height: 40px; background: #ffedd5; color: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ps-pro-tip-text h4 { font-size: 14px; font-weight: 800; color: #ea580c; margin: 0 0 6px 0; }
.ps-pro-tip-text p { margin: 0; font-size: 14px; font-weight: 600; color: #1f2937; }

.ps-btn-outline { border: 1px solid #d1d5db; color: #0b1528; padding: 12px 24px; border-radius: 30px; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 auto; width: fit-content; text-decoration: none; transition: 0.3s; }
.ps-btn-outline:hover { border-color: #ea580c; color: #ea580c; }

/* Prev & Next Posts */
.ps-post-nav { display: flex; justify-content: space-between; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: 30px 0; margin: 50px 0; }
.ps-nav-link { display: flex; align-items: center; gap: 16px; text-decoration: none; max-width: 48%; }
.ps-nav-link.next { text-align: right; flex-direction: row-reverse; }
.ps-nav-img { width: 60px; height: 45px; border-radius: 6px; object-fit: cover; }
.ps-nav-text span { font-size: 11px; color: #9ca3af; text-transform: uppercase; font-weight: 700; display: block; margin-bottom: 4px; }
.ps-nav-text h4 { font-size: 13px; font-weight: 800; color: #0b1528; line-height: 1.4; margin: 0; }

/* You May Also Like */
.ps-also-like-title { font-size: 20px; font-weight: 800; color: #0b1528; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.ps-also-like-title::before { content: ''; display: block; width: 4px; height: 20px; background-color: #ea580c; }
.ps-related-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px; }
@media (min-width: 640px) { .ps-related-grid { grid-template-columns: repeat(3, 1fr); } }
.ps-rel-card { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; text-decoration: none; transition: 0.3s; }
.ps-rel-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.ps-rel-img-wrap { position: relative; height: 140px; }
.ps-rel-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ps-rel-badge { position: absolute; top: 10px; left: 10px; background: rgba(11,21,40,0.8); color: #fff; font-size: 9px; padding: 4px 8px; border-radius: 4px; font-weight: 800; }
.ps-rel-content { padding: 16px; }
.ps-rel-content h4 { font-size: 14px; font-weight: 800; color: #0b1528; line-height: 1.4; margin-bottom: 10px; }
.ps-rel-meta { font-size: 11px; color: #6b7280; display: flex; gap: 10px; }

/* Right Sidebar (Author, Recent, Categories, Newsletter) */
.ps-sb-widget { background: #ffffff; border-radius: 12px; padding: 24px; margin-bottom: 30px; border: 1px solid #f3f4f6; }
.ps-sb-title { font-size: 18px; font-weight: 800; color: #0b1528; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.ps-sb-title::before { content: ''; display: block; width: 4px; height: 20px; background-color: #ea580c; border-radius: 2px; }

/* Author Box */
.ps-author-box { text-align: center; }
.ps-author-img { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 16px; border: 1px solid #e5e7eb; padding: 4px; }
.ps-author-name { font-size: 16px; font-weight: 800; color: #0b1528; margin-bottom: 8px; }
.ps-author-bio { font-size: 13px; color: #6b7280; line-height: 1.5; margin-bottom: 16px; }
.ps-author-social { display: flex; justify-content: center; gap: 10px; }
.ps-author-social a { width: 32px; height: 32px; background: #f3f4f6; color: #4b5563; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; text-decoration: none; transition: 0.3s; }
.ps-author-social a:hover { background: #ea580c; color: #ffffff; }

/* Sidebar Recent Posts & Categories */
.ps-trend-list { display: flex; flex-direction: column; gap: 20px; }
.ps-trend-item { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.ps-trend-img { width: 80px; height: 60px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.ps-trend-content h4 { font-size: 13px; font-weight: 800; color: #0b1528; line-height: 1.4; margin-bottom: 6px; }
.ps-trend-content span { font-size: 11px; color: #9ca3af; font-weight: 600; }

.ps-cat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-cat-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-radius: 8px; text-decoration: none; transition: 0.3s; }
.ps-cat-item.active { background-color: #0b1528; }
.ps-cat-left { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: #4b5563; }
.ps-cat-item.active .ps-cat-left { color: #ffffff; }
.ps-cat-left i { color: #ea580c; font-size: 16px; }
.ps-cat-count { font-size: 12px; font-weight: 700; color: #ea580c; background-color: #fff7ed; padding: 4px 10px; border-radius: 20px; }
.ps-btn-outline-orange { display: flex; justify-content: center; align-items: center; gap: 8px; width: 100%; padding: 12px; border: 1px solid #ea580c; color: #ea580c; font-size: 14px; font-weight: 700; border-radius: 8px; text-decoration: none; margin-top: 20px; }

/* Sidebar Newsletter */
.ps-news-icon { color: #ea580c; font-size: 20px; margin-bottom: 12px; display: inline-block; }
.ps-news-text { font-size: 13px; color: #6b7280; margin-bottom: 16px; line-height: 1.5; }
.ps-news-input { width: 100%; padding: 12px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 13px; margin-bottom: 12px; outline: none; }
.ps-btn-orange-full { width: 10%; background: #ea580c; color: #fff; padding: 12px; border: none; border-radius: 8px; font-weight: 700; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 8px; }

/* Bottom Global Banner CTA */
.ps-bottom-banner { background: linear-gradient(90deg, #111827, #ea580c); border-radius: 12px; padding: 30px; display: flex; justify-content: space-between; align-items: center; margin: 40px auto 80px; max-width: 1200px; flex-wrap: wrap; gap: 20px; }
.ps-bb-left { display: flex; align-items: center; gap: 20px; }
.ps-bb-icon { width: 60px; height: 60px; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; }
.ps-bb-text h3 { color: #fff; font-size: 20px; font-weight: 800; margin: 0 0 6px 0; }
.ps-bb-text p { color: rgba(255,255,255,0.8); font-size: 13px; margin: 0; }
.ps-btn-white { background: #fff; color: #ea580c; padding: 12px 24px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; display: flex; align-items: center; gap: 8px; }

/* =========================================
   PRIVACY POLICY EXACT UI CLONE
   ========================================= */

/* Hero Section */
.ps-pp-hero {
    background: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url(../images/mission.jpg) center / cover;
    padding: 60px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ps-pp-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-image: radial-gradient(#ea580c 2px, transparent 2px);
    background-size: 24px 24px;
    opacity: 0.15;
}
.ps-pp-breadcrumb { font-size: 13px; font-weight: 700; color: #ffffff; display: flex; justify-content: center; gap: 8px; margin-bottom: 20px; position: relative; z-index: 2; display:none;}
.ps-pp-breadcrumb a { color: #9ca3af; text-decoration: none; }
.ps-pp-breadcrumb .active { color: #ffffff; }

.ps-pp-title { font-size: 42px; font-weight: 800; color: #000000; margin-bottom: 12px; position: relative; z-index: 2; margin-top:20px; }
.ps-pp-title span { background: linear-gradient(90deg, #ea580c, #f43f5e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ps-pp-title-line { width: 80px; height: 4px; background: linear-gradient(90deg, #ea580c, #f43f5e); margin: 0 auto 20px; border-radius: 2px; position: relative; z-index: 2; }
.ps-pp-subtitle { font-size: 15px; color: #000000; max-width: 600px; margin: 0 auto; line-height: 1.6; position: relative; z-index: 2; }

/* Main Wrapper & Grid */
.ps-pp-wrapper { background-color: #f8fafc; padding-bottom: 80px; }
.ps-pp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; top: -40px; z-index: 10; }

/* Top Alert Box (Last Updated) */
.ps-pp-alert { background-color: #fff7ed; border-radius: 16px; padding: 30px; display: flex; gap: 20px; align-items: center; margin-bottom: 40px; box-shadow: 0 10px 25px rgba(0,0,0,0.03); position: relative; overflow: hidden; }
.ps-pp-alert-icon { width: 60px; height: 60px; background-color: #0b1528; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; position: relative; z-index: 2; border: 4px solid #ffffff; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.ps-pp-alert-text { position: relative; z-index: 2; }
.ps-pp-alert-text h4 { font-size: 14px; font-weight: 800; color: #ea580c; margin-bottom: 6px; }
.ps-pp-alert-text p { font-size: 14px; color: #4b5563; line-height: 1.6; margin: 0; font-weight: 500; }
.ps-pp-watermark { position: absolute; right: -20px; top: -20px; font-size: 160px; color: #ffedd5; opacity: 0.5; z-index: 1; pointer-events: none; }

/* 2-Column Layout */
.ps-pp-layout { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 992px) { .ps-pp-layout { grid-template-columns: 280px 1fr; gap: 50px; } }

/* Sidebar Widgets */
.ps-pp-sidebar { display: flex; flex-direction: column; gap: 30px; position: sticky; top: 100px; }
.ps-pp-widget { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.ps-pp-widget-title { font-size: 16px; font-weight: 800; color: #0b1528; margin-bottom: 20px; border-bottom: 2px solid #f3f4f6; padding-bottom: 12px; }

/* At a Glance List */
.ps-glance-list { display: flex; flex-direction: column; gap: 20px; }
.ps-glance-item { display: flex; align-items: center; gap: 16px; }
.ps-glance-icon { width: 40px; height: 40px; background-color: #fff7ed; color: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ps-glance-text { font-size: 13px; font-weight: 700; color: #4b5563; line-height: 1.4; }

/* Need Help Box */
.ps-help-box { text-align: center; padding-top: 10px; }
.ps-help-icon-top { width: 60px; height: 60px; background-color: #ea580c; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; box-shadow: 0 4px 15px rgba(234, 88, 12, 0.2); }
.ps-help-box h4 { font-size: 16px; font-weight: 800; color: #0b1528; margin-bottom: 12px; }
.ps-help-box p { font-size: 12px; color: #6b7280; line-height: 1.5; margin-bottom: 20px; }
.ps-help-detail { display: flex; align-items: flex-start; gap: 12px; text-align: left; font-size: 12px; color: #4b5563; font-weight: 600; margin-bottom: 16px; line-height: 1.5; }
.ps-help-detail i { color: #ea580c; font-size: 14px; margin-top: 2px; }
.ps-btn-navy-full { width: 100%; background-color: #0b1528; color: #ffffff; padding: 12px; border: none; border-radius: 8px; font-weight: 700; font-size: 13px; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 8px; transition: background 0.3s; text-decoration: none; }
.ps-btn-navy-full:hover { background-color: #1a2a47; color: #ffffff; }

/* Main Content Wrapper */
.ps-pp-content { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }

/* Policy Clauses */
.ps-clause { display: flex; gap: 20px; align-items: flex-start; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #f3f4f6; }
.ps-clause:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ps-clause-num { width: 44px; height: 44px; background-color: #fff7ed; color: #ea580c; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; flex-shrink: 0; }
.ps-clause-body { flex-grow: 1; }
.ps-clause-title { font-size: 16px; font-weight: 800; color: #0b1528; margin-bottom: 10px; line-height: 1.4; }
.ps-clause-text { font-size: 14px; color: #4b5563; line-height: 1.7; margin-bottom: 16px; }
.ps-clause-text:last-child { margin-bottom: 0; }

/* Inner Subheadings & Lists */
.ps-clause-sub { font-size: 14px; font-weight: 700; color: #1f2937; margin: 16px 0 8px; }
.ps-clause-list { list-style: none; padding: 0; margin: 0 0 16px 0; }
.ps-clause-list li { font-size: 14px; color: #4b5563; line-height: 1.7; position: relative; padding-left: 20px; margin-bottom: 8px; }
.ps-clause-list li::before { content: '•'; position: absolute; left: -15px; color: #ea580c; font-weight: bold; font-size: 18px; line-height: 1; top: 2px; }

/* Contact Highlight Box (Point 13) */
.ps-contact-highlight { background-color: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; margin-top: 16px; }
.ps-ch-item { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: #4b5563; margin-bottom: 12px; font-weight: 500; line-height: 1.5; }
.ps-ch-item:last-child { margin-bottom: 0; }
.ps-ch-item i { color: #ea580c; font-size: 14px; margin-top: 2px; }
.ps-ch-item strong { color: #0b1528; font-weight: 700; }
.ps-ch-item a { color: #2563eb; text-decoration: none; font-weight: 600; }
.ps-input-with-icon{
    margin-left: 8px;
}

/* Bottom Global Banner CTA */
.ps-pp-bottom-cta { background: #0b1528; border-radius: 16px; padding: 30px 40px; display: flex; justify-content: space-between; align-items: center; margin-top: 40px; flex-wrap: wrap; gap: 24px; box-shadow: 0 10px 30px rgba(11,21,40,0.1); }
.ps-bb-left { display: flex; align-items: center; gap: 24px; }
.ps-bb-icon { width: 64px; height: 64px; background-color: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 28px; flex-shrink: 0; box-shadow: 0 0 0 6px rgba(234,88,12,0.2); }
.ps-bb-text h3 { color: #ffffff; font-size: 22px; font-weight: 800; margin: 0 0 6px 0; }
.ps-bb-text p { color: #9ca3af; font-size: 14px; margin: 0; font-weight: 500; }
.ps-btn-orange-solid { background-color: #ea580c; color: #ffffff; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.3s; border: none; white-space: nowrap; }
.ps-btn-orange-solid:hover { background-color: #c2410c; }


/* =======================================
   PUBLIC SPEAKING SERVICE PAGE CSS
======================================= */
* { box-sizing: border-box; }

.ps-srv-wrapper { background: #ffffff; min-height: 100vh; padding: 140px 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #4b5563; }
.ps-srv-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; gap: 40px; }

/* --- LEFT SIDEBAR --- */
.ps-srv-sidebar { background: #fff7ed; padding: 40px 30px; border-radius: 20px; position: relative; }
.ps-breadcrumb { font-size: 11px; color: #6b7280; margin-bottom: 30px; }
.ps-breadcrumb span { color: #ea580c; font-weight: 700; }

.ps-srv-icon-main { width: 80px; height: 80px; background: #ea580c; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 20px; }
.ps-srv-title { font-size: 26px; font-weight: 800; color: #0b1528; margin: 0 0 15px 0; }
.ps-srv-desc { font-size: 14px; line-height: 1.6; margin-bottom: 30px; }

.ps-srv-feat-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; }
.ps-srv-feat { display: flex; gap: 15px; }
.ps-srv-feat i { color: #ea580c; font-size: 20px; margin-top: 2px; }
.ps-srv-feat h4 { margin: 0 0 4px 0; font-size: 14px; font-weight: 800; color: #0b1528; }
.ps-srv-feat p { margin: 0; font-size: 12px; line-height: 1.4; }

.ps-btn-back { width: 100%; background: #ea580c; color: #ffffff; padding: 12px; border: none; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; gap: 8px; }

/* Sidebar Help Box */
.ps-help-box { background: #ffffff; padding: 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); margin-bottom: 20px; }
.ps-help-head { display: flex; gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #f3f4f6; padding-bottom: 15px; }
.ps-help-head i { font-size: 24px; color: #ea580c; }
.ps-help-head h4 { margin: 0 0 5px 0; font-size: 14px; font-weight: 800; color: #0b1528; }
.ps-help-head p { margin: 0; font-size: 11px; }
.ps-help-contact p { margin: 5px 0; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; color: #0b1528; }
.ps-help-contact i { color: #ea580c; }

/* Sidebar Testimonial Slider */
.ps-testi-box { background: #ffffff; padding: 30px 20px 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); position: relative; }
.ps-testi-box h4 { margin: 0 0 15px 0; font-size: 14px; font-weight: 800; color: #0b1528; text-align: center; }
.ps-slide { display: none; }
.ps-slide p { font-size: 13px; font-style: italic; line-height: 1.5; margin-bottom: 15px; color: #4b5563; }
.ps-author { display: flex; align-items: center; gap: 10px; }
.ps-author img { width: 40px; height: 40px; border-radius: 50%; }
.ps-author h5 { margin: 0; font-size: 13px; font-weight: 800; color: #0b1528; }
.ps-author span { font-size: 11px; color: #6b7280; }
.fade { animation-name: fade; animation-duration: 1.5s; }
@keyframes fade { from {opacity: .4} to {opacity: 1} }
.ps-dot { height: 8px; width: 8px; margin: 0 3px; background-color: #d1d5db; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; }
.ps-dot.active { background-color: #ea580c; width: 20px; border-radius: 10px; }

/* --- RIGHT MAIN CONTENT --- */
.ps-srv-main { display: flex; flex-direction: column; gap: 40px; }
.ps-sec h2 { font-size: 22px; font-weight: 800; color: #0b1528; margin: 0 0 15px 0; }
.ps-sec > p { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }

/* Stats Bar */
.ps-stats-bar { display: flex; justify-content: space-between; align-items: center; background: #fff7ed; border: 1px solid #ffedd5; padding: 20px 30px; border-radius: 12px; flex-wrap: wrap; gap: 15px; }
.ps-stat { display: flex; align-items: center; gap: 15px; }
.ps-stat i { font-size: 24px; color: #ea580c; }
.ps-stat span { display: block; font-size: 11px; color: #6b7280; margin-bottom: 4px; }
.ps-stat strong { font-size: 14px; color: #0b1528; font-weight: 800; }
.ps-stat-line { width: 1px; height: 30px; background: #fca5a5; opacity: 0.5; }

/* Learn Grid */
.ps-learn-grid { display: grid; grid-template-columns: 1fr 300px; gap: 30px; }
.ps-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; border-bottom: 1px solid #f3f4f6; padding-bottom: 12px; }
.ps-check-list li i { color: #ea580c; margin-top: 3px; }

/* Floating Card */
.ps-enroll-card { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 30px 20px; text-align: center; }
.ps-enroll-img { font-size: 60px; color: #ea580c; margin-bottom: 20px; }
.ps-enroll-card h3 { font-size: 16px; font-weight: 800; color: #0b1528; margin: 0 0 10px 0; }
.ps-enroll-card p { font-size: 12px; margin-bottom: 20px; }
.ps-btn-orange { background: #ea580c; color: #ffffff; border: none; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; width: 100%; transition: 0.3s; }
.ps-btn-orange:hover { background: #c2410c; }

/* Curriculum Accordion */
.ps-accordion-wrap { display: flex; flex-direction: column; gap: 15px; }
.ps-acc-item { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; background: #ffffff; transition: 0.3s; }
.ps-acc-item.active { border-color: #ea580c; }
.ps-acc-btn { width: 100%; display: flex; align-items: center; gap: 15px; padding: 15px 20px; background: none; border: none; cursor: pointer; text-align: left; }
.ps-acc-num { background: #ea580c; color: #ffffff; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-weight: 800; font-size: 12px; flex-shrink: 0; }
.ps-acc-text { flex: 1; }
.ps-acc-text h4 { margin: 0 0 4px 0; font-size: 15px; font-weight: 800; color: #0b1528; }
.ps-acc-text span { font-size: 12px; color: #6b7280; }
.ps-acc-icon { color: #9ca3af; transition: 0.3s; }
.ps-acc-panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #f8fafc; }
.ps-acc-panel p { padding: 15px 20px 15px 65px; margin: 0; font-size: 13px; color: #4b5563; }

/* Benefits Grid */
.ps-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.ps-ben-box { text-align: center; padding: 15px 10px; }
.ps-ben-box i { font-size: 28px; color: #ea580c; margin-bottom: 15px; }
.ps-ben-box h5 { margin: 0 0 10px 0; font-size: 13px; font-weight: 800; color: #0b1528; }
.ps-ben-box p { margin: 0; font-size: 11px; }

/* Bottom Banner */
.ps-bottom-banner { background: #fff7ed; border: 1px solid #ffedd5; padding: 30px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center; }
.ps-bb-left { display: flex; align-items: center; gap: 20px; }
.ps-bb-left i { background: #ea580c; color: #ffffff; width: 50px; height: 50px; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 24px; }
.ps-bb-left h3 { margin: 0 0 5px 0; font-size: 18px; font-weight: 800; color: #ffffff; }
.ps-bb-left p { margin: 0; font-size: 13px; }
.ps-bottom-banner .ps-btn-orange { width: auto; padding: 12px 30px; }
.ps-bb-left2 h3 { margin: 0 0 5px 0; font-size: 18px; font-weight: 800; color: #000000; }

/* --- Mobile Responsive --- */
@media(max-width: 1024px) {
    .ps-srv-container { grid-template-columns: 1fr; }
    .ps-srv-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
    .ps-btn-back { grid-column: 1 / -1; }
    .ps-breadcrumb { grid-column: 1 / -1; }
}

@media(max-width: 768px) {
    .ps-srv-sidebar { grid-template-columns: 1fr; }
    .ps-stats-bar { flex-direction: column; align-items: flex-start; }
    .ps-stat-line { display: none; }
    .ps-learn-grid { grid-template-columns: 1fr; }
    .ps-benefit-grid { grid-template-columns: 1fr 1fr; }
    .ps-bottom-banner { flex-direction: column; text-align: center; gap: 20px; }
    .ps-bb-left { flex-direction: column; }
    .ps-acc-btn { flex-direction: column; align-items: flex-start; }
    .ps-acc-icon { align-self: flex-end; margin-top: -30px; }
    .ps-acc-panel p { padding-left: 20px; }
    .ps-srv-wrapper{padding:30px 16px }
    .ps-ab-mv-title{font-size:20px;}
    .ps-ab-subtitle{
        text-align: center !important;
    }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}