/*=========================================================
  Section 3 - WordPress Website Maintenance Services
  Circular Service Hub
  PART 1
=========================================================*/

/*==============================
Root
==============================*/

.wp-maintenance-hub3{
    position:relative;
    padding:120px 20px;
    overflow:hidden;
    background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
    z-index:1;
}

.wp-maintenance-hub3 *{
    box-sizing:border-box;
}

.wp-maintenance-hub3::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(33,150,243,.08);
    filter:blur(70px);
    top:-150px;
    left:-150px;
}

.wp-maintenance-hub3::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(0,188,212,.08);
    filter:blur(70px);
    right:-120px;
    bottom:-120px;
}

/*==============================
Container
==============================*/

.container3{
    max-width:1350px;
    margin:auto;
    position:relative;
    z-index:2;
}

/*==============================
Heading
==============================*/

.maintenance-heading3{
    text-align:center;
    max-width:850px;
    margin:0 auto 90px;
}

.section-tag3{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 24px;

    background:#ffffff;

    color:#1678ff;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:25px;

}

.section-tag3::before{

    content:"";

    width:10px;

    height:10px;

    border-radius:50%;

    background:#00c853;

}

.maintenance-heading3 h2{

    font-size:46px;

    font-weight:800;

    line-height:1.2;

    color:#08254d;

    margin-bottom:25px;

}

.maintenance-heading3 p{

    font-size:18px;

    line-height:1.9;

    color:#5d6f86;

}

/*==============================
Circular Wrapper
==============================*/

.service-hub-wrapper3{

    width:760px;

    height:760px;

    margin:0 auto;

    position:relative;

}

/*==============================
Center Circle
==============================*/

.hub-center3{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:260px;

    height:260px;

    border-radius:50%;

    background:linear-gradient(135deg,#0066ff,#00b4ff);

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:

    0 25px 60px rgba(0,102,255,.35),

    inset 0 0 25px rgba(255,255,255,.2);

    z-index:10;

}

.center-inner3{

    text-align:center;

    color:#fff;

    width:82%;

}

.center-icon3{

    width:85px;

    height:85px;

    margin:auto auto 18px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    backdrop-filter:blur(12px);

}

.center-inner3 h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:12px;

}

.center-inner3 p{

    font-size:16px;

    line-height:1.7;

    opacity:.95;

}

/*==============================
Orbit Services
==============================*/

.orbit-service3{

    position:absolute;

    width:130px;

    height:130px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:#fff;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

    transition:.45s ease;

    color:#0b376d;

}

.orbit-service3 i{

    font-size:30px;

    color:#1678ff;

    transition:.4s;

}

.orbit-service3 span{

    font-size:15px;

    font-weight:700;

    text-align:center;

    line-height:1.3;

}

.orbit-service3:hover{

    transform:translateY(-10px) scale(1.08);

    box-shadow:0 25px 45px rgba(22,120,255,.25);

}

.orbit-service3:hover i{

    transform:rotate(15deg);

}

.orbit-service3.active{

    background:linear-gradient(135deg,#1678ff,#00b7ff);

    color:#fff;

    box-shadow:0 30px 60px rgba(0,102,255,.35);

}

.orbit-service3.active i{

    color:#fff;

}

/*==============================
Orbit Positions
==============================*/

.orbit-service3:nth-child(2){

    top:-10px;
    left:315px;

}

.orbit-service3:nth-child(3){

    top:60px;
    right:120px;

}

.orbit-service3:nth-child(4){

    top:220px;
    right:-10px;

}

.orbit-service3:nth-child(5){

    bottom:220px;
    right:-10px;

}

.orbit-service3:nth-child(6){

    bottom:60px;
    right:120px;

}

.orbit-service3:nth-child(7){

    bottom:-10px;
    left:315px;

}

.orbit-service3:nth-child(8){

    bottom:60px;
    left:120px;

}

.orbit-service3:nth-child(9){

    bottom:220px;
    left:-10px;

}

.orbit-service3:nth-child(10){

    top:220px;
    left:-10px;

}

.orbit-service3:nth-child(11){

    top:60px;
    left:120px;

}

.orbit-service3:nth-child(12){

    top:140px;
    left:540px;

}

.orbit-service3:nth-child(13){

    bottom:140px;
    left:540px;

}

/*==============================
Outer Decorative Ring
==============================*/

.service-hub-wrapper3::before{

    content:"";

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:520px;

    height:520px;

    border-radius:50%;

    border:2px dashed rgba(22,120,255,.18);

}

.service-hub-wrapper3::after{

    content:"";

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:640px;

    height:640px;

    border-radius:50%;

    border:1px solid rgba(22,120,255,.08);

}

/*=========================================================
  Section 3 - WordPress Website Maintenance Services
  Circular Service Hub
  PART 2
=========================================================*/

/*==============================
Bottom Service Chips
==============================*/

.extra-services3{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin:70px 0 60px;
}

.extra-service3{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px 28px;
    background:#ffffff;
    border:none;
    border-radius:60px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    color:#0b376d;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.extra-service3 i{
    font-size:20px;
    color:#1678ff;
    transition:.35s;
}

.extra-service3:hover{
    transform:translateY(-6px);
    background:linear-gradient(135deg,#1678ff,#00b7ff);
    color:#ffffff;
    box-shadow:0 20px 45px rgba(22,120,255,.25);
}

.extra-service3:hover i{
    color:#ffffff;
    transform:rotate(15deg);
}

/*==============================
Details Card
==============================*/

.service-details-card3{

    max-width:900px;

    margin:0 auto;

    padding:60px;

    background:#ffffff;

    border-radius:28px;

    box-shadow:0 30px 80px rgba(0,0,0,.08);

    text-align:center;

    transition:.4s ease;

}

.details-icon3{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(135deg,#1678ff,#00b7ff);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#ffffff;

    font-size:38px;

    box-shadow:0 15px 35px rgba(22,120,255,.35);

}

.service-details-card3 h3{

    font-size:34px;

    color:#08254d;

    margin-bottom:20px;

    font-weight:700;

}

.service-details-card3 p{

    font-size:18px;

    color:#5d6f86;

    line-height:1.9;

    margin-bottom:35px;

}

.service-benefits3{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:20px;

}

.service-benefits3 div{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 24px;

    border-radius:50px;

    background:#f3f8ff;

    font-size:15px;

    font-weight:600;

    color:#0b376d;

}

.service-benefits3 i{

    color:#1678ff;

    font-size:18px;

}

/*==============================
Hover Animation
==============================*/

.service-details-card3:hover{

    transform:translateY(-8px);

    box-shadow:0 40px 90px rgba(0,0,0,.10);

}

/*==============================
Floating Animation
==============================*/

@keyframes floatingHub3{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

.hub-center3{

    animation:floatingHub3 5s ease-in-out infinite;

}

/*==============================
Fade Animation
==============================*/

@keyframes fadeUpHub3{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.maintenance-heading3,
.service-hub-wrapper3,
.extra-services3,
.service-details-card3{

    animation:fadeUpHub3 .9s ease both;

}

/*==============================
Tablet
==============================*/

@media(max-width:1024px){

.service-hub-wrapper3{

    width:620px;

    height:620px;

}

.hub-center3{

    width:220px;

    height:220px;

}

.center-inner3 h3{

    font-size:24px;

}

.center-inner3 p{

    font-size:15px;

}

.orbit-service3{

    width:105px;

    height:105px;

}

.orbit-service3 i{

    font-size:24px;

}

.orbit-service3 span{

    font-size:13px;

}

.service-hub-wrapper3::before{

    width:430px;

    height:430px;

}

.service-hub-wrapper3::after{

    width:520px;

    height:520px;

}

}

/*==============================
Mobile
==============================*/

@media(max-width:767px){

.wp-maintenance-hub3{

    padding:80px 15px;

}

.maintenance-heading3{

    margin-bottom:50px;

}

.maintenance-heading3 h2{

    font-size:32px;

}

.maintenance-heading3 p{

    font-size:16px;

}

.service-hub-wrapper3{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    width:100%;

    height:auto;

}

.service-hub-wrapper3::before,
.service-hub-wrapper3::after{

    display:none;

}

.hub-center3{

    position:relative;

    left:auto;

    top:auto;

    transform:none;

    width:100%;

    height:220px;

    grid-column:1/-1;

    margin-bottom:10px;

}

.orbit-service3{

    position:relative;

    left:auto !important;

    right:auto !important;

    top:auto !important;

    bottom:auto !important;

    width:100%;

    height:120px;

    transform:none !important;

}

.orbit-service3:hover{

    transform:translateY(-5px) !important;

}

.extra-services3{

    flex-direction:column;

    gap:15px;

}

.extra-service3{

    width:100%;

    justify-content:center;

}

.service-details-card3{

    padding:35px 25px;

}

.details-icon3{

    width:75px;

    height:75px;

    font-size:30px;

}

.service-details-card3 h3{

    font-size:28px;

}

.service-details-card3 p{

    font-size:16px;

}

.service-benefits3{

    flex-direction:column;

    align-items:stretch;

}

.service-benefits3 div{

    justify-content:center;

}

}

/*==============================
Small Mobile
==============================*/

@media(max-width:480px){

.maintenance-heading3 h2{

    font-size:28px;

}

.section-tag3{

    font-size:12px;

    padding:10px 18px;

}

.center-inner3 h3{

    font-size:22px;

}

.center-inner3 p{

    font-size:14px;

}

.orbit-service3{

    height:110px;

}

.orbit-service3 i{

    font-size:22px;

}

.orbit-service3 span{

    font-size:12px;

}

.service-details-card3{

    padding:30px 20px;

}

.service-details-card3 h3{

    font-size:24px;

}

.service-details-card3 p{

    font-size:15px;

    line-height:1.8;

}

.service-benefits3 div{

    font-size:14px;

    padding:12px 16px;

}

.extra-service3{

    font-size:14px;

    padding:16px 20px;

}

}

/*==============================
Accessibility
==============================*/

.orbit-service3:focus,
.extra-service3:focus{

    outline:3px solid #1678ff;

    outline-offset:4px;

}

html{

    scroll-behavior:smooth;

}