body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #f5faff, #e5f0f9);
    font-family: "Arimo", sans-serif !important;
}
p {
    color: #4a5f7a;
}

.hero-content {
    color: white;
    padding-top: 75px;
    padding-left: 100px;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: bold;
}

.hero-content h4 {
    color: #05df72;
}

.hero-content p:first-of-type {
    font-size: 30px;
}

.hero-content p:last-of-type {
    font-size: 20px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.hero-buttons a:first-of-type {
    background: linear-gradient(to right, #c8e6d4, #b2d9c3);
    color: #2d5a4a;
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
}

.hero-buttons a:last-of-type {
    background: linear-gradient(to right, #f0f7ff, #e0ebf5);
    color: #4a5f7a;
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
}

.card_custom {
    background: linear-gradient(to bottom, #f2f8ff, #e6f1fa);
    padding: 20px 30px !important;
    text-align: justify;
    border-radius: 30px;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        10px 10px 8px rgba(0, 0, 0, 0.2);
}

.card_custom_mini {
    background: linear-gradient(to bottom, #f2f8ff, #e6f1fa);
    padding: 5px 15px !important;
    text-align: justify;
    border-radius: 30px;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        10px 10px 8px rgba(0, 0, 0, 0.2);
    color: #4a5f7a;
}

.custom_btn {
    border: none !important;
    color: #4a5f7a !important;
    background: linear-gradient(to bottom, #f2f8ff, #e6f1fa);
    padding: 0.8rem 2rem !important;
    font-size: 18px;
    text-align: justify;
    border-radius: 20px !important;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        15px 15px 8px rgba(0, 0, 0, 0.2);
}

.card_custom_rationale {
    padding: 20px 30px !important;
    text-align: left;
    border-radius: 30px;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        10px 10px 8px rgba(0, 0, 0, 0.2);
}

.card_custom_conference {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    padding: 20px 30px !important;
    border: 1px rgba(255, 255, 255, 0.3);
    text-align: left;
    border-radius: 30px;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        10px 10px 8px rgba(0, 0, 0, 0.2);
}

.outcome_cards {
    background: linear-gradient(to bottom, #f2f8ff, #e6f1fa);
    padding: 20px 15px !important;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
}

.outcomes_btn {
    border: none !important;
    font-size: 14px !important;
    color: #4a90e2 !important;
    background: linear-gradient(to right, #e8f0f7, #dce8f1);
    text-align: justify;
    border-radius: 20px !important;
    box-shadow: -5px -5px 2px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
}

.custom-bullet-list {
    list-style: disc;
    padding-left: 25px;
}

.custom-bullet-list li {
    color: #000; /* text color */
    margin-bottom: 10px;
}

.custom-bullet-list li::marker {
    color: #4a90e2;
    font-size: 18px;
}

.custom-bullet-list p {
    margin: 0;
    font-size: 16px;
    color: #5a6c7d;
}

.section1_heading h1 {
    font-size: 40px;
    font-weight: bold;
}

.card_custom_supporting {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    /* padding: 20px 30px !important; */
    border: 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    border-radius: 30px;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
    margin: 0px 5px;
}

.card_custom_supporting p {
    color: #5a6c7d;
    font-size: 12px;
}

.card_custom_supporting-image {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    /* padding: 20px 30px !important; */
    border: 1px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
    margin: 25px;
}

.card_custom_supporting-image img {
    width: 80px; /* fixed width for all images */
    height: 80px; /* fixed height for all images */
    object-fit: contain; /* keeps the image aspect ratio without stretching */
    display: block;
    margin: 0 auto; /* center the image horizontally */
    padding: 5px;
    border-radius: 15px;
}

.card_custom_sector {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    /* padding: 20px 30px !important; */
    border: 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    border-radius: 30px;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
    margin: 0px 5px;
}

.sector_heading {
    /* justify-content: space-around; */
    /* display: flex; */
    gap: 10px;
    padding-left: 8px;
}
.sector_heading h3 {
    font-size: 30px;
}

.sector_text {
    text-align: justify;
}

.sector_text h6 {
    font-size: 14px;
    color: #2c3e50;
}

.sector_text p {
    font-siez: 12px;
    color: #6b7c8d;
}

.sector_text h6,
.sector_text p {
    margin-bottom: 0;
}

.card_custom_agri_chemicals {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    padding: 0px !important;
    border: 1px rgba(255, 255, 255, 0.3);
    text-align: left;
    border-radius: 30px;
    box-shadow: -10px -10px 8px rgba(255, 255, 255, 0.8),
        10px 10px 8px rgba(0, 0, 0, 0.2);
    display: flex;
}

.card_custom_agri_chemicals img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.focus-card {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    padding: 0px !important;
    border: 1px rgba(255, 255, 255, 0.3);
    text-align: left;
    border-radius: 30px;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
    display: flex;
}

.focus-card span {
    font-size: 14px;
    color: #4a5f7a;
    display: flex;
    align-items: center;
}

.key_focus_section {
    padding: 20px 50px;
}

.key_focus_description {
    color: #4a5f7a;
    font-size: 14px;
}

.flag_ship_bullets {
    list-style: none;
    padding-left: 0;
}

.flag_ship_bullets li {
    position: relative;
    padding: 10px 20px 10px 40px; /* space for bullet */
    margin-bottom: 10px;

    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );

    border-radius: 30px;
    box-shadow: -5px -5px 8px rgba(255, 255, 255, 0.8),
        5px 5px 8px rgba(0, 0, 0, 0.2);
    color: #4a5f7a;
    font-size: 14px;
}

/* Custom bullet */
.flag_ship_bullets li::before {
    content: "•";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #6b9eb8;
}

.partnership_text {
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    padding: 30px !important;
    border: 1px rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.8),
        inset 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #355070;
    display: block;
    margin-bottom: 6px;
}

.form-group span {
    color: #ff4d4d;
}

.input-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 8px 10px;
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.8),
        inset 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.input-box i {
    color: #7aa7d9;
    margin-right: 10px;
    font-size: 16px;
}

.input-box input,
textarea,
select {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 14px;
}

textarea {
    min-height: 100px;
    resize: none;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    background: linear-gradient(
        rgba(242, 248, 255, 0.7),
        rgba(230, 241, 250, 0.7)
    );
    box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.8),
        inset 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: linear-gradient(135deg, #b6e3c3, #c9edd6);
    border: none;
    border-radius: 30px;
    font-weight: 600;
    color: #1f5134;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.input-box input::placeholder,
.input-box textarea::placeholder {
    color: #9baab8;
}

/* Placeholder style (first option) */
.custom-select option[value=""] {
    color: #9baab8;
}

/* When dropdown is closed and placeholder is selected */
.custom-select:has(option:checked[value=""]) {
    color: #9baab8;
}

.widget2-links li a {
    color: #4a5f7a;
}

.widget2-links li {
    margin-bottom: 12px;
    padding: 0px 12px;
}

.widget3-contact p span {
    font-size: 12px;
    color: #6b7c8d;
}

.widget3-contact p {
    font-size: 12px;
    color: #6b7c8d;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-item span {
    line-height: 1.4;
}

.footer-title {
    position: relative;
    padding-left: 12px;
}

.footer-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 18px;
    background: linear-gradient(to bottom, #6b9eb8, #7eb89e); /* green accent */
    border-radius: 2px;
}
.row.card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px; /* spacing between cards */
}

/* Default: large screens → 6 cards in a row */
.row.card-row .card_custom_supporting {
    flex: 1 1 calc(16.66% - 10px); /* 6 cards per row */
    max-width: calc(16.66% - 10px);
}

/* Tablet: 3 cards per row */
@media (max-width: 992px) {
    .row.card-row .card_custom_supporting {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}

/* Mobile: 1 card per row */
@media (max-width: 576px) {
    .row.card-row .card_custom_supporting {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
