body {
    margin: 0;
    font-family: 'Cairo', sans-serif;
    background: #f7f9fc;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

[id] {
    scroll-margin-top: 80px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* TOP BAR (AsadTech style) */
.top-bar {
    background-color: #052556;
    padding: 0;
    font-size: 13px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 48px;
    flex-direction: row-reverse;
}

.wt-topbar-left,
.wt-topbar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wt-topbar-info,
.wt-topbar-info-2,
.topbar-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wt-topbar-info li,
.wt-topbar-info-2 li {
    color: #fff;
    padding: 12px 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1.4;
}

.wt-topbar-info li:last-child,
.wt-topbar-info-2 li:last-child {
    border-left: none;
}

.wt-topbar-info li span + span {
    margin-right: 6px;
    opacity: 0.85;
}

.wt-topbar-info-2 li i {
    color: #00b4db;
    margin-left: 8px;
    font-size: 14px;
}

.wt-topbar-info-2 li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wt-topbar-info-2 li a:hover {
    color: #00b4db;
}

.topbar-social {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 5px;
    margin-right: 5px;
}

.topbar-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.topbar-social li a:hover {
    color: #00b4db;
}

.header-style-2 .top-bar {
    padding: 0 0;
    font-size: 14px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
/* NAVBAR */
.navbar {
    background: whitesmoke;
    padding: 12px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #e6e6e6;
    direction: ltr;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 2px solid #003f6e;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1002;
    flex-shrink: 0;
}

.nav-toggle-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #003f6e;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-overlay {
    display: none;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    direction: rtl;
}

.logo {
    height: 50px;
    
    border-radius: 5px;
}

.logo-text h3 {
    margin: 0;
    font-weight: 900;
    color: #003f6e;
}

.logo-text span {
    font-size: 12px;
    color: #666;
}

.nav-links a {
    margin-left: 25px;
    font-weight: 600;
    color: #003f6e;
    text-decoration: none;
}

.nav-links a:hover {
    color: #00b4db;
}

/* Nav dropdown */
.nav-dropdown {
    position: relative;
    margin-left: 25px;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    font-weight: 600;
    color: #003f6e;
    text-decoration: none;
    cursor: pointer;
}

.nav-dropdown-toggle:hover {
    color: #00b4db;
}

.nav-dropdown-toggle i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 190px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #eef1f4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu li a {
    display: block;
    padding: 10px 22px;
    color: #003f6e;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-left: 0;
    transition: all 0.25s ease;
}

.nav-dropdown-menu li a:hover,
.nav-dropdown-menu li a.nav-active {
    background: #f0f9fc;
    color: #00b4db;
    padding-right: 28px;
}
.carousel-bg {
    width: 100%;
    height: 90vh; /* يمكنك تغيير الارتفاع */
    background-size: cover;
    background-position: center;
}

/* HERO SLIDER (AsadTech style) */
.hero-slider {
    position: relative;
    width: 100%;
}

.slider-container {
    position: relative;
    height: calc(100vh - 130px);
    min-height: 520px;
    max-height: 850px;
    overflow: hidden;
    background-color: #111;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    display: flex;
    align-items: center;
    direction: rtl;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.slide.active .slide-bg {
    animation: kenBurns 8s ease-out forwards;
}

@keyframes kenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.08); }
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.72) 100%
    );
    z-index: 1;
}

.slide-caption-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: flex-start;
}

.caption-container {
    max-width: 650px;
    color: #ffffff;
    text-align: right;
    opacity: 0;
    transform: translateY(40px);
}

.slide.active .caption-container {
    animation: slideCaptionIn 0.9s ease forwards 0.3s;
}

@keyframes slideCaptionIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-label {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 600;
    color: #00b4db;
    border-right: 4px solid #00b4db;
    padding: 8px 20px 8px 0;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(30px);
}

.slide.active .slide-label {
    animation: slideCaptionIn 0.8s ease forwards 0.5s;
}

.slide-title {
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 300;
    line-height: 1.15;
    margin: 0 0 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(30px);
}

.slide.active .slide-title {
    animation: slideCaptionIn 0.8s ease forwards 0.75s;
}

.slide-desc {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 30px;
    max-width: 560px;
    opacity: 0;
    transform: translateY(30px);
}

.slide.active .slide-desc {
    animation: slideCaptionIn 0.8s ease forwards 1s;
}

.slide-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #00b4db;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #00b4db;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.slide.active .slide-btn {
    animation: slideCaptionIn 0.8s ease forwards 1.25s;
}

.slide-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* Slider arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 0;
}

.slider-arrow:hover {
    background: #00b4db;
    border-color: #00b4db;
}

.slider-prev {
    right: 25px;
}

.slider-next {
    left: 25px;
}

/* Dot navigation */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
}

.dot {
    height: 4px;
    width: 35px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.35s ease;
}

.dot:hover,
.dot.active {
    background: #00b4db;
    width: 50px;
}

/* MAIN TITLE */
.main-title {
    text-align: center;
    padding: 40px 20px;
}

.main-title h1 {
    font-size: 36px;
    font-weight: 900;
    color: #003f6e;
}

.main-title p {
    font-size: 18px;
    color: #555;
}

/* SECTIONS */
.section {
    padding: 50px 40px;
    background: #fff;
}

.section-title {
    font-size: 28px;
    font-weight: 900;
    color: #003f6e;
    margin-bottom: 20px;
}
/* القسم العام */
.coldroom-section {
    padding: 60px 40px;
    font-family: 'Cairo', sans-serif;
}

.coldroom-container {
    display: flex;
    gap: 35px;
    align-items: center; /* Changed from flex-start to center for better visual balance */
    flex-direction: row-reverse;
    background: #fff;
    padding: 40px 0;
}

/* --- Section Image Carousel (Owl Carousel) --- */
.section-carousel-wrap {
    position: relative;
    width: 420px;
    height: 320px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-carousel-wrap--large {
    width: 574px;
    height: 380px;
}

.section-carousel-wrap .owl-carousel,
.section-carousel-wrap .owl-stage-outer,
.section-carousel-wrap .owl-stage,
.section-carousel-wrap .owl-item,
.section-carousel-wrap .item {
    height: 100%;
}

.section-carousel-wrap .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-carousel-wrap .owl-nav button.owl-prev,
.section-carousel-wrap .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    font-size: 16px !important;
    margin: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.section-carousel-wrap:hover .owl-nav button.owl-prev,
.section-carousel-wrap:hover .owl-nav button.owl-next {
    opacity: 1;
}

.section-carousel-wrap .owl-nav button.owl-prev:hover,
.section-carousel-wrap .owl-nav button.owl-next:hover {
    background: #00b4db !important;
    color: #fff !important;
}

.section-carousel-wrap .owl-nav button.owl-prev {
    right: 15px;
    left: auto;
}

.section-carousel-wrap .owl-nav button.owl-next {
    left: 15px;
    right: auto;
}

.section-carousel-wrap .owl-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0;
}

.section-carousel-wrap .owl-dots .owl-dot span {
    width: 28px;
    height: 4px;
    margin: 0 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.45);
}

.section-carousel-wrap .owl-dots .owl-dot.active span,
.section-carousel-wrap .owl-dots .owl-dot:hover span {
    background: #00b4db;
    width: 40px;
}

/* Legacy gallery aliases */
.image-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.coldroom-image.image-gallery {
    width: 420px;
    height: 320px;
    flex-shrink: 0;
}

.machine-image.image-gallery {
    width: 574px;
    height: 380px;
    flex-shrink: 0;
}

.gallery-track {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: opacity 0.9s ease-in-out, visibility 0.9s ease-in-out, transform 5s ease;
}

.gallery-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.image-gallery:hover .gallery-arrow {
    opacity: 1;
}

.gallery-arrow:hover {
    background: #00b4db;
    color: #fff;
}

.gallery-prev { right: 15px; left: auto; }
.gallery-next { left: 15px; right: auto; }

.gallery-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 7px;
}

.gallery-dot {
    width: 28px;
    height: 4px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.35s ease;
}

.gallery-dot:hover,
.gallery-dot.active {
    background: #00b4db;
    width: 40px;
}

.coldroom-image {
    position: relative;
}

.machine-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Text Content Tweaks for Direction alignment */
.coldroom-text {
    direction: rtl;
    flex: 1;
}

/* العنوان الرئيسي مع العمود */
.side-title {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    border-right: 6px solid #00b4db;
    padding-right: 12px;
    margin-bottom: 20px;
}

/* الوصف */
.coldroom-desc {
    font-size: 18px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 25px;
}
/* العنوان الجانبي كما في البروفايل */
.side-title {
    font-family: 'Cairo', sans-serif;
    font-size: 32px;
    font-weight: 900;        /* خط عريض جداً */
    color: #003f6e;          /* نفس لون البروفايل */
    text-align: right;
    margin-bottom: 25px;
    border-right: 12px solid #53b4bd;   /* الخط الجانبي */
    padding-right: 12px;
}

.section-text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}
.solutions-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    flex-wrap: wrap;
}

.solution-card {
    flex: 1 1 0;
    text-align: center;
    background: #e1f5fe;          /* أزرق قريب من البروفايل */
    color: #0b5fa8;
    padding: 20px 18px;
    border-radius: 16px;
    min-width: 220px;
        border: 1px solid #0b5fa826;
}

.solution-card h3 {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 18px;
}

.solution-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.solution-icon {
    font-size: 26px;
    margin-bottom: 8px;
}

/* SERVICES SECTION (from service content) */
.services-section {
    padding: 60px 40px;
    background: #f7f9fc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 10px;
}

.service-block {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-right: 4px solid #00b4db;
    border-radius: 8px;
    padding: 28px 26px;
    box-shadow: 0 4px 18px rgba(0, 63, 110, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-block:hover {
    box-shadow: 0 10px 30px rgba(0, 63, 110, 0.1);
    transform: translateY(-3px);
}

.service-block-head {
    margin-bottom: 16px;
}

.service-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #003f6e;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 10px;
}

.service-block-head h3 {
    font-size: 20px;
    font-weight: 800;
    color: #003f6e;
    margin: 0 0 6px;
    line-height: 1.45;
}

.service-en {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #00b4db;
    letter-spacing: 0.3px;
}

.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list li {
    position: relative;
    padding-right: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
    color: #444;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #00b4db;
    border-radius: 50%;
}

.services-section .service-block:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/* SOLUTIONS */
.solution-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-right: 5px solid #00bcd4;
}

/* LIST */
.list li {
    margin-bottom: 10px;
    font-size: 18px;
}
/* قسم ماكينات التبريد – مطابق للبروفايل */
.machine-section {
    padding: 60px 40px;
    font-family: 'Cairo', sans-serif;
}

.machine-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* الصورة */
.machine-image {
    flex-shrink: 0;
}

/* النص */
.machine-text {
    flex: 1;
    text-align: right;
}

.machine-title {
    font-size: 28px;
    font-weight: 900;
    color: #003f6e;
    margin-bottom: 15px;
}

.machine-desc {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* العناصر مع الأيقونات */
.machine-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.machine-item .icon {
    font-size: 26px;
    color: #0b5fa8;
    margin-top: 2px;
}
.check-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #0b5fa8;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

/* علامة الصح داخل المربع */
.check-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border-right: 3px solid #0b5fa8;
    border-bottom: 3px solid #0b5fa8;
    transform: rotate(45deg);
}
.circle-check {
    width: 22px;
    height: 22px;
    background-color: #00b4db;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-top: 3px;
}

/* علامة الصح البيضاء */
.circle-check::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
}


.machine-item p {
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
}

/* قسم رحلة التنفيذ */
.process-section {
    padding: 60px 40px;
    font-family: 'Cairo', sans-serif;
}

/* العنوان الجانبي */
.side-title {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    border-right: 6px solid #00b4db;
    padding-right: 12px;
    margin-bottom: 40px;
    text-align: right;
}

/* الحاوية */
.process-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 80px; /* extra space for perfect alignment */
    align-items: flex-start; /* IMPORTANT */
}

/* الخط الأفقي */
.process-line {
    position: absolute;
    top: 17px; /* EXACT center of the circles */
    left: 0;
    right: 0;
    height: 4px;
    background: #00b4db;
    z-index: 1;
}

/* كل خطوة */
.process-step {
   width: 160px;
    position: relative;
}

/* الدائرة */
/* اللون الأساسي لكل الدوائر */
.circle {
    width: 35px;
    height: 35px;
    background: #052556;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    margin: 0 auto;
    position: relative;
}


/* تخصيص رقم 5 فقط */
.process-step:nth-child(6) .circle {
    background: #00b4db; /* اللون الذي طلبته */
}


/* عنوان الخطوة */
.process-step h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #003f6e;
}

/* وصف الخطوة */
.process-step p {
    font-size: 15px;
    color: #444;
}
.process-step h3,
.process-step p {
    margin-top: 25px;
}
/* TABLE */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.spec-table th {
    background: #003f6e;
    color: #fff;
    padding: 12px;
}

.spec-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

/* PROCESS */
.steps {
    display: flex;
    gap: 15px;
}

.step {
    background: #fff;
    padding: 15px 25px;
    border-right: 5px solid #003f6e;
    font-weight: 700;
}
/* قسم الأداء */
.performance-section {
    padding: 60px 40px;
    font-family: 'Cairo', sans-serif;
    background: #fff;
}

.performance-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex-direction: row-reverse;
    max-width: 1200px;
    margin: 0 auto;
}

.performance-right {
    flex: 0 0 280px;
    text-align: right;
}

.performance-right .side-title {
    margin-bottom: 30px;
}

.performance-left {
    flex: 1;
    text-align: right;
}

/* دائرة 98% */
.percent-box {
    text-align: center;
}

.percent-circle {
    width: 160px;
    height: 160px;
    background: #1bab8c;
    color: #fff;
    border-radius: 50%;
    font-size: 42px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.percent-text {
    font-size: 18px;
    color: #003f6e;
    font-weight: 700;
    line-height: 1.6;
}

.sub-title {
    font-size: 26px;
    font-weight: 900;
    color: #003f6e;
    margin-bottom: 15px;
}

.desc {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.8;
}
/* العناصر مع الدائرة */
.check-item {
     display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.brands-section {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

.brands-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brands-slider-track {
    display: flex;
    gap: 20px;
    width: max-content;
    transition: transform 1.2s ease-in-out; 
    direction: ltr;
}

.brand-item {
    flex-shrink: 0;
    width: 160px; 
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f2f5;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    height: 80px;
}

.client-logo img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

/* CLIENT LOGO GALLERY (AsadTech style) */
.clients-gallery-section {
    padding: 70px 40px 60px;
    background: #f0f2f5;
}

.clients-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.clients-gallery-header {
    text-align: center;
    margin-bottom: 45px;
}

.section-separator {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.sep-text {
    font-size: 14px;
    font-weight: 700;
    color: #00b4db;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sep-leaf {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #00b4db;
    position: relative;
}

.sep-leaf::before {
    content: "";
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    background: #00b4db;
    transform: rotate(45deg);
}

.section-separator .sep-leaf:first-child::before {
    right: 0;
}

.section-separator .sep-leaf:last-child::before {
    left: 0;
}

.clients-gallery-title {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    margin: 0;
}

.clients-carousel .item {
    padding: 8px;
}

.client-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    height: 100px;
    padding: 15px 20px;
    transition: all 0.35s ease;
    overflow: hidden;
}

.client-logo-card img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: all 0.35s ease;
}

.client-logo-card:hover {
    border-color: #00b4db;
    box-shadow: 0 8px 25px rgba(0, 63, 110, 0.12);
    transform: translateY(-4px);
}

.client-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.clients-carousel.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

/* FOOTER (AsadTech style) */
.site-footer {
    color: #fff;
    margin-top: 0;
}

.footer-top {
    background: #052556;
    padding: 70px 40px 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: flex;
    gap: 50px;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.footer-about {
    flex: 0 0 38%;
}

.footer-logo {
    background:aliceblue;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.footer-about-text {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.footer-contact-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.footer-contact-list li i {
    color: #00b4db;
    margin-top: 4px;
    min-width: 16px;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social li a:hover {
    background: #00b4db;
    color: #fff;
}

.footer-links-area {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row-reverse;
}

.footer-links-col {
    flex: 1;
    min-width: 160px;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 180, 219, 0.4);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, padding-right 0.3s ease;
}

.footer-links li a:hover {
    color: #00b4db;
    padding-right: 6px;
}

.footer-links-inline li {
    display: inline-block;
    margin-left: 15px;
}

.footer-newsletter {
    flex: 1 1 100%;
    margin-top: 10px;
}

.footer-newsletter p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.newsletter-input-group {
    display: flex;
    max-width: 420px;
    flex-direction: row-reverse;
}

.newsletter-input-group input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 0 4px 4px 0;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
}

.newsletter-input-group button {
    padding: 12px 24px;
    background: #00b4db;
    color: #fff;
    border: none;
    border-radius: 4px 0 0 4px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.newsletter-input-group button:hover {
    background: #0099bb;
}

.footer-bottom {
    background: #031a3a;
    padding: 18px 40px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-brand {
    color: #00b4db;
    font-weight: 700;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.footer-bottom-links li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #00b4db;
}

/* Legacy footer class fallback */
.footer {
    text-align: center;
    padding: 20px;
    background: #003f6e;
    color: #fff;
    margin-top: 40px;
}

/* NAV ACTIVE */
.nav-links a.nav-active,
.nav-dropdown-toggle.nav-active {
    color: #00b4db;
}

/* CONTACT PAGE */
.page-banner {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 37, 86, 0.82);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.page-banner-content h1 {
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 15px;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: row-reverse;
    font-size: 15px;
}

.breadcrumb li {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb li a {
    color: #00b4db;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li + li::before {
    content: "";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.contact-section {
    padding: 70px 0 50px;
    background: #fff;
}

.contact-section-header {
    text-align: center;
    margin-bottom: 45px;
}

.contact-section-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    margin: 0;
}

.contact-person-row {
    display: flex;
    justify-content: center;
}

.contact-person-card {
    max-width: 520px;
    width: 100%;
    border: 1px solid #e8ecf0;
    background: #fff;
    padding: 35px 40px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.contact-person-card:hover {
    box-shadow: 0 10px 35px rgba(0, 63, 110, 0.12);
}

.contact-person-info h3 {
    font-size: 22px;
    font-weight: 800;
    color: #003f6e;
    margin: 0 0 8px;
}

.contact-person-role {
    font-size: 16px;
    color: #555;
    margin: 0 0 18px;
}

.contact-person-phone {
    font-size: 16px;
    color: #444;
    margin: 0 0 20px;
}

.contact-person-phone a {
    color: #00b4db;
    text-decoration: none;
    font-weight: 600;
}

.contact-call-btn {
    display: inline-block;
    color: #00b4db;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #00b4db;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.contact-call-btn:hover {
    color: #003f6e;
    border-color: #003f6e;
}

.contact-info-section {
    padding: 70px 0;
    background: #f0f2f5;
}

.contact-info-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.contact-info-box {
    text-align: center;
    padding: 45px 25px;
    border-left: 1px solid #eef1f4;
    position: relative;
}

.contact-info-box:first-child {
    border-left: none;
}

.contact-info-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-icon i {
    font-size: 36px;
    color: #00b4db;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #e8ecf0;
    border-radius: 50%;
    display: inline-block;
}

.info-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background: #052556;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-box h4 {
    font-size: 17px;
    font-weight: 700;
    color: #003f6e;
    margin: 0 0 12px;
}

.contact-info-box p {
    font-size: 15px;
    color: #555;
    margin: 0 0 6px;
    line-height: 1.7;
}

.contact-info-box p a {
    color: #00b4db;
    text-decoration: none;
    font-weight: 600;
}

.contact-form-section {
    padding: 70px 0;
    background: #f7f9fc;
}

.contact-form-wrap {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 45px 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.contact-form-header {
    margin-bottom: 30px;
    text-align: right;
}

.section-separator-right {
    justify-content: flex-start;
}

.contact-form-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    margin: 10px 0 0;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #dde3ea;
    border-radius: 0;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    direction: rtl;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #00b4db;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #00b4db;
    color: #fff;
    border: 2px solid #00b4db;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-submit-btn:hover {
    background: #003f6e;
    border-color: #003f6e;
}

.contact-map-section {
    padding: 0 0 70px;
    background: #fff;
}

.contact-map-section iframe {
    display: block;
    filter: grayscale(20%);
}

/* ABOUT PAGE */
.about-welcome-section {
    padding: 80px 0 60px;
    background: #fff;
}

.about-welcome-grid {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: row-reverse;
}

.about-welcome-text {
    flex: 1;
    text-align: right;
}

.about-welcome-text h2 {
    font-size: 32px;
    font-weight: 900;
    color: #003f6e;
    margin: 12px 0 20px;
    line-height: 1.4;
}

.about-welcome-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
}

.about-services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.about-services-list li {
    font-size: 16px;
    color: #003f6e;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid #eef1f4;
    position: relative;
    padding-right: 22px;
}

.about-services-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #00b4db;
    border-radius: 50%;
}

.about-welcome-media {
    flex: 0 0 48%;
}

.about-welcome-media img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    display: block;
    object-fit: cover;
    min-height: 380px;
}

.about-btn-secondary,
.about-btn-primary {
    display: inline-block;
    padding: 13px 32px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
    margin-top: 10px;
}

.about-btn-secondary {
    background: transparent;
    color: #003f6e;
    border: 2px solid #003f6e;
}

.about-btn-secondary:hover {
    background: #003f6e;
    color: #fff;
}

.about-btn-primary {
    background: #00b4db;
    color: #fff;
    border: 2px solid #00b4db;
}

.about-btn-primary:hover {
    background: #003f6e;
    border-color: #003f6e;
}

.about-vmv-section {
    padding: 20px 0 70px;
    background: #fff;
}

.about-vmv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vmv-card {
    border: 1px solid #e8ecf0;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.vmv-card:hover {
    box-shadow: 0 12px 35px rgba(0, 63, 110, 0.12);
    transform: translateY(-4px);
}

.vmv-card-body {
    padding: 35px 30px 30px;
    position: relative;
    min-height: 220px;
}

.vmv-card-body h3 {
    font-size: 22px;
    font-weight: 800;
    color: #003f6e;
    margin: 0 0 15px;
}

.vmv-card-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 60px;
}

.vmv-icon-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.vmv-icon {
    width: 50px;
    height: 50px;
    background: #052556;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.vmv-letter {
    font-size: 42px;
    font-weight: 900;
    color: rgba(0, 180, 219, 0.25);
    line-height: 1;
}

.about-stats-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* VIDEO SHOWCASE */
.video-showcase-section {
    padding: 60px 40px;
    background: #fff;
}

.video-showcase-wrap {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 63, 110, 0.12);
    border: 1px solid #e8ecf0;
    background: #000;
}

.video-showcase-wrap video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 540px;
    object-fit: contain;
    vertical-align: middle;
}

.about-stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 37, 86, 0.88);
}

.about-stats-content {
    position: relative;
    z-index: 2;
}

.about-stats-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-stats-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin: 10px 0 0;
}

.sep-leaf--light,
.sep-text--light {
    color: #fff;
}

.sep-leaf--light {
    background: #00b4db;
}

.sep-leaf--light::before {
    background: #00b4db;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #00b4db;
    margin: 0 0 10px;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.about-testimonials-section {
    padding: 80px 0 60px;
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.about-testimonials-grid {
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.about-testimonials-intro {
    flex: 0 0 340px;
    text-align: right;
}

.about-testimonials-intro h2 {
    font-size: 30px;
    font-weight: 900;
    color: #003f6e;
    margin: 12px 0 18px;
}

.about-testimonials-intro p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 25px;
}

.about-testimonials-carousel-wrap {
    flex: 1;
    min-width: 0;
}

.testimonial-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    align-items: flex-start;
    min-height: 180px;
}

.testimonial-avatar {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #eef1f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #00b4db;
}

.testimonial-body {
    flex: 1;
    text-align: right;
}

.testimonial-quote {
    font-size: 22px;
    color: #00b4db;
    opacity: 0.5;
    margin-bottom: 10px;
    display: block;
}

.testimonial-body p {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 15px;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 700;
    color: #003f6e;
}

.about-testimonials-carousel-wrap .owl-nav button.owl-prev,
.about-testimonials-carousel-wrap .owl-nav button.owl-next {
    position: absolute;
    top: -55px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #e8ecf0 !important;
    border-radius: 50%;
    color: #003f6e !important;
    font-size: 14px !important;
}

.about-testimonials-carousel-wrap .owl-nav button.owl-prev {
    left: 50px;
    right: auto;
}

.about-testimonials-carousel-wrap .owl-nav button.owl-next {
    left: 0;
    right: auto;
}

.about-testimonials-carousel-wrap .owl-nav button:hover {
    background: #00b4db !important;
    color: #fff !important;
    border-color: #00b4db !important;
}

.about-side-title {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 80px;
    font-weight: 900;
    color: rgba(0, 63, 110, 0.05);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 4px;
}

.about-partners-section {
    padding: 70px 0 80px;
    background: #fff;
}

.about-partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    border: 1px solid #eef1f4;
    background: #fff;
    transition: all 0.35s ease;
    min-height: 100px;
}

.partner-logo-item:hover {
    border-color: #00b4db;
    box-shadow: 0 8px 25px rgba(0, 63, 110, 0.1);
    transform: translateY(-3px);
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.35s ease;
}

.partner-logo-item:hover img {
    filter: grayscale(0%);
}

.section-separator-right {
    display: inline-flex;
}

/* PAGE CTA BAND */
.page-cta-section {
    padding: 60px 0;
    background: #f0f2f5;
}

.page-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
}

.page-cta-text {
    flex: 1;
    text-align: right;
}

.page-cta-text h2 {
    font-size: 28px;
    font-weight: 900;
    color: #003f6e;
    margin: 0 0 12px;
}

.page-cta-text p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin: 0;
}

.page-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #00b4db;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.page-cta-btn:hover {
    background: #003f6e;
    color: #fff;
}

/* FLOATING CONTACT BUTTONS */
.float-contact-left {
    position: fixed;
    left: 20px;
    bottom: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.float-phone {
    background: #052556;
}

.float-phone:hover {
    background: #00b4db;
}

.float-contact-left .float-phone:first-child {
    background: #e53935;
}

.float-contact-left .float-phone:first-child:hover {
    background: #c62828;
}

.float-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 9999;
    background: #25d366;
    font-size: 28px;
}

.float-whatsapp:hover {
    background: #1ebe57;
}

/* TABLET & MOBILE NAV */
@media (max-width: 992px) {
    .navbar {
        padding: 10px 20px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open .nav-overlay {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    body.nav-open .nav-toggle-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    body.nav-open .nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    body.nav-open .nav-toggle-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 88vw);
        height: 100vh;
        height: 100dvh;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 76px 0 24px;
        overflow-y: auto;
        transition: right 0.35s ease;
        z-index: 999;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
        direction: rtl;
    }

    body.nav-open .nav-links {
        right: 0;
    }

    .nav-links > a {
        display: block;
        margin-left: 0;
        padding: 14px 24px;
        border-bottom: 1px solid #eef1f4;
    }

    .nav-dropdown {
        margin-left: 0;
        border-bottom: 1px solid #eef1f4;
    }

    .nav-dropdown-toggle {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 14px 24px;
        box-sizing: border-box;
    }

    .nav-dropdown:hover .nav-dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: none;
    }

    .nav-dropdown-menu {
        position: static;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.35s ease;
        background: #f4f8fa;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        max-height: 220px;
    }

    .nav-dropdown.is-open .nav-dropdown-toggle i {
        transform: rotate(180deg);
    }

    .nav-dropdown-menu li a {
        padding: 12px 24px 12px 36px;
        font-size: 15px;
    }

    .coldroom-section,
    .machine-section,
    .process-section,
    .performance-section,
    .section,
    .video-showcase-section {
        padding: 45px 24px;
    }

    .side-title {
        font-size: 26px;
    }

    .coldroom-container,
    .machine-container {
        gap: 28px;
    }

    .section-carousel-wrap {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .section-carousel-wrap--large {
        width: 100%;
        max-width: 520px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-section .service-block:last-child:nth-child(odd) {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .topbar-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .wt-topbar-left,
    .wt-topbar-right {
        justify-content: center;
        width: 100%;
    }
    .wt-topbar-info,
    .wt-topbar-info-2 {
        justify-content: center;
        width: 100%;
    }
    .wt-topbar-info li,
    .wt-topbar-info-2 li {
        border-left: none;
        padding: 8px 12px;
        font-size: 12px;
        text-align: center;
    }
    .topbar-social {
        border-right: none;
        justify-content: center;
        padding: 5px 0 10px;
        margin: 0;
    }
    .slider-container {
        height: calc(100vh - 120px);
        min-height: 420px;
    }
    .slide-caption-wrap {
        padding: 0 25px;
    }
    .slide-label {
        font-size: 0.95rem;
    }
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .slider-prev {
        right: 10px;
    }
    .slider-next {
        left: 10px;
    }
    .solutions-row {
        flex-direction: column;
    }
     .machine-container {
        flex-direction: column;
    }

    .machine-image img {
        width: 100%;
    }
    .coldroom-container {
        flex-direction: column;
    }

    .coldroom-image.section-carousel-wrap,
    .machine-image.section-carousel-wrap,
    .section-carousel-wrap--large {
        width: 100%;
        height: 280px;
    }

    .section-carousel-wrap .owl-nav button.owl-prev,
    .section-carousel-wrap .owl-nav button.owl-next {
        opacity: 1;
    }

    .coldroom-image img {
        width: 100%;
    }
    .process-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .process-line {
        display: none;
    }
    .performance-container {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .performance-right {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .performance-right .side-title {
        text-align: right;
    }

    .performance-left {
        text-align: right;
        width: 100%;
    }

    .performance-text {
        text-align: center;
    }
     .check-item {
        justify-content: center;
    }
    .clients-gallery-section {
        padding: 50px 20px 40px;
    }
    .clients-gallery-title {
        font-size: 24px;
    }
    .footer-top {
        padding: 50px 20px 35px;
    }
    .footer-grid {
        flex-direction: column;
        gap: 35px;
    }
    .footer-about {
        flex: none;
    }
    .footer-links-area {
        flex-direction: column;
    }
    .footer-bottom {
        padding: 18px 20px;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-links {
        justify-content: center;
    }
    .newsletter-input-group {
        max-width: 100%;
    }
    .page-banner {
        height: 220px;
    }
    .page-banner-content h1 {
        font-size: 28px;
    }
    .contact-container {
        padding: 0 20px;
    }
    .contact-info-boxes {
        grid-template-columns: 1fr;
    }
    .contact-info-box {
        border-left: none;
        border-top: 1px solid #eef1f4;
    }
    .contact-info-box:first-child {
        border-top: none;
    }
    .contact-form-wrap {
        padding: 30px 22px;
    }
    .contact-section-header h2,
    .contact-form-header h2 {
        font-size: 24px;
    }
    .about-welcome-grid,
    .about-testimonials-grid {
        flex-direction: column;
    }
    .about-welcome-media {
        flex: none;
        width: 100%;
    }
    .about-welcome-media img {
        min-height: 240px;
    }
    .about-vmv-grid {
        grid-template-columns: 1fr;
    }
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stat-number {
        font-size: 36px;
    }
    .about-testimonials-intro {
        flex: none;
        width: 100%;
    }
    .about-partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-side-title {
        display: none;
    }
    .about-stats-section {
        background-attachment: scroll;
    }
    .float-contact-left {
        left: 12px;
        bottom: 15px;
        gap: 10px;
    }
    .float-btn {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .page-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .page-cta-text {
        text-align: center;
    }
    .float-whatsapp {
        right: 12px;
        bottom: 15px;
        font-size: 24px;
    }
    .coldroom-section,
    .machine-section,
    .process-section,
    .performance-section,
    .section,
    .about-welcome-section,
    .about-vmv-section,
    .about-testimonials-section,
    .about-partners-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .services-section {
        padding: 45px 16px;
    }
    .video-showcase-section {
        padding: 45px 16px;
    }
    .video-showcase-wrap video {
        max-height: 280px;
    }
    .side-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .coldroom-desc,
    .machine-desc,
    .section-text {
        font-size: 16px;
    }
    .machine-title {
        font-size: 22px;
    }
    .sub-title {
        font-size: 20px;
    }
    .process-step {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .solution-card {
        flex: 1 1 100%;
        min-width: 0;
    }
    .percent-circle {
        width: 130px;
        height: 130px;
        font-size: 34px;
    }
    .contact-person-row {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-person-card {
        max-width: 100%;
    }
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
    .about-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .partner-logo-item {
        padding: 12px;
    }
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }
    .navbar {
        padding: 10px 16px;
    }
    .logo {
        height: 42px;
    }
    .wt-topbar-left {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-title {
        font-size: 1.75rem;
    }
    .slide-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
    .slider-dots {
        bottom: 16px;
    }
    .dot {
        width: 22px;
    }
    .dot.active {
        width: 32px;
    }
    .clients-gallery-title,
    .contact-section-header h2,
    .about-welcome-text h2 {
        font-size: 20px;
    }
    .page-cta-text h2 {
        font-size: 22px;
    }
    .footer-widget-title {
        font-size: 17px;
    }
    .about-partners-grid {
        grid-template-columns: 1fr 1fr;
    }
}