.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-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:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-312 .elementor-element.elementor-element-309889d.elementor-element{--align-self:center;}.elementor-312 .elementor-element.elementor-element-611cada{--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-312 .elementor-element.elementor-element-fa7493d{padding:0px 0px 0px 0px;text-align:center;}.elementor-312 .elementor-element.elementor-element-d94faef{--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: rgb(15,188,193);
            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 */