#popup {
	width: 20%;
	position:fixed;
	margin:0 0;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
}
#popup img {
	border: 2px solid #fff;
}
.close-button {
	position: absolute;
	top: 5px;
	left: 5px;
}
.btn-close {
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}
.book-now {
	position: relative;
	top: -50px;
	left: 50%;
	font-size: 1.4em;
}

@font-face {
  font-family: 'Beautiful Everytime';
  src: url('https://hosting.sch.life/Fonts/BeautifulEveryTime.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1, h2, .welcome-message-home {
  font-family: 'Beautiful Everytime', cursive;
}
.vid-overlay {
  position: relative;
}

.welcome-message-home {
  position: absolute;
  bottom: 25%;
  left: 100px;
  z-index: 10;
  background-color: rgba(0,0,0,0.4);
  padding: 20px 40px 20px 100px;
  color: #fff;
  border-radius: 8px;
  max-width: 40%;
  text-align: right;
}
.welcome-message-home h2 span {
	color: #fff;
	font-size: 5.5vw;
	text-align: right;
	font-weight: 500;
}
.welcome-message-home h2 {
	color: #fff;
	font-size: 5.5vw;
	text-align: right;
	font-weight: 200!important;
}
.welcome-message-home p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 1.8vw;
	text-align: right;
	font-weight: 200!important;
}
.welcome-message-home h2,
.welcome-message-home p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.slide-in-from-right {
  transform: translateX(100vw); /* start completely off the right edge of viewport */
  opacity: 0;
  transition: transform 2.5s ease-out, opacity 0.8s ease-out;
}

.slide-in-from-right.active {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .welcome-message-home {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px;
    border-radius: 6px;
        margin-bottom: 35px;
  }

  .welcome-message-home h2 {
    font-size: 5vw;
    text-align: center;
  }

  .welcome-message-home h2 span {
    font-size: 6vw;
    text-align: center;
    display: block;
  }

  .welcome-message-home p {
    font-size: 4vw;
    text-align: center;
    margin-top: 5px;
  }
}

/* Force AOS 'slide-right' to come from the actual right side of viewport */
[data-aos="fade-right"],
[data-aos="slide-right"] {
  transform: translateX(100vw) !important; /* start fully off-screen to the right */
  opacity: 0 !important;
}

[data-aos="fade-right"].aos-animate,
[data-aos="slide-right"].aos-animate {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition: all 0.8s ease-out !important;
}

.shape-top {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
	width: 101%;
	bottom:100px;
	position: relative;
	height: 100px;
	z-index: 10;
}
.panel-body {
	padding: 0 !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
.panel-group .panel {
}
.panel-footer {
	text-align: center;
	background-color: #DBDEE6;
	color: #000;
}
.panel-footer h3 {
	font-size: 1.4em;
	margin-top: 0;
}
.panel-footer small {
	color: #fff;
}
.currbg {
	background-image: url(/webcontent/webimage/14-dsc00005.jpg);
	background-position: center top;
}

.keybg {
	background-image: url(/webcontent/webimage/44-dsc00092.jpg);
	background-position: center 20%;
}
.commbg {
	background-image: url(/webcontent/webimage/23-dsc00017.jpg);
	background-position: center top;
}

.prinbg {
	background-image: url(/webcontent/webimage/31-dsc00026.jpg);
	background-position: center top;
}
.cyiDRg {
    padding-top: 0 !important;
	margin: 0 0 0 0 !important;
	max-height: 250px;
}
.eapp-logo-showcase-logo-inner {
display: inline !important;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
}
.housepoints-row {
}
.insta-feed {
	margin-top: -80px;
	margin-bottom: 50px;
}
.eapp-logo-showcase-logo-innerInner.jsx-3565030109 {
	height:100%!important;
	width:100%!important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.eapp-logo-showcase-logo-innerInner.jsx-4186981309 {
    height:100%!important;
	width:100%!important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.eapp-logo-showcase-logo-innerInner.jsx-3565030109:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.eapp-logo-showcase-logo-innerInner.jsx-4186981309:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.cyiDRg {
	padding-top:20px!important;
}
#bodycontent-home {
	margin-top: 20px;
}
[data-housename="Draco"]::before {
  	content:url('/webcontent/webimage/48d9135135356c1b9e0c3d12d606b059.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Draco"] .sl-hp-house {
	color: #2AA649;
}
[data-housename="Orion"]::before {
  	content:url('/webcontent/webimage/70b36d34016b7db024052b0d46af899a.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Orion"] .sl-hp-house {
	color: #EB1D25;
}
[data-housename="Pegasus"]::before {
  	content:url('/webcontent/webimage/04c78a48f804ab9338de4cb907757ccd.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Pegasus"] .sl-hp-house {
	color: #49C1F0;
}
[data-housename="Ursa"]::before {
  	content:url('/webcontent/webimage/7b9e6bf116d04e7117ca51627a3cde94.png');
  	zoom: 100%;
  	position:relative;
	margin: 20px;
  width: 150px ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Ursa"] .sl-hp-house {
	color: #FDED06;
}
.housepoints {
	position: relative;
	margin-bottom: 40px;
	margin-top: 60px;
}
.housepoints a {
	text-decoration: none;
}
.housepoints h2 {
	color: #E6A24A;
	font-weight: 900;
}
.sl-housepoints {
	display: flex;
}

.sl-hp-entry {
	width: 25%;
	padding: 20px;
}

.sl-hp-house {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

.sl-hp-points {
	font-size: 2em;
	text-align: center;
}
.school-name {
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
}
.egiTHk {
	border-radius: 0!important;
}
.djWGwD {
	border-radius: 0!important;
}
.fZjUDl {
	border-radius: 0!important;
}
.euBiGU {
	color: #0083d4!important;
	border: solid 4px #0083d4!important;
	background-color: #fff!important;
}
.euBiGU:hover {
	color: #fff!important;
	background-color: #0083d4!important;
	border: solid 4px #0083d4!important;
}
#overlay {
  height: 100%;
  overflow: visible;
  pointer-events: none;
  background: none !important;
}
.vid-overlay {
	position: relative;
}
.school-vid {
  position: relative;
	top: -50px;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.school-vid iframe{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 2;
}
.view-video-button {
	position: absolute;
  bottom: 8px;
  right: 16px;
}
.social-ad {
	position: relative;
}
.fas {
	padding-top: 8px;
}




.embed-responsive-item {
	padding-bottom: none;
	top: 70px !important;
	height:80% !important;
}

.elfsight-app-ac28bb68-d048-4a2c-8d08-e16a6a974a6c {
	height: 100%;
	overflow: scroll;
}
.google-map a {
	color: #000;
}

#breadcrumbnav {
	display: none;
}
.slide-fwd-top {
	-webkit-animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
	        animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 700ms both;
}
.contact-section {
	padding-left: 35px;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-25 23:37:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(-100px);
            transform: translateZ(160px) translateY(-100px);
  }
}
@keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(-100px);
            transform: translateZ(160px) translateY(-100px);
  }
}


.wrap {
	float: right;
	padding: 0 0 2px 10px;
}

.list-of-schools {
	margin-bottom: 10px;
}


.home-heading h1 {
	text-align: center;
}
.nopadding {
	border: 5px solid white;
	margin-top: 50px;
}

/* Home Slide CSS */

/* Media CSS */
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.slidelayout {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 200px;
	background-position: top center;
}
.carousel-caption p {
	font-size: 0.8em;
	margin-bottom: -30px;
}
.carousel-caption h3 {
	font-size: 5.0em;
	padding-bottom: -50px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
	
@-webkit-keyframes slide-fwd-top {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
	}
	100% {
		-webkit-transform: translateZ(80px) translateY(-50px);
		transform: translateZ(80px) translateY(-50px);
	}
}
@keyframes slide-fwd-top {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
	}
	100% {
		-webkit-transform: translateZ(80px) translateY(-50px);
		transform: translateZ(80px) translateY(-50px);
	}
}

}
@media screen and (max-width: 425px) {

}
/* Header CSS */


.sl-searchbox {
	margin-top: 5px;
	width: 100%;
}
.login-button {
	width: 100%;
}


/* General CSS */
body {
	background-color: #fff;
}
#mainbody {
	margin-top: -50px;
}
.nopadding {
	padding: 0px;
}

.header-bar {
	min-height: 200px!important;
}
.video-shape {
	background-image: url(/webcontent/webimage/video-wave.png);
	background-size: 100% 100px;
	bottom: 57px;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100px;
	z-index: 3;
}
.shape-bottom {
	background-image: url(/webcontent/webimage/wave-summerhill.png);
	background-size: 100% 100px;
	bottom: -20px;
	position: relative;
	height: 100px;
	z-index: 3;
}
.shape-map {
	background-image: url(/webcontent/webimage/wave-summerhill.png);
	background-size: 100% 150px;
	bottom: 11px;
	position: relative;
	height: 100px;
	z-index: 3;
	transform: rotateY(180deg) rotateX(180deg);
}

.shape-map-bottom {
	background-image: url(/webcontent/webimage/video-wave.png);
	background-size: 100% 100px;
	top: -200px;
	position: relative;
	height: 100px;
	z-index: 3;
}
.googlemap {
	position: relative;
	top: -110px;
	height: 80%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.headbanner {
		display: none;
	}
	#bodycontent-home .row {
		
	}
	.school-logo img {
		padding-top:10px;
	}
	.school-vid {
		margin-top: 80px;
	}
[data-housename="Draco"]::before {
  	content:url('/webcontent/webimage/48d9135135356c1b9e0c3d12d606b059.png');
	margin-left:-50px;
}
[data-housename="Draco"] .sl-hp-house {
	color: #2AA649;
}
[data-housename="Orion"]::before {
  	content:url('/webcontent/webimage/70b36d34016b7db024052b0d46af899a.png');
	margin-left:-50px;
}
[data-housename="Orion"] .sl-hp-house {
	color: #EB1D25;
}
[data-housename="Pegasus"]::before {
  	content:url('/webcontent/webimage/04c78a48f804ab9338de4cb907757ccd.png');
	margin-left:-50px;
}
[data-housename="Pegasus"] .sl-hp-house {
	color: #49C1F0;
}
[data-housename="Ursa"]::before {
  	content:url('/webcontent/webimage/7b9e6bf116d04e7117ca51627a3cde94.png');
	margin-left:-50px;
}
[data-housename="Ursa"] .sl-hp-house {
	color: #FDED06;
}
.housepoints {
	position: relative;
	margin-bottom: 40px;
}
.sl-housepoints {
	display: block;
}

.sl-hp-entry {
	width: 25%;
	padding: 20px;
	Margin-left: 125px;
}

.sl-hp-house {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

.sl-hp-points {
	font-size: 2em;
	text-align: center;
}
.navbar-toggle {
	margin-top: -5px;
}
.school-vid iframe {
	top: -10px;
}
	#bodycontent-home {
		top: 0;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
.fSsNWY img {
	width: 100%;
}
.fWmGMS {
	object-fit: cover!important;
}
.dQXyoT {
	width:100%!important;
}
/* Neutralise Bootstrap only, allow shrink-nav to take over */
.navbar.navbar-default:not(.shrink-nav) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* Force override of Bootstrap default navbar background */
.navbar.navbar-default:not(.shrink-nav) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ensure shrink-nav background takes priority */
.navbar.shrink-nav {
  background-color: #0083d4 !important;
  border: none !important;
  box-shadow: none !important;
}







/* == Homepage Slideshow == */
.slideshow-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(/webcontent/webimage/menu-overlay.png) repeat-x top left;
    top: 0;
    left: 0;
	z-index: 1;
	transform: scale(1);
    transition: transform 0.8s ease;
}
.slideshow-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/webcontent/webimage/home-slider-mask-new1.png) repeat-x bottom left;
    bottom: 0;
    left: 0;
	z-index: 1;
}
.slideshow-box {
	height: 95vh;
	width: 100%;
	position: relative;
}
#slide-1 {
	background-image: url("/webcontent/webimage/14-dsc00005.jpg");
	transform: scale(1);
}
#slide-2 {
	background-image: url("/webcontent/webimage/23-dsc00017.jpg");
	transform: scale(1.2);
}
#slide-3 {
	background-image: url("/webcontent/webimage/2-dsc09965.jpg");
}
#slide-4 {
	background-image: url("/webcontent/webimage/31-dsc00026.jpg");
}
.fill {
	width: 100%;
	height: 95vh;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#myCarousel {
	position: relative;
	width: 100%;
	z-index:0;
}
.carousel-inner {
	height: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-caption {
	bottom: 25vh;
}
.carousel-caption h1 {
	text-transform: uppercase;
}
.carousel-caption h1 small {
	color: #fff;
	text-transform: lowercase;
}
/* Marquee Banner CSS */
marquee {
	color: #fff;
	white-space: nowrap;
	font-size: 1.4em;
}
.scroll {
	list-style-type: none;
	margin: 14px;
	padding: 0;
	overflow: visible;
}
.scroll li {
	display: inline-block;
	padding: 0 20px 0 20px;
	border-right: 1px solid white;
}
.scroll li:last-child {
	border-right: none;
}
.scroll li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
}

div.fixed {
  position: fixed;
  bottom: 0;
	width: 101%;
	z-index: 300;
}	

/* === GOOGLE TRANSLATE FIXED CLEAN STYLING === */

/* Hide Google logo link and default text */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Ensure the main gadget container behaves normally */
.goog-te-gadget {
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Style the simple Google Translate box (this is what Google renders) */
#gtranslate-form {
	padding: 10px;
}
.goog-te-gadget-simple {
  background-color: #fff !important;
  border: 2px solid #0083d4 !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
  cursor: pointer !important;
  display: inline-block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
}

/* Hover effect for better interactivity */
.goog-te-gadget-simple:hover {
  border-color: #006bb0 !important;
  box-shadow: 0 0 8px rgba(0,131,212,0.4) !important;
}

/* Force the language text inside the button to fill full width */
.goog-te-menu-value {
  width: 100% !important;
  text-align: center !important;
  color: #333 !important;
  font-weight: 600 !important;
}

/* Remove the small Google icon */
.goog-te-gadget-simple img {
  display: none !important;
}

/* Ensure dropdown menu itself inherits same font when open */
.goog-te-menu-frame {
  box-shadow: 0 6px 12px rgba(0,0,0,0.2) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.goog-te-menu2 {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
}

/* === Responsive refinement for mobile === */
@media (max-width: 768px) {
  #gtranslate-form {
    width: 180px !important;
    padding: 8px !important;
  }

  .goog-te-gadget-simple {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }
}
/* --- Fix shape and add default label --- */

/* Proper rectangular style */
.goog-te-gadget-simple {
  background-color: #fff !important;
  border: 2px solid #0083d4 !important;
  border-radius: 8px !important;
  padding: 5px 15px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  min-height: 40px !important;
  cursor: pointer !important;
}

/* Force readable label inside the box */
.goog-te-gadget-simple:after {
  content: "Select Language ▼";
  color: #333 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Hide Google’s inline-generated label so only ours shows */
.goog-te-menu-value span:first-child,
.goog-te-menu-value span:nth-child(2),
.goog-te-menu-value span:nth-child(3),
.goog-te-gadget-simple img {
  display: none !important;
}

/* Hover effect */
.goog-te-gadget-simple:hover {
  border-color: #006bb0 !important;
  box-shadow: 0 0 8px rgba(0,131,212,0.4) !important;
}

/* Fix mobile view */
@media (max-width: 768px) {
  .goog-te-gadget-simple {
    font-size: 13px !important;
    padding: 8px 10px !important;
    min-height: 36px !important;
  }
}
/* === Match Google Translate dropdown to button width and style === */

/* Make dropdown menu same width as button */
.goog-te-menu-frame {
  width: 100% !important;
  left: 0 !important;
  top: 100% !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
  border: 2px solid #0083d4 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Match internal menu style to button */
.goog-te-menu2 {
  width: 100% !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

/* Style each language option */
.goog-te-menu2-item div,
.goog-te-menu2-item-selected div {
  padding: 10px 15px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #eee !important;
  transition: background 0.2s ease;
}

/* Hover effect for options */
.goog-te-menu2-item div:hover {
  background-color: #f0f8ff !important;
  color: #0083d4 !important;
}

/* Selected language style */
.goog-te-menu2-item-selected div {
  background-color: #e6f3ff !important;
  color: #0083d4 !important;
}

/* Remove extra arrows or weird spacing */
.goog-te-menu2-item span.text {
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Remove the small triangle prefix (›) */
.goog-te-menu2-item:before {
  display: none !important;
}

/* Adjust menu placement and ensure it stays aligned under the button */
.goog-te-menu-frame {
  transform: translateX(0) !important;
}

/* --- Mobile refinement --- */
@media (max-width: 768px) {
  .goog-te-menu2-item div {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
}





/* === SITE SEARCH STYLING (matches Google Translate box) === */
#sitesearch-form {
  background: #fff;
  border: 2px solid #0083d4;
  border-radius: 10px;
  padding: 5px 10px 10px 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  width: 260px;
  text-align: center;
  position: fixed;
  right: 90px;
  bottom: 295px; /* same height as your search icon */
  z-index: 10000;
}

/* Inner search form */
#sitesearch-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 0;
}

/* Search input box */
#sitesearch-form input[type="text"],
#sitesearch-form input[type="search"] {
  width: 100%;
  padding: 18px 10px;
  border-radius: 6px 0 0 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  border: 2px solid #0083d4;
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Input hover/focus styling */
#sitesearch-form input[type="text"]:hover,
#sitesearch-form input[type="search"]:hover,
#sitesearch-form input[type="text"]:focus,
#sitesearch-form input[type="search"]:focus {
  border-color: #0083d4;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,131,212,0.3);
}

/* Go button styling */
#sitesearch-form input[type="submit"],
#sitesearch-form button {
  background-color: #0083d4;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 14px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect on Go button */
#sitesearch-form input[type="submit"]:hover,
#sitesearch-form button:hover {
  background-color: #006bb0;
}

/* Responsive version */
@media (max-width: 768px) {
  #sitesearch-form {
    width: 180px;
    padding: 8px;
    right: 80px;
  }

  #sitesearch-form input[type="text"],
  #sitesearch-form input[type="search"] {
    font-size: 13px;
    padding: 6px 8px;
  }

  #sitesearch-form input[type="submit"],
  #sitesearch-form button {
    padding: 6px 10px;
    font-size: 13px;
  }
}
.input-group-sm>.input-group-btn>.btn {
    line-height: 0!important;
}
/* Hero video wrapper */
.hero-video-wrapper {
  position: relative;
  width: 100%;
  height: calc(60vh - 200px);
  min-height: 800px;
  margin-top: 70px;
  overflow: hidden;
  background-color: #000;
}

/* Video element */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* Mobile adjustments for hero video */
@media (max-width: 768px) {
  .hero-video-wrapper {
    height: 40vh;
    min-height: 320px;
    margin-top: 60px; /* slightly smaller navbar offset */
  }

  .hero-video {
    object-position: center center;
  }
}

