body {
    font-family: "Roboto", sans-serif;
  }

  h1, h2{
    font-family: "Lora", sans-serif;
  }
  .btn {
    border-radius: 20px;
  }
/* ---------- Nabvar ---------- */

.navbar {
    padding: 20px;
}

.navbar .btn-contact a,
.navbar .btn-contact [class*=" bi-"]::before {
    color: #fff;
    text-decoration: none;
}

.btn-contact a {
    color: #666;
    text-decoration: none;
}

.navbar-nav .nav-item{
    list-style-type: disc;
    margin-right: 20px;
    color: #1E90FF;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1E90FF;
}
.btn-contact{
    border-radius: 20px;
}


.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Hero Image Section ---------- */


.arrow-icon {
      width: fit-content;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    }
    
    .arrow-icon img.background {
      width: 100%;
      display: block;
      animation: rotate 5s linear infinite;
    }
    @keyframes rotate {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
    .arrow-icon img.overlap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

.hero-section {
    height: 650px;
        position: relative;
        background: url('../images/New folder/hero-img.jpg') no-repeat bottom left/cover;
        color: #000;
        align-items: center;
        border-radius: 30px;
        margin: auto;
    }
    .hero-content {
            background: #fff;
            padding: 20px;
            border-radius: 0 0 20px 0;
        }
        
        .hero-content-2 {
            padding: 15px 10px;
        }
        
        
    .badge-yellow {
      background-color: #FFD600;
      color: #000;
      font-weight: 600;
      border-radius: 20px;
      padding: 6px 16px;
      display: inline-block;
      font-size: 9px;
      margin-bottom: 20px;
    }
    .hero-title {
      font-size: 32px;
      font-weight: 700;
      line-height: 43px;
    }
    .hero-title span {
      color: #1877f2;
    }
    .hero-text {
      color: #555;
    font-size: 18px;
    margin-top: 20px;
    line-height: 31px;
    }
    .btn-buy {
      background-color: #1877f2;
      color: #fff;
      border-radius: 30px;
      padding: 10px 24px;
      font-weight: 600;
      margin-top: 0;
      display: inline-flex;
      font-size: 13px;
      align-items: center;
      gap: 8px;
    }
    .btn-buy:hover {
      background-color: #0f66d0;
      color: #fff;
    }
    /* .hero-image img {
      border-radius: 0 0 40px 0;
      width: 100%;
    } */
    .hero-image-bg img{
      display: none;
    }
@media only screen and (max-width:767px) {
  .hero-image-bg{
    order:1;
  }
  .hero-image-bg img{
    display:block;
  }
  .hero-content{
    order:2;
  }
  .hero-section {
    background: none;
    height: auto;
  }
}

/* ---------- Why Buy From Us Section ---------- */


.adb_hd {
    text-align: center;
    margin-bottom: 40px;
}
.adb_hd span {
    color: #1877f2;
}
.why-card-container {
            position: relative;
            padding: 20px;
            margin-bottom: 20px;
        }
        .card-number {
            font-family: "Lora", sans-serif;
            position: absolute;
            top: -14px;
            right: 25px;
            font-size: 80px;
            color: rgba(229, 229, 229, 0.5);
            font-weight: bold;
            z-index: 1;
        }
        .why-card-row{
            display: grid;
            grid-template-columns: 33% 33% 33%;
        }
        
        .why-card {
            position: relative;
            background: url('../images/card.png') no-repeat center center/cover;
            padding: 55px 20px 20px 20px;
            height: 100%;
            overflow: hidden;
            z-index: 3;
            height: 141px;
        }
        .why-card.highlight {
            background: url('../images/card-highlight.png') no-repeat center center/cover;
        }
        .why-card p {
            position: relative;
            z-index: 5;
            font-weight: 500;
            line-height: 1.4;
            margin: 0;
        }
        @media (max-width: 1000px) {
            .why-card-row{
                display: grid;
                grid-template-columns: 50% 50%;
            }
        }
        @media (max-width: 576px) {
            
            .arrow-icon{
                display : none;
            }
            .why-card-row{
                display: grid;
                grid-template-columns: 100%;
            }
            .our-team-main .card{
                  width: 100% !important;
                } 
            
            .why-card {
                border-radius: 10px;
                padding-top: 40px;
            }
            .slider-controls .arrow-btn {
                width: 70px !important;
                height: 35px !important;
                font-size: 15px !important;
            }
            .team-card {
                flex: 0 0 300px !important;
              }
        }

.why-buy-from-us-main{
    background-image: url(../images/pattern-3.png), url(../images/flower-bg-2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding: 80px 10px;
}
.why-buy-from-us-main h1{
    font-family: 'Lora';
}
.why-buy-from-us-main h1 span{
    color:#1E90FF;
}
.why-buy-from-us-main .card{
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  border-radius: 20px;
}

/* ---------- Explore our Product Section ---------- */

.explore-our-product-main .eop-bg {
  background-image: url(../images/explore-our-product-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    border-radius: 40px;
}

/* ---------- Our Passion for Sustainable Coconut Products Section ---------- */

.opscp-main{
  background-image: url(../images/Leaf-bg.png);
  background-repeat: no-repeat;
}
.opscp-main h1 span{
  color:#1E90FF;
}

/* ---------- Our Team Section ---------- */



.team-section {
      padding: 50px 20px;
      background-color: #0e0f0f;
      color: #fff;
      margin: 0;
    }

    .team-section {
      padding: 80px 40px 0;
    }

    .team-section h2 {
        text-align: center;
      font-size: 40px;
      margin-bottom: 60px;
    }

    .slider-wrapper {
      overflow: hidden;
      position: relative;
      max-width: 1350px;
      margin: 0 auto;
    }

    .slider-container {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 40px;
      padding: 40px;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }

    .slider-container::-webkit-scrollbar {
      display: none;
    }

    .team-card {
      flex: 0 0 500px;
      background-color: #1d1f1f;
      border-radius: 30px;
      padding: 30px;
      scroll-snap-align: start;
      box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    }

    .team-card h3 {
        
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 24px;
    }

    .team-card p.title {
      margin: 0 0 15px;
      color: #ccc;
      font-weight: bold;
      font-size: 16px;
    }

    .team-card p.description {
      color: #aaa;
      font-size: 14px;
      line-height: 1.8;
    }

    .slider-controls {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
    }

    .slider-controls .arrow-btn {
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 20px;
    }

    .progress-bar {
      height: 4px;
      background: #fff;
      width: 500px;
      position: relative;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      background: #ccc;
      width: 0;
      transition: width 0.3s;
    }
.teams-headline{
    font-family: "Lora", sans-serif;
    font-size: 60px;
    padding: 50px 0;
    padding: 50px 0;
    
}

.marquee {
  width: 100%;
  overflow: hidden;
  color:  #0e0f0f;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  padding: 15px;
  border-radius: 10px;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
  font-size: 60px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* ---------- Order Today Section ---------- */
.order-today-main h1 span {
  color: #1E90FF;
}
.order-today-main .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-today-main .card .card-body .card-text, .card .card-body small {
  font-weight: 100;
}
.order-today-main .card-title {
  min-height: 47px;
  margin: 0;
}
.order-today-main .card .card-stamp {
  overflow: hidden;
  font-size: 12px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFD700;
  display: block;
  position: absolute;
  right: -9px;
  bottom: -18px;
}
.image-title-row {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}
.image-title-row img {
  width: 70px;
  height: auto;
}
.image-title-row h5 {
  font-size: 18px;
  text-align: left;
}
.card-body {
    padding: 30px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-body h5{
    font-size: 22px;
    padding: 20px 0;
    font-weight: 600;
}

/* ---------- Order Now Section ---------- */


.star-div {
      width: fit-content;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    
}

.star-div img{
    width: 60px;
}
.cta2-main .cta2-bg{
  background-color:#008000;
  border-radius: 40px;
  padding: 20px;
}
.cta2-main.abc{
  background-image: url('../images/pattern-1.png'), url('../images/pattern-2.png');
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  padding: 100px 10px;
}

/* ---------- Partner With Us Section ---------- */
.partner-with-us-main{
  background-image: url('../images/partner-with-us-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.partner-with-us-main h1 span{
  color:#1E90FF;
}

/* ---------- Elevate Your Brand with Our Private Label Virgin Coconut Oil Section ---------- */

.private-labelling-main{
  background-image: url(../images/Leaf-bg2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.private-labelling-main h1 span{
  color:#1E90FF;
}

/* ---------- Explore our Product Section ---------- */

.cta3-main .get-in-touch-bg {
  background-image: url(../images/cta3-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    border-radius: 40px;
}

/* ---------- Reach Out Section ---------- */

.reach-out-main{
    position: relative;
    background: url(../images/flower-bg-11.png) no-repeat left top;
    color: #000;
    align-items: center;
    border-radius: 30px;
    margin: auto;
    padding: 150px 10px;
}

.reach-out-main h1 span{
  color:#1E90FF;
}
.reach-out-main .form-control{
  border-radius: 20px;
}

/* ---------- Footer ---------- */

.footer-bg{
  background-image: url('../images/footer-bg.jpg');
  background-color: #1E90FF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer-bg .nav .nav-item{
    list-style-type: disc;
    margin-right: 20px;
    color: #fff;
}