﻿/*
-------------------------------------------------------------------------
* Template Name    : Ctotek - Onepage Multi-Purpose HTML5 Template      *
* Author           : ParExcellence                                      *
* Version          : 1.0.0                                              *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
/******* Table Of Content *******
    01.BASICS                   *
    02.HELPER CLASSES           *
    03.PRELOADER                *
    04.BUTTONS                  *
    05.CURSOR                   *
    06.PROGRESS WRAP            *
    07.TEXT ANIMATION & IMAGES  *
    08.NAVBAR                   *
    09.SLIDER                   *   
    10.COMPANY                  *
    11.WORK                     *
    12.SERVICES                 *
    13.TESTIMONIAL              *
    14.QUOTE                    *
    15.FOOTER                   *
********************************/
/*======================
     01.BASICS
========================*/

html, body {
    color: #000;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.main-content {
    background: #fff;
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

/* For internal pages (like services.html) */
body:not(.home-page) .main-content {
    margin-top: 0;
}

/* Services page specific styles */
.services-page .main-content {
    margin-top: 0;
    padding-top: 0;
}

.services-page .page-header {
    margin-bottom: 0;
}

/* Contact page specific styles */
.contact-page .main-content {
    margin-top: 0;
    padding-top: 0;
}

.contact-page .page-header {
    margin-bottom: 0;
}

/* Map Section */
.map-section {
    margin: 0;
    padding: 0;
}

.map-container {
    position: relative;
    width: 100%;
    height: 450px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.faq-question i {
    color: #FF9000;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px;
    max-height: 200px;
}

.faq-answer p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Contact Form Enhancements */
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #FF9000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.1);
}

.contact-form select {
    cursor: pointer;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact Details Enhancements */
.contact-details {
    padding: 25px 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.contact-details:hover {
    transform: translateX(10px);
}

.contact-details:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-details > i {
    font-size: 24px;
    color: #FF9000;
    margin-bottom: 15px;
    display: block;
}

.contact-details p {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-details h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FF9000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social-icons li a:hover {
    background: #333;
    transform: translateY(-3px);
}

.social-icons {
    margin-top: 15px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin: 0;
    line-height: 1.8;
}

img {
    width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.seo-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
/*======================
     02.HELPER CLASSES
========================*/
.section {
    padding: 80px 0;
}

.extra-title {
    font-weight: 800;
    font-size: 38px;
}

.know-more {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 70px;
    position: relative;
}

    .know-more:after {
        content: '';
        width: 60px;
        height: 1px;
        background: #777;
        position: absolute;
        left: 0;
        bottom: 45%;
    }

.section-head h6 {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FF9000;
    margin-bottom: 10px;
}

.section-head h3 {
    font-weight: 700;
    font-size: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.v-align-center {
    display: flex;
    align-items: center;
}
/*======================
     03.PRELOADER
========================*/
.pace {
    pointer-events: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 2px;
    overflow: hidden;
    background: #ccc;
    transition: all 1s;
}

    .pace .pace-progress {
        transform: translate3d(0, 0, 0);
        max-width: 100%;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #FF9000;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after, #preloader:before {
        content: '';
        position: fixed;
        left: 0;
        height: 50vh;
        width: 100%;
        background: #f1f1f1;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after, #preloader.isdone:before {
            height: 0;
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition-delay: 1s;
        }

/*======================
     04.BUTTONS
========================*/
.btn-main {
    background: transparent;
    padding: 14px 35px;
    border: 1px solid #FF9000;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn-main:hover:after {
        bottom: -10px;
        border-radius: 0;
    }

    .btn-main:hover span {
        color: #fff;
    }

    .btn-main:after {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: 100%;
        background: #FF9000;
        border-radius: 0 0 100% 100%/0 0 100% 100%;
        transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    }

    .btn-main span {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 2;
        transition: all .8s;
    }

    .btn-main.btn-lit {
        border-color: #fff;
        color: #fff;
    }

        .btn-main.btn-lit:hover span {
            color: #1e1e1e;
        }

        .btn-main.btn-lit:after {
            background: #fff;
        }
/*======================
     05.CURSOR
========================*/
.circle {
    position: fixed;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    z-index: 10000;
    transform: scale(1);
}

.circle-follow {
    position: fixed;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}
/*======================
     06.PROGRESS WRAP
========================*/
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    line-height: 40px;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: '\f077';
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        color: #FF9000;
        left: 0;
        top: 3px;
        height: 44px;
        width: 44px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 400ms linear;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #FF9000;
        stroke-width: 4;
        box-sizing: border-box;
        transition: all 400ms linear;
    }

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

/*================================
     07.TEXT ANIMATION & IMAGES
================================*/
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-container {
    position: relative;
}

    .img-container .img-loader {
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        background: #fff;
        visibility: visible !important;
        transition: all .5s linear;
        transition-delay: .2s;
    }

    .img-container .animated {
        height: 0;
    }

.img-loader[data-delay="100"] {
    transition-delay: .1s;
}

.img-loader[data-delay="200"] {
    transition-delay: .2s;
}

.img-loader[data-delay="300"] {
    transition-delay: .3s;
}

.img-loader[data-delay="400"] {
    transition-delay: .4s;
}

.img-loader[data-delay="500"] {
    transition-delay: .5s;
}

.img-loader[data-delay="600"] {
    transition-delay: .6s;
}

.img-loader[data-delay="700"] {
    transition-delay: .7s;
}

.img-loader[data-delay="800"] {
    transition-delay: .8s;
}

.img-loader[data-delay="900"] {
    transition-delay: .9s;
}

.img-loader[data-delay="1s"] {
    transition-delay: 1s;
}
/*================================
     08.NAVBAR
================================*/
.top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    color: #fff;
    transition: all .7s;
}

    .top-navbar .container,
    .top-navbar .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-navbar .container-fluid {
        padding: 0 50px;
    }

    .top-navbar .logo {
        width: 120px;
    }

    .top-navbar .nav-menu {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

        .top-navbar .nav-menu .main-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 30px;
        }

            .top-navbar .nav-menu .main-menu li {
                position: relative;
            }

                .top-navbar .nav-menu .main-menu li .link {
                    color: #fff;
                    font-size: 14px;
                    font-weight: 500;
                    text-decoration: none;
                    transition: all 0.3s ease;
                    display: flex;
                    align-items: center;
                    padding: 10px 0;
                }

                    .top-navbar .nav-menu .main-menu li .link:hover {
                        color: #FF9000;
                    }

                    .top-navbar .nav-menu .main-menu li .link .nm {
                        font-size: 11px;
                        opacity: 0.7;
                        margin-right: 8px;
                        font-weight: 400;
                    }

    .top-navbar .menu-icon {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #0a0a0a;
        padding: 120px 30px 30px;
        overflow: hidden;
        z-index: 99;
        transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    }

    .mobile-menu.open {
        left: 0;
    }

    .mobile-menu .menu-links {
        color: #fff;
        margin-top: 30px;
    }

    .mobile-menu .menu-links .main-menu {
        position: relative;
        z-index: 2;
    }

    .mobile-menu .menu-links .main-menu > li {
        font-size: 24px;
        font-weight: 600;
        padding: 10px;
        opacity: 1;
        visibility: visible;
        transition: all .5s;
    }

    .mobile-menu .menu-links .main-menu > li span.nm {
        opacity: .8;
        font-size: 11px;
        margin-right: 10px;
    }

    .mobile-menu .menu-links .main-menu > li .link {
        transform: translateY(45px);
        transition: all .7s;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu.open .menu-links .main-menu > li .link {
        transform: translateY(0);
        transition-delay: 1s;
    }

    /* Page Header Styles */
    .page-header {
        position: relative;
        padding: 150px 0 100px;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .page-header .caption h1 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

    .page-header .caption p {
        font-size: 18px;
        color: #fff;
        opacity: 0.9;
    }

    /* Service Features */
    .service-features {
        margin-top: 20px;
    }

    .service-features ul li {
        color: #fff;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .service-features ul li i {
        color: #FF9000;
        margin-right: 8px;
        font-size: 12px;
    }

    /* Process Section */
    .process-item {
        padding: 30px 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }

    .process-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

    .process-number {
        width: 60px;
        height: 60px;
        background: #FF9000;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        margin: 0 auto 20px;
    }

    .process-item h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

    .process-item p {
        color: #666;
        line-height: 1.6;
    }

    /* Active Menu Link */
    .top-navbar .nav-menu .main-menu li .link.active,
    .mobile-menu .menu-links .main-menu li .link.active {
        color: #FF9000;
    }

.nav-scroll {
    background: #111;
}


/*=================
     09.SLIDER
=================*/
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .parallax-slider {
    position: relative;
}

    .slider .parallax-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 100vh;
        padding-bottom: 50px;
    }

        .slider .parallax-slider .swiper-slide .bg-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
        }

    .slider .parallax-slider .swiper-slide-active .caption h2 {
        transition: all 0s;
    }

        .slider .parallax-slider .swiper-slide-active .caption h2 .char {
            animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation-delay: calc(60ms * var(--char-index));
        }

    .slider .parallax-slider .swiper-slide-active .caption h2, .slider .parallax-slider .swiper-slide-active .caption .dis {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .slider .parallax-slider .swiper-slide-active .caption .dis {
        transition-delay: .8s;
    }

    .slider .parallax-slider .caption h2 {
        font-size: 80px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
    }

    .slider .parallax-slider .caption .dis {
        margin-top: 30px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .7s;
        position: relative;
        padding-left: 80px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition-delay: .2s;
    }

        .slider .parallax-slider .caption .dis:after {
            content: '';
            width: 60px;
            height: 1px;
            background: #eee;
            position: absolute;
            left: 0;
            top: 50%;
        }

        .slider .parallax-slider .caption .dis:hover .char {
            -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
            -webkit-animation-delay: calc(30ms * var(--char-index));
            animation-delay: calc(30ms * var(--char-index));
        }

.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    color: #fff;
}

    .slide-controls .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 20px;
        position: relative;
    }

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

    .slide-controls .swiper-button-next:after,
    .slide-controls .swiper-button-prev:after {
        display: none;
    }

    .slide-controls .swiper-button-next i,
    .slide-controls .swiper-button-prev i {
        position: absolute;
        top: 16px;
        transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    }

.slide-controls .swiper-button-prev {
    right: auto;
    left: 50px;
}

/*=====================
     10.COMPANY
=====================*/
.company .content h4 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.company .content ul {
    margin: 0;
}

    .company .content ul li {
        margin-top: 25px;
        padding-left: 25px;
        position: relative;
    }

        .company .content ul li:after {
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #999;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 5px;
        }

.company .img .imgone {
    width: 55%;
    position: relative;
    bottom: -80px;
    margin-bottom: 80px;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.company .img .imgtwo {
    width: 55%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
}

/*==================
     11.WORK
==================*/
.work-slider .swiper-slide {
    padding: 0px 10px 50px;
}

    .work-slider .swiper-slide .img {
        border-radius: 3px;
        overflow: hidden;
        transition: all .8s;
    }

.work-slider .swiper-slide-active .img {
    -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

    .work-slider .swiper-slide-active .img:after {
        opacity: 1 !important;
    }

.work-slider .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: calc(50% - 120px);
    width: 240px;
    height: 2px;
    border-radius: 10px;
    background: #eee;
}

    .work-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        border-radius: 10px;
        background: #1e1e1e;
    }

.work-slider .swiper-button-next,
.work-slider .swiper-button-prev {
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

    .work-slider .swiper-button-next:after,
    .work-slider .swiper-button-prev:after {
        display: none;
    }

.work-slider:hover .swiper-button-next,
.work-slider:hover .swiper-button-prev {
    opacity: 1;
}

.work-slider .content .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: all .5s;
}

.work-slider .content .img-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}

    .work-slider .content .img-content h6 {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all .7s;
        transition-delay: .5s;
    }

    .work-slider .content .img-content h4 {
        font-weight: 700;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all .7s;
        transition-delay: .5s;
    }

.js-zoom-gallery {
    right: 40px;
    bottom: 50px;
    position: absolute;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background: #333;
    border-radius: 50%;
    transition: all .7s;
    transition-delay: .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
}

    .js-zoom-gallery:hover {
        background: #fff;
        color: #333;
    }

.work-slider .swiper-slide-active .img-content h6, .work-slider .swiper-slide-active .img-content h4, js-zoom-gallery, .work-slider .swiper-slide-active .js-zoom-gallery {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/*==================
     12.SERVICES
==================*/
.services-section .items {
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 9px 9px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 0px 9px 9px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 9px 9px rgba(0,0,0,0.02);
}

.steps-hover-thumb {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-size: cover;
    transition: .4s;
}

    .steps-hover-thumb::before {
        background-color: rgba(0,0,0,.7);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
    }

.services-section .items .icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    height: 80px;
    width: 80px;
    border: 2px solid #454545;
    border-radius: 50%;
}

.services-section .items h5 {
    font-size: 22px;
    margin-bottom: 5px;
}

.box-hover {
    transition: all .3s;
}

    .box-hover:hover {
        transform: translateY(-5px);
        -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    }
/*=====================
     13.TESTIMONIAL
=====================*/
.testimonials .swiper-container .swiper-slide::after {
    content: "❝";
    font-family: sans-serif;
    position: absolute;
    font-family: sans-serif;
    position: absolute;
    top: 40px;
    left: 30px;
    font-weight: 800;
    font-size: 100px;
    line-height: 70px;
    color: #fff;
    z-index: 9;
}

.testimonials .swiper-container p {
    color: #ccc;
}

.author-info h5 {
    font-size: 16px;
    color: #FF9000;
}

.author-info h6 {
    font-size: 12px;
    color: #fff;
}

.testimonials .swiper-container .swiper-pagination {
    bottom: 0;
    margin: 10px 0;
}

.testimonials .swiper-container .swiper-slide {
    padding-left: 100px !important;
    background: #000;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #FF9000;
}
/*=====================
     14.QUOTE
=====================*/
.quote-block {
    background: url(../img/parallax-img.jpg) center fixed;
    background-size: cover;
    position: relative;
}

    .quote-block .content h6 {
        color: #FF9000;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

        .quote-block .content h6 span {
            color: #FF9000;
        }

    .quote-block .content h2 {
        font-size: 30px;
        line-height: 45px;
        font-weight: 800;
        margin-bottom: 20px;
        color: #fff;
    }

    .quote-block .content p {
        font-size: 17px;
        font-weight: 300;
    }
/*=====================
     15.CONTACT
=====================*/

.contact-information {
    margin-bottom: 15px;
}

.contact-details {
    text-align: left;
    margin: 15px 0px;
    display: block;
    overflow: hidden;
}

    .contact-details > i {
        font-size: 25px;
        width: 60px;
        height: 60px;
        background: #000;
        line-height: 58px;
        color: #fff;
        text-align: center;
        float: left;
        margin-bottom: 0;
        border-radius: 5px;
        margin-right: 25px;
    }

    .contact-details h6 {
        font-weight: 600;
        font-size: 20px;
        color: #333;
        text-transform: capitalize;
    }

    .contact-details p {
        font-size: 15px;
        color: #444;
        text-transform: capitalize;
    }

.contact-area .form input, .contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    color: #000;
    border: 0;
    padding-left: 5px;
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    border-bottom: 2px solid #555;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button, input, textarea {
    color: #272727;
}

    button, input, textarea:focus {
        border: none;
        outline: none;
    }

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.social-icons li a {
    display: block;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .social-icons li a:hover {
    color: #FF9000;
}
/*=====================
     16.FOOTER
=====================*/
.footer {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #202020;
    z-index: 2;
}

.footer-top {
    border-bottom: 2px solid rgba(255,255,255,.1)
}

.foot_logo {
    margin-bottom: 20px;
}

.footer .foot_logo img {
    width: 180px;
}

.ftr-about {
    width: 80%;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    line-height: 22px;
}

.footer .footer_menu_list {
    margin-top: 20px;
}

    .footer .footer_menu_list li {
        margin-bottom: 10px;
        transition: all 0.2s;
    }

        .footer .footer_menu_list li:hover {
            transform: translateY(-3px);
        }

        .footer .footer_menu_list li a {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            transition: all 0.2s;
            padding: 0 20px;
        }

            .footer .footer_menu_list li a:hover {
                color: #FF9000;
            }

.copyrights {
    padding-top: 20px;
}

    .copyrights p {
        color: #fff;
    }


    .mr-2 a i{
        margin: 10px;
    }

/* About Page Styles */
.about-page .main-content {
    margin-top: 0;
}

.about-content {
    padding-right: 50px;
}

.about-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-stats {
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    color: #FF9000;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image {
    text-align: center;
}

.about-image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.05);
}

.mission-box,
.vision-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-5px);
}

.mission-box .icon,
.vision-box .icon {
    width: 80px;
    height: 80px;
    background: #FF9000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.mission-box .icon i,
.vision-box .icon i {
    font-size: 36px;
    color: #fff;
}

.mission-box h4,
.vision-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.mission-box p,
.vision-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.team-member {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.member-image {
    position: relative;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member:hover .member-image img {
    transform: scale(1.1);
}

.member-info {
    padding: 30px;
    text-align: center;
}

.member-info h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.member-info p {
    font-size: 16px;
    color: #FF9000;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    color: #666;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #FF9000;
    color: #fff;
}

.value-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.value-item:hover {
    transform: translateY(-5px);
}

.value-item .icon {
    width: 70px;
    height: 70px;
    background: #FF9000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.value-item .icon i {
    font-size: 30px;
    color: #fff;
}

.value-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.value-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Footer Black Style */
.footer.theme-bg,
.footer {
    background: #000 !important;
}
.footer .footer-top,
.footer .foot_logo,
.footer .ftr-about {
    color: #fff;
}
.footer .footer_menu_list li a {
    color: #fff;
    transition: color 0.2s;
}
.footer .footer_menu_list li a:hover {
    color: #FF9000;
}
.footer .copyrights p {
    color: #fff;
}

/* Portfolio Page Styles */
.portfolio-page .main-content {
    margin-top: 0;
}

.portfolio-item {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-10px);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    text-align: center;
    color: #fff;
    padding: 20px;
}

.portfolio-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.portfolio-content p {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.portfolio-content a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #FF9000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.portfolio-content a:hover {
    background: #fff;
    color: #FF9000;
    transform: scale(1.1);
}

.stat-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: #FF9000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.stat-icon i {
    font-size: 36px;
    color: #fff;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    color: #FF9000;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Portfolio Gallery Styles */
.portfolio-gallery {
    cursor: pointer;
}

.portfolio-gallery-content {
    display: none;
}

.portfolio-gallery-content .gallery-item {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-gallery-content .gallery-item img,
.portfolio-gallery-content .gallery-item video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.portfolio-gallery-content .gallery-item video {
    background: #000;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* Video specific styles for better display */
.portfolio-gallery-content .gallery-item video::-webkit-media-controls {
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
}

.portfolio-gallery-content .gallery-item video::-webkit-media-controls-panel {
    background: rgba(0,0,0,0.7);
}

.gallery-caption {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 15px;
}

.gallery-caption h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery-caption p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Magnific Popup Customization */
.mfp-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
}

.mfp-close {
    color: #FF9000 !important;
    font-size: 30px !important;
    opacity: 1 !important;
}

.mfp-close:hover {
    color: #333 !important;
}

.mfp-arrow {
    background: #FF9000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
    opacity: 1 !important;
}

.mfp-arrow:hover {
    background: #333 !important;
}

.mfp-counter {
    color: #FF9000 !important;
    font-weight: 600 !important;
}

/* Additional Magnific Popup fixes */
.mfp-bg {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(5px);
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1043 !important;
}

.mfp-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1044 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Portfolio Gallery Swiper Styles */
.portfolio-gallery-content .swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.portfolio-gallery-content .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-gallery-content .swiper-button-next,
.portfolio-gallery-content .swiper-button-prev {
    color: #FF9000;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.portfolio-gallery-content .swiper-button-next:hover,
.portfolio-gallery-content .swiper-button-prev:hover {
    background: #FF9000;
    color: #fff;
}

.portfolio-gallery-content .swiper-button-next:after,
.portfolio-gallery-content .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.portfolio-gallery-content .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.portfolio-gallery-content .swiper-pagination-bullet {
    background: #FF9000;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.portfolio-gallery-content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF9000;
}

/* Portfolio Intro Section Styles */
.portfolio-intro {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.intro-content h6 {
    color: #FF9000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.intro-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.intro-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.intro-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #FF9000;
    font-size: 20px;
    margin-right: 15px;
}

.feature-item span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.intro-cta .btn-main {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
}

.intro-media {
    position: relative;
}

.image-section {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.image-section img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.image-section:hover img {
    transform: scale(1.05);
}

.video-section {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.video-section video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    background: #000;
    transition: transform 0.3s ease;
}

.video-section:hover video {
    transform: scale(1.02);
}

/* Creators Page Styles */
.creators-page .creators-intro {
    padding: 100px 0;
}

.creators-page .intro-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.creators-page .intro-features {
    margin-top: 30px;
}

.creators-page .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.creators-page .feature-item i {
    color: #FF9000;
    margin-right: 10px;
    font-size: 18px;
}

.creators-page .intro-media {
    position: relative;
}

.creators-page .image-section {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.creators-page .image-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.creators-page .image-section:hover img {
    transform: scale(1.05);
}

.creators-page .video-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.creators-page .video-section video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.creators-page .video-section:hover video {
    transform: scale(1.05);
}

.creators-page .creators-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.creators-page .creator-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.creators-page .creator-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.creators-page .creator-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.creators-page .creator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.creators-page .creator-card:hover .creator-image img {
    transform: scale(1.1);
}

.creators-page .creator-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 144, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.creators-page .creator-card:hover .creator-overlay {
    opacity: 1;
}

.creators-page .creator-social {
    display: flex;
    gap: 15px;
}

.creators-page .creator-social a {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF9000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.creators-page .creator-social a:hover {
    background: #333;
    color: white;
    transform: scale(1.1);
}

.creators-page .creator-info {
    padding: 25px;
}

.creators-page .creator-info h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #333;
}

.creators-page .creator-role {
    color: #FF9000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.creators-page .creator-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.creators-page .creator-skills {
    margin-bottom: 20px;
}

.creators-page .skill-tag {
    display: inline-block;
    background: #f0f0f0;
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
}

.creators-page .btn-view-profile {
    display: inline-block;
    background: #FF9000;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #FF9000;
}

.creators-page .btn-view-profile:hover {
    background: transparent;
    color: #FF9000;
    text-decoration: none;
}

.creators-page .quote-block {
    padding: 100px 0;
}

.creators-page .quote-block h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.creators-page .quote-block p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Styles for Creators Page */
@media (max-width: 768px) {
    .creators-page .intro-content h2 {
        font-size: 2rem;
    }
    
    .creators-page .creators-intro {
        padding: 60px 0;
    }
    
    .creators-page .creators-section {
        padding: 60px 0;
    }
    
    .creators-page .creator-info {
        padding: 20px;
    }
    
    .creators-page .creator-info h4 {
        font-size: 1.3rem;
    }
    
    .creators-page .quote-block {
        padding: 60px 0;
    }
    
    .creators-page .quote-block h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .creators-page .intro-content h2 {
        font-size: 1.8rem;
    }
    
    .creators-page .creator-image {
        height: 200px;
    }
    
    .creators-page .image-section img,
    .creators-page .video-section video {
        height: 200px;
    }
}

/* Creator Details Page Styles */
.creator-details-page .creator-hero {
    padding: 120px 0;
    position: relative;
}

.creator-details-page .creator-info {
    text-align: center;
}

.creator-details-page .creator-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

.creator-details-page .creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creator-details-page .creator-name {
    font-size: 3rem;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
}

.creator-details-page .creator-role {
    font-size: 1.2rem;
    color: #FF9000;
    margin-bottom: 20px;
    font-weight: 600;
}

.creator-details-page .creator-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.creator-details-page .creator-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.creator-details-page .creator-social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.creator-details-page .creator-social a:hover {
    background: #FF9000;
    transform: translateY(-3px);
}

.creator-details-page .creator-stats {
    text-align: center;
}

.creator-details-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.creator-details-page .stat-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.creator-details-page .stat-item h3 {
    font-size: 2.5rem;
    color: #FF9000;
    margin-bottom: 10px;
    font-weight: 700;
}

.creator-details-page .stat-item p {
    color: white;
    font-size: 0.9rem;
    margin: 0;
}

.creator-details-page .creator-details {
    padding: 100px 0;
}

.creator-details-page .about-section,
.creator-details-page .skills-section,
.creator-details-page .portfolio-section {
    margin-bottom: 60px;
}

.creator-details-page h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.creator-details-page h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FF9000;
}

.creator-details-page .about-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.creator-details-page .skills-grid {
    display: grid;
    gap: 30px;
}

.creator-details-page .skill-category h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.creator-details-page .skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.creator-details-page .skill-tag {
    background: #f8f9fa;
    color: #333;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.creator-details-page .skill-tag:hover {
    background: #FF9000;
    color: white;
    border-color: #FF9000;
}

.creator-details-page .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.creator-details-page .portfolio-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.creator-details-page .portfolio-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.creator-details-page .portfolio-item:hover img {
    transform: scale(1.1);
}

.creator-details-page .portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.creator-details-page .portfolio-item:hover .portfolio-overlay {
    transform: translateY(0);
}

.creator-details-page .portfolio-overlay h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.creator-details-page .portfolio-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}



/* Responsive Styles for Creator Details Page */
@media (max-width: 991px) {
    .creator-details-page .creator-hero {
        padding: 80px 0;
    }
    
    .creator-details-page .creator-name {
        font-size: 2.5rem;
    }
    
    .creator-details-page .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .creator-details-page .stat-item {
        padding: 20px 15px;
    }
    
    .creator-details-page .stat-item h3 {
        font-size: 2rem;
    }
    
    .creator-details-page .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .creator-details-page .creator-hero {
        padding: 60px 0;
    }
    
    .creator-details-page .creator-avatar {
        width: 150px;
        height: 150px;
    }
    
    .creator-details-page .creator-name {
        font-size: 2rem;
    }
    
    .creator-details-page .creator-role {
        font-size: 1rem;
    }
    
    .creator-details-page .creator-description {
        font-size: 1rem;
    }
    
    .creator-details-page .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .creator-details-page .creator-details {
        padding: 60px 0;
    }
    
    .creator-details-page h3 {
        font-size: 1.8rem;
    }
    
    .creator-details-page .contact-info,
    .creator-details-page .experience-section,
    .creator-details-page .education-section {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .creator-details-page .creator-avatar {
        width: 120px;
        height: 120px;
    }
    
    .creator-details-page .creator-name {
        font-size: 1.8rem;
    }
    
    .creator-details-page .creator-social {
        gap: 10px;
    }
    
    .creator-details-page .creator-social a {
        width: 40px;
        height: 40px;
    }
    
    .creator-details-page .stat-item h3 {
        font-size: 1.8rem;
    }
    
    .creator-details-page .skill-tag {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}



/* Services & Pricing Styles */
.creator-details-page .services-pricing-section {
    margin-bottom: 60px;
}

.creator-details-page .services-table {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top: 30px;
}

.creator-details-page .service-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 25px 30px;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.creator-details-page .service-row:last-child {
    border-bottom: none;
}

.creator-details-page .service-row:hover {
    background-color: #f8f9fa;
}

.creator-details-page .service-row.header {
    background: #FF9000;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: none;
}

.creator-details-page .service-row.header:hover {
    background: #FF9000;
}

.creator-details-page .service-name h4 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.creator-details-page .service-name p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.creator-details-page .service-row.header .service-name {
    color: white;
    font-weight: 600;
}

.creator-details-page .service-price {
    text-align: center;
}

.creator-details-page .price-amount {
    background: #FF9000;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
}

.creator-details-page .service-duration {
    text-align: center;
}

.creator-details-page .duration {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.creator-details-page .service-action {
    text-align: center;
}

.creator-details-page .btn-request-service {
    background: #FF9000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #FF9000;
    font-size: 0.9rem;
    white-space: nowrap;
}

.creator-details-page .btn-request-service:hover {
    background: transparent;
    color: #FF9000;
    transform: translateY(-2px);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.modal-content {
    background: white;
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecef;
}

.modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
}

.modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #f8f9fa;
    color: #333;
}

.modal-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FF9000;
}

.form-group input[readonly] {
    background: #f8f9fa;
    color: #666;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-submit,
.btn-cancel {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid;
    font-size: 0.95rem;
}

.btn-submit {
    background: #FF9000;
    color: white;
    border-color: #FF9000;
    flex: 1;
}

.btn-submit:hover {
    background: transparent;
    color: #FF9000;
}

.btn-cancel {
    background: transparent;
    color: #666;
    border-color: #e9ecef;
}

.btn-cancel:hover {
    background: #f8f9fa;
    color: #333;
}

body.modal-open {
    overflow: hidden;
}

/* Magnific Popup Customization */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Creator Media Slider */
.creator-media {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.media-slider {
    position: relative;
}

.creator-swiper {
    height: 400px;
}

.media-item {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}

.media-item img,
.media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.media-item:hover .media-overlay {
    transform: translateY(0);
}

.media-overlay h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.media-overlay p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Swiper Navigation */
.creator-swiper .swiper-pagination {
    bottom: 20px;
}

.creator-swiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.creator-swiper .swiper-pagination-bullet-active {
    background: #FF9000;
}

.creator-swiper .swiper-button-next,
.creator-swiper .swiper-button-prev {
    color: #FF9000;
    background: rgba(255,255,255,0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
}

.creator-swiper .swiper-button-next:after,
.creator-swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

/* Creator Actions */
.creator-actions {
    margin-top: 25px;
    text-align: center;
}

.btn-book-creator {
    background: linear-gradient(45deg, #FF9000, #ff6b35);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 144, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-book-creator:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 144, 0, 0.4);
    background: linear-gradient(45deg, #ff6b35, #FF9000);
}

.btn-book-creator i {
    font-size: 18px;
}

/* Booking Modal */
.booking-modal {
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.booking-modal .modal-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF9000;
}

.booking-modal .modal-header h3 i {
    font-size: 20px;
}

.booking-modal .form-group {
    margin-bottom: 20px;
}

.booking-modal .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.booking-modal .form-group input,
.booking-modal .form-group select,
.booking-modal .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.booking-modal .form-group input:focus,
.booking-modal .form-group select:focus,
.booking-modal .form-group textarea:focus {
    border-color: #FF9000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.1);
}

.booking-modal .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.booking-modal .btn-submit {
    background: linear-gradient(45deg, #FF9000, #ff6b35);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.booking-modal .btn-submit:hover {
    background: linear-gradient(45deg, #ff6b35, #FF9000);
    transform: translateY(-1px);
}

.booking-modal .btn-submit i {
    font-size: 16px;
}

/* Creators Section for Index Page */
.creators-section {
    background: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
}

.creators-section .creator-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.creators-section .creator-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.creators-section .creator-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.creators-section .creator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.creators-section .creator-card:hover .creator-image img {
    transform: scale(1.1);
}

.creators-section .creator-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 144, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.creators-section .creator-card:hover .creator-overlay {
    opacity: 1;
}

.creators-section .creator-social {
    display: flex;
    gap: 15px;
}

.creators-section .creator-social a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF9000;
    font-size: 18px;
    transition: all 0.3s ease;
}

.creators-section .creator-social a:hover {
    background: #333;
    color: white;
    transform: translateY(-2px);
}

.creators-section .creator-info {
    padding: 25px;
}

.creators-section .creator-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.creators-section .creator-role {
    color: #FF9000;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 14px;
}

.creators-section .creator-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.creators-section .creator-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.creators-section .skill-tag {
    background: #f8f9fa;
    color: #666;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

.creators-section .btn-view-profile {
    background: linear-gradient(45deg, #FF9000, #ff6b35);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.creators-section .btn-view-profile:hover {
    background: linear-gradient(45deg, #ff6b35, #FF9000);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 144, 0, 0.3);
    color: white;
    text-decoration: none;
}

/* Creators Slider */
.creators-slider {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.creators-swiper {
    overflow: hidden;
}

.creators-swiper .swiper-slide {
    height: auto;
    padding: 20px 10px;
}

.creators-swiper .creator-card {
    height: 100%;
    margin: 0;
}



/* Slider Pagination */
.creators-pagination {
    position: relative;
    bottom: -30px;
    text-align: center;
}

.creators-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.creators-pagination .swiper-pagination-bullet-active {
    background: #FF9000;
    transform: scale(1.2);
}

/* Services Slider */
.services-slider {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-swiper {
    overflow: hidden;
}

.services-swiper .swiper-slide {
    height: auto;
    padding: 20px 10px;
}

.services-swiper .items {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.services-swiper .steps-hover-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.services-swiper .items:hover .steps-hover-thumb {
    transform: scale(1.1);
}

.services-swiper .item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 40px 30px 30px;
    text-align: center;
}

.services-swiper .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FF9000, #FF6B00);
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.services-swiper .icon i {
    font-size: 30px;
    color: #fff;
}

.services-swiper .items:hover .icon {
    transform: scale(1.1);
}

.services-swiper .item h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-swiper .item p {
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

/* Services Slider Pagination */
.services-pagination {
    position: relative;
    bottom: -30px;
    text-align: center;
}

.services-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.services-pagination .swiper-pagination-bullet-active {
    background: #FF9000;
    transform: scale(1.2);
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    left: 30px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transition: box-shadow 0.3s ease;
    text-decoration: none;
}

.whatsapp-float i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: none;
}

.whatsapp-float:hover {
    background: #25d366;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #fff;
    text-decoration: none;
}

/* Floating Call Icon */
.call-float {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transition: box-shadow 0.3s ease;
    text-decoration: none;
}

.call-float i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: none;
}

.call-float:hover {
    background: #000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
}
/* دعم RTL */
html[dir="rtl"] .whatsapp-float, body[dir="rtl"] .whatsapp-float {
    left: auto;
    right: 30px;
}

html[dir="rtl"] .call-float, body[dir="rtl"] .call-float {
    left: auto;
    right: 30px;
}
@media (max-width: 600px) {
    .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 24px;
        bottom: 80px;
        left: 16px;
    }
    .call-float {
        width: 48px;
        height: 48px;
        font-size: 24px;
        bottom: 16px;
        left: 16px;
    }
    html[dir="rtl"] .whatsapp-float, body[dir="rtl"] .whatsapp-float {
        right: 16px;
        left: auto;
    }
    html[dir="rtl"] .call-float, body[dir="rtl"] .call-float {
        right: 16px;
        left: auto;
    }
}