.elementor-312 .elementor-element.elementor-element-dfb9c63{--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-312 .elementor-element.elementor-element-309889d.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-312 .elementor-element.elementor-element-f553bb3{text-align:center;}.elementor-312 .elementor-element.elementor-element-f553bb3 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-weight:800;color:#14141F;}.elementor-312 .elementor-element.elementor-element-611cada{--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-312 .elementor-element.elementor-element-d1c440b{--display:flex;--justify-content:center;}.elementor-312 .elementor-element.elementor-element-fa7493d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 30px 30px 0px;}.elementor-312 .elementor-element.elementor-element-fa7493d .elementor-heading-title{font-family:"Nunito", Sans-serif;font-weight:700;color:#2C3E50;}.elementor-312 .elementor-element.elementor-element-ae38bd6 iframe{height:375px;}.elementor-312 .elementor-element.elementor-element-d94faef{--display:flex;}@media(min-width:768px){.elementor-312 .elementor-element.elementor-element-611cada{--content-width:1600px;}.elementor-312 .elementor-element.elementor-element-d1c440b{--width:55%;}}@media(max-width:767px){.elementor-312 .elementor-element.elementor-element-dfb9c63{--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-312 .elementor-element.elementor-element-309889d{padding:0px 0px 0px 0px;}.elementor-312 .elementor-element.elementor-element-fa7493d{text-align:center;}.elementor-312 .elementor-element.elementor-element-d94faef{--width:100vh;--min-height:0.1rem;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-309889d */body {
    background-color: white;
    font-family: 'Arial', sans-serif;
  }

  .heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
  }

  .line {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .line span {
    display: block;
    background-color: #3c3016; /* dark brown */
  }

  .left .short,
  .right .short {
    width: 120px;
    height: 3px;
  }
 


  .left .long,
  .right .long {
    width: 120px;
    height: 3px;
  }

  .heading-text {
    font-size: 1rem;
    color: #41351d;
    letter-spacing: 1.2px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06dc8c7 */.contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            font-family: Arial, sans-serif;
        }

        .icon-box {
            width: 40px;
            height: 40px;
            background-color: #FFB539;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            color: #fff;
            font-size: 18px;
            flex-shrink: 0;
        }

        .pin-icon::before {
            content: "📍";
        }

        .phone-icon::before {
            content: "📞";
        }

        .email-icon::before {
            content: "📧";
        }

        .item-label {
            font-weight: bold;
            color: #333;
            margin-bottom: 4px;
            text-transform: uppercase;
            font-size: 12px;
        }

        .item-content {
            color: #666;
            line-height: 1.4;
            font-size: 14px;
        }

        .item-content br {
            display: none; /* Hide br on wider screens if needed */
        }

        @media (min-width: 400px) {
            .item-content br {
                display: inline;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac93665 */.form-container {
           
           
            border-radius: 10px;
            padding: 30px;
            
            max-width: 600px;
            position: relative;
            overflow: hidden;
        }

        .form-container::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 150px;
            opacity: 0.7;
            border-radius: 0 0 10px 10px;
        }

        .form-row {
            display: flex;
            gap: 20px;
            
            position: relative;
            
        }

        .form-group {
            flex: 3;
            position: relative;
        }

        .form-group label {
            display: block;
            color: ;
            font-size: 14px;
            font-weight: bold;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
           
            
           

        /* Watercolor border effect */
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            
        }

        .full-width {
            grid-column: 1 / -1;
        }

        .submit-btn {
            background-color: #FFB539;
            color: white;
            border: none;
            padding: 15px ;
            font-size: 18px;
            font-weight: bold;
            border-radius: 8px;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
            position: relative;
            z-index: 1;
           
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(65, 105, 225, 0.4);
            color: black;
        }/* End custom CSS */