:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --menu-bg: #f8f9fa;
  --menu-link-color: #343a40;
  --menu-link-hover: #e67817;
  --menu-link-active: #e67817;
  --menu-padding: 1rem 0;
  --menu-font-weight: 500;
  --menu-font-size: 16px;
}
:root {
  --bs-primary: #e67817;
}

.font-manrope {
  font-family: "Manrope", sans-serif !important;
}

.font-satoshi {
  font-family: "Satoshi", sans-serif !important;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

.font-covered-grace {
  font-family: "Covered By Your Grace", cursive !important;
}

.text-orange {
  color: var(--bs-primary);
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/OTF/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/OTF/Satoshi-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/OTF/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family: "Satoshi", sans-serif;
}
h1 {
  font-weight: bold;
}
p {
  font-size: 20px;
  line-height: 1.6;
  font-family: "Satoshi", sans-serif;
  color: #4d4d4d;
}

.link a {
  background: #e67817;
  border-radius: 19.53px;
  padding: 14.32px 16.92px 14.32px 16.92px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: unset;
}
.heading_area {
  padding-bottom: 40px;
}
.heading_area .heading {
  color: #003d38;
  text-align: center;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 52px;
  line-height: 1.36;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.heading_area .sub_heading {
  color: #00b67a;
  font-family: "Inter-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.heading_area p {
  color: #4d4d4d;
  font-family: "Manrope-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.56;
  font-weight: 400;
}
.section {
  padding: 60px 0;
}
/* header */

/* header */
header .socialicons a {
  background: #f8f7f0;
  border-radius: 25px;
  display: block;
}
header .socialicons a i {
  color: #1f1e17;
  font-size: 25px;
  padding: 10px;
}

.logo img {
  width: 100px;
  height: 100px;
}

header .iconbox {
  padding: 10px;
}
header .contect a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
header .contect a:hover {
  text-decoration: underline;
}

ul.navbar-nav.mr-auto {
  gap: 40px;
}
a.nav-link {
  font-size: 16px;
  color: #878680;
  font-weight: 500;
}

/* Hero Banner */
.herosection {
  background-image: url(../images/hero_banner_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.herosection h1 {
  font-size: 62px;
  line-height: 62.49px;
  font-weight: 700;
  color: #121212;
}
.herosection span {
  color: #e67817;
}
.herosection p {
  color: #01312c;
  text-align: left;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.8;
}
.herosection .heading_area {
  padding: 125px 0;
  margin-right: 120px;
}
.herosection img {
  padding: 76px 0;
}
/* Hero Banner */
/* Product Collection */

.product-collection {
  background-color: #fdf8f3;
  padding: 60px 0;
}

.product-collection .heading-area {
  text-align: center;
  max-width: 640px;
  margin: auto;
}

.product-collection .filter-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.product-collection .product-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.product-collection .product-card:hover {
  transform: translateY(-6px);
}

.product-collection .product-card img {
   aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 12px;
}


.product-collection .product-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 15px;
  color: #1c2229;
}

.product-collection .product-price {
  font-size: 0.95rem;
  color: #97999d;
  margin: 5px 0 50px;
}

.product-collection .btn-view {
  background-color: #f08a24;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 33%;
}

.product-collection .btn-view:hover {
  background-color: #d97415;
}

.product-card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
  height: 100%;
}

/* Card on hover */
.product-card:hover {
  transform: translateY(-5px);
}


/* Product title */
.card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* Price text */
.product-price {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* View button */
.btn-view {
  background-color: #f08a24;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-view:hover {
  background-color: #d97415;
}

/* Product Offerings */
.product_offerings {
  background-image: url("../images/Product Offerings bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_offerings .offering_gird .offering_card {
  border-radius: 18px;
  padding: 25px 30px 25px 30px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product_offerings .offering_gird i {
  width: 97px;
}
.product_offerings .offering_card h3 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.47px;
  font-weight: 700;
}
.product_offerings .offering_card p {
  font-size: 15px;
  line-height: 22.45px;
  font-weight: 400;
  margin-bottom: 0;
}
.product_offerings .offering_gird .col-md-6:nth-child(odd) .offering_card {
  margin-bottom: 30px;
}
.product_offerings .offering_gird .col-md-6:nth-child(even) .offering_card {
  margin-left: 30px;
}
/* Product Offerings */

/* petratools */
.petratools {
  background-color: #e9f1ee;
  padding-bottom: 0;
}
.petratools .heading_area {
  text-align: center;
}
.petratools .heading_area h2 {
  color: #003d38;
}
.petratools .heading_area p {
  color: #01312c;
}
.petratools img {
  width: 100%;
}
.petratools .box-card {
  padding-bottom: 70px;
}
.petratools .box-card .col-9 {
  padding-left: 15px;
}
.petratools .box-card h3 {
  font-size: 22px;
  font-weight: bold;
  color: #01312c;
}
.petratools .box-card p {
  font-size: 16px;
  font-weight: 400;
  color: #01312c;
}
/* petratools */

/* how_we_work */
.how_we_work {
  background-image: url("../images/how we work-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.how_we_work svg {
  width: -webkit-fill-available;
}
/* how_we_work */

.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.2s ease-in-out;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.rating i {
  color: #fbc02d;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.user-icon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.user-info h5 {
  margin: 0;
  margin-left: 12px;
  font-size: 16px;
}
.rating i {
  color: #fbc02d;
  margin-right: 2px;
}
/* Specific Styles */
.btn-floating.call {
  background-color: #ffffff;
  color: #1499a0;
  border: 1px solid #1499a0;
}

.btn-floating.whatsapp {
  background-color: #25d366;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-list {
    flex-direction: column;
    align-items: center;
  }
}

/* testimonials */

/* */
.poster-section {
  position: relative;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.poster-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 0;
}

.poster-section .content {
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.poster-section h1,
.poster-section h2 {
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.custom-btn {
  background-color: var(--bs-primary);
  color: white;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
  background-color: #d46714;
  color: white;
}

.underline-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 25px;
  background-image: url(../images/underline.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  left: 20px;
}

.leader-agri-market {
  background-image: url(../images/leader-agri-bg-1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.leader-agri-video-thumb {
  top: 73%;
  left: -17%;
  max-width: 225px;
  min-height: 135px;
  background-image: url(../images/video-thumbnail.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.what-we-offer {
  background-color: #f8f7f0;
  background-image: url("../images/what-we-offer-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

.what-we-offer .icon-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-color: #ffa500;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.what-we-offer .icon-img {
  width: 24px;
  height: 24px;
}

.offer-card {
  transition: all 0.3s ease;
}

.offer-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.card-title {
  font-size: 1.1rem;
  margin-top: 10px;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

.btn:hover {
  background-color: #e67817;
}
.faq-questions {
  background-image: url(../images/faq-question-grn.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 30%;
}

.best-in-agriculture {
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-icon {
  background-color: var(--bs-primary);
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-item {
  background-color: #fcfaf6;
}

.best-in-agriculture {
  padding-inline: 10%;
}

.build-for-best-in-agri {
  background-color: var(--bs-primary);
  margin-top: 100px;
}

.last-video-section {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sticky_Button {
  margin-top: -68px;
  gap: 10px;
  padding: 10px;
}
.video-wrapper img.product-img {
  display: block;
  width: 100%;
  height: auto;
}

.video-play-btn {
  width: 75px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.small-video-btn {
  width: 60px;
}

/* Product Image */
.product-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* Or 4 / 3 or 3 / 2 depending on your design */
  overflow: hidden;
  border-radius: 12px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0; /* Remove if image already has soft edges */
}

.btn-view-full {
  position: absolute;
  bottom: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
  font-size: 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-view-full:hover {
  background: #ddd;
}

.product-img:hover {
  transform: scale(1.05); /* Subtle zoom effect */
}

.product-title {
  font-weight: bold;
  font-size: 36px;
  color: #292929;
}

.price-box del {
  font-size: 18px;
  margin-right: 10px;
  color: #666666;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: #141414;
}

.description {
  color: #aaa;
  font-size: 1rem;
}
.lineborder {
  border-bottom: 1px dotted #a3a3a3;
}
.delivery-tsc {
  font-size: 16px;
  color: #bbb;
  text-decoration: underline;
}

.custom-arrow {
  color: #000;
  background: #666666;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Typography */
.product-title {
  font-weight: bold;
  font-size: 36px;
  color: var(--product-title-color);
}

.price-box del {
  font-size: 18px;
  margin-right: 10px;
  color: var(--product-price-old);
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: var(--product-price-new);
}

.description {
  font-size: 1rem;
  color: var(--product-description);
  line-height: 1.6;
}

.lineborder {
  border-bottom: 1px dotted #a3a3a3;
  margin: 20px 0;
}

/* Product Image */
.product-img {
  max-width: 100%;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 8px;
}

/* Buttons */
.btn-warning {
  background-color: var(--bs-primary);
  border: none;
  color: #fff;
  padding: 17px;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.btn-warning {
  background-color: var(--bs-primary);
  border: none;
  color: #fff;
  padding: 17px;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-warning:hover,
.custom-btn:hover,
.btn-warning:focus {
  background-color: #d46714;
  color: white;
}

.video-play-btn {
  width: 75px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  background-color: #f2f2f2; /* same color as before */
  border-radius: 50%; /* make it round */
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: transform 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.05);
}

/* Arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
  color: #000;
  font-weight: bold;
}

.btn-warning {
  background-color: #e67817;
  border: none;
  color: #ffffff;
  padding: 17px;
  font-size: 20px;
  font-weight: bold;
}
.filter-card {
  background: white;
  border: none;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  max-width: 400px;
  margin: auto;
}

.search-input {
  position: relative;
}

.search-input input {
  padding-left: 20px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  transition: 0.3s;
}
.category-title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .navbar-nav .nav-link {
    padding: 10px 20px;
  }
  .product-title {
    font-size: 20px;
  }

  .price {
    font-size: 20px;
  }

  .price-box del {
    font-size: 16px;
  }

  .product-detail {
    padding-top: 85px;
  }
  .productSwiper {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
  }

  .swiper-slide img {
    /* width: 100%; */
    height: auto;
    object-fit: contain;
  }

  .swiper-button-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-button-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-button-next.productSwiper-next {
    right: 10px;
  }

  .product-title {
    font-weight: bold;
    font-size: 20px;
    color: #292929;
  }
  .product-detail {
    padding-top: 85px;
  }
  .product-detail .d-flex {
    flex-direction: column;
    gap: 10px;
  }

  .btn-warning {
    width: 100% !important;
    text-align: center;
    font-size: 18px;
    padding: 14px;
  }

  .btn-warning i {
    margin-right: 8px;
  }

  .price {
    font-size: 20px;
  }
  .price-box del {
    font-size: 16px;
  }
  .navbar-toggler {
    border: none;
    outline: none;
  }
  .herosection img {
    padding: 0;
    width: min-content;
    height: 300px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .herosection .heading_area {
    padding: 0px 0;
    margin-right: 0;
  }
  .section {
    padding: 00px;
  }
  .section .container {
    padding: 20px;
  }
  .herosection .d-flex {
    flex-direction: column-reverse;
  }
  section.herosection {
    padding: 20px;
  }
  .herosection h1 {
    font-size: 40px;
  }
  .herosection p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .heading_area .sub_heading {
    font-size: 10px;
  }
  .heading_area .heading {
    font-size: 34px;
    padding: 0;
  }
  .herosection .heading_area p {
    font-size: 16px;
  }
  .heading_area p {
    font-size: 14px;
  }
  .product_collection .heading_area {
    width: auto;
  }
  .how_we_work {
    display: none;
  }
  .d-sm-none {
    display: none;
  }
  .heading_area {
    padding-bottom: 20px;
  }
  .product_grid .product_card {
    width: 100%;
  }
  .product_card img {
    width: 100%;
  }
  .product_grid .d-flex {
    gap: 20px;
  }
  .product_offerings .offering_gird .offering_card {
    border-radius: 15px;
    padding: 16px 14px 16px 14px;
  }
  .product_offerings .offering_gird i {
    width: auto;
    display: block;
    padding-right: 30px;
  }
  .product_offerings .offering_gird i img {
    width: 100%;
  }
  .offering_card .d-flex {
    align-items: center;
  }
  .product_offerings .offering_card h3 {
    font-size: 16px;
  }
  .product_offerings .offering_card p {
    font-size: 14px;
  }
  .product_offerings .offering_gird .col-md-6:nth-child(even) .offering_card,
  .product_offerings .offering_gird .col-md-6:nth-child(odd) .offering_card {
    margin: 0 0 20px 0;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .petratools .col-3 img {
    padding-right: 20px;
  }
  .petratools .box-card h3 {
    font-size: 16px;
  }
  .petratools .box-card p {
    font-size: 14px;
  }
  .petratools .box-card .col-9 {
    padding-left: 0;
  }
  .petratools .box-card {
    padding-bottom: 50px;
  }
  .petratools .col-md-4.col-sm-12 img {
    padding: 0;
  }
  .testimonials .iconbox .content h5 {
    font-size: 16px;
  }
  .testimonials .iconbox .content p {
    font-size: 14px;
  }
  .testimonials .iconbox p {
    font-size: 16px;
  }

  .logo.d-sm-block.d-lg-none {
    width: fit-content;
  }

  button.navbar-toggler.collapsed {
    border: 1px solid #212529;
  }

  div#navbarSupportedContent {
    width: 100%;
    position: fixed;
    top: 200px;
    background-color: #fff;
    right: 0px;
  }
  ul.navbar-nav.mr-auto {
    gap: 10px;
  }
}

.menu {
  background-color: var(--menu-bg);
  padding: var(--menu-padding);
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* Logo styling */
.menu .logo img {
  max-height: 50px; /* Increase logo height */
  width: auto;
}

/* Navbar base */
.menu .navbar {
  padding: 0;
}

/* Navbar links */
.menu .nav-link {
  color: var(--menu-link-color);
  font-weight: var(--menu-font-weight);
  font-size: var(--menu-font-size);
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.menu .nav-link:hover,
.menu .nav-link:focus {
  color: var(--menu-link-hover);
  text-decoration: none;
}

.menu .nav-item.active .nav-link {
  color: var(--menu-link-active);
}

/* Right side controls */
.menu .link {
  color: var(--menu-link-color);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.menu .link:hover {
  color: var(--menu-link-hover);
}

/* Google Translate Box */
#google_translate_element {
  min-width: 100px;
}

/* Responsive behavior */

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .menu .navbar-collapse {
    background: var(--menu-bg);
    padding: 1rem;
    border-top: 1px solid #eee;
  }

  .menu .navbar-nav {
    flex-direction: column;
  }

  .menu .nav-link {
    padding: 0.75rem 1rem;
  }

  .menu .d-flex.flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }
}

/* Desktop adjustments */
@media (min-width: 992px) {
  .menu .navbar-nav {
    align-items: center;
  }

  .menu .navbar-collapse {
    align-items: center;
  }

  .menu .d-flex.flex-wrap {
    gap: 1.5rem;
  }
}

.footer {
  background: #2d2d2d;
  padding-inline: 10%;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffc107;
  text-decoration: underline;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social-icons a {
  background: #ffffff;
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.footer-social-icons a:hover {
  transform: scale(1.1);
  background: #ffc107;
  color: #000;
}

@media (max-width: 767.98px) {
  .footer {
    padding-inline: 5%;
    text-align: center;
  }

  .footer-social-icons {
    justify-content: center !important;
  }

  .text-md-end {
    text-align: center !important;
  }

  .justify-content-md-end {
    justify-content: center !important;
  }
}

.socialicons i {
  font-size: 20px;
  color: #333;
}
.contact-info a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media (max-width: 992px) {
  .small i {
    font-size: 14px;
    color: #444;
  }

  .small a {
    font-size: 13px;
  }

  .small div {
    margin-bottom: 2px;
  }
}

.btn-viewdetails{
   background-color: #f08a24;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.btn-floating {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-floating:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Specific Styles */
.btn-floating.call {
  background-color: #ffffff;
  color: #1499a0;
  border: 1px solid #1499a0;
}

.btn-floating.whatsapp {
  background-color: #25d366;
  color: #fff;
}