/*
 *  custom style
*/

/* Header - Start  */
.home .oom-global-header-container {
    background: transparent !important;
    margin-bottom: -100px !important;
    z-index: 9999 !important;
    box-shadow: none!important;
}
.home .oom-site-logo img{
	filter: brightness(0) invert(1);
}
.home .elementor-sticky--effects .oom-site-logo img{
	filter: initial;
}
.home .oom-global-header-container.elementor-sticky--effects {
	background: white !important;
	box-shadow: 0px 4px 10px 2px #0000001A!important;
}
.home .elementor-nav-menu > li > a:not(.elementor-sub-item) {
    color: #fff!important; 
}
.home .elementor-nav-menu svg path{
	fill: #fff!important;
}
.home .elementor-sticky--effects .elementor-nav-menu > li > a:not(.elementor-sub-item) {
    color: initial!important; 
}
.home .elementor-sticky--effects .elementor-nav-menu svg path{
	fill: initial!important;
}
.oom-header-button:hover svg path {
    fill: white;
}
.oom-header-menu .elementor-nav-menu .sub-arrow {
	padding: 2px!important;
}
@media (max-width: 1400px) and (min-width: 1331px) {
  .oom-header-menu li a {
    font-size: 15px !important;
  }
  .oom-header-button .elementor-button-link {
    font-size: 15px !important;
  }
	.elementor-nav-menu .sub-arrow {
		padding: 2px;
	}
}

@media (max-width: 1330px) and (min-width: 1024px) {
  .oom-header-menu-box {
    width: 85% !important;
  }
  .oom-site-logo-box {
    width: 15% !important;
  }
  .oom-header-menu li a {
    font-size: 14px !important;
  }
  .oom-header-button .elementor-button-link {
    width: 160px;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ul.elementor-nav-menu li a {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (max-width: 1110px){
  .oom-header-button .elementor-button-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .oom-header-button span.elementor-button-text {
    font-size: 0px;
    display: none;
  }
  .oom-header-button a {
    padding: 0px !important;
    border-radius: 5px !important;
  }
  .oom-header-button span.elementor-button-icon {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
  }
  .oom-header-button .elementor-button-link {
	width: initial!important;
	}
}
/* Header - End  */

/* OOm Rotate Button - Start */
.oom-rotate-button svg {
	transition: 0.3s;
}
.oom-rotate-button:hover svg {
    transform: rotate(-11deg);
	transition: 0.3s;
}
/* OOm Rotate Button - End */

/* OOm Arrow Button - Start  */
.oom-arrow-button .e-font-icon-svg {
    transform: rotate(-45deg);
	transition: 0.3s;
}
.oom-arrow-button:hover .e-font-icon-svg {
    transform: rotate(0deg);
}
/* OOm Arrow Button - End  */

/* Footer - Start */
.oom-footer-menu ul {
	column-count: 2;
}
/* Footer - End */

/* Home Page Banner - Start */
.outer-box {
    border: 1px solid #54B1F2;
    height: 50px;
    width: 18px;
    margin: 0 auto;
    border-radius: 50px;
}
.inner-box {
    background: #002A47;
    width: 10px;
    height: 14px;
    border-radius: 50px;
    margin: 0 auto;
	overflow: hidden;
}
.inner-box {
    background: #002A47;
    width: 10px;
    height: 14px;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    top: 4%;
    animation: scrollUpDown 3s infinite;
}

@keyframes scrollUpDown {
    0% { top:4%; }
    50% { top: 66%; }
    100% { top: 4%; }
}

.scrollformore span {
    color: #2E2E2E;
    line-height: 35px;
    font-weight: 300;
}
/* Home Page Banner - End */

/* Home Page */
@media(min-width: 768px){
	.oom-inner-choose-box{
		aspect-ratio: 483 / 415;
		flex: 1;
	}
}
.oom-process-container {
	aspect-ratio: 1 / 1.2;
    display: flex;
    position: relative;
}
.oom-process-box{
	aspect-ratio: 1 / 1.2;
	z-index: 9;
	flex: 1!important;
}
.oom-process-layer-one {
    width: 100%;
    position: absolute;
    top: 0;
    height: 50%;
}
.oom-process-layer-two {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50%;
}
.oom-process-layer-one:before, .oom-process-layer-one:after, .oom-process-layer-two:before, .oom-process-layer-two:after{
	width: 50%;
    height: 100%;
	position: absolute;
	background-size: contain!important;
    background-repeat: no-repeat!important;
}
.oom-process-layer-one:before {
    content: "";
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/05/Corner.png);
}
.oom-process-layer-one:after {
    content: "";
    background: url(/wp-content/uploads/2025/05/conor-top-right.png);
    right: 0;
	top: 0;
}
.oom-process-layer-two:before {
    content: "";
    background: url(/wp-content/uploads/2025/05/conor-bottom-left.png);
	left: 0;
	bottom: 0;
}
.oom-process-layer-two:after {
    content: "";
    background: url(/wp-content/uploads/2025/05/conor-bottom-right.png);
    right: 0;
	bottom: 0;
}
.oom-process-layer-two:before, 
.oom-process-layer-two:after {
	background-position: bottom!important;
}
.oom-process-box {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 15%;
}
@media(max-width:1400px){
	.oom-process-container {
    	aspect-ratio: initial;
	}
}
@media(max-width:767.98px){
	.oom-process-box {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 15%;
	}
}
@media(max-width: 1440px) and (min-width: 561px){
	.oom-process-header .elementor-widget-container {
		min-height: 65px !important;
	}
}


.oom-service-carousel .swiper-pagination {
    text-align: left;
}
.oom-service-carousel .swiper-pagination-bullet {
    width: 90px !important;
    border-radius: 10px!important;
}
@media(max-width:1400px){
	.oom-service-carousel .swiper-pagination-bullet {
		width: 50px !important;
	}	
}
@media(max-width:767.98px){
	.oom-service-carousel .swiper-pagination-bullet {
		width: 30px !important;
	}	
}

/* Video Carousel - Start */
.oom-video-carousel .elementor-swiper-button {
    background: #93C1E1;
    padding: 10px;
    border-radius: 100%;
    color: white;
}
.oom-video-carousel .elementor-swiper-button svg path{
	fill: #fff;
}
.oom-video-carousel .elementor-swiper-button-prev {
    margin-left: -2%;
}
.oom-video-carousel .elementor-swiper-button-next {
    margin-right: -2%;
}

/* Video Carousel - End */ 

/* Funeral Planning - Start */
.oom-flowchart-box {
    margin: 0 auto;
}
button#oom-coroner-case:hover svg path,
button#oom-coroner-case[aria-selected="true"] svg path{
    fill: white;
}

.oom-flowchart-box figure.elementor-image-box-img{
	position: relative;
}
.oom-flowchart-box figure.elementor-image-box-img:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 25%;
    background: #FBBB00;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    font-family: 'Briem Hand';
    font-size: 18px;
}
.oom-flowchart-one figure.elementor-image-box-img:before{
	content: "01";
}
.oom-flowchart-two figure.elementor-image-box-img:before{
	content: "02";
}
.oom-flowchart-three figure.elementor-image-box-img:before{
	content: "03";
}
.oom-flowchart-four figure.elementor-image-box-img:before{
	content: "04";
}
.oom-flowchart-five figure.elementor-image-box-img:before{
	content: "05";
}
.oom-flowchart-top-border, .oom-flowchart-bottom-border{
	position: relative;
}
.oom-flowchart-top-border .oom-flowchart-top-left {
    content: "";
    width: 18%;
    height: 73%;
    display: block;
    position: absolute;
    left: 24.6%;
    top: 31%;
    border-top: 1px;
    border-left: 1px;
    border: dashed #93c1e1;
    border-bottom: 0px;
    border-right: 0px;
    border-top-left-radius: 15px;
}
.oom-flowchart-top-border .oom-flowchart-top-right {
    content: "";
    width: 18%;
    height: 73%;
    display: block;
    position: absolute;
    right: 24.6%;
    top: 31%;
    border-top: 1px;
    border-right: 1px;
    border: dashed #93c1e1;
    border-bottom: 0px;
    border-left: 0px;
    border-top-right-radius: 15px;    border-top-left-radius: 0px;
}
.oom-flowchart-bottom-border .oom-flowchart-bottom-left {
    content: "";
    width: 18%;
    height: 38%;
    display: block;
    position: absolute;
    left: 24.6%;
    top: 0px;
    border: 1px dashed #93c1e1;
    border-bottom-left-radius: 15px;
    border-right: 0px;
    border-top: 0px;
}
.oom-flowchart-bottom-border .oom-flowchart-bottom-right {
    content: "";
    width: 18%;
    height: 38%;
    display: block;
    position: absolute;
    right: 24.6%;
    top: 0px;
    border: 1px dashed #93c1e1;
    border-bottom-right-radius: 15px;
    border-left: 0px;
    border-top: 0px;
}
.oom-flowchart-divider{
	position: relative;
}
.oom-flowchart-divider:before {
    content: "";
    height: 100%;
    border-left: 1px dashed #6eacd6;
    width: 1px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0;
    top: 0;
}
@media(max-width:1440px){
	.oom-flowchart-top-border .oom-flowchart-top-left, .oom-flowchart-top-border .oom-flowchart-top-right,
	.oom-flowchart-bottom-border .oom-flowchart-bottom-left, .oom-flowchart-bottom-border .oom-flowchart-bottom-right{
		width: 16%;
	}
}
@media(max-width:1300px){
	.oom-flowchart-box figure.elementor-image-box-img:before {
		left: 22%;
		height: 30px;
		width: 30px;
		font-size: 12px;
	}
	.oom-flowchart-top-border .elementor-image-box-content {
		max-width: 90%;
		margin: 0 auto;
		min-height: 150px;
	}
	.oom-flowchart-top-border .oom-flowchart-top-left {
		width: 13%;
		height: 80%;
		left: 24.6%;
		top: 22.5%;
	}
	.oom-flowchart-top-border .oom-flowchart-top-right {
		width: 13%;
		height: 80%;
		right: 24.6%;
		top: 22.5%;
	}	
	.oom-flowchart-top-border .elementor-image-box-content {
		max-width: 320px;
		margin: 0 auto;
		min-height: 150px;
    }
	.oom-flowchart-bottom-border .oom-flowchart-bottom-left,
	.oom-flowchart-bottom-border .oom-flowchart-bottom-right{
		height: 35%;
	}
}
@media(max-width:767.98px){
	.oom-flowchart-top-border .oom-flowchart-top-left, .oom-flowchart-top-border .oom-flowchart-top-right,
	.oom-flowchart-bottom-border .oom-flowchart-bottom-left, .oom-flowchart-bottom-border .oom-flowchart-bottom-right{
		display: none;
	}
}
/* Funeral Planning - End  */

/* Gallery - Start */
.wpr-grid-item-inner, .wpr-grid-media-wrap{
    position: relative;
    height: 100%!important;
}
.wpr-grid-image-wrap img {
    display: flex!important;
	min-height: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}
.wpr-grid-image-wrap {
	min-height: 100%!important;
    height: 100%!important;
}
/* Gallery - End */


/* About Us - Start */
.oom-photoframe-big .elementor-widget-container img, .oom-photoframe-small .elementor-widget-container img {
    padding: 10px;
    padding-bottom: 60px;
    background: white;
    box-shadow: 0px 4px 10px 2px #0000001A;
}
.oom-photoframe-small .elementor-widget-container img {
	padding-bottom: 30px;
}
.oom-diamond-box {
	min-width: 368px;
	min-height: 368px;
	max-width: 368px;
	max-height: 368px;
}
@media(max-width:560px){
	.oom-photoframe-big .elementor-widget-container img{
		padding-bottom: 30px;
	}
	.oom-diamond-box {
		min-width: 300px;
		min-height: 300px;
		max-width: 300px;
		max-height: 300px;
	}
}
/* About Us - End */

/* Funeral Planning Form */
/* General Form Styles */
#funeral-planning-form .gform_heading {
    display: none;
}

#funeral-planning-form .gform_page {
    max-width: 1280px;
	width: 100%;
    margin: auto;
}

/* Step Navigation */
#funeral-planning-form .funeral-planning .gf_page_steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    border: none;
    margin: 0 0 60px 0;
    position: relative;
}

#funeral-planning-form .funeral-planning .gf_page_steps::before {
    content: '';
    width: calc(100% - 30px);
    border-top: dashed 3px #A7CCE7;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step {
    margin: 0;
    padding: 8px;
    position: relative;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step_label {
    display: none;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step_number {
    font-family: "Briem Hand", Sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #0F75BC;
    background: #D6E7F0;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step_number::before,
#funeral-planning-form .funeral-planning .gf_page_steps .gf_step_number::after {
    display: none;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step_active .gf_step_number {
    background: #93C1E1;
    color: #FFFFFF;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step::after {
    content: "";
    border: dashed 3px #0F75BC00;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

#funeral-planning-form .funeral-planning .gf_page_steps .gf_step.gf_step_active::after {
    border-color: #0F75BC5E;
}

/* Form Body */
#funeral-planning-form .funeral-planning .gform-body,
#funeral-planning-form .step-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#funeral-planning-form .funeral-planning .gform-body {
    background: #76AFCC33;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    gap: 20px;
}

#funeral-planning-form .form-step-number {
    text-transform: uppercase;
    font-size: 14px;
    background: #54B1F2;
    color: #FFFFFF;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    border-radius: 15px;
}

#funeral-planning-form .form-step-title {
    text-align: center;
    font-family: 'Briem Hand', Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
    color: #0F75BC;
    margin: 0;
}

#funeral-planning-form .form-step-description {
    text-align: center;
    margin: 0;
    max-width: 700px;
    font-weight: 300;
}

/* Radio Input Fields */
#funeral-planning-form .religion-fields .ginput_container,
#funeral-planning-form .cremation-burial-fields .ginput_container,
#funeral-planning-form .holding-wake-fields .ginput_container,
#funeral-planning-form .commercial-parlours-fields .ginput_container,
#funeral-planning-form .church-fields .ginput_container,
#funeral-planning-form .casket-fields .ginput_container,
#funeral-planning-form .burial-fields .ginput_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#funeral-planning-form .religion-fields .gfield_radio,
#funeral-planning-form .cremation-burial-fields .gfield_radio,
#funeral-planning-form .holding-wake-fields .gfield_radio,
#funeral-planning-form .commercial-parlours-fields .gfield_radio,
#funeral-planning-form .church-fields .gfield_radio,
#funeral-planning-form .casket-fields .gfield_radio,
#funeral-planning-form .burial-fields .gfield_radio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#funeral-planning-form .religion-fields .gfield_radio {
    flex-direction: row;
}

#funeral-planning-form .cremation-burial-fields .gfield_radio,
#funeral-planning-form .holding-wake-fields .gfield_radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#funeral-planning-form .commercial-parlours-fields .gfield_radio,
#funeral-planning-form .church-fields .gfield_radio,
#funeral-planning-form .burial-fields .gfield_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#funeral-planning-form .casket-fields .gfield_radio {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

/* Radio Input Styling */
#funeral-planning-form .gfield_radio .gform-field-label {
    max-width: unset;
}

#funeral-planning-form .cremation-burial-fields .gchoice .gform-field-label,
#funeral-planning-form .holding-wake-fields .gchoice .gform-field-label,
#funeral-planning-form .commercial-parlours-fields .gchoice .gform-field-label,
#funeral-planning-form .church-fields .gchoice .gform-field-label,
#funeral-planning-form .casket-fields .gchoice .gform-field-label,
#funeral-planning-form .burial-fields .gchoice .gform-field-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#funeral-planning-form .choice-img {
    width: 100%;
    border-radius: 10px;
}

#funeral-planning-form .choice-label {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#funeral-planning-form .choice-label::before {
    content: '';
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    border: solid 1px #939393;
    border-radius: 5px;
    background: #FFFFFF;
    flex-shrink: 0;
}

#funeral-planning-form .choice-label::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 11px;
    border-right: solid 2px #28B446;
    border-bottom: solid 2px #28B446;
    top: calc(50% - 3px);
    left: 2px;
    transform: rotate(40deg) translateY(-50%);
    opacity: 0;
}

#funeral-planning-form .gfield_radio .gfield-choice-input {
    display: none;
}

#funeral-planning-form .gfield_radio .gfield-choice-input:checked + label .choice-label::after {
    opacity: 1;
}

/* Form Fields & Buttons */
#funeral-planning-form .gform_fields.top_label {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px;
}

#funeral-planning-form .gform-page-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#funeral-planning-form .gform_next_button,
#funeral-planning-form .gform_button {
    border: solid 1px #0F75BC;
    background: #0F75BC;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 35px;
    padding: 8px 30px;
}

#funeral-planning-form .gform_previous_button {
    border: solid 1px #0F75BC;
    background: #FFFFFF;
    color: #0F75BC;
    text-transform: uppercase;
    border-radius: 35px;
    padding: 8px 30px;
}

/* Step 6 Specific Styles */
#funeral-planning-form .gform_page.step-6 .gform_fields.top_label {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

#funeral-planning-form .gform_page.step-6 .step-info {
    margin-bottom: 20px;
    width: 100%;
}

#funeral-planning-form .gform_page.step-6 .form-name,
#funeral-planning-form .gform_page.step-6 .form-email,
#funeral-planning-form .gform_page.step-6 .form-phone,
#funeral-planning-form .gform_page.step-6 .form-subject {
    width: calc(50% - 10px);
}

#funeral-planning-form .gform_page.step-6 .form-contact,
#funeral-planning-form .gform_page.step-6 .form-message,
#funeral-planning-form .gform_page.step-6 .form-consent {
    width: 100%;
}

.swiper-slide-image {
	height: 370px !important;
	object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 767px) {
    #funeral-planning-form .commercial-parlours-fields .gfield_radio,
    #funeral-planning-form .church-fields .gfield_radio,
    #funeral-planning-form .burial-fields .gfield_radio,
    #funeral-planning-form .cremation-burial-fields .gfield_radio,
    #funeral-planning-form .holding-wake-fields .gfield_radio {
        grid-template-columns: repeat(1, 1fr);
    }
    
    #funeral-planning-form .casket-fields .gfield_radio {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #funeral-planning-form .funeral-planning .gf_page_steps .gf_step_number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    #funeral-planning-form .funeral-planning .gf_page_steps::before,
    #funeral-planning-form .funeral-planning .gf_page_steps .gf_step::after {
        border-width: 1px;
    }
    
    #funeral-planning-form .funeral-planning .gf_page_steps {
        margin: 0 0 40px 0;
		gap: 0;
    }
    
    #funeral-planning-form .funeral-planning .gf_page_steps .gf_step {
        padding: 5px;
    }
	
	.swiper-slide-image {
		height: 320px !important;
		object-fit: cover;
	}
}

@media (max-width: 1024px) {
    #funeral-planning-form .commercial-parlours-fields .gfield_radio,
    #funeral-planning-form .church-fields .gfield_radio,
    #funeral-planning-form .burial-fields .gfield_radio {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #funeral-planning-form .casket-fields .gfield_radio {
        grid-template-columns: repeat(4, 1fr);
    }
    
    #funeral-planning-form .funeral-planning .gf_page_steps .gf_step_number {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}
/* Funeral Planning Form - End */

.oom-obituary-pagination {
    max-width: 80%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.oom-obituary-pagination a {
    color: var( --e-global-color-primary );
    max-width: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oom-pagination-numbers {
    display: flex;
    gap: 20px;
}