     @import url('https://fonts.googleapis.com/css2?family=Freehand&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
     
     *{
        box-sizing: border-box;
     }
     body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.hero1 { position: relative;
   height: 100vh;
   display: flex; align-items: center; justify-content: center; color: white; text-align: center; overflow: hidden; } .carousel1 img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease-in-out; } .carousel1 img.active { opacity: 1; } /* 👇 Gradient overlay over carousel */ .hero1::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0) 100% ); z-index: 1; } .hero1-content { position: relative; z-index: 2; /* above gradient */ } /* HERO */ .hero1 { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; color: white; text-align: center; overflow: hidden; } .carousel1 img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease-in-out; } .carousel1 img.active { opacity: 1; } .hero1-content { position: relative; z-index: 2; } .hero1-content h1 { font-size: 4.5rem; font-weight: 400; margin-bottom: 15px; font-family: 'Arsenica', serif; font-weight: medium; line-height: 1.2; animation: fadeDown 1s ease forwards; margin: 0px 25%; /* padding for small screens */ } .hero1-content h1::before { content: ""; display: block; width: 120px; height: 2px; background: white; margin: 0 auto 10px; /* line above with spacing below */ } @keyframes fadeDown { from {opacity:0; transform:translateY(-40px);} to {opacity:1; transform:translateY(0);} } @keyframes fadeUp { from {opacity:0; transform:translateY(40px);} to {opacity:1; transform:translateY(0);} }

/* ===== CORE VALUES SECTION ===== */


/* ===== EACH BLOCK ===== */
.ulockd-main-title{
    background:#ffffff;
    border-radius:22px;
    padding:55px 50px;
    margin-bottom:50px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:all .35s ease;
      font-family: "Poppins", sans-serif;
}

.ulockd-main-title:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 50px rgba(0,0,0,0.12);
}

/* ===== HEADING ===== */
.ulockd-main-title h1{
    margin-bottom:28px;
    position:relative;
}

.ulockd-main-title .text-uppercase{
    text-transform:uppercase;
}

.ulockd-main-title .text-thm{
    font-size:42px;
    font-weight:700;
    color:#1b1b1b;
    letter-spacing:1px;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
}

/* underline */
.ulockd-main-title .text-thm::after{
    content:"";
    width:90px;
    height:4px;
    background:#7fb557;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    border-radius:50px;
}

/* ===== PARAGRAPH ===== */
.ulockd-main-title p{
    font-size:17px;
    line-height:1.95;
    color:#555;
    margin-bottom:18px;
    max-width:1050px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
}

.ulockd-main-title p b{
    color:#111;
    font-weight:700;
}

/* ===== READ MORE ===== */
#open{
    color:#7fb557;
    font-weight:700;
    transition:.3s;
}

#open:hover{
    color:#5e913d;
    letter-spacing:.5px;
}

/* ===== IMAGE ===== */
.ulockd-main-title img{
    width:100%;
    max-width:850px;
    margin-top:30px;
    border-radius:20px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    /* box-shadow:0 15px 35px rgba(0,0,0,0.12); */
    transition:.4s ease;
}

.ulockd-main-title img:hover{
    transform:scale(1.02);
}

.who-section {
  padding: 0px 0;
  padding-top: 20px;
  background: #fff;
  text-align: center;
}

.who-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.who-section h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ff7a00;
  width: 100%;
  display: block;
  margin: 10px auto 0;
}

.who-section p {
  max-width: 900px;
  margin: 20px auto;
  color: #555;
  line-height: 1.7;
}

/* IMAGE STYLE */
.who-image {
  margin-top: 40px;
}

.who-image img {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: 0.4s;
}

/* HOVER EFFECT */
.who-image img:hover {
  transform: scale(1.05);
}

.approach-section {
  padding: 80px 20px;
  background: #f7f9fc;
  text-align: center;
}

.approach-title {
   display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #0a2a43;
  margin-bottom: 50px;
  position: relative;
}

.approach-section .approach-title::after {
  content: "";
  width: 100%; 
  height: 3px;
  background: #ff7a00;
  display: block;
  margin: 10px auto;
}

/* GRID */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.approach-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* top color strip */
.approach-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #ff7a00, #00c6ff);
}

.approach-card i {
  font-size: 32px;
  color: #ff7a00;
  margin-bottom: 15px;
}

.approach-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0a2a43;
}

.approach-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* HOVER EFFECT 🔥 */
.approach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* IMAGE */
.approach-image {
  margin-top: 60px;
}

.approach-image img {
  max-width: 700px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
 .hero1 { position: relative;
   height: 50vh;
}
}

@media (max-width: 576px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   TABLET
================================= */
@media (max-width:992px){


.ulockd-main-title{
    padding:40px 30px;
}

.ulockd-main-title .text-thm{
    font-size:34px;
}

.ulockd-main-title p{
    font-size:16px;
    line-height:1.85;
}

}

/* ===============================
   MOBILE
================================= */
@media (max-width:768px){

.hero1 { position: relative;
   height: 100vh;
}

.ulockd-main-title{
    padding:30px 20px;
    border-radius:18px;
    margin-bottom:30px;
}

.ulockd-main-title .text-thm{
    font-size:28px;
}

.ulockd-main-title .text-thm::after{
    width:70px;
    height:3px;
}

.ulockd-main-title p{
    font-size:15px;
    line-height:1.8;
    text-align:left;
}

.ulockd-main-title img{
    border-radius:14px;
    margin-top:22px;
}

}

/* ===============================
   SMALL MOBILE
================================= */
@media (max-width:480px){

.ulockd-main-title .text-thm{
    font-size:24px;
}

.ulockd-main-title p{
    font-size:14px;
}

}
/* ==========================================
   IMPACT COUNTER / PARALLAX STATS SECTION
========================================== */

.ulockd-frst-divider{
    position:relative;
    padding:100px 20px;
    overflow:hidden;
    background:url("../hero/ABB3.png") center center/cover no-repeat;
    background-attachment:fixed;
}

/* Dark Overlay */
.ulockd-frst-divider::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,0.72),
        rgba(0,0,0,0.58)
    );
    z-index:1;
}

/* Content Above Overlay */
.ulockd-frst-divider .container{
    position:relative;
    z-index:2;
    max-width:1300px;
    margin:0 auto;
}

/* ================= ROW ================= */
.ulockd-frst-divider .row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}

/* ================= TITLE ================= */
.ulockd-frst-divider h3{
    width:100%;
    max-width:1000px;
    margin:0 auto 60px;
    color:#fff;
    font-size:38px;
    line-height:1.5;
    font-weight:700;
    text-align:center;
}

.color-white{
    color:#fff;
}

.ulockd-mt0{
    margin-top:0;
}

.ulockd-mb40{
    margin-bottom:40px;
}

/* ================= CARD ================= */
.ulockd-ffact-one{
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.14);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border-radius:18px;
    padding:10px 0;
    min-height:230px;
    width:190px;
    text-align:center;
    transition:all .35s ease;
}

.ulockd-ffact-one:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.16);
    box-shadow:0 18px 40px rgba(0,0,0,0.25);
}

/* ================= ICON ================= */
.ulockd-ffact-one i{
  font-size:48px !important;
  color:#8bc34a;
  margin:0 auto 18px;
  display:flex;
  align-items:center; 
  justify-content:center;
  width:70px;
  height:70px;
  }

/* ================= LABEL ================= */
.ulockd-ffact-one p{
    color:#ffffff;
    font-size:17px;
    font-weight:500;
    margin-bottom:14px;
    min-height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ================= NUMBER ================= */
.timer{
    font-size:34px;
    font-weight:700;
    color:#fff;
    letter-spacing:1px;
}

/* ================= DESKTOP COLUMN FIX ================= */


/* ==========================================
   TABLET
========================================== */
@media (max-width:992px){

    
.ulockd-frst-divider{
    padding:80px 18px;
    background-attachment:scroll;
}

.ulockd-frst-divider h3{
    font-size:30px;
    margin-bottom:45px;
}

.ulockd-ffact-one{
    width:220px;
    min-height:220px;
}

.timer{
    font-size:30px;
}

}

/* ==========================================
   MOBILE
========================================== */
@media (max-width:768px){

.ulockd-frst-divider{
    padding:65px 15px;
}

.ulockd-frst-divider .row{
    gap:16px;
}

.ulockd-frst-divider h3{
    font-size:24px;
    line-height:1.45;
    margin-bottom:35px;
}

.ulockd-ffact-one{
    width:calc(50% - 10px);
    min-height:205px;
    padding:25px 15px;
    border-radius:16px;
}

.ulockd-ffact-one i{
    font-size:38px !important;
}

.ulockd-ffact-one p{
    font-size:15px;
    min-height:40px;
}

.timer{
    font-size:26px;
}
.ulockd-frst-divider .container{
    position:relative;
    z-index:2;
   
    margin:0 auto;
}

/* ================= ROW ================= */
.ulockd-frst-divider .row{
    display:block;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}


}

/* ==========================================
   SMALL MOBILE
========================================== */
@media (max-width:480px){

.ulockd-frst-divider h3{
    font-size:21px;
}

.ulockd-ffact-one{
    width:100%;
    min-height:auto;
    margin-bottom: 15px;
}

.timer{
    font-size:24px;
}


.partner-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: 0.3s;
}

}



  /* ==========================================
   PREMIUM PARTNERS / DONORS UI
========================================== */

/* Donors & Partners Section */
.partners-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #eef3f9, #ffffff);
  text-align: center;
}

/* HEADER */
.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0a2a43;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #ff7a00;
  display: block;
  width: 100%;
  margin: 12px auto 0;
}

.section-header p {
  color: #666;
  margin-top: 15px;
}

/* FLEX WRAP (NOT GRID = more natural layout) */
.partners-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 70px;
}

/* CARD 🔥 */
.partner-card {
  width: 200px;
  height: 130px;

  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);

  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(126, 170, 100, 0.4);

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);

  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* glow border effect 🔥 */
.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;

  background: linear-gradient(45deg, #ff7a00, #00c6ff, #ff7a00);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  opacity: 0;
  transition: 0.4s;
}

/* IMAGE */
.partner-card img {
  max-width: 90%;
  max-height: 70px;
  object-fit: contain;
  transition: 0.3s;
}

/* HOVER 🔥 */
.partner-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.partner-card:hover::before {
  opacity: 1;
}

.partner-card:hover img {
  transform: scale(1.08);
}
/* ===== SECTION ===== */
.ulockd-blog {
    padding: 60px 0;
    padding-top: 10px;
    background: #f9fafc;
}

/* ===== TITLE ===== */
.ulockd-blog h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.text-thm {
    color: #1a1a1a;
}

/* ===== EVENT CARD ===== */
.event-post {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover animation */
.event-post:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* ===== DATE BOX ===== */
.post-date {
    min-width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #ff4b14, #ff9a3c);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(255,75,20,0.4);
    transition: 0.3s ease;
}

/* Date text */
.post-date .date {
    line-height: 1.3;
}

/* ===== CONTENT ===== */
.ep-details {
    flex: 1;
}

.ep-details .title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #222;
}

.ep-details p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
}

/* ===== BORDER GLOW EFFECT ===== */
.event-post::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    /* background: linear-gradient(120deg, #ff4b14, #ff9a3c); */
       border-bottom:2px solid #ff8d23;

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.event-post:hover::before {
    opacity: 1;
}

/* ===== OPTIONAL: DATE HOVER EFFECT ===== */
.event-post:hover .post-date {
    transform: scale(1.1) rotate(-3deg);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .event-post {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .post-date {
        margin-bottom: 10px;
    }
    .partner-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: 0.3s;
}
.partner-card {
    width:100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(126, 170, 100, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
}
/* ===== FOOTER BASE ===== */
