@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
  --primary: #4A90E2;
  --accent: #F6C945;
  --danger: #E74C3C;
  --dark: #1C2A3A;
  --bg: #ffffff;
  --font-main: 'Poppins', sans-serif;
    --yellow: #fff86b;
  --blue: #3f5aa6;
  --dark: #222;
}

ul{
 list-style: none!important;
}
li{
  list-style: none!important;
}
body {
  background: var(--bg);
  font-family: var(--font-main);
}

.section {
  padding: 60px;
  scroll-margin-top: 100px;
  overflow: clip;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #6f42c1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 20px;
  margin-bottom: 0;
}

/* LEFT LINE */
.section h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: var(--accent);
  left: -60px; /* shift left */
  top: 50%;
  transform: translateY(-50%);
}

/* RIGHT LINE */
.section h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: var(--accent);
  right: -60px; /* shift right */
  top: 50%;
  transform: translateY(-50%);
}

.lead{
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .section {
    scroll-margin-top: 66px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
}
/*----------------------
Navbar Code
-----------------------*/
/* Logo */
.bullyfree_logo {
  width: 120px;
}

/* Menu */
.navbar-nav {
  gap: 20px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a9f;
  padding: 8px 12px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

/* Social Icons */
.nav-social a {
  color: #000;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.3s;
}

.nav-social a:hover {
  color: #650ed4;
}

/* Donate Button */
.btn-donate {
  background: #650ed4;
  color: #fff;
  padding: 10px 22px;
  border-radius: 0;
  font-weight: 600;
}

.btn-donate:hover {
  background: #4e06ad;
  color: #fff;
}
/* Remove default spacing */
.navbar .dropdown-menu {
  margin-top: 0 !important;
  border-radius: 0;
  border: none;
  padding: 0;
}

/* Make dropdown align from navbar bottom */
.navbar .dropdown {
  position: static;
}

.navbar .dropdown-menu {
  top: 100%;
  left: auto;
  right: auto;
}
/* Dropdown */
.dropdown-menu {
  background: #f4f5f7;
  border: none;
  border-radius: 0;
  padding: 10px 0;
}

.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
}

.dropdown-item:hover {
  background: #e74c3c;
  color: #fff;
}

/* Desktop hover dropdown (optional) */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


/* ===== MOBILE RIGHT SLIDE MENU ===== */
@media (max-width: 991px) {

  #mobileMenu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0,0,0,0.2);
    padding: 30px 20px;
    transition: 0.3s ease-in-out;
    display: block !important;
    z-index: 9999;
  }

  #mobileMenu.open {
    right: 0;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }

  .nav-social {
    margin-top: 30px;
  }

  .btn-donate {
    width: 100%;
    margin-top: 20px;
  }

  /* Overlay */
  #menuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;
    z-index: 9990;
  }

  #menuOverlay.show {
    display: block;
  }

  /* Close Button */
  .close-menu-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 32px;
    background: none;
    border: none;
  }
}

.about-hero {
  /* Background color (fallback + overlay base) */
  background-color: #7a42b8;

  /* Background image layered on top */
  background-image: url('../images/bg-img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 90px 0 110px;
  position: relative;
  text-align: center;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    55% 85%,
    50% 100%,
    45% 85%,
    0 85%
  );
}


/* Title */
.about-hero h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0;

}

/* Responsive */
@media (max-width: 768px) {
  .about-hero {
    padding: 70px 0 90px;
  }

  .about-hero h3 {
    font-size: 2.2rem;
  }
}

/*-----------------
Carousel Code
-----------------*/

.carousel-indicators-custom {
    background: #eee;
    padding: 0;
    margin: 0;
}

.carousel-indicators-custom li {
    cursor: pointer;
}

.carousel-indicators-custom .nav-link {
    border-radius: 0;
    color: #333;
    padding: 17px 0;
}

.carousel-indicators-custom .nav-link small {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}
.nav-justified .nav-item {
  flex: 0 0 auto !important;
}


.carousel-indicators-custom li[data-bs-slide-to="0"] .nav-link {
    background-color: var(--accent);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="1"] .nav-link {
    background-color: var(--danger);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="2"] .nav-link {
    background-color: var(--primary);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="3"] .nav-link {
    background-color:var(--dark);
    color: #fff;
}


/* ACTIVE COLORS */
.carousel-indicators-custom li[data-bs-slide-to="0"] .nav-link.active {
    background-color: var(--accent);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="1"] .nav-link.active {
    background-color: var(--danger);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="2"] .nav-link.active {
    background-color: var(--primary);
    color: #fff;
}

.carousel-indicators-custom li[data-bs-slide-to="3"] .nav-link.active {
    background-color: var(--dark);
    color: #fff;
}

/*------------------ 
Hero Section Css
------------------ */
.hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1f2a44;
  line-height: 1.3;
}

.hero-title span {
  color: var(--accent, #e74c3c);
}

/* Text */
.hero-text {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-top: 15px;
}

/* Image styling */
.hero-image-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-media {
  max-width: 85%;
}

.hero-image {
  width: 70%;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}

/* Layered background effect (slanted) */
.hero-image-wrapper::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background: #e74c3c;
  z-index: 1;
  transform: rotate(-5deg);
  border-radius: 6px;
}


/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  font-size: 22px;
  z-index: 3;
  cursor: pointer;
}


/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .hero-image-wrapper::before {
   width: 75%;
   height: 100%;
  }
}



/*-----------------
Info Section Css
------------------*/
.InfoSection{
  position: relative;
}
.info-card {
  background: #fff;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.info-card .icon_img{
  width: 80px;
  margin-bottom: 20px;
}
.info-card:hover {
  transform: translateY(-5px);
  background: var(--accent);
}

/*----------------
About Section Css
----------------*/

/* Subtext */
.aboutLead {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 20px;
}


.aboutContent {
  font-size: 1.1rem;
  color: #444;
}
.aboutContent ul {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

/* List Styling */
.aboutContent ul {
  padding-left: 20px;
}

.aboutContent ul li {
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
}

.aboutContent ul li::before {
  content: "✔";
  position: absolute;
  left: -20px;
  top: 2px;
  color: var(--accent, #0077ff);
}

/* Better Column Spacing */
.aboutSection .col-lg-5 {
  margin-bottom: 40px;
}

/* Card-like Feel (optional) */
.aboutSection .col-lg-5 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}

/* Smooth Fade Animation */
.aboutSection .col-lg-5 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.aboutSection .col-lg-5:nth-child(2) {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {

  .aboutSection .col-lg-5 {
    margin-bottom: 30px;
  }
  
}

@media (max-width: 576px) {

  .aboutSection h2 {
    font-size: 1.4rem;
  }
}


/*---------------- 
Edu Section Css 
-----------------*/
.design-bg {
  background-image: 
    url("../images/shape-1.png"),
    url("../images/shape-2.png");

  background-position: 
    left top,
    right bottom;

  background-repeat: 
    no-repeat,
    no-repeat;

  background-size: 
    180px,
    180px;

  position: relative;
}

.edu-box {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.edu-box h5{
  font-size: 1.8rem;
  font-weight: 700;
}

.edu-box p{
  font-size: 1rem;
  line-height: 1.7;
}

.edu-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Colors */
.edu-blue {
  background: #3f7bf5;
}

.edu-green {
  background: #47b881;
}

.edu-yellow {
  background: #ffd24d;
  color: #000;
}

.edu-orange {
  background: #ff8a3d;
}



/*----------------------- 
Client Logo Slider Css
------------------------*/

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.client_logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.client_logos:before, .client_logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.client_logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.client_logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.client_logo_items {
  display: inline-block;
  animation: 90s slides infinite linear;
}

.client_logo_items img{
  height: 100px;
}


/*----------------- 
Footer Section Css 
------------------*/

/* Footer Base */
.bully-footer {
  background: var(--yellow);
  font-family: Arial, sans-serif;
}

/* Top Strip */
.footer-top {
  background: var(--yellow);
  color: #1d3c7c;
  font-size: 18px;
}

.back-top {
  color: #1d3c7c;
}

/* Main Boxes */
.footer-box {
  min-height: 100%;
}

.footer-blue {
  background: #43088d;
  color: #fff;
}

/* Titles */
.footer-title {
  color: #fff86b;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
}

.footer-subtitle {
  color: #fff86b;
  font-weight: bold;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  cursor: pointer;
}

.footer-links li::before {
  content: "➤";
  color: #fff86b;
  margin-right: 8px;
}

/* Social */
.social-icons span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: bold;
}

/* Center */
.footer-center {
  background: var(--yellow);
}

.hand-icon {
  font-size: 70px;
  color: #e6392f;
}

.bully-text {
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}

/* Bottom */
.footer-bottom {
  /* border-top: 1px solid #eee; */
  background: #340271;
  color: #ffffff;
  font-style: italic;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-center {
    order: -1;
  }

  .bully-text {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .footer-top {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .bully-text {
    font-size: 42px;
  }
}


/*-----------------
 About page css
----------------- */

.about-page {
  background: #f9fafb;
}

/* Body text */
.about-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

/* Cards */
.about-card {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  border-left: 4px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.about-card h3,
.about-card h4 {
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 12px;
}

/* Subsection title */
.section-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 30px;
}

/* Commitment block */
.about-commitment {
  background: #ffffff;
  padding: 40px;
  border-top: 5px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.about-commitment h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

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

  .about-card,
  .about-commitment {
    padding: 25px;
  }
}

/*-------------------- 
Mission vision Css 
--------------------*/

.mission-vision {
  background: #f9fafb;
}

/* Body text */
.mv-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

/* Mission card */
.mv-card {
  background: #ffffff;
  padding: 35px;
  border-left: 5px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.mv-card h3 {
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 15px;
}

/* Vision block */
.mv-vision {
  background: #ffffff;
  padding: 40px;
  border-left: 5px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.mv-vision h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-card,
  .mv-vision {
    padding: 25px;
  }
}


/*--------------------- 
Where it Happend Css
---------------------- */
.where-bullying {
  background: #f9fafb;
}

/* Body text */
.wb-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

/* Cards */
.wb-card {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  border-left: 4px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wb-card h4 {
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 12px;
}

/* Commitment block */
.wb-commitment {
  background: #ffffff;
  padding: 40px;
  border-top: 5px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.wb-commitment h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .wb-card,
  .wb-commitment {
    padding: 25px;
  }
}


/*-----------------------
Types of Bullying Css
------------------------ */

.types-bullying {
  background: #f9fafb;
}

/* Body text */
.tb-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

/* Cards */
.tb-card {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  border-left: 4px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tb-card h4 {
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 12px;
}

/* Closing block */
.tb-commitment {
  background: #ffffff;
  padding: 40px;
  border-top: 5px solid var(--accent, #7a42b8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.tb-commitment h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .tb-card,
  .tb-commitment {
    padding: 25px;
  }
}

/* -------------------
Team Section Css 
---------------------*/
.team-section {
  background: #fff;
}

.profile-img {
  width: 280px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}

/* Background colors */
.bg-orange {
  background: #f9a825;
}

.bg-red {
  background: #d50000;
}

.team-card {
  max-width: 420px;
}

/* Name */
.member-name {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #f39c12;
}

/* Line */
.member-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
}

/* Left Dot */
.member-name::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 50%;
}

/* Right Dot */
.member-name .dot-right {
  position: absolute;
  right: -16px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 50%;
}

/* Role */
.member-role {
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
}

/* Description */
.member-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* Mobile responsive */
/* Responsive */
@media (max-width: 768px) {
  .profile-img {
    width: 220px;
    height: 300px;
  }

  .member-name {
    font-size: 1.8rem;
  }

  .member-desc {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .member-name {
    font-size: 1.8rem;
  }
}


/*---------------- 
Partner Page Css 
-----------------*/

.contributors-partners {
  background: #ffffff;
  padding: 80px 0;
}

/* Grid */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

/* Logo Card */
.logo-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.logo-card img {
  max-width: 100%;
  max-height: 45px;
  object-fit: contain;
}

/* Hover */
.logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* Spacing blocks */
.block + .block {
  margin-top: 80px;
}

/* Mobile */
@media (max-width: 576px) {
  .logo-card {
    height: 70px;
  }

  .logo-card img {
    max-height: 40px;
  }
}


/*----------------- 
Regsiter Form Css 
-------------------*/

.register-section {
  padding: 60px 0;
  background: #f7f3f2;
  display: flex;
  justify-content: center;
}

/* Wrapper */
.register-wrapper {
  width: 100%;
  padding: 80px 15px;
  background: #fff;
  border-radius: 20px;
}

/* Title */
.register-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 700;
}

/* Tabs */
.register-tabs {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 2px solid #43088d;
}

.tab-btn {
  flex: 1;
  padding: 12px 10px;
  background: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer;
  color: #43088d;
}

.tab-btn.active {
  background: #43088d;
  color: #fff;
}

/* Card */
.register-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
}

/* Forms */
.register-form {
  display: none;
}

.register-form.active {
  display: block;
}

.form-info {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

/* Inputs */
.form-group {
  margin-bottom: 18px;
}
.form-control:focus{
  border: solid 1px rgb(112, 112, 112);
  box-shadow: 0 0 3px 1px #969696;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-group input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: #f1eded;
  outline: none;
  font-size: 0.95rem;
}

/* Button */
.submit-btn {
  width: 100%;
  background: #43088d;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 480px) {
  .register-title {
    font-size: 2rem;
  }

  .register-card {
    padding: 22px;
  }
}


/* --------------------
Accordion Section Css 
----------------------*/

.accordion-section {
  padding: 10px 15px;
  background: #fff;
  border-radius: 20px;
}

/* Item */
.accordion-item {
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

/* Header */
.accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon */
.accordion-header .icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

/* Body */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

/* Body content */
.accordion-body p {
  margin: 0;
  padding-bottom: 18px;
  color: #555;
  line-height: 1.6;
}

/* Active */
.accordion-item.active .accordion-body {
  max-height: 300px;
  padding-top: 10px;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 576px) {
  .accordion-header {
    font-size: 1rem;
  }
}
