/* ===== ABOUT US PAGE START===== */
.about-hero {
    background: #d40000;
    padding: 90px 30px;
    text-align: center;
}
.about-hero .tagline {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 16px;
    font-weight: 600;
    display: block;
}
.about-hero h1 {
    color: #fff !important;
    font-size: 52px;
    font-weight: 900;
    margin: 0 0 18px;
    line-height: 1.1;
    text-transform: uppercase;
}
.about-hero .sub {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.about-red-line {
    width: 55px;
    height: 3px;
    background: rgba(255,255,255,0.6);
    display: block;
    margin: 16px auto;
}
.about-red-line.left {
    margin-left: 0;
    background: #d40000;
}
.about-story {
    padding: 65px 0;
}
.about-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d40000;
    margin: 0 0 10px;
    display: block;
}
.about-story h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.3;
}
.about-story p {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin: 0 0 16px;
}
.about-heritage-box {
    border: 2px solid #d40000;
    border-radius: 0;
    overflow: hidden;
}
.about-heritage-box .box-header {
    background: #d40000;
    padding: 16px 25px;
}
.about-heritage-box .box-header h3 {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-heritage-box .box-body {
    padding: 25px;
}
.about-heritage-box .box-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    margin: 0 0 20px;
}
.about-stats-row {
    display: flex;
    border: 1px solid #ebebeb;
    overflow: hidden;
    text-align: center;
}
.about-stat {
    flex: 1;
    padding: 20px 8px;
    border-right: 1px solid #ebebeb;
}
.about-stat:last-child {
    border-right: none;
}
.about-stat strong {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #d40000;
    line-height: 1;
    margin-bottom: 5px;
}
.about-stat span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aaa;
    font-weight: 600;
}
.about-features {
    background: #f8f8f8;
    padding: 65px 0;
}
.about-features-title {
    text-align: center;
    margin-bottom: 40px;
}
.about-features-title p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d40000;
    margin: 0 0 8px;
}
.about-features-title h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin: 0 0 14px;
}
.about-features-title .about-red-line {
    background: #d40000;
}
.about-card {
    background: #fff;
    border-radius: 0;
    padding: 30px 22px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin-bottom: 25px;
    height: 100%;
}
.about-card .icon {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}
.about-card .icon svg {
    width: 32px;
    height: 32px;
    fill: #d40000;
}
.about-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}
.about-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.8;
    margin: 0;
}
.about-cta {
    padding: 60px 0;
}
.about-cta-box {
    background: #111;
    border-radius: 0;
    padding: 60px 30px;
    text-align: center;
}
.about-cta-box h2 {
    color: #fff !important;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 12px;
}
.about-cta-box p {
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 35px;
    line-height: 1.7;
}
.about-cta-box .btn-wrap {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.about-btn-red {
    display: inline-block;
    background: #d40000;
    color: #fff !important;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-btn-dark {
    display: inline-block;
    background: #2a2a2a;
    color: #fff !important;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .about-hero h1 { font-size: 44px; }
}
@media (max-width: 991px) {
    .about-hero h1 { font-size: 36px; }
    .about-hero .sub { font-size: 16px; }
    .about-story h2 { font-size: 24px; }
    .about-heritage-box { margin-top: 40px; }
    .about-card { margin-bottom: 20px; }
}
@media (max-width: 767px) {
    .about-hero { padding: 55px 20px; }
    .about-hero h1 { font-size: 28px; }
    .about-hero .sub { font-size: 14px; }
    .about-story { padding: 40px 0; }
    .about-features { padding: 40px 0; }
    .about-cta { padding: 35px 0; }
    .about-cta-box { padding: 35px 20px; }
    .about-cta-box h2 { font-size: 22px; }
    .about-stat strong { font-size: 28px; }
    .about-btn-red,
    .about-btn-dark { width: 100%; text-align: center; box-sizing: border-box; }
    .about-cta-box .btn-wrap { flex-direction: column; gap: 10px; }
    .about-stats-row { flex-direction: row; }
}
@media (max-width: 480px) {
    .about-hero h1 { font-size: 24px; }
    .about-stat strong { font-size: 22px; }
    .about-stat span { font-size: 9px; }
}
/* ===== ABOUT US PAGE END===== */




/* ===== CONTACT US PAGE START===== */
.ps-contact-info {
    background: #f8f8f8;
    padding: 60px 0;
}
.ps-contact-info .ps-section__header {
    text-align: center;
    margin-bottom: 45px;
}
.ps-contact-info .ps-section__header h3 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ps-contact-info .ps-section__header h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #d40000;
    margin: 14px auto 0;
}
.ps-contact-info .ps-section__content .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ps-contact-info .ps-section__content .col-md-4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.ps-block--contact-info {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 35px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.ps-block--contact-info:hover {
    border-color: #d40000;
}
.ps-block--contact-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.ps-block--contact-info p {
    font-size: 14px;
    color: #777;
    line-height: 1.9;
    margin: 0;
}
.ps-block--contact-info p span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.ps-block--contact-info a {
    color: #d40000 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* ===== CONTACT FORM SECTION ===== */
.ps-contact-form {
    padding: 60px 0;
    background: #fff;
}
.ps-contact-form h3 {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ps-contact-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    box-shadow: none !important;
}
.ps-contact-form .form-control:focus {
    border-color: #d40000;
    outline: none;
}
.ps-contact-form .ps-btn {
    background: #d40000;
    color: #fff !important;
    border: none;
    border-radius: 0;
    padding: 13px 40px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.ps-contact-form .ps-btn:hover {
    background: #d43a3a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .ps-contact-info { padding: 45px 0; }
    .ps-contact-form { padding: 45px 0; }
    .ps-contact-info .ps-section__header h3 { font-size: 22px; }
    .ps-contact-info .ps-section__content .row { align-items: stretch; }
}
@media (max-width: 767px) {
    .ps-contact-info { padding: 35px 0; }
    .ps-contact-form { padding: 35px 0; }
    .ps-contact-info .ps-section__header h3 { font-size: 20px; }
    .ps-block--contact-info { padding: 25px 20px; height: auto; }
    .ps-contact-info .ps-section__content .col-md-4 { width: 100%; margin-bottom: 15px; }
    .ps-contact-form h3 { font-size: 20px; }
    .ps-contact-form .ps-btn { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
    .ps-contact-info .ps-section__header h3 { font-size: 18px; }
    .ps-block--contact-info h4 { font-size: 13px; }
    .ps-block--contact-info p { font-size: 13px; }
}

/* ===== CONTACT US PAGE END===== */



/* ===== FOOTER STYLE CUTOM CSS START===== */
/* ============================================================
   ULTIMATE STABLE FOOTER (NO ANIMATIONS / NO BORDERS)
   ============================================================ */

.ps-footer {
    background: #111111;
    padding: 55px 0 0;
    border-top: 3px solid #d40000;
}

/* Force 4 equal columns (25% each) */
.ps-footer__widgets {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.08); 
}

.ps-footer__widgets aside.widget {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding-right: 40px;
    box-sizing: border-box;
}

/* Titles - Plain Pure White */
.ps-footer__widgets .widget-title, 
.ps-footer__widgets h4.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
    border-bottom: none !important;
}

/* Justified Address Info */
.widget_contact-us .widget_content p {
    font-size: 13px;
    color: #ffffff !important; 
    line-height: 1.9;
    margin: 0 0 10px;
    text-align: justify !important;
    text-justify: inter-word;
    max-width: 260px;
}

.widget_contact-us .widget_content h3 {
    font-size: 21px;
    font-weight: 800;
    color: #d40000;
    margin: 4px 0 15px;
}

/* White Links */
.widget_contact-us .widget_content a,
.ps-footer__widgets .widget ul li a {
    color: #ffffff !important;
    font-size: 13px;
    text-decoration: none !important;
    display: block;
    border: none !important;
}

/* Text-only hover for menus */
.widget_contact-us .widget_content a:hover,
.ps-footer__widgets .widget ul li a:hover {
    color: #d40000 !important;
    padding-left: 5px;
}

/* --- SOCIAL ICONS: ZERO TRANSITION / ZERO ANIMATION --- */

.ps-footer .ps-list--social { 
    display: flex !important; 
    gap: 15px !important; 
    margin-top: 18px !important; 
    list-style: none !important; 
    padding: 0 !important; 
}

/* Aggressive static override */
.ps-footer .ps-list--social a,
.ps-footer .ps-list--social a *,
.ps-footer .ps-list--social a::before,
.ps-footer .ps-list--social a::after,
.ps-footer .ps-list--social a:hover,
.ps-footer .ps-list--social a:hover *,
.ps-footer .ps-list--social a:focus {
    color: #ffffff !important;
    background: transparent !important;
    /* Kill ALL movement */
    transform: none !important;
    transition: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    -webkit-animation: none !important;
    /* Kill ALL effects */
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* --- Bottom Bar --- */
.ps-footer__copyright { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 20px 0; 
}

.ps-footer__copyright .site-copyright,
.ps-footer__copyright .site-copyright p { 
    font-size: 13px; 
    color: #ffffff !important; 
    margin: 0;
}

.ps-footer__copyright .site-copyright a { 
    color: #d40000 !important; 
}

.footer-payments img { 
    height: 20px; 
    opacity: 1; 
}

/* --- Back To Top --- */
#back2top {
    background: #ffffff !important;
    color: #d40000 !important;
    border: 1px solid #d40000;
    transition: all 0.3s ease;
    display: flex; align-items: center; justify-content: center;
}
#back2top i { color: #d40000 !important; }

#back2top:hover {
    background: #d40000 !important;
    color: #ffffff !important;
}
#back2top:hover i { color: #ffffff !important; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .ps-footer__widgets aside.widget { flex: 0 0 50% !important; max-width: 50% !important; }
}
@media (max-width: 767px) {
    .ps-footer__widgets aside.widget { flex: 0 0 100% !important; max-width: 100% !important; padding-right: 0; }
    .widget_contact-us .widget_content p { text-align: left !important; }
    .ps-footer__copyright { flex-direction: column; text-align: center; gap: 15px; }
}

#back2top:hover {
    background: #d40000 !important;
    color: #ffffff !important;
}
#back2top:hover i { color: #ffffff !important; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .ps-footer__widgets aside.widget { flex: 0 0 50% !important; max-width: 50% !important; }
}
@media (max-width: 767px) {
    .ps-footer__widgets aside.widget { flex: 0 0 100% !important; max-width: 100% !important; padding-right: 0; }
    .widget_contact-us .widget_content p { text-align: left !important; }
    .ps-footer__copyright { flex-direction: column; text-align: center; gap: 15px; }
}