.elementor-5422 .elementor-element.elementor-element-19c1936{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7e1d972 */.service-intro{
  padding:56px 18px;
  background:#f9fbff;
}

.service-intro .container{
  max-width:1100px;
  margin:auto;
}

.service-intro h1{
  font-size:32px;
  color:#0b1c39;
  margin-bottom:18px;
}

.service-intro p{
  font-size:16px;
  line-height:1.75;
  color:#333;
  margin-bottom:16px;
}

.cta-row{
  display:flex;
  gap:14px;
  margin-top:26px;
}

.cta-btn{
  flex:1;
  height:52px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  color:#ffffff;
  white-space:nowrap;
  background-clip:padding-box;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  transition:box-shadow .25s ease, transform .15s ease;
  position:relative;
  overflow:hidden;
}

.cta-btn svg{
  width:18px;
  height:18px;
  fill:#ffffff;
  flex-shrink:0;
}

.call-btn{ background:#25D366; }
.book-btn{ background:#2563eb; }

.cta-btn:hover{
  box-shadow:0 10px 26px rgba(0,0,0,.25);
}

.cta-btn:active{
  transform:scale(.96);
}

@media(max-width:768px){
  .service-intro h1{ font-size:26px; }
  .service-intro p{ font-size:15px; }
}

@media(max-width:420px){
  .cta-btn{
    height:50px;
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f0187b */.service-problems {
  padding: 60px 20px;
  background: #ffffff;
}

.service-problems .container {
  max-width: 1100px;
  margin: auto;
}

.service-problems h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 16px;
  line-height: 1.35;
}

.section-intro,
.section-outro {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  max-width: 950px;
  margin-bottom: 22px;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
}

.problem-list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.problem-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #0b5cff;
}

.problem-list li strong {
  display: block;
  color: #0b1c39;
  font-weight: 600;
  margin-bottom: 2px;
}

.problem-list li span {
  display: block;
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {

  .service-problems {
    padding: 45px 15px;
  }

  .service-problems h2 {
    font-size: 23px;
  }

  .section-intro,
  .section-outro {
    font-size: 15px;
  }

  .problem-list li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .problem-list li span {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbf9659 */.service-details {
  padding: 60px 20px;
  background: #f6f9ff;
}

.service-details .container {
  max-width: 1200px;
  margin: auto;
}

.service-details h2 {
  font-size: 30px;
  color: #0b1c39;
  margin-bottom: 18px;
  line-height: 1.35;
}

.service-details > .container > p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 35px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.service-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

.service-box h3 {
  font-size: 18px;
  color: #0b5cff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.service-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 768px) {

  .service-details {
    padding: 45px 15px;
  }

  .service-details h2 {
    font-size: 24px;
  }

  .service-details > .container > p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .service-img {
    height: 160px;
  }
}

@media (max-width: 480px) {

  .service-box {
    padding: 18px;
  }

  .service-box h3 {
    font-size: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77f321d */.why-choose-us {
  padding: 60px 20px;
  background: #f8fbff;
}

.why-choose-us .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-us h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 16px;
}

.why-choose-us > .container > p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.feature-content {
  padding: 22px 22px 22px 26px;
  border-left: 4px solid #0b5cff;
  height: 100%;
  box-sizing: border-box;
}

.feature-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0b5cff;
  margin-bottom: 8px;
}

.feature-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-choose-us {
    padding: 45px 15px;
  }

  .why-choose-us h2 {
    font-size: 24px;
  }

  .why-choose-us > .container > p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-content {
    padding: 20px 18px 20px 22px;
  }

  .feature-content h3 {
    font-size: 17px;
  }

  .feature-content p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76325b2 */.service-areas {
  padding: 60px 20px;
  background: #f9fbff;
}

.service-areas .container {
  max-width: 1100px;
  margin: 0 auto;
}

.service-areas h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 14px;
}

.service-areas p {
  font-size: 16.2px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 900px;
  margin-bottom: 22px;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.area-list li {
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15.5px;
  color: #1f2937;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.area-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.1);
}

.area-note {
  font-size: 15.5px;
  color: #374151;
}

@media (max-width: 992px) {
  .area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b0bf87 */.service-faqs {
  padding: 60px 20px;
  background: #ffffff;
}

.service-faqs .container {
  max-width: 900px;
  margin: auto;
}

.service-faqs h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 26px;
  line-height: 1.35;
}

.faq-item {
  border-radius: 10px;
  background: #f9fbff;
  padding: 18px 18px;
  margin-bottom: 14px;
  border: 1px solid #e6ebf5;
}

.faq-item h3 {
  font-size: 17px;
  color: #0b5cff;
  cursor: pointer;
  position: relative;
  padding-right: 34px;
  line-height: 1.45;
  margin: 0;
}

.faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0b5cff;
}

.faq-item.active h3::after {
  content: '−';
}

.faq-item p {
  display: none;
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin-top: 12px;
}

.faq-item.active p {
  display: block;
}

@media (max-width: 768px) {

  .service-faqs {
    padding: 45px 15px;
  }

  .service-faqs h2 {
    font-size: 24px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-740c475 */.final-cta {
  padding: 56px 18px;
  background: #f0fdf4;
  color: #064e3b;
  text-align: center;
  border-top: 1px solid #d1fae5;
}

.final-cta .container {
  max-width: 900px;
  margin: auto;
}

.final-cta h2 {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #064e3b;
}

.final-cta p {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #065f46;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.cta-btn {
  text-decoration: none;
  padding: 13px 24px;
  font-size: 15.5px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.call-btn {
  background: #0ea5e9;
  color: #ffffff;
}

.call-btn:hover {
  background: #0284c7;
}

.whatsapp-btn {
  background: #22c55e;
  color: #ffffff;
}

.whatsapp-btn:hover {
  background: #16a34a;
}

.internal-links {
  margin-top: 16px;
  text-align: center;
}

.internal-links p {
  font-size: 14.5px;
  margin-bottom: 8px;
  color: #065f46;
}

.internal-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.internal-links a {
  color: #0369a1;
  font-size: 14.5px;
  text-decoration: none;
}

.internal-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .final-cta h2 {
    font-size: 22px;
  }

  .final-cta p {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
  }
}/* End custom CSS */