.elementor-6504 .elementor-element.elementor-element-1e14b77{--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;}.elementor-6504 .elementor-element.elementor-element-8960431{--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:0px;--margin-left:0px;--margin-right:0px;}.elementor-6504 .elementor-element.elementor-element-8960431:not(.elementor-motion-effects-element-type-background), .elementor-6504 .elementor-element.elementor-element-8960431 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-6504 .elementor-element.elementor-element-8960431.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6504 .elementor-element.elementor-element-c724fb6{width:100%;max-width:100%;margin:015px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6504 .elementor-element.elementor-element-c724fb6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;}.elementor-6504 .elementor-element.elementor-element-f87735d{width:100%;max-width:100%;}.elementor-6504 .elementor-element.elementor-element-f87735d > .elementor-widget-container{margin:50px 0px 50px 0px;}@media(min-width:768px){.elementor-6504 .elementor-element.elementor-element-1e14b77{--content-width:1200px;}.elementor-6504 .elementor-element.elementor-element-8960431{--width:100.457%;}}/* Start custom CSS for html, class: .elementor-element-ad25f31 */.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    font-size: 2.5em;
    color: #004AAD
    
}

header p {
    font-size: 1.2em;
    
}

/* Section Styles */
section {
    margin-bottom: 40px;
}

h2 {
    font-size: 2em;
    color: #FF914D;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.5em;
    color: #004AAD;
}

h3 + p {
    font-size: 1.1em;
    color: #000;
}

/* Services Section */
.service {
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 20px;
    color: #000
}

/* Call to Action */
#cta {
    background-color: #2980b9;
    color: #fff;
    padding: 20px;
    text-align: center;
}

#cta h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

#cta p {
    font-size: 1.2em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.3em;
    }

    p {
        font-size: 1em;
    }
}/* End custom CSS */
/* Start custom CSS for tourmcontactform, class: .elementor-element-f87735d */.wpcf7 .wpcf7-submit {
  background: #FF914D;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}



.wpcf7 .wpcf7-submit:hover {
  background: #004AAD;
  color: white;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8960431 */form {
      background: white;
      padding: 30px;
      border-radius: 10px;
      max-width: 800px;
      margin: auto;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    label {
      display: block;
      font-weight: bold;
      color: black;
    }
    
    .submit-btn {
      background-color: #004AAD;
      color: white;
      border: none;
      padding: 15px 25px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }
    .submit-btn:hover {
      background-color: #FF914D;
    }
    
.section input,
.section select {
    margin-bottom: 20px;
}/* End custom CSS */