@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=WDXL+Lubrifont+TC&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

.custom-list li,
.header-top-right,
.header-top-right .enquiry-btn,
.nav-links ul {
  align-items: center;
  display: flex;
}

.about-box h2,
.about-box p,
.section-des,
.swiper-slide {
  text-align: start;
}

.about-box,
.blog-head ul,
.contact-info-box,
.custom-list,
.main-cat-btns {
  align-content: center;
}

*,
.contact-form-blog,
form input {
  box-sizing: border-box;
}

.about-img,
.gallery-img,
.keyword-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.check-icon,
.thank-you-heading {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

:root {
  --primary-color: black;
  --secondary-color: #f3f3f3;
  --tertiary-color: #425e8e;
  --link-color: black;
  --link-color2: rgb(0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  font-family: Poppins, serif;
  font-size: 1em;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

p {
  font-size: 16px;
}

.contact-form label,
a {
  font-size: 15px;
}

.custom-list {
  display: flex;
}

.custom-list li span {
  margin-left: 10px;
}

.section-padding {
  padding: 50px 0;
}

.section-bg {
  background-color: #f3f3f3;
}

.section-heading-sm {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
}

#our-products,
.cat,
.section-heading-sm span {
  position: relative;
}

.pro-name-color {
  color: #12324e;
}

.section-des {
  padding: 0 80px;
  margin-bottom: 50px;
  font-family: "Crimson Text", serif;
}

.breadcrumb {
  width: 100%;
  background-color: #639736 !important;
  padding-left: 93px;
}

.breadcrumb-bg {
  padding-top: 12px;
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid silver;
}

.breadcrumb-bg h3 {
  background-color: #bdbdbd38;
  color: #000;
  padding: 7px 20px;
  font-size: 20px;
}

.header-top-left span,
.header-top-left a {
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb span {
  color: var(--primary-color);
}

.blog-cat-box ul li a,
.blog-social-box ul li a,
.breadcrumb a,
.sitemap-catlink li a,
.sitemap-navlink li a {
  text-decoration: none;
  color: #000;
}

.sitemap-navlink li a,
.sitemap-catlink li a {
  color: black;
}

.sidebar {
  background-color: #f5f5f5;
}

#navbar-open,
.sidebar-close {
  background-color: transparent;
}

.sidebar-close {
  border: none;
  font-size: 23px;
  color: #000;
}

.header-top,
.related-pro-head {
  background-color: #639736 !important;
  color: white;
}

.related-pro-head {
  font-size: 24px;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.header-top {
  padding: 3px 29px;
}

.dropdown-cat li:hover .cat-link,
.dropdown-pro .pro-link:hover a,
.sidebar-navlinks {
  color: white;
}

.header-top-left a {
  text-decoration: none;
  color: white;
}

.header-top-left a i {
  font-size: 14px;
}

.social-media-links {
  display: flex;
  align-items: center;
}

.social-media-links li a {
  text-decoration: none;
  margin-right: 6px;
  font-size: 20px;
  color: white;
}

.header-top-right .enquiry-btn i,
.header-top-right a i {
  font-size: 18px;
  margin-right: 6px;
}

.header-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  box-shadow: 0 0 10px -5px;
  background-color: var(--secondary-color);
  /* background-color: white; */
  position: relative;
}

.header-bottom .search-box {
  height: 40px;
  width: 20%;
  display: flex;
  align-items: center;
  border: 1px solid black;
  border-radius: 50px;
}

.header-bottom .search-box input {
  height: 100%;
  flex: 1;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px 0px 0px 50px;
}

.header-bottom .search-box input:focus-visible {
  outline: none;
}

.header-bottom .search-box button {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  background-color: #639736;
  color: #ffffff;
  border: none;
  border-radius: 0px 50px 50px 0px;
  border-left: 1px solid #a1a1a1;
}

.header-bottom .enquiry-action-btns {
  display: flex;
  align-items: center;
}

.header-bottom .enquiry-action-btns a {
  /* background-color: rgb(255 255 255); */
  text-decoration: none;
  font-size: 13px;
  color: black;
  padding: 9px 5px;
  border-radius: 4px;
}

.header-bottom .enquiry-action-btns a i {
  font-size: 23px;
}

.about-box,
.product-box {
  box-shadow: 0 0 12px -8px;
}

.header-bottom-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  transition: 1s;
}

.dropdown-cat li:hover,
.list-group-item {
  background-color: var(--primary-color);
}

.header-bottom .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.header-bottom .logo a span {
  font-weight: 700;
  font-size: 26px;
  margin-left: 15px;
  /* color: var(--primary-color); */

  color: #639736 !important;
}

.dropdown-cat .cat-link,
.dropdown-pro .pro-link a,
.nav-links ul li .nav-link-item {
  text-decoration: none;
  color: var(--link-color2);
}

.header-bottom .logo a img {
  max-height: 80px;
  max-width: 266px;
  object-fit: cover;
  z-index: 99;
  border-radius: 12px;
}

.sidebar-logo img {
  max-width: 218px;
}

.sidebar-navlinks {
  text-decoration: none;
  color: black !important;
}

.list-group-item {
  padding: 20px 30px;
  background-color: #e0e0e0;
  border-bottom: 1px solid black !important;
}

.dropdown-cat,
.dropdown-pro {
  visibility: hidden;
  padding-left: 0;
  border: 1px solid rgb(215 215 215);
  display: flex;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  list-style-type: none;
}

#navbar-open {
  display: none;
  border: none;
  font-size: 30px;
}

.nav-links ul .nav-link-item {
  height: 60px;
  display: flex;
  align-items: center;
}

.nav-links ul li .nav-link-item {
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-cat {
  top: 100%;
  left: 17px;
  flex-direction: column;
}

#our-products:hover .dropdown-cat,
.cat:hover .dropdown-pro {
  visibility: visible;
}

.dropdown-cat .cat-link {
  font-size: 14px;
}

.dropdown-cat li {
  min-width: 322px;
  padding: 6px 20px;
  border-bottom: 1px solid rgb(215 215 215);
}

.dropdown-pro {
  top: -1px;
  right: 100%;
  flex-direction: column;
}

.dropdown-pro .pro-link {
  width: 100%;
  min-width: max-content;
}

.swiper-slide {
  height: auto;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  background-color: #fdfdfd
}

.about-box img {
  font-size: 30px;
  height: 55px;
  width: 55px;
  margin-right: 10px;
}

.about-box h2 {
  margin-top: 20px;
  font-size: 19px;
}

.about-box p {
  font-size: 15px;
}

.keyword-img {
  float: right;
  margin-bottom: 10px;
  margin-left: 30px;
}

.keyword-img img {
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 0 15px -10px;
  border: 1px solid #e1e1e1;
}

.main-cat-btns a {
  border-radius: 0px 0px 12px 12px;
  text-decoration: none;
}

.keyword-content h2 {
  font-size: 27px;
  margin-bottom: 15px;
}

.about-content,
.about-content p,
.keyword-content p,
.product-content p {
  text-align: justify;
}

.main-cat-btns {
  margin-top: 4px;
  display: flex;
}

.main-cat-btns a {
  width: 50%;
  color: #f5f5f5;
  background-color: #000;
  text-align: center;
  padding: 7px 20px;
}

.main-cat-btns a:first-child {
  margin-right: 7px;
}

.product-box {
  margin-bottom: 30px;
  /*padding: 10px;*/
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 12px -5px;
  border: 1px solid #8f8f8f;
}

.product-box .links {
  padding: 0px 8px;
  padding-bottom: 20px;
}

.product-box .links a {
  text-decoration: none;
  display: block;
  padding: 7px;
  border: 1px solid gray;
  color: white;
  border-radius: 50px;
  text-align: center;
  background-color: #639736;
}

.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.product-box-img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.product-box-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-box:hover .product-box-img img {
  transform: scale(1.2);
  transition: all 0.8s;
}

.product-box h3 {
  padding: 8px 0px;
  font-size: 19px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
}

.product-box h3 a {
  font-size: 18px;
  color: black;
  text-decoration: none;
  font-weight: normal;
}

.product-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}

.address-box p,
.footer-second-section .col {
  text-align: center;
}

.action-btns,
.mbi-footer-list {
  display: flex;
}

.action-btns a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
}

.about-img,
.companyinfo table,
.modal,
form button,
form input {
  width: 100%;
}

.action-btns a i {
  font-size: 17px;
  margin-right: 6px;
}

.action-btns a:first-child {
  flex: 1;
  text-decoration: none;
  background-color: rgb(99 151 54) !important;
  /*margin-right: 3px*/
}

.action-btns a:nth-child(2) {
  flex: 1;
  text-decoration: none;
  background-color: var(--primary-color);
  /*margin-right: 3px*/
}

.action-btns a:last-child {
  flex: 1;
  text-decoration: none;
  background-color: #143c86;
  padding: 10px 0px;
}

.contact-section,
.faq-section {
  padding: 30px;
}

.accordion-item {
  border: none;
  border-radius: 10px;
}

.accordion-button {
  background-color: #639736 !important;
  color: white;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #425e8d;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
}

.accordion-button i {
  margin-right: 10px;
  color: white;
  font-size: 22px;
}

.accordion-button:not(.collapsed) i,
.footer-second-section ul li a:hover {
  /* color: white; */
}

.accordion-button::after {
  height: 20px;
  width: 20px;
  color: #fff;
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed).accordion-button::after,
.close-btn:hover,
.social-icon:hover {
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 15px -8px;
  border-radius: 10px;
}

.contact-form input {
  border: 1px solid #a9a9a9 !important;
}

.contact-form textarea {
  border: 1px solid #a9a9a9 !important;
}

.contact-form-home {
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 20px;
  /*box-shadow: 0 0 15px -8px;*/
  border-radius: 4px;
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.contact-form div {}

.country-select {
  font-size: 13px;
  border: 1px solid #ababab;
  background-color: #f5f5f5;
}

.submit-btn {
  background-color: var(--primary-color);
}

.contact-form .input-group-text {
  background-color: #f5f5f5;
  border: 1px solid #9b9b9b;
}

.contact-form .form-control,
.contact-form .form-select {
  margin: 0;
  font-size: 15px;
  border: none;
  background-color: #f5f5f5;
  transition: 0.3s;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem #fff;
}

.submit-btn {
  border: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-footer {
  color: #ecf0f1;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #faa94021;
  border-top: 1px solid #c1c1c1;
}

.footer-first-section {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
}

.footer-first-section .address-box,
.footer-first-section .contact-box,
.footer-first-section .social-box {
  min-height: 160px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 8px;
  transition: background-color 0.3s;
  background-color: #fff;
}

.contact-box p {
  display: flex;
  justify-content: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 9px;
}

.contact-box p span {
  margin-right: 5px;
}

.contact-box p a {
  text-decoration: none;
  color: #000;
  margin-left: 5px;
  word-break: break-all;
}

.address-box p {
  font-size: 15px;
  color: #000;
}

.footer-first-section h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 13px;
  text-align: center;
}

.footer-first-section h4 i {
  margin-right: 10px;
  font-size: 16px;
}

.social-links {
  gap: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.social-icon {
  color: #000;
  font-size: 18px;
  transition: color 0.3s;
  margin: 0 10px;
}

.footer-second-section {
  margin-bottom: 30px;
}

.footer-second-section h5 {
  color: #363636;
  margin-bottom: 10px;
  text-align: start;
  position: relative;
}

/*.footer-second-section h5::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -10px;*/
/*	height: 1px;*/
/*	width: 90px;*/
/*	background-color: #000*/
/*}*/

.footer-second-section ul {
  list-style: none;
  padding: 0;
}

.footer-second-section ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  margin-bottom: 8px;
}

.footer-second-section ul li a {
  color: #363636;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-third-section {
  border-top: 1px solid #c1c1c1;
  padding: 20px 0;
}

.footer-third-section p {
  margin: 0;
  color: black;
  font-size: 14px;
  text-align: center;
}

.footer-third-section p a {
  text-decoration: none;
  color: #a6c7ff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }

  .social-links {
    justify-content: center;
  }

  .footer-second-section .col {
    margin-bottom: 20px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 441px;
  width: 100%;
  text-align: center;
  position: relative;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

form input {
  margin: 10px 0;
  padding: 10px;
}

form button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

.about-img {
  box-shadow: 0 0 15px -12px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.about-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.about-table {
  width: 700px;
}

.about-content img {
  float: right;
  width: 400px;
  border-radius: 12px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.companyinfo table tr td,
.companyinfo table tr th {
  padding: 10px !important;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 991px) {
  .companyinfo table {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-about img {
    max-width: 128px;
  }

  .header-bottom .logo a img {
    max-height: 42px;
  }

  .contact-form-home {
    grid-template-columns: 1fr;
  }

  .companyinfo table {
    font-size: 17px;
  }
}

.contact-info-container {
  padding: 20px;
}

.contact-info-box {
  padding-bottom: 5px;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.contact-info-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.contact-info-box .icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.contact-info-box .icon i {
  font-size: 25px;
  color: #fff;
}

.contact-info-box h2 {
  font-size: 17px;
}

.contact-info-box p,
.contact-info-box p a {
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-info-box p a {
  word-break: break-all;
  color: #000;
  text-decoration: none;
}

.contact-info-box p a:hover {
  color: #474747;
}

.contact-form-box {
  border-left: 1px solid #e4e4e4;
}

.social-links-cont {
  display: flex;
  align-content: baseline;
  padding-left: 0;
  margin-top: 30px;
}

.social-links-cont li a {
  text-decoration: none;
  font-size: 21px;
  color: #000;
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 5px 10px;
}

.blog-cat-box ul li,
.blog-social-box ul li {
  padding: 10px 20px;
  font-weight: 500;
}

.our-products-head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 42px;
  padding-bottom: 11px;
}

.our-products-head a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.product-img {
  float: right;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 12px -8px;
  border: 1px solid #cacaca;
}

.product-img img {
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 2/1.7;
  object-fit: cover;
}

.sitemap-catlink li,
.sitemap-navlink li {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.product-content h1 {
  font-size: 24px;
}

.sitemap-navhead {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 8px 20px;
  background-color: #478ccf;
}

.blog-cat-box ul li,
.blog-head {
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.sitemap-cathead {
  font-size: 17px;
  padding: 8px 20px;
  background-color: #478ccf;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.sitemap-cathead a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.sitemap-catlink,
.sitemap-navlink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.blog-cat-box ul,
.blog-head ul,
.blog-social-box ul {
  padding-left: 0;
  display: flex;
}

.blog-box-title {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.blog-head {
  display: flex;
  align-items: center;
  padding: 10px;
}

.blog-head img {
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.blog-head p {
  margin: 0 30px;
}

.blog-head ul {
  margin-left: 30px;
}

.blog-details h1 {
  font-size: 38px;
  margin-bottom: 15px;
}

.contact-form-blog {
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box,
.blog-social-box {
  margin-top: 30px;
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box h3,
.blog-social-box h3 {
  font-size: 23px;
  margin-bottom: 16px;
}

.blog-cat-box ul {
  flex-direction: column;
}

.blog-social-box ul {
  align-items: center;
}

.blog-social-box ul li {
  background-color: #f1f1f1;
  margin-right: 15px;
}

.mbi-footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid var(--primary-color);
  width: 100%;
  display: none;
}

.mbi-footer-list .mbi-menu-list {
  width: 20%;
}

.mbi-footer-list .mbi-menu-list a {
  display: block;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  color: black;
  text-decoration: none;
  padding: 15px 5px;
}

.mbi-footer-list .mbi-menu-list a i {
  font-size: 20px;
}

.mbi-footer-list .mbi-menu-list a:hover {
  background-color: #f7f7f7;
}

.mbi-footer-list .mbi-menu-list a p {
  margin-bottom: 0;
  font-size: 13px;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {

  .keyword-img,
  .product-img {
    width: 100%;
    margin-left: 0;
  }

  .category-links,
  .nav-links {
    display: none;
  }

  #navbar-open,
  .navbar-btn {
    display: block;
  }

  .navbar-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
  }

  .keyword-img {
    margin-bottom: 20px;
  }

  .keyword-img img {
    width: 100%;
  }

  .city-list {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    column-gap: 20px;
  }

  .modal-content {
    margin: 35% auto;
    width: 95%;
  }
}

@media only screen and (max-width: 557px) {
  .about-content img {
    width: 100%;
    margin-left: 0;
  }

  .mbi-footer-list .mbi-menu-list a {
    font-size: 26px;
  }

  .about-box h3,
  .action-btns a {
    font-size: 12px;
  }

  .accordion-button {
    padding-right: 23px;
  }

  .custom-footer {
    padding-bottom: 88px;
  }

  .modal-content {
    margin: 23% auto;
    width: 95%;
  }

  .about-box {
    min-height: 173px !important;
    padding: 12px 34px;
  }

  .city-list {
    grid-template-columns: auto auto !important;
    column-gap: 10px;
  }

  .header-bottom {
    padding: 8px 20px;
  }

  .section-des {
    text-align: justify;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .contact-section,
  .faq-section {
    padding: 5px;
  }

  .product-img {
    padding: 10px;
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .action-btns a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    /*border-radius: 5px;*/
    padding: 13px 5px;
  }

  .action-btns a i {
    font-size: 17px;
    margin-left: 3px;
    display: none;
  }

  .footer-first-section .address-box,
  .footer-first-section .contact-box,
  .footer-first-section .social-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    transition: background-color 0.3s;
    background-color: #fff;
  }

  .social-links {
    margin-top: 6px;
  }

  .contact-form-box {
    border-left: none;
  }

  .about-box p {
    font-size: 11px;
  }

  .sidepopupcontainer {
    display: none;
  }

  .mbi-footer {
    z-index: 999;
    display: block;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.call-button,
.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 28px;
  animation: 1.5s infinite pulse;
}

.call-button img {
  width: 54px;
  height: 54px;
}

.whatsapp-button img {
  width: 54px;
  height: 54px;
}

.whatsapp-button {
  background-color: #10893d;
}

.call-button {
  background-color: #09565f;
}

/*.call-button:hover,*/
/*.whatsapp-button:hover {*/
/*	transform: scale(1.05);*/
/*	box-shadow: 0 5px 10px rgba(0, 0, 0, .3)*/
/*}*/

/*@keyframes pulse {*/

/*	0%,*/
/*	100% {*/
/*		transform: scale(1);*/
/*		opacity: .8*/
/*	}*/

/*	50% {*/
/*		transform: scale(1.05);*/
/*		opacity: 1*/
/*	}*/
/*}*/

@media (max-width: 400px) {
  .floating-buttons {
    bottom: 100px;
    right: 15px;
  }

  .call-button,
  .whatsapp-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
  }

  .call-button {
    display: none;
  }
}

.sidepopupcontainer {
  position: fixed;
  top: 45%;
  right: -100px;
  z-index: 9999;
  transform: rotate(-90deg);
}

.thank-you-section {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  animation: 1s ease-out fadeIn;
}

.thank-you-heading {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #28a745;
}

.thank-you-paragraph {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-link:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.check-icon {
  font-size: 4em;
  color: #28a745;
  margin-bottom: 20px;
}

.city-list {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  column-gap: 20px;
}

.city-list li a {
  display: block;
  width: 100%;
}

.country-select {
  width: 50px;
}

.testimonial-container {
  /*border:1px solid #bfbfbf;*/
  border-radius: 12px;
  padding: 25px;
  background-color: var(--secondary-color);
}

.testimonial-container i {
  font-size: 30px;
}

.testimonial-container p {
  font-size: 16px;
  margin-bottom: 2px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-container a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.testimonial-container h3 {
  font-size: 18px;
  margin-top: 12px;
  color: #383838;
}

.testimonial-container img {
  width: 108px;
}

.testimonial-container span {
  color: var(--secondary-color);
  font-size: 17px;
  margin-bottom: 10px;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  border: 1px solid #ddd;
}

.contact-box .icon {
  margin-right: 20px;
  fill: #555;
  flex-shrink: 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-info .title {
  font-size: 15px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info a {
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  word-break: break-word;
}

.footer-about img {
  max-width: 200px;
  margin-bottom: 16px;
}

.footer-about p {
  font-size: 15px;
  color: black;
}

.home-enquiry-con {
  background-color: #639736;
  display: flex;
  border-radius: 12px;
}

.home-enquiry-con .info {
  width: 30%;
  background-color: black;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-radius: 12px 0 0 12px;
}

.home-enquiry-con .info h4 {
  color: white;
  font-size: 28px;
}

.home-enquiry-con .info p {
  font-size: 20px;
  color: white;
}

.home-enquiry-con .info a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.home-enquiry-con .info p i {
  font-size: 31px;
  color: white;
}

.home-enquiry-con .form {
  padding: 30px;
  color: white;
  flex: 1;
}

.footer-logo {
  max-width: 106px;
  background-color: white;
  padding: 5px 5px;
  border-radius: 6px;
  margin-bottom: 13px;
}

.category-bg {
  overflow: hidden;
  position: relative;
  border: 1px solid #999999;
  border-radius: 12px;
}

.category-bg img:hover {
  transform: scale(1.1);
  transition: all 0.7s;
}

.category-bg img {
  width: 100%;
  border-radius: 12px;
}

.category-bg span {
  position: absolute;
  left: 10px;
  bottom: 25px;
  transform: translate(0%, 50%);
  color: #000000;
  font-size: 16px;
  background-color: #f3f3f3;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #7a7a7a;
}

.section-banner {
  position: relative;
  margin-top: 30px;
  height: 400px;
  /* You must set a specified height */
  background-image: url("../img/banner/nandi-marketing.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}

.section-banner img {
  position: absolute;
  top: 1px;
  left: 20px;
  max-width: 150px;
}

.section-banner .inner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-banner .inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-banner .inner-box h4 {
  font-size: 28px;
  color: #ffffff;
  background: #0000004d;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 12px;
}

.section-banner .inner-box h5 {
  font-size: 21px;
  color: #ffffff;
  background: #0000004d;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 12px;
}

.social-media-footer ul {
  display: flex;
  align-items: center;
}

.social-media-footer ul li a {
  color: #404040;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.footer-enquiry {
  border: 1px solid white;
  background-color: transparent;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 15px;
  color: white;
}

.video-bg video {
  height: 450px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .section-banner img {
    position: absolute;
    top: 1px;
    left: 20px;
    max-width: 100px;
  }

  .section-banner .inner-box h4 {
    font-size: 21px;
  }

  .section-banner .inner-box h5 {
    font-size: 19px;
  }

  .footer-about img {
    max-width: 128px;
  }

  .footer-logo {
    max-width: 160px;
  }

  .video-bg video {
    height: 130px;
    width: 100%;
  }
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

#other-enquiry input {
  border: 1px solid black;
}

#other-enquiry textarea {
  border: 1px solid black;
}

.footer-section {
  background: #000000;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #639736;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


.marqubeline-border {
  background: black;
  padding: 10px;
  color: white;
  font-size: 20px;
}