/**
* 
* Author: AH/TWC
* Version 02.00.00  //  22-08-25
*/

/* Font classes ------------------------------------------------
--------------------------------------------------------------*/

.georama {
  font-family: "Georama", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*----*/

.ancizar-sans {
  font-family: "Ancizar Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Georama", serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #3747db;
}

a:hover {
  color: #569aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ancizar Sans", serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c20a13;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background:#94090B;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0 0 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo a {
  font-family: "Ancizar Sans", serif;
  font-size: 38px;
  font-weight: 400;
  color: #3747db;
  text-align: left;
  padding: 12px 0;
  text-transform: uppercase;
}

#header .logo img {
  max-height: 30px;
}

@media (max-width: 1400px) {
#header .logo a {
  font-size: 36px;
  font-weight: 400;
  color: #3747db;
  padding: 12px 0;
  }
}

@media (max-width: 98px) {
  #header .logo a {
	font-size: 1.9rem;
	}
}
@media (max-width: 768px) {
  #header .logo a {
  font-size: 1.8rem;
}
}

@media (max-width: 520px) {
  #header {
    height: 60px;
  }
  #header .logo a {
  font-size: 1.7rem;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.navbar {
  padding: 0;
  font-family: "Georama";
}

/* Default: full name */
.logo-full {
  display: inline;
}

.logo-short {
  display: none;
}
/* Switch to short name under 1210px */
@media (max-width: 1210px) {
  .logo-full {
    display: none;
  }
  .logo-short {
    display: inline;
  }
}
/*-- -- --*/

.logo {
  padding-left: 3rem; 
}

.logo h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  line-height: 1;
}

.logo h1 img {
  height: 50px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 8px;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-family: "Ancizar Sans", serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #556270;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
}

.navbar a i {
  font-size: 1.1rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #c20a13;
  font-weight: 600;
}

/* Call-to-action buttons */
.navbar .getstarted {
  background: #c20a13;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .getstarted:hover {
  background: #c20a13;
  color: #fff;
  box-shadow: 0 0 10px rgba(194,10,19,0.4);
}

.navbar .visitors {
  background: #c20a13;
  padding: 8px 16px;
  margin: 0 15px 0 10px;
  border-radius: 6px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .visitors:hover,
.navbar .visitors:focus {
  background: #fff;
  color: #c20a13;
  box-shadow: 0 0 10px rgba(194,10,19,0.4);
}

.navbar .membership {
  background: #3747db;
  padding: 8px 16px;
  margin: 0 15px 0 10px;
  border-radius: 6px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .membership:hover,
.navbar .membership:focus {
  background: #fff;
  color: #3747db;
  box-shadow: 0 0 10px rgba(55,71,219,0.4);
}

/* Dropdowns */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%; 
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127,137,161,0.25);
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.5s ease;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a {
  color: #c20a13;
}

.navbar .dropdown:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* Mobile Navigation */
.mobile-nav-toggle {
  flex-shrink: 0;
  font-size: 2rem;
  margin-left: auto;
  color: #c20a13;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 932px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63,73,83,0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  bottom: 45px;
  right: 15px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.3s;
  width: 300px;
  max-width: 85%;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
  transition: color 0.3s ease;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #c20a13;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(127,137,161,0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #c20a13;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


.navbar-mobile .membership,
.navbar-mobile .visitors {
  display: inline-block;
  width: auto;
  margin: 10px 5px;
	  transition: 
    background-color 0.4s ease,
    color 0.4s ease,
    box-shadow 0.9s ease,
    transform 0.9s ease;
}
.navbar .membership:hover,
.navbar .membership:focus {
  background: #fff;
  color: #3747db;
  box-shadow: 0 0 10px rgba(55,71,219,0.4);
  transform: translateY(-1px);
}

.navbar .visitors:hover,
.navbar .visitors:focus {
  background: #fff;
  color: #c20a13;
  box-shadow: 0 0 10px rgba(194,10,19,0.4);
  transform: translateY(-1px);
}


/* Mobile */
@media (min-width: 1600px) { /* padding on larger screens */
  .logo {
  padding-left: 9rem;
  }
}

@media (max-width: 1600px) {
  .logo {
  padding-left: 3rem; 
  }
  .navbar a {
  padding: 10px 0 10px 15px;
  }
}

@media (max-width: 1440px) {
  .logo a {
  font-size: clamp(0.8rem, 1.6vw, 1.6rem);
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}
  .navbar a {
  font-size: 0.95rem;
  padding: 10px 0 10px 12px;
  }
  .navbar .membership,
  .navbar .visitors {
  font-size: 0.9rem;
  padding: 6px 12px;
  }
  .logo {
  padding-left: 1.5rem; 
  }
}

@media (max-width: 1300px) {
  .logo {
  padding-left: 1rem; 
  }
  .navbar ul {
  gap: 3px;
  }
}

@media (max-width: 1220px) {
  .navbar a {
  padding: 10px 0 10px 8px;
  font-size: 1rem;
  }
  .navbar a i {
  font-size: 0.8rem;
  margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar li:hover > a {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  }
  .navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  }
}

@media (max-width: 980px) {
  .logo {
  padding-left: 0rem; 
  }
  .logo h1 {
  gap: 5px;
  }
}

/*----------------------------------------
Hero 
----------------------------------------*/
#hero {
  width: 100%;
  height: calc(60vh + 62px);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-top: -72px;
}

#hero .carousel-item {
  width: 100%;
  height: calc(60vh + 62px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: kenBurnsZoom 12s ease-in-out infinite;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#hero .carousel-content {
  text-align: center;
  z-index: 3;
}

#hero h2 {
  font-family: "Ancizar Sans";
  color: #fff;
  margin-bottom: 20px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero h3 {
  font-family: "Ancizar Sans";
  color: #fff;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
}

#hero p {
  font-family: "Ancizar Sans";
  font-size: 2rem;
  width: 100%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Georama", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 40px 0px 0 0px;
  color: #fff;
  animation-delay: 0.8s;
  background: #c20a13;
  border: 2px solid #c20a13;
}

#hero .btn-get-started:hover {
  background: #8c0108;
  color: #fff;
  border: 2px solid #8c0108;
}

#hero .glow {
  animation: softGlow 4s ease-in-out infinite;
}

@keyframes softGlow {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
}

.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: kenBurnsZoom 9s ease-in-out infinite;
}

@keyframes kenBurnsZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

/*--- media  ---*/

@media (min-width: 1024px) {
  #hero p {
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 50vh;
  }
  #hero .carousel-item {
    height: 50vh;
  }
}

@media (max-width: 1024px) {
	#hero h2 {
	font-size: 60px;
}
	#hero h3 {
		font-size: 50px;
	}
	#hero p {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 48px;
  }
	#hero h3 {
	font-size: 40px;
	}
	#hero p {
	font-size: 26px;
	max-width: 80%;
	}
	#hero .btn-get-started {
    font-size: .8rem;
    letter-spacing: .8px;
    padding: 10px 28px;
    }
  }

@media (max-width: 600px){
	#hero h2 {
	font-size: 40px;
	}
	#hero h3 {
	font-size: 32px;
	}
	#hero p {
	font-size: 22px;
	}
}

@media (max-width: 500px){
	#hero h2 {
	font-size: 38px;
	}
	#hero h3 {
	font-size: 28px;
	}
	#hero p {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
Hero2 About-us
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero2::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero2.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero2:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero2 .hero2-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}


@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}


#hero2 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero2 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero2 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}

  
/* media */

@media (max-width: 1024px) {
	#hero2 h2 {
	font-size: 64px;
}
	#hero2 h3 {
		font-size: 50px;
	}
	#hero2 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero2 h2 {
    font-size: 48px;
    }
	#hero2 h3 {
	font-size: 40px;
	}
	#hero2 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 640px){
	#hero2 h2 {
	font-size: 40px;
	}
	#hero2 h3 {
	font-size: 32px;
	}
	#hero2 h4 {
	font-size: 22px;
	}
}

@media (max-width: 508px){
	#hero2 h2 {
	font-size: 38px;
	}
	#hero2 h3 {
	font-size: 28px;
	}
	#hero2 h4 {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
Hero3 Teams
--------------------------------------------------------------*/
#hero3 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero3::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero3.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero3:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero3 .hero3-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}


@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}


#hero3 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero3 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero3 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}

/* media */

@media (max-width: 1024px) {
	#hero3 h2 {
	font-size: 64px;
}
	#hero3 h3 {
		font-size: 50px;
	}
	#hero3 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero3 h2 {
    font-size: 48px;
    }
	#hero3 h3 {
	font-size: 40px;
	}
	#hero3 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 648px){
	#hero3 h2 {
	font-size: 40px;
	}
	#hero3 h3 {
	font-size: 32px;
	}
	#hero3 h4 {
	font-size: 22px;
	}
}

@media (max-width: 514px){
	#hero3 h2 {
	font-size: 38px;
	}
	#hero3 h3 {
	font-size: 28px;
	}
	#hero3 h4 {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
Hero4 Get Involved
--------------------------------------------------------------*/
#hero4 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero4::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero4.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero4:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero4 .hero4-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

#hero4 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero4 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero4 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}
/* media */

@media (max-width: 1024px) {
	#hero4 h2 {
	font-size: 64px;
}
	#hero4 h3 {
		font-size: 50px;
	}
	#hero4 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero4 h2 {
    font-size: 50px;
    }
	#hero4 h3 {
	font-size: 40px;
	}
	#hero4 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 648px){
	#hero4 h2 {
	font-size: 40px;
	}
	#hero4 h3 {
	font-size: 32px;
	}
	#hero4 h4 {
	font-size: 22px;
	}
}

@media (max-width: 514px){
	#hero4 h2 {
	font-size: 38px;
	}
	#hero4 h3 {
	font-size: 28px;
	}
	#hero4 h4 {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
Hero5 Venue
--------------------------------------------------------------*/
#hero5 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero5::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero5.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero5:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero5 .hero5-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

#hero5 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero5 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero5 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}
/* media */

@media (max-width: 1024px) {
	#hero5 h2 {
	font-size: 64px;
}
	#hero5 h3 {
		font-size: 50px;
	}
	#hero5 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero5 h2 {
    font-size: 50px;
    }
	#hero5 h3 {
	font-size: 40px;
	}
	#hero5 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 648px){
	#hero5 h2 {
	font-size: 40px;
	}
	#hero5 h3 {
	font-size: 32px;
	}
	#hero5 h4 {
	font-size: 22px;
	}
}

@media (max-width: 514px){
	#hero5 h2 {
	font-size: 38px;
	}
	#hero5 h3 {
	font-size: 28px;
	}
	#hero5 h4 {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
Hero6 Partners
--------------------------------------------------------------*/
#hero6 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero6::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero6.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero6:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero6 .hero6-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

#hero6 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero6 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero6 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}
/* media */

@media (max-width: 1024px) {
	#hero6 h2 {
	font-size: 64px;
}
	#hero6 h3 {
		font-size: 50px;
	}
	#hero6 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero6 h2 {
    font-size: 50px;
    }
	#hero6 h3 {
	font-size: 40px;
	}
	#hero6 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 648px){
	#hero6 h2 {
	font-size: 40px;
	}
	#hero6 h3 {
	font-size: 32px;
	}
	#hero6 h4 {
	font-size: 22px;
	}
}

@media (max-width: 514px){
	#hero6 h2 {
	font-size: 38px;
	}
	#hero6 h3 {
	font-size: 28px;
	}
	#hero6 h4 {
	font-size: 20px;
	}
}


/*--------------------------------------------------------------
Hero7 Documentation page
--------------------------------------------------------------*/
#hero7 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero7::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero7.jpg") top center no-repeat;
  background-size: cover;
  animation: zoomHero 14s ease-in-out infinite;
  z-index: 0;
}

#hero7:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

#hero7 .hero7-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

@keyframes zoomHero {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

#hero7 h2 {
  margin: 30px 0 10px 0;  
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: 400;
}

#hero7 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
}

#hero7 h4 {
  font-family: "Ancizar Sans";
  font-size: 1.8rem;
  width: 88%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #EFEFEF;
}
/* media */

@media (max-width: 1024px) {
	#hero7 h2 {
	font-size: 64px;
}
	#hero7 h3 {
		font-size: 50px;
	}
	#hero7 h4 {
		font-size: 30px;
	}
}

@media (max-width: 820px) {
  #hero7 h2 {
    font-size: 50px;
    }
	#hero7 h3 {
	font-size: 40px;
	}
	#hero7 h4 {
	font-size: 26px;
	max-width: 80%;
	}
  }

@media (max-width: 648px){
	#hero7 h2 {
	font-size: 40px;
	}
	#hero7 h3 {
	font-size: 32px;
	}
	#hero7 h4 {
	font-size: 22px;
	}
}

@media (max-width: 514px){
	#hero7 h2 {
	font-size: 38px;
	}
	#hero7 h3 {
	font-size: 28px;
	}
	#hero7 h4 {
	font-size: 20px;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about img {
	max-height: 100%;
	max-width: 100%;
}

.about .content h2 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 3.6rem;
  margin-bottom: 10px;
  padding: 50px 0 20px 0px;
  color: #3747db;
}


.about .content h3 {
  font-weight: 500;
  line-height: 2.1rem;
  font-size: 2rem;
}

.about .content h4 {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 36px;
  margin-bottom: 10px;
  padding: 10px 0 10px 0px;
  font-family: "Ancizar Sans", serif;
  color: #3747db;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 5px 0 0 20px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 4px;
  position: absolute;
  font-size: 22px;
  color: #3747db;
}

.about .content p:last-child {
  margin-bottom: 0;
}


.about .content .btn-learn-more {
  font-family: "Georama", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 25px;
  border-radius: 5px;
  transition: 0.4s;
  line-height: 1;
  color: #1023c9;
  animation-delay: 0.8s;
  margin-top: 20px;
  border: 2px solid #1023c9;
}

.about .content .btn-learn-more:hover {
  background: #3747db;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content h2 {
    font-size: 2.8rem;
	line-height: 2.8rem;
	padding: 20px 0 20px 0;
  }
}

@media (max-width: 570px) {
  .about .content h2 {
    font-size: 2.4rem;
	line-height: 2.4rem;
	padding: 20px 0 20px 0;
    }
  .about .content h4 {
    font-weight: 400;
    font-size: 1.8rem;
    }
	.about img {
	max-height: 30px;
	max-width: 30px;
	}
}

  @media (max-width: 460px) {
  .about .content h2 {
    font-size: 2.1rem;
	line-height: 2.2rem;
	padding: 15px 0 0 0;
    }
  .about .content h4 {
    font-weight: 400;
    font-size: 1.8rem;
    }
  .about img {
	max-height: 24px;
	max-width: 24px;
	}
}
/*--------------------------------------------------------------
# Intro - page 1 introduction and side bar 
--------------------------------------------------------------*/
.intro {
	background:#EFF0FF;
}

.intro .container {
	max-width: 1320px; /* 1140 */
	margin-top: 40px;
	padding: 10px 0 0 0;
}

.intro .container h3 {
	font-size: 2rem;
	color: #3747db;
	margin-top: 30px;
}
/*--------------------------------------------------------------
# Chairman section
--------------------------------------------------------------*/
#chairman h2 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #596aff;
}

#chairman p {
	font-size: 1.1rem;
	line-height: 2rem;
}

/* media */

@media (max-width: 570px) {
	#chairman h2 {
	font-size: 2.1rem;
	font-weight: 500;
}
#chairman p {
	font-size: 1rem;
	line-height: 1.7rem;
}
}
@media (max-width: 460px) {
	#chairman h2 {
	font-size: 1.8rem;
	font-weight: 400;
}
}
/*--------------------------------------------------------------
# News section
--------------------------------------------------------------*/

.news h2 {
 font-size: 2.5rem;
 color: #3747db;
 padding: 15px 0 0 0px;
}

.news .section-title {
	padding: 40px 0 20px;
	overflow: hidden;
}

.news .fb-img {
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
}
/*----------------*/
.news .news-carousel,
.news .news-slider {
  overflow: hidden;
}

.news .news-item {
  box-sizing: border-box;
  min-height: 480px;
  height: auto;
  display: flex;
  flex-direction: column;
  background:#fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 7px;
  border-color: #3747db;
  padding: 0 0 16px 0;
}

.news .news-item p {
  flex: 1;
}

.news .news-item .news-img {
  display: block;
  margin: 0 auto 16px auto;
  width: 90%;
  height: 230px;
  max-width: 380px;
  object-fit: cover;
  border: 1px solid #3747db;
  border-radius: 24px;
}

.news .news-item h3 {
  font-family: "Georama";
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 15px 15px 0 15px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.news .news-item h4 {
  font-size: 1rem;
  font-style: italic;
  color: #000;
  margin: 5px 20px 5px 20px;
  padding-bottom: 10px;
}

.news .news-item p {
  font-family: "Georama";
  font-size: 0.975rem; /* ~25% smaller than the original 1.3rem */
  line-height: 1.3rem;
  color: #3747db;
  margin: 5px 20px 5px 20px;
  padding: 10px 20px 10px 20px;
  position: relative;
  border-radius: 6px;
  z-index: 1;
  /* Cap how tall a card can grow: long entries get clipped with an
     ellipsis instead of stretching the card. Raise/lower the 7 below
     to show more or less text per card. */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
}

.news .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.news .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #596aff;
}

.news .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1023c9;
}


@media (max-width: 998px) {
   .news h3 {
   font-size: 1.5rem;
   }
	.news h2 {
	font-size: 2.2rem;
	}
}

@media (max-width: 768px) {
   .news .news-item h4 {
   margin: 5px 20px 5px 20px;
   }
  .news h2 {
   font-size: 2.2rem;
   }
  .news h3 {
   font-size: 1.8rem;
   }
  .news h4 {
   font-size: 0.9rem;
   }
  .news .news-item p {
   font-size: 0.9rem; /* ~25% smaller than the original 1.2rem */
   margin: 0 20px 2px 20px;
   -webkit-line-clamp: 6;
   line-clamp: 6;
   }
  .news .news-item  .news-img {
   height: 190px;
   margin: 0 auto 10px auto;
   }
   .news .news-item {
   min-height: 420px;
   border-radius: 5px;
   border-color: #3747db;
   }
}


@media (max-width: 500px) {
   .news h2r {
    font-size: 26px;
   }
  .news .strap4 {
	font-size: 19px;
  }
  .news .news-item .news-img {
    width: 95%;
    height: 190px;
  }
  .news .news-item p {
   font-size: 0.75rem; /* ~25% smaller than the original 1rem */
   margin: 0 10px 2px 10px;
   -webkit-line-clamp: 5;
   line-clamp: 5;
   }
}
/*--------------------------------------------------------------
# League Table (Relocated Under News Section)
--------------------------------------------------------------*/

.league-news-card {
  margin: 40px 0;
  background-color: #f2f4ff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.league-news-card .card-body {
  padding: 0;
}

.league-news-card .league-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3747db;
  margin-bottom: 20px;
}

.table-updated {
  font-size: 0.9rem;
  color: #555;
  margin: 10px 0 0;
  text-align: left;
}

/*--------------------------------------------------------------
# Dashboard section
--------------------------------------------------------------*/
.dashboard-column {
  padding: 20px;
  margin: 40px 0px;
  background-color: #f2f4ff;
  border-radius: 6px;
}

.dashboard-column #next-fixture-slot,
.dashboard-column #league-table-card {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Match Cards (Dynamic Fixtures)
--------------------------------------------------------------*/

#next-fixture-card {
  border-left: 6px solid #3747db;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.match-type {
  margin-bottom: 8px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Home Fixture Styling
--------------------------------------------------------------*/

#next-fixture-card.home .card-header {
  background-color: #3747db;
  color: #fff;
}

#next-fixture-card.home .card-body {
  background-color: #fff;
  color: #000;
}

/* Home Hover Effect */
#next-fixture-card.home:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-left: 6px solid #c20a13;
}

#next-fixture-card.home:hover .card-header {
  background-color: #c20a13;
  color: #fff;
}

/*--------------------------------------------------------------
# Away Fixture Styling
--------------------------------------------------------------*/

#next-fixture-card.away .card-header {
  background-color: #eac731;
  color: #000;
}

#next-fixture-card.away .card-body {
  background-color: #fff;
  color: #eac731;
}

#next-fixture-card.away .card-body a {
  color: #eac731;
  text-decoration: underline;
}

/* Away Hover Effect */
#next-fixture-card.away:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-left: 6px solid #fff;
}

#next-fixture-card.away:hover .card-header {
  background-color: #fff;
  color: #eac731;
}

/*--------------------------------------------------------------
# Teaser: Next Home Fixture (Shown when next match is away)
--------------------------------------------------------------*/
#next-home-fixture {
  border-left: 6px solid #3747db;
  background-color: #eef1ff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}

/* Hover effect for interactivity */
#next-home-fixture:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  background-color: #eef1ff;
  border-left: 6px solid #3747db;
}

/* Ensure child elements inherit background */
#next-home-fixture .card-header,
#next-home-fixture .card-body {
  background-color: inherit;
}

/* Header styling with crest */
#next-home-fixture .card-header {
  display: flex;
  align-items: center;
  color: #3747db;
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
  padding-left: 8px; /* Reduce default padding */
}

/* Crest icon next to title */
#next-home-fixture .crest-icon {
  height: 32px;
  width: auto;
  object-fit: contain;
  margin-right: 8px;
  margin-left: 0;
}

/* Body text styling */
#next-home-fixture .card-body {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

/* Optional: Crest hover animation */
#next-home-fixture:hover .crest-icon {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

/*--------------------------------------------------------------
Fixture crests
--------------------------------------------------------------*/
.fixture-crests {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.crest {
  width: 50px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.left-crest {
  margin-right: auto;
}

.right-crest {
  margin-left: auto;
}
/*--------------------------------------------------------------
# Visitor Info Card
--------------------------------------------------------------*/

.visitor-info-card {
  margin-top: 20px;
  border-left: 5px solid #596aff;
}

.visitor-info-card .card-title {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Last Result and current form
--------------------------------------------------------------*/
/* Header  */
.last-result-card .card-header {
  font-family: "Ancizar Sans";
  background: none;
  border-bottom: none;
  font-size: 1.5rem;
  text-align: center;
  color: #3747db;
  font-weight: 500;
  padding-bottom: 0;
}

/* Score line */
.last-result-card .result-line {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 15px;
  letter-spacing: 0.5px;
}

/* Crest layout */
.last-result-card .result-crests {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.last-result-card .result-crests img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Date + venue */
.last-result-card .result-meta {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* Current Form heading */
.last-result-card .form-title {
  font-family: "Ancizar Sans", serif;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3747db;
  margin-bottom: 10px;
}

/* Form strip */
.form-strip {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}


/* Form boxes */
.form-box {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white;
  font-size: 1.1rem;
}

.form-title {
  margin-top: 4rem;
  background: #E3E3E3;
  border-radius: 24px;
  margin: auto 10rem auto;
}

.form-win { background: #2ecc71; }
.form-draw { background: #f1c40f; }
.form-loss { background: #e74c3c; }

/* ------- Media ----------------- */
@media (max-width: 768px) {
  .last-result-card .form-title {
  font-size: 1.3rem;
  font-weight: 600;
  }
  .form-title {
  margin-top: 4rem;
  background: #E3E3E3;
  border-radius: 24px;
  margin: auto 2rem auto;
  }
}
@media (max-width: 576px) {
  .last-result-card .result-crests {
  flex-direction: column;
  gap: 10px;
  }
  .last-result-card .result-line {
  font-size: 1.2rem;
  font-weight: 600;
  }
  .last-result-card .result-crests img {
  width: 50px;
  height: 50px;
  }
  .form-box {
  width: 30px;
  height: 30px;
  font-size: 1rem;
  }
}

@media (max-width: 398px) {
  .last-result-card .form-title {
  font-size: 1.2rem;
  font-weight: 600;
  }
  .form-title {
  margin-top: 4rem;
  border-radius: 24px;
  margin: auto 1rem auto;
  }
  .last-result-card .result-line {
  font-size: .9rem;
  font-weight: 400;
  }
  .form-strip {
  gap: 4px;
  }
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.league-table-header {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
  color: #3747db;
}

#league-table img {
  width: 24px;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 6px;
}

#league-table {
  max-width: 100%;
  min-width: 240px;
}

#league-table .table-responsive {
  overflow-x: auto;
}

#league-table table {
  width: 100%;
  table-layout: auto;
}

#league-table td, #league-table th {
  padding: 2px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

#league-table tr.canvey-highlight td {
  background-color: #596aff !important;
  color: #fff !important;
  font-weight: bold;
  border-left: 4px solid #ffc107 !important;
  }

#league-table tr.canvey-highlight td:first-child {
  border-left: 4px solid #eac731 !important;
}

#league-table tr.canvey-highlight td:not(:first-child) {
  border-left: none !important;
}

/* Visitors card */
.visitor-info-card {
  margin-top: 20px;
  border-left: 5px solid #596aff;
}
.visitor-info-card .card-title {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Sidebar About page: Countdown to next fixture
--------------------------------------------------------------*/
.info-box {
  margin-bottom: 1rem;
}

#countdown-box {
	margin: 20px 0;
}
.countdown-box h5 {
  text-align: center;
  line-height: 2rem;
  color: #c20a13;
  border-radius: 10px;
}

#countdown {
  font-weight: 400;
  font-size: 1.0rem;
  color: #c20a13;
  animation: pulse 2.0s infinite;
}

.countdown-block {
  flex: 1;
  background-color: #f8f9fa;
  padding: 0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.countdown-number {
  font-size: 1rem;
  font-weight: bold;
  color: #b00000;
  display: block;
  animation: pulse 1.5s infinite;
}

.countdown-label {
  font-size: 0.7rem;
  color: #333;
  margin-top: 0.25rem;
}


/* ----------------------------------------------------------------
   Live-travel status states for rail.js.
   ---------------------------------------------------------------- */

/* Cancellations / severe disruption / part-suspension */
.status-severe .status-badge {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Planned engineering works / amended or special timetable */
.status-planned .status-badge {
  background-color: #d6e4ff;
  color: #1a3e8c;
  border: 1px solid #b6c9f7;
}

/* Live data couldn't be fetched - deliberately neutral, not "all clear" */
.status-unknown .status-badge {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d3d6d8;
}
/*--------------------------------------------------------------
# Sidebar About/Index page: weather
--------------------------------------------------------------*/

.weather-box {
  padding: 1rem;
  border-radius: 8px;
}

.weather-box ul li {
  margin-bottom: 6px;
}

.weather-box img {
  height: 36px;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 6px;
}


.weather-box.sunny-gradient {
  background: linear-gradient(to bottom, #FFD966, #FFB347);
  color: #333;
}

.weather-box.cloudy-gradient {
  background: linear-gradient(to bottom, #D3D3D3, #A9A9A9);
  color: #333;
}

.weather-box.rainy-gradient {
  background: linear-gradient(to bottom, #6D9DC5, #3A6EA5);
}

.weather-box.stormy-gradient {
  background: linear-gradient(to bottom, #3B3B3B, #1C1C1C);
}

.weather-box.snowy-gradient {
  background: linear-gradient(to bottom, #E0F7FA, #B0E0E6);
  color: #333;
}

.weather-box.misty-gradient {
  background: linear-gradient(to bottom, #D3D3D3, #F5F5F5);
  color: #333;
}

.weather-box.frosty-gradient {
  background: linear-gradient(to bottom, #B0E0E6, #E6F7FF);
  color: #333;
}

.weather-box.windy-gradient {
  background: linear-gradient(to bottom, #A8D5BA, #6FB98F);
  color: #333;
}

.weather-box.default-gradient {
  background: linear-gradient(to bottom, #cccccc, #999999);
  color: #333;
}
.weather-box.night-gradient {
  background: linear-gradient(to bottom, #1a1a2e, #16213e);
  color: #fff;
}
.weather-box.night-gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(white 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.weather-box {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# Sidebar About page: facts
--------------------------------------------------------------*/
#fun-fact {
  transition: opacity 0.9s ease-in-out;
}
/*--------------------------------------------------------------
# Partners - panel in multiple pages
--------------------------------------------------------------*/
.partners {
  padding: 15px 0;
  text-align: center;
  background: #ffffff ;
}

.partners h4 {
	font-size: 2.5rem;
	color:#3747db;
	padding: 5px 0 20px 0;
}

.partners img {
  max-width: 45%;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.partners img:hover {
  filter: none;
  transform: scale(1.35);
}

.sponsor-link img {
  max-width: 45%;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.sponsor-link img:hover {
  filter: none;
  transform: scale(1.35);
}


/* Media */
@media (max-width: 1400px) {
  .dashboard-column {
  padding: 15px;
  }
  .dashboard-column .card {
  padding: 0.4rem;
  }
  #countdown-box {
  margin: 10px 0;
  }
  .card-body .card-title{
  font-size: 1.2rem;
  }
  .card-body .countdown-label {
  font-size: 0.6rem;
  }
  .countdown-number {
  font-size: 0.8rem;
  font-weight: bold;
  color: #b00000;
  display: block;
  animation: pulse 1.5s infinite;
  }
}

@media (max-width: 1200px) {
  .dashboard-column {
  padding: 10px;
  }
  .dashboard-column .card {
  padding: 0.3rem;
  }
  #countdown-box {
  margin: 10px 0;
  }
  .card-body .card-title{
  font-size: 1.1rem;
  }
  .card-body .countdown-label {
  font-size: 0.6rem;
  }
  .countdown-number {
  font-size: 0.8rem;
  font-weight: bold;
  color: #b00000;
  display: block;
  animation: pulse 1.5s infinite;
  }
  .countdown-block {
  flex: 1;
  padding: 0.3rem;
  border-radius: 0.3rem;
  }
}


@media (max-width: 768px) {
  .sponsor-link img {
    max-width: 40%;
  }
.partners h4 {
	font-size: 2.1rem;
}
}

@media (max-width: 768px) {
  .partners img {
    max-width: 40%;
  }
.partners h4 {
	font-size: 1.8rem;
}
}


/*--------------------------------------------------------------
# Our Partners - Sponsors Page
--------------------------------------------------------------*/
#sponsor-intro {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#sponsor-intro .club-quote {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.7rem;
  margin: 2rem 0;
  background: #f9f9f9;
  border-left: 6px solid #596AFF;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

#sponsor-intro .intro-section {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

#sponsor-intro .page-heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #3747db;
}

#sponsor-intro .intro-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
}

#sponsor-intro .intro-text {
  flex: 1 1 700px;
  max-width: 800px;
  text-align: left;
}

#sponsor-intro .intro-photo {
  flex: 1 1 440px;
  max-width: 800px;
}

#sponsor-intro .intro-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  max-height: 380px;
}

#sponsor-intro .card-header {
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 1rem;
}

#sponsor-intro .involvement-text h4 {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.4rem;
  margin: 2rem 0;
  background: #f9f9f9;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

/* media */
@media (max-width: 570px) {
  #sponsor-intro .page-heading {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 12px;
}
#sponsor-intro .club-quote {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
}
}

@media (max-width: 460px) {
  #sponsor-intro .page-heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#sponsor-intro .club-quote {
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 1rem 1rem;
  margin: 1.2rem 0;
}
}

/*--------------------------------------------------------------
# Sponsor Grid
--------------------------------------------------------------*/
.sponsor-grid-dark {
  background-color: #2c2c2c;
  padding: 1.5rem 0.5rem 3rem 0.5rem;
  text-align: center;
}

.sponsor-grid-dark .section-heading {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

/* Premium Sponsors Row */
.premium-sponsors {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.premium-sponsors .sponsor-card img {
  max-width: 220px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
  border-radius: 6px;
  background-color: transparent;
  margin: 2rem 2.5rem;
}

.premium-sponsors .sponsor-card:hover img {
  filter: none;
  transform: scale(1.25);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
}

/* Standard Sponsor Grid */
.sponsor-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row by default */
  gap: 2rem;
  justify-items: center;
}
.sponsor-card {
  display: flex;
  align-items: center;  /* vertical*/
  justify-content: center; 
  height: 160px;          
  padding: 0.5rem;
}

.sponsor-card img {
  max-width: 220px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
  border-radius: 6px;
  background-color: transparent;
  margin: 2.5rem 2.5rem;
}

.sponsor-card:hover img {
  filter: none;
  transform: scale(1.25);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
}

.sponsor-grid-last-row {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}


/* Kit supplier */
.kit-header {
  background: linear-gradient(to right, #e3f2fd, #bbdefb);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.kit-supplier .involvement-text a, a:hover {
  color: #c20a13;
}

/* Become a Sponsor section styling */
.sponsor-header {
  background: linear-gradient(to right, #fff9c4, #fff59d);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

/* Floated sponsor image */
.sponsor-float-img {
  float: right;
  margin: 0 0 1rem 1.5rem;
  width: 300px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* media */

/* Responsive tweak for small screens */
@media (max-width: 768px) {
  .sponsor-float-img {
    float: none;
    display: block;
    margin: 0 auto 1rem auto;
  }
}

/* -- */
@media (max-width: 1020px) {
  .sponsor-grid-wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
}
@media (max-width: 730px) {
 .sponsor-grid-wrapper {
  grid-template-columns: 1fr; /* 1 per row on mobile */
 }
}
@media (max-width: 600px) {
  .sponsor-grid-last-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 570px) {
 .kit-header {
  font-size: 1.4rem;
  font-weight: 400;
}
 .involvement-text h4 {
  font-size: 1rem;
  }
 .sponsor-header {
  font-size: 1.4rem;
  font-weight: 400;
}
 .sponsor-grid-dark {
  padding: 1.5rem 0.2rem 3rem 0.2rem;
}
}

@media (max-width: 460px) {
 .kit-header {
  font-size: 1.2rem;
 }
 .sponsor-header {
  font-size: 1.2rem;
 }
 .sponsor-card img {
    margin: 1rem auto;
 }
 .sponsor-grid-dark {
  padding: 1rem 0rem 2rem 0rem;
 }
}

/*--------------------------------------------------------------
# Membership page
--------------------------------------------------------------*/
#membership-intro {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#membership-intro .club-quote {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.7rem;
  margin: 2rem 0;
  background: #f9f9f9;
  border-left: 6px solid #596AFF;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

#membership-intro .intro-section {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

#membership-intro .page-heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3747db;
}

#membership-intro .intro-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
}

#membership-intro .intro-text {
  flex: 1 1 700px;
  max-width: 800px;
  text-align: left;
}

#membership-intro .intro-photo {
  flex: 1 1 440px;
  max-width: 800px;
}

#membership-intro .intro-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  max-height: 380px;
}

#membership-intro .card-header {
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 1rem;
}

#membership-intro .involvement-text h4 {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.4rem;
  margin: 2rem 0;
  background: #f9f9f9;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

.membership-intro .btn-member {
  font-family: "Georama", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 25px;
  border-radius: 5px;
  transition: 0.4s;
  line-height: 1;
  color: #c20a13;
  animation-delay: 0.8s;
  margin-top: 20px;
  border: 2px solid #c20a13;
}

.membership-intro .btn-member:hover {
  background: #c20a13;
  color: #fff;
}


/*--------------------------------------------------------------
# Club History Section
--------------------------------------------------------------*/
.history-section {
  background-color: #FDF6EC; 
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.history-heading {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  color: #171512;
  font-weight: 600;
}

.history-block {
  overflow: auto;
  margin-bottom: 3rem;
}

.history-text {
  line-height: 1.7;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1rem;
}

.history-photo {
  max-width: 280px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 20px 10px 0;
}

.history-photo.float-start {
  float: left;
}

.history-photo.float-end {
  float: right;
}

/* media */
@media (max-width: 768px) {
  .history-photo {
    max-width: 100%;
    float: none;
    display: block;
    margin: 1rem auto;
  }
.history-heading {
  margin-bottom: 1.8rem;
  font-size: 2.1rem;
  font-weight: 500;
}
	.history-text {
	font-size: 1rem;
	line-height: 1.4rem;
	}
}

@media (max-width: 460px) {
  .history-heading {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-weight: 400;
}
}
/*--------------------------------------------------------------
# Visitor-info
--------------------------------------------------------------*/
#visitor-info .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 1rem;
}

#visitor-info h2 {
	font-size: 2.4em;
	color: #596aff;
	text-align: left;
	margin-top: 20px;
}

#visitor-info .info-cards {
  display: grid;
  grid-template-columns: 1fr; /* default: mobile stack */
  gap: 2rem;
  margin-top: 2rem;
}

/* Medium screens and up: show 2 cards per row */
@media (min-width: 768px) {
  #visitor-info .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

#visitor-info .info-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 1.5rem;
  transition: background-color 0.6s ease, transform 0.3s ease;
}

#visitor-info .info-card:hover {
  background-color: #eac731;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#visitor-info .info-card h3 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #596aff;
}

#visitor-info .info-card p {
  color: #000;
  font-size: 1.1rem;
}

#visitor-info .map {
  opacity: 0;
  transition: opacity 2s ease-in;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#visitor-info .map::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background-image: url('/assets/images/Canvey-Island-RFC-Badge.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
/* for c2c card */
.inline-logo {   
  height: .8em;
  vertical-align: middle;
  margin-right: 0.4em;
}
.travel-list li {
  margin-bottom: 0.5em;
  font-size: 0.95em;
}
.travel-list strong {
  color: #005BAC; /* c2c blue */
}

/* Status badge styling */
.status-badge {
  display: inline-block;
  padding: 0.4em 0.9em;
  border-radius: 999px;
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}

.status-ok .status-badge {
  background-color: #d4edda;
  color: #256029;
  border: 1px solid #c3e6cb;
}

.status-warning .status-badge {
  background-color: #FFBF00;
  color: #614900;
  border: 1px solid #ffeeba;
}

.status-link {
  display: inline-block;
  margin-top: 0.4em;
  font-size: 1em;
  color: #005BAC;
  line-height: 1.2rem;
  text-decoration: none;
}
.status-link:hover {
  text-decoration: none; /* optional hover effect */
  color: #003f7d; /* slightly darker blue */
}

/* ---------------------- */

.info-card .parking-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
}

.info-card .clubhouse-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  object-fit: cover;
}

#visitor-info .info-card.full-width {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  #visitor-info .info-card.full-width {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 570px) {
	#visitor-info h2 {
	font-size: 2.1em;
	margin-top: 12px;
}
}

@media (max-width: 460px) {
	#visitor-info h2 {
	font-size: 1/8em;
	margin-top: 10px;
}
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery h2 {
  font-size: 2.4em;
  color: #596aff;
  text-align: left;
  margin-top: 20px;
}

#gallery p {
  font-size: 1.1rem;
  line-height: 2rem;
}


/* mobile */
@media (max-width: 460px) {
  #gallery h2 {
    font-size: 1/8em;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Squads
--------------------------------------------------------------*/
#senior-squad {
  margin-top: 2rem;
}

#senior-squad .card-header {
  background: repeating-linear-gradient(
    45deg, /* Diagonal stripes */
    #596aff,
    #596aff 60px,
    #c20a13 60px,
    #c20a13 120px
  );
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}

#senior-squad .card-body.senior-style:hover {
  background: repeating-linear-gradient(
    45deg,
    #f3f4f7,
    #f3f4f7 10px,
    #ffffff 10px,
    #ffffff 20px
  );
}


#youth-squad .card-header {
  background: repeating-linear-gradient(
    45deg,
    #eac731,
    #eac731 60px,
    #fff 60px,
    #fff 120px
  );
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #333;
  border-radius: 0.5rem 0.5rem 0 0;
}

#youth-squad .card-body.youth-style:hover {
  background: repeating-linear-gradient(
    45deg,
    #fefcea,
    #fefcea 10px,
    #ffffff 10px,
    #ffffff 20px
  );
}

#valkyries .card-header {
  background: repeating-linear-gradient(
    45deg,
    #c8102e,
    #c8102e 60px,
    #3747db 60px,
    #7583ff 120px
  );
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}

#valkyries .card-body.valkyries-style:hover {
  background: repeating-linear-gradient(
    45deg,
    #fff2f5,
    #fff2f5 10px,
    #ffffff 10px,
    #ffffff 20px
  );
}

#vets {
  margin-top: 2rem;
}

#vets .card-header {
  background: repeating-linear-gradient(
    45deg, /* Diagonal stripes */
    #596aff,
    #596aff 60px,
    #8b5c42 60px,
    #8b5c42 120px
  );
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}

#vets .card-body.vets-style:hover {
  background: repeating-linear-gradient(
    45deg,
    #fceee6,
    #fceee6 10px,
    #ffffff 10px,
    #ffffff 20px
  );
}

/* all cards */

.squad-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.squad-text {
  flex: 1 1 60%;
  min-width: 250px;
}

.squad-photo {
  flex: 1 1 35%;
  min-width: 200px;
}

.squad-photo img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* media */

@media (max-width: 860px){
  #senior-squad .card-header {
  height: 3.5rem;
  font-size: 2.2rem;
}
#youth-squad .card-header {
  height: 3.5rem;
  font-size: 2.2rem;
}
#valkyries .card-header {
  height: 3.5rem;
  font-size: 2.2rem;
}
#vets .card-header {
  height: 3.5rem;
  font-size: 2.2rem;
}
}

@media (max-width: 770px){
  #senior-squad .card-header {
  height: 2.8rem;
  font-size: 2rem;
}
#youth-squad .card-header {
  height: 2.8rem;
  font-size: 2rem;
}
#valkyries .card-header {
  height: 2.8rem;
  font-size: 2rem;
}
#vets .card-header {
  height: 2.8rem;
  font-size: 2rem;
}
}

@media (max-width: 570px){
  #senior-squad .card-header {
  height: 2rem;
  font-size: 1.4rem;
}
#youth-squad .card-header {
  height: 2rem;
  font-size: 1.4rem;
}
#valkyries .card-header {
  height: 2rem;
  font-size: 1.4rem;
}
#vets .card-header {
  height: 2rem;
  font-size: 1.4rem;
}
}
@media (max-width: 460px){
  #senior-squad .card-header {
  height: 1.8rem;
  font-size: 1.3rem;
}
#youth-squad .card-header {
  height: 1.8rem;
  font-size: 1.3rem;
}
#valkyries .card-header {
  height: 1.8rem;
  font-size: 1.3rem;
}
#vets .card-header {
  height: 1.8rem;
  font-size: 1.3rem;
}
}
/*--------------------------------------------------------------
# Get Involved Sections
--------------------------------------------------------------*/
#get-involved {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#get-involved .club-quote {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.7rem;
  margin: 2rem 0;
  background: #f9f9f9;
  border-left: 6px solid #596AFF;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

#get-involved .intro-section {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

#get-involved .page-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

#get-involved .intro-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
}

#get-involved .intro-text {
  flex: 1 1 700px;
  max-width: 800px;
  text-align: left;
}

#get-involved .intro-photo {
  flex: 1 1 440px;
  max-width: 800px;
}

#get-involved .intro-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

#get-involved .card-header {
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 1rem;
}

.involvement-text h4 {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 1rem 1.4rem;
  margin: 2rem 0;
  background: #f9f9f9;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

/* Section header styles */
/* Reusable base class for all section headers */
.section-header-with-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 125px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 1rem 1.5rem;
  z-index: 1;
  overflow: hidden;
}

.section-header-with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* default overlay */
  background-position: center center;
  z-index: -1;
}

/* Individual header styles with custom background images and overlay tones */

.playing-header {
  background-image: url('../images/gi-play.jpg');
}
.playing-header::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.coaching-header {
  background-image: url('../images/gi-coach.jpg');
}

.coaching-header::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.membership-header {
  background-image: url('../images/gi-member.jpg');
}

.membership-header::before {
  background-color: rgba(0, 0, 0, 0.25);
}

.refereeing-header {
  background-image: url('../images/gi-ref.jpg');
}
.refereeing-header::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.volunteering-header {
  background-image: url('../images/gi-vol.jpg');
}

.volunteering-header::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.unsure-header {
  background-image: url('../images/gi-unsure.jpg');
}

.unsure-header::before {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Shared layout styles */
.involvement-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  padding: 1rem;
}

.involvement-text {
  flex: 1 1 60%;
  min-width: 250px;
}



.involvement-photo img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.involvement-photo {
  flex: 1 1 35%;
  min-width: 200px;
  max-width: 400px;
  margin: 0 auto;
}


.card-body:hover {
  background-color: #f5fdfb;
  transition: background-color 0.3s ease;
}

.enquire-button {
  background-color: #3747db;
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.enquire-button:hover {
  background-color: #596aff;
}

.enquire-button2 {
  background-color: #3747db;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.enquire-button2:hover {
  background-color: #596aff;
}

.enquire-button3 {
  background-color: #3747db;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.enquire-button3:hover {
  background-color: #596aff;
}

.enquire-button4 {
  background-color: #3747db;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.enquire-button4:hover {
  background-color: #596aff;
}

.enquire-button5 {
  background-color: #3747db;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.enquire-button5:hover {
  background-color: #596aff;
}

/* media*/
@media (max-width: 570px) {
  #get-involved .page-heading {
  font-size: 2.1rem;
  margin-bottom: 12px;
}
  #get-involved .club-quote {
  font-size: 1.2rem;
}
.section-header-with-bg {
  min-height: 110px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 1rem;
}
}

@media (max-width: 460px) {
  #get-involved .page-heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
  #get-involved .club-quote {
  font-size: 1rem;
}
.section-header-with-bg {
  min-height: 90px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: .8rem .7rem;
}
}
/*--------------------------------------------------------------
# Venue Sections
--------------------------------------------------------------*/
#venue-intro {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#venue-intro .club-quote {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.7rem;
  margin: 2rem 0;
  background: #f9f9f9;
  border-left: 6px solid #596AFF;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

#venue-intro .intro-section {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

#venue-intro .page-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

#venue-intro .intro-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
}

#venue-intro .intro-text {
  flex: 1 1 700px;
  max-width: 800px;
  text-align: left;
}

#venue-intro .intro-photo {
  flex: 1 1 440px;
  max-width: 800px;
}

#venue-intro .intro-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  max-height: 380px;
}

#venue-intro .card-header {
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 1rem;
}

#venue-intro .involvement-text h4 {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1rem 1.4rem;
  margin: 2rem 0;
  background: #f9f9f9;
  border-left: 6px solid #596AFF;
  color: #333;
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}
/* Individual header styles */

.occasion-header {
  background: linear-gradient(to right, #e3f2fd, #bbdefb);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.sales-header {
  background: linear-gradient(to right, #ffe0e0, #ffc1c1);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.activity-header {
  background: linear-gradient(to right, #d0f4de, #a9def9);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.dining-header {
  background: linear-gradient(to right, #f5f5f5, #eeeeee);
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.social-header {
  background: linear-gradient(to right, #fff9c4, #fff59d); /* soft gold */
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

/* Shared layout styles */
.involvement-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  padding: 1rem;
}

.involvement-text {
  flex: 1 1 60%;
  min-width: 250px;
}

.involvement-photo img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.involvement-photo {
  flex: 1 1 35%;
  min-width: 200px;
  max-width: 400px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* media */

@media (max-width: 570px) {
  #venue-intro .page-heading {
  font-size: 2.1rem;
  margin-bottom: 12px;
}
#venue-intro .club-quote {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1rem 1.4rem;
  margin: 1.8rem 0;
}
.occasion-header {
  font-size: 1.5rem;
  font-weight: 400;
}
.sales-header {
  font-size: 1.5rem;
  font-weight: 400;
}
.activity-header {
  font-size: 1.5rem;
  font-weight: 400;
}

.dining-header {
  font-size: 1.5rem;
  font-weight: 400;
}

.social-header {
  font-size: 1.5rem;
  font-weight: 400;
}
.involvement-text h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: .9rem 1.2rem;
  margin: 1.5rem 0;
}
}

@media (max-width: 460px) {
  #venue-intro .page-heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#venue-intro .club-quote {
  font-size: 1rem;
  line-height: 1.2;
  padding: 1rem 1.2rem;
  margin: 1.2rem 0;
}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #3747db;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #596aff;
}

/*--------------------------------------------------------------
# Saracens Partner Club
--------------------------------------------------------------*/
.partner-highlight {
  padding: 40px 0;
  background-color: #f7f7f7;
}

.partner-highlight h4 {
	color: #fff;
	font-size: 2.4rem;
}

.partner-highlight .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #151515;
}

.partner-highlight .section-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

.saracens-logo {
  max-height: 200px;
  transition: transform 0.3s ease;
  filter: grayscale(60%);
}

.saracens-logo:hover {
  filter: none;
  transform: scale(1.7);
}

.partner-highlight {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/sarries-champs.jpg") fixed center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  z-index: 0;
}

.partner-highlight::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust darkness level here */
  z-index: -1;
}

.partner-highlight .btn-sar {
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: .1rem;  
	padding: 12px 32px;
    border-radius: 4px;
	border: 2px solid #BE1622; 
	transition: 0.8s;
	background: #BE1622
}

.partner-highlight .btn-sar:hover {
	font-size: 1.2rem;
	color: #BE1622;
	letter-spacing: .1rem;
	text-decoration: none;
    border: 2px solid #fff;
	background: #fff;
}

/* media */
@media (max-width: 570px) {
	.partner-highlight h4 {
	font-size: 2.1rem;
}
.partner-highlight p {
	font-size: 1rem;
}
}

@media (max-width: 460px) {
	.partner-highlight h4 {
	font-size: 1.8rem;
}
}
/*--------------------------------------------------------------
# RFU Accreditation
--------------------------------------------------------------*/
.accreditation {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("../images/Accreditation_Photo.jpg") fixed center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  z-index: 0;
  padding: 40px 0px;
}

.accreditation::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 90%; height: 90%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust darkness level here */
  z-index: -1;
}

.accreditation h4 {
	color: #fff;
	font-size: 2.4rem;
}

.accreditation .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #151515;
}

.accreditation .section-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

.rfu-logo {
  max-height: 180px;
  transition: transform 0.3s ease;
  filter: grayscale(75%);
}

.rfu-logo:hover {
  filter: none;
  transform: scale(1.4);
}

/* media */
@media (max-width: 1000px) {
  .accreditation h4 {
  font-size: 2.1rem;
  padding-top: 1rem;
  }
  .accreditation p {
  font-size: 0.9rem;	
	}
}
@media (max-width: 570px) {
  .accreditation h4 {
  font-size: 2rem;
  padding-top: 1rem;
  }
  .accreditation p {
  font-size: 1rem;
  }
}
@media (max-width: 460px) {
  .accreditation h4 {
  font-size: 1.8rem;
  }
}
/*--------------------------------------------------------------
# Indee Rose partnership
--------------------------------------------------------------*/
.indeerose {
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/Indee Rose .png") fixed center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  z-index: 0; 
  overflow: hidden; 
}

.indeerose::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1; 
}

.indeerose h4 {
  color: #fff;
  font-size: 2.4rem;
}

.indeerose .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #151515;
}

.indeerose .section-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.indee-logo {
  max-height: 175px;
  transition: transform 0.3s ease;
  filter: grayscale(80%);
}

.indee-logo:hover {
  filter: none;
  transform: scale(1.5);
}

.indeerose .btn-indee {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .1rem;
  padding: 12px 30px;
  border-radius: 4px;
  border: 2px solid #F90093;
  transition: 0.8s;
  background: #F90093;
}

.indeerose .btn-indee:hover {
  font-size: 1.2rem;
  color: #E62780;
  letter-spacing: .1rem;
  text-decoration: none;
  border: 2px solid #E62780;
  background: #fff;
}

/*--------------------------------------------------------------
# Floating Hearts Animation
--------------------------------------------------------------*/
.floating-hearts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2; /* above the overlay */
}

.heart {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f90093;
  transform: rotate(45deg);
  animation: floatUp 10s linear infinite;
  opacity: 0.2; 
  box-shadow: 0 0 6px rgba(249, 0, 147, 0.3); 
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f90093;
  border-radius: 50%;
}

.heart::before {
  top: -10px;
  left: 0;
}

.heart::after {
  left: -10px;
  top: 0;
}

@keyframes floatUp {
  0% {
    bottom: -20px;
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
  }
  100% {
    bottom: 100%;
    opacity: 0.9;
    transform: rotate(45deg) scale(0.8);
  }
}

/*-- Media ----*/
@media (max-width: 768px) {
  .indeerose {
    padding: 20px 0;
  }
.indeerose h4 {
  font-size: 2.1rem;
}
}
/*--------------------------------------------------------------
# Club Contacts
--------------------------------------------------------------*/
@media (max-width: 570px) {
  .club-contacts table td, 
  .club-contacts table th {
    font-size: 0.7rem;
    padding: 0.3rem;
  }
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values {
	margin: 60px 0 0 0;
}

 .our-values h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 50px 0 20px 0px;
  font-family: "Ancizar Sans", serif;
  color: #3747db;
}

.our-values .card {
  border: 0;
  padding: 240px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.our-values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.our-values .card-title a {
  color: #150517;
}

.our-values .card-text {
  color: #5e5e5e;
}

.our-values .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.our-values .read-more a:hover {
  text-decoration: underline;
}

.our-values .card:hover .card-body {
  background: #4169E1;
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  width: 100%;
  background: #fff;
}

.contact h2 {
  font-family: "Ancizar Sans", serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 40px 0;
  color: #3747db;
}

.contact h4 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3747db;
  padding: 5px 0;
}

.contact p {
  font-family: "Ancizar Sans", serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin: 0;
  color: #1023c9;
}

/* Info Boxes */
.contact .info {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.contact .info > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* Text Content */
.contact .info p {
  margin: 0;
  display: flex;
  align-items: center;
}

.contact .info i {
  font-size: 20px;
  color: #1023c9;
  background: #edeff1;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #3747db;
  color: #fff;
}

.contact .info .address {
  align-items: flex-start;
}

/* Contact Form */
#contact-form {
  scroll-margin-top: 120px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

/* Unified input + select styles */
.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  font-family: Georama;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form select {
  height: 44px;
  font-family: 'Georama', sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='none' stroke='%233747db' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 14px 10px;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.contact .php-email-form .form-group select.form-control {
  font-family: 'Georama', sans-serif;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus {
  border-color: #596aff;
}

/* Flex harmony for dropdown + subject input */
.contact .php-email-form .row.mt-3 {
  margin-bottom: 12px;
}

.contact .php-email-form .form-group .form-control {
  font-family: "Georama";
  margin-bottom: 0;
}

/* Feedback Messages */
.contact .php-email-form .loading,
.contact .php-email-form .error-message,
.contact .php-email-form .sent-message {
  display: none;
  padding: 15px;
  font-weight: 600;
  text-align: center;
}

.contact .php-email-form .error-message {
  background: #EC0003;
  color: #fff;
  text-align: left;
}

.contact .php-email-form .sent-message {
  background: lawngreen;
  color: #fff;
}

.contact .php-email-form .loading {
  background: #fff;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-radius: 50%;
  border: 3px solid #3747db;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

/* Submit Button */
.contact .php-email-form button[type=submit] {
  background: #3747db;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  border-radius: 50px;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #596aff;
}

/* Animation */
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* media */
@media (max-width: 768px) {
  .contact p {
    font-size: 16px;
  }
.contact h2 {
  font-size: 2.4rem;
  margin: 20px 0;
}
 .contact h4 {
  font-size: 2.4rem;
  font-weight: 500;
}
}

@media (max-width: 460px) {
	.contact h2 {
  font-size: 1.8rem;
}
 .contact h4 {
  font-size: 1.8rem;
  font-weight: 400;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.9)), url("../images/footer-bg.jpg") center center;
  background-size: cover;
  margin: 20px 0 0 0;
  padding: 60px 0;
}

#footer h3 {
  font-size: 42px;
  font-weight: 400;
  font: italic;
  color:#3747db;
  padding-bottom: 12px;
}

#footer h4 {
  font-size: 26px;
  font-weight: 500;
  color:#596aff;
  padding-bottom: 18px;
  margin-top: 20px;
}

#footer .footer-top {
  padding: 10px 0 20px 0;
}

#footer .footer-top img {
  margin: 0px 0 20px 0;
}

#footer .footer-top .footer-sarries {
	margin: 20px 0px 10px 0px;
}

#footer .ftname {
	font-size: 28px;
	color: #fff;
	line-height: 38px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: #fff;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Georama", sans-serif;
  color: #fff;
}

#footer .footer-top .footer-contact a {
 	font-size: 16px;
	color: #fff;
	font-style: italic;
}
	

#footer .footer-top .footer-links {
    margin-top: 30px;
	bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3747db;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3747db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #FFF;
}

#footer .copyright {
  padding-top: 5px;
  font-size: 14px;
  color: #FFF;
}

#footer .twc {
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

#footer .social-links a {
  font-size: 21px;
  display: inline-block;
  background: #3747db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #596aff;
  color: #fff;
  text-decoration: none;
}


@media (min-width: 1024px) {
  #footer {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #footer h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #footer h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #footer .php-email-form input {
    margin: 0 auto;
  }
}
