﻿
/**************Style For All this Page *********/
/*********************************/
.slider_content a {
    background-color: #43b9fe;
    color: #fff;
}

.about_gallery_content {
    margin-top: 25px !important;
}

    .about_gallery_content a {
        font-size: 16px;
        color: white;
        padding: 7px 21px;
        border-radius: 5px;
    }

        .about_gallery_content a:hover {
        }


.slider_product_photo_home {
    height: 220px;
    width: 100%;
}

/*********************************/
/*********************************/




/* ******** Start Section Slider ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.slider_s_two .single_slider {
    background-size: 100% 100%;
}

/* ******** Start Section About_Us_section ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/

.About_Us_section p {
    font-size: 20px;
    line-height: 28px;
    text-align: justify !important;
    font-weight: 300;
    margin-bottom: 25px;
}

.About_Us_section h1 {
    font-size: 30px;
    line-height: 28px;
    text-align: left;
    color: #43b9fe;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-section-container {
    display: flex;
    margin: 40px 0;
}


    .about-content span p {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 200;
        line-height: 30px;
    }

.about-content h1 {
    font-size: 2rem;
    margin: 10px 0px;
    color: #b02224;
}

.tab-list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
    .tab-list .tab-item .tab-text a {
        text-decoration: underline;
        color: #b02224;
        text-transform: capitalize;
    }

    .tab-item {
        position: relative;
        cursor: pointer;
        padding: 12px 16px 12px 20px; /* لتوفير مساحة للشريط */
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    /* الشريط الجانبي (Gradient Border Simulation) */
        .tab-item::before {
            content: "";
            position: absolute;
            top: 7px;
            bottom: 5px;
            left: 4px;
            width: 3px;
            background: linear-gradient(to bottom, #b02224, #b02224);
            border-radius: 4px;
        }

    .tab-item.active::before {
        opacity: 1; /* إظهاره عند التفعيل */
    }

        .tab-item span {
            font-weight: bold;
            font-size: 18px;
            color: #005091;
        }

.tab-text {
    display: none;
    margin-top: 10px;
    color: #555;
    line-height: 1.6;
}

    .tab-text.active {
        display: block;
    }



.About_Us_section p {
    font-size: 20px;
    line-height: 28px;
    text-align: justify !important;
    font-weight: 300;
    margin-bottom: 25px;
}

.About_Us_section h1 {
    font-size: 30px;
    line-height: 28px;
    text-align: left;
    color: #43b9fe;
    margin-bottom: 25px;
    font-weight: 700;
}


.image-frame {
    position: relative;
    background: #b02224;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 270px;
    border-bottom-right-radius: 270px;
    padding: 11px;
    overflow: hidden;
    width: fit-content;
    display: inline-block;
}

.about-image {
    display: block;
    width: 100%;
    height: auto;
}

    .about-image img {
        width: 100%;
        height:600px;
        object-fit: cover;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 270px;
        border-bottom-right-radius: 270px;
    }
.read_more {
    font-size: medium;
    color: #b02224;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
}

.experience-badge {
    position: absolute;
    top: -25px;
    left: -12px;
    font-family: sans-serif;
    text-align: center;
    z-index: 10;
    font-weight: bold;
}

.badge-inner {
    border-radius: 34px;
    border: 25px solid #fff;
    padding: 30px 50px;
    color: #fff;
    background-color: #b02224;
}

.experience-badge span {
    display: block;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}


.experience-badge small {
    font-size: 17px;
    margin-top: 13px;
    display: block;
    font-weight: 300;
}

.view_work {
    margin-top: 30px;
}
    .view_work a:hover {
        background-color: #004483;
        color: #fff;
    }

    .view_work a {
        border: 1px solid #b5afaf;
        padding: 8px 13px;
        border-radius: 10px;
    }


@media (max-width: 768px) {
    .badge-inner {
        border-radius: 19px;
        border: 11px solid #fff;
        padding: 10px 40px;
    }

    .experience-badge {
        top: 9px;
        left: -11px;
    }

    .About_Us_section img {
        height: 400px;
    }

    .experience-badge span {
        font-size: 35px;
    }

    .about-content h1 {
        font-size: 25px;
    }

    .about-section-container {
        margin: 60px 0px;
    }
}

/*********End Section About_Us_section ********************************/




/*********************************************/
/*******************************************/
/*****************************************/
/****************Start Featured_Products***********************/
.services_title h2 {
    font-size: 50px;
    margin-bottom: 83px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 42px;
    color: #b02224 !important;
}

.services_title {
    text-align: center;
    margin-bottom: 0px;
}

.services_description {
    text-align: left;
    color: #fff;
    font-size: 21px;
    font-family: auto;
}

.services_title p {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 60px;
    color: #f1f1f1;
}

.Featured-Products-title {
    background-color: #ca171e;
    padding: 30px 30px;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    display: flex;
}

.Featured-Products-slider {
    background-color: #003774;
    display: flex;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .Featured-Products-title {
        padding: 30px 20px;
        border-radius: 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .services_description {
        text-align: left;
        color: #fff;
        font-size: 18px;
        font-family: auto;
    }

    .Featured-Products-slider {
        border-radius: 0px;
        padding: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}
/*********************************************/
/*******************************************/
/*****************************************/
/****************End Featured_Products***********************/
/* ******** Start Section brand_area ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.brand_container {
    padding: 0;
    background: none;
}

.brand_area {
    padding: 50px 0;
}

.row.brand_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand_area .container {
    max-width: 1200px !important;
}

    .brand_container .single_brand img {
        border-radius: 13px;
        height: 80px;
        width: 100px;
        opacity: 1;
    }

.single_brand {
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .brand_container .single_brand img {
        width: auto;
    }

    .row.brand_area {
        gap: 30px;
    }
}
/*********End Section About_Us_section ********************************/
/*********************************************/
/*******************************************/
/*****************************************/
/****************Start section-Distributors***********************/
.Distributors {
    margin: 0px;
    background: linear-gradient(320deg, #005091, #e71b23);
}

.row.Distributors {
    display: flex;
    align-items: stretch;
}

    .row.Distributors .col-md-6 {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

.contact_message.content {
    flex: 1;
}

.Distributors-image {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Distributors-image img {
        width: 100%;
        height: 600px;
        object-fit: fill;
        display: block;
    }

.contact_message.form {
    padding: 28px 0px 0px 40px;
}

    .contact_message.form h2 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 36px;
    }

.contact_message input {
    border: 1px solid #ededed;
    height: 45px;
    background: #ffffff;
    width: 100%;
    padding: 0 20px;
    color: #757575;
    border-radius: 25px;
}

.contact_message button {
    font-weight: 600;
    font-size: 30px;
    padding: 0px 0px;
    text-transform: capitalize;
    border: none;
    background: #b02224;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 5px;
    line-height: 30px;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .contact_message.content {
        margin-bottom: 10px;
    }

    .contact_message.form {
        padding: 30px;
    }

    .Distributors-image img {
        height: 400px;
    }

    .Distributors {
        margin: 0px;
    }
}
/*********************************************/
/*******************************************/
/*****************************************/
/****************End section-Distributors***********************/
/* ******** Start Section Category ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.blog_brand_area.category {
    padding: 120px 0px !important;
    background-color: #fff !important;
}

    .blog_brand_area.category .single_gallery_section.fistchild img {
        height: 540px;
    }

    .blog_brand_area.category .single_gallery_section img {
        height: 250px;
        width: 100%;
    }

    .blog_brand_area.category .brand_area {
        padding: 0 0 50px 0;
    }

    .blog_brand_area.category .brand_container {
        background: unset !important;
    }


    .blog_brand_area.category .single_gallery_section {
        background-color: white;
        text-align: center !important;
        margin-bottom: 40px;
    }

        .blog_brand_area.category .single_gallery_section h3 {
            font-size: 18px;
            background-color: #0492e5;
            line-height: 27px;
            color: #fff;
            margin-top: -52px;
            z-index: 10;
            position: relative;
            opacity: 0.7;
            font-weight: 900;
            padding: 12px;
            margin-bottom: 0;
            text-align: center;
        }

/*********************************************/
/*************End****************************/








/* ******** Start Section spetial_Products_area ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/

.spetial_Products_area {
    padding: 20px 0 40px 0;
}

    .spetial_Products_area .single_product {
        margin-bottom: 10px !important;
    }

/*********************************************/
/*************End****************************/











/* ******** Start Section most selling ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.small_product_area {
    background: #fff;
    padding: 60px 0 60px 0 !important;
}

    .small_product_area .featured_product_photo {
        height: 160px;
        width: 100%;
    }

    .small_product_area .product_items .single_product {
        margin: 0 !important;
    }
/*********************************************/
/*************End****************************/






/******start Banner******/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.photo_banner_top_home {
    width: 100% !important;
    height: 300px !important;
}

.banner_fullwidth {
    background-color: #f6f6f6;
}

.banner_area {
    margin-bottom: 0 !important;
    background-color: #f6f6f6 !important;
    padding-top: 20px;
}
/****End Banner******/
/*********************************************/
/*****************************************/



.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
    color: #e84c53 !important;
}





/******start product_area******/
/*********************************************/
/*******************************************/
.product_area {
    background-color: #f6f6f6 !important;
    padding: 100px 0;
}


    .product_area .section_title {
        text-align: center;
    }
/******End product_area******/
/*********************************************/
/*******************************************/





/******start product_area******/
/*********************************************/
/*******************************************/
.blog_brand_area .services_title p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #333;
}

.blog_brand_area h2 {
    font-size: 50px;
    line-height: 36px;
    color: #b02224;
    font-weight: 500;
}

.blog_brand_area p {
    font-size: 20px;
    line-height: 28px;
    font-weight:200;
}
/******End product_area******/
/*********************************************/
/*******************************************/
/******start section-break******/
/*********************************************/
/*******************************************/
.section-break {
    background-image: url('/img/WhatsApp Image 2025-07-01 at 4.48.24 PM.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px;
    text-align: center;
    background-attachment: fixed;
}

.row.break-head {
    justify-content: space-around;
}

.section-break a {
    background-color: #004a8afa;
    display: block;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 20px;
    font-size: 27px;
    color: #fff;
}

.section-break h2 {
    font-size: 51px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 900;
    line-height: 64px;
}

.row.break-link {
    justify-content: space-around;
}

    .row.break-link .link-collom {
        display: flex;
        justify-content: space-around;
    }

@media only screen and (max-width: 767px) {
    .section-break {
        background-color: #FFD64E !important;
        padding: 40px;
        text-align: center;
    }

        .section-break h2 {
            font-size: 25px;
            margin-bottom: 26px;
            color: #fff;
            font-weight: 900;
            line-height: 33px;
        }
}
/******End section-break******/
/*********************************************/
/*******************************************/
.single_services {
    text-align: center;
    position: relative;
}

.single_services {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    background: #b02224;
    /*background: linear-gradient(74deg, rgb(0 60 122) 0%, rgb(205 166 167) 53%, rgb(176 34 36) 100%);*/
    z-index: 100;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 500ms ease-in-out;
}

.single_services:hover .overlay {
    transform: scaleY(1);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Ensuring content stays above the overlay */
.single_services > *:not(.overlay) {
    position: relative;
    z-index: 2;
}

.services_gallery {
    padding: 120px 0px;
}

    .services_gallery .single_services img {
        width: 100%;
        height: 266px;
    }

    .services_gallery .single_services .services_content a {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 8px;
        color: #fff;
        display: block;
        font-weight: 900;
        text-transform: capitalize;
    }

    .services_gallery .single_services .services_content p {
        font-size: 16px;
        font-weight: 100;
        color: #fff;
        text-align: center;
    }

    .services_gallery .single_services .advantages_button {
        margin-top: 20px;
    }

        .services_gallery .single_services .advantages_button a {
            background-color: #fff;
            color: #000;
            border: none;
        }

            .services_gallery .single_services .advantages_button a:hover {
                background-color: #000;
                border: none;
                color: #fff;
            }

    .services_gallery .services_title p {
        color: #333;
    }
/******start footer******/
/*********************************************/
/*******************************************/
.footer_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
/******End footer******/
/*********************************************/
/*******************************************/


.sectionOurPartners
{
    padding:35px 0;
}

    .sectionOurPartners .owl-carousel .owl-dots.disabled, .sectionOurPartners .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .sectionOurPartners .brand_container .owl-nav > div {
        opacity:1;
        visibility:visible;
    }

.contact_message textarea {
    border-radius: 23px;
}

.product_thumb {
    border-radius: 7%;
}


@media only screen and (max-width: 767px) {
    .slider_s_two .owl-dots {
        bottom: 0px;
    }

    .firstLetter {
        font-size: 28px;
    }

    .services_desc h3 {
        font-size: 22px;
    }

    .services_desc p {
        font-size: 16px;
    }

    .header_middle {
        background-color: #fff !important;
    }


    .About_Us_section {
        padding: 20px 0px 0px 0px;
    }

        .About_Us_section p {
            font-size: 16px;
            line-height: 28px;
            text-align: left !important;
        }

        .About_Us_section h1 {
            font-size: 21px;
            text-align: left;
            color: #43b9fe;
            margin: 0px;
            font-weight: 900;
        }

    .slider_s_two .single_slider {
        height: 223px;
        margin-top: 68px;
    }


    .testimonial_titile h1 {
        font-size: 24px;
    }

    .testimonial_titile p {
        margin-bottom: 40px;
        font-size: 19px;
        margin-top: 14px;
    }




    .services_title h2 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .services_title p {
        margin-bottom: 20px;
    }

    .blog_brand_area.category {
        padding: 30px 0px !important;
    }

    .blog_brand_area .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .featured_product_photo {
        height: 130px !important;
    }

    .services_gallery {
        padding: 30px 0px;
    }

    .overlay {
        padding: 13px 10px;
    }

    .services_gallery .single_services .services_content a {
        font-size: 20px;
    }

    .services_gallery .single_services .advantages_button {
        margin-top: 0px;
        text-align: center;
    }


    .small_product_area {
        padding: 25px 0 !important;
    }

    .section_title h2 {
        font-size: 25px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }

    #index_container {
        margin-top: 0px !important;
    }

    .single_gallery_section {
        background-color: white;
        margin: 0 4px;
        border-radius: 6px;
        text-align: right;
    }

    .brand_container {
        padding: 0px 0 0px 0 !important;
    }

        .brand_container .single_gallery_section .gallery_thumb img {
            height: 160px;
        }

    .single_banner {
        margin-bottom: 4px !important;
    }

    .product_area {
        padding: 40px 0;
    }

        .product_area .single_product {
            margin-bottom: 10px !important
        }

    .slider_product_photo_home {
        height: 165px !important;
        width: 170px !important;
    }

    .blog_brand_area .brand_area .owl-carousel .owl-dot, .sectionOurPartners .brand_area .owl-carousel .owl-dot {
        cursor: pointer;
        background-color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        visibility: visible;
        display: inline-block;
        margin: 0 3px;
        font-size: 0;
        width: 20px;
        height: 20px;
        background: #bbb;
        border: 6px solid transparent;
        -moz-transform: scale3d(0.7, 0.7, 0.7);
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        -o-transform: scale3d(0.7, 0.7, 0.7);
        -ms-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .blog_brand_area .brand_area .owl-dots .owl-dot.active, .sectionOurPartners .brand_area .owl-dots .owl-dot.active {
        background: #fff;
        border-color: #333;
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .blog_brand_area .brand_area .owl-dots, .sectionOurPartners .owl-dots {
        text-align: center;
        margin-top: 10px;
    }

    .blog_brand_area.category .single_gallery_section.fistchild img {
        height: 250px;
    }

    .blog_brand_area {
        padding: 0px;
    }

    .brand_area {
        padding: 10px 0;
    }

    .blog_brand_area h2 {
        font-size: 35px;
        font-weight: 900;
    }

    .blog_brand_area p {
        font-size: 16px;
        line-height: 25px;
    }

    .section-break a {
        padding: 15px 20px;
        font-size: 20px;
    }
    .sectionOurPartners .row.brand_area {
        padding:10px 30px;
    }
    .sectionOurPartners {
        padding: 25px 0px 0px;
    }
}






@media only screen and (max-width: 991px) {
    .product_items .single_product {
        margin: 6px 0 0 0px !important;
    }
}
