.elementor-351 .elementor-element.elementor-element-bf1af0e{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-351 .elementor-element.elementor-element-a26a0bd{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-351 .elementor-element.elementor-element-1e93470{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-351 .elementor-element.elementor-element-82df832{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-351 .elementor-element.elementor-element-dd9e143 iframe{height:489px;}/* Start custom CSS for html, class: .elementor-element-603c452 */.section {
            
            padding: 2rem;
            border-radius: 15px;
            background: white;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        .section h2 {
            color: #16a34a;
            font-size: 2.2rem;
            text-align: center;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .section h2::after {
            content: '';
            width: 60px;
            height: 4px;
            background: #16a34a;
            display: block;
            margin: 0.5rem auto;
            border-radius: 2px;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fef5023 *//* Container for the cards */
        .cards-container {
            display: flex;
            gap: 30px;
            justify-content: center;
            flex-wrap: wrap;
            max-width: 1200px;
        }

        /* Card Styling */
        .contact-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            width: 280px;
            padding: 30px;
            transition: all 0.3s ease;
            border: 1px solid #e5e5e5;
            text-align: center;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        /* Card Header */
        .card-header {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .card-header i {
            font-size: 30px;
            color: #4A4A4A;
            margin-right: 10px;
        }

        /* Enhanced Heading */
        .card-header h2 {
            font-size: 24px;
            font-weight: 700; /* Increased weight */
            color: #333;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            margin: 0;
            position: relative;
        }

        /* Hover effect on Heading */
        .card-header h2::after {
            content: '';
            position: absolute;
            width: 50%;
            height: 2px;
            background-color: #494276;
            left: 25%;
            bottom: -5px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .card-header h2:hover::after {
            opacity: 1;
            left: 0;
            width: 100%;
        }

        /* Card Content */
        .card-content {
            font-size: 16px;
            color: #4A4A4A;
        }

        .card-content p {
            margin-bottom: 10px;
        }

        .card-content a {
            color: #16a34a;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            margin-top: 10px;
            transition: color 0.3s ease;
        }

        .card-content a:hover {
            color: #494276;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cards-container {
                flex-direction: column;
                align-items: center;
            }
            .contact-card {
                width: 100%;
                max-width: 350px;
                margin-bottom: 20px;
            }
        }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5d3fc63 *//* contact-form-style.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f7fa;
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.6;
}

.wpcf7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wpcf7-form {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.wpcf7-form:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.wpcf7-form label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #16a34a;
  font-weight: 500;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form textarea {
  height: 120px;
  resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #494276;
  box-shadow: 0 0 5px rgba(73, 66, 118, 0.3);
}

.wpcf7-form input[type="submit"] {
  background: #16a34a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: block;
  margin-top: 20px;
}

.wpcf7-form input[type="submit"]:hover {
  background: #2a214e;
}

@media (max-width: 768px) {
  .wpcf7-form {
    padding: 20px;
  }
}/* End custom CSS */