/*
 Theme Name:   Neve Child
 Theme URI:    https://example.com
 Description:  Neve Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     neve
 Version:      1.0.0
*/

@import url("../neve/style.css");
html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}

/* Add custom styles below */

/* colors */
.color-blue {
  color: #0f539a;
}
.bg-gray {
  background: #d3d3d3;
}

/* banner 2 */
.header-text {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 100;
  text-align: center;
  line-height: 1.5;
}
.header-text .highlight-text {
  font-weight: 600;
  font-size: 30px;
  display: block;
}
.container {
  max-width: 1320px !important;
}
.hero-section {
  background: #202020;
  color: white;
  padding: 50px 0;
  /* background-image: url('https://staging.manujbajaj.com/profitweavers/wp-content/uploads/2024/11/WhatsApp-Image-2024-11-14-at-1.43.27-PM-1.png'); */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.pb-200 {
  padding-bottom: 100px;
}
.mt--200 {
  margin: auto;
  margin-top: -100px !important;
}
.hero-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
}
.hero-title .highlight {
  color: #f08b31;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}

.features-list li {
  /* margin-bottom: 10px; */
  font-size: 1.1rem;
}

.features-list li i {
  color: #c01717;
  margin-right: 10px;
}

.play-btn {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.hero-section .features-list li i {
  background: transparent;
  font-size: 25px;
  margin-top: 2px;
}
.hero-section .features-list li {
  /* color: #fff; */
}
.play-circle {
  width: 80px;
  height: 46px;
  background-color: #ff0033;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-circle i {
  color: #ffffff;
  font-size: 1rem;
}

/* Quote Form Styling */
.quote-form {
  background-color: white;
  border-radius: 10px;
  padding: 50px 30px 10px 30px;
  color: black;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  text-align: center;
}

.quote-form h2 {
  font-size: 1.8rem;
  margin-bottom: 0px;
  line-height: 1.2;
  font-weight: 400;
}

.quote-form .form-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  color: gray;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.quote-form .form-text {
  color: black;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.form-group label {
  margin-right: 10px;
  color: #da2e86;
}

.social-icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.social-icons a.facebook {
  background-color: #3b5998;
  color: white;
}
.social-icons a.twitter {
  background-color: #1da1f2;
  color: white;
}
.social-icons a.linkedin {
  background-color: #0077b5;
  color: white;
}
.form-img {
  position: absolute;
  max-width: 77px;
  top: -43px;
  padding: 20px;
  background: #f08b31;
  border-radius: 50%;
  overflow: visible !important;
  display: none;
}
.quote-form .ff-default .ff-el-form-control.form-field {
  border: 0;
  border-bottom: 3px solid #cfcaca;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
}
.quote-form .ff-default .ff-el-form-control.form-field:focus {
  box-shadow: none;
}

.quote-form .ff-default .ff_btn_style.submit-btn-custom {
  padding: 16px 40px;
  font-weight: 600;
  border-radius: 40px;
  width: 100%;
  background-color: #f08b31;
  border: #f08b31;
}
.f-name,
.ff-email-custom,
.ff-phone-custom {
  position: relative;
}

.f-name:after {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-image: url("https://staging.manujbajaj.com/creativeconnect/wp-content/themes/neve-child/assets/img/user.png"); /* Replace with the actual URL */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px; /* Adds space between the text and the icon */
  vertical-align: middle; /* Aligns the icon with the text */
}
.ff-email-custom:after {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-image: url("https://staging.manujbajaj.com/creativeconnect/wp-content/themes/neve-child/assets/img/email.png"); /* Replace with the actual URL */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px; /* Adds space between the text and the icon */
  vertical-align: middle; /* Aligns the icon with the text */
}
.ff-phone-custom:after {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-image: url("https://staging.manujbajaj.com/creativeconnect/wp-content/themes/neve-child/assets/img/phone.png"); /* Replace with the actual URL */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px; /* Adds space between the text and the icon */
  vertical-align: middle; /* Aligns the icon with the text */
}

/* video popup */
/* Video popup styling */
.video-popup,
.video-popup-2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.5s; /* Fade-in animation */
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Fade-out animation */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Scale-in animation for content */
@keyframes scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.video-popup-content {
  margin: 3% auto;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  background-color: white;
  border-radius: 8px;
  animation: scaleIn 0.3s ease; /* Scale-in effect for content */
}

.video-popup-close,
.video-popup-close-2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.video-popup-close:hover,
.video-popup-close-2:hover,
.video-popup-close:focus,
.video-popup-close-2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.ytp-pause-overlay {
  display: none !important;
}
.header-phone {
  max-width: 18px;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.7rem;
  }
  .quote-form {
    margin-top: 30px;
  }
}

/* Sticky header styles */
.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Logo */
.logo {
  height: 64px;
}

/* Clients' logos */
.clients-logos .client-logo {
  height: 40px;
  margin: 0 10px;
}

/* CTA button */
.cta-button .btn {
  font-size: 16px;
  padding: 10px 20px;
}
.cta-button {
  display: flex;
}

.footer-icon {
  font-size: 22px;

  padding: 13px 15px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  transition: 0.3s;
}

.whatsapp-icon {
  background: #24cc63;
}
.whatsapp-icon:hover {
  color: #fff;
  background: #139143;
}
.Linkedin-icon {
  background-color: #0a63bc;
}
.Linkedin-icon:hover {
  color: #fff;
  background: #0d4884;
}
.Instagram-icon {
  background-color: #a42eb7;
}
.Instagram-icon:hover {
  color: #fff;
  background: #791c87;
}
.facebook-icon {
  background-color: #395498;
  padding: 13px 16px;
}
.facebook-icon:hover {
  color: #fff;
  background: #1f3d89;
}
.youtube-icon {
  background-color: #c71f1e;
  padding: 13px 12px;
}
.youtube-icon:hover {
  color: #fff;
  background: #9f1818;
}
.header-cta-btn {
  border-radius: 30px;
  background-color: #f08b31;
  line-height: 1.7;
  color: #fff;
  padding: 11px 41px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
}
.header-cta-btn:hover {
  color: #fff;
  background-color: #c06c28;
  transform: scale(1.01);
}

/* Main Section */
.main-section h1 {
  font-weight: bold;
}
.page-title {
  font-size: 30px;
}
.page-subtitle {
  font-size: 20px;
  font-weight: 500;
}
.features {
  text-align: left;
}
.feature-title {
  margin-bottom: 15px;
  font-size: 24px;
}
.features-list {
  gap: 10px;
  display: grid;
}
.features-list li {
  display: flex;
  align-items: center;
  color: #484848;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.features-list li i {
  margin-top: 4px;
  margin-right: 10px;
  /* color: #ffffff; */
  font-size: 12px;
  background: #780198;
  border-radius: 20px;
  padding: 4px;
}
.form-section-wrap {
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  background: #e5e5e591;
  background-image: linear-gradient(180deg, #003859 0%, #000000 100%);
}
.form-section-wrap .form-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.form-section-wrap .form-subtitle {
  color: #e2e2e2;
  font-weight: 400;
  font-size: 16px;
}

.form-info .info-item {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.form-info img {
  max-width: 60px;
}

/* counter */
.why-ear-solutions {
  background-color: #f4f4f5;
  position: relative;
}

.custom-red-button {
  background-color: #db3a3a;
  padding: 14px 50px;
  border-radius: 35px;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.custom-red-button:hover {
  color: #fff;
}
.why-ear-solutions .feature-box {
  background-color: rgb(255 255 255);
  padding: 40px 27px;
  /* border-radius: 10px; */
  transition: transform 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin: 10px 40px; */
  position: relative;
  background-size: cover;
  height: 100%;
}

.why-ear-solutions .feature-box img {
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 15px;
}
.why-ear-solutions .feature-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000057;
  top: 0;
  left: 0;
  z-index: 1;
}
.why-ear-solutions .feature-box h4 {
  font-size: 2.9rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.2;
}

.why-ear-solutions .feature-box p {
  font-size: 1.1rem;
  color: #fff;
  z-index: 1;
  position: relative;
}

.why-ear-solutions .feature-box:hover {
  transform: translateY(-10px);
}

.why-ear-solutions .btn-primary {
  background-color: #0069d9;
  border-color: #0069d9;
  padding: 15px 30px;
  font-size: 1.2rem;
}
.cta-wrap {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  text-align: center;
}
.cta-wrap h2 {
  color: #373232;
  font-size: 1.6rem;
  /* max-width: 70%; */
}
.cta-section {
  padding: 50px;
  background: #feae01;
}
/* Testimonials */

/* Testimonial homepage */
.reviews-section {
  padding: 50px 0;
  background-color: #e9ece6;
}
.reviews-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reviews-section p {
  font-size: 16px;
  color: #595d61;
  line-height: 1.5;
}
.review-card {
  background-color: #fff;
  color: #333;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}
/* .review-card::before{
    content: " ";
    --background-overlay: '';
    background-image: url(https://earsolutions.in/wp-content/uploads/2024/05/right-quotation-mark-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0.5;
    transition: 0.3s;
} */

.review-card .block-quote {
  position: absolute;
  bottom: 38px;
  right: 26px;
  /* width: 36%; */
  /* height: 36%; */
  border-radius: 0;
  opacity: 0.5;
}

.review-card .user-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 10px;
}
.review-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.review-card .stars {
  color: #f2b01e;
}

/* corporate video */
.marketing-section {
  background-image: linear-gradient(180deg, #1b1c1c 0%, #000000 100%);
  color: white;
}

.section-subtitle {
  font-size: 1rem;
  color: #e8e8e8;
}

.features-list-2 {
  font-size: 1rem;
}

.features-list-2 li {
  margin-right: 15px;
}

.features-list-2 i {
  color: #f5a623; /* Icon color */
}

.btn-warning {
  background-color: #f5a623;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.btn-warning:hover {
  background-color: #e08f;
}
.text-left {
  text-align: left;
}

.team-member {
  position: relative;
  overflow: hidden;
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.team-member:hover img {
  transform: scale(1.1);
}

.team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(254 174 1 / 73%); /* Yellow Overlay */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.team-member:hover .overlay {
  opacity: 1;
}
.team-section {
  display: inline-block;
  margin: auto;
  width: 100%;
  background: #e9ece6;
}
.overlay h4,
.overlay p {
  color: #fff;
  margin: 5px 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #333;
}

.team-text p {
  color: #333;
}
.pad-3 {
  padding-left: 30px;
}

/* Team Section 2 */
.team-3 {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.team-3 .team-member {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.team-3 .team-member img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ddd;
}

.team-3 .team-member h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f08b31;
  margin: 15px 0 5px;
}

.team-3 .team-member p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.team-3 .team-member .social-icons {
  margin-top: 10px;
}

.team-3 .team-member .social-icons a {
  margin: 0 8px;
  font-size: 22px;
  color: #0a63bc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.social-icons {
  font-weight: 600;
  color: #666666;
}
.team-3 .team-member .social-icons a:hover {
  color: #6c63ff;
}
.team-3 .team-member:hover img {
  transform: scale(1);
}
.team-points {
  list-style: inside;
  text-align: left;
}
.mx-80 {
  max-width: 60%;
}

.founder-viewmore {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: end;
  font-weight: 600;
  text-decoration: underline;
  color: #f08b31;
}
/* image scroller */
.owl-carousel .item {
  position: relative;
  width: 100%;
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}
.work-slider .owl-stage {
  display: flex;
}
.work-slider .owl-stage .owl-item {
  overflow: hidden;
}
.ov-hidden {
  overflow: hidden;
}
.work-slider .owl-nav {
  display: none;
}
.benefit-video {
  max-width: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.featured-list-section {
  background-color: #f5f5f5;
}
.features-list-3 {
  gap: 10px;
  display: flex;
  flex-flow: column;
}
.features-list-3 i {
  margin-right: 5px;
  color: #f08b31;
  margin-top: 6px;
}
.features-list-3 li {
  color: #6b6f75;
  display: flex;
  align-items: start;
}
.check-sign {
  max-width: 30px;
}
.btn-large {
  padding: 20px 70px;
  font-weight: 600;
  font-size: 20px;
}
/* service section */
.services .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services .icon {
  font-size: 40px;
  color: #ff7e39; /* Customize icon color */
}

.services .card-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.searvice-video-btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.services .btn {
  background-color: #003366;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.services .btn.btn-secondary {
  background-color: #f08b31;
}
.services .btn.btn-secondary:hover {
  background-color: #b66422;
}
.services .btn:hover {
  background-color: #001f4d;
}
.count {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 4rem;
  font-weight: 700;
  color: #e1e4e5;
}
.services .card-text {
  margin-bottom: 5px;
}
.services .card-body {
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.feature-box-title {
  z-index: 2;
  display: block;
  position: relative;
  color: #fff;
}
.owl-stage-outer {
  overflow: hidden;
}
a:focus,
a:hover {
  color: #fff;
}
.mob-view {
  display: none;
}
.section-title {
  font-weight: 600;
  font-size: 1.6rem;
  z-index: 1;
  position: relative;
}
.image-imp {
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 0;
  transform: rotate(-23deg);
}
/* Benefit Cards */
.benefit-cards .card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;

  display: block;
  position: relative;
}
.h-100 {
  height: 100%;
}
.benefit-cards .bg-purple {
  background-color: #f2e0ff;
  border: none;
}

.benefit-cards .bg-red {
  background-color: #d32f2f;
}

.benefit-cards .bg-blue {
  background-color: #1565c0;
}

.benefit-cards .bg-green {
  background-color: #2e7d32;
}

.benefit-cards-item {
  position: relative;
}

.benefit-cards-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 40%;
}
.benefit-card-title {
  font-size: 1.3rem;
}
.benefit-card-desc {
  color: #413e3e;
  font-weight: 600;
}
.benefit-icon {
  background: #ffffff;
  border-radius: 50%;
  right: -15px;
  top: -33px;
  width: 148px;
  opacity: 0.2;
  position: absolute;
  padding: 18px;
}
.benefit-cards .bg-light-orange {
  background: #ffe5d6;
  border: none;
}
.benefit-cards .bg-light-blue {
  background: #dff5fa;
  border: none;
}
.benefit-cards .bg-light-green {
  background: #dffae3;
  border: none;
}
.human-image {
  margin: auto;
  display: flex;
}
.img-fluid.w-250 {
  max-width: 250px;
}

/* block 4 */

.card.bg-light {
  background-color: #e9f7fecf !important;
}
.result-logo {
  margin: auto;
  display: flex;
}
.content-text {
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #6b6f75;
}
.features-list .banner-point {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
/* Footer */
.footer {
  background-color: #f8f9fa;
}
.footer-area {
  padding: 2rem;
  border-radius: 8px;
}

.footer-area h3 {
  color: #333;
  font-weight: bold;
}
.footer-area .footer-desc {
  margin-top: 10px;
  text-decoration: none;
  color: #536976;
  /* margin-left: 10px; */
  font-size: 14px;
}
.footer-area .footer-desc i {
  font-size: 10px;
  font-weight: 600;
  color: #536976;
  margin-right: 10px;
}
.footer-area a {
  text-decoration: none;
  color: #536976;

  font-size: 14px;
}

.footer-area a:hover {
  text-decoration: underline;
}

.footer-area .btn-primary {
  background-color: #ff5773;
  border: none;
  transition: all 0.3s ease-in-out;
}

.footer-area .btn-primary:hover {
  background-color: #ff4260;
}

.footer-area img {
  border-radius: 50%;
}

.footer-area .form-label {
  font-weight: bold;
  color: #555;
}

.footer-area .footer-logo {
  border-radius: 0;
  max-width: 150px;
  display: flex;
}
.footer-title {
  font-weight: 500;
  color: #505458;
  font-size: 17px;
  display: flex;
  align-items: end;
}
.footer-title i {
  padding: 10px;
  margin-right: 12px;
  background: #fbdfc9;
  color: #f08b31;
  border-radius: 5px;
  font-size: 15px;
}
.footer-form-container {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.footer-form-title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.footer-form-subtitle {
  font-weight: 500;
  font-size: 0.9rem;
}
.cta-button-2 {
  padding: 10px 60px;
  border-radius: 52px;
  text-align: center;
  font-size: 20px;
  background: #f08b31;
  font-weight: 500;
  text-transform: capitalize;
  margin: auto;
  color: #fff;
  transition: 0.3s;
}
.cta-button-2:hover {
  background: #a96b39;
  color: #fff;
}
.cta-button-wrap {
  display: flex;
}
.social-links {
  display: flex;
}
.social-links i {
  color: #fff;
}
.social-links a:hover {
  text-decoration: none;
}
.faq-section {
  padding: 40px 20px;
}
.faq-title {
  text-align: center;
  margin-bottom: 30px;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #c57a3d;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #c8a68b;
  color: #000;
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
}
.footer-bottom {
  background: #414141;
  color: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.footer-bottom-links {
  display: flex;
  gap: 10px;
}
.footer-bottom-links li {
  color: #c4c4c4;
}
.footer-bottom-links li a {
  color: #c4c4c4;
}
.footer-bottom-text {
  color: #c4c4c4;
  margin-bottom: 0;
  text-align: right;
}

/* Hoarding */
.hoarding-section {
  text-align: center;
  padding: 2rem 1rem;
}
.hoarding-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.hoarding-item {
  margin-bottom: 2rem;
}
.hoarding-item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.hoarding-item p {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.5;
}

.clients-section {
  text-align: center;
  padding: 2rem 1rem;
}
.clients-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.client-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px;
  max-height: 100px;
}

/* appreciation */
.achievements-section {
  text-align: center;
  padding: 2rem 1rem;
}
.achievements-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.achievement-item {
  margin-bottom: 2rem;
}
.achievement-item img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
.achievement-item h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: bold;
}
.achievement-item a {
  text-decoration: none;
  color: #007bff;
  font-size: 0.9rem;
}
.achievement-item a:hover {
  text-decoration: underline;
}
.download-button {
  font-weight: 600;
}
.checklist-container {
  padding: 2rem 1rem;
}

.checklist-heading {
  font-size: calc(1.2rem + 0.5vw);
}

.checklist-subheading {
  color: #ff4d4f;
  font-size: calc(1rem + 0.3vw);
}

.checklist-points {
  font-size: calc(0.9rem + 0.2vw);
}

.form-heading {
  font-weight: bold;
  font-size: calc(1.1rem + 0.3vw);
}

.form-control {
  border-radius: 5px;
}

.submit-btn {
  background: linear-gradient(to right, #ff4d4f, #ff7e7e);
  border: none;
  color: white;
  font-size: 1rem;
  padding: 0.8rem;
  border-radius: 5px;
  width: 100%;
}

.submit-btn:hover {
  background: #ff4d4f;
}
.button-container {
  position: relative;
  max-width: 800px;
}

.animated-button {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0f539a;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-weight: 400;
}

.animated-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.animated-button:hover::before {
  left: 100%;
}

.animated-button:focus {
  outline: none;
}
.product-view {
  background: #202020;
}
/* contact form css */
.custom-form {
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.custom-form p {
  margin-bottom: 20px;
}

.custom-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #ffa500;
  box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

.custom-form textarea {
  height: 100px;
  resize: none;
}

.custom-form [type="submit"] {
  background-color: #c97a3a;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
p {
  margin-bottom: 0;
}
.custom-form [type="submit"]:hover {
  background-color: #b56930;
}
.benefits {
  background: #f4f4f4;
  padding: 20px 0;
}
.benefits-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #474444;
}

.benefits-list {
  list-style-type: none;
  padding: 0;
}

.benefits-list-item {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #514c4c;
  display: flex;
  align-items: start;
  justify-content: start;
}

.check-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .clients-title {
    font-size: 1.5rem;
  }
  .client-logo img {
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .hoarding-title {
    font-size: 1.5rem;
  }
  .hoarding-item h3 {
    font-size: 1.5rem;
  }
  .hoarding-item p {
    font-size: 0.9rem;
  }
  .animated-button p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .team-3 .team-member {
    padding: 20px;
  }
}
/* Team section 2 end */
/* Responsive adjustments */
@media (max-width: 991px) {
  .header-text .highlight-text {
    font-size: 20px;
  }
  .header-text {
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 100;
    text-align: center;
    line-height: 1.3;
  }

  .cta-button {
    margin-left: auto;
    display: flex;
    justify-content: center;

    margin-top: 11px;
  }
  .cta-button {
    order: 1; /* Make the button appear first */
  }
  header .cta-button {
    margin-top: 0;
  }
  .clients-logos {
    order: 2; /* Place the client logo section after the button */
  }

  .navbar-brand {
    order: 0; /* Keep the logo at the top */
  }

  .main-section .features-list {
    margin-bottom: 20px;
  }
  .header-cta-btn {
    padding: 7px 15px;
    font-size: 11px;
    display: flex;
    align-items: center;
  }
  .cta-wrap h2 {
    font-size: 1.4rem;
  }
  .hero-section {
    padding: 20px 0;
  }
  .page-title {
    font-size: 24px;
  }
  .row.mt-5 {
    margin-top: 1rem !important;
  }
  .section-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .cta-section {
    padding: 20px;
  }
  .features-list-2 {
    margin-bottom: 2rem;
  }
  .mb-sm-2 {
    margin-bottom: 2rem;
  }
  .why-ear-solutions .feature-box {
    margin: 0;
  }
  .why-ear-solutions .feature-box h4 {
    font-size: 1.75rem;
  }
  .mx-80 {
    max-width: 100%;
  }
  .team-3 .team-member {
    padding: 20px;
  }
  .logo {
    height: 44px;
  }
  .desktop-view {
    display: none;
  }
  .mob-view {
    display: block;
    max-width: 170px;
    margin: auto;
  }
  .mob-d-none {
    display: none;
  }
  .features-list li {
    font-size: 0.8rem;
  }
  .mt--200 {
    margin-top: -40px !important;
  }
  .quote-form h2 {
    font-size: 1.3rem;
  }
  .quote-form {
    margin: 20px;
  }
  .button-container {
    margin: 0 20px;
  }
  .cta-btton {
    margin-top: -1px;
  }
  .animated-button {
    font-size: 16px;
  }
}

.bg-dark-black {
  background-color: #202020;
}

.cta-btton {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.cta-dark {
  background: #202020;
}
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  position: relative;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.product-card {
  flex: 0 0 24%;
  max-width: 23%;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 13px;
}

.product-card img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.product-card h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.product-card button {
  padding: 10px 15px;
  font-size: 14px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.product-card button:hover {
  background: #0056b3;
}

.arrow {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.arrow:hover {
  background: #0056b3;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .product-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .max-width-50 {
    max-width: 50% !important;
  }
  .achievement-item img {
    margin: 0;
  }
  .m-20-mob {
    margin: 20px !important;
  }
}
header .clients-logos.dual-btns {
  flex-flow: column !important;
  align-items: center !important;
}
header .dual-btns .download-catalogue {
  color: #f08b31;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.2rem;
}
