    :root{
      --primary-color:#68A918;
      --Secondary-color:#ffcc2a;
      --body-color: url('../images/Body-bg.png')center center fixed;
      /* --body-color: rgba(166, 126, 0, 0.08); */
    }


body {
        margin: 0;
        padding: 0;
        font-family:'Rubik',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
        background: var(--body-color);
    }

    .text-shadow {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);
    }

    /* =============Header Section================= */

    .logosec {
        width: 100%;
        max-width: 240px;
    }
    .head-top-icon {
	color: #ffffff;
	list-style: none;
	width: 35px;
	height: 25px;
	display: flex;
	align-items: center;
	background-color: var(--primary-color);
	justify-content: center;
	font-size: 0.85rem;
	transition: 0.3s;
	border-radius: 20px;
	backdrop-filter: blur(10px);

}

    .head-top-icon:hover {
        background-color: var(--Secondary-color);
    color: rgb(0, 0, 0);
    }


 /* small style tweaks */
  .offcanvas-logo { width: 200px; }

  .offcanvas {
  height: 100vh !important;   /* always full viewport height */
  max-height: 100vh !important;
}


  .nav-link { white-space: nowrap; }

    .nav-top a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }


  /* White text for nav links */
  .navbar .nav-link {
    color: #fff !important;
    transition: color 0.3s ease;
  }
  .navbar .nav-link:hover {
    color: var(--Secondary-color) !important; /* hover color, change as you like */
  }

  /* Show dropdown on hover (desktop only) */
  @media (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; /* aligns dropdown with link */
    }
  }


    .navsec {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: center;
    }
    .nav-link {
        color: #fff;
        list-style: none;
        /* font-weight: 500; */
    }

    .nav-link:hover {
        color: #fff;
    }

    /* Transition for smooth effect */
#mainHeader {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#mainHeader.scrolled {
	background-color: #fff !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1400px;
	margin-top: 10px;
	border-radius: 40px;
}


/* Adjust nav-link colors when scrolled */
#mainHeader.scrolled .nav-link {
  color: #000 !important;
}

#mainHeader.scrolled .navbar-toggler {
  color: #000 !important;
}


.offcanvas-body {
  overflow-y: visible;
}

 .offcanvas-body .collapse {
  background: var(--Secondary-color);
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}


/* Remove border, outline, and shadow for the toggler */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* On hover and focus */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


/* =============================== */

    .socil-sec {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }

    .socil-sec ul li {
	list-style: none;
	color: #ffffff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	background: rgb(255 255 255 / 30%);
	justify-content: center;
	font-size: 0.85rem;
	transition: 0.3s;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	margin-top: 10px;
}
    .socil-sec ul li:hover  {
        background-color: var(--Secondary-color);
        color: rgb(0, 0, 0) !important;
    }
    .socil-sec ul li:hover i {
        color: rgb(0, 0, 0) !important;
    }


/* --- Pagination indicators like your Bootstrap version --- */
#hero .swiper-pagination {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

#hero .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--Secondary-color);
  opacity: 0.6;
  transition: all 0.3s ease;
}

#hero .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* --- Overlay same as carousel-item::before --- */
#hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

#hero .swiper-slide {
  position: relative;
}

#hero .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.underline {
	width: 16%;
	height: 4px;
	background-color: var(--Secondary-color);
	margin-top: 8px;
	border-radius: 20px;
}

.underline1 {
	width: 30%;
	height: 8px;
	background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  transition: all 0.2s ease;
  animation: gradientMove 4s ease infinite;
	margin-top: 8px;
	border-radius: 20px;
}

/* =========Swipper overide issue====== */
/* from Swiper */
#hero .swiper-horizontal > #hero .swiper-pagination-bullets,
#hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* ensure the containing block */
#hero .mySwiper { position: relative; }

/* put bullets on the right-center, vertical stack */
#hero .mySwiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 50%;
  right: 30px;
  bottom: auto;   /* unset Swiper's bottom */
  left: auto;     /* unset Swiper's left */
  width: auto;    /* avoid taking full width */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

/* bullet look (optional) */
#hero .mySwiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: var(--Secondary-color);
  opacity: 0.6;
  transition: transform .3s ease, opacity .3s ease;
}
#hero .mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* ============================ */



.slider-under {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.slider-under::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  transform: translateY(50%);
  z-index: -1;
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.77) 50%, rgba(0,0,0,0.04) 100%);
}

/* base list styling */
.slider-list {
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  gap: 0.5rem;
}

/* list items */
.slider-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 auto;
  min-width: 120px; /* good baseline for mobile */
}

.slider-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

.slider-list li a img {
  display: block;
  margin: 8px auto;
  width: 35px;
  max-width: 100%;
}

.logo-circle {
  width: 100px !important; /* keep special logo size */
  height: auto;
}

/* pill text with animated gradient */
.slider-list li a p {
  margin: 0.25rem auto 0;
  padding: 4px 18px;
  border-radius: 50px;
  background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  color: #fff;
  transition: all 0.2s ease;
  animation: gradientMove 4s ease infinite;
  display: inline-block;
  font-size: 0.9rem;
  /* font-size: 17px; */
}

/* gradient animation */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.slider-list li a p:hover {
  background: var(--Secondary-color);
  color: #000;
}

/* ---------- MOBILE: horizontal scroll behavior ---------- */
/* Use the same breakpoint you had: <= 991.98px */
@media (max-width: 991.98px) {
  /* allow single-line horizontal scroll */
  .slider-list {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    border-bottom: 2px solid #fff;
    padding-bottom: 0.75rem;
  }
  .slider-list::-webkit-scrollbar { display: none; } /* Chrome/Safari */

  /* keep items fixed width on mobile */
  .slider-list li { min-width: 120px; }
}

/* fallback smaller screens: prefer wrapping into rows */
@media (max-width: 575.98px) {
  .slider-list li { min-width: 100px; }
}

/* Desktop: let flex wrap naturally and center items */
@media (min-width: 992px) {
  .slider-list { flex-wrap: wrap; justify-content: center; }
  .slider-list li { flex: 0 0 auto; }
}

/* =================================================== */


.bg-shade1{

  background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  color: #fff;
  transition: all 0.2s ease;
  animation: gradientMove 4s ease infinite;

}
.bg-shade{
  background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  transition: all 0.3s ease;
  animation: gradientMove 5s ease infinite;
  color: #fff; /* ensure text is readable */
}

.dropdown-menu {
    border-left: 3px solid var(--primary-color);
}
.dropdown-menu .dropdown-item:hover {
    background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  color: #fff;
  transition: all 0.2s ease;
  animation: gradientMove 4s ease infinite;
}

/* ================================== */

.read-more {
  background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  transition: all 0.3s ease;
  animation: gradientMove 5s ease infinite;
  text-decoration: none;
  color: #000;
  padding: 5px 15px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.read-more:hover {
  background: var(--Secondary-color);
}
.read-more1 {
  background: linear-gradient(270deg, var(--primary-color), var(--Secondary-color));
  background-size: 400% 400%;
  transition: all 0.3s ease;
  animation: gradientMove 5s ease infinite;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.read-more1:hover {
  background: var(--Secondary-color);
}



/* Unique scope */
#news-slider-section .btn-prev,
#news-slider-section .btn-next {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-color);
  color: #fff;
}

#news-slider-section .swiper {
  padding-bottom: 10px;
}

#news-slider-section .swiper-slide {
  width: 300px; /* ensures 3 cards visible in row */
}

/* optional: animation gradient keyframes */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* ====================page============= */

.section-padding {
  padding: 60px 0px;
}
.section-padding1 {
  padding: 30px 0px;
}

.h6-shade {
	background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
	color: #fff;
	width: 45px;
	height: 25px;
	position: absolute;
	border-radius: 40px;
	left: 0px;
	z-index: -1;
	top: -3px;
}

.h6-shade1 {
	background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
	color: #fff;
	width: 45px;
	height: 25px;
	position: absolute;
	border-radius: 40px;
	left: -8px;
	z-index: -1;
	top: -3px;
}

.h6-shade2 {
	background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
	color: #fff;
	width: 50px;
	height: 25px;
	position: absolute;
	border-radius: 40px;
	left: 0px;
	z-index: -1;
	top: 0;
}

.page-head {
  color: var(--primary-color);
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  font-weight: 600;
}
.page-head1 {
  color: var(--Secondary-color);
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  font-weight: 600;
}
.about-icons {
  width: 100%;
  max-width: 60px;
}


.message-image {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-right: 20px;
  border: 2px solid #00000079;
}

.container-sec {
  margin: 0px 5%;
}

.container-sec1 {
  margin: 0px 10%;
}

.message-bg {
  /* background: #0e62ac0a; */
  background: #fff;
  border: 1px solid #0000004d;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.patrone-message {
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, #000000c0, #000000c0),
              url('../images/patrone-message.jpg') center center fixed;
  border-radius: 15px;
  padding: 40px 0px;
}

.patrone-message img {
  width: 100%;
  max-width: 900px;
}


/* ==============About Cards============ */
.green-card {
  background: var(--primary-color);
  transition: 0.3s ease-in-out;
}
.green-card:hover {
  background: var(--body-color);
}
.green-card p {
  color: #fff;
}
.green-card:hover p {
  color: #000000;
}

.yellow-card {
  background: #ffcc2abf;
}
.yellow-card:hover {
  background: var(--body-color);
}


/* ============Flow images============ */
.flow-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.flow-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  opacity: 0.05;
}
.flow-img11 {
  position: absolute;
  right: -10%;
  bottom: 15%;
  width: 50%;
  height: 40%;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 768px) {
  .flow-img11 {
    right: 0;
  }
}

.flow-img-principal {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  opacity: 0.2;
  /* z-index: -1; */
}

.flow-img-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 40%;
  opacity: 0.2;
  /* z-index: -1; */
}
.flow-img-birthday {
  position: absolute;
  right: 0;
  top: -30%;
  width: 30%;
  height: 40%;
  opacity: 0.2;
  /* z-index: -1; */
}
.flow-img-birthday1 {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 30%;
  height: 40%;
  opacity: 0.2;
  /* z-index: -1; */
}
.flow-img-patrone1 {
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 30%;
	height: 70%;
	opacity: 0.2;
	/* z-index: -1; */
}
.flow-img-patrone2 {
	position: absolute;
	right: 0;
	bottom: -30%;
	width: 30%;
	height: 70%;
	opacity: 0.2;
	/* z-index: -1; */
}
/* =============Gallery========== */
.gallery-img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.582); */
}

.gallery-head {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 15px;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #000000c0, #ffffff00);
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
  /* color: var(--Secondary-color); */
  transition: 0.2s ease-in-out;
}

/* ============Facility Slider========= */

/* Swiper card styles */
.facilitySwiper {
  padding: 20px 0;
}

.facility-card {
  width: 200px;
  height: 300px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.facility-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.facility-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease;
}

.facility-overlay h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.facility-overlay p {
  display: none;
  font-size: 14px;
  margin-top: 10px;
}

/* Hover effect */
.facility-card:hover .facility-overlay {
  height: 100%;
  justify-content: center;
  background: rgba(0,0,0,0.85);
}

.facility-card:hover .facility-overlay h6 {
  text-align: center;
  font-size: 18px;
}

.facility-card:hover .facility-overlay p {
  display: block;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Custom nav buttons */
.facility-nav button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8px 18px;
  margin: 0 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.facility-nav button:hover {
  background: var(--primary-color);
}


/* ===========Toppers & Birthday========= */
/* Common card size */
.topper-card {
  width: 100%;
  height: 280px;
  margin: auto;
  overflow: hidden;
}
/* Common card size */
.birthday-card {
  width: 100%;
  height: 280px;
  margin: auto;

  overflow: hidden;
}

/* Toppers card layout */
.topper-img {
	height: 85%;
	display: flex;
	justify-content: center;
}
.topper-img img {
	width: 200px;
	height: 210px;
	object-fit: cover;
  border-radius: 10px;
}
.topper-body {
  height: 15%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* Birthday card layout */
.birthday-img {
  width: 200px;
  height: 200px;
  margin: auto;
}
.birthday-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Custom nav buttons */
.toppers-nav button,
.birthday-nav button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8px 16px;
  margin: 0 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.toppers-nav button:hover,
.birthday-nav button:hover {
  background: #333; /* optional hover color */
}

/* ===========Footer=========== */

.Footer-img {
  background: linear-gradient(to right, #000000c0, #000000c0),
    url('../images/footer-school.jpg') center center no-repeat;
    width: 100%;
}

@media (max-width: 768px){
    .Footer-img {
  background: linear-gradient(to right, #000000c0, #000000c0),
    url('../images/footer-school.jpg') center center / cover no-repeat;
    width: 100%;
}
}


#footer-slide .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -18px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

#footer-slide .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	border: none;
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	border: 1px solid #0003;
	border-width: 2px;
}

.footer-mobileApp {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 260px;
}

.border-top p {
  font-size: 13px;
}

.cisoft {
  color: #fff;
  text-decoration: none;
}
.cisoft:hover {
  color: var(--Secondary-color);
  text-decoration: none;
}

.footer-links a {
	list-style: none;
	color: #ffffff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	background: rgb(255 255 255 / 30%);
	justify-content: center;
	font-size: 0.85rem;
	transition: 0.3s;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	margin-top: 10px;
  text-decoration: none;
}
.footer-links a:hover {
	background: var(--Secondary-color);
  color: #000;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
	color: white;
	width: 40px;
	height: 40px;
	padding: 10px 14px;
	border-radius: 50%;
	display: none;
	z-index: 999;
	transition: all 0.2s;
  text-decoration: none;
}
.back-to-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* ============page========== */

.hero-banner {
	background: linear-gradient(to right, #000000c0, #000000c0), url('../images/patrone-message.jpg') center/cover no-repeat;
	height: 330px;
	position: relative;
}

.page-Hero {
  position: absolute;
  bottom: 5%;
}

.single-contact-card {
	background-color: #F5F5F5;
	padding: 5px 20px;
	min-height: 100px;
	margin-bottom: 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50px;
	cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}
.single-contact-card .top-part {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-contact-card .top-part img {
	width: 75px;
	height: 75px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.single-contact-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 15px rgba(0,0,0,0.12);
}

.contact-form {
  border-radius: 30px;
  padding: 10px 20px;
}

/* =====================--==================== */

 .accordion {
    border: none;
  }

  .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
  }
  .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 18px;
	font-size: 1rem;
	color: #000;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
}

.accordion-body {
	border-radius: 10px;
}

  .accordion-item:first-of-type,
  .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
  }

  .accordion-button .hero-about {
display: flex;
align-items: center;
width: 100%;
font-size: 1rem;
font-weight: 600;
color: #000;
background-color: #967b7b;
border: none;
border-radius: 10px;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
}

.accordion-button span {
position: relative;
z-index: 1;
transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.accordion-button:hover span {
transform: translateX(5px);
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}


.accordion-button:not(.collapsed) {
background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
color: #fff;
border-radius: 10px;
}


.accordion-header {
	margin-bottom: 5px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.accordion-button:focus {
outline: none;
box-shadow: none;
}

  .accordion-item:last-of-type .accordion-button.collapsed {
border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* ==================================== */


thead th {
  background: linear-gradient(270deg, var(--Secondary-color), var(--primary-color));
	background-size: 400% 400%;
	transition: all 0.3s ease;
	animation: gradientMove 5s ease infinite;
  color: #fff !important;
}

table {
  position: relative;
  z-index: 9;
}


/* ----------------------------- */

.list-group li {
	line-height: 26px;
	background: url(../images/icons/aroow.png) no-repeat left 5px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	margin: 10px 0px;
	vertical-align: middle;
}

/* ==================== */


