* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: 'hatem-font.woff2';
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: 'hatem-font.woff2';
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    /* margin: 0 0 20px 0 */
}

h1 {
    font-size: 36px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 32px;
}
h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #FF8E46;
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #2b2b2b;
    font-size: 17px;
}

.hatem-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.hatem-section-padding {
    padding: 40px 0;
}

.hatem-col-30 {
    width: 100%;
}

.hatem-flex {
    display: flex;
    flex-wrap: wrap;
}

.hatem-space-between {
    justify-content: space-between;
}
.hatem-align-center{
 align-items: center;
}
.hatem-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.hatem-screen-reader:active, .hatem-screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.hatem-btn {
    border: 1px solid #FF8E46;
    padding: 11px 17px;
    display: block;
    border-radius: 10px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    background-color: #FF8E46;
}

.hatem-btn-green {
    background-color: #FF8E46;
    color: #fff;
}

.hatem-btn .icon {
    margin-left: 6px;
}

.hatem-hideflow {
    overflow: hidden
}

.hatem-txtcenter {
    text-align: center
}

.hatem-txtleft {
    text-align: left;
}

.hatem-bg-gray {
    background-color: #f2f4ff;
}

.hatem-main-color {
    color: #FF8E46;
}

.hatem-bg-main-color {
    background-color: #FF8E46;
}

.hatem-second-color {
    color: #f98715;
}

.hatem-color-white {
    color: #fff;
}

.hatem-bottomborder-right {
    border-bottom: 3px solid #d29d34;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.hatem-bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.hatem-bottom-border:after {
    content: " ";
    background: #FF8E46;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}

.hatem-header {
    display: block;
}



.hatem-header.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0 6px 59px rgb(8 12 20 / 11%);
}

.hatem-site-logo {
    display: block;
}



.hatem-city-box {
    width: 143px;
    background: #fff;
    color: #666;
    border: 1px solid #00000029;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.hatem-topbar-contact {
    list-style: none;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
}

.hatem-topbar-contact li {
    display: inline-block;
    margin-right: 15px;
}

.hatem-topbar-contact li a {
    display: inline-block;
    margin-right: 15px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}
.hatem-search-form label {
    display: block;
    color: #fff;
    width: 100%;
}
.hatem-search-form {
    position: relative;
    width: 95%;
}

.hatem-search-field {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 50px;
    border-radius: 6px;
    background: #e8ebf2;
    color: #000;
    overflow: hidden;
    padding-left: 52px;
    border: 0;
}

.hatem-required-filed {
    color: #f00;
}
.search-field-wrapp {
    display: flex;
    position: relative;
}
.hatem-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #ffffff;
    background: #FF8E46;
    font-size: 19px;
    font-weight: 900;
    height: 50px;
    border-radius: 5px 0 0 6px;
    line-height: 23px;
}

.hatem-sidebar-close, .hatem-sidebar-open {
    border-radius: 17px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
}

.hatem-main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
    padding: 0;
}

.hatem-menu-items li {
    position: relative;
}

.hatem-menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
}

.hatem-icon-dropdown {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(134deg);
}

.hatem-submenu-toggle {
    display: block;
    left: 12px;
    position: absolute;
    top: 12px;
    background: #615d69;
    width: 28px;
    height: 28px;
    border-radius: 50px;
}

.hatem-sub-menu {
    display: none;
    border-right: 1px solid #FFF;
}

.hatem-sub-menu.active {
    display: block
}

.hatem-submenu-toggle.active .hatem-icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hatem-page-hero {
    padding: 20px 0;
    position: relative;
}

.hatem-page-hero .container {
    position: relative;
}

.required {
    color: #f44336
}

.g-recaptcha {
    margin-bottom: 21px;
    overflow: hidden;
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

input[type="text"], input[type="email"], input[type="url"], textarea, input[type="tel"] {
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 21px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 5px #00000024;
    border: 1px solid #dcdcdc;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}

.hatem-submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 100%;
    color: #fff;
    background: #FF8E46;
    border-radius: 30px;
}

/* footer {
    color: #ffffff;
    background-color: #FF8E46;
    background: linear-gradient(181deg, #FF8E46, #FF8E46);
}

footer a {
    color: #ffffff;
} */

.contact-info .icon {
    margin-left: 12px;
}

.hatem-scrollUp {
    display: none;
    position: fixed;
    left: 17px;
    bottom: 19px;
    border-radius: 50%;
    background: #1a60aa;
    color: #fff;
    outline: 2px dashed #1a60aa;
    width: 42px;
    height: 42px;
    font-size: 23px;
    line-height: 49px;
    text-align: center;
    outline-offset: 3px;
}

.hatem-scrollUp.active {
    display: block
}

.hatem-whats-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 51px;
    color: #16a085;
}

.hatem-not-found {
    padding: 80px 0;
    text-align: center;
}

.hatem-not-found h1 span {
    display: block
}

.hatem-not-found .number {
    color: #FF8E46;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}

/* .footer-padding {
    padding: 40px 0 20px 0
} */

.hatem-copyright {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 10px;
    font-weight: 900;
    color: #000000;
}

/* .footeritems li a {
    text-decoration: none;
    padding: 6px 0;
    display: block;
}

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

.footeritems li {
    display: block;
    border-bottom: 1px solid #0000003b;
    padding-right: 24px;
    position: relative;
} */

.contact-info li {
    margin-bottom: 18px;
}

/* .footeritems li:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    border: solid #ffffff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(135deg)
} */
.hatem-search-open {
    font-size: 18px;
    color: #FF8E46;
    border-radius: 22px;
    background-color: #f3f3fe;
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 53px;
    text-align: center;
}
/* .hatem-footer-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
} */

.contact-info {
    padding: 0;
    list-style: none;
}

.hatem-follow-us a {
    margin: 0 8px;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 52px;
    margin: 5px;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 2px #00000036;
    border-radius: 50px;
}

.hatem-content-box {
    padding: 30px 38px;
    border-radius: 17px;
    margin-bottom: 30px;
}

.hatem-content-box img {
    margin-bottom: 30px;
}

.icon {
    font-family: "hatemicons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.hatem-whats-button, .hatem-call-button {
    display: flex;
    position: fixed;
    bottom: .3em;
    right: 6px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}
    .hatem-search-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #102259c7;
    justify-content: center;
    align-items: center;
}

.hatem-search-container.active {
    display: flex;
}
.hatem-call-button {
    bottom: 4.2em
}

.hatem-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    background: #1a60aa;
    color: #fff;
    border: 3px solid #fff;
    font-size: 32px;
    line-height: 42px;
}

.hatem-whats-txt, .hatem-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%)
}

.hatem-whats-txt {
    padding: 0 15px 0 25px;
    padding: 0 21px;
    background: #fff;
    color: #000000;
    border: 3px solid #16a085;
}

.hatem-call-txt {
    background: #fff;
    background: #1a60aa;
    color: #ffffff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
}
@media (max-width: 768px) {
 
    h1 {
    font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
}
@media (max-width: 991px) {

    .hatem-main-nav {
        position: fixed;
        height: 100%;
        top:49px;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        background: #292930;
    }

    .hatem-menu-items {
        padding: 0;
        margin: 0;
        text-align: right;
    }
.hatem-sidebar-open.active .icon-navicon-round::before {
    content: "\72";
    color: #f00;
}
    .hatem-sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000000;
    }

    .hatem-sidebar-close .icon {
        color: #f00;
        font-size: 27px;
    }

    .hatem-main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }
    .hatem-menu-items li {
    background-color: #2c2c32;
    border-radius: 25px;
    margin-bottom: 7px;
}
    .hatem-search-open,
    .hatem-sidebar-open {
        background: #f4f4f4;
        border: 0;
        width: 45px;
        height: 45px;
        line-height: 53px;
        text-align: center;
        padding: 0;
        color: #050505;
    }
.hatem-sidebar-open{
    font-size: 25px;
}
    .hatem-topbar, .call-us-wrap {
        display: none
    }

    .hatem-header-search {
        display: none
    }
}

@media (min-width: 576px) {
    .hatem-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .hatem-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .hatem-container {
        max-width: 960px
    }

    .hatem-contact-form {
        width: 73%;
        margin: 40px auto;
    }

    .hatem-main-nav {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .hatem-sidebar-close, .hatem-sidebar-open, .hatem-submenu-toggle {
        display: none
    }

    .hatem-menu-items>li {
        display: inline-block
    }

    .hatem-menu-items li a {
        box-shadow: none;
        padding: 3px 21px;
        color: #000;
    }

    .hatem-menu-items li.has-children>a:after {
        content: " ";
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -3px;
        right: 7px
    }

    .hatem-menu-items .hatem-sub-menu li.has-children>a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0;
    }

    .hatem-menu-items .hatem-sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .hatem-menu-items .hatem-sub-menu {
        background-color: #2c2c32;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #ffffff;
    }

    .hatem-menu-items .hatem-sub-menu a {
        color: #fff;
        margin: 0;
        padding: 10px 16px;
    }

    .hatem-menu-items .hatem-sub-menu a:hover {
        color: #d8d8d8;
    }

    .hatem-menu-items .hatem-sub-menu .has-children .hatem-sub-menu {
        right: 100%;
        top: 0
    }

    .hatem-menu-items .has-children:hover>.hatem-sub-menu {
        display: block
    }

    .hatem-site-branding {
        width: 14%;
    }
.menubar-section {
    background: #ffffff;
    /* box-shadow: 0 6px 59px rgb(8 12 20 / 11%); */
    border-radius: 12px;
    padding: 0 24px;
}
    .hatem-section-padding {
        padding: 80px 0;
    }

    .hatem-col-25 {
        width: 23%;
    }

    .hatem-col-30 {
        width: 29%;
    }

    .hatem-col-50 {
        width: 49%;
    }

    .hatem-col-60 {
        width: 60%;
    }

    .hatem-col-70 {
        width: 69%
    }

    .hatem-col-20 {
        width: 20%;
    }

    .hatem-col-40 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .hatem-container {
        max-width: 1150px
    }
}

@media (min-width: 1400px) {
    .hatem-container {
        max-width: 1370px;
    }
}

.icon-phone:before {
    content: "\61";
}

.icon-call-phone:before {
    content: "\62";
}

.icon-envelope:before {
    content: "\63";
}

.icon-facebook-alt:before {
    content: "\64";
}

.icon-instagrem:before {
    content: "\65";
}

.icon-whatsapp-hatem:before {
    content: "\66";
}

.icon-twitter:before {
    content: "\67";
}

.icon-social-snapchat:before {
    content: "\68";
}

.icon-close:before {
    content: "\69";
}

.icon-arrow-left-c:before {
    content: "\6a";
}

.icon-arrow-right:before {
    content: "\6b";
}

.icon-arrow-up-a:before {
    content: "\6c";
}

.icon-marker:before {
    content: "\6d";
}

.icon-arrow-down-b:before {
    content: "\6e";
}

.icon-arrow-up:before {
    content: "\6f";
}

.icon-home:before {
    content: "\70";
}

.icon-navicon-round:before {
    content: "\71";
}

.icon-times:before {
    content: "\72";
}

.icon-reply:before {
    content: "\73";
}

.icon-bubbles:before {
    content: "\74";
    margin-left: 15px;
    color: #ef5050;
}

.icon-search:before {
    content: "\75";
}

/* Start Services */

.services {
    background: #fbf7f1;
    padding: 60px 0;
}

.services .boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.services .boxs .box {
    width: 31%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px #9191911c;
    transition: 0.3s ease-in-out;
    margin-bottom: 50px;
    border: 1px solid #c5c5c561;
}

.services .boxs .box .img_after {
    position: absolute;
    left: 20px;
    bottom: 0;
    opacity: 0.2;
    z-index: 100;
    width: 50%;
}

.services .boxs .box:hover {
    box-shadow: 5px 5px 22px #fbcfa3b8;
}

.services .boxs .box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #FF8E46;
    transition: 0.3s ease-in-out;
}

.services .boxs .box:hover::after {
    width: 100%;
}

.services .boxs .box .div_img {
    position: relative;
}


.services .boxs .box .div_img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: -1;
    scale: 1;
    transition: 0.3s ease;
}

.services .boxs .box .div_img .img_serv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.services .boxs .box:hover .div_img img {
    scale: 1.03;
}

.services .boxs .box .content {
    padding: 15px 15px 30px;
}

.services .boxs .box h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.services .boxs .box p {
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.services .boxs .box .btn {
    border: 1px solid #FF8E46;
    padding: 7px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    font-size: 16px;
    border-radius: 30px;
}

.services .boxs .box .btn i {
    font-size: 16px;
    position: relative;
    top: 1px;
    transition: 0.3s;
    left: 0;
}

.services .boxs .box .btn:hover {
    background: #FF8E46;
    color: #fff;
    scale: 1;
}

.services .boxs .box .btn:hover i {
    left: -10px;
}



@media (max-width:1000px) {
    .services .boxs .box{
        width: 48%;
    }
}



@media (max-width:500px) {
    .services .boxs .box{
        width: 100%;
    }
    .services .boxs .box h2{
        font-size: 20px;
    }
    .stars i{
        font-size: 16px;
    }

    .top_sec h3{
        font-size: 28px;
    }
    .top_sec p{
        font-size: 15px;
        width: 90%;
    }
    .reviews .top_sec .total_rate a{
        font-size: 14px;
    }
}


/* End Services */
footer{
    background: #1a202c;
    color: #fff;
}


footer .top_f{
    background: #1a202c;
}

footer .top_f .container{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-wrap: wrap;
}

footer .top_f .container .big_col{
    width: 30%;
    padding-left: 10px;
}
footer .top_f .container .big_col img{
    width: 200px;
}
footer .top_f .container .big_col p{
    font-size: 18px;
}


footer .top_f .container .col{
    width: 22%;
    display: flex;
    flex-direction: column;
}

footer .top_f .container .col h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

footer .top_f .container .col a{
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    color: #dfdede;
}
footer .top_f .container .col a:hover{
    color: #FF8E46;
    text-decoration: underline;
}
footer .top_f .container .col .social_Links{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
footer .top_f .container .col .social_Links a{
    font-size: 22px;
    transition: 0.3s;
    scale: 1;
}
footer .top_f .container .col .social_Links a:hover{
    color: #FF8E46;
    scale: 1.4;
    text-decoration: none;
}

footer .btm_f{
    background: #0a0d11;
    padding: 20px 0;
}

footer .btm_f p{
    text-align: center;
    color: #dfdede;
}
footer .btm_f span{
    color: #FF8E46;
}


@media (max-width:1000px){
    footer .top_f .container .big_col{
        width: 50%;
        margin-bottom: 40px;
    }
    footer .top_f .container .col{
        width: 45%;
        margin-bottom: 40px;
    }
}
@media (max-width:600px){
    footer .top_f .container .big_col{
        width: 100%;
        margin-bottom: 40px;
    }
    footer .top_f .container .col{
        width: 100%;
        margin-bottom: 40px;
    }
    footer .btm_f p{
        font-size: 18px;
    }
    footer .top_f .container .col a{
        font-size: 19px;
    }
    footer .top_f .container .col h3{
        font-size: 18px;
    }
}

/*جديد*/


.container {
    width: 85%;
    margin: 0 auto;
    max-width: 1400px;
}

 footer ul {
    list-style: none;
}

 footer a {
    text-decoration: none;
}

    .floating-buttons {
      position: fixed;
      bottom: 30px;
      right: 30px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      z-index: 1000;
		direction:ltr;
    }

    .floating-buttons  .button {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px 20px;
      text-decoration: none;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border-radius: 50px;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
      transition: all 0.4s ease;
      overflow: hidden;
    }

    .floating-buttons  .button:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
    }

    .floating-buttons  .button i {
      font-size: 20px;
    }

    .floating-buttons  .button span {
      z-index: 1;
    }

    .floating-buttons   .button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      z-index: 0;
      transform: scale(0);
      transition: all 0.5s ease;
      border-radius: 50px;
    }

    .floating-buttons   .button:hover:before {
      transform: scale(2.5);
      opacity: 0;
    }

    .floating-buttons    .whatsapp {
      background: linear-gradient(135deg, #25d366, #128c7e);
    }

    .floating-buttons     .phone {
      background: linear-gradient(135deg, #3498db, #2980b9);
    }

    /* حركة مستمرة */
    .floating-buttons .button {
      animation: float 3s ease-in-out infinite;
    }

    .floating-buttons .button:nth-child(2) {
      animation-delay: 0.5s;
    }

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

    /* حركة أزرار متتالية
    .floating-buttons .button:nth-child(1) {
      animation: slideIn 1s ease-out 0.2s forwards;
    }

    .floating-buttons .button:nth-child(2) {
      animation: slideIn 1s ease-out 0.4s forwards;
    }

    @keyframes slideIn {
      from {
        transform: translateX(100px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    } */
    

    /* الريسبونسف */
    @media (max-width: 768px) {
      .button {
        padding: 12px 15px;
        font-size: 14px;
      }

      .button i {
        font-size: 18px;
      }
    }


    /*new*/
/* إعدادات عامة */
/* إعدادات عامة */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
} */

body {
    background-color: #fff;
    color: #2d2d2d;
    overflow-x: hidden;
}

/* سكشن المنتجات */
.products-home, .category-products {
    padding: 80px 40px;
    background: #f9f9f9;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-home::before, .category-products::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(42, 77, 105, 0.1), rgba(255, 193, 7, 0.1));
    top:66%;
    right: 5%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: rotateAndScale 10s infinite ease-in-out;
    z-index: 1;
}

.products-home h2, .category-products h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.products-home h2 span, .category-products h2 span {
    position: relative;
    padding: 8px 20px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.products-home h2 span:hover, .category-products h2 span:hover {
    transform: translateY(-5px);
}

.product-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.category-tab {
    padding: 12px 30px;
    background: #f5f5f5;
    color: #666;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-tab .category-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.category-tab.active {
    background: linear-gradient(258deg, #f98615, #f98718);

    color: #1a1a1a;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.category-tab:hover {
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.categories-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.category-section {
    display: none;
    flex-direction: column;
    gap: 30px;
}

.category-section.active {
    display: flex;
}

.category-title {
    font-size: 36px;
    color: #2A4D69;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.category-title::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: #f1861a;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.product-card {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transform: perspective(1000px);
    z-index: 2;
    animation: subtlePulse 3s infinite ease-in-out;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.product-card::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.7s ease;
    transform: rotate(30deg);
    z-index: 1;
}

.product-card:hover {
    transform: perspective(1000px) translateY(-8px) rotateX(3deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: #FFC107;
    animation-play-state: paused;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover::after {
    opacity: 0.25;
    transform: rotate(30deg) translate(15%, 15%);
}

.product-card .image-container {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    z-index: 2;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-card .action-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    background: linear-gradient(180deg, #f9f9f9, #ffffff);
    z-index: 2;
}

.product-card .action-buttons .order-now-btn,
.product-card .action-buttons .call-now-btn {
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.product-card .action-buttons .order-now-btn {
    background: linear-gradient(45deg, #25D366, #20C058);
    color: #fff;
}

.product-card .action-buttons .call-now-btn {
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
}

.product-card .action-buttons .order-now-btn:hover,
.product-card .action-buttons .call-now-btn:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.product-card .content {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.product-card h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-card h4 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card h4 a:hover {
    color: #2A4D69;
}

.product-card .short-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}

.color-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    padding: 0 10px;
    z-index: 2;
}

.color-indicators .color-option {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.5), rgba(0,0,0,0.1));
    display: inline-block;
}

.color-indicators .color-option:hover {
    transform: scale(1.15);
    border-color: #FFC107;
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.5);
}

.color-indicators .color-option .color-tooltip {
    display: none;
    position: absolute;
    bottom: -45px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
}

.color-indicators .color-option:hover .color-tooltip {
    display: block;
}

.available-colors {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
    text-align: center;
    z-index: 2;
}

.price-section {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 2;
}

.price-section .price-label {
    font-size: 16px;
    color: #2A4D69;
    font-weight: 700;
}

.price-section .regular-price {
    font-size: 18px;
    color: #2A4D69;
    font-weight: 700;
}

.price-section .original-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
}

.price-section .discount-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: 700;
}

.view-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.view-product-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.view-product-btn:hover::before {
    transform: translateX(100%);
}

.view-product-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.view-product-btn i {
    font-size: 16px;
}

.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #fa8515, #ffc200);
    color: #1a1a1a;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    width: auto;
    max-width: 300px;
}

.view-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.view-more-btn:hover::before {
    transform: translateX(100%);
}

.view-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.no-products {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin: 40px 0;
}

/* صفحة المنتج */
.single-product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 80px 40px;
    background: #f9f9f9;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column;
}

.product-main-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-bottom: 60px;
}

.product-image-gallery {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.product-image-gallery .main-image {
    width: 100%;
    max-width: 600px;
}

.product-image-gallery .main-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

.product-image-gallery .thumbnail-gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-image-gallery .thumbnail-gallery .thumbnail-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.product-image-gallery .thumbnail-gallery .thumbnail-image.active,
.product-image-gallery .thumbnail-gallery .thumbnail-image:hover {
    border-color: #FFC107;
}

.product-details {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-details h1 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.product-details h1::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #FFC107;
    bottom: -10px;
    right: 0;
    border-radius: 2px;
}

.product-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.color-options {
    margin-bottom: 20px;
}

.color-options h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.swatches {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.color-swatch.active {
    border-color: #FFC107;
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.color-swatch:hover {
    transform: scale(1.1);
}

.color-swatch .color-tooltip {
    display: none;
    position: absolute;
    bottom: -40px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}

.color-swatch:hover .color-tooltip {
    display: block;
}

.available-colors {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.highlight-section {
    margin-top: 30px;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.highlight-section h3 {
    font-size: 24px;
    color: #2A4D69;
    margin-bottom: 20px;
    font-weight: 700;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.whatsapp-btn, .call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn {
    background: linear-gradient(45deg, #25D366, #20C058);
    color: #fff;
}

.call-btn {
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
}

.whatsapp-btn::before, .call-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.whatsapp-btn:hover::before, .call-btn:hover::before {
    transform: translateX(100%);
}

.whatsapp-btn:hover, .call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn i, .call-btn i {
    font-size: 20px;
}

.additional-description {
    margin-top: 20px;
}

.additional-description h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.additional-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* سكشن المنتجات ذات الصلة */
.related-products {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9;
    width: 100%;
}

.related-title {
    font-size: 32px;
    color: #2A4D69;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.related-title::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: #FFC107;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* سكشن الأيقونات التشويقية */
.incentives-section {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9;
    background: linear-gradient(135deg, #f9f9f9, #e9ecef);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.incentives-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.incentive-item {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    text-align: center;
    padding: 25px 20px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.incentive-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 193, 7, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.incentive-item:hover::before {
    transform: translateX(100%);
}

.incentive-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.incentive-item i {
    font-size: 48px;
    color: #2A4D69;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.incentive-item:hover i {
    transform: scale(1.1);
}

.incentive-item h4 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
}

.incentive-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* الأنميشنز */
@keyframes rotateAndScale {
    0% { transform: rotate(0deg) scale(1); opacity: 0.8; }
    50% { transform: rotate(180deg) scale(1.2); opacity: 0.5; }
    100% { transform: rotate(360deg) scale(1); opacity: 0.8; }
}

@keyframes subtlePulse {
    0% { transform: perspective(1000px) scale(1); }
    50% { transform: perspective(1000px) scale(1.02); }
    100% { transform: perspective(1000px) scale(1); }
}

/* التصميم المتجاوب */
@media (max-width: 1024px) {
    .product-main-section {
        flex-direction: column;
        gap: 30px;
    }

    .product-image-gallery {
        min-width: 100%;
    }

    .product-details {
        min-width: 100%;
    }

    .single-product {
        padding: 60px 20px;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .product-card .image-container {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .products-home, .category-products {
        padding: 60px 20px;
    }

    .products-home h2, .category-products h2 {
        font-size: 36px;
    }

    .category-title, .related-title {
        font-size: 28px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card {
        max-width: 360px;
        margin: 0 auto;
    }

    .product-card .image-container {
        height: 220px;
    }

    .product-card h4 {
        font-size: 22px;
    }

    .product-card .short-description {
        font-size: 13px;
    }

    .product-card .action-buttons {
        flex-direction: row;
        gap: 8px;
        padding: 10px;
    }

    .product-card .action-buttons .order-now-btn,
    .product-card .action-buttons .call-now-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .color-indicators .color-option {
        width: 30px;
        height: 30px;
    }

    .single-product {
        padding: 40px 15px;
        gap: 20px;
    }

    .product-image-gallery img {
        max-width: 100%;
    }

    .product-details h1 {
        font-size: 28px;
    }

    .product-details h1::after {
        width: 60px;
    }

    .color-options h3, .highlight-section h3, .additional-description h3 {
        font-size: 18px;
    }

    .color-swatch {
        width: 50px;
        height: 50px;
    }

    .whatsapp-btn, .call-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .incentives-grid {
        gap: 20px;
    }

    .incentive-item {
        min-width: 180px;
        max-width: 220px;
        padding: 20px 15px;
    }

    .incentive-item i {
        font-size: 40px;
    }

    .incentive-item h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .products-home h2, .category-products h2 {
        font-size: 28px;
    }

    .category-title, .related-title {
        font-size: 24px;
    }

    .product-card {
        max-width: 100%;
    }

    .product-card h4 {
        font-size: 20px;
    }

    .product-card img {
        height: 200px;
    }

    .product-card .image-container {
        height: 200px;
    }

    .product-card .short-description {
        font-size: 12px;
    }

    .color-indicators .color-option {
        width: 28px;
        height: 28px;
    }

    .available-colors {
        font-size: 12px;
    }

    .product-card .action-buttons .order-now-btn,
    .product-card .action-buttons .call-now-btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    .single-product {
        padding: 30px 10px;
    }

    .product-details h1 {
        font-size: 24px;
    }

    .product-description {
        font-size: 14px;
    }

    .color-swatch {
        width: 40px;
        height: 40px;
    }

    .incentive-item {
        min-width: 100%;
        max-width: 100%;
        padding: 15px 10px;
    }

    .incentive-item i {
        font-size: 36px;
    }

    .incentive-item h4 {
        font-size: 16px;
    }

    .incentive-item p {
        font-size: 13px;
    }
}

/*معرض*/
/* contact page */ 


.small-sec.small-sec2{
    position: relative;
    padding: 70px 0;
    width: 100%;
    background: linear-gradient(#223555c6,#223555c6),url(../images/contact-page.jpg),no-repeat;
    background-attachment: none;
    background-size: cover;
    background-position: center;
    text-align: center;
  }


  /* start contact */
  .contact .boxs{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }

  .contact .boxs .box{
    width: 70%;
    border: 2.5px solid var(--yello);
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    border-right: 0;
    border-radius: 5px;
    box-shadow: -5px 5px 8px #8d8d8d4d;
    
  }
  .contact .boxs.boxs2{
    direction: ltr;
  } 
  .contact .boxs .box.box2{
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 5px 5px 8px #8d8d8d4d;
    padding-left: 40px;
    border: 2.5px solid var(--yello);
    padding-right: 0;
    border-left: 0;
  }
  .contact .boxs .box.box2 .div-text{
    direction: rtl;
    width: 45%;
  }
  .contact .boxs .box .div-text{
    width: 40%;
    padding: 30px 0;
  }
  .contact .boxs .box .div-text h1{
    color: var(--main);
    font-size: 40px;
    margin-bottom: 20px;
}
.contact .boxs .box .div-text p{
    color: #222;
    font-size: 20px;
    margin-bottom: 15px;
}
.contact .boxs .box .div-text a{
    color: #222;
    font-size: 20px;
}
.contact .boxs .box .div-text svg{
    transform: translateY(7px);
}
  .contact .boxs .box .div-map{
    width: 50%;
    height: 100%;
  }
  .contact .boxs .box .div-map div{
    height: 100%;
  }
  .contact .boxs .box .div-map iframe{
    width: 100%;
    height: 100%;
  }
  .contact .top-sec .links{
    margin-top: 30px;
  }
  .contact .top-sec .links a{
    padding: 5px 8px;
    border: 1px solid var(--yello);
    background: var(--yello);
    color: var(--main);
    font-size: 18px;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: 0.3s;
  }
  .contact .top-sec .links a:hover{
    top: -10px;
  }


  @media (max-width:1000px){

    .why-us .contanier{
        flex-direction: column;
      }
      .why-us .contanier .div-text{
        width: 100%;
      }
      .why-us .contanier .div-img{
        width: 60%;
        margin-top: 40px;
      }

    .contact .boxs .box{
        width: 100%;
    }
    .contact .boxs{
        margin-bottom: 0;
        border: none;
        padding: 0;
    }


   .service .boxs .box{
    width: 48%;
  }



  .best .contanier{
    flex-direction: column;
  }
  .best .contanier .text{
    width: 100%;
  }
  .best .contanier .div-img{
    width: 60%;
    margin-top: 20px;
    z-index: -1;
}

}


@media (max-width:650px){


    .contact .boxs .box{
        flex-direction: column;;
        justify-content: center;
        padding: 0px 10px;

    }
    .contact .boxs{
        margin-bottom: 0;
        border-bottom: 1px solid #0e141fe2;
        padding: 0 0 10px 0;
    }
    .contact .boxs:last-child{
        border: none;
    }
    .small-sec h2{
        font-size: 25px;
        color: var(--yello);
        margin-bottom: 15px;
      }
      .small-sec p{
        font-size: 16px;
        color: #fff;
      }
      .contact .boxs .box .div-text,
      .contact .boxs.boxs2 .box .div-text{
        width: 100%;
        padding: 35px 15px 25px;
      }
      .contact .boxs .box .div-map{
        width: 100%;
      }
      .contact .boxs .box .div-text h1{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .contact .boxs .box .div-text p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact .boxs .box .div-text svg{
        width: 22px !important;
    }
    .contact .boxs .box .div-text a{
        font-size: 14px;
    }
    .contact .boxs.boxs2{
        direction: rtl;
      }
      .contact .boxs .box,
      .contact .boxs .box.box2{
        padding-left: 0;
        border: none;
        border: none;
      }
      header nav .links {
        width: 100%;
        right: -110%;
      }
      .contact .top-sec .links{
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }
      .contact .top-sec .links a{
        font-size: 15px;
        margin: 0;
      }
  
   
  
  

      .best .contanier .text h1{
        font-size: 25px;
      }

      .best .contanier .div-img{
        width: 85%;
      }


  }





  /*المدونة*/

.blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.blog-box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 2%;
  /*  box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;
    width: 100%;*/
}
.card-image {
    position: relative;
}

.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    padding: 15px 15px
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
    z-index: 6;
    position: relative;
}

.card-title {
    /*color: #000;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none*/
    font-size: 20px;
    font-weight: 900;
    width: 90%;
    height: 63px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    color: #0b306e;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
}

.card-excerpt {
    /*font-size: 15px;*/
    color: #949494;
    line-height: 32px;
    margin-top: 2px;
    width: 90%;
    height: 92px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    text-align: right;
}


.sub-title {
    font-weight: 900;
    font-size: 20px
}
p.card-more {
    margin: 15px;
    text-align: left;
}

.card-more a {
    background: #236eb4;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}
.card-more a:hover{

background-color: #e4f2fd;
color:#000;

}
.link {
    position: absolute;
    bottom: 90px;
    right: -108px;
    width: 140px;
    height: 50px;
    background: #E14E29;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: .3s all;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.link a{

    color: #fff;
    text-decoration: none;
  
}
.inner-box:hover .link {
    right: 0;
    background: #E14E29;
}
.inner-box:hover img {
    transform: scale(1.2);
    transition: all 1s ;
}

.inner-box {
    margin: 15px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 13px #d4d4d4;
    padding: 8px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.inner-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 98%;
    height: 80px;
    transform: skewY(-2deg);
    transition: all .5s ease;
    border: 3px solid #343434;
    z-index: 0;
}
.inner-box:hover:after {
    transform: skewY(2deg);
    border-color: #140d0c;
}
.image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    z-index: 8;
    overflow: hidden;
}
.image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 250px;
    display: block;
}

.image a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.up-hover {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    /*text-align: center;*/
    transition: all .5s ease;
    position: relative;
}

textarea {
    max-height: 160px;
}
.form-submit{
    text-align:left
}
.submit {
    background-color: #ff6200;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}


/*title*/



.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .titles_concept_1{
    position: relative;
  }
  .titles_concept_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    height: 3px;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    background: #363532;
  }
  
  .titles_concept h2 {
    font-size: 30px;
  }
  
  .titles_concept_1 h2 {
    width: fit-content;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin: auto auto 12px;
    line-height: 34px;
    z-index: 1;
    color: #E14E29;
  }
  .q-a, .titles_concept_1 h2 {
    display: block;
    position: relative;
  }
  .titles_concept h3 {
    justify-content: center;
    font-size: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    color: #171f26;
    
  }
  .titles_concept_1 p {
    position: relative;
    margin: 5px 5px 19px;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
/*title*/

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width:100%;
    margin-bottom: 25px;
    margin-right: 2%;
   /* box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;*/
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 18px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
    padding: 1px 12px 11px 22px;
    margin-top: 15px;
}

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 30%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 31%;
}
}




/*المدونة*/
/* Button Styles */
.view-all-btn {
    display: block;
    margin: 2rem auto;
    padding: 0.75rem 2rem;
    background-color: #007bff;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
}

.view-all-btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.view-all-btn:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .view-all-btn {
        padding: 0.65rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .view-all-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }
}


 .social-fixed {
      position: fixed;
      bottom: 255px;
      left: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
      animation: fadeIn 1s ease-in-out;
    }

    /* Fade-in animation on load */
    @keyframes fadeIn {
      0% { opacity: 0; transform: translateX(-20px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    /* Bounce and glow animation */
    @keyframes bounceGlow {
      0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)); }
      50% { transform: translateY(-5px); filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); }
    }

    .social-fixed a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      text-decoration: none;
      animation: bounceGlow 3s infinite ease-in-out; /* Continuous bounce and glow */
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    }

    .social-fixed a:hover {
      transform: scale(1.2) translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      animation: none; /* Stop animation on hover */
    }

    /* WhatsApp Icon Color */
    .social-fixed a.whatsapp i {
      color: #25D366;
    }
    .social-fixed a.whatsapp:hover {
      background: #25D366;
    }
    .social-fixed a.whatsapp:hover i {
      color: #fff;
    }

    /* Facebook Icon Color */
    .social-fixed a.facebook i {
      color: #3b5998;
    }
    .social-fixed a.facebook:hover {
      background: #3b5998;
    }
    .social-fixed a.facebook:hover i {
      color: #fff;
    }

    /* Instagram Icon Color */
    .social-fixed a.instagram i {
      color: #E1306C;
    }
    .social-fixed a.instagram:hover {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }
    .social-fixed a.instagram:hover i {
      color: #fff;
    }

    /* Snapchat Icon Color */
    .social-fixed a.snapchat i {
      color: #000000;
    }
    .social-fixed a.snapchat:hover {
      background: #FFFC00;
    }
    .social-fixed a.snapchat:hover i {
      color: #000;
    }

    /* TikTok Icon Color */
    .social-fixed a.tiktok i {
      color: #000000;
    }
    .social-fixed a.tiktok:hover {
      background: #000000;
    }
    .social-fixed a.tiktok:hover i {
      color: #fff;
    }

    /* Twitter (X) Icon Color */
    .social-fixed a.twitter i {
      color: #000000;
    }
    .social-fixed a.twitter:hover {
      background: #000000;
    }
    .social-fixed a.twitter:hover i {
      color: #fff;
    }

    .social-fixed i {
      font-size: 24px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .social-fixed {
        bottom: 15px;
        left: 15px;
        gap: 12px;
      }

      .social-fixed a {
        width: 45px;
        height: 45px;
      }

      .social-fixed i {
        font-size: 22px;
      }
    }

    @media (max-width: 768px) {
      .social-fixed {
        bottom: 10px;
        left: 10px;
        gap: 10px;
      }

      .social-fixed a {
        width: 40px;
        height: 40px;
      }

      .social-fixed i {
        font-size: 20px;
      }
    }

    @media (max-width: 480px) {
      .social-fixed {
        bottom: 86px;
        left: 4px;
        gap: 8px;
      }

      .social-fixed a {
        width: 35px;
        height: 35px;
      }

      .social-fixed i {
        font-size: 18px;
      }
    }