.elementor-kit-12{--e-global-color-primary:#2F2F2F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0F0F0F;--e-global-color-f787665:#FFFFFF;--e-global-color-dcc3732:#0F0F0F;--e-global-color-501fe30:#92350A;--e-global-color-c3d802c:#B54714;--e-global-color-57378b8:#B54714;--e-global-color-3dcd0d5:#FFFFFF;--e-global-color-a9d2958:#2F2F2F;--e-global-color-aad4d47:#B54714;--e-global-color-84effcf:#2F2F2F;--e-global-color-c1bcff9:#FFFFFF;--e-global-color-94b12ba:#3D3D3D;--e-global-color-169d8c8:#B54714;--e-global-color-9238622:#B54714;--e-global-color-e083a2c:#FFFFFF;--e-global-color-28c6e4b:#92350A;--e-global-color-bbf838e:#FFFFFF;--e-global-color-6fdaadf:#161616;--e-global-color-52874d0:#FFFFFF;--e-global-color-101dce5:#ECEEF2;--e-global-color-7d45de7:#F3F3F3;--e-global-color-34b634b:#161616;--e-global-color-29d228c:#161616;--e-global-color-e67451f:#B54714;--e-global-color-c20e061:#B1B5B5;--e-global-color-52aea6e:#484848;--e-global-color-06c52b2:#B54714;--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:#2F2F2F;font-family:"Open Sans", Sans-serif;font-size:18px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#B54714;}.elementor-kit-12 h1{color:#FFFFFF;font-family:"Yantramanav", Sans-serif;font-size:70px;font-weight:400;text-transform:capitalize;line-height:84px;}.elementor-kit-12 h2{font-family:"Yantramanav", Sans-serif;font-size:55px;font-weight:600;text-transform:capitalize;line-height:54px;}.elementor-kit-12 h3{font-family:"Yantramanav", Sans-serif;font-size:30px;text-transform:capitalize;line-height:23px;}.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;}.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;line-height:54px;}.elementor-kit-12 h2{font-size:40px;line-height:48px;}.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:30px;line-height:36px;}.elementor-kit-12 h2{font-size:30px;line-height:36px;}.elementor-kit-12 h3{font-size:25px;line-height:30px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:18px;}.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;
}


.main-button .elementor-button {
 position: relative;
  display: inline-block;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #b85b36 0%, #8e3f24 100%);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.35s ease;
}

.main-button .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 180, 120, 0.35) 0%,
    rgba(255, 130, 70, 0.16) 28%,
    transparent 65%
  );
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.main-button .elementor-button:hover {
 background: linear-gradient(145deg, #d7744a 0%, #7a321a 100%);
  transform: translateY(-1px);
  box-shadow:
    0 15px 10px rgba(122, 50, 26, 0.05),
    0 0 10px rgba(215, 116, 74, 0.05);
}

.main-button .elementor-button:hover::after {
   opacity: 1;
  transform: scale(1.15);
}

.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));
  }
}/* End custom CSS */