/* =========================
   Global
========================= */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fbf8f7;
}

/* =========================
   Header Section
========================= */
.header-1,
.header-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-2 {
  background: lavender;
}
.header-1{
  background-color: #fbf8f7;
}
.header-2-1{
  /* width: 100%; */
  /* justify-content: center; */
  display: flex;
  flex-direction: row;
}

.header-location {
  margin-left: 10px;
  color: #4d0026;
}
.header-location:hover {
  color: #cc0066;
}

.contact-line {
  font-size: large;
  font-weight: bold;
  color: #1d2300;
  text-decoration: none;
}

.contact-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.close-btn{
  display: none;
}

.contact-info button {
  padding: 10px 40px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact-info button:hover {
  transform: scale(1.15);
  opacity: 0.9;
}

.contact-bap {
  background: orangered;
  color: #fff;
}
.contact-call {
  background: green;
  color: #fff;
}

.logo-img {
  /* margin: 10px 0px 10px 10px; */
  width: 120px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 5px;
}

/* =========================
   Navbar
========================= */
.nav-bar a {
  margin: 0 20px;
  padding: 10px;
  font-size: large;
  font-weight: bold;
  color: #4d0026;
  text-decoration: none;
  transition: transform 0.2s, color 0.2s;
}

.nav-bar a:hover {
  transform: scale(1.5);
  color: #cc0066;
}
/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.dropbtn {
  cursor: pointer;
}

/* Dropdown content (initially hidden) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  min-width: 200px;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.dropdown-content a {
  text-align: center;
  color: #4d0026;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: background 0.3s ease;
  border-radius: 6px;
  font-size: 14px;
}
@media (max-width:768px) {
  /* Dropdown in mobile */
  .dropdown {
    width: 100%;
  }

  .dropdown-content {
    position: static;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: none;
    border: 1px solid #000;
  }

  .dropdown.active .dropdown-content {
    display: flex;
  }

  .dropdown-content a {
    font-size: 16px;
    padding: 12px 20px;
  }

}

/* .dropdown-content a:hover {
  background: rgba(255, 180, 0, 0.15);
} */

/* Active state (visible when toggled) */
.dropdown.active .dropdown-content {
  display: flex;
  opacity: 1;
  visibility: visible;
}

/* Hamburger Toggle (hidden by default on desktop) */
.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: #4d0026;
  cursor: pointer;
}
.mobile-social {
  display: none;
}

/* =========================
   Social Icons
========================= */
.social,
.footer-social {
  display: flex;
  gap: 20px;
  padding: 10px;
  margin-right: 20px;
  align-items: center;
}

.social a,
.footer-social a {
  display: inline-block;
  font-size: 20px;
  color: #4d0026;
  text-decoration: none;
  transition: transform 0.2s, color 0.2s;
}

.social a:hover,
.footer-social a:hover {
  transform: scale(1.5);
  color: #cc0066;
}

/* =========================
   Slider
========================= */
.slider {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.slides img {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #bbb;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: #333;
}

/* =========================
   Sliding Bar
========================= */
.sliding-bar {
  width: 100%;
  overflow: hidden;
  background: #e6ccd2;
  margin: 2px 0;
  padding: 20px 0;
  white-space: nowrap;
}

.sliding-content {
  display: inline-block;
  animation: slide-left 15s linear infinite;
}

.sliding-content span {
  display: inline-block;
}

.content-1 {
  font-weight: bold;
  font-size: 30px;
  color: #4d0026;
  margin-right: 8px;
}

.content-2 {
  margin-right: 100px;
  font-size: 20px;
  color: #cc0066;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero-section h1{
  margin: 40px 5px 0 5px;
  text-align: center;
  color: #4d0026;
}

.cards-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 40px;
  flex-wrap: wrap;
}

.card-hero {
  width: 280px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
}

.card-hero:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card-hero img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-hero h3 {
  margin: 15px 0;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}
/* =========================
   Help You
========================= */
.helpyou{
  background-color: #fbf8f7;
  padding: 40px 0;
}
.helpyou-section h2 {
  margin-top: 30px;
  text-align: center;
  color: #4d0026;
  font-size: 32px;
}
.helpyou-section p {
  text-align: center;
  color:#cc0066;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  /* justify-content: center; */
  margin: 40px auto;
  max-width: 900px;
  padding: 0 20px;
}

.service-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  /* ✅ Center image & text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.service-box img {
  width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

.service-box span {
  display: block;
  font-weight: bold;
  color: #cc0066;
  font-size: 16px;
}
/* =========================
   Trust Section
========================= */

/* Section Layout */
.trust-us {
  padding: 50px 8%;
  background-color: #fbf8f7;
}

.trust-us-section {
  display: flex;
  align-items: center;
  gap: 40px;
}
.trust-us h2 {
  margin-top: 30px;
  text-align: center;
  color: #4d0026;
  font-size: 32px;
}

/* Left Image */
.trust-us-image {
  flex: 1 1 45%;
  align-items: center;
  display: flex; /* ✅ makes sure image is centered within its box */
  justify-content: center;
}

.trust-us-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Right Content */
.trust-us-content {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Card Style */
.card {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.card h3 {
  color: #cc0066;
  margin-bottom: 10px;
  border-bottom: 2px solid #f4b400;
  display: inline-block;
  padding-bottom: 5px;
}

.card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0 0 0;
}

.card ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* =========================
   Pricing Section
========================= */
.clarity-pricing-section {
  background-color: #fbf8f7;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  padding: 0 10px;
  justify-content: center;
  align-items: stretch;
}

.clarity-box,
.pricing-box {
  flex: 1 1 50%; /* ✅ each takes 50% width */
  max-width: 45%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.clarity-box {
  flex: 1;
  background: #e6ccd2;
  padding: 60px;
  border-radius: 30px;
}

.chat-bubbles {
    overflow: hidden;
  width: 100%;
  position: relative;
  background: transparent;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.bubbles-track {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  animation: scrollBubbles 20s linear infinite;
}
.bubbles-track-rev {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  animation: revscrollBubbles 20s linear infinite;
}
.chat-bubbles span {
  background: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #5a4580;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  white-space: nowrap;
}
/* continuous sliding animation */
@keyframes scrollBubbles {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes revscrollBubbles {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.clarity-box h4 {
  color: #cc0066;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
}

.clarity-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.clarity-box ul {
  list-style: none;
  padding: 0;
}

.clarity-box li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.clarity-box .icon {
  color: #7d5cf6;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
}

.clarity-box li h3 {
  margin: 0;
  font-size: 1.1rem;
}

.clarity-box li p {
  margin: 5px 0 0;
  color: #4a4a4a;
  font-size: 0.95rem;
}

/* Pricing Section */
.pricing-box {
  flex: 1;
  background: #f9f2f0;
  padding: 60px;
  border-radius: 30px;
}

.pricing-box h5 {
  color: #cc0066;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.pricing-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 40px;
  text-align: center;
}

.pricing-item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.pricing-item p {
  margin: 0;
  font-size: 1rem;
}

.pricing-item .icon {
  font-size: 1.5rem;
  color: #7d5cf6;
}

/* =========================
   Review Section
========================= */
.review {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  background: #fbf8f7;
  padding: 20px 40px;
  gap: 20px;
}

/* Left Side - Review Info */
.review-section {
  padding: 20px;
}

.review-section h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #4d0026;
}

.rating {
  font-size: 48px;
  font-weight: bold;
  color: #cc0066;
  margin: 10px 0;
}

.stars {
  font-size: 36px;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}

.star {
  color: #cc0066;
}

.half-star {
  position: relative;
  display: inline-block;
  color: #ccc;
}

.half-star::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  overflow: hidden;
  color: #cc0066;
}

/* Google Review Label */
.google-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #2e006c;
  margin-top: 10px;
}

.google-logo img {
  height: 25px;
  margin-bottom: 5px;
}

/* Middle Image */
.hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img img {
  width: 380px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Right Side - Content */
.hero-content {
  text-align: left;
  padding: 20px;
}

.hero-content h2 {
  font-size: 22px;
  color: #4d0026;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* =========================
   Responsive Design
========================= */
@media (max-width: 992px) {
  .review {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .hero-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .review {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px 20px;
  }

  .hero-content {
    text-align:left;
  }

  .hero-img img {
    width: 300px;
  }
}


/* =========================
   Testimonials
========================= */
.testimonials {
  text-align: center;
  padding: 20px;
  background: #fbf8f7;
  position: relative;
}

.testimonials h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #cc0066;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 50px auto;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  padding: 20px;
  border: 2px solid #e6ccd2;
  border-radius: 20px;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px;
}

.testimonial p {
  color: #090043;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.testimonial h3 {
  color: #4d0026;
  font-weight: bold;
}

/* =========================
   Unique Section
========================= */
.unique-section {
  margin:20px 0;
  padding: 10px;
  text-align: center;
  color: #e6ccd2;
  background: #4d0026;
}

.unique-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.unique-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.unique-card {
  display: flex;
  gap: 10px;
  padding: 5px;
  background: #fff;
  color: #4d0026;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.unique-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.unique-card i {
  font-size: 2rem;
  color: #cc0066;
  display: block;
  align-content: center;
}

/* =========================
   Clinic Section
========================= */
.clinic-section {
  background: #fbf8f7;
  padding: 50px 30px;
}

.clinic-container {
  display: flex;
  gap: 100px;
}

.clinic-map {
  flex: 1;
  margin-left: 50px;
  border-radius: 12px;
  overflow: hidden;
}

.clinic-info {
  flex: 1;
}

.clinic-info h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4d0026;
}

.clinic-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #cc0066;
}

.clinic-info p {
  font-size: 1rem;
  margin: 8px 0;
  color: #4d0026;
}
.phone {
  font-weight: bold;
  margin: 5px 0;
  color: #4d0026;
}

.direction-btn {
  margin-top: 40px;
  padding: 12px 24px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  background: #b30059;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.direction-btn:hover {
  background: #cc0066;
  color: #fff;
  transform: scale(1.15);
}

/* =========================
   Footer
========================= */
.footer {
  background: #e6ccd2;
  color: #000;
  padding: 40px 20px;
  margin-top: 10px;
  font-family: Serif, Garamond;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4d0026;
}

.footer-section p,
.footer-section ul {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: #4d0026;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #cc0066;
}

.footer-bottom {
  text-align: center;
  font-size: 1.1rem;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #444;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-bottom p {
  margin: 0;
}

.developer-credit {
  font-size: 15px;
  font-style: italic;
  opacity: 0.9;
}

.footer-ts {
  padding-top: 10px;
}

/* =========================
   Responsive Design
========================= */

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .header-1,
  .header-2 {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .nav-bar {
    margin: 10px 0;
    overflow-x: hidden;
  }
  .nav-bar a{
    font-size: 14px;
  }

  .clinic-container {
    flex-direction: column;
    gap: 40px;
  }

  .testimonial-container {
    flex-direction: column;
  }
    .unique-cards{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
  }
    .unique-card {
    width: 350px;
  }
  .contact-info {
    margin: 10px 0;
  }
  .footer-container {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
  }
  .clinic-container{
    align-items: center;
  }
  .clinic-map{
    width: 90%;
    margin: 0;
  }
  .testimonial-slider{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
  }
}

/* Mobiles (≤768px) */
@media (max-width: 768px) {
  .header-1,
  .header-2 {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* Show hamburger */
  .menu-toggle {
    display: block;
    color: #4d0026;
  }

  .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f2f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-bar.active {
    display: flex;
    transform: translateX(0);
  }
  .nav-bar a {
    font-size: 22px;
  }
  .close-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    font-weight: bolder;
    color: red;
    cursor: pointer;
  }

  .nav-bar a {
    margin: 10px;
    font-size: 22px;
    color: #4d0026;
  }

  .nav-bar a:hover {
    color: #cc0066;
  }

  .contact-info {
    flex-direction: row;
    gap: 20px;
    margin: 10px 0;
    justify-content: center;
  }

  .contact-info button {
    width: 45%;
    margin: 5px 0;
    justify-content: space-between;
  }
  .social {
    margin-right: 0px;
  }

  .slider {
    max-height: 300px;
  }

  .testimonial-container {
    flex-direction: column;
    width: 100%;
  }
  .testimonial-slider {
    display: flex;
    flex-direction: column;
  }

  .testimonial {
    margin: 10px 0;
    width: 100%;
  }

  .clinic-container {
    flex-direction: column;
    gap: 20px;
  }

  .clinic-map {
    margin: 0;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .footer-section {
    margin-bottom: 2px;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-bottom {
    flex-direction: column;
    font-size: 14px;
    gap: 5px;
  }
  .footer-social {
    justify-content: center;
    font-size: 30px;
  }

  .developer-credit {
    display: block;
    margin-top: 10px;
    font-size: 0.8rem;
  }
  .unique-card {
    width: 290px;
  }
  .unique-cards{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Small Mobiles (≤480px) */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .logo-img {
    width: 90px;
  }

  .content-1 {
    font-size: 20px;
  }

  .content-2 {
    font-size: 16px;
  }

  .unique-section h2 {
    font-size: 1.5rem;
  }

  .unique-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .direction-btn {
    width: 100%;
  }
  .developer-credit {
    display: block;
    margin-top: 10px;
    font-size: 0.8rem;
  }
}

/* =========================
   Responsive Design
========================= */

/* Tablet View (width ≤ 1024px) */
@media (max-width: 1024px) {
  .trust-us {
    padding: 40px 6%;
  }
  .close-btn{
    display: none;
  }

  .trust-us-section {
    flex-direction: column;
    gap: 30px;
  }

  .trust-us-image {
    flex: none;
    width: 100%;
  }

  .trust-us-image img {
    width: 90%;
    max-width: 500px;
  }

  .trust-us-content {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .card {
    padding: 18px 20px;
  }

  .card h3 {
    font-size: 1.1rem;
  }

  .card ul li {
    font-size: 0.9rem;
  }
}

/* Mobile View (width ≤ 768px) */
@media (max-width: 768px) {
  .trust-us {
    padding: 30px 5%;
  }
    .close-btn{
    display: block;
  }

  .trust-us h2 {
    font-size: 26px;
  }

  .trust-us-section {
    flex-direction: column;
    text-align: center;
  }

  .trust-us-image {
    order: 1;
    margin-bottom: 20px;
  }

  .trust-us-image img {
    width: 100%;
    max-width: 380px;
  }

  .trust-us-content {
    order: 2;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card {
    padding: 16px 18px;
    text-align: left;
  }

  .card h3 {
    font-size: 1rem;
  }

  .card ul {
    padding-left: 18px;
  }

  .card ul li {
    font-size: 0.9rem;
  }
}

/* Small Mobile (width ≤ 480px) */
@media (max-width: 480px) {
  .trust-us h2 {
    font-size: 22px;
  }

  .trust-us-content {
    gap: 12px;
  }

  .card {
    padding: 14px 16px;
  }

  .card h3 {
    font-size: 0.95rem;
  }

  .card ul li {
    font-size: 0.85rem;
  }
}
/* =========================
   Responsive Design for Clarity & Pricing Section
========================= */

/* Tablet View (≤1024px) */
@media (max-width: 1024px) {
  .clarity-pricing-section {
    flex-direction: column;
    gap: 30px;
    padding: 40px 5%;
  }

  .clarity-box,
  .pricing-box {
    max-width: 90%;
    padding: 50px 40px;
  }

  .clarity-box h2,
  .pricing-box h2 {
    font-size: 1.8rem;
  }

  .clarity-box h4,
  .pricing-box h5 {
    font-size: 1.1rem;
  }

  .clarity-box li {
    margin-bottom: 16px;
  }

  .clarity-box li h3 {
    font-size: 1rem;
  }

  .clarity-box li p {
    font-size: 0.9rem;
  }

  .pricing-item {
    padding: 18px 20px;
  }

  .pricing-item p {
    font-size: 0.95rem;
  }

  .chat-bubbles span {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
}

/* Mobile View (≤768px) */
@media (max-width: 768px) {
  .clarity-pricing-section {
    flex-direction: column;
    gap: 25px;
    padding: 30px 4%;
  }

  .clarity-box,
  .pricing-box {
    max-width: 90%;
    padding: 35px 25px;
    border-radius: 20px;
  }

  .clarity-box h2,
  .pricing-box h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .clarity-box h4,
  .pricing-box h5 {
    font-size: 1rem;
    text-align: center;
  }

  .chat-bubbles {
    margin-bottom: 20px;
    gap: 6px;
  }

  .chat-bubbles span {
    font-size: 0.8rem;
    padding: 6px 10px;
  }

  .clarity-box ul {
    padding-left: 0;
  }

  .clarity-box li {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .clarity-box li h3 {
    font-size: 0.95rem;
  }

  .clarity-box li p {
    font-size: 0.85rem;
  }

  .pricing-item {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 18px;
    margin-bottom: 15px;
  }

  .pricing-item p {
    font-size: 0.9rem;
    text-align: left;
  }

  .pricing-item .icon {
    font-size: 1.3rem;
  }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .clarity-box,
  .pricing-box {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .clarity-box h2,
  .pricing-box h2 {
    font-size: 1.4rem;
  }

  .clarity-box h4,
  .pricing-box h5 {
    font-size: 0.95rem;
  }

  .chat-bubbles span {
    font-size: 0.75rem;
    padding: 5px 9px;
  }

  .clarity-box li h3 {
    font-size: 0.9rem;
  }

  .clarity-box li p {
    font-size: 0.8rem;
  }

  .pricing-item p {
    font-size: 0.85rem;
  }

  .pricing-item .icon {
    font-size: 1.1rem;
  }
}
