.elementor-35 .elementor-element.elementor-element-a590fbd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-0b0a466{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-af31037{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-ac4165c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-35 .elementor-element.elementor-element-44242a6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-191a8c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-dd957d9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f8bbf70 */.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 10%;
  background: #fff;
}

.about-content h3 {
  color: #00bcd4;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #222;
}

.about-content h1 .highlight {
  color: #ff00cc;
  font-weight: bold;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.about-content .brand {
  font-weight: bold;
  color: #673ab7;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ✅ Responsive for Mobile */
@media (max-width: 900px) {
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 20px;
  }
  .about-image img {
    margin: 20px auto;
  }
  .about-content h1 {
    font-size: 2rem;
  }
  .about-content p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db3d3f5 */.services {
  width: 100%;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

.services h2 {
  font-size: 16px;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.services h1 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 40px;
}

.card-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
}

.card {
  flex: 1;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);      /* glass effect */
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  opacity: 0.1;
  transform: rotate(25deg);
}

.card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ff00cc;
  position: relative;
  z-index: 2;
}

.card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #eee;
  position: relative;
  z-index: 2;
}

.card a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.card a:hover {
  background: linear-gradient(135deg, #3333ff, #ff00cc);
  transform: scale(1.05);
}

.card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7277d43 */.cta-left h4 {
  color: #ffb703;  /* golden accent */
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.cta-left h1 {
  font-size: 3rem;
  margin: 10px 0;
  line-height: 1.2;
  color: #ffffff;  /* white for main title */
}

.cta-left h1 span {
  color: #00e5ff;  /* aqua for highlight */
}
.plan {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;

  /* ✅ Flex layout */
  display: flex;
  flex-direction: column;
}

.features {
  flex-grow: 1; /* ✅ list ko expand kara */
}

.btn {
  margin-top: auto; /* ✅ button hamesha neeche rahega */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-895ffee */.our-blog {
  padding: 50px 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #222;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* desktop */
  gap: 20px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 20px;
  text-align: left;
}

.blog-content h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.blog-content p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.4;
}

.blog-content a {
  color: green;
  font-weight: bold;
  text-decoration: none;
}
.blog-content a:hover {
  text-decoration: underline;
}

/* ✅ Responsive */
@media (max-width: 1024px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .blog-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59a609f */.why-choose-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
}

.why-choose-us .content {
  text-align: left;
}

.why-choose-us h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #222;
}

.why-choose-us p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
}

.why-choose-us ul {
  list-style: none;
  padding: 0;
}
.why-choose-us ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #444;
}

.why-choose-us .image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 900px) {
  .why-choose-us {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .why-choose-us .content {
    text-align: center;
  }
}/* End custom CSS */