@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Chonburi&display=swap');
body {
	margin: 0;
	padding: 0;
}
html, body {
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Chonburi';
}
.cursor{
	cursor: pointer;
}
p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:20px;
	font-family: 'Montserrat';
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-200 {
	margin-top: 200px;
}
.margin-250 {
	margin-top: 250px;
}
.padding-top-bottom-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-20 {
	padding:20px;
}
.padding-30 {
	padding:30px;
}
.black {
	color:#000;
}
.white {
	color: #fff;
}
.bg-menu{
	background-color:#202c45;
}
.bg-black{
	background-color: #000;
}
.bg-white{
	background-color: #fff;
}
.bg-offiwhite {
	background-color: #f9f9f9;
}
.bg-pink{
    background-color:goldenrod;
}
.bg-goldenrod{
	background-color:goldenrod;
}
.box-shadow {
	box-shadow: 0px 1px 8px #eee;
}
.box-shadow:hover {
	box-shadow: 0px 1px 15px #bbb;
}
.border {
	border: 1px solid #f1f1f1;
}
.text-align-right{
	text-align:right !important;
}
.inner-banner-text h4{
	padding:10px;
	background-color:rgba(255,255,255,0.7);
	color:#000;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position:top center;
	height: 350px;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	overflow: hidden;
	background-position:center center;
}
.botton a {
	width: 300px;
	text-decoration: none;
	border: 1px solid #202c45;
	background-color: #fff;
	letter-spacing:1.5px;
	color: #000;
	font-size: 13px;
	transition: all 0.5s ease;
	padding: 13px 25px;
	font-family: 'Montserrat';
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.botton a:hover {
	color: #fff;
	background-color: #202c45;
	border: 1px solid #202c45;
	transition: all 0.5s ease;
}
.top-link{
    text-decoration:none; 
    color:#000; 
    border-radius:10px; 
    padding:7px 30px; 
    font-size:12px; 
    background-color:#fff; 
    width:200px; 
    border-radius:100px;
}
.menu .navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 10px;
}
.menu .navbar .navbar-collapse {
	padding: 0;
}
.navbar-collapse.collapse {
	margin-left: -16px;
	margin-top: 30px;
}
.menu .navbar {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.menu .navbar-brand {
	padding: 0px;
	height: 80px;
}
.menu .navbar-brand>img {
	height: 100%;
	margin-top:5px;
	width: auto;
	padding: 7px 10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #fff;
	font-size:12px;
	transition: all 0.4s ease-out;
	font-family: 'Montserrat';
	padding: 7px 15px;
	letter-spacing: 1px;
}
.menu .nav li a.active{
	color: goldenrod;
	transition: all 0.4s ease-out;
}
.menu .nav > li > a:hover {
	color: goldenrod;
	transition: all 0.4s ease-out;
}
.menu .navbar-toggle .icon-bar {
	background: #fff;
	height: 3px;
}
.menu .navbar-toggle{
	margin-top:25px;
}
.dropdown-menu > li > a{
	background-color:#f9f9f9;
	border:none;
	border-radius:none;
	box-shadow:none;
	color:#000 !important;
	transition:all linear 0.3s;
	width:100%;
	padding:5px 15px 5px 10px !important;
}
.dropdown-menu > li > a:hover{
	background-color:#202c45;
	color:#fff !important;
	transition:all linear 0.3s;
}
#myslide .carousel-caption {
	bottom: 20px;
	right: 20px;
	left: auto;
	text-align: right;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 8px;
	max-width: 400px;
}
#myslide .carousel-caption h1 {
	font-family: 'Montserrat';
	text-transform:uppercase;
}
/*Desktop Menu Css*/

.desktop-menu {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	color: #000 !important;
}
.desktop-menu li a{
	text-decoration:none;
	color:#fff;
}
.submenu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9999999;
	margin-left: 0px;
}
.submenu li {
	list-style-type: none !important;
}
.submenu li a {
	list-style-type: none;
	background-color: goldenrod !important;
	color: #fff;
}
.submenu {
	left: -25px !important;
	top: 30px !important;
	width: 250px;
}
.submenu .submenu {
	left: 100%;
	top: 0;
}
.menu-item {
	position: relative;
}
.menu-item:hover {
	background-color: var(--color-hover);
}
/*selector > hijo directo*/
.menu-item:hover > .submenu {
	display: block;
}
.menu-link {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: .5em 1em
}
 /*Desktop Menu Ends Css*/
 
.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.relative{
	position:relative;
}
.top-bar{
	background-color:goldenrod;
	padding-top:10px;
	padding-bottom:10px;
}
.top-bar ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.top-bar ul li{
	float:left;
	font-size:10px;
}
.top-bar ul li a{
	text-decoration:none;
	color:#000;
	border-radius:20px;
	background-color:#fff;
	padding:10px 7px;
}
.social-icon a{
	text-decoration:none;
	color:#fff;
	margin-right:20px;
	transition:all ease 0.6s;
}
.rotate:hover img{
	transform:rotate(-15deg);
}
.footer{
	background-color:#202c45;
}
.footer ul{
	margin:0px;
	padding:0px;
}
.footer ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-bottom:5px;
	text-transform:uppercase;
}
.footer ul li a{
	color:#fff;
	z-index:123;
	text-decoration:none;
	padding-bottom:10px;
}
.copyright{
	background-color:goldenrod;
}
.form-control{
	border-radius:0px;
}
th{
	text-align:center;
	padding:7px;
	background-color:goldenrod;
	color:#fff;
}
td{
	padding:7px;
	text-align:center;
}
.service-img-3 img{
	width:100%;
}
ul.gallery{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.gallery li{
	width:24%;
	margin:10px 0.5%;
	float:left;
}
.syllabus a{
	text-decoration:none;
	color:#fff;
}
.enroll-now{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 150px;
	z-index: 990;
}
.popup-container{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.90);
	z-index: 1000;
}
.popup{
	position: absolute;
	width: 70%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: 100px;
	cursor: pointer;
}
.popup img{
	width: 100%;
	max-width: 100%;
}

/* Minimalist Creative Genius Design */
.popup-content {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f172a 100%);
	border-radius: 24px;
	padding: 0;
	text-align: center;
	color: white;
	position: relative;
	box-shadow: 
		0 20px 60px rgba(0,0,0,0.4),
		0 0 0 1px rgba(255,255,255,0.1),
		inset 0 1px 0 rgba(255,255,255,0.1);
	overflow: hidden;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.1);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

/* Creative Mesh Background */
.popup-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 75% 75%, rgba(168, 85, 247, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 50%);
	background-size: 300px 300px, 200px 200px, 400px 400px;
	background-position: 0 0, 100px 100px, 50px 50px;
	animation: meshFloat 20s ease-in-out infinite;
	pointer-events: none;
}

@keyframes meshFloat {
	0%, 100% { 
		background-position: 0 0, 100px 100px, 50px 50px;
		opacity: 0.7;
	}
	33% { 
		background-position: 100px -50px, 200px 150px, 150px 100px;
		opacity: 0.9;
	}
	66% { 
		background-position: -50px 100px, 50px 50px, 250px 0px;
		opacity: 0.8;
	}
}

/* Subtle Grid Pattern */
.popup-content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
	background-size: 20px 20px;
	animation: gridShift 15s linear infinite;
	pointer-events: none;
}

@keyframes gridShift {
	0% { transform: translate(0, 0); }
	100% { transform: translate(20px, 20px); }
}

/* Elegant Minimalist Header */
.popup-header {
	background: rgba(255,255,255,0.05);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 24px 24px 0 0;
	padding: 40px 40px 30px 40px;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.popup-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
	border-radius: 2px;
}

.popup-header::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.popup-logo {
	display: flex;
	align-items: center;
	flex: 1;
	position: relative;
}

.popup-logo img {
	width: inherit;
	height: 75px;
	margin-right: 20px;
	background: linear-gradient(135deg, #ffffff, #f8fafc);
	border-radius: 20px;
	padding: 7px;
	box-shadow: 
		0 8px 32px rgba(0,0,0,0.12),
		0 0 0 1px rgba(255,255,255,0.1),
		inset 0 1px 0 rgba(255,255,255,0.9);
	transition: all 0.4s ease;
	position: relative;
}

.popup-logo img:hover {
	transform: translateY(-2px) rotate(5deg);
	box-shadow: 0 12px 40px rgba(0,0,0,0.16);
}

.popup-school-name {
	text-align: left;
	position: relative;
}

.popup-school-name h3 {
	margin: 0 0 8px 0;
	font-size: 32px;
	font-weight: 800;
	color: #1a4396;
	font-family: 'Chonburi', cursive;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	text-shadow: 0 1px 3px rgba(59, 130, 246, 0.3);
}

.popup-school-name span {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.9;
}

.popup-year {
	font-size: 48px;
	font-weight: 900;
	color: rgba(255,255,255,0.95);
	font-family: 'Chonburi', cursive;
	position: relative;
	text-shadow: 0 2px 8px rgba(0,0,0,0.3);
	background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Elegant Minimalist Content */
.popup-main-text {
	padding: 50px 40px 40px 40px;
	position: relative;
	z-index: 2;
	border-radius: 0 0 24px 24px;
}

.popup-tagline {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 35px;
	line-height: 1.4;
	color: rgba(255,255,255,0.9);
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0.3px;
	position: relative;
}

.popup-tagline::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.6), transparent);
	border-radius: 1px;
}

.popup-admission-text {
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 40px 0;
	letter-spacing: 3px;
	font-family: 'Chonburi', cursive;
	position: relative;
	text-align: center;
	color: rgba(255,255,255,0.95);
	text-shadow: 0 4px 12px rgba(0,0,0,0.4);
	line-height: 0.9;
}

.popup-admission-text::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 120%;
	background: radial-gradient(ellipse, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
	border-radius: 50%;
	z-index: -1;
	animation: breathe 4s ease-in-out infinite;
}

@keyframes breathe {
	0%, 100% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.3; }
	50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.6; }
}

.popup-subtitle {
	font-size: 18px;
	margin-top: 30px;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.5px;
	position: relative;
}

.popup-subtitle::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
	border-radius: 1px;
}

.popup-close-btn {
	position: absolute;
	top: 25px;
	right: 30px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.popup-close-btn:hover {
	background: rgba(255,255,255,0.2);
	transform: scale(1.1);
	border-color: rgba(255,255,255,0.3);
	color: white;
}

/* Minimal Decorative Elements */
.popup-decorative-top {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 6px;
	height: 6px;
	background: rgba(59, 130, 246, 0.4);
	border-radius: 50%;
	animation: pulse 3s ease-in-out infinite;
}

.popup-decorative-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 4px;
	height: 4px;
	background: rgba(168, 85, 247, 0.4);
	border-radius: 50%;
	animation: pulse 3s ease-in-out infinite 1.5s;
}

@keyframes pulse {
	0%, 100% { opacity: 0.4; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.5); }
}

/* Responsive popup */
@media only screen and (max-width: 767px) {
	.popup {
		width: 95%;
		margin-top: 30px;
	}
	
	.popup-content {
		padding: 25px 20px;
		border-radius: 15px;
	}
	
	.popup-header {
		flex-direction: column;
		text-align: center;
		padding: 18px 20px;
		margin-bottom: 20px;
	}
	
	.popup-logo {
		justify-content: center;
		margin-bottom: 15px;
	}
	
	.popup-logo img {
		width: 60px;
		height: 60px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.popup-school-name {
		text-align: center;
	}
	
	.popup-school-name h3 {
		font-size: 20px;
	}
	
	.popup-school-name span {
		font-size: 11px;
	}
	
	.popup-year {
		font-size: 28px;
		margin-top: 15px;
	}
	
	.popup-admission-text {
		font-size: 28px;
		letter-spacing: 2px;
		line-height: 1.2;
	}
	
	.popup-tagline {
		font-size: 16px;
		line-height: 1.4;
	}
	
	.popup-subtitle {
		font-size: 14px;
	}
	
	.popup-close-btn {
		width: 40px;
		height: 40px;
		font-size: 24px;
		top: 10px;
		right: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.popup {
		width: 95%;
		margin-top: 20px;
	}
	
	.popup-content {
		padding: 20px 15px;
	}
	
	.popup-admission-text {
		font-size: 24px;
		letter-spacing: 1px;
	}
	
	.popup-tagline {
		font-size: 15px;
	}
	
	.popup-school-name h3 {
		font-size: 18px;
	}
	
	.popup-year {
		font-size: 24px;
	}
}
@media only screen and (min-width:992px) and (max-width:1200px) {

}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width:991px) {

.menu .navbar-brand>img {
	height: 80% !important;
	width: auto;
	padding: 7px 10px;
}
.menu .navbar {
	border: none;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.image-width-75 img{
	width:50%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
#myslide .carousel-caption {
	bottom: 15px;
	right: 15px;
	padding: 12px 18px;
	max-width: 350px;
}
#myslide .carousel-caption h3 {
	font-size: 16px;
	margin: 0;
}
}
@media only screen and (min-width:481px) and (max-width:767px) {

.menu .navbar-brand>img {
	height: 80%;
	width: auto;
	padding: 7px 10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease-out; 
	padding: 7px 20px;
	letter-spacing: 1px;
	margin-left:25px;
}
.image-width-75 img{
	width:50%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
#myslide .carousel-caption {
	bottom: 12px;
	right: 12px;
	padding: 10px 16px;
	max-width: 300px;
}
#myslide .carousel-caption h3 {
	font-size: 15px;
	margin: 0;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width:480px) {

.menu .navbar-brand>img {
	height: 100%;
	width: auto;
	padding: 7px 10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease-out; 
	padding: 7px 20px;
	letter-spacing: 1px;
	margin-left:25px;
}
.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center !important;
}
h1{
	font-size:24px;
}
#myslide .carousel-caption {
	bottom: 10px;
	right: 10px;
	padding: 10px 15px;
	max-width: 280px;
	font-size: 12px;
}
#myslide .carousel-caption h3 {
	font-size: 14px;
	margin: 0;
}
}

/* We Support Section Styles */
.support-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image:url('../images/stast-bg.jpg');
	padding: 50px 0;
}
.support-container-items {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 15px;
}

.support-container-items .support-item {
	flex: 0 1 18%;
	text-align: center;
	margin: 20px 5px;
	padding: 10px;
}

.support-container-items .support-item img {
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.support-container-items .support-item h4 {
	font-size: 13px;
	line-height: 1.3;
	margin: 10px 0;
	font-weight: normal;
}

/* Responsive styles for We Support section */
@media only screen and (max-width: 1199px) {
	.support-container-items .support-item {
		flex: 0 1 19%;
		margin: 15px 3px;
	}
	
	.support-container-items .support-item h4 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.support-container-items {
		justify-content: center;
	}
	
	.support-container-items .support-item {
		flex: 0 1 45%;
		margin: 15px 10px;
		max-width: 300px;
	}
	
	.support-container-items .support-item h4 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.support-container-items {
		flex-direction: column;
		align-items: center;
	}
	
	.support-container-items .support-item {
		flex: none;
		width: 90%;
		max-width: 350px;
		margin: 15px 0;
	}
	
	.support-container-items .support-item h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.support-container-items .support-item {
		width: 95%;
		max-width: 300px;
		margin: 10px 0;
		padding: 15px 5px;
	}
	
	.support-container-items .support-item img {
		width: 70px;
		height: 70px;
	}
	
	.support-container-items .support-item h4 {
		font-size: 14px;
		margin: 8px 0;
		line-height: 1.4;
	}
}
	
/* School Logo and Name Styling */
.school-logo-link {
	text-decoration: none;
	display: block;
}

.school-logo-link:hover {
	text-decoration: none;
}

.school-logo-container {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
	position: relative;
}

.logo-image {
	flex-shrink: 0;
	position: relative;
}

.logo-image img {
	height: 70px;
	width: auto;
	transition: none;
	padding: 0;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
}

.school-name {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	margin-left: 5px;
}

.school-name-main {
	font-family: 'Chonburi', cursive;
	font-size: 32px;
	font-weight: 800;
	color: #1a4396;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	position: relative;
	margin-bottom: 2px;
	text-shadow: 0 1px 3px rgba(59, 130, 246, 0.2);
}

.school-name-sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1a4396;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
}

/* Responsive styles for logo */
@media only screen and (max-width: 991px) {
	.school-logo-container {
		gap: 12px;
	}
	
	.logo-image img {
		height: 60px;
		width: auto;
	}
	
	.school-name-main {
		font-size: 28px;
		letter-spacing: 1px;
	}
	
	.school-name-sub {
		font-size: 12px;
		letter-spacing: 1.8px;
	}
}

@media only screen and (max-width: 767px) {
	.school-logo-container {
		gap: 10px;
	}
	
	.logo-image img {
		height: 50px;
		width: auto;
	}
	
	.school-name-main {
		font-size: 24px;
		letter-spacing: 0.8px;
	}
	
	.school-name-sub {
		font-size: 11px;
		letter-spacing: 1.5px;
	}
}

@media only screen and (max-width: 480px) {
	.school-logo-container {
		gap: 8px;
	}
	
	.logo-image img {
		height: 45px;
		width: auto;
	}
	
	.school-name-main {
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	
	.school-name-sub {
		font-size: 10px;
		letter-spacing: 1.2px;
	}
}
	
/* Footer Logo and Name Styling */
.footer-logo-link {
	text-decoration: none;
	display: block;
}

.footer-logo-link:hover {
	text-decoration: none;
}

.footer-logo-container {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
	position: relative;
}

.footer-logo-image {
	flex-shrink: 0;
	position: relative;
}

.footer-logo-image img {
	height: 60px;
	width: auto;
	transition: none;
	padding: 0;
	filter: drop-shadow(0 2px 8px rgba(255,255,255,0.1));
}

.footer-school-name {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	margin-left: 5px;
}

.footer-school-name-main {
	font-family: 'Chonburi', cursive;
	font-size: 28px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	position: relative;
	margin-bottom: 2px;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.2);
}

.footer-school-name-sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #e2e8f0;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
}

/* Responsive styles for footer logo */
@media only screen and (max-width: 991px) {
	.footer-logo-container {
		gap: 12px;
	}
	
	.footer-logo-image img {
		height: 50px;
		width: auto;
	}
	
	.footer-school-name-main {
		font-size: 24px;
		letter-spacing: 1px;
	}
	
	.footer-school-name-sub {
		font-size: 11px;
		letter-spacing: 1.8px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-logo-container {
		gap: 10px;
	}
	
	.footer-logo-image img {
		height: 45px;
		width: auto;
	}
	
	.footer-school-name-main {
		font-size: 20px;
		letter-spacing: 0.8px;
	}
	
	.footer-school-name-sub {
		font-size: 10px;
		letter-spacing: 1.5px;
	}
}

@media only screen and (max-width: 480px) {
	.footer-logo-container {
		gap: 8px;
	}
	
	.footer-logo-image img {
		height: 40px;
		width: auto;
	}
	
	.footer-school-name-main {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	
	.footer-school-name-sub {
		font-size: 9px;
		letter-spacing: 1.2px;
	}
}

/* New 4-Column Footer Design */
.footer-logo-container-vertical {
	text-align: center;
	padding: 10px 0;
}

.footer-logo-image-large {
	margin-bottom: 20px;
}

.footer-logo-image-large img {
	height: 100px;
	width: auto;
	filter: drop-shadow(0 3px 10px rgba(255,255,255,0.1));
	transition: none;
}

.footer-school-info {
	text-align: center;
}

.footer-school-name-vertical {
	margin-bottom: 20px;
}

.footer-school-name-main-large {
	font-family: 'Chonburi', cursive;
	font-size: 36px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: block;
	margin-bottom: 5px;
	text-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
}

.footer-school-name-sub-large {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #e2e8f0;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	display: block;
}

.footer-description {
	font-size: 13px;
	line-height: 1.6;
	color: #cbd5e1;
	margin-top: 15px;
	text-align: center;
}

.contact-info p {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.contact-info i {
	color: goldenrod;
	width: 20px;
}

.social-links {
	margin-top: 20px;
}

.social-links h4 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #ffffff;
}

.social-links a {
	color: #ffffff;
	font-size: 20px;
	margin-right: 15px;
	transition: all 0.3s ease;
}

.social-links a:hover {
	color: goldenrod;
	transform: translateY(-2px);
}

/* Responsive Footer Design */
@media only screen and (max-width: 991px) {
	.footer-logo-image-large img {
		height: 80px;
	}
	
	.footer-school-name-main-large {
		font-size: 28px;
		letter-spacing: 1.2px;
	}
	
	.footer-school-name-sub-large {
		font-size: 12px;
		letter-spacing: 2px;
	}
}

@media only screen and (max-width: 767px) {
	.footer .row .col-md-3 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.footer-logo-image-large img {
		height: 70px;
	}
	
	.footer-school-name-main-large {
		font-size: 24px;
		letter-spacing: 1px;
	}
	
	.footer-school-name-sub-large {
		font-size: 11px;
		letter-spacing: 1.8px;
	}
	
	.footer-description {
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.footer-logo-image-large img {
		height: 60px;
	}
	
	.footer-school-name-main-large {
		font-size: 20px;
		letter-spacing: 0.8px;
	}
	
	.footer-school-name-sub-large {
		font-size: 10px;
		letter-spacing: 1.5px;
	}
	
	.footer-description {
		font-size: 11px;
	}
}

/* Events Section Styling */
.events-section {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	padding: 80px 0;
	position: relative;
}

.events-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 75% 75%, rgba(168, 85, 247, 0.05) 0%, transparent 50%);
	background-size: 300px 300px, 200px 200px;
	background-position: 0 0, 100px 100px;
	pointer-events: none;
}

.events-section h1 {
	color: #1a4396;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 20px;
	position: relative;
}

.events-section h1::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #1a4396, goldenrod);
	border-radius: 2px;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.event-card {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 
		0 10px 30px rgba(0,0,0,0.1),
		0 0 0 1px rgba(255,255,255,0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
}

.event-card:hover {
	transform: translateY(-8px);
	box-shadow: 
		0 20px 50px rgba(0,0,0,0.15),
		0 0 0 1px rgba(59, 130, 246, 0.1);
}

.event-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.02) 0%, rgba(168, 85, 247, 0.02) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

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

.event-image-container {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f1f5f9;
}

.event-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.event-card:hover .event-image {
	transform: scale(1.05);
}

.event-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(26, 67, 150, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.event-card:hover .event-image-overlay {
	opacity: 1;
}

.event-content {
	padding: 25px;
	position: relative;
}

.event-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a4396;
	margin-bottom: 12px;
	line-height: 1.3;
	font-family: 'Chonburi', cursive;
	transition: color 0.3s ease;
}

.event-card:hover .event-title {
	color: #1e40af;
}

.event-date {
	font-size: 14px;
	color: #64748b;
	font-weight: 500;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.event-date i {
	color: goldenrod;
	font-size: 16px;
}

.event-type-badge {
	display: inline-block;
	padding: 6px 12px;
	background: linear-gradient(135deg, goldenrod, #f59e0b);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.event-description {
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.event-read-more {
	color: #1a4396;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.event-read-more:hover {
	color: #1e40af;
	text-decoration: none;
	transform: translateX(5px);
}

.event-read-more i {
	transition: transform 0.3s ease;
}

.event-read-more:hover i {
	transform: translateX(3px);
}

/* Event Card Decorative Elements */
.event-card::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 4px;
	height: 4px;
	background: goldenrod;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.event-card:hover::after {
	opacity: 1;
}

/* Responsive Events Grid */
@media only screen and (max-width: 1199px) {
	.events-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
	
	.event-image-container {
		height: 220px;
	}
}

@media only screen and (max-width: 991px) {
	.events-section {
		padding: 60px 0;
	}
	
	.events-section h1 {
		font-size: 36px;
	}
	
	.events-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 40px;
	}
	
	.event-image-container {
		height: 200px;
	}
	
	.event-content {
		padding: 20px;
	}
	
	.event-title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.events-section {
		padding: 50px 0;
	}
	
	.events-section h1 {
		font-size: 30px;
	}
	
	.events-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-top: 30px;
	}
	
	.event-image-container {
		height: 220px;
	}
	.event-content {
		padding: 25px;
	}
	
	.event-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.events-section {
		padding: 40px 0;
	}
	
	.events-section h1 {
		font-size: 26px;
	}
	
	.events-grid {
		gap: 20px;
		margin-top: 25px;
	}
	
	.event-image-container {
		height: 200px;
	}
	
	.event-content {
		padding: 20px;
	}
	
	.event-title {
		font-size: 18px;
	}
	
	.event-description {
		font-size: 13px;
	}
}

/* Event Details Page Styling */
.event-hero-section {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 120px 0 80px 0;
	position: relative;
	color: white;
	text-align: center;
}

.event-hero-content {
	max-width: 800px;
	margin: 0 auto;
}

.event-type-badge-hero {
	display: inline-block;
	padding: 8px 16px;
	background: linear-gradient(135deg, goldenrod, #f59e0b);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.event-hero-title {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 20px;
	font-family: 'Chonburi', cursive;
	text-shadow: 0 2px 10px rgba(0,0,0,0.3);
	line-height: 1.2;
}

.event-hero-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.event-date-hero {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
}

.event-date-hero i {
	color: goldenrod;
	font-size: 20px;
}

.event-details-section {
	padding: 80px 0;
	background: #f8fafc;
}

.event-main-content {
	background: white;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.event-section {
	margin-bottom: 50px;
}

.event-section:last-child {
	margin-bottom: 0;
}

.section-title {
	font-size: 28px;
	font-weight: 700;
	color: #1a4396;
	margin-bottom: 25px;
	font-family: 'Chonburi', cursive;
	position: relative;
	padding-bottom: 15px;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #1a4396, goldenrod);
	border-radius: 2px;
}

.event-description-full {
	font-size: 16px;
	line-height: 1.8;
	color: #374151;
	font-family: 'Montserrat', sans-serif;
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.event-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.gallery-item {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.gallery-link {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
	transform: scale(1.1);
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26, 67, 150, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-overlay i {
	color: white;
	font-size: 24px;
}

.no-gallery {
	text-align: center;
	color: #6b7280;
	font-style: italic;
	padding: 40px;
	background: #f9fafb;
	border-radius: 10px;
}

/* Event Sidebar */
.event-sidebar {
	position: sticky;
	top: 30px;
}

.event-info-card,
.related-events-card {
	background: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.sidebar-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a4396;
	margin-bottom: 25px;
	font-family: 'Chonburi', cursive;
	position: relative;
	padding-bottom: 10px;
}

.sidebar-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: goldenrod;
	border-radius: 1px;
}

.event-info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}

.event-info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.event-info-item i {
	color: goldenrod;
	font-size: 18px;
	margin-top: 3px;
	flex-shrink: 0;
}

.info-content strong {
	display: block;
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.info-content p {
	margin: 0;
	font-size: 16px;
	color: #374151;
	font-weight: 500;
}

/* Related Events */
.related-event-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
	transition: all 0.3s ease;
}

.related-event-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.related-event-item:hover {
	transform: translateX(5px);
}

.related-event-image {
	flex-shrink: 0;
	width: 80px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}

.related-event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-event-content h5 {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
}

.related-event-content h5 a {
	color: #1a4396;
	text-decoration: none;
	transition: color 0.3s ease;
}

.related-event-content h5 a:hover {
	color: goldenrod;
}

.related-event-date {
	margin: 0;
	font-size: 12px;
	color: #6b7280;
}

.no-related {
	text-align: center;
	color: #6b7280;
	font-style: italic;
	padding: 20px;
}

.view-all-events {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #e5e7eb;
	text-align: center;
}

.view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background: linear-gradient(135deg, #1a4396, #1e40af);
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(26, 67, 150, 0.3);
}

.view-all-btn:hover {
	background: linear-gradient(135deg, #1e40af, #1a4396);
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(26, 67, 150, 0.4);
}

.view-all-btn i {
	font-size: 16px;
}

/* Responsive Event Details */
@media only screen and (max-width: 991px) {
	.event-details-section {
		padding: 60px 0;
	}
	
	.event-main-content {
		padding: 30px;
	}
	
	.section-title {
		font-size: 24px;
	}
	
	.event-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.event-details-section {
		padding: 40px 0;
	}
	
	.event-main-content {
		padding: 25px;
		margin-bottom: 20px;
	}
	
	.section-title {
		font-size: 22px;
	}
	
	.event-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.gallery-link {
		height: 150px;
	}
	
	.event-info-card,
	.related-events-card {
		padding: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.event-main-content {
		padding: 20px;
	}
	
	.section-title {
		font-size: 20px;
	}
	
	.event-gallery-grid {
		grid-template-columns: 1fr;
	}
	
	.gallery-link {
		height: 200px;
	}
}

/* Events Page Additional Styling */
.events-subtitle {
	font-size: 18px;
	color: #64748b;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
}

.no-events-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	margin-top: 50px;
}

.no-events-content {
	text-align: center;
	max-width: 500px;
	padding: 60px 30px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.no-events-content h3 {
	color: #1a4396;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: 'Chonburi', cursive;
}

.no-events-content p {
	color: #64748b;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}

/* Responsive for Events Page */
@media only screen and (max-width: 767px) {
	.events-subtitle {
		font-size: 16px;
	}
	
	.no-events-content {
		padding: 40px 20px;
	}
	
	.no-events-content h3 {
		font-size: 20px;
	}
	
	.no-events-content p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.events-subtitle {
		font-size: 14px;
	}
	
	.no-events-content {
		padding: 30px 15px;
	}
	
	.no-events-content h3 {
		font-size: 18px;
	}
	
	.no-events-content p {
		font-size: 13px;
	}
}

/* Footer Logo and Name Styling */

/* Akshar Highlight Styling */
.akshar-highlight {
	color: #1a4396;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
}

/* Footer Logo with White Background */
.footer-logo-with-bg {
	background: linear-gradient(135deg, #ffffff, #f8fafc);
	border-radius: 20px;
	padding: 15px;
	box-shadow: 
		0 8px 32px rgba(0,0,0,0.12),
		0 0 0 1px rgba(255,255,255,0.1),
		inset 0 1px 0 rgba(255,255,255,0.9);
	margin-bottom: 25px;
	transition: all 0.4s ease;
}

.footer-logo-with-bg:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.16);
}

.footer-logo-with-bg .footer-logo-image-large img {
	height: 80px;
	filter: none;
}

.footer-logo-with-bg .footer-school-name-main-large {
	color: #1a4396;
	text-shadow: 0 1px 3px rgba(59, 130, 246, 0.3);
	margin-bottom: 8px;
}

.footer-logo-with-bg .footer-school-name-sub-large {
	color: #1a4396;
	opacity: 0.8;
}

/* Responsive adjustments */
@media only screen and (max-width: 991px) {
	.footer-logo-with-bg {
		padding: 15px;
	}
	
	.footer-logo-with-bg .footer-logo-image-large img {
		height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-logo-with-bg {
		padding: 18px;
		margin-bottom: 20px;
	}
	
	.footer-logo-with-bg .footer-logo-image-large img {
		height: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.footer-logo-with-bg {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.footer-logo-with-bg .footer-logo-image-large img {
		height: 50px;
	}
}
