.elementor-kit-3{--e-global-color-primary:#2C2927;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#5F5853;--e-global-color-accent:#2C2927;--e-global-color-5e45204:#FAF9F5;--e-global-color-dc7ee5d:#DED7CF;--e-global-color-b51bd4c:#F7F2E8;--e-global-color-87ccd24:#563D27;--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-7bad86c-font-size:14px;--e-global-typography-7bad86c-font-weight:400;--e-global-typography-7bad86c-text-transform:uppercase;--e-global-typography-7bad86c-line-height:1.25em;--e-global-typography-7bad86c-letter-spacing:0.04em;--e-global-typography-4234c87-font-size:72px;--e-global-typography-4234c87-font-weight:500;--e-global-typography-4234c87-line-height:1.115em;--e-global-typography-ca6afa3-font-size:60px;--e-global-typography-ca6afa3-font-weight:500;--e-global-typography-ca6afa3-line-height:1.115em;--e-global-typography-501c624-font-size:48px;--e-global-typography-501c624-font-weight:500;--e-global-typography-501c624-line-height:1.25em;--e-global-typography-1153c24-font-size:36px;--e-global-typography-1153c24-font-weight:500;--e-global-typography-1153c24-line-height:1.25em;--e-global-typography-1153c24-letter-spacing:1.44px;--e-global-typography-4af184f-font-size:30px;--e-global-typography-4af184f-font-weight:500;--e-global-typography-4af184f-line-height:1.25em;--e-global-typography-4af184f-letter-spacing:1.2px;--e-global-typography-acd58a9-font-size:24px;--e-global-typography-acd58a9-font-weight:500;--e-global-typography-acd58a9-line-height:1.25em;--e-global-typography-c13da42-font-size:20px;--e-global-typography-c13da42-font-weight:500;--e-global-typography-c13da42-line-height:1.25em;--e-global-typography-e661cdd-font-size:16px;--e-global-typography-e661cdd-font-weight:400;--e-global-typography-e661cdd-line-height:1.115em;}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Cabinet Grotesk", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1em;letter-spacing:0.1em;color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:12px 16px 12px 16px;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1328px;}.e-con{--container-max-width:1328px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-3{--e-global-typography-4234c87-font-size:56px;--e-global-typography-ca6afa3-font-size:48px;--e-global-typography-501c624-font-size:32px;--e-global-typography-1153c24-font-size:30px;--e-global-typography-4af184f-font-size:28px;--e-global-typography-c13da42-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3{--e-global-typography-4234c87-font-size:40px;--e-global-typography-ca6afa3-font-size:32px;--e-global-typography-501c624-font-size:28px;--e-global-typography-1153c24-font-size:26px;--e-global-typography-4af184f-font-size:24px;--e-global-typography-4af184f-line-height:1.25em;--e-global-typography-4af184f-letter-spacing:1.2px;--e-global-typography-acd58a9-font-size:20px;--e-global-typography-c13da42-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child{
    margin-bottom: 0px;
}
a {
    color: #907d70;
}



/*CSS Website All Button Transition*/
.button-transition .elementor-button{
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    
}
.button-transition .elementor-button:hover{
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
.elementor-icon-list-text{
    padding: 0px !important;
}



/*CSS For Footer Middle Section*/
.footer-middle-container-right-section-Imagebox {
    width: 75%;
    max-width: 315px;
    position: absolute;
    left: 53%;
    right: auto;
    -webkit-transform: translate(0%, 15%);
        -ms-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
    overflow: hidden;
}
@media screen and (max-width: 479px) {
.footer-middle-container-right-section-Imagebox {
        width: 100%;
        max-width: none;
        margin-bottom: -35%; 
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.footer-middle-container-right-section{
    max-width: 540px;
    overflow: hidden;
    
}
@media screen and (max-width: 991px) {
.footer-middle-container-right-section{
        min-width: auto;
        max-width: 100%;
        height:100%;
    }
}


/*CSS For Sub-Menu Position*/

.sub-menu-position-right{
    position: absolute;
    right: 0px;
    top: 20px;
}

.sub-menu-position-left{
    position: absolute;
    left: 0px;
    top: 20px;
}


.overflow-visible .swiper{
     overflow: visible;
 overflow: visible;
  
}


/* CSS For Loop Carousel */

.carousal-arrow-transition .swiper {
    overflow: visible;
}

.carousal-arrow-transition .elementor-swiper-button-prev path,
.carousal-arrow-transition .elementor-swiper-button-next path {
    -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
    transition: fill 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: fill 0.3s ease, transform 0.3s ease;
    transition: fill 0.3s ease, transform 0.3s ease;
    transition: fill 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 5;
}
.carousal-arrow-transition .elementor-swiper-button-prev:hover path {
    fill: #2c2927 !important; /* Ensure proper color transition */
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px); /* Move left on hover */
}

.carousal-arrow-transition .elementor-swiper-button-next:hover path {
    fill: #2c2927 !important; 
    -webkit-transform: translateX(3px); 
        -ms-transform: translateX(3px); 
            transform: translateX(3px);
    z-index: 5;
}

/* CSS For FAQ Contact Page*/

 .elementor-widget-n-accordion .e-n-accordion-item-title {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.elementor-widget-n-accordion .e-n-accordion-item-title:hover {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
}

.button-icon-transition
.elementor-button-icon {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* Smooth transition effect */
}
.button-icon-transition .elementor-button:hover .elementor-button-icon {
    -webkit-transform: translateX(2px) translateY(-2px);
        -ms-transform: translateX(2px) translateY(-2px);
            transform: translateX(2px) translateY(-2px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cabinet Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://tm3.velnet.ca/wp-content/uploads/sites/139/2025/01/666726d1ab63b2a6aa6f1218_CabinetGrotesk-Medium-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Cabinet Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://tm3.velnet.ca/wp-content/uploads/sites/139/2025/01/666726b11770a4db213612bc_CabinetGrotesk-Regular-1.woff2') format('woff2');
}
/* End Custom Fonts CSS */