@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Ovo&display=swap");
.post,
.page {
  margin: 0 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Manrope", sans-serif !important;
  background: #fff;
  max-width: 100% !important;
}
html.wp-admin-bar-gdl-live-site-banner-enabled {
  margin-top: 0px !important;
}
p {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 25px;
  color: #464646;
}
a,
a:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Manrope", sans-serif !important;
}
button,
button:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Manrope", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ovo", serif !important;
  font-weight: 600;
  margin: 0;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
/* scrollbar */
header.header-area {
  background: #221713;
}
.btn-red {
  background: #f03c00;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
}
.btn-red:hover {
  background: #8c2300;
  color: #fff;
}
.btn-red img {
  width: 20px;
}
.footer-area {
  background: #243000;
  padding: 50px 0 0px;
  color: #fff;
}
.footer-logo img {
  max-width: 240px;
}
.footer-text {
  font-size: 14px;
  line-height: 1.8;
  max-width: 320px;
  color: #fff;
}
.footer-title {
  color: #ff6b00;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-menu {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.footer-menu li a:hover {
  color: #ff6b00;
}
.footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-contact li {
  margin-bottom: 14px;
  font-size: 14px;
}
.social-icons a {
  width: 45px;
  height: 45px;
  border: 1px solid #ff6b00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b00;
  text-decoration: none;
  font-size: 18px;
}
.newsletter-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.newsletter-area h4 {
  color: #ff6b00;
  margin-bottom: 15px;
}
.newsletter-area p {
  color: #fff;
}
.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.newsletter-form input {
  width: 320px;
  height: 50px;
  border: none;
  padding: 0 20px;
  border-radius: 6px;
  background: #1c2400;
  color: #fff;
}
.newsletter-form button {
  height: 50px;
  padding: 0 30px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(to right, #ff6b00, #d9ff00);
  color: #000;
  font-weight: 600;
}
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
}
.copyright-area p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-area {
  background: linear-gradient(
    90deg,
    #243000 0%,
    #5b4500 25%,
    #8a4f00 50%,
    #5b4500 75%,
    #243000 100%
  );
  padding: 12px 15px;
  text-align: center;
  color: #e8d9c8;
}
.banner-section {
  background: url("../images/banner-bg.png") no-repeat center center/cover;
  padding: 50px 0;
  color: #fff;
}
.inner-banner-section {
  background: url("../images/inner-banner-bg.png") no-repeat center center/cover;
  padding: 15px 0;
  color: #fff;
}
.banner-section h1 {
  color: #000000;
  font-size: 45px;
  margin-bottom: 10px;
}
.banner-section p {
  color: #000000;
}
.top-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 40s linear infinite;
  gap: 30px;
}

.marquee-track-reverse {
  animation-duration: 45s;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  flex-shrink: 0;
}

.marquee-item:nth-child(odd) {
  margin-top: -30px;
}

.marquee-item:nth-child(even) {
  margin-top: 30px;
}

.marquee-item img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid #ff4d4d;
  display: block;
  transition: transform 0.3s ease;
}

.marquee-item img:hover {
  transform: scale(1.05);
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .marquee-item img {
    width: 150px;
    height: 220px;
  }

  .marquee-track {
    gap: 15px;
    animation-duration: 25s;
  }
}

.custom-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Filled Button */
.btn-fill {
  color: #000;
  background: linear-gradient(90deg, #ff7a00, #d7ff00);
  border: 2px solid #fff;
}

.btn-fill:hover {
  background: linear-gradient(90deg, #d7ff00, #ff7a00);
  border: 2px solid #fff;
  color: #000;
  transform: translateY(-2px);
}

/* Outline Button */
.btn-outline {
  color: #366f00;
  border: 2px solid #366f00;
  background: transparent;
}

.btn-outline:hover {
  background: #0e3000;
  color: #fff;
  transform: translateY(-2px);
}
.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.featured-products {
  background: #f6f6f6;
}

/* Badge */
.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ffd2c8, #d9ffb0);
  font-size: 14px;
}

.product-badge img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Heading */
.section-title {
  font-size: 45px;
  margin-bottom: 10px;
}

.section-title span {
  background: linear-gradient(90deg, #ff3300, #62c700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  color: #000;
}
/* Card */
.product-card {
  position: relative;
  background: #fff;
  border: 1px solid #f0c5b6;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-image {
  background: #e6dfc8;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image img {
  max-height: 320px;
  width: auto;
}
/* Wishlist */
.wishlist-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
/* Content */
.product-content {
  padding: 20px;
}
.rating {
  color: #66b300;
  font-size: 18px;
}
.rating span {
  color: #888;
  font-size: 16px;
}
.product-content h3 {
  font-size: 30px;
  margin: 10px 0;
}
.product-content p {
  color: #000;
  margin-bottom: 20px;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-bottom h4 {
  color: #f04c00;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}
/* Add Button */
.add-btn {
  text-decoration: none;
  color: #000;
  padding: 10px 22px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff9b63, #cfff47);
  box-shadow: 0 8px 20px rgba(255, 120, 0, 0.25);
  transition: all 0.3s ease;
  opacity: 1;
}

.add-btn:hover {
  color: #000;
  opacity: 1;
  background: linear-gradient(90deg, #cfff47, #ff9b63);
  transform: translateY(-2px);
}
.page ul {
  margin: 15px 0;
  padding: 0 17px;
  color: #000;
  font-weight: 500;
}

.benefits-section {
  background: #f7f7f7;
}

.benefits-image img {
  width: 100%;
  border-radius: 25px;
  display: block;
}

.benefit-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ffd8c8, #dfffab);
  font-size: 14px;
  color: #f26a21;
}

.benefit-badge img {
  width: 18px;
  height: 18px;
}

.benefit-title {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.benefit-title span {
  background: linear-gradient(90deg, #ff3300, #62c700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 18px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.benefit-card:hover {
  transform: translateY(-3px);
}
.benefit-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd8c8, #dfffab);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.benefit-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.benefit-card p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.benefits-image {
  overflow: hidden;
  border-radius: 25px;
}
.benefits-image img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  transform: scale(1);
}
.benefits-image:hover img {
  transform: scale(1.1);
}
.product-image {
  position: relative;
  overflow: hidden;
}
.product-image img {
  transition: all 0.4s ease;
}
.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
}
.product-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
.product-card:hover .product-image img {
  filter: blur(4px);
  transform: scale(1.05);
}
.product-card:hover .product-image::before {
  opacity: 1;
}
.product-card:hover .view-btn {
  opacity: 1;
  visibility: visible;
}
.view-btn:hover {
  background: #cfff47;
  color: #000;
}
ul.footer-contact {
  color: #fff;
}
.navbar-nav a {
  color: #fff;
}
.navbar-nav a:hover {
  color: #f03c00;
}
.navbar-nav .current-menu-item a {
  color: #f03c00;
}
.navbar-nav .current-menu-item a:visited {
  color: #f03c00;
}

.testimonial-section {
  padding: 90px 0;
  background: url("../images/testimonial-bg.jpg") center/cover no-repeat;
}

.testimonial-heading h2 {
  color: #fff;
  font-size: 52px;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

.testimonial-heading p {
  color: #fff;
  margin-bottom: 50px;
}

.testimonial-wrapper {
  display: flex;
  gap: 24px;
}

/* LEFT FIXED CARD */

.rating-card {
  flex: 0 0 360px;
  height: 400px;

  border-radius: 30px;
  padding: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 220, 220, 0.85),
    rgba(228, 255, 208, 0.85)
  );
}

.rating-card h3 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
}

.stars {
  font-size: 24px;
  color: #8bdb00;
  margin-bottom: 10px;
}

.rating-card p {
  font-size: 18px;
  color: #444;
}

.customer-images {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}

.customer-images img {
  height: 52px;
  object-fit: cover;
}

.customer-images img:first-child {
  margin-left: 0;
}

/* NAVIGATION */

.custom-nav {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

.custom-nav button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #f7a5a5;
  background: transparent;
  transition: 0.3s;
}

.custom-nav button:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* RIGHT SIDE */

.slider-area {
  width: calc(100% - 384px);
}

.testimonial-card {
  min-height: 400px;
  padding: 35px;

  display: flex;
  flex-direction: column;

  border-radius: 30px;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 220, 220, 0.85),
    rgba(228, 255, 208, 0.85)
  );
}

.quote {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 5px;

  background: linear-gradient(#ff0000, #8eff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  flex: 1;
}

.testimonial-card h5 {
  margin-top: auto;
  font-size: 22px;
  font-weight: 700;
  color: #444;
}

/* OWL */

.testimonial-carousel .owl-stage {
  display: flex;
}

.testimonial-carousel .owl-item {
  display: flex;
}

.testimonial-carousel .owl-nav {
  display: none;
}

.testimonial-carousel .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .testimonial-wrapper {
    flex-direction: column;
  }

  .rating-card {
    flex: unset;
    width: 100%;
    height: auto;
  }

  .slider-area {
    width: 100%;
  }

  .testimonial-card {
    height: auto;
    min-height: 400px;
  }

  .testimonial-heading h2 {
    font-size: 38px;
  }
}
.testimonial-section {
  background: url("../images/testimonial-bg.png") no-repeat center center/cover;
  padding: 50px 0;
  color: #fff;
}

.custom-nav button {
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff9b63, #cfff47);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-nav button i {
  font-size: 28px !important;
  color: #000 !important;
  font-weight: 700;
  line-height: 1;
}

.nature-part {
  background: url("../images/flower-bg.png") no-repeat top center/cover;
  padding: 325px 0 50px;
}
.quote-section {
  background: url("../images/quote-bg.png") no-repeat center center/cover;
  padding: 50px 0;
}
.footer-area p {
  color: #fff;
}
.footer-area p a {
  color: #fff;
}
.footer-area p a {
  word-wrap: break-word;
}
.inner-banner-image {
  text-align: center;
}
.inner-banner-image img {
  width: 70%;
}
.inner-banner-content h2 {
  font-size: 40px;
  color: #000;
}
span.inner-badge {
  background: #febe01;
  padding: 7px 20px;
  color: #000;
  border-radius: 35px;
  border: 1.5px solid #fff;
}

.choose-box {
  padding: 20px;
  background: #efe9d6;
  border-radius: 15px;
  margin-bottom: 15px;
}
.choose-box img {
  width: 50px;
  height: 50px;
}
.choose-box h4 {
  font-size: 20px;
  margin: 15px 0;
}

.routine-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  height: 455px;
}

.routine-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.routine-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(
    to top,
    rgba(230, 95, 15, 0.95),
    rgba(230, 95, 15, 0.45),
    transparent
  );
}

.routine-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 28px;
  color: #fff;
  z-index: 2;
}

.routine-content h3 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 400;
}

.routine-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

.routine-card:hover img {
  transform: scale(1.08);
}

/* Owl */

.routine-slider .owl-stage {
  display: flex;
}

.routine-slider .owl-item {
  padding: 0 10px;
}

.routine-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.routine-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  display: block;
}

.routine-slider .owl-dot.active span {
  background: #ea650f;
}

.rating-box {
  text-align: center;
}
.rating-box h2 {
  color: #f03c00;
  font-size: 45px;
  margin-bottom: 5px;
}
.info {
  background: url(../images/info.png) no-repeat left center;
  padding: 5px 0 5px 43px;
  background-size: 33px;
}
.phone {
  background: url(../images/phone.png) no-repeat left center;
  padding: 5px 0 5px 43px;
  background-size: 33px;
}
.email {
  background: url(../images/email.png) no-repeat left center;
  padding: 5px 0 5px 43px;
  background-size: 33px;
}
.review-box {
  margin-bottom: 20px;
}

.blog-card {
  background: linear-gradient(90deg, #f8d1ca 0%, #d7f3bf 100%);
  border-radius: 20px;
  padding: 16px;
  height: 100%;
  transition: 0.4s;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-image {
  overflow: hidden;
  border-radius: 18px;
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.blog-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: 0.5s;
}
.blog-card:hover .blog-image img {
  transform: scale(1.08);
}
.blog-content {
  padding: 18px 8px 6px;
}
.blog-date {
  color: #f05a18;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
}
.blog-content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 14px;
}
.blog-content p {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 1.45;
  margin: 0;
}
@media (max-width: 991px) {
  .blog-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-image img {
    height: 220px;
  }
}
.cinfo {
  text-align: center;
}
.cinfo h4 {
  margin: 15px 0;
  font-size: 25px;
}
.cinfo p a {
  color: #464646;
}
.contact-form-content {
  background: #fbe5cf;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
}
.blogdetails-section img.attachment-post-thumbnail {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
.blogdetails-section h1 {
  font-size: 40px;
}
.blogdetails-section h2 {
  font-size: 35px;
}
.blogdetails-section h3 {
  font-size: 30px;
}
.blogdetails-section h4 {
  font-size: 25px;
}
.blogdetails-section h5 {
  font-size: 20px;
}

.custom-accordion .accordion-item {
  border: none;
  background: #f2f0eb;
  border-radius: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.custom-accordion .accordion-button {
  background: #f2f0eb;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 80px 20px 28px;
  box-shadow: none;
  position: relative;
  border-radius: 20px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #f5c7c4 0%, #dceeb8 100%);
  color: #222;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-body {
  background: linear-gradient(90deg, #f5c7c4 0%, #dceeb8 100%);
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  padding: 0 28px 30px;
}

/* Remove Bootstrap default icon */
.custom-accordion .accordion-button::after {
  display: none;
}

/* Circular arrow button */
.custom-accordion .accordion-button::before {
  content: "\F138";
  font-family: "bootstrap-icons";
  width: 46px;
  height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 18px;
  background: #fff;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::before {
  content: "\F13A";
  background: linear-gradient(135deg, #ffe07b, #8cff57);
  border: none;
  color: #000;
}

@media (max-width: 768px) {
  .custom-accordion .accordion-button {
    font-size: 16px;
    padding: 20px 70px 20px 20px;
  }

  .custom-accordion .accordion-body {
    padding: 0 20px 20px;
  }
}

.newsletter-form input[type="email"] {
  background: #0202027d !important;
  color: #fff !important;
  text-align: left !important;
}
.newsletter-form input[type="submit"] {
  color: #000 !important;
  background: linear-gradient(90deg, #ff7a00, #d7ff00) !important;
  border: 2px solid #fff !important;
  font-size: 18px;
  padding: 10px 25px !important;
  border-radius: 15px !important;
}
.newsletter-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #d7ff00, #ff7a00) !important;
  border: 2px solid #fff !important;
  color: #000 !important;
  transform: translateY(-2px) !important;
  padding: 10px 25px !important;
}
.contact-form {
  background: #efe9d6;
  padding: 30px;
  height: 100%;
  border-radius: 15px;
}
.contact-form h2 {
  color: #f87400;
  margin-bottom: 10px;
  font-size: 35px;
}
.contact-form p {
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
  font-size: 16px;
}
.contact-form input[type="submit"] {
  color: #000 !important;
  background: linear-gradient(90deg, #ff7a00, #d7ff00) !important;
  border: 2px solid #fff !important;
  font-size: 18px;
  padding: 10px 25px !important;
  border-radius: 15px !important;
}
.contact-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #d7ff00, #ff7a00) !important;
  border: 2px solid #fff !important;
  color: #000 !important;
  transform: translateY(-2px) !important;
  padding: 10px 25px !important;
}
.cinfo img {
  width: 87px;
}

/* Media query css start */
@media (min-width: 320px) and (max-width: 767px) {
  .footer-area {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-area p {
    color: #fff;
    display: inline-block;
  }
  .newsletter-form {
    display: block;
    text-align: center;
  }
  .inner-banner-content {
    text-align: center;
  }
  .mobmenu-content li {
    padding: 0 !important;
  }
  .section-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .benefit-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-section h1 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .benefit-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-section h1 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 10px;
  }
  .footer-logo img {
    max-width: 150px;
  }
}
