.elementor-kit-9{--e-global-color-primary:#0C0102;--e-global-color-secondary:#FF0000;--e-global-color-text:#323232;--e-global-color-accent:#323232;--e-global-color-6214634:#FFFFFF;--e-global-color-a7b9745:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-accent-font-family:"Manrope";font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;line-height:24px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:30px;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;font-size:72px;font-weight:500;line-height:1.2em;letter-spacing:-0.04em;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:500;line-height:52px;letter-spacing:-0.04em;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:500;line-height:1.2em;letter-spacing:-0.04em;}.elementor-kit-9 h4{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:500;line-height:32px;letter-spacing:-0.04em;}.elementor-kit-9 h5{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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:1366px){.elementor-kit-9 p{margin-block-end:15px;}.elementor-kit-9 h1{font-size:65px;}.elementor-kit-9 h2{font-size:35px;line-height:47px;}.elementor-kit-9 h3{font-size:30px;}.elementor-kit-9 h4{font-size:22px;line-height:29px;}.elementor-kit-9 h5{font-size:18px;line-height:24px;}}@media(max-width:1024px){.elementor-kit-9 h1{font-size:40px;}.elementor-kit-9 h2{font-size:30px;}.elementor-kit-9 h3{font-size:28px;}.elementor-kit-9 h4{font-size:20px;line-height:27px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:35px;}.elementor-kit-9 h2{font-size:27px;line-height:39px;}.elementor-kit-9 h3{font-size:25px;}.elementor-kit-9 h4{font-size:18px;line-height:25px;}.elementor-kit-9 h5{font-size:16px;line-height:22px;}.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;}
.dual-head span{color:#FF0000;}

.hero_title .elementor-heading-title{
    text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.75);
}

.hero_text p{
    text-shadow: 0px 4px 21.9px #000000;
}

/* 
.colr-btn a:hover .elementor-button-content-wrapper{flex-direction:row!important;}

.colr-btn .elementor-button-text {
    display: inline-block;
    transition: transform 1s ease-in-out;
    transform: translateX(0px);
}

.colr-btn .elementor-button:hover .elementor-button-text {
    transform: translateX(3px);
}

.colr-btn .elementor-button-icon {
    transition: transform 1s ease-in-out;
}

*/

.colr-btn .elementor-button{
    position: relative;
}

.colr-btn .elementor-button:before{
    position: absolute;
    content: "";
    background-image: url('https://eastcoastaldev.wpenginepowered.com/wp-content/uploads/2026/02/Vector-21.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 100%;
    top: 0px;
    left: 20px;
    opacity: 0;
    transition: .3s ease-in-out;
}



.colr-btn .elementor-button .elementor-button-text{
    transform: translateX(0);
    transition: .3s ease-in-out;
}

.colr-btn .elementor-button-icon{
    opacity: 1;
    transition: .3s ease-in-out;
}


.colr-btn .elementor-button:hover .elementor-button-text{
    transform: translateX(33px);
}

.colr-btn .elementor-button:hover .elementor-button-icon{
    opacity: 0;
  
}

.colr-btn .elementor-button:hover:before{
   
    opacity: 1;
    
}


.tagline .elementor-heading-title{padding-left:24px;}

@keyframes slingshotWobble {
  0% { transform: translateX(0); }
  20% { transform: translateX(-15px); } 
  30% { transform: translateX(10px); }  
  40% { transform: translateX(-6px); } 
  50% { transform: translateX(3px); }  
  60% { transform: translateX(0); }   
  100% { transform: translateX(0); }   
}

.tagline .elementor-heading-title {
    position: relative; 
    padding-left: 24px;
}

.tagline .elementor-heading-title:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    background: #FF0000;
    
   animation: slingshotWobble 2.5s ease-in-out infinite;
    transform-origin: center;
}




.card-sec {
    height: 290px !important;
    min-height: 290px !important;
    overflow: hidden !important; 
    position: relative !important;
}
.card-sec:hover {cursor:pointer;}
.card-sec .card-normal-state, 
.card-sec .card-hover-state {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding:39px 39px 44px 39px;
}


.card-sec .card-normal-state {
    transform: translateY(0);
}
.card-sec .card-hover-state {
    transform: translateY(100%);
}

.card-sec:hover .card-normal-state {
    transform: translateY(-100%); 
}

.card-sec:hover .card-hover-state {
    transform: translateY(0); 
}

@media(min-width:1025px) and (max-width:1170px){
    .card-sec .card-hover-state {
    transform: translateY(105%);
        padding-left:10px;
        padding-right:10px;
    }
    .card-sec .card-hover-state p{font-size:14px;}
}

@media(max-width:1024px){
    .card-sec .card-normal-state, .card-sec .card-hover-state{
        padding: 20px!important;
    }
}



.east-expand-card:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(198.07deg, rgba(0, 0, 0, 0) 12.3%, #000000 88.38%);
}

.east-expand-card .elementor-heading-title{word-break:break-word;}

@media(min-width:768px){
.east-expand-card {
    flex: 1!important;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    overflow: hidden;
    cursor: pointer;
    min-height: 447px;
}

.east-expand-card.active {
    flex: 3!important;
}

.east-expand-card:not(.active) .inner-content {
  z-index: 2;
    position: relative;
    opacity: 0;
    max-height: 0; 
    overflow: hidden;
    transform: translateY(20px);
    transition: 
        max-height 0.5s ease, 
        opacity 0.4s ease, 
        transform 0.4s ease;
}


.east-expand-card.active .inner-content {
   opacity: 1;
    max-height: 100vh; 
    transform: translateY(0);
    transition: 
        max-height 0.8s ease 0.2s, 
        opacity 0.5s ease 0.3s, 
        transform 0.5s ease 0.3s;
    }
}

/*@media(min-width:851px) and (max-width:1170px){
    .east-expand-card .elementor-heading-title{word-break:break-word!important;}
}*/

@media(min-width:851px){
    .east-expand-card:not(.active) .inner-title {
        z-index: 2;
        position: relative;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        height: 0;
        margin: 0;
        overflow: hidden;
        transition: 
            opacity 0.4s ease, 
            transform 0.4s ease,
            visibility 0.4s;
    }

    .east-expand-card.active .inner-title {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        height: auto;
        transition: 
            opacity 0.5s ease 0.6s, 
            transform 0.5s ease 0.6s;
    }
}

@media(min-width:768px) and (max-width:850px){
    .east-expand-card {min-height:auto;gap:0;}
    .east-expand-card:not(.active):before {
    background: #000000;
}
    .east-expand-card.active{gap:20px;        min-height: 60vh;justify-content: flex-end;}
}
@media(max-width:767px){
    .tagline .elementor-heading-title {
    position: relative;display:inline;}
    body .tagline .elementor-heading-title:before {margin: 0 auto!important; top:6px!important;}
    .east-expand-card:before{background: rgba(0, 0, 0, 0.7);}
    .e-n-tab-title .e-n-tab-title-text {
    white-space: normal;
}
    .custom_tab_title{display:none;}
    
}/* End custom CSS */