.elementor-162 .elementor-element.elementor-element-7c5708d{--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-162 .elementor-element.elementor-element-9cd4a28 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-162 .elementor-element.elementor-element-fd2ef58{--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-162 .elementor-element.elementor-element-c7f50f9{--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:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-162 .elementor-element.elementor-element-0149e29 iframe{height:533px;}/* Start custom CSS for html, class: .elementor-element-dea840d */.section {
    padding: 2rem;
    border-radius: 15px;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.section h2 {
    color: #2563eb;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.section h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #2563eb;
    display: block;
    margin: 0.5rem auto;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cd4a28 *//* 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;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
    position: relative;
}

.card-header h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #1e40af;
    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: #2563eb;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: #1e40af;
}

/* 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-4497d39 */@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: #2563eb;
  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: #1e40af;
  box-shadow: 0 0 5px rgba(30, 64, 175, 0.3);
}

.wpcf7-form input[type="submit"] {
  background: #2563eb;
  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: #1e40af;
}

@media (max-width: 768px) {
  .wpcf7-form {
    padding: 20px;
  }
}/* End custom CSS */