:root {
    --sub-title: 18px;
    --main-title: 24px ;
    --breadcrum-title : 40px ;
    --blog-title : 17px ;
}


.header-style1 .header-nav .nav>li>a {
    border-radius: 0;
    display: inline-block;
    padding: 24px 15px;
    cursor: pointer;
    margin: -9px 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 40px;
    color: var(--secondary);
    position: relative;
    transition: var(--transition);
}

.sx-bnr-1-wrap-outer .sx-bnr-1-large-title {

    font-weight: 800;
    font-size: 41px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 80px;
}

.site-button.icon i, .site-button-secondry.icon i {
    margin-left: 6px;
}

.section-head .sx-head-s-title, .section-head2 .sx-head-s-title {

    font-weight: 400;
    font-size: var(--sub-title);
    padding-bottom: 16px;
    text-transform: uppercase;
    color: var(--primary);
}
.sx-icon-bx-2 .sx-icon-bx-info .sx-icon-bx-title {

    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--secondary);
    display: block;
}
.sx-icon-bx-1 .sx-icon-bx-icon {
    text-align: right;
    margin-bottom: 30px;
}
.owl-carousel
{
    direction: ltr;
}
.sx-count .sx-count-info {
    color: var(--secondary-light);
    font-size: 21px;
    line-height: 50px;

    margin-top: 20px;
}
.testimonial-2 .testimonial-position
{

}
.sx-f-bottom-section
{
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px 70px;
    padding: 40px;
    background: #252525;
    border-radius: 5px;

}

.sx-arrow-circle-checked li {
    padding: 5px 30px 5px 30px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: var(--title-color);
    text-align: right;
}
.section-head .sx-head-l-title .sx-title2, .section-head2 .sx-head-l-title .sx-title2 {

    margin-bottom: 0px;
    font-weight: 800;
    font-size: var(--main-title);
    text-transform: capitalize;
    color: var(--secondary);
}
.input-animate.input, .input-animate.input label, .input-animate.input input, .input-animate.input textarea, .input-animate.input .spin
{

}
.languages
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.languages li{
    display: inline-block;
    font-size: 14px;
}
.header-style1 .logo-header {
    display: table;
    float: left;
    width: 200px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #ed4c2f;
    margin: 0px;
    position: relative;
    z-index: 11;
    padding-top: 15px;
}
.sx-latest-post-st-1 .sx-post-title .post-title
{
    text-align: right;
}
.about_sub_title
{
    font-size: 20px !important;
    margin-bottom: 40px !important;
}
.sx-about-bx4-media {
    position: relative;
    padding-left: 70px;
    padding-bottom: 0px;
    z-index: 1;
}
.filter-navigation li a.btn-inline
{

}
.filter-navigation li a
{
    margin-right: 0 !important;
}
.sx-gallery-block
{
    box-shadow: 1px 20px 20px 0px #eee;
}
.steps .owl-item
{
    background-color: #FFFFFF;
    min-height: 530px;
}
.steps .owl-item a{
    margin: 0 auto;
}
.header-style1 .logo-header
{
    float: left;
}
.sx-ab-video
{
    display: none;
}
.sx-bnr-1-wrap-outer .sx-bnr-1-content .sx-bnr-video
{
    display: none;
}
.sx-ab-img-section-1
{
    display: none;
}
.sx-bnr-1-wrap-outer .sx-bnr-1-content
{
    padding-right: 25px;
}
.sx-why-choose2-outer
{
    padding-bottom: 25px;
}
.home-blogs .item
{
    background-color: #eee;
    padding: 20px;
    min-height: 478px !important;
}
.home-blogs .item .post-title a{
    font-size: 15px;
}
.home-blogs .item img
{
    min-height: 277px;
}
.offers
{
    border-radius: 50%;
}
.offers img
{
    position: fixed;
    z-index: 111;
    left: 40px;
    bottom: 43px;
    background-color: #eee;
    padding: 10px;
    border-radius: 20px;
}
/* CSS */
.offers {
    position: fixed;
    left: 10px; /* Adjust this value for horizontal positioning */
    bottom: 10%; /* Adjust for vertical positioning */
    transform: translateY(50%);
    width: 65px; /* Adjust size as needed */
    height: 65px;
    z-index: 1000;
    animation: bounce 2s infinite; /* Apply the animation */
}

.offers img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offers img:hover
{
    background-color: #ffcc00;
    cursor: pointer;
}
/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.why-choose-us h4 {
    margin-bottom: 37px;
    font-size: 22px;
    line-height: 48px;
    margin-top: 85px;
}

.sx-post-media img
{
    min-height: 252px;
    object-fit: cover;
}
.why-choose-us img
{
    max-height: 485px;
    width: 100%;
    object-fit: cover;

}
.why-choose-us p{
    font-size: 18px;
    margin-bottom: 26px;
}

@media only screen and (max-width: 900px) {
    .sx-bnr-1-wrap-outer .sx-bnr-1-content
    {
        padding-right: 0 !important;
    }
    .why-choose-us
    {
        margin-top: 0 !important;
    }
    .why-choose-us h4 {
        margin-bottom: 37px;
        font-size: 19px;
        line-height: 43px;
        margin-top: 0;
        text-align: center;
    }
    .why-choose-us p {
        text-align: center;
        font-size: 18px;
        line-height: 31px;
    }
    .why-choose-us .section-content
    {
        text-align: center;
    }
    .why-choose-us .section-content .site-button
    {
        margin-bottom: 30px;
    }

    .pricingTable-firstTable_table__pricing span:first-of-type
    {
        padding-right: 16px;
        text-align: center;
    }

    .offers {
        position: fixed;
        left: 10px;
        bottom: 10%;
        transform: translateY(50%);
        width: 55px;
        height: 55px;
        z-index: 1000;
        animation: bounce 2s infinite;
    }
    .offers img {
        position: fixed;
        z-index: 111;
        left: 13px;
        bottom: 43px;
        background-color: #eee;
        padding: 8px;
        border-radius: 20px;
    }

    .pricingTable-firstTable_table
    {
        padding: 0 !important;
        font-size: 22px !important;
        padding-right: 15px;
    }
    .pricingTable-firstTable_table .buttons
    {
        margin-bottom: 20px;
    }
    .site-button.sx-btn-primary {
        font-size: 13px;
        padding: 17px;
    }
    #countdown ul li {
        display: inline-block;
        margin: 11px !important;
        font-size: 17px !important;
        color: #000;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-large-title {

        font-weight: 800;
        font-size: 26px !important;
        text-transform: capitalize;
        color: var(--white);
        margin-bottom: 20px;
        line-height: 50px;
    }
    .sx-about-bx1-media .sx-ab-img-outer
    {
        display: block;
    }

    .filter-navigation li
    {
        float: right !important;
    }
    .filter-navigation li.active a
    {
        margin-right: 10px ;
    }
    .sx-about-bx4-media {
        position: relative;
        padding-left: 0;
        padding-bottom: 0px;
        z-index: 1;
        margin-bottom: 34px;
        margin-top: 15px;
    }
    .sx-about-bx4-media  .site-button.sx-btn-primary
    {
        letter-spacing: normal;

        font-size: 15px;
        padding: 18px;
    }
    .sx-about-bx4-content
    {
        text-align: center;
    }
    .section-full
    {
        padding-top: 0 !important;
    }
    .sx-about-bx1-content-wrap{
        text-align: center;
    }
    .site-button.sx-btn-primary{
        letter-spacing: normal !important;
        padding: 18px;
    }
    .section-full.p-t110
    {
        padding-top: 50px !important;
    }
    .loading-area h2 img {
        height: 200px;
    }

    .sx-about-bx1-media .sx-dot-bx
    {
        display: none;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-large-title
    {
        font-size: 27px !important;
    }
    .owl-carousel .owl-item img {
        min-height: 136px !important;
        object-fit: cover;
    }
    .sx-service-bx-2 .sx-why-ch-category {
        color: #000;
        font-size: 17px;
        text-align: center;
        font-weight: bold !important;
        line-height: 19px;
    }
    .icon-content p {
        padding: 3px;
        font-size: 13px;
    }
    .steps .owl-item {
        background-color: #FFFFFF;
        min-height: 450px;
    }

    .testimonial-2
    {
        padding: 0 !important;
    }
    .header-style1.mobile-sider-drawer-menu #mobile-side-drawer
    {
        margin-right: 2px;
    }
    .client-logo-pic2-wrap .steps .owl-item a {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .sx-why-choose-carousel .owl-item img
    {
        object-fit: contain !important;
    }
    .sx-bnr-text-masking .light h1
    {
        font-size: 39px;
        line-height: 25px;
        margin-bottom: 43px;
        margin-right: 13px;
    }
    .sx-about-bx1-content p{
        margin-bottom: 30px;
    }
    .sx-icon-bx-2 {
        display: inline-flex
    }
    .site-button.sx-btn-primary{
        margin: 0 ;
        font-size: 16px;
    }
    .sx-about-bx1-content-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .sx-icon-bx-2 {
        margin-bottom: 20px;
    }
    .sx-about-bx1-content .sx-title
    {
        margin-bottom: 10px;
    }
    .sx-icon-bx-2 .sx-media{
        margin-right: 0;
    }
    .counter-blocks
    {
        padding-top: 30px;
    }
    .section-full.p-b80 {
        padding-bottom: 0;
    }
    .sx-service-bx-1 .sx-service-bx-icon span
    {
        width: 100px;
        height: 100px;
    }
    .sx-service-bx-1 .sx-text-primary img
    {
        height: 45px;
    }
    .icon-content p {
        padding: 3px;
        font-size: 16px;
    }
    .owl-carousel .owl-item img {
        min-height: 182px !important;
    }

    .steps .owl-item{
        padding-bottom: 30px;
    }
    #testmonials
    {
        padding-bottom: 25px;
    }
    .blogs .owl-item {
        background-color: #eee;
        padding: 8px;
    }
    .brands .owl-item img {
        min-height: 200px !important;
    }
    .footer-dark.site-footer
    {
        margin-top: 50px;
    }

    .home-blogs .item img {
        min-height: 280px !important;
        object-fit: cover;
    }
    .home-blogs .item{
        padding: 10px;
    }
    .our-team-2 .figcaption
    {
        text-align: center;
    }
    .profile-image img
    {
        height: 200px;
        object-fit: contain;
    }
    .header-style1 .header-nav .nav>li>a
    {
        display: block;
        padding: 10px 15px;
    }
   .success_card h2
   {
       font-size: 22px !important;
   }
    .success_card p{
        font-size: 17px !important;
    }
    .success_card img {
        height: 100px !important;
    }
    .sx-icon-bx-2
    {
        display: flex;
    }
    .home-blogs .item {
        min-height: 424px !important;
    }
    .sx-about-bx1-media {
        margin-bottom: 30px;
        margin-right: 0;
    }
    #countdown ul li {
        display: inline-block;
        margin: 15px;
        font-size: 18px;
        color: #000;
    }
    .home-blogs .item {
        padding: 0 !important;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-content
    {
        padding-left: 0 !important;
    }
    .whatsapp_btn
    {
        width: 115px !important;
    }
    .sx-icon-bx-5 .sx-media {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-left: 16px;
        margin-right: 0;
        border-radius: 50%;
        background-color: var(--bg-light);
        text-align: center;
    }
    .sx-icon-bx-5 .sx-media i {
        font-size: 25px;
        color: var(--secondary);
    }
    .contact-info .section-head
    {
        text-align: center;
    }

    .contact-home-1-form .site-button
    {
        margin: 0 auto !important;
    }
    .site-button {
        width: 200px !important;
    }

}

.sx-post-meta
{
    text-align:right;
}

.sx-bnr-1-wrap-outer .sx-bnr-1-wrap .site-button
{
    margin-left: 10px;
}
.accordion-body
{
    text-align: right;
}
.header-style1 .is-fixed .main-bar {
    background-color: #000 ;
}
.header-style1 .header-nav .nav>li>a
{
    color: #fff !important;
}
.header-style1 .logo-header .btn-secondary
{
    color: #fff;
}
.header-style1 .logo-header .btn-secondary
{
    color: #fff !important;
}
.banner-one__content h2
{
    text-transform: capitalize;
}
.header-style1 .is-fixed .main-bar
{
    background-color: #000 !important;
}

 #form-errors {
     padding: 0;
     margin: 0;
     padding: 4px;
 }

#form-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sx-icon-box-wraper .sx-tilte
{
    margin-top: 0;
    color: #fff;
    padding: 20px !important;
    font-size: 18px;
}

     /* سكشن العرض ثلاثي الأبعاد */
 .showcase-section {
     position: relative;
     width: 100%;

     overflow: hidden;
     background: #000;
 }

/* الكانفاس داخل السكشن فقط */
.showcase-section canvas {
    display: block;
    cursor: grab;
    width: 100%;
    height: calc(100vh - 80px);
}

.showcase-section canvas:active {
    cursor: grabbing;
}

/* العنوان في المنتصف */
.showcase-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: Arial, sans-serif;
    pointer-events: none;
    z-index: 5;
}

.showcase-main-title {
    font-size: 70px;
    font-weight: bold;
}

/* تدرجات علوية وسفلية */
.showcase-fade-top, .showcase-fade-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 4;
    pointer-events: none;
}

.showcase-fade-top {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.showcase-fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/* التولتيب */
.showcase-tooltip {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* ترانزيشن الصور */
.hovered {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.sx-f-bottom-section {
    background: #000;
}

@media (max-width: 768px) {
    .homepage__testimonials__slider .single-testimonial {
        max-height: 320px; /* الطول المناسب للموبايل */
        overflow: hidden;
    }
}


 .captcha.input-animate.input
 {
     padding-top: 5px;
 }
.captcha.input-animate.input::before, .input-animate.input .spin
{
    display: none;
}
/* Section */
.sphere-section {
    background: #000;
    position: relative;
}

.sphere-section canvas {
    display: block;
    width: 100%;
    height: 100%;
}

/* Overlay */
.sphere-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 40;
}

.sphere-overlay-inner {
    text-align: center;
    color: #fff;
    pointer-events: auto;
    user-select: none;
}

.sphere-overlay-inner h1 {
    margin: 0 0 14px 0;
    font-size: clamp(20px, 4.5vw, 44px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: .4px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    color: #fff !important;
}

.sphere-overlay-inner p {
    margin: 0 0 22px 0;
    font-size: clamp(12px, 1.4vw, 16px);
    opacity: .85;
}

.sphere-cta {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #111;
    border-radius: 28px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transition: transform .18s ease, box-shadow .18s ease;
}

.sphere-cta:active {
    transform: translateY(1px);
}

.sphere-cta:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.sphere-overlay-inner * {
    cursor: pointer;
}


@media (max-width: 640px) {
    .sphere-overlay-inner h1 {
        font-size: 20px;
    }

    .sphere-cta {
        padding: 10px 20px;
        font-size: 14px;
    }
}


.sx-service-bx-1 {
    perspective: 1000px;
}

.sx-icon-box-wraper {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform-style: preserve-3d;
    will-change: transform;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.sx-icon-box-wraper .sx-tilte {
    margin-top: 3px;
    font-size: 14px;
    color: #fff;
    padding: 6px;
}

/* عند الوقوف يرجع لوضعه الطبيعي */
.sx-icon-box-wraper:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.sx-service-bx-1:hover::after {
    background-color: transparent !important;
}

.sx-icon-box-wraper:hover {
    box-shadow: transparent !important;
}

.sx-service-bx-1 .sx-service-bx-icon span {
    width: 90px;
    height: 90px;
    font-size: 64px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0000000d;
    border-radius: 50%;
    position: relative;
    margin: 10px;
}

/* Services */
.hero {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 330px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
}

.hero-profile-img {
    height: 70%;
    object-fit: cover;
}

.hero-description-bk {
    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
    background-image: linear-gradient(to right, #000000 0%, #000000 100%, #FF512F 100%);
}

.second .hero-description-bk {
    background-image: linear-gradient(-20deg, #bb7413, #e7d25c)
}

.hero-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    left: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
    height: 100%;
}

.hero-description {
    position: absolute;
    color: #fff;
    font-weight: 900;
    /* left: 150px; */
    bottom: 30px;
}

.sx-icon-box-wraper .sx-tilte {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
}

.hero-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 10%;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.hero-btn a {
    color: #fff;
}


 .why-choose-wrapper {
     /* width: 900px; */
     min-height: 570px;
     position: relative;
 }

.why-center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding-top: 18px;
    background-color: #fff;
}

.why-center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Box style */
.why-box {
    position: absolute;
    width: 325px;
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.why-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fe582d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-content h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.why-content p {
    margin: 0;
    color: #555;
    font-size: 0.9rem;
}

/* Box positions around the circle */
.top-left {
    top: 10%;
    left: 0;
}

.bottom-left {
    bottom: 10%;
    left: 0;
}

.top-right {
    top: 10%;
    right: 0;
}

.bottom-right {
    bottom: 10%;
    right: 0;
}

/* Lines */
.why-box::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #0000002b;
}

.top-left::before {
    top: 52%;
    right: -120px;
}


.why-box::after {
    content: "";
    position: absolute;
    width: 87px;
    height: 2px;
    background: #0000002b;
}

.top-left::after {
    top: 70%;
    right: -192px;
    transform: rotate(45deg);
}

.top-right::after {
    top: 68%;
    left: -186px;
    transform: rotate(125deg);
}

.bottom-right::after {
    top: 32%;
    left: -192px;
    transform: rotate(45deg);
}

.bottom-left::after {
    top: 32%;
    right: -185px;
    transform: rotate(303deg);
}


.bottom-left::before {
    top: 53%;
    right: -118px;
}

.top-right::before {
    top: 50%;
    left: -120px;
}

.bottom-right::before {
    top: 50%;
    left: -118px;
}
.contact-home-1-form p
{
    color: #fff !important;
}
/* شكل التابلت */


.tablet-frame {
    max-width: 100%;
    position: relative;
    border: 16px solid #333;
    border-radius: 20px;
    padding: 10px;
    background: #000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.tablet-frame::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #555;
}

.tablet-body img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* زر التشغيل */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}
.newsletter-two__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.play-btn span {
    font-size: 32px;
    color: #333;
}
.tablet-body {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.tablet-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 20px;
    pointer-events: none; /* عشان الفيديو ما يمنع التفاعل */
}

.tablet-frame-img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 20px;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.3);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 3;
    transition: background 0.3s;
}

.play-btn:hover {
    background: rgba(255,255,255,0.6);
}

.process-two__icon
{
    background-color: #ff552e;
    color: #fff;
    font-size: 28px;
}
.why-choose-one {
    padding: 100px 0 35px !important;
}
.why-choose-three__left .section-title__title
{
    font-weight: bold;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: var(--main-title);
    text-transform: capitalize;
    color: #fff;
    line-height: 48px;
}

.why-choose-three__left .why-choose-three__text
{
    margin-top: 21px;
    font-size: 16px;
    line-height: 36px;
    color: #ccc;
}
.why-choose-three__left .section-title__tagline
{
    color: #fc582d;
}
.company_owner p{
    color: #cccc;
}
.company_owner b{
    color: #ff552e;
    font-size: 16px;
}
/* أنيميشن زر التشغيل */
@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.7; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

.why-choose-three__img-1 {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}
.tablet-frame
{
    width: 100%;
}
.service-one__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 34px;
    margin: 20px 0 15px;
    min-height: 70px;
}
.service-one__single {
    min-height: 340px;
}
.service-one__single-shape-1
{
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: #cccccc30;
    border-radius: 10px;
    z-index: -1;
}
.services-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 0;
    background: rgb(255 85 46 / 18%);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}
.why-choose-three {
    position: relative;
    display: block;
    padding: 90px 0 120px;
    background: #F0F4FF;
    background : #000 ;
    z-index: 1;
}
.contact_us
{
    background-color: #000;
}
.contact_us .contact-info
{

    color: #fff;
}
.contact_us .sx-bg-light {
    background-color: #171717;
}
.contact-info h3
{
    color: #fff;
}
.contact_us  .sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title
{
    color: #fff;
}
.input-animate.input input
{
    color: #fff;
}
.input-animate.input textarea
{
    color: #fff;
}

@media (max-width: 992px) {
    .why-choose-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .why-box {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .why-box::before {
        display: none;
    }

    .why-center-img {
        position: static;
        transform: none;
        margin-bottom: 30px;
        background-color: #fff;
    }

    .bottom-left::after,
    .top-left::after,
    .top-right::after,
    .bottom-right::after {

        display: none;
    }

    .header-style1 .is-fixed .main-bar {
        position: relative !important;
    }

    .hero {
        margin: 0;
    }

    .header-style1 .navbar-toggler .icon-bar {
        background: #fff
    }

    .main-bar {
        background-color: #000;
    }

    .header-style1 .header-nav .nav > li.active > a,
    .header-style1 .header-nav .nav > li a {
        color: #000 !important;
    }

    .hero {
        margin-bottom: 10px;
    }

    .why-choose-three {
        padding: 0;
    }

    .tablet-frame {
        margin-bottom: 35px;
    }

    .hero {
        display: inline-block;
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 154px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
        margin: 0
    }

    .hero .sx-icon-box-wraper .sx-tilte {
        padding: 0;
        margin-top: 3px;
        font-size: 14px;
        color: #fff;
        padding: 5px !important;
    }

    .hero .sx-icon-box-wraper .sx-tilte {
        padding: 5px;
        padding-top: 15px !important;
    }

    .hero-description {
        position: absolute;
        color: #fff;
        font-weight: 900;
        bottom: 0px;
    }

    .sx-icon-box-wraper .sx-tilte {
        margin-top: 1px;
        font-size: 14px;
        color: #fff;
    }

    .sx-icon-box-wraper .sx-tilte {
        margin-top: 1px;
        font-size: 14px;
        color: #fff;
        padding: 6px;
    }

    .hero-description {
        position: absolute;
        color: #fff;
        font-weight: 900;
        bottom: 0px;
    }

    .hero-profile-img {
        height: 100%;
        object-fit: cover;
    }

    .why-choose-three__left .section-title__title {
        font-size: 19px;
        margin-bottom: 9px !important;
    }
    .why-center-img {
        width: 147px;
        height: 147px;
    }
    .section-head .sx-head-l-title h1.sx-title, .section-head .sx-head-l-title h2.sx-title, .section-head .sx-head-l-title h3.sx-title, h1, h2 {
        font-size: 19px;
        line-height: 35px;
    }
    .section-full.p-t110 {
        padding-top: 0 !important;
    }
    .sx-icon-bx-5 .sx-media {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-left: 16px;
        margin-right: 0;
        border-radius: 50%;
        background-color: var(--bg-light);
        text-align: center;
    }
    .sx-f-bottom-section
    {
        padding-bottom: 80px;
        margin-bottom: 71px !important;
    }
    .footer-dark.site-footer {
        margin-top: 0px;
    }
    .contact-home-1-form p
    {
        color: #fff;
        font-size: 13px;
        margin-top: 9px;
    }
    .sx-icon-box-wraper .sx-tilte {
        margin-top: 0 !important;
        font-size: 12px !important;
        color: #fff !important;
        padding: 7px !important;
        line-height: 18px !important;
    }
}


 .input-animate {
     position: relative;
     margin-bottom: 25px;
 }

.input-animate input,
.input-animate textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    color: #000;
    outline: none;
    font-size: 16px;
}

.input-animate .floating-placeholder {
    position: absolute;
    top: 10px;
    color: #888;
    pointer-events: none;
    transition: all 0.5s ease;
    font-size: 16px;
    left: 10px;
}

[dir="rtl"] .input-animate .floating-placeholder {
    right: 10px;
    left: auto;
}

 .loading
 {
     z-index: 99999;
 }
.whatsapp_icon {
    position: fixed;
    bottom: 75px;
    right: 19px;
    z-index: 4;
}

.whatsapp_icon .send {
    background: #00d757;
    align-self: flex-end;
    margin-right: 48px;
    padding: 22px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 25px;
    display: none;
    max-width: 255px;
    word-wrap: break-word;
    margin-bottom: 12px;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5sease-in-out;
}

/* WhatsApp Icon */
.my-float {
    background-color: #00d757;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 12px;
    font-size: 37px !important;
}


/* Message Bubble */
.whatsapp_icon .send {
    background: #00d757;
    align-self: flex-end;
    margin-right: 48px;
    padding: 22px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 25px;
    display: none; /* Initially hidden */
    max-width: 255px;
    word-wrap: break-word;
    margin-bottom: 12px;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
}
#typingEffect
{
    font-weight: 700;
}
/* Close (X) Button */
.close-btn {
    position: absolute;
    top: -3px;
    right: 19px;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

/* WhatsApp Icon */
.my-float {
    background-color: #00d757;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 12px;
    font-size: 37px !important;
}

/* Typing Animation (Three Dots) */
.typing-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typing-loader span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: white;
    border-radius: 50%;
    display: inline-block;
    animation: typing 1.5s infinite ease-in-out;
}

.typing-loader span:nth-child(1) {
    animation-delay: 0s;
}

.typing-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0% { opacity: 0.3; transform: translateY(0px); }
    50% { opacity: 1; transform: translateY(-3px); }
    100% { opacity: 0.3; transform: translateY(0px); }
}

/* Dismiss Animation */
.fade-out {
    transform: translate(30px, 50px) scale(0);
    opacity: 0;
}

     /* يخفي الزر في الشاشات الكبيرة */
 .whatsapp_bottom {
     display: none;
 }

/* يظهر فقط في الموبايل */
@media (max-width: 900px) {
    .play-btn {
        position: absolute;
        top: 37%;
        left: 37%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.85);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        animation: pulse 1.5s infinite;
    }
    .whatsapp_btn i {
        font-size: 18px;
        margin-right: 0;
        animation: pulse 1.6s infinite
        ease-in-out;
        margin-left: 13px;
        margin-top: 0;
    }
    .whatsapp_bottom {
        position: fixed;
        left: 0;
        background: #25d366;
        text-align: center;
        z-index: 9999;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        animation: slideUp 0.5s ease;
        display: block;
        height: 57px;
    }
    .whatsapp_icon
    {
        display: none;
    }
    .whatsapp_bottom {
        position: fixed;
        left: 0;
        background: #25d366;
        text-align: center;
        z-index: 9999;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        animation: slideUp 0.5s ease;
        display: block;
        height: 70px;
        right: 0;
        bottom: -10px;
        border-radius: 13px;
    }

    .whatsapp_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
        overflow: hidden;
    }

    .whatsapp_btn i {
        font-size: 18px;
        margin-right: 0;
        animation: pulse 1.6s infinite ease-in-out;
        margin-left: 21px;
    }
    .whatsapp_bottom span {
        font-size: 15px;
    }
    /* حركة الأيقونة */
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.25); }
        100% { transform: scale(1); }
    }

    /* حركة ظهور الزر */
    @keyframes slideUp {
        from { transform: translateY(100%); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    .whatsapp_btn:active {
        background-color: #1ebc57;
    }

    .whatsapp_bottom
    {
        width: 260px !important;
        margin: 0 auto !important;
    }
}
