body{
   background: linear-gradient(135deg, #e6f0ff, #b4e7ff);
}
.container {
    max-width: 1500px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.2px;
    text-align: justify;
    color: #4a4a4a;
}
.benefits li{
    background-color: #ffffff;
    border-left: 5px solid #007bff;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}
.whatsapp-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 35px;
  max-width: 100%;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px 1px skyblue;
  border-radius: 40px 5px;
  background-color: whitesmoke;
}

.content-left,
.content-right {
  flex: 1;
  min-width: 300px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #4a4a4a;
  padding: 20px;
  border-left: 12px solid #1645af;
  border-radius: 25px 2px;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.1);
  background-color: #dcefff;
}

.content-right img,
.content-left img {
  width: 50px;
  position: relative;
}

.content-left h2,
.content-right h2,
.blue-tick-left h1,
.blue-tick-right h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--latest_heading_color);
  font-weight: 900;
  position: relative;
  letter-spacing: 0.5px;
  text-shadow: 0px 0px 1px;

}
.blue-tick-hero {
  text-align: center;
  background: linear-gradient(135deg, #e6f0ff, #4ea3ff);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 123, 255, 0.3);
  border-radius: 16px;
  padding: 60px 40px;
  margin-bottom: 80px;
  margin-top: 40px;
}

.blue-tick-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.blue-tick-hero p {
  font-size: 1.4rem;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.blue-tick-hero h1 {
    font-size: 2.8rem;
  }

  .blue-tick-hero p {
    font-size: 1.1rem;
  }
   .blue-tick-hero {
    padding: 40px 25px;
    margin-bottom: 60px;
  }

  .blue-tick-hero p {
    font-size: 1rem;
    max-width: 100%;
  }
.blue-tick-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  background: #f5faff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 123, 255, 0.1);
}

.blue-tick-left {
  flex: 1;
  min-width: 320px;
  color:black;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #4a4a4a;
}

.blue-tick-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.blue-tick-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.2);
  transition: transform 0.3s ease;
}

.blue-tick-image img:hover {
  transform: scale(1.05);
}

.blue-tick-how ol{
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #4a4a4a;
}

.blue-tick-benefits{
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #4a4a4a;
}

.blue-tick-benefits {
    background-color: #f0f8ff; 
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 40px auto;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    transition: transform 0.3s ease-in-out;
}

.blue-tick-benefits:hover {
    transform: translateY(-5px);
}

.blue-tick-benefits h2 {
    color: var(--latest_heading_color);
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
}

/* .blue-tick-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue-tick-benefits li {
    background-color: #ffffff;
    border-left: 5px solid #007bff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.5;
}

.blue-tick-benefits li strong {
    color: #003366;
} */
.blue-tick-how {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; 
    padding: 40px 20px;
}

.left-side {
    flex: 1.2;
    min-width: 300px;
    max-width: 600px;
}

.left-side img {
    width: 100%;
    height: auto;
    max-height: 500px; 
    object-fit: cover;  
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-left: 15px solid #1645af;
    border-top: 15px solid #1645af;
}

.right-side {
    flex: 1;
    background-color: #e6f2ff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: transform 0.3s ease-in-out;
}

.blue-tick-how:hover .right-side {
    transform: translateY(-5px);
}

.blue-tick-how_new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; 
    padding: 40px 20px;
}

.left-side_new {
    flex: 1.2;
    min-width: 300px;
    max-width: 600px;
}

.left-side_new img {
    width: 85%;
    height: auto;
    max-height: 500px; 
    object-fit: cover;  
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-left: 15px solid #1645af;
    border-top: 15px solid #1645af;
}

.right-side_new {
    flex: 1;
    background-color: #e6f2ff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: transform 0.3s ease-in-out;
}
.right-side_new h4{
  color : var(--latest_heading_color);
  text-shadow: 1px 1px 2px;
  font-weight: 900;

}
.blue-tick-how:hover .right-side {
    transform: translateY(-5px);
}

.blue-tick-how_new ol,
.blue-tick-how ol {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    list-style: none;
}

.blue-tick-how_new ol li,
.blue-tick-how ol li {
    background-color: #ffffff;
    border-left: 5px solid #007bff;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
}
/* FAQ SECTIONS */
 
.faq-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  /* font-family: "Roboto", sans-serif; */
}
 
.faq-container h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #121111d4;
}
 
.faq-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
 
.faq-question {
  width: 100%;
  text-align: left;
  background: #f3f4f6;
  border: none;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  transition: background 0.3s;
  background: #4b79d1;
  color: #f9f9f9;
}
 
.faq-question:hover {
  background: #e0f2fe;
  color: black;
}
 
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9fafb;
  padding: 0 1.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
 
.faq-answer p {
  margin: 1rem 0;
}
 
.faq-question::after {
  content: "+";
  font-size: 1.2rem;
  transition: transform 0.3s;
}
 
.faq-item.active .faq-answer {
  max-height: 1000px; /* adjust depending on content */
}
 
.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}
 
/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .faq-question {
    font-size: 0.95rem;
    padding: 0.9rem 1rem;
  }
 
  .faq-answer p {
    margin: 0.8rem 0;
  }
}
 
@media (max-width: 480px) {
  .faq-container {
    padding: 1rem 0.5rem;
  }
 
  .faq-question {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
 
  .faq-answer p {
    font-size: 0.9rem;
    margin: 0.6rem 0;
  }
}
 
 

@media (max-width: 768px) {
  .blue-tick-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .blue-tick-image,
  .blue-tick-left {
    min-width: 100%;
  }

  .blue-tick-image img {
    width: 100%;
  }
}


/* Mobile view fix for WhatsApp container */
@media (max-width: 768px) {
  .whatsapp-container {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
  }

  .content-left,
  .content-right {
    min-width: 100%;
    border-left: 6px solid #1645af;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
  }

  .content-left h2,
  .content-right h2 {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .content-left img,
  .content-right img {
    width: 35px;
  }

  .content-left p,
  .content-right p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: justify;
  }
  a.btn-getstarted {
    display: none;
  }
}

/* Extra small screens (phones under 480px) */
@media (max-width: 480px) {
  .whatsapp-container {
    padding: 15px;
    gap: 15px;
  }

  .content-left h2,
  .content-right h2 {
    font-size: 1.1rem;
  }

  .content-left p,
  .content-right p {
    font-size: 0.9rem;
    text-align: justify;
  }
  a.btn-getstarted {
    display: none;
  }
}

@media (max-width: 768px) {
  .blue-tick-how {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .blue-tick-how_new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 20px;
    flex-direction: column;
}
 
}
 