
:root{
  --primary:#036960;
  --dark:#022f2c;
  --light:#f4f8f8;
}

body{
  font-family: 'Segoe UI', sans-serif;
  line-height:1.6;
}

.top-header{
  padding:20px 0;
  background:#ffffff;
  border-bottom:1px solid #eaeaea;box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
}

.logo img{
  height:45px;   /* Smaller logo */
}

/* Social Icons Modern Style */
.social-icons{
  display:flex;
  align-items:center;
  gap:10px;
}

.social-btn{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f2f6f6;
  color:#036960;
  font-size:16px;
  transition:all .3s ease;
  box-shadow:0 4px 10px rgba(0,0,0,.05);
}

.social-btn:hover{
  background:#036960;
  color:#fff;
  transform:translateY(-4px);
  box-shadow:0 8px 18px rgba(3,105,96,.3);
}



.navbar-nav .nav-link{
  color:#000 !important;
  font-weight:500;
  padding:14px 18px;
  position:relative;
  transition:.3s;
}

.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  left:18px;
  bottom:8px;
  width:0%;
  height:2px;
  background:#008445;
  transition:.3s;
}

.navbar-nav .nav-link:hover::after{
  width:60%;
}

.carousel-item img{
  height:471px;
  object-fit:cover;
}

.carousel-caption{
  bottom:30%;
}

.carousel-caption h2{
  font-size:42px;
  font-weight:700;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color:var(--primary);
  padding:25px;
  border-radius:50%;
}



.go4youth-highlight{
  padding:40px 0;
  background:linear-gradient(135deg,#036960,#024f49);
  color:#fff;
  text-align:center;

}

.row.align-items-center22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.highlight-title{
  font-size:38px;
  font-weight:700;
  margin-bottom:20px;
}

.highlight-subtitle{
  font-size:18px;
  max-width:800px;
}

.age-badge{
  background:#fff;
  color:#036960;
  padding:6px 14px;
  border-radius:20px;
  font-weight:600;
}

.registration-box{
  background:rgba(255,255,255,.1);
  padding:25px;
  border-radius:10px;
  backdrop-filter:blur(5px);
}

.btn-register{
  background:#fff;
  color:#036960;
  padding:7px 20px;
  font-weight:600;
	font-size: 14px;
  border-radius:30px;
  text-decoration:none;
  display:inline-block;
  transition:.3s;
}

.btn-register:hover{
  background:#022f2c;
  color:#fff;
}

@media(max-width:768px){
  .highlight-title{
    font-size:26px;
  }
  .highlight-subtitle{
    font-size:16px;
  }
}

/* CARDS */
.info-card{
  background:#fff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
}

.info-card:hover{
  transform:translateY(-6px);
  border-top:4px solid var(--primary);
}
.btn-primary-custom{
  background:var(--primary);
  color:#fff;
  border:none;
  padding:7px 20px;
  border-radius:4px;
}
.btn-primary-custom:hover{
  background:#024f49;
  color:#fff;
}
/* LIST */
.custom-list{
  list-style:none;
  padding:0;
}

.custom-list li{
  padding:15px 20px;
  margin-bottom:15px;
  background:#fff;
  border-left:5px solid var(--primary);
  box-shadow:0 4px 10px rgba(0,0,0,.05);
}

/* CTA */
.cta-section{
  background:var(--primary);
  color:#fff;
  padding:30px 0;
  text-align:center;
}

/* CONTACT */
.contact-box{
  background:#fff;
  padding:30px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

/* FOOTER */
.footer{
  background:var(--dark);
  color:#fff;
  padding:50px 0 20px 0;
}

.footer a{
  color:#ddd;
  text-decoration:none;
}

.footer a:hover{
  color:#fff;
}

@media(max-width:768px){
  .carousel-caption h2{
    font-size:26px;
  }
  .carousel-item img{
    height:350px;
  }
}



.background-section{
  padding:80px 0;
  background:#f4f8f8;
}

.section-title{
  font-size:32px;
  font-weight:700;
  color:#036960;
  margin-bottom:25px;
  position:relative;
}



.endorsement-box{
  background:#ffffff;
  padding:20px;
  border-left:5px solid #036960;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
  font-size:15px;
}

.btn-read-more{
  background:#036960;
  color:#fff;
  padding:10px 28px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.btn-read-more:hover{
  background:#024f49;
  color:#fff;
}

.image-wrapper{
  position:relative;
}

.image-wrapper img{
  border-radius:15px;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
}

@media(max-width:768px){
  .background-section{
    padding:50px 0;
  }
  .section-title{
    font-size:24px;
  }
}



.top-header {
    background: #ffffff;
    padding: 10px 15px;
}

/* Logo */
.navbar-brand img {
    height: 55px;
}

/* Remove extra padding */
.navbar {
    padding: 0;
}

/* Nav links desktop */
.nav-link {
    font-weight: 500;
    padding: 8px 15px;
}

/* Mobile Fix */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #0f6b63;   /* GREEN look */
        margin-top: 10px;
        padding: 15px;
        border-radius: 8px;
    }

    .navbar-nav {
        text-align: left;
    }

    .nav-link {
        color: #fff !important;
        padding: 10px 0;
    }

    .nav-link:hover {
        opacity: 0.8;
    }
    .carousel-item img {
        height: 128px !important;
    }
	
	.navbar-brand img {
    height: 30px !important;
}
	
	.navbar-nav .nav-link {
    color: #ffffff !important;
}
	
}


.faq-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #0a3d62;
}

.accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    background: #f1f5f9;
    font-weight: 600;
    color: #0a3d62;
    padding: 15px;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) {
    background: #198754;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: #ffffff;
    color: #555;
    line-height: 1.7;
}

.faq-list {
    padding-left: 18px;
}

.faq-list li {
    margin-bottom: 6px;
}






.section-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #0a3d62;
}

.section-text {
    color: #555;
    font-size: 15.5px;
    line-height: 1.8;
}

.highlight {
    color: #198754;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #0a3d62;
}

.custom-list {
    padding-left: 18px;
}

.custom-list li {
    margin-bottom: 8px;
    color: #444;
}

.custom-table th {
    width: 35%;
    background: #f1f5f9;
    font-weight: 600;
    color: #0a3d62;
    padding: 14px;
}

.custom-table td {
    padding: 14px;
}

.custom-table tr:hover td {
    background: #f8fafc;
}

.website-link {
    color: #198754;
    font-weight: 600;
    text-decoration: none;
}

.website-link:hover {
    text-decoration: underline;
}
	

	
	
.card-list {
    list-style: none;
    padding: 0;
}

.card-list li {
    background: #f8fafc;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    border-left: 4px solid #198754;
    transition: 0.3s;
}

.card-list li:hover {
    background: #e9f7ef;
    transform: translateX(5px);
}	
	


.table-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.table-title {
    font-size: 22px;
    font-weight: 600;
    color: #0a3d62;
}

.custom-table thead th {
    background: #0a3d62;
    color: #fff;
    font-weight: 600;
    padding: 12px;

}

.custom-table td {
    padding: 14px;
    vertical-align: middle;
}

.custom-table tbody tr {
    border-bottom: 1px solid #e9ecef;
}

.custom-table tbody tr:hover {
    background: #f8fafc;
}

.highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}


.contact-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.contact-title {
    font-size: 22px;
    font-weight: 600;
    color: #0a3d62;
}

.contact-table th {
    width: 20%;
    background: #f1f5f9;
    color: #0a3d62;
    font-weight: 600;
    padding: 14px;
}

.contact-table td {
    padding: 14px;
}

.contact-table tr {
    border-bottom: 1px solid #e9ecef;
}

.contact-table tr:hover td {
    background: #f8fafc;
}

.link-highlight {
    color: #198754;
    font-weight: 600;
    text-decoration: none;
}

.link-highlight:hover {
    text-decoration: underline;
}

.social-links a {
    color: #0a3d62;
    text-decoration: none;
    font-weight: 500;
}

.social-links a:hover {
    color: #198754;
}

.contact-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.contact-title {
    font-size: 22px;
    font-weight: 600;
    color: #0a3d62;
}

.contact-table th {
    width: 20%;
    background: #f1f5f9;
    color: #0a3d62;
    font-weight: 600;
    padding: 14px;
}

.contact-table td {
    padding: 14px;
}

.contact-table tr {
    border-bottom: 1px solid #e9ecef;
}

.contact-table tr:hover td {
    background: #f8fafc;
}

.link-highlight {
    color: #198754;
    font-weight: 600;
    text-decoration: none;
}

.link-highlight:hover {
    text-decoration: underline;
}

.social-links a {
    color: #0a3d62;
    text-decoration: none;
    font-weight: 500;
}

.social-links a:hover {
    color: #198754;
}



.table-box3 {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.custom-table3 th {
    background: #0a3d62;
    color: #fff;
    text-align: center;
    font-size: 14px;
	width: 150px;
}

.custom-table3 td {
    font-size: 13.5px;
    vertical-align: top;
}

.custom-table3 a {
    color: #198754;
    text-decoration: none;
    word-break: break-all;
}

.custom-table3 a:hover {
    text-decoration: underline;
}

.custom-table3 tr:hover {
    background: #f8fafc;
}






.contact-wrapper {
    background: #f5f7fa;
    padding: 40px;
    border-radius: 14px;
}

.contact-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    height: 100%;
}

.contact-title {
    font-weight: 700;
    color: #0a3d62;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item .icon {
    font-size: 18px;
    margin-right: 10px;
    color: #198754;
}

.contact-item p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.contact-item a {
    color: #198754;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* MAP */
.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
    border-radius: 10px;
}
