
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background-color: #dedede66;
    transition: .5s;
    opacity: 1;
}

.logo img {
    height: 60px;   /* controls logo size */
    width: auto;
  }
  #about, #gallery,#achievements,#subsidiaries,#contact,#scope{
   
    scroll-margin-top: 100px;

  }
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;
    
}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}
/*** Carousel End ***/




/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.mission-vision{
     background-color: #dedede66;
}
/*** About End ***/
.vision-2030 {
    background: linear-gradient(135deg, #bff0d0, #bff0d0);
    color: #222;
    padding: 30px 25px;
    border-radius: 10px;
    max-width: 850px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.vision-2030 h6 {
    letter-spacing: 2px;
}

.vision-2030 h3 {
    color: #111;
}

.vision-2030 p {
    font-size: 1.1rem;
}

/* ===============================
   Bamoma Mission & Vision Styling
   =============================== */

:root {
    --bamoma-green: #1f7a3f;      /* Primary agro green */
    --bamoma-gold: #d4a017;       /* Sesame / harvest gold */
    --bamoma-light: #f4f8f5;      /* Soft agro background */
    --bamoma-dark: #1c1c1c;
}

/* Section Background */
#mission-vision {
    background: white;
}

/* Headings */
#mission-vision h5 {
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--bamoma-green);
}

#mission-vision h2 {
    font-weight: 700;
    color: var(--bamoma-dark);
}

#mission-vision h4 {
    font-weight: 600;
    color: var(--bamoma-green);
}

/* Cards */
#mission-vision .shadow {
    border-radius: 14px;
    border-left: 5px solid #dedede10;
    transition: all 0.35s ease;
    background: #ffffff;
}

#mission-vision .shadow:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(31, 122, 63, 0.18);
    border-left-color: var(--bamoma-green);
}

/* Icons */
#mission-vision i {
    background: rgba(212, 160, 23, 0.15);
    color: var(--bamoma-green);
    padding: 14px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#mission-vision .shadow:hover i {
    background: var(--bamoma-green);
    color: #ffffff;
}

/* Text */
#mission-vision p {
    line-height: 1.85;
    font-size: 0.96rem;
    color: #4f4f4f;
}

/* Divider Accent (optional) */
#mission-vision::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--bamoma-green);
    margin: 40px auto 0;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    #mission-vision h2 {
        font-size: 1.9rem;
    }
}





/* ===============================
   Subsidiaries Section – Bamoma
   =============================== */

#subsidiaries {
    position: relative;
}

/* Card container */
.counter-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Hover effect */
.counter-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(31, 122, 63, 0.18);
    border-color: rgba(31, 122, 63, 0.4);
}

/* Icons */
.counter-item i {
    font-size: 3rem;
    color: #1f7a3f; /* Bamoma green */
    margin-bottom: 25px;
}

/* Titles */
.counter-item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 15px;
    min-height: 65px;
}

/* Description container */
.counter-counting {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border: none !important;
}

/* Description text */
.counter-counting span {
    font-size: 0.95rem !important;
    line-height: 1.7;
    color: #4f4f4f;
    min-height: 95px;
}

/* Button */
.counter-item .btn {
    margin-top: 25px;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 28px;
    background-color: #1f7a3f;
    border: none;
    transition: all 0.3s ease;
}

.counter-item .btn:hover {
    background-color: #d4a017; /* Sesame gold */
    color: #ffffff;
}

/* Section heading */
#subsidiaries h5 {
    letter-spacing: 2px;
    font-weight: 600;
    color: #1f7a3f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-item {
        padding: 2.5rem 2rem !important;
    }

    .counter-item h3 {
        min-height: auto;
    }

    .counter-counting span {
        min-height: auto;
    }
}

/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}
/*** Service End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
}
.counter-item {
    padding: 20px; /* reduce inner spacing */
}

.counter-counting span {
    line-height: 1.2;
}

/*** Counter End ***/






.gallery-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card h5 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/* Swiper customization */
.swiper {
    padding-bottom: 40px;
}

.swiper-button-next, .swiper-button-prev {
    color: #f9c37b; /* Custom arrow color */
}

.swiper-pagination-bullet {
    background: #f9c37b; /* Custom pagination color */
}


/* SECTION BASE */
/* SECTION HEADING */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1b5e20;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-heading span {
    display: block;
    width: 90px;
    height: 4px;
    background: #66bb6a;
    margin: auto;
    border-radius: 10px;
}

/* RESPONSIVE HEADING */
@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.product-specs {
    padding: 70px 20px;
    background: #f4f7f4;
    font-family: "Segoe UI", sans-serif;
   
}

.specs-container {
    max-width: 1000px;
    margin: auto;
}

/* INTRO */
.specs-intro {
    background: #ffffff;
    padding: 30px;
    border-radius: px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
    margin-bottom: 0px;
}

.specs-intro p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

/* CARDS */
.specs-card {
    background: #ffffff;
    padding: 35px;
    border-radius: px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
}

.specs-card h3 {
    font-size: 24px;
    color: #1b5e20;
    margin-bottom: 25px;
}

/* SPEC TABLE */
.specs-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.spec-row {
    background: #f6faf6;
    padding: 18px 20px;
    border-radius: 12px;
    border-left: 5px solid #66bb6a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spec-row span {
    font-size: 15px;
    color: #555;
}

.spec-row strong {
    font-size: 16px;
    color: #1b5e20;
}

/* PACKAGING */
.packaging ul {
    list-style: none;
    padding: 0;
}

.packaging li {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #444;
}

.packaging li:last-child {
    border-bottom: none;
}

.packaging strong {
    color: #2e7d32;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .specs-card {
        padding: 25px;
    }

    .specs-card h3 {
        font-size: 21px;
    }
}
.why-bamoma {
    background: #ffffff;
    font-family: "Segoe UI", sans-serif;
}

.why-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card i {
    font-size: 3rem;
    margin-bottom: 20px;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #1b5e20;
}

.why-card p {
    font-size: 15px;
    backcolor: #555;
    line-height: 1.6;
}





/*** Contact Start ***/
.contact {
    background: rgba(249, 195, 123, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    font-family: "Segoe UI", sans-serif;
    background-color: #111827; /* darker background */
     border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-color: var(--bs-light);
}

.footer h4 {
    font-size: 20px;
    font-weight: 600;
}


.footer a:hover {
    color: #22c55e; /* highlight on hover */
    text-decoration: none;
}

.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
    font-size: 14px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
    
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


.services-overview {
    background: #f5f8f5;
    font-family: "Segoe UI", sans-serif;
}

.services-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.services-card .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #1b5e20;
    margin-bottom: 20px;
    position: relative;
}

.services-card .card-title::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #66bb6a;
    display: block;
    margin-top: 8px;
    border-radius: 6px;
}

.services-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-card ul li {
    font-size: 16px;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.services-card ul li:last-child {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
    .services-card {
        padding: 25px;
    }

    .services-card .card-title {
        font-size: 20px;
    }
}
.business-scope {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: "Segoe UI", sans-serif;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1f2933;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.scope-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scope-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.scope-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0f766e;
}

.scope-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scope-card ul li {
  font-size: 16px;
  padding: 8px 0;
  color: #4b5563;
}

.scope-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #0f766e, #22c55e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scope-icon i {
  font-size: 30px;
  color: #ffffff;
}

/* Highlight middle card */
.scope-card.highlight {
  background: linear-gradient(135deg, #0f766e, #115e59);
  color: #ffffff;
}

.scope-card.highlight h3,
.scope-card.highlight ul li {
  color: #ffffff;
}

.scope-card.highlight .scope-icon {
  background: #ffffff;
}

.scope-card.highlight .scope-icon i {
  color: #0f766e;
}



.farming-operations {
  background: #f7faf7;
  font-family: "Segoe UI", sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2933;
}

.operation-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.operation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.operation-card h4 {
  font-size: 20px;
  color: #0f766e;
  margin: 20px 0;
  font-weight: 600;
}

.operation-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.operation-card ul li {
  font-size: 15px;
  padding: 8px 0;
  color: #4b5563;
  line-height: 1.5;
}

.operation-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #0f766e, #22c55e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.operation-icon i {
  font-size: 28px;
  color: #ffffff;
}

/* Highlight middle card */
.operation-card.highlight {
  background: linear-gradient(135deg, #0f766e, #115e59);
  color: #ffffff;
}

.operation-card.highlight h4,
.operation-card.highlight ul li {
  color: #ffffff;
}

.operation-card.highlight .operation-icon {
  background: #ffffff;
}

.operation-card.highlight .operation-icon i {
  color: #0f766e;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .operation-card {
    padding: 25px;
  }
  .operation-card h4 {
    font-size: 18px;
  }
}
/* Team Slider Cards */
.team-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #1f7a3f; /* Bamoma green border */
}

.team-card h5 {
    font-weight: 600;
    color: #1c1c1c;
}

.team-card p {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Swiper buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #1f7a3f;
}

.swiper-pagination-bullet {
    background: #d4a017; /* Bamoma gold */
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #1f7a3f;
}
.partners {
    position: relative;
}

.partner-item {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    padding: 25px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.partner-flag {
    width: 70px;
    height: 45px;
    object-fit: cover;
    margin-bottom: 12px;
    border-radius: 4px;
}

.partner-item h6 {
    font-weight: 600;
    margin: 0;
    color: #222;
}

