/* General Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }



        :root {
    --primary: #00ADB5;
    --secondary: #7D0A0A;
    --third: #EAD196;
    --bg: #f7f7f7;
    --text: #222831;
    --text-secondary: #393E46;
    --white: #EEEEEE;
   --font-size-h1: 48px;
   --font-size-h2: 36px;
   --font-size-h3: 24px;
 --font-size-p: 14px;
  --font-size-button: 14px;
--font-size-review: 18px;
--font-size-review-sub: 14px;
}

body{
  scroll-behavior: smooth;
     background: linear-gradient(135deg, rgba(191, 49, 49, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(128, 0, 128, 0.12) 60%, rgba(255, 255, 255, 0.1) 100%);
    min-height: 100vh; /* Ensures the body covers the viewport */
}





.hero-img{
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 1000px;
  height: auto;
  object-fit: cover;
  opacity: 0.1;
}





/* Container */
.wd-srv-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
}

/* Container */
.wd-srv-container-1 {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0 16px;
  margin-top: 150px;
}

/* Section Animation */
.wd-srv-section {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section */
#hero .wd-srv-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

@media (min-width: 768px) {
  #hero .wd-srv-container {
    flex-direction: row;
  }
}

.wd-srv-text {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wd-srv-text {
    width: 50%;
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

.wd-srv-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #161616;
}

.wd-srv-text h1 .span-1{
 padding: 4px 8px;
 background-color: rgb(26, 124, 236);
    padding: 3px 6px ;
  border-radius: 8px;
  color: #fff;
}
.wd-srv-text h1 .span-2{
 padding: 4px 8px;
 background-color: rgb(248, 189, 27);
   padding: 3px 6px ;
  border-radius: 8px;
  color: #fff;
}


.wd-srv-text p {
  font-size: 18px;
  margin-bottom: 1.5rem;
  color: #2b2b2b;
  line-height: 1.5;
}

.wd-srv-text ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.wd-srv-text ul li {
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 1rem;
}

.wd-srv-text ul li i {
  font-size: 16px;
  padding: 12px;
  background-color: #cd83ff;
  border-radius: 6px;
  color: #fff;
  margin-right: 10px;
}

.wd-srv-text ul li .i-2 {
  background-color: #ffc918;
}
.wd-srv-text ul li .i-3 {
  background-color: #000000;
}

.wd-srv-button {
  display: inline-block;
  background-color: #161616;
  color: var(--white);
  font-weight: 600;
  padding: 18px 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.wd-srv-button:hover {
  background-color: #393E46;
}

.wd-srv-image {
  width: 90%;
}

@media (min-width: 768px) {
  .wd-srv-image {
    width: 40%;
  }
}

.wd-srv-image img {
  width: 100%;
}




/* Features Section */
#features .wd-srv-container {
padding: 15px;
}

#features h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  text-align: center;
  color: #161616;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #features h2 {
    font-size: 2.5rem;
  }
}

.wd-srv-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

/* @media (min-width: 640px) {
  .wd-srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .wd-srv-grid {
    grid-template-columns: repeat(4, 1fr);
  }
} */

.wd-srv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background-color: #161616;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 200px;
  height: 100px;
}

.wd-srv-box i {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 18px;
}

.wd-srv-box p {
  color: #e4e4e4;
  font-size: 1rem;
}





/* Container setup */
.wd-src-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.wd-src-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  width: 98%;
  justify-content: center;
}

/* Glassy box styles */
.wd-src-box {
  flex: 1 1 45%;
  min-width: 280px;
  max-height: 450px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid black;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image styles */
.wd-src-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Hover effect */
.wd-src-box:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .wd-src-box {
    flex: 1 1 100%;
  }
}








.wd-src-pricing-section {
  padding: 15px;
  display: flex;
  justify-content: center;
}

.wd-src-pricing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  width: 98%;
  margin: 70px auto;
  justify-content: center;
}

/* Pricing Box Base */
.wd-src-pricing-box {
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* White Box */
.wd-src-white-box {
  background: #fff;
  color: #111;
}

/* Black Box */
.wd-src-black-box {
  background: #111;
  color: #fff;
}

/* Title and Price */
.wd-src-plan-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.wd-src-price {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.wd-src-price span {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

/* Features */
.wd-src-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.wd-src-features li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wd-src-features li i.fa-check-circle {
  color: #10b981; /* green */
}

.wd-src-features li i.fa-times-circle {
  color: #ef4444; /* red */
}

/* Buttons */

.wd-src-btn{
  background: none;
  border: none;
  outline: none;
}

.wd-src-btn a{
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.wd-src-btn a:hover {
  background: #333;
}

.wd-src-btn-white a{
  background: #fff;
  color: #111;
  border: 2px solid #fff;
}

.wd-src-btn-white a:hover {
  background: transparent;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .wd-src-pricing-box {
    max-width: 100%;
  }
}




/* Contact Form */
.wd-src-contact-section {
  padding: 15px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}

.wd-src-contact-container {
  max-width: 640px;
  width: 99%;
  font-family: 'Inter', sans-serif;
}

/* Headings */
.wd-src-contact-heading {
  font-size: var(--font-size-h2);
  font-weight: 700;
  margin-bottom: 20px;
  color: #161616;
  text-align: center;
}

/* Form Styles */
.wd-src-form-group {
  margin-bottom: 20px;
}

.wd-src-form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}

.wd-src-form-group input,
.wd-src-form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  color: #111827;
  transition: border 0.3s ease;
}

.wd-src-form-group input:focus,
.wd-src-form-group textarea:focus {
  border-color: #6366f1;
  outline: none;
}

.wd-src-form-group {
  margin-bottom: 25px;
  width: 100%;
}

.wd-src-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.wd-src-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.wd-src-checkbox-label {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.wd-src-checkbox-label:hover {
  background: #f2f2f2;
  border-color: #aaa;
}

.wd-src-checkbox {
  accent-color: #000; /* Or match your brand */
  width: 16px;
  height: 16px;
  cursor: pointer;
}



/* Button */
.wd-src-submit-btn {
  background: #111827;
  color: white;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wd-src-submit-btn:hover {
  background: #1f2937;
}

/* Thank You Message */
.wd-src-thankyou-message {
  display: none;
  margin-top: 20px;
  padding: 16px;
  background: #d1fae5;
  color: #065f46;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
}



@media(max-width: 768px){
  /* Container */
.wd-srv-container-1 {
  margin-top: 70px;
}
}