* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

/* Header Section */
.header-section {
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
}
/* .navbar-brand img {
  height: 40px;
} */

.promo-section {
  background: #f8fff6;
  position: relative;
}

/* Promo Grid */
.promo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.main-header {
  background: url("img/clouds-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Logo */
.logo img {
  max-height: 45px;
}


/* Promo Item */

/* Icon Styling */
.food-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  background: #f9a825;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* Alternate icon styles (for variation like dashed border) */
.promo-item:nth-child(3) .food-icon {
  background: none;
  color: #43a047;
  border: 2px dashed #f9a825;
}

/* Title */
.promo-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #263238;
  margin-bottom: 15px;
}

/* Description */
.promo-item p {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Utility Padding */
.padding {
  padding: 60px 0;
}

/* Responsive */

.page-title-layout1 {
  padding-bottom: 175px;
}

.page-title-layout1 [class*="col-"] {
  position: static;
}

.page-title-layout1 .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.page-title-layout1 .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title-layout1 .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title-layout1 .breadcrumb-item a:hover {
  color: #4aab3d;
}

/*contact us*/
.contact-section {
  padding: 50px 20px;
  max-width: 900px;
  margin: auto;
}

.contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-section p {
  color: #777;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  flex: 1;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  width: 100%;
  outline: none;
}

.contact-form textarea {
  resize: none;
  margin-bottom: 20px;
}

.submit-btn {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.submit-btn i {
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #44c553;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
/*contact us*/

.header-transparent + .slider {
  margin-top: -100px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
}

.slider {
  padding: 0;
  overflow-x: hidden;
}

.slider .slide-item {
  height: 100vh;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
}

.slider .slide__title {
  font-size: 75px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider .slide__desc {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  max-width: 580px;
  margin-bottom: 34px;
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider .slide__icons .slide__icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 65px;
  color: #1b1a1a;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 30px;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider .slide__icons .slide__icon:last-child {
  margin-right: 0;
}

.slider .slide__icons .slide__icon:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.slider .video__btn {
  padding-left: 60px;
  height: 60px;
}

.slider .video__btn .video__player {
  width: 60px;
  height: 60px;
}

@media (min-width: 1200px) {
  .slider .slick-arrow.slick-next {
    right: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0;
  }
  .slider {
    overflow: hidden;
  }
  .slider .slide-item {
    padding: 100px 10px;
  }
  .slider .slide-item {
    height: auto;
  }
}

/*  Small Screens and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }
  .slider .slide__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow:before {
    font-size: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .slider .slick-arrow.slick-next {
    right: -10px;
  }
}

/* ==========================================================================
   Faq Section
   ========================================================================== */
.faq-section {
}
.faq-wrap {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.faq-item .card {
  border-radius: 2px;
  border: 1px solid #eee;
}
.faq-item .card-header {
  padding: 0;
  border-radius: 2px;
  border: none;
}
.faq-item .btn-link {
  color: #263a4f;
  font-weight: 600;
  text-decoration: none;
}
.faq-item .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 15px;
  position: relative;
  white-space: normal;
  text-decoration: none;
  color: #34ad54;
  letter-spacing: -0.5px;
  border-radius: 2px;
  background-color: #ffffff;
  border: none;
}
.faq-item .card-header button[aria-expanded="true"] {
  background-color: #34ad54;
  color: #ffffff;
}

.blog-section {
}
.blog-wrap {
}
.blog-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb {
  position: relative;
}
.blog-item .blog-thumb .category {
  background-color: #34ad54;
  padding: 5px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
.blog-item .blog-thumb .category a {
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
}
.blog-item .blog-thumb img {
  width: 100%;
  margin: 0;
  height: 250px;
}
.blog-content {
  background-color: #ffffff;
  padding: 30px;
}

.bg-dark .blog-content {
  background-color: #242323;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 5px solid #34ad54;
}
.bg-dark .blog-content h3 a {
  color: #ffffff;
}
.bg-dark .blog-content p {
  color: #999;
}
.bg-dark .blog-content .read-more {
  color: #ffffff;
}
.blog-content h3 {
  line-height: 24px;
}
.blog-content h3 a {
  color: #263a4f;
  font-size: 18px;
  line-height: 24px;
}
.blog-content h3 a:hover {
  color: #34ad54;
}
.blog-content .read-more {
  font-family: "Work Sans", sans-serif;
  color: #263a4f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
.blog-content .read-more:hover {
  color: #34ad54;
}
.blog-content .read-more:before {
  background-color: #34ad54;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
}

.food-1 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.food-2 {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.gallery-section {
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
}
.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gallery-content:before {
  background-color: rgba(52, 173, 84, 0.8);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.gallery-item:hover .gallery-content:before {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.gallery-content h3 {
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
}
.gallery-item:hover h3 {
  transform: translateY(0);
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
}
.gallery-content h3 a {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.gallery-content a span {
  font-family: "Work Sans", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.feature-section {
}
.feature-wrap {
  display: flex;
  align-items: center;
}
.feature-info {
}
.feature-info h2 {
}
.feature-info p {
  margin-bottom: 40px;
}
.feature-list {
  margin-right: 35px;
}
.feature-list li {
  position: relative;
  margin-bottom: 30px;
}
.feature-list li p,
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li i {
  background-color: #ff9933;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  top: 10px;
  left: 0;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.05);
}
.feature-content {
  padding-left: 70px;
}
.feature-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.feature-content p {
}

.section-heading h2 {
  font-size: 48px;
  line-height: 56px;
  display: block;
}
.section-heading span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #34ad54;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.cta-section {
  background-image: url(../images/earth.jpeg);
  background-size: cover;
  background-position: center center;
}

.cta-sector {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.cta-wrap {
  display: flex;
  align-items: center;
}
.cta-content {
}
.cta-content h2 {
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cta-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.cta-btn {
}
.cta-btn a {
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section {
}
.service-wrap {
}
.service-box {
  position: relative;
  padding-left: 95px;
}
.service-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service-icon img {
  height: 80px;
}
.service-content {
}
.service-content h3 {
}
.service-content p {
  margin-bottom: 0;
}

.video-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 10px;
}

.video-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.video-container {
  position: relative;
  width: 100%;
  background: #000;
  border: 2px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.know-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.problem-content {
  display: flex;
  position: relative;
  top: 25px;
  left: 0px;
  justify-content: center;
}
