.cnc-ourgoal-section.ourgoal-layout4 { background: #ffffff; box-sizing: border-box; }
.cnc-ourgoal-section.ourgoal-layout4 :is(h1, h2, h3, h4, h5, h6, p) { margin: 0; padding: 0; }
.cnc-ourgoal-section.ourgoal-layout4 .container { max-width: 1430px; margin: auto; padding: 0 15px; }
.cnc-ourgoal-section.ourgoal-layout4 .ourgoal { display: flex; flex-wrap: wrap; position: relative; gap: 153px; margin-left: 60px; }
.cnc-ourgoal-section.ourgoal-layout4 .ourgoal .heading { margin-bottom: 90px; }
/* Left side */
.cnc-ourgoal-section.ourgoal-layout4 .left-panel { width: 327px; min-height: 100vh; background: #005bc5; color: #fff; display: flex; flex-direction: column; align-items: center; padding: 160px 20px 170px 20px; text-align: center; position: relative; z-index: 1; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel :is(h1, h2, h3, h4, h5, h6) { font-size: 48px; font-weight: 700; z-index: 2; position: relative; line-height: normal;}
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img { width: 446px; height: 446px; border-radius: 50%; border: 8px solid #fff; overflow: hidden; background: #fff; display: flex; justify-content: center; align-items: center; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img :is(img, svg) { width: 100%; height: 100%; object-fit: cover; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img.icon { background: #000000; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img svg { width: 70%; height: 70%; fill: currentColor; color: #005bc5; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img.icon i { font-size: 180px; color: #005bc5; }
/* Right side */
.cnc-ourgoal-section.ourgoal-layout4 .right-panel { flex: 1; display: flex; flex-direction: column; padding: 160px 0 170px 0; width: calc(100% - 446px); }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card { display: flex; align-items: flex-start; gap: 30px; margin-bottom: 100px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card:last-child { margin-bottom: 0; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon { width: 144px; height: 144px; border: 3px solid #005bc5; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; overflow: hidden; padding: 30px; box-sizing: border-box; font-size: 100px; color: #005bc5; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon :is(img, svg) { max-width: 100%; max-height: 100%; object-fit: contain; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon svg path { fill: #005bc5; stroke: #005bc5; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon i { font-size: 84px; color: #005bc5; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content { flex: 1; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content :is(h1, h2, h3, h4, h5, h6) { font-size: 32px; font-weight: 700; color: #005bc5; margin-bottom: 10px; line-height: normal;}
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content p { font-size: 16px; font-weight: 400; color: #333; margin-bottom: 10px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content p:last-child { margin-bottom: 0; }
@media (max-width:1024px) {
 .cnc-ourgoal-section.ourgoal-layout4 .ourgoal { gap: 50px; margin-left: 0; }
 .cnc-ourgoal-section.ourgoal-layout4 .left-panel {padding: 50px 20px;}
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img { width: 350px; height: 350px; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel :is(h1, h2, h3, h4, h5, h6) { font-size: 40px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel { padding: 50px 0; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card { margin-bottom: 50px; flex-direction: column; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon { width: 120px; height: 120px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon i { font-size: 60px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content :is(h1, h2, h3, h4, h5, h6) { font-size: 28px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content p { font-size: 15px; }
 }
@media (max-width:767px) {
 .cnc-ourgoal-section.ourgoal-layout4 .ourgoal { flex-direction: column; gap: 30px; padding: 50px 0 30px 0; }
.cnc-ourgoal-section.ourgoal-layout4 .ourgoal .heading { margin-bottom: 0; }
.cnc-ourgoal-section.ourgoal-layout4 .ourgoal .heading { width: calc(100% - 150px); }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel { width: calc(100% + 30px);  min-height: 92px; padding: 20px; margin-left: -15px; background: #005bc5; gap: 5px;flex-direction: row;  text-align: left; height: 92px; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel :is(h1, h2, h3, h4, h5, h6) { font-size: 30px; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img { width: 150px; height: 150px; margin: 10px auto 0; border: 3px solid #fff; border-radius: 50%; overflow: hidden; transform: translateY(-5px); margin-right: 0; }
.cnc-ourgoal-section.ourgoal-layout4 .left-panel .left-img.icon i { font-size: 100px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel { width: 100%; padding: 20px 0 0px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card { flex-direction: column; align-items: flex-start; margin-bottom: 30px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon { width: 70px; height: 70px; padding: 12px; border: 2px solid #005bc5; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-icon i { font-size: 40px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content :is(h1, h2, h3, h4, h5, h6) { font-size: 24px; }
.cnc-ourgoal-section.ourgoal-layout4 .right-panel .card-content p { font-size: 14px; }
}
