.research-philosophy {
    background: #f0f0f0;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.research-philosophy::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.932) 0%, rgb(231 231 231 / 80%) 100%);
}

.research-philosophy .container {
    position: relative;
    z-index: 10;
}

.research-philosophy .dot-pattern.bottom {
    bottom: 208px;
    left: 279px;
}

.research-philosophy .dot-pattern {
    position: absolute;
    width: 130px;
    height: 130px;
    z-index: -1;
    background-image: radial-gradient(#545855 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    background-repeat: repeat;
    opacity: 0.7;
}

.research-philosophy .dot-pattern.top {
    top: 146px;
    right: 317px;
}

.research-philosophy .dot-pattern {
    position: absolute;
    width: 169px;
    height: 81px;
    z-index: 2;
    background-image: radial-gradient(#545855 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    background-repeat: repeat;
    opacity: 0.7;
}

.research-philosophy .research-wrapper {
    position: relative;
    margin: auto;
    text-align: center;
    min-height: 500px;
    width: 80%;
}

.research-philosophy .main-word {
    font-size: 40px;
    color: #000000;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0 0 30px rgba(176, 255, 0, .15);
    font-family: "Playfair Display", serif;
}

/* .research-philosophy .main-word {
    font-size: 40px;
    color: #000000;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0 0 30px rgba(176, 255, 0, .15);
    font-family: "Playfair Display", serif;
}

.research-philosophy .sub-title {
    color: #fff;
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 600;
}

.research-philosophy .main-word span {
    color: #c69900;
}

.research-philosophy .desc {
    color: #010101;
    font-size: 18px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.research-philosophy .point {
    background: #000;
    border: 1px solid rgb(255 140 0);
    color: #fff;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.research-philosophy .point::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
} */

/* 
.research-philosophy .p1 {
    top: 211px;
    left: 22px;
}

.research-philosophy .p2 {
    top: 378px;
    right: 546px;
}

.research-philosophy .p3 {
    top: 376px;
    right: 79px;
}

.research-philosophy .p5 {
    right: -18px;
    top: 227px;
}

.research-philosophy .p8 {
    left: 375px;
    top: 298px;
} */

/* .research-philosophy .point::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(0 116 58 / 19%);
    z-index: -1;
    top: 2px;
} */




@media(max-width:768px) {

    .research-philosophy {
        padding: 80px 0;
    }

    .research-philosophy .research-wrapper {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .research-philosophy .point {
        position: static;
        margin: 8px;
        display: inline-block;
    }

    .research-philosophy .point::after {
        display: none;
    }

    .research-philosophy .main-word {
        /* margin-top: 30px; */
        font-size: 40px;
    }

    .research-philosophy .sub-title {
        font-size: 32px;
    }

    .research-philosophy .desc {
        font-size: 16px;
        margin-top: 30px;
    }
}














.research-philosophy {
    position: relative;
    overflow: hidden;

}

.research-philosophy::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 59%) 100%);
}

.research-heading {
    text-align: center;
    margin: 0 auto 25px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #d3af0c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.section-label i {
    display: block;
    width: 8px;
    height: 8px;
    background: #d3af0c;
    border-radius: 50%;
}

.main-word {
    margin: 0;
    color: #06265f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.15;
}

.main-word span {
    color: #d3af0c;
}

.heading-line {
    width: 90px;
    height: 3px;
    margin: 15px auto 15px;
    background: #d3af0c;
    border-radius: 20px;
}

.desc {
    max-width: 680px;
    margin: 0 auto;
    color: #283957;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    margin: 0 auto;
}

.service-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 35px;
    align-items: center;
    position: relative;
}

.service-icon {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #092b68;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow:
        0 8px 25px rgba(0, 38, 100, 0.08);
}

.icon-circle i {
    font-size: 43px;
    color: #000;
}

.icon-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #d1b016;
    border-radius: 50%;
    left: 39px;
    bottom: 19px;
    border: 2px solid #fff;
}

.service-content {
    padding-top: 5px;
    text-align: left;
}

.service-number {
    display: block;
    color: #a98b00;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 10px;
}


.service-content h3 {
    margin: 0 0 12px;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}


.orange-line {
    display: block;
    width: 45px;
    height: 3px;
    background: #dbb50a;
    margin-bottom: 15px;
}

.service-content p {
    margin: 0 0 20px;
    color: #000000;
    font-size: 15.5px;
    line-height: 1.5;
    /* max-width: 300px; */
}

.service-content a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.service-content a span {
    color: #ff7800;
    font-size: 25px;
    line-height: 1;
}

.dot-pattern {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0.35;
    background-image: radial-gradient(#5b8bd9 1.2px,
            transparent 1.2px);
    background-size: 14px 14px;
    z-index: 1;
}

.dot-pattern.top {
    top: 120px;
    left: 50px;
}

.dot-pattern.bottom {
    bottom: 80px;
    right: 50px;
}


.research-philosophy::before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 60px;
    width: 700px;
    height: 400px;
    opacity: 0.10;
    background:
        linear-gradient(135deg,
            transparent 45%,
            #ff7800 45%,
            #ff7800 46%,
            transparent 46%);
    transform: rotate(-10deg);
    z-index: 0;
}

.icon-circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 38, 100, 0.08);
}


.icon-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 210deg, #000000 0deg 125deg, #f0f1f2 125deg 190deg, #cdaf23 190deg 275deg, #e9edf3 275deg 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
}

@media (max-width: 992px) {
    .research-philosophy {
        padding: 80px 25px;
    }

    .research-heading {
        margin-bottom: 60px;
    }

    .services-grid {
        column-gap: 50px;
    }

    .service-item {
        grid-template-columns: 120px 1fr;
        gap: 25px;
    }

    .service-icon {
        width: 120px;
        height: 120px;
    }

    .icon-circle {
        width: 115px;
        height: 115px;
    }

    .icon-circle i {
        font-size: 35px;
    }

    .service-number {
        font-size: 32px;
    }

    .service-content h3 {
        font-size: 21px;
    }

}

@media (max-width: 767px) {
    .research-philosophy {
        padding: 70px 20px 80px;
    }

    .research-heading {
        margin-bottom: 55px;
    }

    .section-label {
        font-size: 14px;
    }

    .main-word {
        font-size: clamp(34px, 9vw, 46px);
    }

    .desc {
        font-size: 16px;
        line-height: 1.6;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 520px;
    }

    .service-item {
        grid-template-columns: 105px 1fr;
        gap: 22px;
        align-items: center;
    }

    .service-icon {
        width: 105px;
        height: 105px;
    }

    .icon-circle {
        width: 100px;
        height: 100px;
        border-width: 2px;
    }

    .icon-circle i {
        font-size: 30px;
    }

    .icon-dot {
        width: 11px;
        height: 11px;
        left: 1px;
        bottom: 12px;
    }

    .service-number {
        font-size: 29px;
        margin-bottom: 7px;
    }


    .service-content h3 {
        font-size: 19px;
        margin-bottom: 9px;
    }


    .orange-line {
        width: 35px;
        height: 2px;
        margin-bottom: 10px;
    }


    .service-content p {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 13px;
    }

    .service-content a {
        font-size: 14px;
    }

    .service-content a span {
        font-size: 21px;
    }

    .dot-pattern.top {
        left: 10px;
        top: 100px;
        transform: scale(.7);
    }


    .dot-pattern.bottom {
        right: 5px;
        bottom: 30px;
        transform: scale(.7);
    }

}


@media (max-width: 480px) {
    .service-item {
        grid-template-columns: 85px 1fr;
        gap: 18px;
    }

    .service-icon {
        width: 85px;
        height: 85px;
    }

    .icon-circle {
        width: 82px;
        height: 82px;
    }

    .icon-circle i {
        font-size: 25px;
    }

    .icon-dot {
           width: 14px;
        height: 14px;
        bottom: 3px;
                left: 18px;
    }

    .service-number {
        font-size: 25px;
    }

    .service-content h3 {
        font-size: 17px;
    }

    .service-content p {
        font-size: 13px;
    }

}


@media (min-width:1200px) and (max-width:1399px) {
    .research-philosophy .main-word {
        font-size: 30px;
    }

    .section-label {
        font-size: 14px;
    }

    .research-philosophy .desc {
        color: #010101;
        margin-top: 18px;
        font-size: 16px;
    }

    .research-philosophy .point {
        font-size: 14px;
    }

    .service-content h3 {
        font-size: 20px;

    }

    .service-number {
        font-size: 25px;
        ;
    }

    .service-content p {
        font-size: 14px;
    }

    .icon-circle {
        width: 95px;
        height: 95px;
    }

    .icon-dot {
        width: 14px;
        height: 14px;
        left: 40px;
        bottom: 32px;
    }

    .icon-circle i {
        font-size: 35px;
    }

    .research-philosophy .dot-pattern.bottom {
        bottom: 236px;
        left: 279px;
    }

    .research-philosophy .dot-pattern {
        width: 169px;
        height: 50px;
        background-image: radial-gradient(#54585563 1.5px, transparent 1.5px);
        background-size: 12px 12px;
        opacity: 0.7;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .research-philosophy .main-word {
        font-size: clamp(55px, 10vw, 43px);
    }

    .research-philosophy .desc {
        font-size: 23px;
        max-width: 850px;
    }

    .research-philosophy .point {
        padding: 12px 20px;
        font-size: 18px;
    }

    .service-content h3 {
        font-size: 28px;
    }

    .service-content p {
        font-size: 22.5px;
    }
}