/* ================================================== */
/* RTL Styles - Unified CSS File */
/* Merged from: rtl-custom.css, rtl-fix-simple.css, rtl-icons-fix.css, rtl-overrides.css */
/* ================================================== */

/* ===== RTL Base Styles ===== */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', 'Tajawal', 'Noto Sans Arabic', 'Arial', sans-serif;
}

html[dir="rtl"] .container,
html[dir="rtl"] .row,
html[dir="rtl"] [class*="col-"] {
    direction: rtl;
}

/* ===== RTL Typography ===== */
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    text-align: right;
    font-family: 'Cairo', 'Tajawal', 'Noto Sans Arabic', 'Arial', sans-serif;
}

html[dir="rtl"] p {
    text-align: right;
}

/* Global font - only applied in RTL mode */
html[dir="rtl"], html[dir="rtl"] body, 
html[dir="rtl"] button, html[dir="rtl"] input, 
html[dir="rtl"] select, html[dir="rtl"] textarea {
    font-family: 'Cairo', 'Tajawal', 'Noto Sans Arabic', 'Arial', sans-serif !important;
}

#mainmenu, #mainmenu *, .navbar, .navbar *, .navbar-nav, .navbar-nav *,
.header-static ul, .header-static li, .header-static a,
.mega, .mega *, .sb-menu, .sb-menu * {
    font-family: inherit !important;
}

/* ===== RTL Navigation & Menu ===== */
html[dir="rtl"] #mainmenu {
    text-align: right !important;
    direction: rtl !important;
}

html[dir="rtl"] #mainmenu li {
    float: right;
    text-align: right !important;
}

html[dir="rtl"] #mainmenu > li > a {
    text-align: right !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
}

html[dir="rtl"] #mainmenu > li > a:after {
    right: auto !important;
    left: 5px !important;
}

html[dir="rtl"] #mainmenu > li:first-child > a:after {
    display: none !important;
}

html[dir="rtl"] #mainmenu ul {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
    min-width: 200px !important;
}

html[dir="rtl"] #mainmenu > li > ul {
    display: block !important;
}

html[dir="rtl"] #mainmenu > li > ul li {
    text-align: right !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
}

html[dir="rtl"] #mainmenu > li > ul li a {
    text-align: right !important;
    padding: 12px 20px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
}

html[dir="rtl"] #mainmenu > li > ul li a:hover {
    color: #fff !important;
    background-color: #ff6b35 !important;
}

html[dir="rtl"] #mainmenu > li:hover > ul {
    right: 0 !important;
    left: auto !important;
}

html[dir="rtl"] .mega {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
}

html[dir="rtl"] .mega .container,
html[dir="rtl"] .mega .row,
html[dir="rtl"] .mega .col-lg-1-5 {
    text-align: right !important;
}

html[dir="rtl"] .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
}

html[dir="rtl"] .dropdown-menu li,
html[dir="rtl"] .dropdown-menu li a {
    text-align: right !important;
}

html[dir="rtl"] .dropdown-menu li a {
    padding-right: 15px !important;
    padding-left: 0 !important;
}

/* ===== RTL Header ===== */
html[dir="rtl"] .de-flex {
    flex-direction: row-reverse;
}

html[dir="rtl"] .header-col-mid {
    text-align: right;
}

html[dir="rtl"] .menu_side_area {
    text-align: left;
}

html[dir="rtl"] #logo {
    text-align: right;
}

html[dir="rtl"] .de-flex-col:first-child {
    order: 3 !important;
}

html[dir="rtl"] .de-flex-col:last-child {
    order: 1 !important;
}

html[dir="rtl"] .header-col-mid {
    order: 2 !important;
}

/* ===== RTL Forms ===== */
html[dir="rtl"] .form-underline {
    text-align: right;
}

html[dir="rtl"] input[type="text"],
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] textarea {
    text-align: right;
}

/* ===== RTL Icons & Lists ===== */
html[dir="rtl"] .ul-check {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

html[dir="rtl"] .ul-check li {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
    list-style: none !important;
    display: block !important;
}

html[dir="rtl"] .ul-check li:before {
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    color: #ff6b35 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    width: 16px !important;
    text-align: center !important;
    display: block !important;
    z-index: 1 !important;
}

html[dir="rtl"] #extra-content .ul-check li {
    position: relative;
    padding-right: 25px;
    padding-left: 0;
}

html[dir="rtl"] #extra-content .ul-check li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    color: #ff6b35;
    font-size: 14px;
}

html[dir="rtl"] .ul-check li .ul-check {
    padding-right: 0;
    padding-left: 0;
}

html[dir="rtl"] .ul-check li:before {
    right: -20px;
    left: auto;
}

/* Contact Icons in Sidebar */
html[dir="rtl"] #extra-content .widget > div {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    text-align: right !important;
    display: block !important;
}

html[dir="rtl"] #extra-content .widget > div i,
html[dir="rtl"] #extra-content .widget div i {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
    display: block !important;
    z-index: 1 !important;
}

html[dir="rtl"] #extra-content .widget div i.icofont-phone,
html[dir="rtl"] #extra-content .widget div i.icofont-location-pin,
html[dir="rtl"] #extra-content .widget div i.icofont-envelope {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

html[dir="rtl"] #extra-content .widget div:has(i.icofont-phone),
html[dir="rtl"] #extra-content .widget div:has(i.icofont-location-pin),
html[dir="rtl"] #extra-content .widget div:has(i.icofont-envelope) {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

/* ===== RTL Arrow Icons ===== */
html[dir="rtl"] .fa-arrow-right:before {
    content: "\f060"; /* left arrow */
}

html[dir="rtl"] .fa-arrow-left:before {
    content: "\f061"; /* right arrow */
}

/* ===== RTL Swiper Navigation ===== */
html[dir="rtl"] .swiper-button-next {
    right: auto;
    left: 10px;
}

html[dir="rtl"] .swiper-button-prev {
    left: auto;
    right: 10px;
}

html[dir="rtl"] .swiper-button-next:after {
    content: "prev";
}

html[dir="rtl"] .swiper-button-prev:after {
    content: "next";
}

/* ===== RTL Lists ===== */
html[dir="rtl"] ul {
    padding-right: 0;
    padding-left: 20px;
}

/* ===== RTL Cards & Content ===== */
html[dir="rtl"] .card,
html[dir="rtl"] .card-body {
    text-align: right;
}

html[dir="rtl"] .widget,
html[dir="rtl"] .widget ul {
    text-align: right;
}

html[dir="rtl"] .social-icons {
    text-align: right;
}

html[dir="rtl"] .testimonial-content {
    text-align: right;
}

/* ===== RTL Accordion ===== */
html[dir="rtl"] .accordion-section-title,
html[dir="rtl"] .accordion-section-content {
    text-align: right;
}

/* ===== RTL Buttons ===== */
html[dir="rtl"] .btn-main {
    text-align: center;
}

/* ===== RTL Counters ===== */
html[dir="rtl"] .de_count {
    text-align: center;
}

/* ===== RTL Spacing Adjustments ===== */
html[dir="rtl"] .me-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .ps-100 {
    padding-right: 100px !important;
    padding-left: 0 !important;
}

/* ===== RTL Absolute Positioning ===== */
html[dir="rtl"] .abs {
    right: 0 !important;
    left: auto !important;
}

html[dir="rtl"] .end-0 {
    right: 0 !important;
    left: auto !important;
}

html[dir="rtl"] .start-0 {
    left: 0 !important;
    right: auto !important;
}

html[dir="rtl"] .relative {
    position: relative !important;
}

html[dir="rtl"] .icon_check {
    right: 0 !important;
    left: auto !important;
}

/* ===== RTL Flexbox Adjustments ===== */
html[dir="rtl"] .d-flex {
    flex-direction: row-reverse;
}

html[dir="rtl"] .justify-content-between {
    flex-direction: row-reverse;
}

/* ===== RTL Text Alignment ===== */
html[dir="rtl"] .text-lg-end {
    text-align: right !important;
}

html[dir="rtl"] .text-center {
    text-align: center !important;
}

html[dir="rtl"] .text-light {
    text-align: right !important;
}

/* ===== RTL Border Adjustments ===== */
html[dir="rtl"] .border-top {
    border-right: 1px solid;
    border-left: none;
}

/* ===== RTL Images ===== */
html[dir="rtl"] .w-50px {
    margin-left: 10px;
    margin-right: 0;
}

/* ===== RTL Animation Adjustments ===== */
html[dir="rtl"] .fadeInRight {
    animation-name: fadeInLeft;
}

html[dir="rtl"] .fadeInLeft {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* ===== RTL Tables ===== */
html[dir="rtl"] table {
    direction: rtl;
}

html[dir="rtl"] th,
html[dir="rtl"] td {
    text-align: right;
}

/* ===== RTL Modal ===== */
html[dir="rtl"] .modal-content {
    text-align: right;
}

html[dir="rtl"] .btn-close {
    right: auto;
    left: 0.75rem;
}

/* ===== RTL Offcanvas ===== */
html[dir="rtl"] .offcanvas,
html[dir="rtl"] .offcanvas-start {
    right: 0;
    left: auto;
}

html[dir="rtl"] .offcanvas-end {
    left: 0;
    right: auto;
}

/* ===== RTL Carousel ===== */
html[dir="rtl"] .carousel-control-prev {
    right: 0;
    left: auto;
}

html[dir="rtl"] .carousel-control-next {
    left: 0;
    right: auto;
}

/* ===== RTL Pagination ===== */
html[dir="rtl"] .pagination {
    justify-content: center;
}

/* ===== RTL Breadcrumb ===== */
html[dir="rtl"] .breadcrumb {
    direction: rtl;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    content: "\\";
    transform: scaleX(-1);
}

/* ===== RTL Alert & Badge ===== */
html[dir="rtl"] .alert {
    text-align: right;
}

html[dir="rtl"] .badge {
    text-align: center;
}

/* ===== RTL Close Buttons ===== */
html[dir="rtl"] #btn-close,
html[dir="rtl"] #btn-extra {
    right: auto !important;
    left: 20px !important;
}

html[dir="rtl"] #menu-btn {
    right: auto !important;
    left: 20px !important;
}

/* ===== RTL Progress Bars ===== */
html[dir="rtl"] .progress {
    direction: rtl;
}

/* ===== RTL Background Colors ===== */
html[dir="rtl"] .bg-color {
    background-color: #ff6b35 !important;
}

/* ===== RTL Why Choose Us Section ===== */
html[dir="rtl"] .col-lg-4 .relative {
    margin-bottom: 30px !important;
}

html[dir="rtl"] .col-lg-4 h4 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}

html[dir="rtl"] .col-lg-4 p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* ===== RTL Button Groups ===== */
html[dir="rtl"] .btn-group {
    flex-direction: row-reverse;
}

/* ===== RTL Responsive Adjustments ===== */
@media (max-width: 768px) {
    html[dir="rtl"] .de-flex {
        flex-direction: column;
    }
    
    html[dir="rtl"] .header-col-mid {
        text-align: center;
    }
    
    html[dir="rtl"] .menu_side_area {
        text-align: center;
    }
}

/* ===== Additional RTL Fixes ===== */
.navbar-nav li ul {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background-color: #fff;
    border-top: 3px solid var(--main-color, #f37021);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 999;
}

.navbar-nav li:hover > ul {
    display: block;
}

.navbar-nav li ul li {
    width: 100%;
}

.navbar-nav li ul li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.navbar-nav li ul li a:hover {
    background-color: var(--main-color, #f37021);
    color: #fff;
}

.navbar-nav li ul,
#mainmenu li ul {
    font-size: 14px;
    line-height: 1.6;
}

/* Hide Book Shipment Button in Header */
.menu_side_area a[href="booking.html"] {
    display: none !important;
}

/* Center Social Icons in Sidebar */
#extra-content .social-icons {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

#extra-content .social-icons a {
    display: inline-block !important;
    margin: 0 5px !important;
}

/* Logo Styles */
#logo {
    position: relative;
    z-index: 1000;
}

#logo a {
    pointer-events: auto !important;
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

#logo img {
    position: relative;
    height: 60px !important;
    width: auto !important;
    max-width: none !important;
    filter:
        drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3))
        drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2))
        brightness(1.05)
        contrast(1.03);
    transition: all 0.3s ease;
    animation: logoFloatAnimation 3s ease-in-out infinite;
}

@keyframes logoFloatAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

#logo a:hover img {
    filter:
        drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35))
        drop-shadow(0 2px 5px rgba(255, 107, 0, 0.25))
        brightness(1.08)
        contrast(1.05);
    transform: scale(1.02);
}

header.scroll #logo img,
header.scroll.header-mobile #logo img,
header.scroll-light.scroll #logo img {
    filter: none !important;
    -webkit-filter: none !important;
}

header.scroll #logo a:hover img,
header.scroll.header-mobile #logo a:hover img,
header.scroll-light.scroll #logo a:hover img {
    filter: none !important;
    -webkit-filter: none !important;
    transform: scale(1.02);
}

@media (max-width: 991px) {
    #logo img {
        height: 52px !important;
    }
}

@media (max-width: 576px) {
    #logo img {
        height: 46px !important;
    }
}

/* Slider Bullets Responsive */
@media (max-width: 991px) {
    .slider-bullets {
        padding-bottom: 1rem !important;
    }

    .slider-bullets .d-flex {
        justify-content: space-between !important;
        gap: 0.5rem !important;
    }

    .slider-bullets .bullet-item {
        flex: 1 !important;
        min-width: 0 !important;
    }

    .slider-bullets .bullet-item h6 {
        font-size: 0.7rem !important;
        padding: 0.4rem 0.5rem !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
}

@media (max-width: 576px) {
    .slider-bullets .bullet-item h6 {
        font-size: 0.65rem !important;
        padding: 0.3rem 0.4rem !important;
    }
}

/* Center Caption Text */
.sw-caption {
    text-align: center !important;
}

.sw-caption .row {
    justify-content: center !important;
}

.sw-caption h2,
.sw-caption h1,
.sw-caption p,
.sw-caption .btn {
    text-align: center !important;
}

.sw-text-wrapper {
    text-align: center !important;
}

/* Statistics Cards */
#impact-stats .counter-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
    border: none !important;
    box-shadow:
        0 4px 15px rgba(0,0,0,0.08),
        0 1px 4px rgba(0,0,0,0.05) !important;
    border-radius: 16px !important;
}

#impact-stats .counter-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
    #ff6b35 0%,
    #ff8c5a 50%,
    #ff6b35 100%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 16px 16px 0 0;
}

#impact-stats .counter-item:hover::before {
    opacity: 1;
    animation: gradientMove 2s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

#impact-stats .counter-item:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 40px rgba(255, 107, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 107, 0, 0.1) !important;
}

#impact-stats .counter-item .mb-2 {
    position: relative;
    margin-bottom: 1rem !important;
}

#impact-stats .counter-item:hover .fa {
    transform: scale(1.2) rotate(8deg);
    filter: drop-shadow(0 6px 12px rgba(255, 107, 0, 0.3));
}

#impact-stats .counter-item .fa {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    z-index: 1;
}

#impact-stats .counter-item:hover h3 {
    color: #ff6b35 !important;
    transform: scale(1.08);
}

#impact-stats .counter-item h3 {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

#impact-stats .counter-item:hover p {
    color: #222 !important;
    font-weight: 500;
}

#impact-stats .counter-item p {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    color: #666;
}

#impact-stats .counter-item::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 107, 0, 0.05) 0%,
        transparent 70%
    );
    transition: all 0.5s ease;
    z-index: 0;
}

#impact-stats .counter-item:hover::after {
    bottom: -30px;
    right: -30px;
    opacity: 0.8;
}

@keyframes iconPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
}

#impact-stats .counter-item .text-danger {
    animation: iconPulse 2.5s ease-in-out infinite;
}

#impact-stats .counter-item:hover .text-danger {
    animation: none;
    opacity: 1 !important;
}

/* Service Cards */
.service-card {
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
    border: none !important;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.05) !important;
    border-radius: 16px !important;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
    #ff6b35 0%,
    #ff8c5a 50%,
    #ff6b35 100%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 0 0 16px 16px;
}

.service-card:hover::before {
    opacity: 1;
    animation: gradientMove 2s linear infinite;
}

.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow:
        0 20px 40px rgba(255, 107, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 107, 0, 0.1) !important;
}

.service-card:hover img {
    transform: scale(1.2) rotate(8deg) !important;
    filter: drop-shadow(0 6px 12px rgba(255, 107, 0, 0.3)) !important;
}

.service-card img {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    position: relative !important;
    z-index: 1 !important;
}

.service-card:hover h4 {
    color: #ff6b35 !important;
    transform: scale(1.05) !important;
}

.service-card h4 {
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 107, 0, 0.05) 0%,
        transparent 70%
    );
    transition: all 0.5s ease;
    z-index: 0;
}

.service-card:hover::after {
    bottom: -30px;
    right: -30px;
    opacity: 0.8;
}

/* Footer Styles */
footer img[src="images/ui/up-right-arrow.webp"] {
    display: none !important;
}

footer .d-flex.align-items-center.justify-content-between h2,
footer .col-lg-4 h2,
footer .col-lg-3 h2 {
    display: none !important;
}

/* Subheader Styles */
#subheader .container {
    text-align: center !important;
}

#subheader h1.split {
    float: none !important;
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
}

#subheader h1.split::before,
#subheader h1.split::after {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

#subheader .crumb {
    direction: rtl;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: .25rem 0 0;
}

#subheader .crumb li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

#subheader .crumb li a {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

#subheader .crumb li + li::before {
    content: "\2039";
    display: inline-block;
    margin: 0 .6rem;
    opacity: .8;
    line-height: 1;
}

#subheader .crumb li.active {
    font-weight: 700;
    opacity: 1;
}

#subheader .crumb li::after {
    content: none !important;
}

/* Hero Video */
.hero-video {
    line-height: 0;
    margin: 0;
}

.hero-video .thumb {
    height: clamp(240px, 55vw, 520px);
    object-fit: cover;
}

@supports (aspect-ratio: 16/9) {
    .hero-video {
        aspect-ratio: 16/9;
        height: auto;
    }
    .hero-video .thumb {
        height: 100%;
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
    pointer-events: none;
}

.section-compact {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* YouTube Modal */
.yt-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .8);
}

.yt-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 960px);
}

.yt-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 36px;
}

.yt-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.yt-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer Modern */
.footer-modern {
    background:
        linear-gradient(135deg, rgba(255,107,53,0.03) 0%, transparent 50%),
        linear-gradient(to right, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 1.25rem 0;
    color: #e0e0e0;
    font-size: 0.85rem;
    border-top: 3px solid rgba(255,107,53,0.4);
    position: relative;
    overflow: hidden;
}

.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,
    rgba(255,107,53,0.2) 0%,
    rgba(255,107,53,0.5) 50%,
    rgba(255,107,53,0.2) 100%
    );
    z-index: 1;
}

.footer-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,107,53,0.6) 20%,
    rgba(255,107,53,1) 50%,
    rgba(255,107,53,0.6) 80%,
    transparent 100%
    );
    box-shadow:
        0 0 15px rgba(255,107,53,0.9),
        0 0 30px rgba(255,107,53,0.6);
    animation: borderShine 4s linear infinite;
    z-index: 2;
}

@keyframes borderShine {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}

.footer-logo-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.footer-logo-glow {
    height: 48px;
    position: relative;
    z-index: 2;
    filter:
        drop-shadow(0 0 12px rgba(255,107,53,0.7))
        drop-shadow(0 0 25px rgba(255,107,53,0.5))
        drop-shadow(0 0 40px rgba(255,107,53,0.3))
        brightness(1.15);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    animation: logoFloat 4s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.footer-logo-glow:hover {
    filter:
        drop-shadow(0 0 18px rgba(255,107,53,1))
        drop-shadow(0 0 35px rgba(255,107,53,0.7))
        drop-shadow(0 0 50px rgba(255,107,53,0.5))
        brightness(1.4);
    transform: scale(1.2) rotate(8deg) translateY(-8px);
    animation-play-state: paused;
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.footer-contacts .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.footer-contacts .contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
}

.footer-contacts .contact-item:hover::before {
    left: 100%;
}

.footer-contacts .contact-item:hover {
    background: linear-gradient(135deg, rgba(255,107,53,0.2), rgba(255,107,53,0.1));
    border-color: rgba(255,107,53,0.3);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,107,53,0.2);
}

.footer-contacts .contact-item i {
    font-size: 0.75rem;
    color: rgba(255,107,53,0.8);
    transition: all 0.3s ease;
}

.footer-contacts .contact-item:hover i {
    color: #ff6b35;
    transform: scale(1.2) rotate(5deg);
}

.footer-social-modern {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem;
}

.footer-social-modern a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,107,53,0.2);
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.footer-social-modern a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,107,53,0.4), transparent);
    transition: all 0.4s ease;
    z-index: 0;
}

.footer-social-modern a:hover::before {
    width: 200%;
    height: 200%;
}

.footer-social-modern a i {
    position: relative;
    z-index: 1;
}

.footer-social-modern a:hover {
    background: linear-gradient(135deg, #ff6b35, #f57c00);
    border-color: #ff6b35;
    transform: translateY(-5px) scale(1.2);
    box-shadow:
        0 8px 20px rgba(255,107,53,0.4),
        0 0 25px rgba(255,107,53,0.3);
}

.footer-social-modern a:nth-child(1):hover {
    transform: translateY(-5px) scale(1.2) rotate(-10deg);
}

.footer-social-modern a:nth-child(2):hover {
    transform: translateY(-5px) scale(1.2) rotate(10deg);
}

.footer-social-modern a:nth-child(3):hover {
    transform: translateY(-5px) scale(1.2) rotate(-10deg);
}

.footer-social-modern a:nth-child(4):hover {
    transform: translateY(-5px) scale(1.2) rotate(10deg);
}

.footer-social-modern a:nth-child(5):hover {
    transform: translateY(-5px) scale(1.2) rotate(-10deg);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-5px) scale(1.2); }
    50% { transform: translateY(-7px) scale(1.25); }
}

.footer-social-modern a:hover {
    animation: pulse 0.8s ease-in-out infinite;
}

.footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 0.7rem;
    text-align: center;
    position: relative;
    padding-top: 0.5rem;
}

.footer-copyright::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,107,53,0.6), transparent);
}

.footer-copyright:hover {
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 10px rgba(255,107,53,0.3);
}

@media (max-width: 991px) {
    .footer-modern {
        padding: 1rem 0;
    }

    .footer-contacts {
        justify-content: center;
    }

    .footer-modern .col-lg-3,
    .footer-modern .col-lg-5,
    .footer-modern .col-lg-2 {
        text-align: center;
    }

    .footer-logo-wrapper {
        margin: 1rem 0;
        padding: 1rem;
    }

    .footer-logo-glow {
        height: 40px;
    }

    .footer-social-modern {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-modern {
        padding: 0.75rem 0;
        font-size: 0.75rem;
    }

    .footer-contacts .contact-item {
        font-size: 0.7rem;
        padding: 0.25rem 0.6rem;
    }

    .footer-social-modern a {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .footer-logo-wrapper {
        padding: 0.75rem;
    }

    .footer-logo-glow {
        height: 32px !important;
    }
}

/* Donate Button */
.donate-btn-epic {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #f57c00 50%, #ff6b35 100%);
    background-size: 200% 200%;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    overflow: hidden;
    box-shadow:
        0 6px 20px rgba(255,107,53,0.5),
        0 0 30px rgba(255,107,53,0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: donateGradient 3s ease infinite;
    z-index: 1;
    border: none;
}

@keyframes donateGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.donate-btn-content {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 3;
}

.donate-btn-content i {
    font-size: 1.1rem;
    animation: heartBeat 1.5s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    10%, 30% { transform: scale(1.1); }
    20%, 40% { transform: scale(1); }
}

.donate-text {
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.donate-btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    border-radius: 30px;
    animation: glowPulse 2s ease-in-out infinite;
    z-index: 1;
}

@keyframes glowPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

.donate-btn-particles::before,
.donate-btn-particles::after {
    content: '✨';
    position: absolute;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    animation: particles 3s ease-in-out infinite;
    z-index: 2;
}

.donate-btn-particles::before {
    top: -3px;
    right: 8px;
    animation-delay: 0s;
}

.donate-btn-particles::after {
    bottom: -3px;
    left: 8px;
    animation-delay: 1.5s;
}

@keyframes particles {
    0%, 100% {
        transform: translateY(0) scale(0);
        opacity: 0;
    }
    50% {
        transform: translateY(-15px) scale(1);
        opacity: 1;
    }
}

.donate-btn-epic:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 12px 35px rgba(255,107,53,0.7),
        0 0 50px rgba(255,107,53,0.5),
        0 0 80px rgba(255,107,53,0.3);
    animation-play-state: paused;
}

.donate-btn-epic:hover .donate-btn-content i {
    animation-play-state: running;
    transform: scale(1.2) rotate(10deg);
}

.donate-btn-epic:hover .donate-text {
    letter-spacing: 0.6px;
}

.donate-btn-epic:active {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
        0 6px 20px rgba(255,107,53,0.6),
        0 0 35px rgba(255,107,53,0.4);
}

.donate-btn-epic::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
    );
    transition: left 0.7s;
    z-index: 2;
}

.donate-btn-epic:hover::before {
    left: 100%;
}

.donate-btn-epic,
.donate-btn-epic:link,
.donate-btn-epic:visited,
.donate-btn-epic:focus,
.donate-btn-epic:active {
    color: #fff !important;
    outline: none !important;
}

.donate-btn-epic:focus-visible {
    outline: 2px solid rgba(255,255,255,0.5);
    outline-offset: 3px;
}

.donate-btn-epic .donate-text,
.donate-btn-epic:active .donate-text,
.donate-btn-epic:focus .donate-text,
.donate-btn-epic:visited .donate-text {
    color: #fff !important;
}

@media (max-width: 991px) {
    .donate-btn-epic {
        display: none !important;
    }
}

/* Slider Responsive */
@media (max-width: 991px) {
    .sw-caption {
        text-align: center !important;
        padding: 0 20px !important;
    }

    .sw-caption .row {
        justify-content: center !important;
    }

    .sw-caption .col-lg-6 {
        max-width: 100% !important;
    }

    .sw-text-wrapper h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        padding: 0 10px !important;
    }

    .sw-caption p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1rem !important;
        padding: 0 15px !important;
    }

    .sw-caption .btn-main {
        font-size: 0.9rem !important;
        padding: 10px 24px !important;
    }

    .mh-800 {
        min-height: 500px !important;
        max-height: 600px !important;
    }

    .swiper-slide {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .sw-text-wrapper h2 {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
    }

    .sw-caption p {
        font-size: 0.85rem !important;
    }

    .mh-800 {
        min-height: 400px !important;
        max-height: 500px !important;
    }
}

/* Services Section Responsive */
@media (max-width: 991px) {
    #services-heading {
        text-align: center !important;
    }

    #services-heading > div {
        flex-direction: column !important;
        text-align: center !important;
        gap: 0.75rem !important;
    }

    #services-heading .subtitle {
        font-size: 1.3rem !important;
    }

    #services-heading h3 {
        font-size: 1.5rem !important;
    }

    #services-heading .fas {
        font-size: 2rem !important;
    }

    #services > div > div:nth-child(2) {
        justify-content: center !important;
    }

    .service-card {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    #services-heading .subtitle {
        font-size: 1.1rem !important;
    }

    #services-heading h3 {
        font-size: 1.2rem !important;
    }

    .service-card {
        padding: 1rem !important;
    }

    .service-card img {
        width: 60px !important;
        height: 60px !important;
    }

    .service-card h4 {
        font-size: 0.95rem !important;
    }
}

/* Journey Section Responsive */
@media (max-width: 991px) {
    .journey-section {
        text-align: center !important;
        padding: 2.5rem 1.5rem !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .journey-section .subtitle {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        text-align: center !important;
    }

    .journey-section h2.split {
        font-size: 1.6rem !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
        width: 100% !important;
    }

    .journey-section p.fs-5 {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        text-align: center !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .journey-section {
        padding: 2rem 1rem !important;
    }

    .journey-section .subtitle {
        font-size: 0.9rem !important;
    }

    .journey-section h2.split {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
    }

    .journey-section p.fs-5 {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        padding: 0 10px !important;
    }
}

/* Footer Contact Styles */
.footer-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .2px;
}

#contact-footer .contact-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

#contact-footer .contact-list li:last-child {
    border-bottom: none;
}

#contact-footer .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: .7;
    margin-bottom: 3px;
}

#contact-footer .value {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

#contact-footer .i {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #bbb;
    stroke-width: 2;
}

.footer-social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social a {
    color: #cfcfcf;
    font-size: 18px;
    opacity: .9;
}

.footer-social a:hover {
    color: #fff;
}

.link-contrast {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
}

.link-contrast:hover {
    color: #ffa72b;
}

.keep-ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .footer-compact {
        padding: 1.25rem 0 0.5rem !important;
    }

    .subfooter-compact {
        margin-top: 0.75rem !important;
        padding: 0.6rem 0 !important;
    }

    .footer-compact img {
        height: 24px !important;
    }

    .footer-compact p {
        font-size: 0.75rem !important;
    }
}

.footer-compact .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    margin: 0 2px;
}

.footer-compact .footer-social a:hover {
    background: linear-gradient(135deg, rgba(220,53,69,0.8), rgba(200,35,51,0.8));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 12px rgba(220,53,69,0.3);
}

.footer-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .2px;
    margin: 0;
}

#contact-footer .contact-list li {
    padding: 0.5rem 0;
}

#contact-footer .contact-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#contact-footer .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: .7;
    margin-bottom: 3px;
}

#contact-footer .value {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

#contact-footer .i {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #bbb;
    stroke-width: 2;
}

.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social a {
    color: #cfcfcf;
    font-size: 18px;
    opacity: .9;
    transition: color .2s, opacity .2s;
}

.footer-social a:hover {
    color: #fff;
    opacity: 1;
}

.link-contrast {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
}

.link-contrast:hover {
    color: #ffa72b;
}

.keep-ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
}

/* Variables */
:root {
    --orange-hex: #fd7e14;
    --primary-hex: #14213d;
    --card-shadow: 0 6px 18px rgba(0,0,0,.06);
    --card-shadow-hover: 0 10px 24px rgba(253,126,20,.20);
}

.text-orange {
    color: var(--orange-hex) !important;
}

/* Why Choose Us Section */
#section-why-choose-us .why-subtitle {
    font-size: 1.6rem;
    color: var(--primary-hex);
    text-align: center;
}

#section-why-choose-us .why-subtitle::after {
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: var(--orange-hex);
    border-radius: 50%;
    margin-inline-start: .5rem;
    vertical-align: middle;
}

#section-why-choose-us .why-title {
    color: var(--primary-hex);
    font-weight: 800;
    line-height: 1.2;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    margin: .25rem 0;
}

#section-why-choose-us .why-tagline {
    color: var(--orange-hex);
    font-weight: 800;
    line-height: 1.25;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    margin-bottom: 1rem;
    text-align: center;
}

#section-why-choose-us .why-desc {
    max-width: 58ch;
    margin-inline: auto;
    line-height: 1.8;
    text-align: center;
    font-size: 1rem;
    color: #5f6b7a;
}

#section-why-choose-us .feature-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
    text-align: start;
}

#section-why-choose-us .feature-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}

#section-why-choose-us .feature-box h5 {
    color: var(--primary-hex);
    font-weight: 800;
    margin-bottom: .5rem;
}

#section-why-choose-us .feature-box p {
    color: #5f6b7a;
    line-height: 1.75;
    font-size: .95rem;
    margin: 0;
    text-align: justify !important;
    text-justify: inter-word !important;
    text-align-last: right !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
}

#section-why-choose-us .icon-wrapper {
    position: absolute;
    inset-inline-start: 22px;
    top: -16px;
    width: 44px;
    height: 44px;
    background-color: var(--orange-hex);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 10px rgba(253,126,20,.35);
    z-index: 2;
}

#section-why-choose-us .icon-wrapper i {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    #section-why-choose-us .icon-wrapper {
        top: -12px;
        inset-inline-start: 18px;
        width: 40px;
        height: 40px;
    }
}

#section-why-choose-us .badge.bg-orange {
    background-color: var(--orange-hex) !important;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

/* About Us Section */
#who-us .badge.bg-orange {
    background-color: var(--orange-hex) !important;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

#who-us h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--primary-hex);
    line-height: 1.3;
}

#who-us h3 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--orange-hex);
}

#who-us p {
    color: #5f6b7a;
    line-height: 1.8;
    font-size: 1rem;
}

#who-us .ul-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

#who-us .ul-check li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    color: #2d3b50;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

#who-us img {
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {
    #who-us .row {
        flex-direction: column !important;
    }
    #who-us .text-end {
        text-align: center !important;
    }
}

#who-us .row.align-items-start {
    align-items: stretch !important;
}

#who-us .col-lg-6.text-end {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

@media (max-width: 767px) {
    #impact-heading {
        text-align: center !important;
    }

    #impact-heading .stack {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #impact-heading .stack .title {
        text-align: center !important;
        justify-content: center !important;
    }

    #impact-heading .stack .subtitle {
        text-align: center !important;
    }

    #who-us .col-lg-6.text-end {
        text-align: center !important;
    }

    #who-us .col-lg-6.text-end .d-flex {
        justify-content: center !important;
    }

    #who-us .col-lg-6.text-end h2,
    #who-us .col-lg-6.text-end h3,
    #who-us .col-lg-6.text-end p {
        text-align: center !important;
    }

    #who-us .col-lg-6.text-end .badge {
        display: inline-block !important;
    }
}

/* Subtitle */
.subtitle {
    font-family: 'Cairo', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

/* Statistics Layout */
.de_count h3 {
    display: block !important;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
}

.de_count {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.de_count h3 {
    margin-bottom: 8px !important;
}

/* Center Service Icons and Text */
.col-lg-3.col-md-6 .hover {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.col-lg-3.col-md-6 .hover img {
    margin: 0 auto 15px auto !important;
}

.col-lg-3.col-md-6 .hover h4 {
    text-align: center !important;
    margin-bottom: 10px !important;
}

.col-lg-3.col-md-6 .hover p {
    text-align: center !important;
}

/* Force Contact Icons to Right Side */
.widget div {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    text-align: right !important;
}

.widget div i {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Force Contact Icons to Right - More Specific */
#extra-content .widget div {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    text-align: right !important;
}

#extra-content .widget div i {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Force all contact icons to right side */
html[dir="rtl"] .widget div {
    position: relative !important;
    padding-right: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    text-align: right !important;
}

html[dir="rtl"] .widget div i {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Footer Icons Force Display */
footer .widget i.icofont-phone,
footer .widget i.icofont-location-pin,
footer .widget i.icofont-envelope {
    display: inline-block !important;
    font-family: 'IcoFont' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

footer .widget i.icofont-phone:before {
    content: "\ef42" !important;
}

footer .widget i.icofont-location-pin:before {
    content: "\ef8d" !important;
}

footer .widget i.icofont-envelope:before {
    content: "\ef42" !important;
}



