/* Start General */
html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #215F67;
    --secondary-color: #F4E546;
    --font-family: "cairo", sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
}

body {
    overflow-x: hidden;
    transition: var(--trans);
    background: url(../images/body-bg.png) no-repeat center center / cover;
    background-blend-mode: overlay;
    background-color: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "cairo", sans-serif;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.has-fixed-top .main-header {
    padding-top: 100px;
}



.add_to_cart_button {
    text-decoration: none;
    display: inline-block;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.btn-main {
    padding: 12px 30px !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--main-color) !important;
    border-radius: 32px;
    font-size: 18px;
    min-width: 165px;

}

.btn-main-full,
.add_to_cart_button {
    padding: 12px 30px !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #FFF !important;
    border-radius: 32px;
    font-size: 18px;
    min-width: 100%;

}

.default-img {
    background-image: url(../images/default.png);
    background-color: #F8FAFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

picture {
    display: block;
}

.sec-padding {
    padding: 58px 0;
}

/* Start General */

/* main-header */
.main-header .navbar {
    background: url('../images/hero-background.jpg') no-repeat center bottom / cover;

    .nav-link {
        color: #FFF;
    }
}

.seachbox {
    input[type=search] {
        width: 410px;
        height: 37px;
        border-radius: 25px;
    }
}

/* main-header */

/* secondary-navbar */
.secondary-navbar {
    padding: 16px 0;
    background-color: #FFF;
}

/* secondary-navbar */

/* main content */
.main-content {
    position: relative;
    min-height: 50vh;
}
/* main content */

/* main-hero */
.main-hero {
    position: relative;
    background: url('../images/hero-background.jpg') no-repeat center center / cover;
}

.main-hero h1 {
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 20px;
}

.main-hero p {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 1.8;
    color: #FFF;
    margin-bottom: 50px;
}

/* main-hero */

/* main hero */
.main-hero figure {
    width: 390px;
    height: 380px;
    border-radius: 24px;
    background: #E2E2E20D;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }
}

/* main hero */

/* section-header */
.section-header {
    position: relative;
    margin-bottom: 30px;
    text-align: center;

    h4 {
        color: #215F67;
        font-size: 26px;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }

    h4::after {
        content: '';
        display: inline-block;
        width: 80px;
        height: 4px;
        background: linear-gradient(var(--main-color), #02c1da);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;

    }
}

/* section-header */

/* serv-item */
.serv-item {
    text-align: center;
    position: relative;

    figure {
        width: 100%;
        height: 170px;
        border-radius: 20px;
        padding: 44px;
        border: 8px solid var(--main-color);
        background: linear-gradient(#f4f4f4, #FFF, 90deg);

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    h3 {
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        text-align: center;
        color: #215F67;
    }
}

/* serv-item */

/* shop-card */
.shop-card,
.products .product {
    padding: 16px !important;
    border-radius: 12px;
    border: 1px solid #595959;
    background-color: #FFF;
    margin-bottom: 12px;

    figure {
        width: 100%;
        height: 200px;
        border-radius: 10px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }
    }

    span.cat {
        display: inline-block;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        color: #595959;
        margin-bottom: 12px;
    }

    h3,
    h2,
    .woocommerce-loop-product__title {
        color: var(--main-color) !important;
        font-weight: 500 !important;
        font-style: Medium;
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    .rating {

        i.bi {
            color: #F4E546;
        }

        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        color: #262626;
    }

    strong {
        font-size: 18px;
    }
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    color: var(--main-color) !important;
}
/* shop-card */

/* الأسهم */
.custom-prev,
.custom-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    z-index: 10;

    svg {
        display: none
    }
}

.custom-prev:hover,
.custom-next:hover {
    background: var(--main-color);
    transform: scale(1.1);
}

/* موقع الأسهم */
.custom-prev {
    right: 15px;
}

.custom-next {
    left: 15px;
}

/* آيقونات Bootstrap */
.custom-prev i,
.custom-next i {
    font-size: 1.4rem;
}

/* النقاط (pagination) */
.swiper-pagination-bullet {
    background: #ccc !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #007bff !important;
}

/* card-item */
.card-item {
    figure {
        width: 50px;
        height: 50px;
        background-color: #FCF7C6;
        margin-inline: auto;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    h3 {
        font-size: 18px;
        font-weight: 600;
        color: var(--main-color);
    }

    p {
        color: #595959;
        font-size: 16px;
    }
}

/* card-item */

/* main-footer */
.main-footer {
    position: relative;
    background: url(../images/hero-background.jpg) no-repeat center center / cover;
    padding: 50px 0 20px 0;

    img {
        max-width: 100px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        color: #F8FAFB;
    }

    h4 {
        color: #FFF;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* list-star */
.list-star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    li {
        list-style-type: square;
        color: #FFF;
        margin-bottom: 12px;
        flex: 0 0 50%;

        a {
            color: #FFF;
            font-size: 16px;
        }
    }

    li::marker {
        color: #F4E546;
        transform: rotate(80deg);
    }
}
/* list-star */

/* footer-item */
.footer-item {
    ul li a {
        display: block;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;

        i {
            color: var(--secondary-color);
            font-size: 18px;
            margin-inline-end: 5px;
            flex-shrink: 0;
        }

        span {
            display: inline-block;
            direction: ltr;
        }
    }
}
/* footer-item */
/* main-footer */

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .bi {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .bi {
  transform: scale(0.8);
  position: relative;
    line-height: 1;
    font-size: 20px;
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .bi {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .bi {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .bi {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .bi {
  color: #f26798;
}
.social-btns .btn.whatsapp:before {
  background-color: #2dff3b;
}
.social-btns .btn.whatsapp .bi {
  color: #2dff3b;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .bi,
.social-btns .btn:hover .bi {
  color: #fff;
  transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  padding: 0;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}



/* ====== Product Details ====== */
.summary.entry-summary {
    padding: 0 20px;
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-brand .badge {
    background-color: #ff4c3b;
    color: #fff;
    font-size: 0.85rem;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 20px;
}

.product-price {
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-rating {
    margin-bottom: 15px;
}

.star-rating span {
    color: #ffcc00;
}

.product-short-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

/* ====== Add to Cart Button ====== */
.single_add_to_cart_button {
    background-color: #ff4c3b;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #e03e2f;
}

/* ====== Tabs ====== */
.woocommerce-tabs {
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.woocommerce-tabs .tabs li a {
    font-weight: 600;
    color: #333;
    padding: 12px 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
    color: #ff4c3b;
    border-bottom: 3px solid #ff4c3b;
}

.woocommerce-Tabs-panel {
    padding: 20px 0;
    font-size: 1rem;
    color: #555;
}

/* ====== Meta Info ====== */
.product_meta {
    font-size: 0.9rem;
    color: #888;
    margin-top: 15px;
}

.product_meta a {
    color: #ff4c3b;
    text-decoration: none;
}

.product_meta a:hover {
    text-decoration: underline;
}

/* ====== Responsive ====== */
@media(max-width: 992px) {
    .woocommerce-product-gallery {
        margin-bottom: 30px;
    }
}


.flaticon-right-arrow {
    right: auto !important;
    left: 0 !important;
}
.slick-arrow {
    transform: rotate(180deg) !important; 
}