.elementor-kit-1961{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-564c786:#F0BB7B;--e-global-color-2b72040:#FFFFFF;--e-global-color-089dd3e:#920E21;--e-global-color-1a2e4de:#000000;--e-global-color-d9d87e1:#333333;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1961 button:hover,.elementor-kit-1961 button:focus,.elementor-kit-1961 input[type="button"]:hover,.elementor-kit-1961 input[type="button"]:focus,.elementor-kit-1961 input[type="submit"]:hover,.elementor-kit-1961 input[type="submit"]:focus,.elementor-kit-1961 .elementor-button:hover,.elementor-kit-1961 .elementor-button:focus{background-color:var( --e-global-color-089dd3e );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-564c786 );}.elementor-kit-1961 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
max-width: 100%;
overflow-x: hidden;
}


/* Base styles */
header.sticky-header {
  --header-height: 100px;
  --shrink-header-to: 0.6;
  --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  
  background-color: rgba(0,0,0, 0.7)!important; /* solid black at the top */
  transition:
    background-color var(--transition),
    box-shadow var(--transition);
}

/* When header becomes sticky (after scroll) */
header.sticky-header.elementor-sticky--effects {
  background-color: rgba(0, 0, 0, 0.7)!important; /* fade to semi-transparent black */
  box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, 0.07);
  
  /* Remove frosted glass effect */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Container height transitions */
header.sticky-header > .elementor-container {
  min-height: var(--header-height);
  transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/* Mobile header height */
@media only screen and (max-width: 767px) {
  header.sticky-header {
    --header-height: 70px;
  }
}

/* Logo scale */
header.sticky-header .logo img {
  transition: transform var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
  transform: scale(0.8);
}

/*Main menu dropdown styles*/
@media (min-width:1025px){
  .slh-main-menu ul.sub-menu {
    padding: 30px!important;
    border-top: 2px solid #fff;
  }
}

/* Default border radius for all accordion titles */
.e-n-accordion-item summary {
  border-radius: 10px; /* Default closed state */
  transition: border-radius 0.3s ease;
}

/* Border radius when open */
.e-n-accordion-item[open] summary {
  border-radius: 10px 10px 0 0; /* Example: round top only when open */
}


.pizza-btn .elementor-button-icon {
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.3s ease;
    display: inline-flex;
}

.pizza-btn:hover .elementor-button-icon {
    opacity: 1;
    transform: translate(0, 0); 
}

.red-deco-section::before {
  content: '';
  position: absolute;
  top: -20px; 
  left: 0;
  width: 100%;
  height: 33px;
  background-image: url('/wp-content/uploads/2025/05/red-deco.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
}

.black-deco-section::after{
  content: '';
  position: absolute;
  top: -20px; 
  left: 0;
  width: 100%;
  height: 33px;
  background-image: url('/wp-content/uploads/2025/05/black-deco-inverted.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 1;
}

.deco-heading,
.red-deco-heading{
    position: relative;
    padding-left: 0; 
}

.deco-heading:before,
.red-deco-heading:before {
    content: "";
    position: absolute;
    left: -10px; 
    top: 12px;
    height: 62%;
    width: 1px;
    background-color: #f0bb7b;
}

.red-deco-heading:before {
    background-color: #920e21;
}

.decoration_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/05/decoration_img_before_optimized.webp);
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: -20px;
    background-position: center;
}

.decoration_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/05/decoration_img_after.webp);
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -46px;
    background-position: center;
}


.card-row p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.opp-page-card  .elementor-icon-box-icon {
    margin-top: -90px;
}

@media (min-width: 881px){
    .opp-page-card .elementor-widget-container {
    min-height: 320px;
    }
}

.copyright:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    background-image: url(/wp-content/uploads/2025/05/footer-deco.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 98%;
    height: 23px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*Gravity Forms Styles*/

/*Footer Form*/
body .gfield_label.gform-field-label {
    color: #fff!important;
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 300!important;
}

body .gform_footer input {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-radius: 4px;
    background-color: #F0BB7B;
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    border: none;
}

/* INPUTS, TEXTAREAS, SELECT FIELDS */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
    background-color: #920E21!important;
    border: 1px solid #cfa64e;
    padding: 10px;
    color: #fff !important;
    border-radius: 4px;
    font-size: 16px;
}

/* Asterisk Color for Required Fields */
body .gform_wrapper .gfield_required {
    color: #920E21;
    margin-left: 4px;
    font-weight: bold;
}


/* Spacing Between Fields */
body .gform_wrapper .gfield {
    margin-bottom: 25px;
}

/* Label Spacing */
body .gform_wrapper .gfield_label {
    margin-bottom: 8px;
    display: block;
    color: #000; /* Optional: or #fff if you want white labels */
}

/* Focus Styling */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 3px #cfa64e;
}

/*Space between rows*/
body .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 6px;
    }


body .gfield_label .gfield_required {
  color: #920e21;
  margin-left: 4px;
}

body .gform_wrapper .gfield {
  margin-bottom: 6px; 
}

body .gform_wrapper .gfield_label {
  margin-bottom: 8px;
}

body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  padding: 12px;
}/* End custom CSS */