.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#9A9184;--e-global-color-text:#6E675C;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Hanken Grotesk";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.3em;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-4305885-font-family:"Cormorant Garamond";--e-global-typography-4305885-font-size:95px;--e-global-typography-4305885-font-weight:400;--e-global-typography-4305885-line-height:1em;--e-global-typography-815c34b-font-family:"Cormorant Garamond";--e-global-typography-815c34b-font-size:30px;--e-global-typography-815c34b-font-weight:500;--e-global-typography-815c34b-line-height:1.1em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-7{--e-global-typography-primary-font-size:45px;--e-global-typography-accent-font-size:14px;--e-global-typography-4305885-font-size:70px;--e-global-typography-815c34b-font-size:25px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:36px;--e-global-typography-text-font-size:15px;--e-global-typography-4305885-font-size:50px;--e-global-typography-815c34b-font-size:23px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}

p:last-child{
    margin-bottom: 0;
}




.cus-btn a{
    min-width: 200px;
}

.cus-btn .elementor-button, .cus-btn-header .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.cus-btn .elementor-button::before, .cus-btn-header .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff7e5; 
  transition: width 0.5s ease;
  z-index: -1;
}

.cus-btn .elementor-button:hover::before, .cus-btn-header .elementor-button:hover::before {
  width: 100%;
}

.cus-btn .elementor-button:hover {
  color: #000 !important;
  background: transparent !important;
}

.cus-btn2 .elementor-button:hover {
  color: #000 !important;
  background: #fff !important;
}

.cus-btn3 .elementor-button:hover {
  color: #000 !important;
  background: #000 !important;
}













.elementor-widget-elementskit-pricing {
    border: 1px solid #000;
}

.elementor-widget-elementskit-pricing:hover .elementor-widget-container{
    background-image: linear-gradient(-50deg, #000000 0%, #1e1e1e 65%) !important;
}

.elementor-widget-elementskit-pricing .elementor-widget-container{
    padding: 30px !important;
}

.elementor-widget-elementskit-pricing:hover .elementskit-pricing-content li i{
    color: #fff !important;
}


.cus-featured-pricing .elementor-widget-container{
    background: #000 !important;
}

.cus-featured-pricing h3, .cus-featured-pricing p, .cus-featured-pricing span, .cus-featured-pricing i, .cus-featured-pricing sub, .cus-featured-pricing li{
    color: #fff !important;
}










@media screen and (max-width: 1024px){
    .elementor-widget-elementskit-pricing .elementor-widget-container{
        padding: 20px !important;
    }

}








@media screen and (max-width: 767px){
    .elementskit-infobox {
        text-align: center;
    }
}











/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */