:root {
  --primary-color: rgb(0 159 79);
  --secondary-color: rgb(237 28 36);
  --black: black;
  --white: white;
  --grey: #f8f8f8;
  --darker-green: rgba(1, 104, 57, 1);
  --transition: all 0.5s;
}

/* Typography */

h2 {
	font-size: 2.8em;
	margin-top: 0;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1.2em;
	color: rgba(1, 104, 57, 1);
}

h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

h5 {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
}

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

.header-logo img {
    width: 180px;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 99;
    /* border-radius: 15px; */
}

.top-menu .content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
}

.top-menu .content:after {
display: none;
  }

.nav-shops .dropbtn {
	color: var(--green);

}

.sticky-logo {
	display: none;
}

.sticky .sticky-logo {
	display: block;
}

.sticky-logo img {
  width: 90px;
}


.sticky a.mega-menu-link {
	color: var(--primary-color) !important;
}


/* Slider */

.sc-caption-section {
	position: relative;
	z-index: 99;
	max-width: 55%;
}

.sc-sc-slide-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100vh;
  position: relative;
  top: 80px;
}

.sc-caption-section h1 {
	color: var(--primary-color);
	font-size: 45px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;

}

.slider-image img {
  min-width: 600px;
}

#homeSlider .owl-nav.disabled {
	display: none;
}

a.btn, .wp-block-buttons a,
.button a.wp-block-button__link,
.button a {
	background: var(--primary-color);
	color: var(--white) !important;
	padding: 15px 25px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 300px;
	transition: 300ms ease-in-out;
}

.wp-block-buttons a:hover,
.button a.wp-block-button__link:hover,
.button a:hover {
	background: var(--darker-green);
	color: var(--white) !important;
}

/* Welcome */

.welcome-section {
	margin-top: 60px;
}

.welcome-section .icon-plant {
	font-size: 30px;
}

.info-boxes {
	display: flex;
	gap: 20px;
}

.info-box {
	position: relative;
	background: rgba(251, 250, 246);
	padding: 40px 20px;
	border-radius: 20px;
	z-index: 9;
}

.info-box.about::before {
	content: "\e822";
	font-family: seed-co;
	position: absolute;
	font-size: 200px;
	right: 0;
	top: 0;
	z-index: -1;
	color: rgb(230, 229, 224);
}

.info-box.focus::before {
	content: "\e824";
	font-family: seed-co;
	position: absolute;
	font-size: 130px;
	right: 25px;
	top: 0;
	z-index: -1;
	color: rgb(230, 229, 224);
}

.welcome-wrapper {
	display: flex;
	gap: 30px;
}

.welcome-content {
	flex-basis: 55%;
}

.special-ability {
	background: var(--darker-green);
	color: var(--white);
	padding: 20px;
	border-radius: 0px 20px 20px 20px;
	position: relative;
	left: -40%;
	top: -10%;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 9;
}

.special-ability p, .info-box p {
	font-size: 1em;
	font-family: "Barlow Semi Condensed", sans-serif;
}

.special-ability p {
	font-size: 14px;
}

.special-ability a {
	color: var(--white);
	text-decoration: underline;
	font-weight: 600;
}

.special-content {
	flex-basis: 80%;
}

.special-icon {
	flex-basis: 20%;
	text-align: right;
	position: relative;
}

.special-icon i {
	font-size: 55px;
	background: var(--primary-color);
	border-radius: 50px;
	padding: 10px 5px;
	position: relative;
}

.special-icon::before {
	content: "\e81a";
	font-family: seed-co;
	position: absolute;
	right: 0;
	font-size: 86px;
	z-index: 0;
	top: 26px;
	color: rgba(0, 0, 0, 0.15);
}

.welcome-image {
	position: relative;
	flex-basis: 45%;
}

.floating-icon {
	position: absolute;
	right: -65px;
	bottom: 140px;
}

/* Boxes */

.icon-circle {
	margin-bottom: 30px;
}

.icon-circle i {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(219,216,219,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(219,216,219,1);
	box-shadow: 0px 0px 15px 0px rgba(219,216,219,1);
	padding: 15px 20px;
	font-size: 40px;
	border-radius: 300px;
	display: inline-block;
	color: var(--primary-color);
}

.info-box h4 {
	color: var(--darker-green);
}


/* Vision */

.our-vision {
    background: url(../css/img/85th-anniversary.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 15%;
	padding: 60px 0;
}

.vision-box {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    padding: 60px 40px;
    margin-top: 500px;
    border-radius: 30px;
}

.vision-box p {
    font-size: 16px;
    font-weight: 400;
}

.vision-box h4 {
    font-size: 28px;
    font-weight: 700;
}

.vision-box p {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
}


.ceo-image {
    background: white;
    border-radius: 20px;
}

.ceo-vision {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.35);
	padding: 20px;
	border-radius: 20px;
	gap: 20px;
}

.ceo-name h5 {
    color: #000;
    font-family: "Barlow", serif;
	font-weight: 800;

}

.ceo-name p {
	font-family: "Barlow", serif;
}

/* Video */

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	padding: 15px;
}

.play-icon img {
    width: 50px;
    height: 50px;
}

/* Video Modal Styling */


.vision-video {
	margin-top: 500px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(25px);
	padding: 40px 20px 60px;
	border-radius: 30px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	max-width: 80%;
	width: 60%;
	max-height: 80%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(25px);
}

@media(max-width:549px){
	.video-modal-content {
		max-width: 90%;
		width: 80%;
		max-height: 90%;
	}
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#liveEventVideoContainer {
    width: 100%;
    height: 450px;
}

#liveEventVideoContainer iframe {
	width: 100%;
	min-height: 450px;
	height: 100%;
}

.brand-wrap {
	display: flex;
	gap: 20px;
	border-top: 2px solid var(--primary-color);
}

.brand-title {
	border-right: 2px solid var(--primary-color);
	flex-basis: 40%;
	padding: 20px 0;
}

.brand-text {
	border-right: 2px solid var(--primary-color);
	flex-basis: 40%;
	padding: 20px 10px;
	font-size: 13px;
}


.brand-title h3 {
	font-size: 32px;
	margin-left: 0;
}

.brand-title h3::before {
display: none;}


.ambassandors {
    display: grid;
    gap: 40px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ambassandor-wrap {
	display: flex;
	gap: 20px;
}

.ambassandor-image {
	flex-basis: 40%;
	position: relative;
}

.brand-details {
	flex-basis: 60%;
	padding-top: 40px;
}

.ambassandor-wrap {
	display: flex;
	gap: 20px;
	background: rgba(30, 30, 30, 0.07);
	padding: 20px;
	border-radius: 30px;
}

.ambassandor-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.video-thumb-wrapper a, .video-thumb-wrapper a:hover {
	color: transparent;
}

.brand-details p {
	font-size: 1em;
	font-family: "Barlow Semi Condensed", sans-serif;
}

.brand-details a.btn {
	margin-top: 40px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
}

.brand-country {
	position: absolute;
	bottom: 0;
	background: rgb(255, 255, 255, 0.7);
	margin: 20px;
	backdrop-filter: blur(25px);
	border-radius: 20px;
	padding: 3px 10px;
	font-size: 12px;
}


.ambassandor-wrap.feature-video, .single-ambassador .lyte-wrapper.fourthree  {
    background: rgba(30, 30, 30, 0.07);
    backdrop-filter: blur(25px);
    padding: 40px 20px 60px;
}

.ambassandor-wrap.feature-video iframe {
    border-radius: 15px;
    width: 100%;
}

.anniversary-scholarship {
	margin: 60px 0;
}

.scholarship img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

a.learn-more {
	text-decoration: underline;
	color: var(--black);
	margin-top: 60px;
	display: block;
}

.scholarship-form {
	margin-bottom: 80px;
}

.mg-200 {
	padding-top: 250px;
}

/* Products */

.seedco-products {
	text-align: center;
	background: var(--darker-green);
	padding: 80px 0;
	color: white;
}

.seedco-products h2 {
	color: var(--white);
	font-size: 40px;
	margin-bottom: 10px;
}

.seedco-products h5 {
	color: var(--white);
	margin-bottom: 50px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.product-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
}

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

.product-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.product-card h3 {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 10px;
}

.sc-product-img {
	position: relative;
}

.category-link {
	position: absolute;
	top: -35px;
	right: 25px;
	background: var(--primary-color);
	color: white !important;
	padding: 5px;
	border-radius: 50%;
	text-decoration: none;
	border: 8px solid white;
}

.category-link .icon {
    font-size: 18px;
	color: var(--white);

}

.product-card i {
	color: var(--primary-color);
	font-size: 30px;
	text-align: left;
}

.category-link i {
	color: var(--white) ;
}


/* Live Events */

.live-events-section {
    background: var(--darker-green);
    padding: 4rem;
    color: #fff;
    border-radius: 30px;
}
  
  .videos-container {
	position: relative;
	max-width: 600px;
	margin-bottom: 2rem;
  }
  
  .video-placeholder img {
	max-width: 100%;
	display: block;
  }


  .video-placeholder {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 30px;
	margin-bottom: 40px;
}
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2, 160, 78, 0.25);
    color: #000;
    border: none;
    border-radius: 50%;
    padding: 2rem;
    cursor: pointer;
}
  
  
  .video-embed-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
  }
  
  .live-stream-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
  }
  
  .stream-link-box {
	display: flex;
	gap: 10px;
	align-items: center;
	background: #fff;
	color: #000;
	padding: 0.75rem 1rem;
	border-radius: 15px;
	text-decoration: none;
  }
  
  
  .steam-links span {
	font-size: 13px;
	color: var(--gray);
}

  .live-events-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.live-events-title h3 {
    color: var(--the-white);
    margin-bottom: 10px;
    font-size: 40px;
    font-family: 'Barlow';
    font-weight: 900;
}

.live-events-title hr {
    border-right: 2px solid;
    height: 60px;
    margin: 20px 0;
}

.dashicons-controls-play:before {
    content: "\f522";
    font-size: 47px;
    color: var(--darker-green);
    left: -10px;
    position: relative;
    top: -8px;
}

img.play-btn {
    width: 125px;
}

/* News */

.news-section .product-card {
	padding: 30px 15px 15px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
}

.news-section .product-card img {
	height: 280px;
}

.news-section .product-card p {
	color: var(--red);
	font-size: 15px;
}

.news-section .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.news-section {
	text-align: center;
	margin: 60px 0;
}

.news-section .product-card h4 {
	min-height: 50px;
}

.news-section h2 {
	margin-bottom: 10px;
}

.news-section .title-section {
	margin-bottom: 60px;
}


/* Scholarship */

.scholarship-box-wrap {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	background: var(--darker-green);
	color: var(--white);
	border-radius: 15px;
	margin: 40px 0;
	padding: 40px;
}

.schlolar-money, .schlolar-cert {
	border-right: 1px solid;
}

.scholarship-box-wrap i {
	font-size: 70px;
	background: var(--white);
	border-radius: 50px;
	color: var(--primary-color);
	padding: 7px 0;
}

.scholarship-box-wrap p {
	font-size: 16px;
	margin-top: 20px;
}

.pd1 {
	padding: 20px;
}

.info-wrapper {
	display: flex;
	gap: 10px;
}

.second-wrap img {
	width: 250px;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	border-radius: 15px;
}

.scholarship-box-wrap .info-box.about::before, .scholarship-box-wrap .info-box.focus::before {
	right: 50%;

}

.sc-mg {
	margin: 60px 0;
}

.sc-centre {
	text-align: center;
}

.sc-heading h2 {
	margin-bottom: 20px;
}

.sc-heading {
	margin-bottom: 40px;
}

.second-wrap {
	position: relative;
	border-radius: 15px;
}

.second-wrap::before {
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(to top, rgb(2, 160, 78) 0%, rgb(2, 160, 78) 0%, rgba(2,160,78,0) 100%);
	border-radius: 15px;
}


/* Scholarship */

.green-bg {
	background: var(--darker-green);
	padding: 80px 0;
	color: white;
}

.sc-flex {
	display: flex;
}

.apply-details {
	flex-basis: 60%;
}

.apply-image {
	flex-basis: 40%;
}

.apply-image img {
	flex-basis: 40%;
}


.green-bg h2, .green-bg h5 {
	color: var(--white);
}

.green-bg h5, .title-section h5 {
	margin-bottom: 30px;
}

.scholarship-criteria {
	background: white;
	padding: 40px;
	border-radius: 30px;
	margin-bottom: 60px;
}

.apply-details p, .apply-details li, .apply-details a{
	color: var(--black);
	font-size: 16px;
}

.apply-details h2, .apply-details h3, .apply-details h4, .apply-details h5  {
	color: var(--darker-green)
}

.apply-btn {
	text-align: center;
}

.apply-btn a {
	text-align: center;
	background: var(--primary-color);
	color: var(--white);
	padding: 20px 40px;
	border-radius: 50px;
	border: 2px solid rgb(100, 212, 155);
}

.apply-btn a:hover {
	background: var(--white);
	color: var(--primary-color);
}


.c-full-width .apply-details {
	flex-basis: unset;
}


/* Live Events */

#live-events .sc-heading.sc-centre p {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	color: var(--darker-green);
}

@media(min-width:600px){
	#live-events .sc-heading.sc-centre p {
		width: 50%;
	}
}

#live-events .sc-video-container:nth-child(1) {
	flex-basis: 50%;
}

#live-events .sc-video-container {
	flex-basis: 25%;
	transition: 500ms ease-in-out;
}

#live-events .sc-video-container:hover {
	flex-basis: 50%;
	transition: 500ms ease-in-out;
}

#live-events .video-placeholder {
	height: 400px;
	padding-bottom: inherit;
}

#live-events .sc-flex {
	display: flex;
	gap: 20px;
}

#live-events .play-button {
	position: absolute;
	bottom: 0%;
	right: 5%;
	top: unset;
  left: unset;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.25);
	
}

#live-events .dashicons-controls-play::before {
	content: "\f522";
	font-size: 47px;
	color: var(--white);
	left: -10px;
	position: relative;
	top: -8px;
}

.video-content-wrap {
	position: absolute;
	bottom: 5%;
	padding: 20px;
	width: 80%;
}

.video-content-wrap p {
	color: var(--white);
	font-size: 14px;
}

.video-content-wrap h5 {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
}

#single-live-events .live-events-section {
	background: rgba(199, 234, 216, 1);
}

/* Countdown Timer */

.countdown {
	margin: 80px 0;
}

#timer {
	font-size: 50px;
	font-weight: 900;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	padding: 40px;
	border-radius: 30px;
	text-align: center;
	color: var(--primary-color);
}


#timer p {
	font-size: 20px;
	color: var(--black);
}

/* Hall of Famer */

#hall-of-fame {
    padding: 50px 0;
}

.hall-of-fame-title {
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    font-size: 40px;
}

.hall-of-fame-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hall-of-famer {
    background: #f8f8f8;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.hall-of-famer:hover {
    transform: translateY(-5px);
}

.hall-of-famer-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 50px;
}

.hall-of-famer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.hall-of-famer p {
    font-size: 16px;
    margin: 5px 0;
}

.hall-of-famer span {
    font-size: 14px;
    font-weight: 500;
}


.hall-of-fame-slider.owl-carousel .owl-nav.disabled {
    display: block;
    text-align: right;
    margin: 40px 0;
    font-size: 28px;
    color: var(--darker-green);
}


.hall-of-fame-slider .owl-nav.disabled i {
    border: 1px solid;
    border-radius: 50px;
    padding: 2px 0;
}

.hall-of-fame-slider button.owl-next {
    margin-left: 5px;
}

/* Gallery */
.gallery-container {
    text-align: center;
    padding: 20px;
}

.gallery-right-wrapper {
	height: 413px;
	overflow-y: hidden;
}

.country-dropdown {
    display: flex;
    gap: 10px;
    align-items: baseline;
    background: var(--primary-color);
	color: var(--white);
	margin-bottom: 20px;
	border-radius: 10px;
}

hr.country-border-bottom {
    background: var(--primary-color);
    margin: 20px 0;
}

#countryFilter {
    padding: 12px;
    font-size: 16px;
    width: 100%;
    outline: none;
    background: #e2e2e2;
    color: #828181;
    border-radius: 0 10px 10px 0px;
    border: none;
}

.filter-wrapper {
    width: 100%;
}

#countryFilter {
    padding: 12px;
    font-size: 16px;
    width: 100%;
    outline: none;
}

.country-text {
    padding: 10px;
}

.country-text p {
    margin-bottom: 0;
}

/* Two-column layout */
.gallery-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

/* Left column (one large image) */
.gallery-left {

    max-width: 100%;
}

.gallery-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-left img:hover {
    transform: scale(1.05);
}

/* Right column (grid of remaining images) */
.gallery-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    max-width: 100%;
}

.grid-item img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
	object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item img:hover {
    transform: scale(1.1);
}


.gallery-left img {
    height: 400px;
    object-fit: cover;
    background: rgba(255,255,255, 0.43);
    padding: 10px 10px 40px;
    backdrop-filter: blur(20px);
    border-radius: 15px;
}



section#gallery {
	background: url(../css/img/gallery-background.svg);
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 100px;
	padding: 100px 0;
}


/* scholarship map*/

.scholarship-page form.wpcf7-form.init {
    background: #F2FAF6;
    padding: 40px;
    border-radius: 20px;
}


.scholarship-form .container {
    background: var(--white);
    padding: 30px;
	border-radius: 20px;
}

.scholarship-page body {
    background-color: var(--darker-green);
}

.form-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
  }
  
  .form-column {
	width: 48%; /* Adjust as needed */
  }
  
  @media (max-width: 768px) {
	.form-column {
	  width: 100%; /* Stack on smaller screens */
	}
  }

.scholarship-page  input.wpcf7-form-control {
    border-radius: 10px;
    border: 1px solid var(--darker-green);
}
  

.scholarship-page .wpcf7 input[type="submit"] {
    color: var(--white);
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	background-color: var(--primary-color);
	width: unset;
	border-radius:50px;
	font-size: 15px;
}

.scholar-logo {
    display: flex;
    align-items: center;
    background: var(--white);
    display: inline-flex;
    padding: 10px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
	    margin-top: 30px;
}

.scholar-logo img {
    width: 65px;
}

hr.scholar-line {
    border: 1px solid var(--gray);
    height: 50px;
    margin: 0px 10px;
    color: var(--grey);
}

.scholar-logo a {
    font-size: 15px;
    color: var(--the-gray);
}


/* Scholar Banner */
.scholar-caption {
    max-width: 50%;
}

.scholar-caption h2 {
	color: var(--primary-color);
}

.scholar-caption p {
	color: var(--primary-color);
}

.schloar-btn a {
	background: var(--primary-color);
	color: var(--white);
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: 500;
}

.scholar-banner.banner::before {
	display: none;
}

/* Slider Testimonials */

.testimony-wrap {
    display: flex;
}

div#testimony-thumbs {
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    font-size: 12px;
    max-width: 450px;
    background: rgba(63, 63, 63, 0.3);
    backdrop-filter: blur(25px);
	box-shadow: 0px 4px 50px 0px #0000001A;
    padding: 10px;
    border-radius: 50px;
    gap: 6px;
    z-index: 99;
}

.thumb-text {
    color: var(--white);
}

.thumb-text a {
    color: var(--white);
    text-decoration: underline;
	transition: 300ms ease-in-out;
}

.thumb-text a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


/* Full-page loader background */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff; /* Change to match your site’s background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* Ensure it stays on top */
  }
  
@media(max-width:1200px){
	.sticky a.mega-menu-link {
		color: var(--white) !important;
	}

	.sticky .mega-sub-menu a.mega-menu-link {
		color: var(--black) !important;
	}
}
  /* Mobile*/

  @media(max-width:1120px){
	.welcome-wrapper {
		flex-wrap: wrap;
	}

	.welcome-content, .welcome-image {
		flex-basis: unset;
	}


	.floating-icon {
		bottom: 50%;
	}

	.special-ability {
		left: 0;
		top: -10%;
		z-index: 9;
	}

  }

  @media(max-width:992px){
	.sc-caption-section h1 {
		font-size: 40px;
	
	}

	.sc-caption-section {
		max-width: 80%;
	}

	.sc-outter.hero-video {
		background-position: 70%;
	}

	.our-vision {
		margin-top: -200px;
		background-position: 15%;
	}

	.ambassandors {
		flex-wrap: wrap;
	}

	.keyissues.tabs .btn-wrap{
		flex-wrap: wrap;
	}

	/* Gallery */

	.gallery-wrapper {
		display: flex;
		flex-wrap: wrap;
		clear: both;
	}

	.gallery-right-wrapper {
		height: 520px;
		overflow-y: hidden;
		width: 100%;
	}

  }

  @media(max-width:600px) {
	.sc-caption-section {
		max-width: 100%;
	}
	.sc-caption-section h1 {
		font-size: 32px;
		margin-left: 0;
	}
	.sc-caption-section {
		position: relative;
		z-index: 99;
		max-width: 100%;
		/* background: rgba(63, 63, 63, 0.15); */
		background: rgba(255, 255, 255, 0.7);
		padding: 20px;
		border-radius: 15px;
		backdrop-filter: blur(5px);
	}

	.menu-bar {
		background: rgba(255, 255, 255, 0.7);
	}

	.thumbnail-item {
		width: 35px;
		height: 35px;
	}

	.info-boxes {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	.vision-video {
		margin-top: 60px;
	}

	.keyissues.tabs .btn-wrap h5 {
		font-size: 13px;
	}

	.keyissues.tabs .btn-wrap i {
		font-size: 25px;
	}

	.keyissues.tabs .btn-wrap {
		padding: 0;
	
	}

	.tabs button {
		border-radius: 15px;
	}

	.live-events-title {
		flex-wrap: wrap;
	}

	.live-events-section hr {
		display: none;
	}

	.map-container svg {
		width: 100%;
	}

	#testimonial-map {

		position: relative;
	  }

	.testimonial-card {
		z-index: 99;
		left: 0 !important;
		top: 50% !important;
	}

	.testy.btn.button a {
		background: var(--white);
		color: var(--primary-color) !important;
		text-transform: capitalize;
	}

	
	.header-logo {
		display: none !important;
	}

	.sticky-logo {
		display: block !important;
	}

	.sticky-logo img {
		width: 120px;
	}

	.menu-bar {
		padding: 10px;
	}

	span.links, #mega-menu-wrap-85th_menu .mega-menu-link  {
		font-size: 12px !important;
	}

	.dropdown-content {
		left: -20px;
	}

	input[type="search"].search-field {
		margin: 80px 0px;
	}

	.search {
		z-index: 9999;
	}

  }

  @media(max-width: 400px) {
	.sc-caption-section h1 {
		font-weight: 700;
		font-size: 20px;
	}

	div#testimony-thumbs {
		max-width: 300px;
	}

	.thumb-text {
		color: var(--white);
		font-size: 10px;
	}
	.thumbnail-item {
		width: 35px !important;
		height: 35px !important;
	}

	.sc-outter.hero-video {
		background-position: 80%;
	}

	.gallery-right {
	
		grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
		gap: 5px;
	}

	.grid-item img {
		width: 60px;
		height: 60px;
	}

	.gallery-right-wrapper {
		height: 540px;
		overflow-y: hidden;
	}

	.stream-link-box {
		flex-wrap: wrap;
	}

	.stream-ih {
		width: 100%;
	}

	img.play-btn {
		width: 100%;
	}

	h2 {
		font-size: 2.2em;
	}

	.ambassandor-wrap {
		flex-wrap: wrap;
	}

	.ambassandor-image, .brand-details {
		flex-basis: unset;
	}

	.brand-wrap {
		flex-wrap: wrap;
	}

	.brand-title {
		flex-basis: 90%;
	}

	.brand-text {
		border-right: none;
		flex-basis: unset;
		padding: 10px 0px;
	}
	
	.dropdown-content {
		left: -20px;
	}

	a.search-trigger {
    display: none;
}

  }