.elementor-kit-12{--e-global-color-primary:#1B1B1B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1B1B1B;--e-global-color-f787665:#FFFFFF;--e-global-color-501fe30:#DAB062;--e-global-color-c3d802c:#DAB062;--e-global-color-57378b8:#DAB062;--e-global-color-3dcd0d5:#FFFFFF;--e-global-color-a9d2958:#FFFFFF;--e-global-color-aad4d47:#DAB062;--e-global-color-84effcf:#EEEEEE;--e-global-color-c1bcff9:#1B1B1B;--e-global-color-94b12ba:#E5E5E5;--e-global-color-169d8c8:#DAB062;--e-global-color-9238622:#DAB062;--e-global-color-e083a2c:#FFFFFF;--e-global-color-28c6e4b:#AA7F31;--e-global-color-bbf838e:#FFFFFF;--e-global-color-6fdaadf:#1B1B1B;--e-global-color-52874d0:#FFFFFF;--e-global-color-101dce5:#ECEEF2;--e-global-color-7d45de7:#F3F3F3;--e-global-color-34b634b:#1B1B1B;--e-global-color-29d228c:#060606;--e-global-color-e67451f:#DAB062;--e-global-color-c20e061:#B1B5B5;--e-global-color-52aea6e:#484848;--e-global-color-06c52b2:#DAB062;--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;color:#1B1B1B;font-family:"Inter", Sans-serif;font-size:19px;line-height:28px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#DAB062;}.elementor-kit-12 h1{color:#FFFFFF;font-family:"Epilogue", Sans-serif;font-size:50px;font-weight:400;text-transform:capitalize;line-height:60px;}.elementor-kit-12 h2{color:#1B1B1B;font-family:"Epilogue", Sans-serif;font-size:50px;font-weight:500;text-transform:capitalize;line-height:60px;}.elementor-kit-12 h3{color:#1B1B1B;font-family:"Epilogue", Sans-serif;font-size:25px;font-weight:500;text-transform:capitalize;line-height:40px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:20px;border-style:none;border-radius:25px 25px 25px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-12 h1{font-size:45px;}.elementor-kit-12 h2{font-size:40px;}.elementor-kit-12 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:40px;}.elementor-kit-12 h2{font-size:35px;}.elementor-kit-12 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* no margin bottom on p last-child */
.p-mb-0 p:last-child {
  margin-bottom: 0;
}

.process-circle p{
    height:60px;
    width:60px;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
}

.square-col{
    height:75px;
    width:75px!important;
}


.list-icon-top .elementor-icon-list-item {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    align-items: start!important;
}

.list-icon-top .elementor-icon-list-icon {
    padding-top:7px;
}

.e-n-accordion-item-title-icon {
  align-self: flex-start !important;
  margin-top: 0.2em !important;
}

.hover-container {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-container:hover,
.hover-container:focus-within {
  z-index: 10;
  transform: scale(1.05);

}

.svg-bg {
    position: relative;
    overflow: hidden;
}

/* SVG as background with opacity control */
.svg-bg::before {
    content: "";
    position: absolute;
   inset: 0;
    background-image: url("https://baol.demo-ce.com/wp-content/uploads/2026/03/right-quotation-mark.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;

    opacity: 0.05; /* 🔥 change this */
    pointer-events: none;
}

.main-button .elementor-button {
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  font-family: inherit;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid rgba(160, 130, 50, 0.9);
  color: white !important;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  background-image: linear-gradient(
    160deg,
    #a07830 0%,
    #bfa050 25%,
    #dab062 50%,
    #bfa050 75%,
    #a07830 100%
  );
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(240, 220, 170, 0.45),
    inset 0 -1px 0 rgba(100, 75, 20, 0.22);
  transition: box-shadow .25s ease, transform .25s ease, background .25s ease;
}

.main-button .elementor-button::before,
.main-button .elementor-button::after {
  display: none !important;
  content: none !important;
}

.main-button .elementor-button:hover,
.main-button .elementor-button:focus {
  background-image: linear-gradient(
    160deg,
    #b88a3e 0%,
    #cca858 35%,
    #e8c87a 50%,
    #cca858 65%,
    #b88a3e 100%
  );
  box-shadow:
    0 8px 14px rgba(0, 0, 0, 0.18),
    0 4px 8px rgba(160, 130, 50, 0.25);
  transform: translateY(-1px);
}

.main-button .elementor-button:active {
  transform: translateY(0);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(240, 220, 170, 0.35),
    inset 0 -1px 0 rgba(100, 75, 20, 0.28);
}

.main-button .elementor-button:focus-visible {
  outline: 2px solid rgba(218, 176, 98, 0.6);
  outline-offset: 2px;
}

.secondary-button .elementor-button {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.35s ease;
}
.secondary-button .elementor-button::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 120%;
  background: radial-gradient(
    circle at top right,
    rgba(184, 91, 54, 0.18) 0%,
    rgba(215, 116, 74, 0.15) 35%,
    transparent 70%
  );
  transition: top 0.45s ease, right 0.45s ease, width 0.45s ease, height 0.45s ease, opacity 0.45s ease;
  pointer-events: none;
}
.secondary-button .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 180, 120, 0.18) 0%,
    rgba(255, 130, 70, 0.08) 40%,
    transparent 70%
  );
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.secondary-button .elementor-button:hover {
  color: #8e3f24;
  border: 2px solid #B54714!important; 
  transform: translateY(-1px);
  box-shadow:
    0 15px 10px rgba(122, 50, 26, 0.05),
    0 0 10px rgba(215, 116, 74, 0.08);
}
.secondary-button .elementor-button:hover::before {
  top: -10%;
  right: -10%;
  width: 120%;
  height: 140%;
  opacity: 0.5;
}
.secondary-button .elementor-button:hover::after {
  opacity: 1;
  transform: scale(1.2);
}

.scroll-cue{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: scrollHint 1.8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

@keyframes scrollHint{
  0%, 100%{
    transform: translateY(0);
    opacity: 0.65;
    filter: drop-shadow(0 0 0 rgba(216,175,84,0));
  }
  50%{
    transform: translateY(10px);
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(216,175,84,0.28));
  }
}

.scroll-cue{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: scrollHint 1.8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

@keyframes scrollHint{
  0%, 100%{
    transform: translateY(0);
    opacity: 0.65;
    filter: drop-shadow(0 0 0 rgba(216,175,84,0));
  }
  50%{
    transform: translateY(10px);
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(216,175,84,0.28));
  }
}/* End custom CSS */