
.institute-img {
    width: 100%;
    aspect-ratio: 1215.81 / 379.15;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
.custom-text h5 {
    font-weight: 800;
}
.navbar .nav-link {
    color: #0E592B !important;
    font-weight: 500; /* optional: makes links bolder */
}
/* This is the key to making the image full-width, overriding the parent container's padding */
.full-width-image {
    background-color: #0b5ed7; /* Moved the style from inline to the class */
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /* This combo ensures the element spans the full width of the viewport,
       regardless of its parent's padding */
}
.force-height {
    min-height: 23vh !important;
}
.circular-image {
    background-image: url("../images/images/color-bin-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: #0E592B !important;
    text-decoration: underline; /* optional hover effect */
}
body{
    font-family: Proxima Nova Rg !important;
}
.custom-shape {
    width: 30vw;        /* responsive width */
    height: 40vh;       /* responsive height */
    position: absolute;
    top: 120vh;         /* relative to viewport height */
    left: 40vw;         /* relative to viewport width */
    transform: rotate(0deg);
    border-radius: 25px; /* curved corners */
    background-color: #0a53be; /* example */
}
#green-container {
    position: relative; /* so child absolute elements position relative here */
}

.vector{
    height: 5vh;
    text-align: center;
    margin-top: 5px;
}

.partner-card {
    display: flex;
    align-items: center;          /* Vertically center image */
    justify-content: center;      /* Horizontally center image */
    width: 18.837rem;             /* Match Figma width */
    height: 9.811rem;             /* Match Figma height */
    border: 1.083px solid #0E5927;/* Dark Green border */
    border-radius: 1.827rem;      /* Rounded corners */
    background-color: #FFF;       /* White background */
    margin: 0.5rem;               /* Small gap between cards */
    flex-shrink: 0;               /* Prevent shrinking */
    transition: transform 0.2s ease-in-out;
}

/* Optional: add subtle hover feedback */
.partner-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Image adjustments */
.partner-logo {
    max-width: 70%;               /* Keep some padding inside the card */
    height: auto;
    object-fit: contain;
}
.partners {
    max-height: 80px;   /* keep logos same size */
    max-width: 100%;    /* prevent overflow */
    object-fit: contain;
}
.link {
    color: #0E592B !important;
}
.tiles {
    border-radius: 25px;
    border: 2px solid #0E5927;
    background: #F9FDFB;
    transition: transform 0.2s ease-in-out;
}
.tiles:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.link {
    color: #0E592B;
    font-weight: 600;
}
.custom-text h3 {
    font-size: 1.75rem;
}
#green-container::after {
    content: "";
    position: absolute;
    inset: 0;  /* top:0; right:0; bottom:0; left:0; */
    background-image: url("../images/images/epr_process_image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9; /* optional transparency */
    border-radius: 25px; /* match parent */
}
.bg_buggage{
    background-image: url("../images/images/buggage_gb.jpg");
}

.custom-text-medium {
    font-weight: 500;           /* Medium */
    font-style: normal;         /* Medium style is handled by weight */
    font-size: 16px;
    line-height: 100%;          /* 16px */
    letter-spacing: 0;
    color: #000000;
}
.checklist-container {
    padding: 16px;              /* spacing inside the container */
    max-width: 600px;           /* optional: max width */
}

.checklist-container ul {
    list-style: none;           /* remove default bullets */
    padding: 0;
    margin: 0;
}

.checklist-container ul li {
    display: flex;
    align-items: center;
    gap: 10px;                  /* space between icon and text */
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #0c0c0c;             /* text color */
    margin-bottom: 8px;         /* space between items */
}

.checklist-container ul li::before {
    content: '✔';               /* checkmark */
    color: #29B758;             /* green check */
    font-weight: bold;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.main-header .navbar {
    border-bottom: 1px solid #eee;
}
.p-text {
    font-family: 'Arial Narrow', sans-serif;
    font-size: clamp(14px, 1.4vw, 16px); /* responsive size between 12px–14px */
    line-height: 1.4;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    text-align: justify;
    text-justify: inter-word;
}
.para-indent{
    letter-spacing: 0.1rem;
    line-height: 1.4;
}
.main-header .nav-link {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0E5927 !important;
    margin: 0 10px;
}
li{
    margin-bottom: 0.5rem;
}
.main-header .btn {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 16px;
}
.glossy-box {
    box-shadow: 0 5.691px 18.942px 0 rgba(0, 0, 0, 0.20);
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
a {
    color: #0E5927;
}
.curved-bottom {
    background-color: #f0f8f5;
    border-radius: 0 0 25px 25px; /* top-left, top-right, bottom-right, bottom-left */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 12px 0 12px;
}
.curved-top{
    background-color: #f0f8f5;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-item img {
    height: 50vh;        /* 70% of viewport height */
    object-fit: cover;
    width: 100%;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.custom-heading {
    font-family: 'Proxima Nova', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(24px, 3.33vw, 32px); /* Responsive font size */
    line-height: 110%; /* Fixed the decimal value */
    letter-spacing: 0;
    text-align: center; /* Horizontal alignment */
    display: flex;
    align-items: center; /* Vertical alignment - middle */
    justify-content: center;
    color: #0E5927;
}

.custom-text {
    display: grid;
    gap: 20px;
    color: #0c0c0c;
    font-weight: 500;
    font-size: 16px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.section-title {
    color: #004718;
    font-weight: 600;
}

.news-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.heading-text {
    color: var(--Dark-Green-900, #0E5927);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Proxima Nova", sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109.943%; /* 1.924rem */
}
.news-card img.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.opportunities-contact-box {
    width: 100%;
    max-width: 45.13425rem; /* ≈722px */
    height: auto;
    flex-shrink: 0;
    background-color: #E5F0EC;
    border-radius: 2rem;
}
.gap-0{
    gap: 0;
}
.line-under{
    border-bottom: 1px solid #004718;
    width: fit-content;
}
.news-card .card-title {
    color: #004718;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-card .btn-readmore {
    background-color: #004718;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
}

.news-card .btn-readmore:hover {
    background-color: #0e592b;
    color: #fff;
}
.steps-button {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-forms-links {
    padding: 2.5rem;
    border: 1px solid #C0F3A8;
    border-radius: 24px;
    position: relative;
    background-color: #fff;
}

.contact-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.label-input label {
    font-weight: 500;
    color: #0E5927;
}
.green-border {
    border-top: 0;
    border-right: 2px solid #0E5927;
    border-bottom: 2px solid #0E5927;
    border-left: 2px solid #0E5927;
}
