body{
    font-family: 'Roboto', sans-serif;
}


/* Navbar */
.navbar{
    padding: 12px 0;
    background:#fff !important;
}

/* Logo */
.navbar-brand img{
    height:60px;
    width:auto;
}

/* Menu */
.nav-link{
    color:#222 !important;
    font-weight:400;
    padding:12px 18px !important;
    transition:.3s;
}

.nav-link:hover,
.nav-link.active{
    color:#0d6efd !important;
}

/* Dropdown */
.dropdown-menu{
    border:none;
    border-radius:12px;
    padding:10px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.dropdown-item{
    padding:10px 20px;
    font-weight:400;
}

.dropdown-item:hover{
    background:#0d6efd;
    color:#fff;
}

/* Apply Button */
.apply-btn{
    display:inline-block;
    background:#038223;
    color:#fff;
    text-decoration:none;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.apply-btn:hover{
    background:#06b156;
    color:#fff;
    transform:translateY(-2px);
}

/* Toggler */
.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}



.home-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position:relative;
}

.divider-1{
    width: 350px;
    height: 3px;
    background-color:#175205;
    margin: 12px  0;
    border-radius: 50px;
    
}

.about-image img {
    width: 100%;
    max-width: 420px;   /* size control */
    height: auto;
    display: block;
    margin: auto;
    position: relative;
}

/* Decorative border effect */
.about-image {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.about-image::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    border-bottom: 8px solid #175205;
    border-right: 8px solid #175205;
    z-index: -1;
}



.about-section {
    position: relative;
    background: url("../img/backgroundpattern.jpg") no-repeat center center/cover;
    z-index: 1;
}

/* light overlay so text readable */
.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(248, 241, 238, 0.85);
    z-index: 0;
}

/* content above overlay */
.about-section .container {
    position: relative;
    z-index: 2;
}

.about-c p{
    font-size: 18px;
    line-height:1.8em;
    text-align: justify;
}

.vission-c p{
  font-size: 18px;
    line-height:1.5em;
    text-align: justify;  
}

.vission-c ul li{
  font-size: 18px;
    line-height:1.5em;
    text-align: justify;  
}

.footer-section {
    background: #0f172a;
    color: #ffffff;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #175205;
    display: block;
    margin-top: 6px;
    border-radius: 5px;
}

.footer-text {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-links li a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

.footer-bottom {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

.top-banner{
    background: #175205;
    padding: 35px 0;
}

.page-head h2{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.page-link ul{
    list-style: none;
    padding: 0;
}

.page-link ul li{
    color: #fff;
    font-size: 15px;
}

.page-link ul li a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.page-link ul li a:hover{
    color: #d4edda;
}

.registration-guide p{
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: justify;
}

.form-control,
.form-select {
    height: 40px;
    border-radius: 8px;
}

textarea.form-control {
    height: auto;
}

.card {
    border-radius: 15px;
}

.btn-success {
    background: #175205;
    border-color: #175205;
    font-weight: 600;
}

.btn-success:hover {
    background: #0f3a03;
    border-color: #0f3a03;
}

.process-step strong h2{
    font-size: 1.2rem;
}

.faq-accordion .accordion-item {
    border-radius: 12px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    padding: 18px 20px;
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #175205;
    color: #fff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-body {
    background: #fff;
    color: #666;
    line-height: 1.8;
}

.contact-page{
    background:#f7f5f4;
}

.contact-info{
    background:#175205;
    color:#fff;
    padding:40px;
    border-radius:15px;
}

.contact-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:6px 15px;
    border-radius:30px;
    margin-bottom:15px;
    font-size:14px;
}

.contact-info h2{
    font-weight:700;
    margin-bottom:15px;
}

.contact-info p{
    opacity:.9;
}

.contact-item{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.contact-item i{
    width:50px;
    height:50px;
    background:#fff;
    color:#175205;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.contact-item h6{
    margin-bottom:4px;
    font-weight:600;
}

.contact-item a{
    color:#fff;
    text-decoration:none;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:50px;
    border-radius:8px;
}

.contact-form textarea.form-control{
    height:auto;
}

.contact-btn{
    background:#175205;
    color:#fff;
    padding:12px 30px;
    border:none;
    border-radius:8px;
    font-weight:600;
}

.contact-btn:hover{
    background:#123d04;
    color:#fff;
}

.content-bank{
    text-align: justify;
}