﻿.logotech-s {
    height: 50px !important;
    width: 50px !important;
}
.logotech{
    height:80px;
    width: 80px !important;
}

.logotech1 {
    height: 120px;
    width: 120px !important;
}

.navbar {
    /*background-color: #006400; */ /* Dark green */
    padding: 1rem;
}

    .navbar .nav-link {
        color: white;
    }

        .navbar .nav-link:hover {
            color: #ffc107; /* Dark yellow golden */
        }

.company-name {
    font-family: "Anton", sans-serif; /* Apply the custom font */
    font-size: 1.5rem;
    color: white;
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5; /* Adjust opacity as needed */
}

.hero {
    background-image: url('../images/growbusiness.jpg');
    background-size: cover;
    background-position: center;
    /*color: rgb(249, 252, 247);*/
    text-align: center;
    padding: 100px 0;
    min-height: 600px;
    font-size: 60px;
}

.section {
    padding: 40px 0;
}

    .section h2 {
        margin-bottom: 20px;
    }

    .section p {
        margin-bottom: 20px;
    }

.btn-custom {
    background-color: #ffc107; /* Dark yellow golden */
    color: black;
    padding: 15px 30px;
    font-size: 1.25rem;
    border: none;
    border-radius: 5px;
}

.testimonials {
    background-color: #d4edda; /* Light green */
    margin-bottom: 90px; /* Increase space below the testimonials section */
    padding: 90px 0; /* Increase the height of the testimonials section */
    text-align: center; /* Center-align text inside the section */
    position: relative;
}

.testimonials-heading {
    margin-top: 0.5px; /* Adjust space from the top border of the section */
    font-size: 2rem; /* Adjust font size as needed */
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.franchise-btn-container {
    text-align: center;
    margin: 40px 0;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.franchise-info {
    flex: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .franchise-info .division {
        flex: 1;
        min-width: 300px;
        margin: 20px;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

        .franchise-info .division h3 {
            margin-bottom: 15px;
        }

        .franchise-info .division p {
            margin-bottom: 10px;
        }

.division-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.dealers-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    padding: 20px;
}

.testimonials {
    background-color: #d4edda; /* Light green */
    margin-bottom: 90px; /* Increase space below the testimonials section */
    padding: 90px 0; /* Increase the height of the testimonials section */
    text-align: center; /* Center-align text inside the section */
    position: relative;
}

.testimonials-heading {
    margin-top: 0.5px; /* Adjust space from the top border of the section */
    font-size: 2rem; /* Adjust font size as needed */
}

.dealers-image img {
    max-width: 100%;
    height: auto;
}

.hero-text {
    padding: 60px 0;
    background-color: lavender;
}

    .hero-text h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero-text h2 {
        font-size: 1.5rem;
        color: #28a745;
    }

    .hero-text .container {
        max-width: 800px;
    }

.pop-text {
    display: inline-block;
}

    .pop-text span {
        display: inline-block;
        opacity: 0;
        animation: pop 1s forwards;
        margin-right: 0.2rem; /* Space between letters */
    }

@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.value-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .value-item:nth-child(even) .value-text {
        order: 2;
    }

    .value-item:nth-child(even) .value-image {
        order: 1;
    }

.value-image {
    flex: 1;
    text-align: center;
}

    .value-image img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

.value-text {
    flex: 1;
    padding: 20px;
}

.value-title {
    color: black;
}

.value-subtitle {
    color: gray;
}

.oval-section {
    display: inline-block;
    padding: 20px 40px;
    background-color: #d1d126;
    border-radius: 50px;
    text-align: center;
    font-size: 1.25rem;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.5rem 2rem;
    height: 100%;
    border: 1px solid #E2E2E3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    border-radius: 1rem;
    background-color:aliceblue;
}

    .card-custom:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .card-custom img {
        width: 72px;
    }

@media (min-width: 768px) {
    .card-custom img {
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .position-relative {
        position: relative !important;
    }
}

.bg-light {
    background-color: #f7f7f7;
}

.text-secondary {
    color: #f4ebd0;
}

.text-dark {
    color: #2f2f2f;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: transform 0.3s;
}

    .btn-primary:hover {
        transform: scale(1.05);
    }

.rotate-180 {
    transform: rotate(180deg);
}

.position-absolute {
    position: absolute !important;
}

@media (max-width: 767.98px) {
    .position-relative {
        position: relative !important;
    }

    .overlap-div {
        bottom: -25px; /* Adjust this value as needed for mobile */
        width: calc(100% - 30px); /* Adjust the width as needed for mobile */
    }

    .text-28 {
        font-size: 28px;
    }
}

.customer-logos .item {
    text-align: center;
    padding: 15px;
}

    .customer-logos .item img {
        max-width: 100%;
        display: inline-block;
    }

.overlap-div {
    position: absolute;
    left: 50%;
    bottom: -50px; /* Adjust this value as needed */
    transform: translateX(-50%);
    width: calc(100% - 40px); /* Adjust the width as needed */
}

.logo {
    height: 50px;
    align-items: center;
}

/*Icons CSS*/
.carousel-container {
    background-color: rgb(249, 252, 247); /* Dark background for contrast */
    padding: 40px;
    text-align: center;
    color: #007bff;
    border-radius:10px;
}

.carousel-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #096ad3; /* Gold color */
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 10px solid transparent; /* Transparent border for gradient effect */
    background-image: linear-gradient(black, black), radial-gradient(circle at top left, #f4ebd0,#007bff), /* Gold gradient effect */
    radial-gradient(circle at bottom right, #ffd700, #ffc107); /* Gold gradient effect */
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 10px rgb(60, 51, 1, 0.85); /* Shiny effect */
}


/* Icon Styles */
.icon {
    font-size: 50px;
    color: #4CAF50; /* Main icon color */
}

.icon-tools:before {
    content: "🛠️"; /* Unicode or icon font */
}

.icon-procurement:before {
    content: "🚚";
}

.icon-financing:before {
    content: "💰";
}

.icon-consultancy:before {
    content: "💡";
}

.icon-dairy:before {
    content: "🥛";
}

.icon-tech:before {
    content: "🔧";
}

.icon-farming:before {
    content: "🌿";
}

.icon-subsidy:before {
    content: "📄";
}

.icon-inputs:before {
    content: "🌱";
}

.caption {
    font-size: 14px;
    color: rgb(0, 0, 0); /* Gold color for text */
    margin-top: 8px;
}

/* Responsive styling for different screen sizes */
@media (max-width: 768px) {
    .icon-wrapper {
        width: 100px;
        height: 100px;
    }
}
.icon-seeds:before {
    content: "🌱"; /* Seeds icon */
}

.icon-pesticides:before {
    content: "🪲"; /* Pesticides icon */
}

.icon-fertilizer:before {
    content: "🧪"; /* Fertilizer icon */
}

.icon-soil-testing:before {
    content: "🧬"; /* Soil testing icon */
}

.icon-nursery:before {
    content: "🌿"; /* Nursery icon */
}

.icon-tractors:before {
    content: "🚜"; /* Tractors icon */
}

.icon-machinery:before {
    content: "🔧"; /* Machinery icon */
}

/*Video*/

.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.video-item {
    flex: 1 1 calc(50% - 40px); /* Adjust width and spacing */
    max-width: 500px;
    min-width: 300px;
}

.video-fluid {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; /* Maintain aspect ratio for videos */
    border-radius: 10px;
}

h2 {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #333;
}

.accordion .card {
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .accordion .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    }

.accordion .card-header {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 0;
}

.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    background-color: transparent;
    border: none;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    text-decoration: none;
}

    .accordion-button img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

    .accordion-button:hover {
        background-color: #e9ecef;
        color: #007bff;
    }

    .accordion-button:after {
        content: '\f078'; /* Font Awesome down arrow */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: auto;
        transition: transform 0.3s;
    }

    .accordion-button.collapsed:after {
        transform: rotate(-90deg);
    }

.accordion-collapse {
    transition: height 0.3s ease-in-out;
}

.card-body {
    padding: 15px 20px;
}

@media (max-width: 767.98px) {
    .logotech-xs {
        width: 24px;
        height: 24px;
    }
}