
*{
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }:root {
            --primary-color: #076126;
            --secondary-color: #A0522D;
            --accent-color: #076126;
            --light-color: #07610d;
            --dark-color: #ffffff;
            --text-color: #0a0a0a;
            --white: #fff;
        }
        .navbar .nav-link {
  font-size: 18px;
}

        /* Specific button hover styles with higher specificity */



   /* Specific button hover styles with higher specificity */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff !important;
    background-color: #09f949 !important;
    border-color: #09f949 !important;
}

.main-header {
    background-color: #fff;
}

.top-bar {
    background-color: #076126; /* Dark green background */
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 50px;
    font-size: 14px;
}

.contact-info span {
    margin-left: 20px;
}

.contact-info i {
    margin-right: 5px;
}

.social-icons {
    margin-left: 20px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
}

.logo-bar {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    position: relative;
    background-color: #f7f7f7; /* Background color for the logo section */
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 80px; /* Adjust as needed */
    margin-right: 20px;
}

.logo-text h1 {
    font-size: 24px;
    margin: 0;
    color: #1e6040;
    font-weight: bold;
}

.logo-text h2 {
    font-size: 16px;
    margin: 0;
    color: #555;
    font-weight: normal;
}



/* --- Responsive Media Queries --- */

/* For Tablets (screen width up to 768px) */
@media (max-width: 768px) {
    .top-bar, .logo-bar {
        padding: 8px 20px;
    }

    .top-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .contact-info {
        margin-bottom: 8px;
    }
    
    .contact-info span {
        display: block; /* Stacks the phone and email vertically */
        margin: 5px 0;
    }

    .social-icons {
        margin-left: 0;
    }

    .logo {
        flex-direction: column;
        text-align: center;
    }

    .logo img {
        height: 70px;
        margin: 0 0 10px 0;
    }

    .logo-text h1 {
        font-size: 20px;
    }

    .logo-text h2 {
        font-size: 14px;
    }
}

/* For Mobile Phones (screen width up to 480px) */
@media (max-width: 480px) {
    .top-bar, .logo-bar {
        padding: 8px 10px;
    }

    .contact-info, .social-icons {
        font-size: 12px;
    }

    .logo img {
        height: 60px;
    }

    .logo-text h1 {
        font-size: 18px;
    }

    .logo-text h2 {
        font-size: 12px;
    }
}
        
    *{
        padding: 0px;
        margin: 0px;
    }
    .navbar {
        background-color: rgb(7, 97, 38);
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 80px;
    }
    .nav-link.active {
    
      font-style: bold;
      
      padding: 0.5rem 3rem; /* Increased padding */
        
    }
    .nav-link {
        
        font-size: 18px;
    margin-left: 5px; 
     color: rgb(255, 255, 255) !important;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    
    cursor: pointer;
    background: #09f949;
    transition: width 0.3s;
}
    .nav-link:hover {
    color: #09f949 !important; /* Change text color on hover */
    padding-bottom: 0.5rem; /* Add space for the underline */
    }
    .navbar-brand {
      color: rgb(0, 0, 0) !important;
      font-weight: bold;
    }
    .nav-link:hover::after {
    width: 100%;
    }
    .navbar-brand {
      color: rgb(255, 255, 255) !important;
      font-weight: bold;
    
    }

 


.header {
  	height: 60vh;
  	background-image: 
	  linear-gradient(to top, 
     rgba(0, 0, 0, 0.503),
     rgba(11, 196, 27, 0.8)),
     url('../images/contact-page/contact_us.jpeg');
  	background-attachment: fixed;
	background-size: cover;
  	background-position: top;
  	position: relative;
	/*border-radius: 0 0 85% 85% / 30%;*/
  /*	clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);*/
}

.brand-box {
  	position: absolute;
  	top: 40px;
  	left: 40px;
}

.brand { font-size: 20px; }

.text-box {
    color: #fff;
  	position: absolute;
  	top: 35%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.heading{
    font-size: 100px;

}
.heading-primary {
  	color: #fff;
  	text-transform: uppercase;

  	backface-visibility: hidden;
  	margin-bottom: 30px;
}

.heading-primary-main {
  	display: block;
  	font-size: 26px;
  	font-weight: 400;
  	letter-spacing: 5px;
}

.heading-primary-sub {
  	display: block;
  	font-size: 18px;
  	font-weight: 700;
  	letter-spacing: 7.4px;
}
/* Feature Banner */

.feature-banner {
      background-color: #fff;
      padding: 30px 0;
      border: 1px solid #eee;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
    .feature-item {
      text-align: center;
      padding: 0 15px;
    }
    .feature-icon {
      font-size: 2.5em;
      color: #3498db;
      margin-bottom: 10px;
    }
    .feature-title {
      font-size: 1.2em;
      color: #2c3e50;
      margin-bottom: 5px;
    }
    .feature-text {
      font-size: 0.9em;
      color: #7f8c8d;
      margin: 0;
    }

/* Instructor Banner */


/* Contact Form */
.form-container {
      background: #ffffff;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      max-width: 600px;
      margin: 80px auto;
      margin: 80px 0 80px auto;
    }

    .form-title {
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      
    }

    .form-control:focus {
     
      box-shadow: 0 0 5px rgb(37, 241, 1);
    }

    .btn-primary {
    
      border: none;
    }

    .btn-primary:hover {
      background-color: #21d40d;
    }

    footer {
      margin-top: 60px;
      padding: 15px;
      background: #222;
      color: #fff;
      text-align: center;
    }

    /* Fix table styling to remove white background */
    .table {
      color: #ffffff !important;
      background-color: transparent !important;
     
    }
    
    .table td,
    .table th {
      background-color: transparent !important;
      color: #ffffff !important;
    }
    
    .table tr {
      background-color: transparent !important;
    }

        .footer-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

