

    .social {
        position: fixed;
        top: 20%;
        left: 0;
        z-index: 99999;
    }

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
        transform: translateX(-245px);
    }

    .social ul li {
        width: 310px;
        margin: 12px 0;
        padding: 14px 20px;
        border-radius: 0 60px 60px 0;

        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;

        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);

        box-shadow:
            0 10px 30px rgba(0, 0, 0, .20),
            inset 0 1px 0 rgba(255, 255, 255, .10);

        transition: all .5s ease;
    }

    .social ul li:hover {
        transform: translateX(100px);
        box-shadow:
            0 20px 40px rgba(0, 0, 0, .30),
            0 0 25px rgba(255, 255, 255, .15);
    }

    .social ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .5px;

        display: flex;
        align-items: center;
        gap: 15px;
    }

    .social ul li i {
        width: 48px;
        height: 48px;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 20px;
        color: #fff;

        transition: all .5s ease;
    }

    .social ul li:hover i {
        transform: rotate(360deg) scale(1.1);
    }

    /* Twitter */
    .social ul li.twitter {
        background: linear-gradient(135deg, #1DA1F2, #0D8AE8);
    }

    /* Facebook */
    .social ul li.facebook {
        background: linear-gradient(135deg, #1877F2, #0A58CA);
    }

    /* YouTube */
    .social ul li.youtube-plus {
        background: linear-gradient(135deg, #FF0000, #C30000);
    }

    /* Instagram */
    .social ul li.instagram {
        background: linear-gradient(135deg,
                #f58529,
                #dd2a7b,
                #8134af,
                #515bd4);
    }

    /* WhatsApp */
    .social ul li.whatsapp {
        background: linear-gradient(135deg, #25D366, #128C7E);
    }

    /* Mobile */
    @media (max-width: 768px) {

        .social {
            top: auto;
            bottom: 20px;
            left: 0;
        }

        .social ul {
            transform: translateX(-78%);
        }

        .social ul li {
            width: 85vw;
            max-width: 300px;
        }

        .social ul li:hover {
            transform: translateX(75%);
        }

    }







    .about-btn-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .call-now-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;

        padding: 10px 20px;
        border-radius: 60px;

        background: #fff;
        border: 2px solid #D4AF37;

        box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

        transition: .4s ease;
    }

    .call-now-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(246, 88, 1, .20);
    }

    .call-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        background: linear-gradient(135deg, #2B4C7E, #2B4C7E);
        color: #fff;
        font-size: 20px;
    }

    .call-content {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }

    .call-text {
        color: #0A2155;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .call-number {
        color: #0A2155;
        font-size: 18px;
        font-weight: 700;
    }

    @media(max-width:768px) {
        .about-btn-wrap {
            flex-direction: column;
            align-items: flex-start;
        }
    }







            /* Section */
.service-area{
    background: linear-gradient(180deg,#f8fafc,#ffffff);
}

/* Card */
.service-item{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    position:relative;

    box-shadow:
        0 10px 35px rgba(0,0,0,.08);

    transition:all .4s ease;
}

.service-item:hover{
    transform:translateY(-12px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.15);
}

/* Premium Top Border */
.service-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;

    background:linear-gradient(
        90deg,
        #F65801,
        #0A2155
    );

    z-index:2;
}

/* Image */
.service-img{
    overflow:hidden;
}

.service-img img{
    width:100%;
    transition:all .6s ease;
}

.service-item:hover .service-img img{
    transform:scale(1.08);
}

/* Content */
.service-content{
    padding:25px;
    text-align:center;
}

.service-title{
    margin-bottom:20px;
}

.service-title a{
    color:#0A2155;
    font-size:24px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.service-item:hover .service-title a{
    color:#D4AF37;
}

/* Button */
/* .service-content .theme-btn{
    border-radius:50px;
    padding:12px 25px;

    background:linear-gradient(
        135deg,
        #F65801,
        #ff8c00
    );

    border:none;

    box-shadow:
        0 8px 20px rgba(246,88,1,.25);

    transition:.4s ease;
} */

.service-content .theme-btn:hover{
    transform:translateY(-3px);

    box-shadow:
        0 15px 30px rgba(246,88,1,.35);
}

/* Heading */
.site-title{
    font-weight:800;
}

.site-title span{
    color:#D4AF37;
}

.site-title-tagline{
    color:#ffffff;
    font-weight:700;
    letter-spacing:1px;
}

/* Owl Slider */
.service-slider .owl-stage-outer{
    padding:20px 0;
}

/* Premium Glow */
.service-item:hover::after{
    content:'';
    position:absolute;
    inset:0;

    background:linear-gradient(
        135deg,
        rgba(246,88,1,.05),
        rgba(10,33,85,.05)
    );

    pointer-events:none;
}