* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  /* font-family: 'Manrope', sans-serif; */
  /* background-color: #f8f9fa; */
  overflow-x: hidden;
  background: #fdf7f0 !important;
}

.home h1 {
  font-size: 3.75rem;
  line-height: 1;
  color: #431407;
  font-weight: 700;
  text-align: center;
}

.home p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  /* font-size: 400;
  text-align: center;
  color: #5c4033; */
}

.home-img {
  width: 100%;
  height: 100%;
}

.home-head {
  position: absolute;
  top: 30%;
  /* Responsive top placement */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 6vw;
  /* Responsive font-size based on viewport width */
  text-align: center;
  width: 90%;
}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.hero-content {
  max-width: 800px;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
  line-height: 1.5;
}

/* Optional fine-tuning for very small devices */
@media (max-width: 768px) {
  .home h1 {
    font-size: 3.05rem;
  }

  .home-head {
    font-size: 8vw;
    top: 25%;
  }
}

@media (max-width: 480px) {
  .home h1 {
    font-size: 40px;
  }

  .home-head {
    font-size: 10vw;
    top: 20%;
  }
}

/* Header/Navigation */
/* .header {
            background-color: white;
            padding: 15px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        } */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* background-color: transparent; */
  padding: 5px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  /* Semi-transparent background */
  backdrop-filter: blur(5px);
  /* Blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
}

/* .section-head-top {
  margin-top: 3%;
} */

.logo {
  height: 55px;
  width: 175px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.nav-link {
  text-decoration: none;
  color: #666 !important;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: #ff6b35 !important;
}

/* Responsive: Stack items on mobile */
@media (max-width: 991px) {
  .logo {
    height: 43px;
    width: 148px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }

  .navbar-collapse {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
  }
}

/* About Section */
.about-section {
  padding: 100px 0;
  background-color: white;
  height: 500px;
}

.about-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ff6b35;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

.about-content {
  align-items: center;
  gap: 60px;
}

.about-text {
  flex: 1;
  /* color: #4a2c2a; */
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  /* font-family: sans-serif; */
}

.about-text p {
  /* margin-bottom: 30px; */
  font-size: 1.25rem;
  line-height: 1.5;
}

.about-image {
  flex: 0 0 300px;
  text-align: center;
}

/* .audit-seal-img { */
/* max-width: 250px;
            height: auto;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); */
/* } */

/* Fallback CSS stamp (hidden when image loads) */
.audit-stamp {
  position: relative;
  display: inline-block;
}

.stamp-base {
  width: 200px;
  height: 60px;
  background-color: #f0f0f0;
  border: 3px solid #ccc;
  border-radius: 8px;
  position: relative;
  transform: rotate(-5deg);
}

.stamp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #ff6b35;
  letter-spacing: 2px;
}

.stamp-handle {
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.stamp-handle::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ff6b35;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stamped-text {
  position: absolute;
  top: 100px;
  left: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #ff6b35;
  letter-spacing: 2px;
  transform: rotate(-8deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Contact form validation  */

.error-msg {
  margin: 0;
  /* Remove default margin */
  margin-top: 0.25rem;
  /* Add small, controlled spacing */
  color: #ef4444;
  font-size: 0.875rem;
  display: block;
}

.form-input.border-red-500 {
  border-color: #ef4444;
  /* red-500 */
}

/* Services Section */
/* add */
#services {
  padding-top: 50px;
  /* Height of your fixed header */
  margin-top: -50px;
  /* Pulls the section up to offset the padding */
  scroll-margin-top: 50px;
  /* For modern browsers */
}

/* .services-section { */
/* background-image: radial-gradient(circle at center, #ffffff 0%, #fff7ed 100%); */
/* } */

.services-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ff6b35;
  /* margin-top: 20px; */
  /* margin-bottom: 60px; */
  letter-spacing: 3px;
  padding: 50px;
}

.audit-subtitle {
  font-size: 1.25rem;
  line-height: 1.5;

  font-family: "Inter", sans-serif;
  text-align: center;
}

.swiper {
  width: 100%;
  padding: 60px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.card {
  background: linear-gradient(145deg, #f0faff, #ffffff);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 20px 50px rgba(238, 221, 114, 0.2);
  width: 100%;
  max-width: 400px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
}

.card i {
  font-size: 45px;
  /* color: #0077b6; */
  margin-bottom: 20px;
  animation: iconPulse 1.5s ease-in-out infinite;
  transition: transform 0.6s ease;
}

.card:hover {
  transform: scale(1.08);
  background-color: #e0f4ff;
  box-shadow: 0 10px 10px #f5b689;
  cursor: pointer;
}

.card:hover i {
  transform: rotate(360deg);
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
    color: #ff6b35;
  }

  50% {
    transform: scale(1.2) rotate(5deg);
    color: #ff6b35;
  }

  100% {
    transform: scale(1);
    color: #ff6b35;
  }
}

.card h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.card p {
  color: #737373;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 16px;
  word-spacing: 1px;
}

.card ul {
  padding-left: 18px;
  color: #3b3737;
  font-size: 16px;
  line-height: 1.6;
}

.card ul li {
  /* list-style-type: disc; */
  list-style-type: none;
  padding-left: 0;
  /* optional: removes left indentation */
  margin-bottom: 5px;
}

.bi-check2-circle {
  margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff6b35;
}

@media (max-width: 768px) {
  .card {
    height: auto;
    padding: 25px 15px;
  }
}

.circle-container {
  position: relative;
  width: min(80vw, 800px);
  /* shrink automatically with screen */
  height: min(80vw, 800px);
  margin: 0 auto;
  justify-self: center;
}

/* Center Circle */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 0.5vw solid rgba(255, 255, 255, 0.3);
  color: #1e293b;
  width: clamp(100px, 20vw, 220px);
  height: clamp(100px, 20vw, 220px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2vw 4vw rgba(0, 0, 0, 0.2);
  z-index: 10;
  backdrop-filter: blur(10px);
}

/* Value Boxes */
.value-box {
  position: absolute;
  width: clamp(120px, 18vw, 200px);
  padding: clamp(10px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2vw;
  text-align: center;
  color: white;
  font-weight: 500;
  box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border: 0.2vw solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
}

.value-box:hover {
  transform: translateY(-0.5vw) scale(1.05);
  box-shadow: 0 2vw 4vw rgba(0, 0, 0, 0.3);
}

/* Text inside cards */
.value-box h3 {
  font-size: clamp(12px, 1.6vw, 18px);
}

.value-box p {
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 1.4;
}

/* Icon size */
.value-icon {
  font-size: clamp(24px, 4vw, 42px);
  margin-bottom: 1vw;
}

/* Positioning for boxes */
.excellence {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.process {
  top: 25%;
  right: 5%;
  background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.innovation {
  bottom: 25%;
  right: 5%;
  background: linear-gradient(135deg, #10b981, #059669);
}

.client {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.change {
  bottom: 25%;
  left: 5%;
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.optimism {
  top: 25%;
  left: 5%;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

@media (max-width: 669px) {
  .circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    height: auto;
    gap: 1.5rem;
  }

  .center-circle {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
  }

  .value-box {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 80%;
    max-width: 300px;
  }
}

/* core values end */

/* wtsapp */
.whatsapp-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-icon i {
  color: #25d366;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-menu {
    gap: 20px;
  }

  .about-content {
    flex-direction: column;
    gap: 40px;
  }

  .about-image {
    flex: none;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nav-menu {
    flex-direction: column;
    gap: 15px;
  }

  .services-title,
  .about-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .core-title {
    font-size: 28px;
  }

  .section-title,
  .section-title-reach,
  .clientele-title {
    font-size: 28px !important;
  }

  .clientele-subtitle {
    font-size: 16px !important;
  }

  .about-text {
    font-size: 16px;
  }

  .audit-subtitle,
  .client-message {
    font-size: 16px !important;
  }

  .about-content {
    gap: 30px;
  }

  .reach-us {
    padding: 50px 20px 60px 20px !important;
  }
}

@media (max-width: 768px) {
  .card-container {
    grid-template-columns: 1fr;
    /* stack in single column */
  }

  .card {
    max-width: 100%;
    /* allow full width on small screens */
  }
}

/* why choose us section */

.why-choose-us {
  padding: 100px 20px;
  text-align: center;
  /* background-image: radial-gradient(circle at center, #ffffff 0%, #fff7ed 100%); */
  /* background-color: #fff; */
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ff6b35;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 24px;
  max-width: 280px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  background-color: #fff1e7;
  color: #ff6600;
  font-size: 28px;
  padding: 12px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 16px;
}

/* .feature-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
} */

.feature-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-card {
    max-width: 100%;
  }
}

/* client count animation */
/* Optional: Pause animation on hover */
.client-logos-container:hover .client-logos-slide {
  animation-play-state: paused;
}

/* New styles for the animated client count */
.client-count-wrapper {
  padding: 80px 0;
  font-size: 3rem;
  /* Large font size for the number */
  font-weight: bold;
  color: #e97444;
  /* Orange color for the numbers */
  margin-bottom: 1rem;
  /* Space between the count and logos */
}

.client-count-wrapper .animated-number {
  display: inline-block;
  /* Ensure span respects sizing for animation */
  min-width: 90px;
  /* Adjust based on expected max number digits */
  text-align: right;
  color: #f05a2c;
  /* Tailwind's green-600 */
  font-size: 4rem;
  /* Making the number even larger */
}

.client-count-wrapper .animated-text {
  font-size: 2rem;
  /* Smaller font size for the "growing clients" text */
  color: #555555;
  /* A softer color for the text */
  margin-left: 0.5rem;
  /* Space between number and text */
}

@media (max-width: 768px) {
  .client-count-wrapper {
    font-size: 2.5rem;
  }

  .client-count-wrapper .animated-number {
    font-size: 3.5rem;
  }

  .client-count-wrapper .animated-text {
    font-size: 1.5rem;
  }
}

/* Client Logos Scrolling Animation */
.client-logos-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.client-logos-slide {
  display: flex;
  align-items: center;
  /* max-content will size it to hold all images without wrapping */
  width: max-content;
  /* Reduce duration for faster speed (e.g., from 30s to 15s or even 10s) */
  animation: scroll-left 10s linear infinite;
  /* Adjusted speed to 10 seconds */
}

.client-logos-slide img {
  flex-shrink: 0;
  width: auto;
  height: 60px;
  margin: 0 2rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    /* This will move the entire set of logos completely out of view to the left.
           Because it's 'infinite', it will jump back to the start.
           This creates a loop, but it's not "seamless" in the way duplicating elements is. */
    transform: translateX(-40%);
  }
}

/* Clientele Section */
.clientele-section {
  padding: 80px 0;
  /* background-image: radial-gradient(circle at center, #ffffff 0%, #fff7ed 100%); */
}

.clientele-subtitle {
  font-size: 20px;
  line-height: 37px;
  color: #111;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.clientele-title {
  font-size: 36px;
  color: #ff6b35;
  font-weight: bold;
  letter-spacing: 2px;
}

.client-icon {
  width: 80px;
  height: 80px;
  background-color: #ff6b35;
  color: white;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transition: transform 0.3s ease;
}

.client-icon:hover {
  transform: scale(1.1);
}

.client-label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* Client Message Section */
.client-message-section {
  padding: 60px 20px;
  /* background-image: radial-gradient(circle at center, #ffffff 0%, #fff7ed 100%); */
}

.client-message {
  font-size: 1.25rem;
  line-height: 1.5;
  /* color: #4a2c2a; */
  font-family: "Inter", sans-serif;
  text-align: center;
}

/* Reach Us Section */
.reach-us {
  padding: 100px 20px 60px 20px;
  background-color: #fff;
  text-align: center;
}

.section-title-reach {
  font-size: 36px;
  font-weight: bold;
  color: #ff6b35;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.reach-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.map-container {
  flex: 1 1 45%;
  min-width: 300px;
}

.form-container {
  flex: 1 1 35%;
  min-width: 300px;
  text-align: left;
}

.form-container h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

form input,
form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* font-family: Arial, sans-serif; */
  font-size: 14px;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}

/* WhatsApp Button */
/* Floating WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}

/* Make it adapt better on small screens */
@media (max-width: 768px) {
  .whatsapp-btn {
    padding: 8px 14px;
    font-size: 12px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .whatsapp-btn {
    font-size: 11px;
    padding: 6px 10px;
    right: 89px;
  }
}

/* Footer Styling */
/* Footer Styling */
.site-footer {
  background-color: #444;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 300px;
}

/* Headings */
.footer-column h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transition: color 0.3s ease;
}

/* Hover effect for all content */
.hover-line {
  font-size: 14px;
  line-height: 2.2;
  transition: color 0.3s ease;
  cursor: pointer;
}

.hover-line:hover {
  color: #eac9a4;
}

/* Style the icon inside the line */
.hover-line i {
  margin-right: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover icon effect with respective colors */

.hover-line:hover i.fa-map-marker-alt {
  color: #ea4335;
  /* Google Maps red */
  transform: scale(1.2) rotate(5deg);
}

.hover-line:hover i.fa-phone {
  color: #25d366;
  /* WhatsApp green */
  transform: scale(1.2) rotate(5deg);
}

.hover-line:hover i.fa-mobile-alt {
  color: #007aff;
  /* iOS Blue */
  transform: scale(1.2) rotate(5deg);
}

.hover-line:hover i.fa-envelope {
  color: #d44638;
  /* Gmail red */
  transform: scale(1.2) rotate(5deg);
}

/* Bullet list for services */
.footer-services {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.footer-services li {
  margin-bottom: 8px;
}

/* Social Icons Styling */
/* Social Icons Styling */
.social-icons a {
  margin-right: 12px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

/* Hover Animation: Slight Zoom and Rotate */
.social-icons a:hover {
  transform: scale(1.2) rotate(5deg);
}

/* Hover Colors for Each Platform */
.social-icons a:hover i.fa-facebook-f {
  color: #1877f2;
}

.social-icons a:hover i.fa-instagram {
  color: #e4405f;
}

.social-icons a:hover i.fa-x-twitter {
  color: #000000;
}

.social-icons a:hover i.fa-youtube {
  color: #ff0000;
}

.social-icons a:hover i.fa-phone {
  color: #25d366;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #777;
  text-align: center;
  padding-top: 15px;
  font-size: 13px;
  color: #ccc;
}

/* contact */

/* .bg-orange-light {
  background-color: #fdf7f0;
} */

.text-orange-dark {
  color: #e97444;
}

.bg-orange-button {
  background-color: #e97444;
}

.bg-orange-button:hover {
  background-color: #e97444;
}

.text-gray-custom {
  color: #555555;
}

.text-dark-brown {
  color: #4a2c2a;
}

.header-bg {
  background-color: #fdf7f0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.nav-link {
  color: #555555;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #e97444;
}

.main-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(233, 116, 68, 0.1);
  box-shadow: 0 20px 60px rgba(233, 116, 68, 0.15);
  border-radius: 24px;
}

.contact-section {
  background: linear-gradient(135deg, #eb8156 0%, #eb8156 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff' fill-opacity='0.05'%3e%3ccircle cx='7' cy='7' r='5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") repeat;
  opacity: 0.3;
}

.demo-section {
  background: linear-gradient(135deg, #ffffff 0%, #fefbf8 100%);
  position: relative;
}

.contact-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1rem;
  color: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.form-input:focus {
  border-color: #e97444;
  box-shadow: 0 0 0 4px rgba(233, 116, 68, 0.1);
  outline: none;
  background: rgba(255, 255, 255, 1);
}

.submit-btn {
  background: linear-gradient(135deg, #e97444 0%, #d4663b 100%);
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(233, 116, 68, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(233, 116, 68, 0.4);
}

.floating-element {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-8px) rotate(1deg);
  }

  66% {
    transform: translateY(-4px) rotate(-1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.contact-item {
  transition: all 0.3s ease;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.gradient-text {
  background: linear-gradient(135deg, #e97444 0%, #d4663b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(233, 116, 68, 0.3) 50%,
      transparent 100%);
}

.hero-bg {
  background: linear-gradient(135deg, #fdf7f0 0%, #faf2e8 100%);
  position: relative;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23E97444' fill-opacity='0.02'%3e%3cpolygon points='50 0 60 40 100 50 60 60 50 100 40 60 0 50 40 40'/%3e%3c/g%3e%3c/svg%3e") repeat;
}

@media (max-width: 1024px) {
  .main-card {
    flex-direction: column;
  }

  .contact-section,
  .demo-section {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

/* scroll down arrow */
html {
  scroll-behavior: smooth;
}

.scroll-down {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #333;
  text-decoration: none;
  animation: bounce 2s infinite;
  z-index: 999;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
@keyframes expand {
  from { opacity: 0; transform: scale(0.50); }
  to   { opacity: 1; transform: scale(1); }
}

.motion-preset-expand-head {
  animation: expand 0.9s ease-out forwards;
}