/* ===== Colors ===== */
:root{
--primary:#0b2c4d;
--orange:#f7931e;
--dark:#111;
}


/* ===== HEADER AREA ===== */
.header-area{
position:relative;
z-index:100;
background:#fff;
}




/* ===== HERO / BANNER ===== */
.hero{
width:100%;
/* min-height:100vh;*/
position:relative;
z-index:1;
overflow:hidden;
}

/* ===== MARQUEE ===== */
.marquee{
background:var(--orange);
color:#fff;
font-weight:600;
padding:8px;
white-space:nowrap;
overflow:hidden;
}

.marquee span{
display:inline-block;
animation:scroll 15s linear infinite;
}

@keyframes scroll{
from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}

/* ===== SECTION COMMON ===== */
.section-title{
  display: inline-block;
  padding: 10px 18px;
  border-left: 5px solid #4facfe;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #0d1b3e;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  letter-spacing: 0.5px;
}

.test-box{
border:1px solid #ccc;
padding:20px;
background:#fff;
}

/* ===== FOOTER ===== */
footer{
background:#111;
color:#fff;
}

footer a{
color:#fff;
text-decoration:none;
}

footer a:hover{
color:var(--orange);
}

/* ===== SCHOOL LOGO HEADER ===== */


@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1200px;
}
}


/* ===== MOBILE RESPONSIVE ===== */
@media(max-width:768px){

.menu-wrapper{
top:90px;
}

.custom-nav .navbar-nav{
gap:10px;       /* mobile gap ?? */
}

.hero{
/* padding-top:120px;*/
min-height:auto;
}

.school-slider-100{
height:40vh;
}

.slider-arrow{
width:38px;
height:38px;
font-size:22px;
}

.enroll-btn{
padding:14px;
font-size:12px;
}

.mission-vision .top-bar .container{
flex-direction:column !important;
justify-content:center !important;
text-align:center;
gap:10px;
}

.mission-vision .top-bar span{
display:block;
text-align:center;
}

.mission-vision .top-bar div{
display:flex;
justify-content:center;
gap:10px;
}

  .dps-top{
    flex-direction:column;
  }

  .dps-content{
    order:2;
  }

  .dps-main-img-wrap{
    order:1;
  }


}

@media(max-width:576px){

.school-header{
flex-direction:column;
text-align:center;
}

.school-logo-wrap{
width:70px;
height:70px;
}

.school-title h1{
font-size:22px;
}
}

====================================================================
Featured Section
====================================================================

***/

.featured-section {
position: relative;
padding: 20px 0px 60px;
background-position: right bottom;
background-repeat: no-repeat;
background-size: cover;
}

.featured-block {
position: relative;
margin-bottom: 40px;
}

.featured-block .inner-box {
position: relative;
padding: 40px 30px;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
-moz-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
background: linear-gradient(135deg, #ffffff, #f9fbff);
border-left: 5px solid #f7931e;
border-radius: 10px;

box-shadow: 
0 10px 25px rgba(0, 123, 255, 0.15),
0 2px 8px rgba(0, 0, 0, 0.08);

transition: all 0.35s ease;
}

.featured-block .inner-box .content {
position: relative;
padding-left: 75px;
}

.featured-block .inner-box .content .icon-box {
position: absolute;
left: 0px;
top: 5px;
color: #e7470d;
line-height: 1em;
font-size: 50px;
}

.featured-block:nth-child(2) .inner-box .content .icon-box {
color: #e7a52b;
}

.featured-block:nth-child(3) .inner-box .content .icon-box {
color: #6108ba;
}

.featured-block .inner-box .content h3 {
position: relative;
font-size: 24px;
font-weight: 300;
text-transform: capitalize;
}

.featured-block .inner-box {
position: relative;
padding: 40px 30px;
background-color: #ffffff;
box-shadow: 0px 0px 12px rgba(204, 204, 204, 1);
border-radius: 8px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-block .inner-box:hover {
transform: translateY(-8px);
box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

.featured-block h3 a {
font-size: 20px;
font-weight: 700;
color: #1e1e1e;
text-decoration: none;
}

.featured-block .text {
font-size: 15.5px;
line-height: 1.7;
color: #555;
margin: 15px 0 25px;
text-align: justify;
}



.featured-block .more-btn {
display: inline-block;
padding: 10px 25px;
font-size: 14px;
font-weight: 600;
color: #fff;
background-color: #007bff;
border-radius: 30px;
text-decoration: none;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.featured-block .more-btn:hover {
background-color: #0056b3;
transform: translateY(-2px);
}


.featured-block .inner-box .content .text {
position: relative;
color: #444444;
font-weight: 600;
font-size: 14px;
text-transform: capitalize;
}

/*** 

====================================================================
Services Section
====================================================================

***/
/* ===== CTA STRIP ===== */
.cta-strip {
  background: linear-gradient(135deg, var(--primary), #1a5490);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-strip::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(247,147,30,0.07);
}

.cta-strip h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-strip p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  margin-bottom: 0;
}

.btn-cta-primary {
  background: var(--orange);
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 8px 25px rgba(247,147,30,0.35);
}

.btn-cta-primary:hover {
  background: #d97d10;
  transform: translateY(-2px);
  color: #fff;
}

.btn-cta-outline {
  background: transparent;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.5);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  margin-left: 12px;
}

.btn-cta-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
}



body{
font-family: 'Merriweather', serif;
}

/* ================= TOP HEADER ================= */
.top-header{
background:#111;
color:#fff;
font-size:14px;
position: relative;
z-index: 99999;   /* ? popup ?? ???? ???? ???? */
}
.top-header a{
color:#fff;
text-decoration:none;
}
.login-btn{
font-size:13px;
padding:4px 10px;
font-weight:600;
position: relative;   /* ? popup anchor */
}
.student-btn{
background:#d9ff00;
color:#000;
}
.teacher-btn{
background:#ff0000;
color:#fff;
}
.social-icons a{
margin-left:10px;
}

/* ===== ENROLL BUTTON ===== */
.enroll-btn{
position:absolute;
top:20px;
right:20px;
background:var(--orange);
color:#fff;
border-radius:50%;
padding:18px;
font-weight:700;
text-align:center;
z-index:20;
}

/* ===== MARQUEE ===== */
.marquee{
background:var(--orange);
color:#fff;
font-weight:600;
padding:8px;
white-space:nowrap;
overflow:hidden;
}
.marquee span{
display:inline-block;
animation:scroll 15s linear infinite;
}
@keyframes scroll{
from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}

/* ===== SECTION COMMON ===== */
.section-title{
font-weight:700;
margin-bottom:15px;
}
.test-box{
border:1px solid #ccc;
padding:20px;
background:#fff;
}

/* ===== FOOTER ===== */
footer{
background:#111;
color:#fff;
}
footer a{
color:#fff;
text-decoration:none;
}
footer a:hover{
color:var(--orange);
}

@media(max-width:768px){
.top-header{
text-align:center;
}
.social-icons{
margin-top:8px;
}
}

/* ================= LOGO ================= */
.school-logo{
height:100px;   /* 150 ? 100: gap ???? */
object-fit:contain;
}

/* ================= BANNER & MENU ================= */
.banner-wrapper{
position:relative;
overflow: visible;   /* dropdown ???? ???? ?? */
}

/* Slider image */
.banner-img{
width:100%;
height:520px;
object-fit:cover;
}

/* ================= NAVBAR — DESKTOP ================= */
.custom-navbar{
position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
width:78%;
background:#111;   /* ? THREE.js ?? ??? dark background */
border-radius:35px;
padding: 4px 20px;
z-index:9999;
}

/* Menu links */
.custom-navbar .nav-link{
color:#fff;
font-weight:600;
padding:10px 20px;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active{
color:#f7931e;
}

/* Menu item spacing */
.custom-navbar .navbar-nav{
gap:10px;   /* desktop gap */
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
filter:invert(1);
width:40px;
height:40px;
}

/* Dropdown */
.dropdown-menu{
border-radius:10px;
z-index:99999 !important;
position: absolute !important;
}

/* ================= MOBILE ================= */
@media(max-width:991px){

/* Navbar relative ???? — header ????? ?? */
.custom-navbar{
position:relative !important;
top:0 !important;
left:0 !important;
transform:none !important;
width:100% !important;
border-radius:0 !important;
margin:0 !important;
padding: 6px 15px !important;
}

/* Banner wrapper ? flex ??? ???? navbar ???, slider ??? */
.banner-wrapper{
display: flex;
flex-direction: column;
}

/* Slider ???? */
#homeSlider{
order: 2;
}

/* Navbar ???? */
.custom-navbar{
order: 1;
}

/* Collapsed menu */
#mainMenu{
max-height: 75vh;
overflow-y: auto;
background: #111;
border-top: 1px solid rgba(255,255,255,0.1);
padding: 5px 0;
}

/* Mobile menu items — gap ??? */
.custom-navbar .navbar-nav{
gap:0 !important;
}

.custom-navbar .nav-link{
padding:11px 18px !important;
border-bottom:1px solid rgba(255,255,255,0.07) !important;
font-size:14px !important;
}

.custom-navbar .navbar-nav .nav-item:last-child .nav-link{
border-bottom:none !important;
}

/* Mobile dropdown */
.custom-navbar .dropdown-menu{
background:#1c1c1c !important;
border:none !important;
border-radius:0 !important;
padding:0 !important;
margin:0 !important;
position:relative !important;
width:100% !important;
box-shadow:none !important;
}

.custom-navbar .dropdown-menu .dropdown-item{
color:#ccc;
padding:10px 35px;
border-bottom:1px solid rgba(255,255,255,0.05);
font-size:13px;
}

.custom-navbar .dropdown-menu .dropdown-item:hover{
background:#f7931e;
color:#fff;
}

/* Toggler */
.navbar-toggler{
border:1px solid rgba(255,255,255,0.3) !important;
color:#fff !important;
}

.banner-img{
height:240px;
}
}

/* ================= STICKY MENU (desktop scroll) ================= */
.navbar-fixed{
position:fixed !important;
top:10px;
left:50%;
transform:translateX(-50%);
width:78%;
z-index:9999;
border-radius:35px;
}

/* ================= LOGIN POPUP FIX ================= */
/* Popup ?? parent ? position relative ????? ??? */
.top-header .position-relative{
position: relative;
}

.login-popup{
position: absolute;
top: 45px;
width: 280px;
background: #fff;
padding: 15px;
border-radius: 6px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
display: none;
z-index: 999999;   /* ???? ???? */
}

/* Student popup — ??? ???? ????? */
#studentPopup{
left: 0;
}

/* Teacher popup — ??? ???? ????? */
#teacherPopup{
right: 0;
left: auto;
}

.login-btn.active::after{
content:"";
position:absolute;
bottom:-6px;
left:50%;
transform:translateX(-50%);
border-width:6px;
border-style:solid;
border-color:#ffc107 transparent transparent transparent;
}

.toggle-eye{
position:absolute;
top:50%;
right:15px;
transform:translateY(-50%);
cursor:pointer;
color:#555;
}

.popup-close{
position:absolute;
top:0px;
right:5px;
font-size:20px;
font-weight:bold;
cursor:pointer;
color:#333;
}
.popup-close:hover{
color:red;
}

/* Mobile popup */
@media(max-width:768px){
.login-popup{
position:fixed;
top:70px;
left:50% !important;
right:auto !important;
transform:translateX(-50%);
width:90%;
max-width:300px;
}
}



/* ===== ENROLL BUTTON ===== */
.enroll-btn{
position:absolute;
top:20px;
right:20px;
background:var(--orange);
color:#fff;
border-radius:50%;
padding:18px;
font-weight:700;
text-align:center;
z-index:20;
}

/* ===== MARQUEE ===== */
.marquee{
background:var(--orange);
color:#fff;
font-weight:600;
padding:8px;
white-space:nowrap;
overflow:hidden;
}
.marquee span{
display:inline-block;
animation:scroll 15s linear infinite;
}
@keyframes scroll{
from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}

/* ===== SECTION COMMON ===== */
.section-title{
font-weight:700;
margin-bottom:15px;
}
.test-box{
border:1px solid #ccc;
padding:20px;
background:#fff;
}

/* ===== FOOTER ===== */
footer{
background:#111;
color:#fff;
}
footer a{
color:#fff;
text-decoration:none;
}
footer a:hover{
color:var(--orange);
}

@media(max-width:768px){
.top-header{
text-align:center;
}
.social-icons{
margin-top:8px;
}
}

/* ================= LOGO ================= */
.school-logo{
height:100px;   /* 150 ? 100: gap ???? */
object-fit:contain;
}

/* ================= BANNER & MENU ================= */
.banner-wrapper{
position:relative;
overflow: visible;   /* dropdown ???? ???? ?? */
}

/* Slider image */
.banner-img{
width:100%;
height:520px;

object-fit:cover;
}

/* ================= NAVBAR — DESKTOP ================= */
.custom-navbar{
position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
width:78%;
background:#111;   /* ? THREE.js ?? ??? dark background */
border-radius:35px;
padding: 4px 20px;
z-index:9999;
}

/* Menu links */
.custom-navbar .nav-link{
color:#fff;
font-weight:600;
padding:10px 20px;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active{
color:#f7931e;
}

/* Menu item spacing */
.custom-navbar .navbar-nav{
gap:10px;   /* desktop gap */
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
filter:invert(1);
width:40px;
height:40px;
}

/* Dropdown */
.dropdown-menu{
border-radius:10px;
z-index:99999 !important;
position: absolute !important;
}

/* ================= MOBILE ================= */
@media(max-width:991px){

  .custom-navbar{
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 6px 15px !important;
    z-index: 9999 !important;
  }

  .banner-wrapper{
    display: block !important;
  }

  /* ? ???? ??? fix: collapsed menu floating ??? */
  #mainMenu{
    position: absolute !important;   /* ? page push ???? ?? */
    top: 100% !important;            /* navbar-?? ??? ???? */
    left: 0 !important;
    width: 100% !important;
    max-height: 75vh !important;
    overflow-y: auto !important;
    background: #111 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 5px 0 !important;
    z-index: 99998 !important;
  }

  .custom-navbar .navbar-nav{
    gap: 0 !important;
  }

  .custom-navbar .nav-link{
    padding: 11px 18px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    font-size: 14px !important;
  }

  .custom-navbar .navbar-nav .nav-item:last-child .nav-link{
    border-bottom: none !important;
  }

  .custom-navbar .dropdown-menu{
    background: #1c1c1c !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  .custom-navbar .dropdown-menu .dropdown-item{
    color: #ccc;
    padding: 10px 35px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 13px;
  }

  .custom-navbar .dropdown-menu .dropdown-item:hover{
    background: #f7931e;
    color: #fff;
  }

  .navbar-toggler{
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
  }

  .banner-img{
    height: 240px;
  }
}

/* ================= STICKY MENU (desktop scroll) ================= */
/* ================= STICKY MENU (desktop scroll) ================= */
.navbar-fixed {
  position: fixed !important;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  z-index: 9999;
  border-radius: 35px;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { top: -60px; opacity: 0; }
  to   { top: 10px;  opacity: 1; }
}

/* Mobile ? fixed menu ????? ??? */
@media (max-width: 991px) {
  .navbar-fixed {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    animation: none !important;
  }
}

/* ================= LOGIN POPUP FIX ================= */
/* Popup ?? parent ? position relative ????? ??? */
.top-header .position-relative{
position: relative;
}

.login-popup{
position: absolute;
top: 45px;
width: 280px;
background: #fff;
padding: 15px;
border-radius: 6px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
display: none;
z-index: 999999;   /* ???? ???? */
}

/* Student popup — ??? ???? ????? */
#studentPopup{
left: 0;
}

/* Teacher popup — ??? ???? ????? */
#teacherPopup{
right: 0;
left: auto;
}

.login-btn.active::after{
content:"";
position:absolute;
bottom:-6px;
left:50%;
transform:translateX(-50%);
border-width:6px;
border-style:solid;
border-color:#ffc107 transparent transparent transparent;
}

.toggle-eye{
position:absolute;
top:50%;
right:15px;
transform:translateY(-50%);
cursor:pointer;
color:#555;
}

.popup-close{
position:absolute;
top:0px;
right:5px;
font-size:20px;
font-weight:bold;
cursor:pointer;
color:#333;
}
.popup-close:hover{
color:red;
}

/* Mobile popup */
@media(max-width:768px){
.login-popup{
position:fixed;
top:70px;
left:50% !important;
right:auto !important;
transform:translateX(-50%);
width:90%;
max-width:300px;
}
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.section-wrap { padding: 2rem 1rem; background: var(--color-background-tertiary); font-family: var(--font-sans); }
/*.section-title { font-size: 20px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 1.5rem; padding: 0 0.5rem; }*/
.marquee-outer { position: relative; overflow: hidden; padding: 0.75rem 0; margin-bottom: 2.5rem; }
.fade-left, .fade-right { position: absolute; top: 0; width: 60px; height: 100%; z-index: 10; pointer-events: none; }
.fade-left { left: 0; background: linear-gradient(to right, var(--color-background-tertiary), transparent); }
.fade-right { right: 0; background: linear-gradient(to left, var(--color-background-tertiary), transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; }
.t-card {
  flex: 0 0 340px; background: #ffffff; border: 1.5px solid #d1d5db;
  border-radius: 12px; padding: 18px; display: flex; align-items: flex-start;
  gap: 14px; transition: transform 0.2s, border-color 0.2s; cursor: default;
}
.t-card:hover { transform: translateY(-3px); border-color: #9ca3af; }
.avatar { flex-shrink: 0; width: 54px; height: 54px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; }
.avatar-s { background: #EEEDFE; color: #3C3489; }
.avatar-p { background: #E1F5EE; color: #085041; }
.card-body { flex: 1; }
.card-name { font-size: 15px; font-weight: 500; color: #111827; margin-bottom: 2px; }
.card-role { font-size: 12px; color: #6b7280; margin-bottom: 7px; }
.stars { font-size: 13px; letter-spacing: 1px; margin-bottom: 7px; color: #f59e0b; }
.card-text { font-size: 13px; color: #374151; line-height: 1.6; }
.badge { display: inline-block; font-size: 11px; font-weight: 500; padding: 2px 9px; border-radius: 20px; margin-bottom: 7px; }
.badge-student { background: #EEEDFE; color: #3C3489; }
.badge-parent  { background: #E1F5EE; color: #085041; }
.arrow-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%; background: #ffffff;
  border: 1px solid #d1d5db; color: #374151; font-size: 16px; cursor: pointer;
  z-index: 20; display: flex; align-items: center; justify-content: center; transition: background 0.2s;
}
.arrow-btn:hover { background: #f3f4f6; }
.arrow-btn.left { left: 8px; }
.arrow-btn.right { right: 8px; }
@media(max-width: 600px) { .t-card { flex: 0 0 260px; } }

  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Nunito:wght@400;600;700&display=swap');

  .dps-wrap {
    font-family: 'Nunito', sans-serif;
    /*background: linear-gradient(135deg, #f0f7ff 0%, #e8f5f0 100%);*/
    border-radius: 20px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
  }
  .dps-wrap::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(30,120,80,0.08);
  }
  .dps-wrap::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(10,80,160,0.07);
  }

.dps-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

/* Video Right */
.dps-main-img-wrap{
  order:2;
  flex:1;
}

   .dps-main-img {
    width: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: 0 12px 40px rgba(0,80,40,0.13);
      border: 4px solid #fff;
  }

  .dps-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #0e7a4a;
    color: #fff;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 18px rgba(14,122,74,0.28);
    letter-spacing: 0.5px;
    line-height: 1.3;
  }
  .dps-badge span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }

 /* Content Left */
.dps-content{
  order:1;
  flex:1;
}

  .dps-tag {
    display: inline-block;
    background: #e0f4ea;
    color: #0e7a4a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
  }

  .dps-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #0c3d26;
    line-height: 1.2;
    margin: 0 0 8px;
  }

  .dps-subtitle {
    font-size: 15px;
    color: #2563a8;
    font-weight: 600;
    margin: 0 0 16px;
  }

  .dps-desc {
    font-size: 14.5px;
    color: #3a5a45;
    line-height: 1.75;
    margin: 0 0 24px;
  }

  .dps-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .dps-stat {
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(14,122,74,0.08);
    min-width: 80px;
    flex: 1;
  }

  .dps-stat-num {
    font-size: 22px;
    font-weight: 700;
    color: #0e7a4a;
    display: block;
    line-height: 1;
  }
  .dps-stat-label {
    font-size: 11px;
    color: #6b8a76;
    font-weight: 600;
    margin-top: 4px;
    display: block;
    letter-spacing: 0.5px;
  }

  .dps-btn {
    display: inline-block;
    background: #0e7a4a;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(14,122,74,0.22);
    cursor: pointer;
    border: none;
  }

  .dps-bubbles{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.dps-bubble{
 margin-top: 50px;
  width: 140px;   /* ??? ?? ????? ??? ????? */
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 3px solid #4facfe;
  transition: 0.3s;
}

.dps-bubble img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.dps-bubble:hover{
  transform: scale(1.08);
}

/* label */
.dps-bubble-label{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  white-space: nowrap;
}

  .dps-divider {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #0e7a4a, #2563a8);
    border-radius: 2px;
    margin: 0 0 18px;
  }

  .dps-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .dps-feat {
    background: #fff;
    border: 1.5px solid #c8e8d8;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #0c3d26;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .dps-feat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e7a4a;
    display: inline-block;
    flex-shrink: 0;
  }
