/* ---------------------- ROOT VARIABLES ---------------------- */


/* ---------------------- GLOBAL SETTINGS ---------------------- */




/* ---------------------- CIRCLE STRUCTURE ---------------------- */
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
    border-radius: 100%;
    z-index: 1;
}

.dotCircle .itemDot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    background: var(--base-sv-color);
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    transform-origin: center center;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted var(--base-sv-color);
    border-radius: 100%;
    animation: rotation 100s infinite linear;
}

@keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active,
.dotCircle .itemDot:focus {
    color: #000;
    background: var(--secondary-sv-color);
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
    transform: translateY(-2px);
}

.dotCircle .itemDot:hover .insurance-label,
.dotCircle .itemDot.active .insurance-label,
.dotCircle .itemDot:focus .insurance-label {
    color: #000;
    transition: all 0.3s ease;
}

.dotCircle .itemDot:hover i,
.dotCircle .itemDot.active i,
.dotCircle .itemDot:focus i {
    color: #000;
    transition: all 0.3s ease;
}

.dotCircle .itemDot i,
.dotCircle .itemDot .insurance-label {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    color: #fff;
}

.insurance-label {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-top: 2px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

/* ---------------------- CONTENT CIRCLE ---------------------- */
.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222;
    position: relative;
    top: 250px;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 13px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    padding: 20px;
    color: #222;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    opacity: 0.1;
    z-index: -1;
}

/* ---------------------- TITLES ---------------------- */
.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: var(--main-sv-color);
}

.title-box p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}

.in-sv-subtitle {
    color: #fff;
    font-size: 15px;
    padding: 3px 12px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: var(--main-sv-color);
}

/* ---------------------- DESCRIPTION BOX ---------------------- */
.description-box {
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.description-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: right;
    margin: 0;
    font-weight: 500;
}

.view-more {
    text-align: right;
    margin-top: 20px;
}

.view-more a {
    color: var(--main-sv-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.view-more a i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.view-more a:hover {
    color: var(--base-sv-color);
    transform: translateX(-5px);
}

.view-more a:hover i {
    transform: translateX(5px);
}

.iq-features a {
    color: var(--main-sv-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

/* ---------------------- SERVICE BLOG CARD ---------------------- */
.service-blog-card {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform .3s ease;
    border-radius: 0px;
    height: 100%;
}

.service-blog-card:hover {
    transform: translateY(-8px);
}

.service-blog-card .slide1 {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.service-blog-card .slide1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.service-blog-card:hover .slide1 img {
    transform: scale(1.08);
}

.service-blog-card .slide2 {
    position: relative;
    min-height: 180px;
    padding: 24px 22px 38px;
    background: #fff;
    transition: transform .6s ease;
    transform: translateY(64px);
}

.service-blog-card:hover .slide2 {
    transform: translateY(0);
}

.service-blog-card .slide2::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    background: #10B981;
    border-radius: 2px;
}

.service-blog-card .slide2 h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #1f2937;
    text-align: center;
}

.service-blog-card .slide2 p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 18px;
}

.service-blog-card .slide2 .read-more {
    display: inline-block;
    color: #10B981;
    font-weight: 600;
    transition: color .3s ease;
}

.service-blog-card .slide2 .read-more .arrow {
    display: inline-block;
    transition: transform .3s ease;
}

.service-blog-card .slide2 .read-more:hover {
    color: #0e8f6b;
}

.service-blog-card .slide2 .read-more:hover .arrow {
    transform: translateX(-4px);
}

/* ---------------------- MEDIA QUERIES ---------------------- */

/* 📱 الهواتف + الأجهزة اللوحية الصغيرة */
@media only screen and (max-width: 991px) {
    .holderCircle {
        display: none !important;
    }

    .iq-features .row {
        flex-direction: column;
    }

    .iq-features .col-lg-6 {
        width: 100%;
        margin-bottom: 40px;
    }

    .service-blog-card .slide1 { height: 200px; }
    .service-blog-card .slide2 { transform: translateY(56px); }
}

/* 💻 التابلت المتوسط (992px - 1024px) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .holderCircle {
        width: 450px;
        height: 450px;
        margin: 60px auto;
        display: block !important;
    }

    .round {
        left: 35px;
        top: 40px;
        width: 370px;
        height: 370px;
    }

    .dotCircle .itemDot {
        width: 110px;
        height: 110px;
        font-size: 28px;
        padding: 6px;
    }

    .insurance-label {
        font-size: 9px;
        max-width: 100px;
    }

    .contentCircle {
        width: 230px;
        top: 225px;
    }

    .contentCircle .CirItem i {
        font-size: 110px;
    }
}

/* 🖥️ الأجهزة المتوسطة (1025px - 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .iq-features .row {
        flex-direction: row;
    }

    .iq-features .col-lg-6 {
        width: 50%;
        margin-bottom: 0;
    }

    .holderCircle {
        width: 480px;
        height: 480px;
        margin: 80px auto;
        display: block !important;
    }

    .round {
        left: 38px;
        top: 43px;
        width: 395px;
        height: 395px;
    }

    .dotCircle .itemDot {
        width: 115px;
        height: 115px;
        font-size: 32px;
        padding: 6px;
    }

    .insurance-label {
        font-size: 10px;
        max-width: 105px;
    }

    .contentCircle {
        width: 240px;
        top: 240px;
    }

    .contentCircle .CirItem i {
        font-size: 115px;
    }
}

/* 🖥️ الشاشات الكبيرة (1200px فأكثر) */
@media only screen and (min-width: 1200px) {
    .iq-features .row {
        flex-direction: row;
    }

    .iq-features .col-lg-6 {
        width: 50%;
        margin-bottom: 0;
    }

    .holderCircle {
        width: 500px;
        height: 500px;
        margin: 60px auto;
        display: block !important;
    }

    .round {
        left: 40px;
        top: 45px;
        width: 410px;
        height: 410px;
    }

    .dotCircle .itemDot {
        width: 120px;
        height: 120px;
        font-size: 40px;
        padding: 8px;
    }

    .insurance-label {
        font-size: 10px;
        max-width: 110px;
        color: #fff;
    }

    .contentCircle {
        width: 250px;
        top: 250px;
    }

    .contentCircle .CirItem i {
        font-size: 120px;
    }
}

/* 📱 الهواتف الصغيرة جداً */
@media (max-width: 575.98px) {
    .service-blog-card .slide1 { height: 180px; }
    .service-blog-card .slide2 { transform: translateY(48px); }
}
