/* =====================================================
   PRIVATE OFFICE PAGE CSS
===================================================== */

/* Section Spacing */
.service-details{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

/* =====================================================
   HERO SECTION
===================================================== */

.service-hero{
    position: relative;
    margin-bottom: 100px;
}

.service-hero .content-box{
    position: relative;
    z-index: 2;
}

.service-hero .sec-title h2{
    font-size: 58px;
    line-height: 72px;
    color: #0c1b4d;
    margin-bottom: 25px;
    animation: fadeInUp 1s ease;
}

.service-hero .text p{
    font-size: 18px;
    line-height: 34px;
    color: #666;
    margin-bottom: 35px;
    animation: fadeInUp 1.2s ease;
}

.service-hero .image-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.service-hero .image-box img{
    width: 100%;
    border-radius: 20px;
    transition: all 0.6s ease;
}

.service-hero .image-box:hover img{
    transform: scale(1.05);
}

/* =====================================================
   BUTTONS
===================================================== */

.theme-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn-two{
    background: #d6a528;
    color: #fff;
    padding: 16px 38px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-two:hover{
    background: #0c1b4d;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(12,27,77,0.2);
}

.btn-one{
    background: #0c1b4d;
    color: #fff;
    padding: 16px 38px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-one:hover{
    background: #d6a528;
    color: #fff;
    transform: translateY(-3px);
}

/* =====================================================
   ABOUT SECTION
===================================================== */

.service-about{
    background: #f8f9fc;
    padding: 70px;
    border-radius: 25px;
    margin-bottom: 100px;
    position: relative;
}

.service-about::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #d6a528;
    border-radius: 25px 0 0 25px;
}

.service-about .sec-title h2{
    font-size: 46px;
    line-height: 58px;
    color: #0c1b4d;
}

.service-about p{
    color: #666;
    font-size: 18px;
    line-height: 34px;
}

/* =====================================================
   FEATURE BLOCKS
===================================================== */

.feature-block{
    margin-bottom: 30px;
}

.feature-block-one .inner-box{
    background: #fff;
    border-radius: 20px;
    padding: 50px 35px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-block-one .inner-box::before{
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#d6a528,#0c1b4d);
    transition: all 0.5s ease;
    z-index: 0;
}

.feature-block-one .inner-box:hover::before{
    top: 0;
}

.feature-block-one .inner-box *{
    position: relative;
    z-index: 2;
}

.feature-block-one .inner-box:hover{
    transform: translateY(-10px);
}

.feature-block-one .inner-box:hover h4,
.feature-block-one .inner-box:hover p,
.feature-block-one .inner-box:hover .icon-box{
    color: #fff !important;
}

.feature-block-one .icon-box{
    transition: all 0.4s ease;
}

.feature-block-one h4{
    color: #0c1b4d;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.feature-block-one p{
    color: #666;
    transition: all 0.4s ease;
}

/*================================================
MODERN PRICING SECTION
================================================*/

.pricing-wrapper{
    position: relative;
    padding: 100px 60px;
    background: #f8f9fc;
    border-radius: 30px;
}

.pricing-wrapper .sub-title{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #d6a528;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pricing-wrapper h2{
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    color: #0c1b4d;
}

.pricing-card{
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 70px;
    margin-top: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
}

.pricing-card::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background: rgba(214,165,40,0.08);
    border-radius: 50%;
    transform: translate(60px,-60px);
}

.pricing-top{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.pricing-top h3{
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}

.pricing-top .price{
    font-size: 72px;
    line-height: 82px;
    font-weight: 800;
    color: #d6a528;
    margin-bottom: 20px;
}

.pricing-top .price span{
    font-size: 28px;
    font-weight: 500;
    color: #777;
}

.pricing-top p{
    font-size: 18px;
    line-height: 32px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-features{
    position: relative;
}

.feature-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
}

.feature-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: #d6a528;
}

.feature-item .icon-box{
    min-width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#d6a528,#c89212);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.feature-item .text h4{
    font-size: 22px;
    font-weight: 700;
    color: #0c1b4d;
    margin-bottom: 8px;
}

.feature-item .text p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.pricing-card .btn-box{
    margin-top: 50px;
}

.pricing-card .btn-two{
    padding: 18px 42px;
    border-radius: 10px;
    background: #d6a528;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.pricing-card .btn-two:hover{
    background: #0c1b4d;
    transform: translateY(-3px);
}

/*=========================================
RESPONSIVE
=========================================*/

@media only screen and (max-width: 991px){

    .pricing-wrapper{
        padding: 70px 30px;
    }

    .pricing-card{
        padding: 50px 30px;
    }

    .pricing-wrapper h2{
        font-size: 40px;
        line-height: 52px;
    }

    .pricing-top .price{
        font-size: 54px;
        line-height: 64px;
    }
}

@media only screen and (max-width: 767px){

    .feature-item{
        flex-direction: column;
        text-align: center;
    }

    .pricing-wrapper h2{
        font-size: 32px;
        line-height: 44px;
    }

    .pricing-top .price{
        font-size: 42px;
        line-height: 52px;
    }
}

/* =====================================================
   FAQ SECTION
===================================================== */

.accordion-box{
    position: relative;
}

.accordion{
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.acc-btn{
    position: relative;
    padding: 25px 30px;
    cursor: pointer;
    background: #fff;
    transition: all 0.4s ease;
}

.acc-btn h5{
    color: #0c1b4d;
    font-size: 20px;
    font-weight: 600;
}

.accordion:hover .acc-btn{
    background: #0c1b4d;
}

.accordion:hover .acc-btn h5{
    color: #fff;
}

.acc-content{
    padding: 0 30px 30px;
}

.acc-content p{
    color: #666;
    line-height: 32px;
}

/* =====================================================
   CTA SECTION
===================================================== */

/* FULL WIDTH CTA SECTION */
.cta-section{
    position: relative;
    width: 100%;
    padding: 40px 0; /* reduced top & bottom spacing */
}

.cta-section .content-box{
    position: relative;
    width: 100%;
    border-radius: 25px;
    padding: 70px 40px; /* reduced from large padding */
    background: linear-gradient(135deg,#d6a528,#c99717);
    overflow: hidden;
    text-align: center;
}

/* decorative circle */
.cta-section .content-box::before{
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

/* heading */
.cta-section .content-box h2{
    position: relative;
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

/* paragraph */
.cta-section .content-box p{
    position: relative;
    font-size: 20px;
    line-height: 34px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 35px;
}

/* button */
.cta-section .theme-btn{
    position: relative;
    display: inline-block;
    background: #06154a;
    color: #fff;
    padding: 18px 42px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.cta-section .theme-btn:hover{
    background: #fff;
    color: #06154a;
    transform: translateY(-4px);
}

/* responsive */
@media only screen and (max-width: 991px){

    .cta-section .content-box{
        padding: 55px 25px;
    }

    .cta-section .content-box h2{
        font-size: 42px;
        line-height: 52px;
    }

    .cta-section .content-box p{
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px){

    .cta-section{
        padding: 25px 0;
    }

    .cta-section .content-box{
        padding: 45px 20px;
        border-radius: 18px;
    }

    .cta-section .content-box h2{
        font-size: 32px;
        line-height: 42px;
    }

    .cta-section .content-box p{
        font-size: 16px;
        line-height: 28px;
    }

    .cta-section .theme-btn{
        width: 100%;
        text-align: center;
    }
}
/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes fadeInUp{
    0%{
        opacity: 0;
        transform: translateY(40px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.03);
    }
    100%{
        transform: scale(1);
    }
}

/* =====================================================
   SCROLL ANIMATION
===================================================== */

.feature-block,
.service-about,
.pricing-section,
.faq-section,
.cta-section{
    animation: fadeInUp 1s ease;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media only screen and (max-width: 991px){

    .service-hero .sec-title h2{
        font-size: 42px;
        line-height: 56px;
    }

    .service-about{
        padding: 50px 35px;
    }

    .service-about .sec-title h2{
        font-size: 38px;
        line-height: 50px;
    }

    .cta-section h2{
        font-size: 38px;
        line-height: 52px;
    }

    .pricing-box h3{
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px){

    .service-details{
        padding: 80px 0;
    }

    .service-hero .sec-title h2{
        font-size: 34px;
        line-height: 46px;
    }

    .service-about{
        padding: 40px 25px;
    }

    .feature-block-one .inner-box{
        padding: 40px 25px;
    }

    .cta-section{
        padding: 60px 25px;
    }

    .cta-section h2{
        font-size: 32px;
        line-height: 44px;
    }

    .pricing-box h3{
        font-size: 36px;
    }
}
/*==============================
    LOCATION SERVICES SECTION
================================*/

.services-section{
    position: relative;
    padding: 70px 0px 40px;
}

.services-section .sec-title h2{
    font-size: 58px;
    line-height: 72px;
    color: #081a7a;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-section .sub-title{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #c79b2b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.services-section .sub-title:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #c79b2b;
}


/* SERVICE BLOCK */

.service-block{
    margin-bottom: 35px;
}

.service-block-one .inner-box{
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px 35px;
    overflow: hidden;
    transition: all 500ms ease;
    border: 1px solid #f1f1f1;
    min-height: 280px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.04);
}

.service-block-one .inner-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
}


/* GOLD BACKGROUND CIRCLE */

.service-block-one .inner-box:before{
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 130px;
    height: 130px;
    background: rgba(199,155,43,0.08);
    border-radius: 50%;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
    transform: scale(1.2);
}


/* ICON */

.service-block-one .icon-box{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(135deg,#c79b2b,#d8ab36);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 500ms ease;
}

.service-block-one .icon-box i{
    font-size: 32px;
    color: #ffffff;
}

.service-block-one .inner-box:hover .icon-box{
    transform: rotateY(180deg);
}


/* TITLE */

.service-block-one h4{
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #081a7a;
    margin-bottom: 15px;
}


/* TEXT */

.service-block-one p{
    font-size: 18px;
    line-height: 34px;
    color: #6b7280;
    margin: 0;
}


/* HOVER EFFECT */

.service-block-one .inner-box:hover h4{
    color: #c79b2b;
}


/* RESPONSIVE */

@media only screen and (max-width: 991px){

    .services-section .sec-title h2{
        font-size: 42px;
        line-height: 56px;
    }

    .service-block-one h4{
        font-size: 26px;
        line-height: 34px;
    }
}


@media only screen and (max-width: 767px){

    .services-section{
        padding: 60px 0px 20px;
    }

    .services-section .sec-title h2{
        font-size: 34px;
        line-height: 48px;
    }

    .service-block-one .inner-box{
        padding: 35px 25px;
        min-height: auto;
    }

    .service-block-one p{
        font-size: 16px;
        line-height: 30px;
    }
}

/*=========================================
    WHY CHOOSE LOCATION SECTION
=========================================*/

.why-location-section{
    position: relative;
    padding: 80px 0px 60px;
    background: #f8f9fc;
    border-radius: 30px;
    overflow: hidden;
}

/* Background Shape */

.why-location-section:before{
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(199,155,43,0.08);
    border-radius: 50%;
}

.why-location-section:after{
    content: '';
    position: absolute;
    bottom: -140px;
    left: -120px;
    width: 300px;
    height: 300px;
    background: rgba(8,26,122,0.05);
    border-radius: 50%;
}


/* Section Title */

.why-location-section .sec-title{
    margin-bottom: 60px;
}

.why-location-section .sub-title{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #c79b2b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.why-location-section .sub-title:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background: #c79b2b;
}

.why-location-section .sec-title h2{
    font-size: 56px;
    line-height: 70px;
    font-weight: 700;
    color: #081a7a;
    margin: 0;
}


/* Info Block */

.why-location-section .info-block{
    margin-bottom: 30px;
}

.why-location-section .info-box{
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 30px 40px;
    text-align: center;
    transition: all 500ms ease;
    overflow: hidden;
    min-height: 320px;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.05);
    border: 1px solid #edf0f5;
}

.why-location-section .info-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 20px 50px rgba(0,0,0,0.10);
}


/* Hover Background */

.why-location-section .info-box:before{
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 140px;
    height: 140px;
    background: rgba(199,155,43,0.08);
    border-radius: 50%;
    transition: all 500ms ease;
}

.why-location-section .info-box:hover:before{
    transform: scale(1.2);
}


/* Icon */

.why-location-section .icon-box{
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d9a623, #927218);
    transition: all 500ms ease;
}

.why-location-section .icon-box i{
    font-size: 34px;
    color: #ffffff;
}

.why-location-section .info-box:hover .icon-box{
    transform: rotateY(180deg);
    background: linear-gradient(135deg,#c79b2b,#e0b542);
}


/* Heading */

.why-location-section .info-box h4{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #081a7a;
    margin-bottom: 18px;
}


/* Paragraph */

.why-location-section .info-box p{
    font-size: 18px;
    line-height: 34px;
    color: #6b7280;
    margin: 0;
}


/* Hover Text */

.why-location-section .info-box:hover h4{
    color: #c79b2b;
}


/* Responsive */

@media only screen and (max-width: 991px){

    .why-location-section .sec-title h2{
        font-size: 42px;
        line-height: 56px;
    }

    .why-location-section .info-box{
        min-height: auto;
    }

    .why-location-section .info-box h4{
        font-size: 26px;
        line-height: 34px;
    }
}


@media only screen and (max-width: 767px){

    .why-location-section{
        padding: 60px 20px 40px;
        border-radius: 20px;
    }

    .why-location-section .sec-title h2{
        font-size: 34px;
        line-height: 48px;
    }

    .why-location-section .info-box{
        padding: 35px 25px;
    }

    .why-location-section .info-box p{
        font-size: 16px;
        line-height: 30px;
    }
}