.elementor-kit-4{--e-global-color-primary:#AF8971;--e-global-color-secondary:#2B2623;--e-global-color-text:#2B2623;--e-global-color-accent:#AF8971;--e-global-color-f5feb3a:#EEEEEE;--e-global-color-57bb833:#FFFFFF;--e-global-color-c2f0e35:#02010100;--e-global-typography-primary-font-family:"Benne";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Benne";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Almarai";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Almarai";--e-global-typography-accent-font-weight:500;font-size:24px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-c2f0e35 );font-family:"Cookie", Sans-serif;font-size:24px;font-weight:700;color:var( --e-global-color-secondary );border-style:solid;border-width:4px 4px 4px 4px;border-color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-primary );box-shadow:0px 8px 16px 4px rgba(0, 0, 0, 0.25);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-primary );}.elementor-kit-4 a:hover{color:var( --e-global-color-primary );}.elementor-kit-4 h1{font-family:"Benne", Sans-serif;font-size:64px;font-weight:500;}.elementor-kit-4 h2{font-family:"Style Script", Sans-serif;font-size:32px;}.elementor-kit-4 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{font-size:18px;}.elementor-kit-4 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h1{font-size:40px;}.elementor-kit-4 h2{font-size:32px;}.elementor-kit-4 h3{font-size:32px;}.elementor-kit-4 h4{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.header-alt {
   padding-bottom: 1rem;
}
.header-alt:after {
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 4px;
    background-color: #af8971;
    content: "";
    position: absolute;
    bottom: 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  min-height: 1532px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .iframe-container {
    min-height: 8400px;
  }
}

.img-primary img {
   margin: .25rem !important;
    border-radius: 50% !important; /* Makes it a perfect circle */
    border: 8px solid #fff !important; /* Inner white border */
    box-shadow: 0 0 0 4px #af8971 !important; /* Outer border in #af8971 */
    object-fit: cover !important; /* Ensures the image fills the circle */
    width: 300px;
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .img-primary img {
    width: 250px;
  }
}

/* Mobile (up to 400px) */
@media (max-width: 400px) {
  .img-primary img {
    width: 100%;
  }
}/* End custom CSS */