/* =========================================================
   Fonts
   ========================================================= */
/*
@font-face {
    font-family: "Peyda";
    src: url("fonts/Peyda-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: "Peyda";
    src: url("fonts/peydaweb/PeydaWeb-Regular.woff2") format("woff2");
    font-weight: 100;
    /* font-style: normal; */
    font-display: swap;
}
/*
@font-face {
    font-family: "Peyda";
    src: url("fonts/Peyda-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

/* =========================================================
   Reset & General
   ========================================================= */
:root {
    --darkoob-primary: #1c5d99;
    --darkoob-primary-dark: #12426f;
    --darkoob-secondary: #c92026;
    --darkoob-accent: #1c74c2;
    --darkoob-text: #17212b;
    --darkoob-muted: #6f7b86;
    --darkoob-border: #e8edf2;
    --darkoob-soft: #f5f8fb;
    --darkoob-dark: #0e1822;
    --darkoob-white: #ffffff;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
    font-family: "Peyda";
}

body {
    direction: rtl;
    background: var(--darkoob-white);
    color: var(--darkoob-text);
    font-size: 16px;
    line-height: 1.9;
    overflow-x: hidden;
}

a {
    color: var(--darkoob-primary);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

a:hover,
a:focus {
    color: var(--darkoob-secondary);
    text-decoration: none;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--darkoob-text);
    font-weight: 700;
    line-height: 1.45;
}


.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    top: 8px;
    right: 8px;
    z-index: 99999;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
}

/* =========================================================
   Bootstrap Adjustments
   ========================================================= */
.container {
    max-width: 1170px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.darkoob-align-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* =========================================================
   Header & Navigation
   ========================================================= */
.site-header {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #eef2f5;
}

.darkoob-header-row {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.darkoob-branding {
    flex: 0 0 auto;
}

.custom-logo {
    max-width: 190px;
    max-height: 62px;
    width: auto;
}

.site-title {
    display: inline-block;
    font-size: 23px;
    font-weight: 800;
    color: var(--darkoob-primary-dark);
}

.darkoob-primary-nav {
    flex: 1 1 auto;
    padding: 0;
}

.darkoob-menu {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.darkoob-menu > li {
    float: none;
}

.darkoob-menu > li > a {
    padding: 29px 12px;
    color: #27323c;
    font-size: 14px;
    font-weight: 600;
}

.darkoob-menu > li > a:hover,
.darkoob-menu > li.current-menu-item > a,
.darkoob-menu > li.current-menu-ancestor > a {
    color: var(--darkoob-primary);
    background: transparent;
}

.darkoob-menu .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 220px;
    border: 1px solid var(--darkoob-border);
    box-shadow: 0 12px 30px rgba(20, 40, 65, .12);
}

.darkoob-header-extras {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.darkoob-header-contact .widget,
.darkoob-header-action .widget {
    margin: 0;
}

.darkoob-header-contact {
    font-size: 13px;
    color: #303b45;
}

.darkoob-header-action a,
.darkoob-btn,
.entry-content .wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    background: var(--darkoob-secondary);
    color: #fff;
    font-weight: 700;
    box-shadow: none;
}

.darkoob-header-action a:hover,
.darkoob-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--darkoob-primary);
    color: #fff;
    transform: translateY(-2px);
}

.darkoob-menu-toggle {
    display: none;
    margin: 0;
    border-color: var(--darkoob-border);
}

.darkoob-menu-toggle .icon-bar {
    background: var(--darkoob-primary-dark);
}

/* =========================================================
   Hero
   ========================================================= */
.darkoob-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: linear-gradient(110deg, rgba(10, 34, 56, .92), rgba(10, 34, 56, .30)), var(--darkoob-primary-dark);
}

.darkoob-hero-media,
.darkoob-hero-media .widget,
.darkoob-hero-media .widget_media_image,
.darkoob-hero-media figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.darkoob-hero-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.darkoob-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 25, 42, .12), rgba(5, 25, 42, .82));
    pointer-events: none;
}

.darkoob-hero-container {
    position: relative;
    z-index: 2;
}

.darkoob-hero-content {
    padding: 105px 0 140px;
    color: #fff;
}

.darkoob-hero-content h1,
.darkoob-hero-content h2,
.darkoob-hero-content h3 {
    max-width: 650px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 57px;
    line-height: 1.25;
    font-weight: 800;
}

.darkoob-hero-content p {
    max-width: 620px;
    margin-bottom: 26px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
}

.darkoob-hero-content a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 18px;
    margin-left: 8px;
    border-radius: 4px;
    background: var(--darkoob-secondary);
    color: #fff;
    font-weight: 700;
}

.darkoob-hero-content a + a {
    background: transparent;
    border: 1px solid rgba(255,255,255,.7);
}

/* =========================================================
   Equipment Categories
   ========================================================= */
.darkoob-category-strip {
    position: relative;
    z-index: 5;
    margin-top: -55px;
    padding-bottom: 35px;
}

.darkoob-category-card {
    min-height: 132px;
    margin-bottom: 20px;
    padding: 22px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #edf1f4;
    border-radius: 3px;
    box-shadow: 0 12px 28px rgba(23, 45, 70, .10);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.darkoob-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(23, 45, 70, .15);
    border-color: rgba(28,93,153,.25);
}

.darkoob-category-card .widget {
    margin-bottom: 8px;
}

.darkoob-category-card .widget:last-child {
    margin-bottom: 0;
}

.darkoob-category-card img {
    max-width: 90px !important;
    max-height: 90px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 10px;
}

.darkoob-category-card h3,
.darkoob-category-card h4,
.darkoob-category-card p {
    margin-bottom: 4px;
}

/* =========================================================
   Sections
   ========================================================= */
.darkoob-section {
    padding: 88px 0;
}

.darkoob-section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.darkoob-section-heading h2,
.darkoob-section-heading h3 {
    margin-bottom: 8px;
    font-size: 34px;
}

.darkoob-section-heading p {
    color: var(--darkoob-muted);
}
/* .darkoob-welcome-visual, */
.darkoob-image-card,
.darkoob-about-small-image
{ 
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(18, 44, 70, .08);
}

.darkoob-image-card img,
.darkoob-about-small-image img,
.darkoob-welcome-visual img {
    width: 100%;
    display: block;
    transition: transform .35s ease;
}

.darkoob-image-card:hover img,
.darkoob-about-small-image:hover img,
.darkoob-welcome-visual:hover img {
    transform: scale(1.025);
}

.darkoob-about-copy {
    padding-right: 45px;
}

.darkoob-about-copy h2,
.darkoob-about-copy h3,
.darkoob-welcome-copy h2,
.darkoob-welcome-copy h3 {
    font-size: 34px;
}
.darkoob-welcome-copy strong {
    color: var(--darkoob-secondary);
}
.darkoob-about-copy strong {
    color: var(--darkoob-secondary)
}

.darkoob-about-copy a,
.darkoob-welcome-copy a {
    padding: 10px;
    border-radius: 7px;
    background: #0b1822;
    color: var(--darkoob-white);
}
.darkoob-welcome-copy img {
    height: fit-content !important;
}

.darkoob-about-small-image {
    max-width: 390px;
    margin-top: 30px;
}

/* =========================================================
   Solutions
   ========================================================= */
.darkoob-solutions-section {
    background: var(--darkoob-soft);
}

.darkoob-solution-card {
    position: relative;
    min-height: 300px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--darkoob-primary-dark);
    box-shadow: 0 10px 25px rgba(19, 39, 62, .08);
}

.darkoob-solution-card .widget_media_image,
.darkoob-solution-card figure {
    margin: 0;
}

.darkoob-solution-card img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    opacity: .82;
    transition: transform .35s ease, opacity .35s ease;
}

.darkoob-solution-card .widget_text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 70px 22px 22px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(6, 20, 31, .88));
}

.darkoob-solution-card .widget_text h3,
.darkoob-solution-card .widget_text h4,
.darkoob-solution-card .widget_text a {
    color: #fff;
}

.darkoob-solution-card:hover img {
    transform: scale(1.04);
    opacity: 1;
}

/* =========================================================
   Welcome
   ========================================================= */
.darkoob-welcome-section {
    background: #fff;
}

.darkoob-welcome-copy {
    padding-right: 48px;
}

/* =========================================================
   Services
   ========================================================= */
.darkoob-services-section {
    background: #102331;
    color: #fff;
}
.read-more-project {
    align-items: center;
    min-height: 44px;
    color: rgb(255, 255, 255);
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: auto;
    display: block;
    max-width: 205px;
    text-align: center;
}
.read-more-project:hover {
    background: #fff;
    color: #000;
}
.darkoob-section-heading-light h2,
.darkoob-section-heading-light h3,
.darkoob-section-heading-light p {
    color: #fff;
}

.darkoob-service-card {
    margin-bottom: 28px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 4px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.darkoob-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(28,116,194,.75);
    box-shadow: 0 18px 38px rgba(0,0,0,.20);
}

.darkoob-service-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #0b1822;
}

.darkoob-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.darkoob-service-card:hover .darkoob-service-image img {
    transform: scale(1.04);
}

.darkoob-service-body {
    padding: 18px 18px 20px;
}

.darkoob-service-body h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.darkoob-service-body h3 a,
.darkoob-service-body .darkoob-text-link {
    color: #fff;
}

.darkoob-service-excerpt {
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.darkoob-text-link {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
}

/* =========================================================
   FAQ
   ========================================================= */
.darkoob-faq-section {
    background: #fff;
}

.darkoob-faq-intro {
    padding-left: 30px;
}

.darkoob-faq-shortcode .accordion,
.darkoob-faq-shortcode .faq,
.darkoob-faq-shortcode .panel-group {
    margin: 0;
}

.darkoob-faq-shortcode .panel {
    border: 1px solid #f0d4d5;
    border-radius: 3px;
    box-shadow: none;
}

.darkoob-faq-shortcode .panel-heading {
    background: #fff7f7;
    border-color: #f0d4d5;
}

/* =========================================================
   Wide Gallery
   ========================================================= */
.darkoob-wide-gallery {
    width: 100%;
    overflow: hidden;
    background: #0d1b26;
    padding: 90px 0;
}

.darkoob-wide-gallery .widget,
.darkoob-wide-gallery figure,
.darkoob-wide-gallery p {
    margin: 0;
}

.darkoob-wide-gallery img {
    width: 100%;
    display: block;
    max-height: 560px;
    object-fit: cover;
}

/* =========================================================
   Contact
   ========================================================= */
.darkoob-contact-section {
    padding: 80px 0;
    background: #0e1822;
    color: #fff;
}

.darkoob-contact-copy h2,
.darkoob-contact-copy h3,
.darkoob-contact-copy h4,
.darkoob-contact-form-wrap h2,
.darkoob-contact-form-wrap h3 {
    color: #fff;
}

.darkoob-contact-copy a {
    color: #fff;
}
.darkoob-contact-copy strong {
    color: var(--darkoob-secondary);
}

.darkoob-contact-form-wrap input,
.darkoob-contact-form-wrap textarea,
.darkoob-contact-form-wrap select,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #dfe6ec;
    border-radius: 3px;
    background: #fff;
    color: #1b2731;
}

.darkoob-contact-form-wrap textarea,
.wpcf7 textarea {
    min-height: 120px;
}

.wpcf7 input[type="submit"] {
    width: auto;
    min-width: 120px;
    border-color: var(--darkoob-secondary);
    background: var(--darkoob-secondary);
    color: #fff;
    font-weight: 700;
}

/* =========================================================
   Latest News Widget Area
   ========================================================= */
.darkoob-latest-news-section {
    direction: ltr;
    background: #fff;
}

.darkoob-latest-news-section .widget {
    margin: 0;
}

/* =========================================================
   Widgets
   ========================================================= */
.widget-title {
    margin-bottom: 16px;
    font-size: 18px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    margin-bottom: 8px;
}

.widget_search .darkoob-search-form,
.darkoob-sidebar .darkoob-search-form {
    display: flex;
}

/* =========================================================
   Internal Pages, Posts, Archives
   ========================================================= */
.darkoob-page-header {
    padding: 55px 0 45px;
    background: linear-gradient(135deg, #f6f9fc, #edf4fb);
    border-bottom: 1px solid var(--darkoob-border);
}

.darkoob-page-header h1 {
    margin-bottom: 0;
    font-size: 38px;
}

.darkoob-breadcrumbs {
    margin-bottom: 12px;
    color: var(--darkoob-muted);
    font-size: 13px;
}

.darkoob-breadcrumbs a,
.darkoob-breadcrumbs span {
    display: inline-block;
    margin-left: 7px;
}

.darkoob-content-wrap {
    padding-top: 55px;
    padding-bottom: 70px;
}

.darkoob-entry,
.darkoob-post-card,
.darkoob-sidebar .widget {
    background: #fff;
    border: 1px solid var(--darkoob-border);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(20, 43, 66, .06);
}

.darkoob-entry {
    padding: 28px;
}

.darkoob-featured-image {
    margin: -28px -28px 28px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.darkoob-featured-image img {
    width: 100%;
}

.darkoob-entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--darkoob-muted);
    font-size: 15px;
}

.entry-content p {
    margin-bottom: 18px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 30px;
    margin-bottom: 14px;
}

.entry-content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-right: 4px solid var(--darkoob-primary);
    border-left: 0;
    background: var(--darkoob-soft);
}

.darkoob-post-card {
    margin-bottom: 28px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.darkoob-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(20, 43, 66, .11);
}

.darkoob-post-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--darkoob-soft);
}

.darkoob-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.darkoob-post-card:hover .darkoob-post-thumb img {
    transform: scale(1.04);
}

.darkoob-post-card-body {
    padding: 20px;
}

.darkoob-post-card-body h2 {
    font-size: 21px;
}

.darkoob-card-excerpt {
    color: var(--darkoob-muted);
}

.darkoob-sidebar .widget {
    padding: 20px;
    margin-bottom: 15px;
}

/* =========================================================
   Tables
   ========================================================= */
.entry-content table,
.woocommerce table.shop_table,
.woocommerce-product-attributes,
.woocommerce-cart-form table,
.woocommerce-checkout-review-order-table,
.woocommerce-orders-table,
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.entry-content table th,
.entry-content table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 12px 14px;
    border: 1px solid var(--darkoob-border);
    text-align: right;
}

.entry-content table th,
.woocommerce table.shop_table th,
.woocommerce-product-attributes th {
    background: var(--darkoob-primary);
    color: #fff;
}

.entry-content,
.woocommerce,
.darkoob-entry {
    overflow-wrap: anywhere;
}

/* =========================================================
   Forms
   ========================================================= */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #dbe2e8;
    border-radius: 3px;
    background: #fff;
    color: var(--darkoob-text);
}

button,
input[type="submit"] {
    min-height: 44px;
    padding: 9px 18px;
    border: 0;
    border-radius: 3px;
    background: var(--darkoob-primary);
    color: #fff;
    font-weight: 700;
}

.darkoob-search-form {
    display: flex;
    gap: 8px;
}

.darkoob-search-form label {
    flex: 1 1 auto;
    margin: 0;
}

.darkoob-search-form .search-submit {
    flex: 0 0 auto;
}

/* =========================================================
   Pagination & Comments
   ========================================================= */
.navigation.pagination {
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 3px;
    padding: 0 10px;
    border: 1px solid var(--darkoob-border);
    border-radius: 3px;
    background: #fff;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
    border-color: var(--darkoob-primary);
    background: var(--darkoob-primary);
    color: #fff;
}

.comments-area {
    margin-top: 35px;
    padding: 28px;
    border: 1px solid var(--darkoob-border);
    border-radius: 4px;
}

.comment-list {
    padding: 0;
    list-style: none;
}

.comment-body {
    padding: 18px 0;
    border-bottom: 1px solid var(--darkoob-border);
}

/* =========================================================
   WooCommerce
   ========================================================= */
.woocommerce .woocommerce-breadcrumb {
    color: var(--darkoob-muted);
}

.woocommerce ul.products {
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce ul.products li.product {
    float: right;
    width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
    clear: none;
}

.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: right;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--darkoob-border);
    border-radius: 4px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 32px rgba(19, 42, 65, .10);
}

.woocommerce ul.products li.product a img {
    margin: 0;
    transition: transform .35s ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.035);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    padding-right: 15px;
    padding-left: 15px;
}

.woocommerce ul.products li.product .price {
    color: var(--darkoob-primary);
    font-weight: 700;
}

.woocommerce ul.products li.product .button {
    margin: 10px 15px 18px;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 5px 10px;
    border-radius: 3px;
    background: var(--darkoob-secondary);
}

.woocommerce div.product div.images img {
    border-radius: 4px;
}

.woocommerce div.product .product_title {
    font-size: 34px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--darkoob-primary);
    font-size: 24px;
    font-weight: 800;
}

.woocommerce-product-details__short-description {
    margin: 22px 0;
    color: #4d5a65;
}

.woocommerce-product-details__short-description table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid var(--darkoob-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 0 -1px 6px;
    border: 1px solid var(--darkoob-border);
    border-radius: 3px 3px 0 0;
    background: var(--darkoob-soft);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-bottom-color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--darkoob-primary);
    background: #f6faff;
}

.woocommerce-error {
    border-top-color: var(--darkoob-secondary);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    min-height: 44px;
    padding: 9px 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 26%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 70%;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    border: 1px solid var(--darkoob-border);
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid var(--darkoob-border);
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: var(--darkoob-primary);
    color: #fff;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
    padding: 62px 0 0;
    background: #0d1d2b;
    color: rgba(255,255,255,.76);
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .widget-title,
.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #8fc7f7;
}

.darkoob-footer-widgets .widget {
    margin-bottom: 30px;
}

.darkoob-footer-bottom {
    margin-top: 22px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 13px;
}

.darkoob-footer-bottom .widget {
    margin: 0;
}

/* =========================================================
   404
   ========================================================= */
.darkoob-404-page {
    padding: 95px 0;
    background: linear-gradient(135deg, #f4f8fb, #e9f1f8);
}

.darkoob-404-box {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--darkoob-border);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(22, 43, 64, .10);
}

.darkoob-404-number {
    font-size: 110px;
    line-height: 1;
    color: var(--darkoob-primary);
    font-weight: 900;
}

.darkoob-404-box .darkoob-search-form {
    max-width: 520px;
    margin: 25px auto;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 15px !important;
    line-height: 18px !important;
}

.carousel-slider__post-content {
    direction: rtl;
    text-align: center;
}
.carousel-slider__post-title {
    min-height: 70px;
}
.carousel-slider__post-details-info {
    display: none;
}
.carousel-slider__post-category-link {
    font-size: 18px;
}
.carousel-slider__post-excerpt {
    text-align: right !important;
    direction: rtl !important;
    font-size: 17px !important;
}
.darkoob-latest-news-section .widget-title {
    direction: rtl;
    text-align: right;
}
#text-27 img {
    border-radius: 7px;
}

.darkoob-sidebar .product_list_widget li {
    border-bottom: 1px solid silver ;
    padding: 8px 0px;
    margin-bottom: 2px !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 25px;
}

.single-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 12px 20px;
    background: #2272c4;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.25s ease;
    margin-bottom: 20px;
}

.single-contact-button:hover {
    background: #e53935;
    color: #fff !important;
}

/* =========================================
   WooCommerce Product List Widget
   RTL - Modern Style
========================================= */

.product_list_widget {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    direction: rtl;
}

/* Product Item */
.product_list_widget li {
    list-style: none !important;
    margin: 0 !important;
    padding: 10px !important;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    transition: all .3s ease;
}

/* Hover */
.product_list_widget li:hover {
    border-color: #d9d9d9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
    transform: translateY(-2px);
}

/* Link */
.product_list_widget li > a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: #222 !important;
    text-decoration: none !important;
}

/* Product Image */
.product_list_widget li img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    object-fit: contain;
    background: #f7f7f7;
    border-radius: 10px;
    margin: 0 !important;
    transition: transform .3s ease;
}

/* Image Hover */
.product_list_widget li:hover img {
    transform: scale(1.05);
}

/* Product Title */
.product_list_widget .product-title {
    display: block;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    flex: 1;
}

/* Price */
.product_list_widget .woocommerce-Price-amount {
    display: block;
    margin-top: 6px;
    color: #e53935;
    font-size: 13px;
    font-weight: 700;
}

/* Currency */
.product_list_widget .woocommerce-Price-currencySymbol {
    font-size: 11px;
    font-weight: 600;
    margin-right: 2px;
}

/* Remove default WooCommerce spacing */
.product_list_widget li::before,
.product_list_widget li::after {
    display: none !important;
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 480px) {

    .product_list_widget {
        gap: 10px;
    }

    .product_list_widget li {
        padding: 8px !important;
        border-radius: 12px;
    }

    .product_list_widget li img {
        width: 65px !important;
        height: 65px !important;
        min-width: 65px;
    }

    .product_list_widget .product-title {
        font-size: 13px;
        line-height: 1.7;
    }

    .product_list_widget .woocommerce-Price-amount {
        font-size: 12px;
    }
}

/* WooCommerce Breadcrumb - Simple */

.woocommerce-breadcrumb {
    direction: rtl;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 25px !important;
}

/* لینک‌ها */
.woocommerce-breadcrumb a {
    color: #23527c !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

/* هاور لینک */
.woocommerce-breadcrumb a:hover {
    color: #e53935 !important;
}

/* جداکننده / */
.woocommerce-breadcrumb {
    word-spacing: 3px;
}

/* متن صفحه فعلی */
.woocommerce-breadcrumb a:last-of-type {
    color: #e53935 !important;
}

/* موبایل */
@media (max-width: 768px) {
    .woocommerce-breadcrumb {
        font-size: 12px;
        margin-bottom: 18px !important;
    }
}


html[dir=rtl] .sp-testimonial-item {
    padding: 20px;
    border-radius: 10px;
    border-color: rgba(28, 116, 194, .75);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .20);
    background: rgba(255, 255, 255, .03);
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content{
    min-height: 58px;
    display: block !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name, 
.sp-testimonial-free-section .sp-testimonial-client-designation, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial p,
.sp-testimonial-free-section .sp-testimonial-title .sp-testimonial-post-title {
    color: #fff !important;
}

.darkoob-about-section {
    background: #ededed;
}


/************ Call BTN ****************/
/* =========================
   Floating Contact
========================= */

.floating-contact {
    position: fixed;
    left: 25px;
    bottom: 40px;

    width: 64px;
    height: 64px;

    z-index: 9999;
}


/* =========================
   Main Button
========================= */

.contact-toggle {
    position: absolute;

    left: 0;
    bottom: 82px;

    width: 60px;
    height: 60px;

    border: none;
    border-radius: 50%;

    cursor: pointer;

    /* رنگ اصلی درخواستی */
    background: #1e70c7;

    color: #fff;

    font-size: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 8px 25px rgba(30, 112, 199, 0.40);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.contact-toggle:hover {
    transform: scale(1.08);

    box-shadow:
        0 12px 30px rgba(30, 112, 199, 0.50);
}


/* تغییر آیکون هنگام باز بودن */

.contact-toggle i {
    transition: transform .3s ease;
}


/* =========================
   Items Container
========================= */

.contact-items {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 64px;
    height: 64px;

    pointer-events: none;
}


/* =========================
   Contact Items
========================= */

.contact-item {
    position: absolute;

    left: 8px;
    bottom: 8px;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;

    font-size: 21px;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translate(0, 0) scale(.2);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, .20);

    transition:
        transform .4s cubic-bezier(.34, 1.56, .64, 1),
        opacity .25s ease,
        visibility .25s ease;
}


/* =========================
   OPEN STATE
========================= */

.floating-contact.active .contact-item {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;
}


/*
   مسیر 180 درجه‌ای

   آیتم‌ها از بالا به پایین
   در سمت راست/بالای دکمه پخش می‌شوند
*/


/* WhatsApp - بالاترین */
.floating-contact.active .whatsapp {
    transform: translate(0, -155px) scale(1);
}


/* Instagram */
.floating-contact.active .instagram {
    transform: translate(48px, -132px) scale(1);
}


/* Bale */
.floating-contact.active .bale {
    transform: translate(70px, -83px) scale(1)
}


/* Phone - پایین‌ترین */
.floating-contact.active .phone {
    transform: translate(54px, -32px) scale(1);
}


/* =========================
   Colors
========================= */

.whatsapp {
    background: #25D366;
}

.instagram {
    background: linear-gradient(
        135deg,
        #833AB4,
        #FD1D1D,
        #FCAF45
    );
}

.bale {
    background: #168de2;
}

.bale span {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.phone {
    background: #b2262c;
}


/* =========================
   Animation Delay
========================= */

.whatsapp {
    transition-delay: .03s;
}

.instagram {
    transition-delay: .08s;
}

.bale {
    transition-delay: .13s;
}

.phone {
    transition-delay: .18s;
}


/* =========================
   Tooltip
========================= */

.contact-item::after {
    content: attr(aria-label);
    position: absolute;
    left: 54px;
    top: 12%;
    transform: translateY(-50%);
    background: #1e70c7;
    color: #fff;
    padding: 4px 10px;
    border-radius: 7px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.contact-item:hover::after {
    opacity: 1;
}


/* =========================
   Mobile
========================= */

@media (max-width: 600px) {

    .floating-contact {
        left: 18px;
        bottom: 30px;
    }

    .contact-toggle {
        width: 52px;
        height: 52px;
        bottom: 78px;
    }

    .contact-items {
        width: 58px;
        height: 58px;
    }

    .contact-item {
        width: 44px;
        height: 44px;

        left: 7px;
        bottom: 7px;
    }

    /* جمع‌تر شدن مسیر در موبایل */

    .floating-contact.active .whatsapp {
        transform: translate(0, -136px) scale(1);
    }

    .floating-contact.active .instagram {
        transform: translate(45px, -110px) scale(1);
    }

    .floating-contact.active .bale {
        transform: translate(53px, -63px) scale(1);
    }

    .floating-contact.active .phone {
        transform: translate(29px, -20px) scale(1);
    }

    .contact-item::after {
        display: none;
    }
}

/**************************************/


#sp-testimonial-free-wrapper-4423 .sp-testimonial-free-section .sp-testimonial-client-image img {
    width: 90px;
}


/* =========================================================
   Responsive
   ========================================================= */
@media (min-width: 760px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 1199px) {
    .darkoob-header-contact {
        display: none;
    }

    .darkoob-hero-content h1,
    .darkoob-hero-content h2,
    .darkoob-hero-content h3 {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .darkoob-header-row {
        flex-wrap: wrap;
        min-height: 72px;
        padding: 10px 0;
    }

    .darkoob-menu-toggle {
        display: block;
        order: 3;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        text-align: right !important;
    }
    .darkoob-primary-nav .mega-menu-toggle {
        order: 4;
        flex-basis: 100%;
        width: 100%;
        
    }
    .mega-sub-menu {
        padding-right: 25px !important;
    }
    #mega-menu-wrap-primary {
        position: absolute;
        left: 16px;
        top: 16px;
    }

    .darkoob-menu {
        display: block;
        padding: 8px 0;
    }

    .darkoob-menu > li {
        width: 100%;
    }

    .darkoob-menu > li > a {
        padding: 10px 4px;
    }

    .darkoob-header-extras {
        margin-right: auto;
    }

    .darkoob-hero {
        min-height: 500px;
    }

    .darkoob-hero-content {
        padding: 85px 0 120px;
    }
    .darkoob-hero-content #text-4 {
        padding: 10px;
        border-radius: 7px;
        background: #00000059;
        backdrop-filter: blur(4px);
    }

    .darkoob-about-copy,
    .darkoob-welcome-copy {
        padding-right: 0;
        padding-top: 35px;
    }

    .darkoob-faq-intro {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .darkoob-align-center {
        display: block;
    }

    .woocommerce ul.products li.product {
        width: 50%;
    }

    .woocommerce ul.products li.product:nth-child(4n+1) {
        clear: none;
    }

    .woocommerce ul.products li.product:nth-child(2n+1) {
        clear: right;
    }
}

@media (max-width: 767px) {
    .site-main {
        padding-top: 25px;
    }
    .site-header {
        position: fixed;
        width: 100%;
        z-index: 9999999;
        top: 0;
    }
    .container {
        width: auto;
    }
    .woocommerce ul.products li.product {
        padding: 0 4px !important;
    }
    .custom-logo {
        max-height: 46px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        border-bottom: 1px solid silver;
        box-shadow: 1px 2px 4px 0px #d1d1d1;
    }
    .darkoob-welcome-visual img {
        display: none;
    }
    .darkoob-category-card h3 a {
        font-size: 21px;
        color: #000 !important;
    }
    .darkoob-header-action #text-3 a {
        padding: 0px 12px;
        font-size: 14px;
        position: absolute;
        left: 62px;
        top: 20px;
        min-height: 32px;
    }
    
    .custom-logo {
        max-width: 155px;
    }

    .darkoob-hero {
        min-height: 455px;
    }

    .darkoob-hero-content {
        padding: 65px 0 105px;
    }

    .darkoob-hero-content h1,
    .darkoob-hero-content h2,
    .darkoob-hero-content h3 {
        font-size: 34px;
    }

    .darkoob-category-strip {
        margin-top: -35px;
    }

    .darkoob-section {
        padding: 62px 0;
    }

    .darkoob-section-heading h2,
    .darkoob-section-heading h3,
    .darkoob-about-copy h2,
    .darkoob-about-copy h3,
    .darkoob-welcome-copy h2,
    .darkoob-welcome-copy h3 {
        font-size: 29px;
    }

    .darkoob-page-header h1 {
        font-size: 23px;
    }

    .darkoob-entry {
        padding: 20px;
    }

    .darkoob-featured-image {
        margin: -20px -20px 22px;
    }

    .woocommerce ul.products li.product {
        width: 100%;
        clear: both !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
    }

    .entry-content table,
    .woocommerce table.shop_table,
    .woocommerce-product-attributes,
    .woocommerce-cart-form table,
    .woocommerce-checkout-review-order-table,
    .woocommerce-orders-table,
    .woocommerce-table--order-details {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .darkoob-search-form {
        flex-direction: column;
    }

    .darkoob-404-box {
        padding: 30px 20px;
    }

    .darkoob-404-number {
        font-size: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* RTL Bootstrap grid direction */
.row > [class*="col-"] {
    float: right;
}
