.elementor-958 .elementor-element.elementor-element-00fcf17{--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-958 .elementor-element.elementor-element-e63d153{--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-958 .elementor-element.elementor-element-8ba57c0{--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;}@media(max-width:767px){.elementor-958 .elementor-element.elementor-element-00fcf17{--margin-top:61px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-958 .elementor-element.elementor-element-1e6c9a7 > .elementor-widget-container{margin:22px 0px 0px 0px;}.elementor-958 .elementor-element.elementor-element-e63d153{--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1e6c9a7 */.hero {
      background-color: #FF4c4c; /* Pinkish background */
      color: white;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
      height: 77vh;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      right: -100px;
      width: 400px;
      height: 400px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      z-index: 0;
    }

    .hero-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      z-index: 1;
      position: relative;
    }

    .hero-content h1 {
      font-size: 2.2rem;
      margin-bottom: 20px;
      color: #F5F5DC;
      font-weight: 500;
        
    }
     @keyframes fadezoom{
         0%{
             opacity: 0;
             transform: scale(0.9s);
         }
         100%{
             opacity: 1;
             transform: sacle (1);
         }
     }
    .hero-text{
        animation: fadezoom 0.8s ease-in-out forwards;
    }

    .hero-content p {
      font-size: 1rem;
      margin-bottom: 30px;
      max-width: 500px;
      margin-top: 80px;
    }

    .buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 100px;
      margin-bottom: 20px;
    }

    .buttons a {
      text-decoration: none;
      padding: 12px 20px;
      border-radius: 8px;
      font-weight: bold;
      transition: background 0.3s;
    }

    .btn-primary {
      background: white;
      color: #FF4F81;
    }

    .btn-primary:hover {
      background: #f0f0f0;
    }

    .btn-outline {
      border: 2px solid white;
      color: white;
    }

    .btn-outline:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    .hero-image {
      margin-top: 40px;
      max-width: 300px;
    }

    .hero-image img {
      width: 100%;
      height: auto;
    }

    @media (min-width: 768px) {
      .hero-content {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        align-items: center;
        max-width: 1100px;
        margin: auto;
      }

      .hero-text {
        flex: 1;
      }

      .hero-image {
        flex: 1;
        margin-top: 0;
        display: flex;
        justify-content: center;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7e09c8 */.custom-contact-heading {
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 30px;
}

.custom-contact-heading h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-contact-heading .black-text {
  color: #000;
}

.custom-contact-heading .red-text {
  color: red; /* Adjust red shade if needed */
}

.custom-contact-heading .underline {
  width: 80px;
  height: 5px;
  background-color: red;
  margin: 10px auto 20px auto;
  border-radius: 2px;
}

.custom-contact-heading p {
  color: black;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}/* End custom CSS */