
html, body {
  overflow-x: hidden;
}
   
   
   .navbar-custom {
      
      padding: 20px;
    }
    .navbar-logo {
      max-height: 100px;
    }
    .nav-link {
      font-weight: 700;
      color: black;
      text-transform: uppercase;
      margin: 0 12px;
      font-size: 16px;
      margin-left: 30px;
      font-family: 'Poppins', sans-serif;
font-weight: 600;
      
    }
    .nav-link:hover {
      color: red ;
    }

    /* Center alignment (desktop) */
    .navbar-nav {
      align-items: center;
    }
    .left-gap {
      margin-right: 50px;
    }
    .right-gap {
      margin-left: 50px;
    }

    /* Offcanvas custom */
    .offcanvas-custom {
      background: #fff;
      width: 250px;
    }
    .offcanvas-custom .nav-link {
      margin: 10px 0;
      font-size: 18px;
    }
    /* Active Nav Item */
/* Base nav link */

/* ✅ Fix overflow in mobile menu */
.offcanvas-custom {
  background: #fff;
  width: 260px;
  overflow-y: auto;
}
.active
{
  background-color: #00ff9d;
  color: black;
}
.navbar-custom .nav-link {
  font-weight: 600;
  padding: 10px 16px;
}

.navbar-custom span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
@media(max-width:1000px)

{

  .nav-link {
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  margin: 0 12px;
  font-size: 18px;
  margin-left: 40px;
  position: relative; /* Needed for ::before */
  transition: color 0.3s ease;
}
}
.navbar-custom {
  position: relative;
}

/* Decorative bottom border */
.navbar-custom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 25px; /* adjust height */
  background-image: url('images/top.png');
  background-repeat: repeat-x; /* repeat across row */
  background-size: auto 100%; /* responsive height */
  pointer-events: none;
}


/* ✅ Ensure dropdown works inside offcanvas */
.offcanvas-custom .dropdown-menu {
  position: static !important;
  float: none;
  box-shadow: none;
  background-color: #f8f9fa;
  margin-left: 15px;
  border-radius: 10px;
}

/* Dropdown items styling */
.offcanvas-custom .dropdown-item {
  font-size: 16px;
  padding: 8px 15px;
}

/* Optional: dropdown toggle icon color */
.offcanvas-custom .dropdown-toggle::after {
  filter: invert(0.3);
}
.topbar {
  background: linear-gradient(135deg, #bc1111, #ff730f);
  color: white;
  font-size: 15px;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
font-weight: 600;
}

.topbar i {
  margin-right: 5px;
  color: white;
  font-size: 20px;
}

.social-icon {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icon:hover {
  color: #fca311;
}
.topbar span{
  white-space: nowrap;
}
/* Container */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: start;
}

/* Base Button Style */
.hero-btn,
.hero-btn-outline {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

/* Primary Button Animation */
.hero-btn {
  background: white;
  border: none;
  color: #F4511E;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hero-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  background-color: #F4511E;
}

/* Shine effect */
.hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transition: 0.6s;
}

.hero-btn:hover::before {
  left: 100%;
}

/* Outline Button */
.hero-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.hero-btn-outline:hover {
  background: #F4511E;
  color: white;
  transform: translateY(-4px) scale(1.05);
}

/* 📱 Responsive */
@media (max-width: 576px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn,
  .hero-btn-outline {
    width: 90%;
    text-align: center;
    font-size: 15px;
    padding: 12px;
  }
}
/* HERO BANNER */
/* HERO SECTION */
.hero-banner {
  position: relative;
  background: url('images/mainbanner.jpeg') center/cover no-repeat;
  padding: 150px 0;
  overflow: hidden;
}
.hero-banner {
  padding: 150px 0; /* default */
}

@media (max-width: 1533px) {
  .hero-banner {
    padding: 180px 0;
  }
}

@media (max-width: 1300px) {
  .hero-banner {
    padding: 120px 0;
  }
}
@media (max-width: 1400px) {
  .hero-banner {
    padding: 120px 0;
  }
}
@media (max-width: 1200px) {
  .hero-banner {
    padding: 70px 0;
  }
}


/* Overlay */
/*.hero-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0,0,0,0.45);*/
/*}*/

/* CLOUD COMMON */
/*.cloud {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 15px;*/
/*  background-image: url('images/top.png');*/
/*  background-repeat: repeat-x;*/
/*  background-size: auto 100%;*/
/*  z-index: 2;*/
/*}*/

/* Top cloud */
/*.cloud-top {*/
/*  top: 0;*/
/*}*/

/* Bottom cloud */
/*.cloud-bottom {*/
/*  bottom: 0;*/
  transform: rotate(180deg); /* flip for bottom */
/*}*/
@media(max-width:550px)
{
  .cloud-top {
  display: none;
}

/* Bottom cloud */
.cloud-bottom {
  display: none;
}
}

/* Ensure content above overlay */
.hero-content,
.enquiry-box {
  position: relative;
  z-index: 3;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .cloud {
    height: 40px;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
}

.hero-content p {
  margin: 15px 0 25px;
}

/* Enquiry Box */
.enquiry-box {
  background: linear-gradient(135deg, #FFD700, #FF8C00);
  padding: 25px;
  border-radius: 12px;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
  border:solid 2px white;
}

.enquiry-box h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.enquiry-box .form-control {
  margin-bottom: 12px;
  border-radius: 8px;
}

/* Animation */
.animate {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.delay-1 { animation-delay: 0.4s; }
.delay-2 { animation-delay: 0.8s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Mobile Responsive */
@media (max-width: 991px) {
  .hero-banner {
    text-align: center;
  }

  .enquiry-box {
    margin-top: 25px;
  }

  .hero-content h1 {
    font-size: 28px;
  }
}
/* Section Background */
.age-groups-section {
  background: url('images/hoembackin.jpg'); /* beige background */
  padding: 60px 0;
}

/* Custom 5-column layout */
.col-lg-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}



.age-circle img {
  width: 100%;
  height: auto;
}

/* Text */
.age-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  padding: 10px;
}

.age-item p {
  font-size: 15px;
  color: black;
  margin: 5px 0 0;
  font-family: 'Poppins', sans-serif;
}

/* Responsive */
@media (max-width: 991px) {
  .col-lg-2-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 576px) {
  .col-lg-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .age-circle {
    width: 120px;
    height: 120px;
  }
}
.about-section {
  
    padding: 70px 0;
    overflow: hidden;
}

/* Heading */
.about-title {
    font-size: 48px;
    font-weight: 700;
      font-family: 'Poppins', sans-serif;
}

.about-title span:first-child {
    color: #e57373;
}

.about-title span:last-child {
    color: #5c8dd6;
}

/* Text */
.about-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
      font-family: 'Poppins', sans-serif;
      text-align: justify;
      margin-bottom: 2rem;
}

/* Image Marquee Container */
.marquee-container {
    height: 500px;
    overflow: hidden;
    position: relative;
}

/* Common style */
.marquee,
.marquees {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marquee img,
.marquees img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/* Scroll UP */
.marquee {
    animation: scrollUp 18s linear infinite;
}

/* Scroll DOWN */
.marquees {
    animation: scrollDown 18s linear infinite;
}

/* Animations */
@keyframes scrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
/* Responsive */
@media (max-width: 991px) {
    .about-section {
        background: #f3f3f3;
        text-align: center;
    }

    .marquee-container {
        height: 350px;
        margin-top: 30px;
    }

    .about-title {
        font-size: 36px;
    }
}

.curriculum-section{
  position:relative;
  padding:80px 0;
  overflow:hidden;
}

/* Heading */
.curriculum-title{
  color:#F4511E;
  font-weight:700;
  font-size:48px;
  line-height:1.2;
    font-family: 'Poppins', sans-serif;
}

.curriculum-text{
  font-size:18px;
  color:#333;
  max-width:520px;
    font-family: 'Poppins', sans-serif;
}

/* Right Illustration */
.illustration-wrapper{
  position:relative;
  text-align:center;
}

/* Background Shape */


/* Deer image */
.deer-img{
  position:relative;
  z-index:2;
  max-width:100%;
}

/* Balloon */
.balloon{
  position:absolute;
  top:10%;
  left:20%;
  width:60px;
}

/* Brush pot */
.brush{
  position:absolute;
  bottom:0;
  left:35%;
  width:70px;
}

/* Responsive */
@media(max-width:992px){
  .curriculum-title{ font-size:36px; }
  .shape-bg{ display:none; }
  .illustration-wrapper{ margin-top:40px; }
}

@media(max-width:576px){
  .curriculum-title{ font-size:30px; }
}

/* Section spacing */
.programs-section{
  padding:80px 0;
}

/* Card */
.program-card{
  position:relative;
  border-radius:18px;
  padding:60px 20px 30px;
  color:#fff;
  text-align:center;
  min-height:260px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  font-family: 'Poppins', sans-serif;
    margin-bottom: 2rem;
}

/* Circle icon */
.program-icon{
  position:absolute;
  top:-50px;
  left:50%;
  transform:translateX(-50%);
  width:100px;
  height:100px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border:6px solid rgba(255,255,255,0.6);
  box-shadow:0 6px 12px rgba(0,0,0,0.1);

}

.program-icon img{
  width:60px;
}

/* Titles */
.program-title{
  font-weight:700;
  font-size:20px;
  margin-bottom:10px;
}

.program-text{
  font-size:15px;
  line-height:1.5;
}

/* Card Colors */
.bg-green{ background:#7fa126; }
.bg-pink{ background:#b0177d; }
.bg-orange{ background:#f2a13b; }
.bg-red{ background:#f25f5c; }
.bg-darkorange{ background:#ef7d1a; }
.bg-olive{ background:#7f9f27; }
.bg-purple{ background:#7b007a; }

/* Responsive */
@media(max-width:991px){
  .program-card{ margin-top:50px; }
}
.features-section{
  padding:70px 0;
  margin-top: -3rem;
}

/* Card base */
.feature-card{
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Image card */
.feature-img{
  width:100%;
  border-radius:14px;
}

/* Titles */
.feature-title{
  font-weight:700;
  margin-top:12px;
}

/* Color themes */
.bg-blue{ background:#0b9cf0; color:#000; }
.bg-peach{ background:#fb803e; }
.bg-purple{ background:#f33cb6; }
.bg-yellow{ background:#ffc917; }
.bg-green{ background:#67c38a; }

/* Responsive spacing */
@media(max-width:991px){
  .feature-card{ margin-bottom:20px; }
}
.trust-section{
  position:relative;
  padding:60px 0 40px;
  text-align:center;
}

/* Heading */
.trust-title{
  color:#F4511E;
  font-weight:600;
  font-size:42px;
  line-height:1.3;
}

/* Decorative Images */
.trust-bird{
  position:absolute;
  left:30px;
  top:10px;
  width:70px;
}

.trust-cloud{
  position:absolute;
  right:30px;
  top:0;
  width:120px;
}

/* Responsive */
@media(max-width:992px){
  .trust-title{ font-size:34px; }
  .trust-bird{ width:55px; left:10px; }
  .trust-cloud{ width:90px; right:10px; }
}

@media(max-width:576px){
  .trust-title{ font-size:26px; }
  .trust-bird, .trust-cloud{ display:none; }
}
.safety-section{
  padding:70px 0;
  position:relative;
    font-family: 'Poppins', sans-serif;
}

/* Heading Left */
.safety-title{
  color:#F4511E;
  font-weight:700;
  font-size:42px;
  line-height:1.2;
}

/* Heading Right Text */
.safety-desc{
  font-size:18px;
  color:#333;
  max-width:420px;
}

/* Decorative icons */
.flower{
  position:absolute;
  left:45%;
  top:10px;
  width:45px;
}

.bear{
  position:absolute;
  right:40px;
  top:70px;
  width:90px;
}

/* Cards */
.safety-card{
  border-radius:22px;
  padding:30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  height:100%;
}

.safety-img{
  width:100%;
  border-radius:16px;
  height: 250px;
}

.safety-card h5{
  font-weight:700;
  margin-top:15px;
}

.safety-card p{
  margin:0;
}

/* Card colors */
.bg-peach{ background:#de530e;color: white; }
.bg-green{ background:#cb2715;color: white; }
.bg-blue{ background:#19afff; }

/* Responsive */
@media(max-width:992px){
  .flower, .bear{ display:none; }
  .safety-title{ font-size:34px; }
}

@media(max-width:576px){
  .safety-title{ font-size:28px; }
}
.gallery-section{
  padding:70px 0;
  font-family: "Poppins", sans-serif;
}

/* Gallery Item */
.gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  cursor:pointer;
}

.gallery-img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:transform 0.4s ease;
}

/* Overlay */
.gallery-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
  font-weight:600;
  opacity:0;
  transition:opacity 0.4s ease;
  text-align:center;
  padding:10px;
}

/* Hover effects */
.gallery-item:hover .gallery-img{
  transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{
  opacity:1;
}

/* Responsive */
@media(max-width:768px){
  .gallery-img{ height:220px; }
}

@media(max-width:576px){
  .gallery-img{ height:200px; }
}
.footer{
   background: linear-gradient(135deg, #bc1111, #ff730f);
  color:#fff;
  padding:60px 0 20px;
  font-family: "Poppins", sans-serif;
}

.footer a{
  color:#fff;
  text-decoration:none;
}

.footer a:hover{
  text-decoration:none;
}

.footer-logo{
  width:120px;
}

.footer-title{
  font-weight:700;
  margin-bottom:15px;
}

.social-icons a{
  display:inline-block;
  width:36px;
  height:36px;
  line-height:36px;
  text-align:center;
  border-radius:50%;
  background:#fff;
  color:black;
  margin-right:8px;
  transition:0.3s;
}

.social-icons a:hover{
  background:#ffd166;
  color:#000;
}

/* Map */
.footer-map iframe{
  width:100%;
  height:180px;
  border:0;
  border-radius:10px;
}

/* Bottom bar */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.3);
  margin-top:30px;
  padding-top:15px;
  text-align:center;
  font-size:14px;
}

/* Responsive */
@media(max-width:768px){
  .footer{ text-align:start; }
  .social-icons{ justify-content:center; }
}
.testimonial-section{
  position:relative;
  padding:80px 0;
  background:url('images/parent-bg.webp') center/cover no-repeat;
  overflow:hidden;
  font-family: "Poppins", sans-serif;
}

/* Overlay for readability */
.testimonial-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,0.1);
}

/* Content */
.testimonial-content{
  position:relative;
  z-index:2;
}

/* Title */
.testimonial-title{
  text-align:center;
  font-weight:700;
  color:black;
  margin-bottom:50px;
}

/* Card */
.testimonial-card{
  background:#fff;
  border-radius:20px;
  padding:25px;
  box-shadow:0 12px 30px rgba(0,0,0,0.1);
  height:100%;
  transition:transform 0.4s ease;
}

.testimonial-card:hover{
  transform:translateY(-8px);
}

/* Parent image */
.parent-img{
  width:60px;
  height:60px;
  border-radius:50%;
  object-fit:cover;
}

/* Decorative Images */
.cat{
  position:absolute;
  bottom:0;
  left:20px;
  width:120px;
  animation:float 4s ease-in-out infinite;
}

.flower{
  position:absolute;
  top:30px;
  right:30px;
  width:70px;
  animation:float 5s ease-in-out infinite;
}

/* Floating animation */
@keyframes float{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-12px); }
}

/* Responsive */
@media(max-width:768px){
  .cat, .flower{ display:none; }
}

.hero-banners {
  position: relative;
  background: url('images/banner.jpg') center/cover no-repeat;
  padding: 80px 0;
  overflow: hidden;
  height: 300px;
  
}
.kudoos-vmp {
  background: #f3efe9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

/* Floating decorative images */
.kudoos-cat {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 120px;
  animation: floatCat 4s ease-in-out infinite;
}

.kudoos-flower {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 70px;
  animation: spinFlower 8s linear infinite;
}

/* Cards */
.kudoos-card {
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
  height: 100%;
  position: relative;
}

.kudoos-card:hover {
  transform: translateY(-10px);
}

/* Icon */
.kudoos-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin: -70px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  animation: bounce 3s infinite;
}

.kudoos-icon img { width: 45px; }

/* Titles */
.kudoos-titles {
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.kudoos-text {
  font-size: 16px;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

/* Pastel backgrounds */
.bg-vision { background: #f8c10c; }
.bg-mission { background: #14f86b; }
.bg-philosophy { background: #fc47c0; }

/* ===== ANIMATIONS ===== */
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes floatCat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes spinFlower {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .kudoos-cat, .kudoos-flower { display: none; }
}
.kudoos-faq {
  position: relative;
  background: #f3efe9;
  padding: 80px 0;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Title */
.kudoos-faq-title {
  text-align: center;
  font-weight: 700;
  color: #0f5e9c;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

/* Accordion styling */
.kudoos-accordion .accordion-item {
  border: none;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.kudoos-accordion .accordion-button {
  background: #fcce37;
  font-weight: 600;
  position: relative;
  padding-right: 50px;
}

/* Remove default arrow */
.kudoos-accordion .accordion-button::after {
  display: none;
}

/* PLUS */
.kudoos-accordion .accordion-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 26px;
  font-weight: 700;
}

/* MINUS when open */
.kudoos-accordion .accordion-button:not(.collapsed)::before {
  content: "–";
}

.kudoos-accordion .accordion-button:not(.collapsed) {
  background: #d833d8;
  color: #fff;
}

.kudoos-accordion .accordion-body {
  background: #fff;
}

/* ===== Decorative Flower ===== */
.kudoos-faq-flower {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  animation: spinFlower 8s linear infinite;
}

/* ===== Flying Birds ===== */
.kudoos-bird {
  position: absolute;
  bottom: 20px;
  left: -120px;
  width: 90px;
  animation: flyBird 14s linear infinite;
}

.kudoos-bird.bird2 {
  bottom: 80px;
  animation-delay: 4s;
}

.kudoos-bird.bird3 {
  bottom: 140px;
  animation-delay: 8s;
}

/* ===== Animations ===== */
@keyframes flyBird {
  0% { left: -120px; transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { left: 110%; transform: translateY(0); }
}

@keyframes spinFlower {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .kudoos-bird, .kudoos-faq-flower { display: none; }
}
.kudoos-holistic {
  background: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Floating shapes */
.kudoos-holistic::before,
.kudoos-holistic::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffd166;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.kudoos-holistic::before { top: 10%; left: 5%; }
.kudoos-holistic::after { bottom: 10%; right: 5%; animation-delay: 2s; }

/* Image */
.kudoos-img-wrapper {
  position: relative;
  animation: slideInLeft 1s ease forwards;
}

.kudoos-img-wrapper img {
  width: 100%;
  
}

/* Content */
.kudoos-content {
  animation: fadeInUp 1s ease forwards;
}

.kudoos-title {
  color: #0f5e9c;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.kudoos-subtitle {
  color: #d35400;
  font-weight: 700;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
}

.kudoos-text {
  color: #444;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
}

/* Animations */
@keyframes slideInLeft {
  from { transform: translateX(-60px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Responsive */
@media (max-width: 768px) {
  .kudoos-img-wrapper { margin-bottom: 30px; }
}
/* ===== ANIMATED BUTTON ===== */
.kudoos-btn {
  position: relative;
  background: #F4511E;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 600;
  animation: pulseBtn 2.5s infinite;
  transition: transform 0.3s ease;
}

/* Shine sweep effect */
.kudoos-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

/* Hover bounce */
.kudoos-btn:hover {
  background: #e57373;
  transform: scale(1.1);
}

/* ===== KEYFRAMES ===== */

/* Pulse animation */
@keyframes pulseBtn {
  0% { box-shadow: 0 0 0 0 rgba(255,122,89, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(255,122,89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,89, 0); }
}

/* Shine animation */
@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}
.kudoos-activities {
  background:url('images/backin.png');
  padding:80px 0;
}

/* ===== CARD ===== */
.kudoos-activity-card {
  background:url('images/parent-bg.webp');
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  height:100%;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: var(--delay);
  opacity:0;
  position:relative;
}

/* Floating animation */
.kudoos-activity-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  animation: floatCard 6s ease-in-out infinite;
  pointer-events:none;
}

/* Image */
.kudoos-activity-img {
  height:180px;
  object-fit:cover;
  width:100%;
  transition:transform 0.5s ease;
}

/* Hover image zoom */
.kudoos-activity-card:hover .kudoos-activity-img {
  transform:scale(1.1);
}

/* BODY */
.kudoos-activity-body {
  padding:20px;
  text-align:center;
}

.kudoos-activity-title {
  color:black;
  font-weight:700;
  margin-bottom:10px;
  font-family: 'Poppins', sans-serif;
}

.kudoos-activity-text {
  font-size:15px;
  color:black;
  margin-bottom:15px;
  font-family: 'Poppins', sans-serif;
}

/* ===== ANIMATED BUTTON ===== */
.kudoos-btn {
  position: relative;
  background: #F4511E;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 600;
  animation: pulseBtn 2.5s infinite;
  transition: transform 0.3s ease;
}

/* Shine sweep */
.kudoos-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}
.kudoos-btn:hover {
  background: #e57373;
  transform: scale(1.1);
}

/* ===== KEYFRAMES ===== */

/* Fade Up */
@keyframes fadeUp {
  from { transform: translateY(40px); opacity:0; }
  to { transform: translateY(0); opacity:1; }
}

/* Floating card */
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Button pulse */
@keyframes pulseBtn {
  0% { box-shadow: 0 0 0 0 rgba(255,122,89, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(255,122,89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,89, 0); }
}

/* Button shine */
@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* Responsive */
@media(max-width:768px){
  .kudoos-activity-img { height:160px; }
}
.learning-section{
    padding:80px 0;
    position:relative;
}

/* Heading */
.section-title{
    font-weight:700;
    color:#1f5b9e;
}

/* Card Style */
.activity-card{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:60px;
}

.activity-card img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:20px;
}

/* Decorative colored background shapes */



/* Center decorative shape */


/* Text */
.activity-title{
    font-weight:700;
}

.activity-text{
    color:#333;
}

/* Right alignment */
.text-right-align{
    text-align:left;
}

@media(min-width:992px){
    .text-right-align{
        text-align:left;
    }
}

/* Responsive */
@media(max-width:768px){
    .activity-card{
        flex-direction:column;
        text-align:center;
    }
    .activity-card img{
        width:180px;
        height:180px;
    }
}
.kpg-shape{
    position:absolute;
    border-radius:50%;
    opacity:0.25;
    filter:blur(60px);
    animation:kpgFloat 12s infinite ease-in-out;
}
.kpg-shape--one{width:260px;height:260px;background:#93c5fd;top:-60px;left:-60px;}
.kpg-shape--two{width:200px;height:200px;background:#f9a8d4;bottom:-60px;right:-60px;}

@keyframes kpgFloat{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-30px);}
}

/* Section */
.kpg-programs{
    position:relative;
    padding:80px 0 50px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    overflow:hidden; /* prevents horizontal scroll */
}

.kpg-title{
    text-align:center;
    font-weight:700;
    color:black;
    margin-bottom:20px;
    font-family:'Poppins', sans-serif;
}

.kpg-subtitle{
    text-align:center;
    color:#666;
    max-width:650px;
    margin:0 auto 50px;
    font-family:'Poppins', sans-serif;
}

/* Program card */
.kpg-card{
    background:url('images/backin.png') no-repeat center;
    background-size:cover; /* important fix */
    border-radius:25px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
    font-family:'Poppins', sans-serif;
    width:100%; /* prevents overflow */
}

.kpg-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* Glow hover */
.kpg-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:25px;
    background:linear-gradient(120deg,transparent,rgba(255,255,255,0.1),transparent);
    opacity:0;
    transition:0.4s;
}
.kpg-card:hover::after{
    opacity:1;
}

/* Icon */
.kpg-icon{
    width:70px;
    max-width:100%; /* prevent overflow */
    animation:kpgFloatIcon 4s infinite ease-in-out;
}

@keyframes kpgFloatIcon{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
}

/* Badge */
.kpg-badge{
    background:#e0f2fe;
    color:#0369a1;
    border-radius:50px;
    padding:6px 12px;
    font-size:12px;
    display:inline-block;
    margin-bottom:10px;
}

/* Feature icons row */
.kpg-feature-row{
    display:flex;
    gap:10px;
    margin-top:15px;
    flex-wrap:wrap;
}

.kpg-feature{
    background:#f1f5f9;
    padding:8px 12px;
    border-radius:12px;
    font-size:13px;
}

/* CTA Strip */
.kpg-cta{
    background: linear-gradient(135deg, #bc1111, #ff730f);
    color:white;
    padding:35px 20px; /* reduced side padding */
    border-radius:20px;
    text-align:center;
    margin-top:50px;
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
}

.kpg-cta button{
    border-radius:50px;
    padding:10px 25px;
}

/* ✅ MOBILE FIX */
@media(max-width:768px){

    .kpg-card{
        padding:20px;
        border-radius:20px;
    }

    .kpg-cta{
        padding:25px 15px;
    }

    .kpg-feature-row{
        gap:8px;
    }
}
.support-section{
    position:relative;
    padding:80px 0;
    overflow:hidden;
    font-family: 'Poppins', sans-serif;
}

/* Heading */
.support-title{
    color:#1f5b9e;
    font-weight:700;
    font-size:42px;
    line-height:1.2;
    font-family: 'Poppins', sans-serif;
}

.support-text{
    color:#333;
    margin-top:20px;
    max-width:380px;
    font-family: 'Poppins', sans-serif;
}

/* Center deer */
.deer-img{
    max-width:200px;
    position:relative;
    z-index:2;
}

/* Circular graphic */
.circle-img{
    max-width:420px;
}

/* Lion bottom-left */
.lion-img{
    position:absolute;
    bottom:0;
    left:40px;
    max-width:120px;
}

/* Responsive */
@media(max-width:992px){
    .support-title{ font-size:34px; }
    .circle-img{ max-width:340px; }
}

@media(max-width:768px){
    .support-section{ text-align:center; }
    .lion-img{ display:none; }
    .deer-img{ margin:20px auto; }
}
.kk-franchise{
    padding:80px 0;
    position:relative;
    overflow:hidden;
    font-family: 'Poppins', sans-serif;
}

/* Floating shapes */
.kk-shape{
    position:absolute;
    border-radius:50%;
    opacity:0.2;
    filter:blur(50px);
    animation:kkFloat 10s infinite ease-in-out;
}
.kk-shape--one{width:250px;height:250px;background:#93c5fd;top:-80px;left:-80px;}
.kk-shape--two{width:200px;height:200px;background:#f4a261;bottom:-60px;right:-60px;}

@keyframes kkFloat{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-25px);}
}

/* Heading */
.kk-title{
    font-weight:700;
    color:black;
    font-size:40px;
    line-height:1.2;
}

.kk-subtitle{
    color:#F4511E;
    font-weight:600;
    margin-bottom:15px;
}

/* Content */
.kk-text{
    color:black;
    margin-bottom:20px;
}

/* Bullet features */
.kk-features{
    list-style:none;
    padding:0;
}
.kk-features li{
    margin-bottom:8px;
    padding-left:22px;
    position:relative;
}
.kk-features li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#1f5b9e;
    font-weight:bold;
}

/* Image */
.kk-img{
    max-width:100%;
    animation:kkFloatImg 4s ease-in-out infinite;
}

@keyframes kkFloatImg{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-15px);}
}

/* CTA button */
.kk-btn{
    background:#F4511E;
    color:white;
    border-radius:50px;
    padding:10px 25px;
}
.kk-btn:hover{
    background:#163f70;
}

/* Responsive */
@media(max-width:768px){
    .kk-title{font-size:32px;}
    .kk-franchise{text-align:center;}
}
.diff-section{
    padding:80px 0;
    text-align:center;
    font-family: 'Poppins', sans-serif;
}

/* Heading */
.diff-title{
    font-size:42px;
    font-weight:700;
    color:black;
    margin-bottom:100px;
}

/* Card wrapper */
.diff-card{
    background:#e9dfdb;
    border-radius:30px;
    padding:70px 25px 35px;
    position:relative;
    height:100%;
}

/* Circle image */
.diff-img{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:50%;
    border:12px solid #f3efec;
    position:absolute;
    top:-90px;
    left:50%;
    transform:translateX(-50%);
    background:white;
}

/* Title */
.diff-card h4{
    margin-top:80px;
    font-weight:700;
    color:#123c40;
}

/* Text */
.diff-card p{
    color:#666;
    font-size:15px;
    margin-top:15px;
}

/* Responsive */
@media(max-width:992px){
    .diff-img{ width:150px; height:150px; top:-75px; }
}

@media(max-width:768px){
    .diff-title{ font-size:32px; }
    .diff-card{ margin-bottom:80px; }
}
.cta-wrapper{
    padding:40px 0;
}

/* Banner container */
.cta-banner{
    position:relative;
   
    border-radius:30px;
    padding:80px 40px;
    overflow:hidden;
}

/* Bunny decoration */
.cta-bunny{
    position:absolute;
    top:-25px;
    left:30px;
    width:70px;
}

/* Kids illustration */
.cta-kids{
    max-width:420px;
}

/* Title */
.cta-title{
    font-size:42px;
    font-weight:700;
    color:#0f5aa5;
    line-height:1.2;
}

/* Text */
.cta-text{
    margin-top:20px;
    color:#1e3d2f;
    max-width:420px;
}

/* Button */
.cta-btn{
    background:#0f5aa5;
    color:white;
    border-radius:50px;
    padding:12px 28px;
    margin-top:25px;
    font-weight:600;
}
.cta-btn:hover{
    background:#0b4784;
}

/* Right background shapes */




/* Ensure kids above shapes */
.cta-kids-wrap{
    position:relative;
    z-index:2;
}

/* Responsive */
@media(max-width:992px){
    .cta-banner{ text-align:center; padding:50px 30px; }
    .cta-kids{ max-width:320px; margin-top:30px; }
    .cta-shape-blue,
    .cta-shape-yellow{ display:none; }
}

@media(max-width:576px){
    .cta-title{ font-size:30px; }
}
.contact-section{
    padding:80px 0;
    position:relative;
    overflow:hidden;
    font-family: 'Poppins', sans-serif;
}

/* Heading */
.contact-title{
    font-size:40px;
    font-weight:700;
    color:#0f5aa5;
}

.contact-text{
    margin-top:20px;
    line-height:1.6;
}

/* Deer image */
.contact-deer{
    max-width:260px;
    margin-top:40px;
}

/* Form Card */
.contact-card{
    background:#d8bda9;
    border-radius:25px;
    padding:35px;
    position:relative;
}

/* Bird decoration */
.contact-bird{
    position:absolute;
    top:-25px;
    right:-10px;
    width:70px;
}

/* Form controls */
.contact-card .form-control,
.contact-card .form-select{
    border-radius:10px;
    padding:12px;
    margin-bottom:15px;
}

/* Buttons */
.btn-send{
    background:#f07f4f;
    color:white;
    border-radius:8px;
    padding:6px 14px;
    margin-right:8px;
}
.btn-verify{
    background:#bcbcbc;
    color:white;
    border-radius:8px;
    padding:6px 14px;
}

.btn-submit{
    background:#8e8e8e;
    color:white;
    border-radius:10px;
    padding:10px 25px;
}
.btn-submit:hover{
    background:#8e8e8e;
    color:white;
    border-radius:10px;
    padding:10px 25px;
}

/* Responsive */
@media(max-width:992px){
    .contact-section{text-align:center;}
    .contact-deer{ margin:30px auto; }
}

@media(max-width:576px){
    .contact-title{ font-size:30px; }
}
/* From Uiverse.io by Li-Deheng */ 
.button {
  --main-size: 1.5em;
  --color-text: #ffffff;
  --color-background: #F4511E;
  --color-background-hover: #F4511E;
  --color-outline: #ff145a40;
  --color-shadow: #00000040;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: calc(var(--main-size) * 100);
  padding: 0.33em 0 0.33em 0.66em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: var(--main-size);
  color: var(--color-text);
  background: var(--color-background);
  box-shadow: 0 0 0.2em 0 var(--color-background);
  transition: 1s;
   outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 1em 0 var(--color-background);
  animation:
    ripple 1s linear infinite,
    colorize 1s infinite;
  transition: 0.5s;
  text-shadow: 5px 5px 5px var(--color-shadow);
}

.button:active {
  transform: scale(0.95);
}

.button:hover {
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 1em 0 var(--color-background);
  animation:
    ripple 1s linear infinite,
    colorize 1s infinite;
  transition: 0.5s;
}

.button span {
  margin-right: 0.3em;
  transition: 0.5s;
}

.button:hover span {
  text-shadow: 5px 5px 5px var(--color-shadow);
}

.button:active span {
  text-shadow: none;
}

.button svg {
  height: 0.8em;
  fill: var(--color-text);
  margin-right: -0.16em;
  position: relative;
  transition: 0.5s;
}

.button:hover svg {
  margin-right: 0.66em;
  transition: 0.5s;
  filter: drop-shadow(5px 5px 2.5px var(--color-shadow));
}

.button:active svg {
  filter: none;
}

.button svg polygon:nth-child(1) {
  transition: 0.4s;
  transform: translateX(-60%);
}

.button svg polygon:nth-child(2) {
  transition: 0.5s;
  transform: translateX(-30%);
}

.button:hover svg polygon:nth-child(1) {
  transform: translateX(0%);
  animation: opacity 1s infinite 0.6s;
}

.button:hover svg polygon:nth-child(2) {
  transform: translateX(0%);
  animation: opacity 1s infinite 0.4s;
}

.button:hover svg polygon:nth-child(3) {
  animation: opacity 1s infinite 0.2s;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes colorize {
  0% {
    background: var(--color-background);
  }
  50% {
    background: var(--color-background-hover);
  }
  100% {
    background: var(--color-background);
  }
}

@keyframes ripple {
  0% {
    outline: 0em solid transparent;
    outline-offset: -0.1em;
  }
  50% {
    outline: 0.2em solid var(--color-outline);
    outline-offset: 0.2em;
  }
  100% {
    outline: 0.4em solid transparent;
    outline-offset: 0.4em;
  }
}
.fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: #f4511e;
      color: #fff;
      border: none;
      border-radius: 50%;
      font-size: 28px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
    }

    .fire-scroll-top:hover {
      background: black;
      transform: scale(1.1);
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
    .right-fixed-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  
}

/* Base button */
.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;              /* smaller width */
  height: 90px;             /* smaller height */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border-radius: 18px 0 0 18px;
  transition: all 0.3s ease;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Remove gaps between buttons */
.menu-item + .menu-item {
  margin-top: -6px;
}

/* Text rotation */
.menu-item span {
  transform: rotate(180deg);
  font-size: 14px;
}

/* Icon hidden */
.menu-item i {
  font-size: 16px;
  opacity: 0;
  margin-right: 6px;
  transition: 0.3s;
}

/* Hover — only hovered item expands */
.menu-item:hover {
  width: 120px;
  writing-mode: horizontal-tb;
  justify-content: flex-start;
  padding-left: 12px;
}

.menu-item:hover span {
  transform: rotate(0deg);
}

.menu-item:hover i {
  opacity: 1;
}

/* Colors */
.school { background: #d8a3bf; }
.admission { background: #6ed39b; }
.franchise { background: #8ec5e8; }
.virtual { background: #f6dc8c; }

/* Mobile */
@media (max-width: 768px) {
  .menu-item {
    height: 70px;
    width: 38px;
  }
}
/* container */
.kk-side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

/* vertical tabs */
.kk-item {
  position: relative;
  width: 52px;
  height: 100px;
  margin: -8px 0;
  border-radius: 22px 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

/* rotate text */
.kk-item span {
  transform: rotate(180deg);
}

/* hover card */
.kk-hover-card {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  width: 80px;
  padding: 18px;
  border-radius: 20px;
  background: inherit;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

/* icon */
.kk-hover-card i {
  font-size: 24px;
}

/* show card on hover */
.kk-item:hover .kk-hover-card {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* colors */
.kk-school { background: #f64896; }
.kk-admission { background: #fe9533; }
.kk-franchises { background: #34a6fe; }
.kk-virtual { background: #f4c844; }
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }
  /* Preloader background */
#kk-preloader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #FFDEE9, #B5FFFC);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Loader container */
.kk-loader {
  display: flex;
  gap: 12px;
}

/* Bouncing balls */
.kk-bounce {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  animation: kk-bounce 0.6s infinite alternate;
}

/* Colors */
.kk-b1 { background: #ff6b6b; animation-delay: 0s; }
.kk-b2 { background: #feca57; animation-delay: 0.2s; }
.kk-b3 { background: #48dbfb; animation-delay: 0.4s; }

/* Animation */
@keyframes kk-bounce {
  from { transform: translateY(0); }
  to { transform: translateY(-15px); }
}

/* Loading text */
.kk-loading-text {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #444;
  letter-spacing: 1px;
}

/* Hide preloader */
#kk-preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.openin
{
  width: 500px;
}
@media(max-width:550px)
{
  .openin
  {
    width: 300px;
    font-size: 15px;
    margin-bottom: 2rem;
  }
}
.frx-process-section{
background:#f8fafc;
}

.frx-process-title{
font-weight:700;
color:#1e3a5f;
}

.frx-step{
max-width:200px;
margin:auto;
}

.frx-step h6{
font-size:13px;
font-weight:600;
margin-bottom:18px;
color:#1e3a5f;
font-family: 'Poppins', sans-serif;
}

.frx-step p{
font-size:13px;
color:black;
margin-top:15px;
font-family: 'Poppins', sans-serif;
}

/* Circle icon */
.frx-circle{
width:90px;
height:90px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
margin:auto;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.frx-blue{
background:#0f2842;
}

.frx-green{
background:#2e8b57;
}

.frx-orange{
background:#f57c00;
}

/* Arrow */
.frx-arrow{
font-size:28px;
color:#ff7a00;
align-items:center;
margin-top:70px;
}

/* Responsive */
@media(max-width:992px){

.frx-arrow{
display:none !important;
}

.frx-step{
margin-bottom:40px;
}

}